Skip to content

Commit

Permalink
feat: OpenAPI spec update via Stainless API (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 6, 2024
1 parent 946d3cf commit 130b14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('resource scripts', () => {
],
message: 'string',
metadata: {
bindings: [{}, {}, {}],
bindings: [{ name: 'MY_ENV_VAR', text: 'my_data', type: 'plain_text' }],
body_part: 'worker.js',
compatibility_date: '2023-07-25',
compatibility_flags: ['string', 'string', 'string'],
Expand Down
2 changes: 1 addition & 1 deletion tests/api-resources/workers/scripts/scripts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('resource scripts', () => {
],
message: 'string',
metadata: {
bindings: [{}, {}, {}],
bindings: [{ name: 'MY_ENV_VAR', text: 'my_data', type: 'plain_text' }],
body_part: 'worker.js',
compatibility_date: '2023-07-25',
compatibility_flags: ['string', 'string', 'string'],
Expand Down

0 comments on commit 130b14b

Please sign in to comment.