Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit d326d09

Browse files
fix(deps): update dependency @netlify/open-api to ^2.11.0 (#720)
* fix(deps): update dependency @netlify/open-api to ^2.11.0 * chore: update test snapshot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eduardo Bouças <[email protected]>
1 parent 52b233b commit d326d09

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"node client"
5353
],
5454
"dependencies": {
55-
"@netlify/open-api": "^2.10.0",
55+
"@netlify/open-api": "^2.11.0",
5656
"lodash.camelcase": "^4.3.0",
5757
"micro-api-client": "^3.3.0",
5858
"node-fetch": "^3.0.0",

src/operations.test.js.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@ Generated by [AVA](https://avajs.dev).
25372537
verb: 'get',
25382538
},
25392539
{
2540-
description: '[Beta] Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI.',
2540+
description: '[Beta] Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
25412541
operationId: 'getEnvVars',
25422542
parameters: {
25432543
body: {},
@@ -2708,7 +2708,7 @@ Generated by [AVA](https://avajs.dev).
27082708
verb: 'get',
27092709
},
27102710
{
2711-
description: '[Beta] Creates new environment variables. Granular scopes are available on Pro plans and above.',
2711+
description: '[Beta] Creates new environment variables. Granular scopes are available on Pro plans and above. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
27122712
operationId: 'createEnvVars',
27132713
parameters: {
27142714
body: {
@@ -2912,7 +2912,7 @@ Generated by [AVA](https://avajs.dev).
29122912
verb: 'post',
29132913
},
29142914
{
2915-
description: '[Beta] Returns an individual environment variable.',
2915+
description: '[Beta] Returns an individual environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
29162916
operationId: 'getEnvVar',
29172917
parameters: {
29182918
body: {},
@@ -3060,7 +3060,7 @@ Generated by [AVA](https://avajs.dev).
30603060
verb: 'get',
30613061
},
30623062
{
3063-
description: '[Beta] Updates an existing environment variable and all of its values. Existing values will be replaced by values provided.',
3063+
description: '[Beta] Updates an existing environment variable and all of its values. Existing values will be replaced by values provided. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
30643064
operationId: 'updateEnvVar',
30653065
parameters: {
30663066
body: {
@@ -3265,7 +3265,7 @@ Generated by [AVA](https://avajs.dev).
32653265
verb: 'put',
32663266
},
32673267
{
3268-
description: '[Beta] Deletes an environment variable.',
3268+
description: '[Beta] Deletes an environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
32693269
operationId: 'deleteEnvVar',
32703270
parameters: {
32713271
body: {},
@@ -3326,7 +3326,7 @@ Generated by [AVA](https://avajs.dev).
33263326
verb: 'delete',
33273327
},
33283328
{
3329-
description: '[Beta] Deletes a specific environment variable value.',
3329+
description: '[Beta] Deletes a specific environment variable value. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
33303330
operationId: 'deleteEnvVarValue',
33313331
parameters: {
33323332
body: {},
@@ -8096,6 +8096,13 @@ Generated by [AVA](https://avajs.dev).
80968096
},
80978097
},
80988098
},
8099+
header: {
8100+
'X-Nf-Retry-Count': {
8101+
in: 'header',
8102+
name: 'X-Nf-Retry-Count',
8103+
type: 'integer',
8104+
},
8105+
},
80998106
path: {
81008107
deploy_id: {
81018108
in: 'path',

src/operations.test.js.snap

217 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)