Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/open-api to ^2.19.1 (#5161)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @netlify/open-api to ^2.19.1

* chore: update snapshot

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
  • Loading branch information
renovate[bot] and danez committed Jul 12, 2023
1 parent 708705f commit 06f1a91
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 32 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/js-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node client"
],
"dependencies": {
"@netlify/open-api": "^2.19.0",
"@netlify/open-api": "^2.19.1",
"lodash-es": "^4.17.21",
"micro-api-client": "^3.3.0",
"node-fetch": "^3.0.0",
Expand Down
28 changes: 28 additions & 0 deletions packages/js-client/src/operations.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2642,6 +2642,10 @@ Generated by [AVA](https://avajs.dev).
items: {
description: 'Environment variable model definition',
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The environment variable key, like ALGOLIA_ID (case-sensitive)',
type: 'string',
Expand Down Expand Up @@ -2770,6 +2774,10 @@ Generated by [AVA](https://avajs.dev).
schema: {
items: {
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The existing or new name of the key, if you wish to rename it (case-sensitive)',
type: 'string',
Expand Down Expand Up @@ -2856,6 +2864,10 @@ Generated by [AVA](https://avajs.dev).
items: {
description: 'Environment variable model definition',
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The environment variable key, like ALGOLIA_ID (case-sensitive)',
type: 'string',
Expand Down Expand Up @@ -3011,6 +3023,10 @@ Generated by [AVA](https://avajs.dev).
schema: {
description: 'Environment variable model definition',
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The environment variable key, like ALGOLIA_ID (case-sensitive)',
type: 'string',
Expand Down Expand Up @@ -3136,6 +3152,10 @@ Generated by [AVA](https://avajs.dev).
name: 'env_var',
schema: {
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The existing or new name of the key, if you wish to rename it (case-sensitive)',
type: 'string',
Expand Down Expand Up @@ -3226,6 +3246,10 @@ Generated by [AVA](https://avajs.dev).
schema: {
description: 'Environment variable model definition',
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The environment variable key, like ALGOLIA_ID (case-sensitive)',
type: 'string',
Expand Down Expand Up @@ -3408,6 +3432,10 @@ Generated by [AVA](https://avajs.dev).
schema: {
description: 'Environment variable model definition',
properties: {
is_secret: {
description: 'Secret values are only readable by code running on Netlify’s systems. With secrets, only the local development context values are readable from the UI, API, and CLI. By default, environment variable values are not secret. (Enterprise plans only)',
type: 'boolean',
},
key: {
description: 'The environment variable key, like ALGOLIA_ID (case-sensitive)',
type: 'string',
Expand Down
Binary file modified packages/js-client/src/operations.test.ts.snap
Binary file not shown.

0 comments on commit 06f1a91

Please sign in to comment.