vercel-api-js 0.25.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/client.d.mts +228 -0
  2. package/dist/client.d.ts +228 -0
  3. package/dist/client.js +75 -0
  4. package/dist/client.mjs +68 -0
  5. package/dist/generated/components.d.mts +2600 -0
  6. package/dist/generated/components.d.ts +2600 -0
  7. package/dist/generated/components.js +3309 -0
  8. package/dist/generated/components.mjs +3125 -0
  9. package/dist/generated/schemas.d.mts +6536 -0
  10. package/dist/generated/schemas.d.ts +6536 -0
  11. package/dist/generated/schemas.js +7107 -0
  12. package/dist/generated/schemas.mjs +7077 -0
  13. package/dist/generated/types.d.mts +15000 -0
  14. package/dist/generated/types.d.ts +15000 -0
  15. package/dist/generated/types.js +950 -0
  16. package/dist/generated/types.mjs +945 -0
  17. package/dist/index.d.mts +1711 -30825
  18. package/dist/index.d.ts +1711 -30825
  19. package/dist/index.js +49 -0
  20. package/dist/index.mjs +7 -845
  21. package/dist/utils/fetch.d.mts +18 -0
  22. package/dist/utils/fetch.d.ts +18 -0
  23. package/dist/utils/fetch.js +8 -0
  24. package/dist/utils/fetch.mjs +5 -0
  25. package/dist/utils/fetcher.d.mts +22 -0
  26. package/dist/utils/fetcher.d.ts +22 -0
  27. package/dist/utils/fetcher.js +68 -0
  28. package/dist/utils/fetcher.mjs +65 -0
  29. package/dist/utils/lang.d.mts +1 -0
  30. package/dist/utils/lang.d.ts +1 -0
  31. package/dist/utils/lang.js +9 -0
  32. package/dist/utils/lang.mjs +6 -0
  33. package/dist/utils/types.d.mts +3 -0
  34. package/dist/utils/types.d.ts +3 -0
  35. package/dist/utils/types.js +2 -0
  36. package/dist/utils/types.mjs +1 -0
  37. package/package.json +29 -19
  38. package/.turbo/turbo-build.log +0 -14
  39. package/CHANGELOG.md +0 -756
  40. package/dist/index.cjs +0 -847
  41. package/dist/index.d.cts +0 -30832
  42. package/tsconfig.json +0 -19
package/CHANGELOG.md DELETED
@@ -1,756 +0,0 @@
1
- # vercel-api-js
2
-
3
- ## 0.25.2
4
-
5
- ### Patch Changes
6
-
7
- - 36bb5d7: Add new 'connectConfigurations' field to 'UpdateProjectDataCacheResponse'
8
- - afab785: Add `increasedOnDemandEmailSentAt`
9
- - 85cfccd: Add environmentOverrides field to UpdateResourceSecretsRequestBody, UpdateResourceSecretsByIdRequestBody, and ImportResourceRequestBody types
10
- - 26b0be3: Add edgeCacheNamespace to project related responses
11
- - 0029939: Add removeRedirects field to RemoveProjectDomainRequestBody
12
- - f8b866f: Rename createOrTransferDomain to postDomains for consistency
13
-
14
- ## 0.25.1
15
-
16
- ### Patch Changes
17
-
18
- - ee2684f: Update buildMachineType field in resourceConfig and defaultResourceConfig
19
-
20
- ## 0.25.0
21
-
22
- ### Minor Changes
23
-
24
- - 9df31d8: [BREAKING] Added configurationId field to CreateProjectResponse, GetProjectResponse, UpdateProjectResponse, and UpdateProjectDataCacheResponse
25
-
26
- ### Patch Changes
27
-
28
- - 640279f: Add shared v0 token
29
-
30
- ## 0.24.3
31
-
32
- ### Patch Changes
33
-
34
- - 52b71a8: Reduce maxLength constraint on project search field
35
- - 158dcb6: Adjust type definition for GetDeploymentEvents response
36
-
37
- ## 0.24.2
38
-
39
- ### Patch Changes
40
-
41
- - 6466a46: Add new 'fromRollingReleaseId' field to lastAliasRequest type
42
- - 3dab4ff: Removed 'aiCredits' from UserEvent and AuthUser schemas
43
- - 6feddf3: [BREAKING] Add new 'vercelAppInstallation' property to 'GetProjectsResponse', 'CreateProjectResponse', 'GetProjectResponse', and 'UpdateProjectResponse'
44
- - 9298c0b: Make some changes to optional properties
45
- - fbe45d4: Reorder 'handle' properties in 'CreateDeploymentResponse' to match alphabetical order
46
- - 9ae5776: Remove 'abovePlan' field from UserEvent type
47
- - 7dddb74: undefined
48
- - 99819ef: Change ordering of 'type' values in matching options
49
- - 80457f9: Update build machine type options in various API responses
50
- - 37efdb6: Update customEnvironments type to include detailed properties for each environment
51
- - 16764f0: Add patchAliasesIdProtectionBypass
52
-
53
- ## 0.24.1
54
-
55
- ### Patch Changes
56
-
57
- - 14decee: Add new endpoint to move project domain to another project
58
- - 93d6b84: Remove recommendedIps and recommendedCname fields from GetDomainConfigResponse
59
- - 6c401f1: Add 'abovePlan' field to 'buildMachine' in UserEvent type
60
- - 3d20390: [BREAKING] Add new field customEnvironmentsPerProject to UserEvent and AuthUser schemas
61
- - de0d55c: [BREAKING] Add new 'google' type to user credentials and auth tokens
62
- - b9da014: Update `requireApproval` and `minutesToRelease` fields
63
-
64
- ## 0.24.0
65
-
66
- ### Minor Changes
67
-
68
- - 06a8f43: [BREAKING] New endpoint vercelRun to perform a new action
69
-
70
- ### Patch Changes
71
-
72
- - fea55e7: Remove vsmValue
73
-
74
- ## 0.23.6
75
-
76
- ### Patch Changes
77
-
78
- - 0214182: Add team member MFA status field to project responses
79
-
80
- ## 0.23.5
81
-
82
- ### Patch Changes
83
-
84
- - a747080: Add body parameter to upload file endpoint
85
-
86
- ## 0.23.4
87
-
88
- ### Patch Changes
89
-
90
- - c39ff4a: [BREAKING] Change structure of favoriteProjectsAndSpaces in UserEvent and AuthUser
91
-
92
- ## 0.23.3
93
-
94
- ### Patch Changes
95
-
96
- - 320f4c8: Add new flags explorer overrides threshold and unlimited overrides
97
- - 11e409a: Rename 'GetV1ExperimentationItems' type to 'QueryExperimentationItems'
98
- - 9220b02: Add new optional fields to ImportResourceRequestBody
99
-
100
- ## 0.23.2
101
-
102
- ### Patch Changes
103
-
104
- - a365114: [BREAKING] Change the order of 'type' options in CreateProjectEnvResponse
105
- - ad484c6: [BREAKING] Change handle values in CreateDeploymentResponse
106
-
107
- ## 0.23.1
108
-
109
- ### Patch Changes
110
-
111
- - 1331e24: Change handling for lambdas createdAt and readyState in CreateDeploymentResponse
112
- - 4efc49f: Change readySubstate values and added a new 'ROLLING' state
113
- - ad83874: [BREAKING] Change deliveryFormat options in log drain endpoints
114
-
115
- ## 0.23.0
116
-
117
- ### Minor Changes
118
-
119
- - ecf56ca: Add recommended IPs and CNAME for the domain in GetDomainConfigResponse
120
-
121
- ## 0.22.1
122
-
123
- ### Patch Changes
124
-
125
- - 5f0ac90: Update type for get custom deployment
126
- - 15c6623: [BREAKING] Change type order in filterProjectEnvs and related functions
127
- - e120dde: [BREAKING] Remove 'blobStores' field from resourceConfig in AuthUser schema
128
- - c808605: Add 'partial' field to UpdateResourceSecretsRequestBody and UpdateResourceSecretsByIdRequestBody
129
-
130
- ## 0.22.0
131
-
132
- ### Minor Changes
133
-
134
- - 8ce2794: Add support for managedRules in components
135
-
136
- ### Patch Changes
137
-
138
- - 5f3f515: Add new field 'gitProviderOptions' to UpdateProjectDataCacheResponse
139
- - c1f5210: Add new 'drain' property to various project-related API response types
140
- - 2ccc455: Add 'UsageViewer' permission to teamPermissions
141
- - 1550896: Add flagsExplorerSubscription field to project-related responses
142
- - 3d4776c: Add teamRoles and teamPermissions fields to ReadAccessGroupResponse, UpdateAccessGroupResponse, and CreateAccessGroupResponse types
143
-
144
- ## 0.21.2
145
-
146
- ### Patch Changes
147
-
148
- - 1aa4dec: Refactor managedRules structure in GetFirewallConfigResponse and PutFirewallConfigResponse
149
- - f0f0865: Add projectRollingRelease field to various project endpoints
150
- - 5169182: Add 'action' field to managedRules in PutFirewallConfigRequestBody
151
-
152
- ## 0.21.1
153
-
154
- ### Patch Changes
155
-
156
- - 610c7dc: Add new tag 'tag_flags'
157
- - fd37558: Move createProject endpoint from v10 to v11
158
-
159
- ## 0.21.0
160
-
161
- ### Minor Changes
162
-
163
- - e80705b: Update spec
164
-
165
- ## 0.20.1
166
-
167
- ### Patch Changes
168
-
169
- - 671ea25: Add integrationSSOSession field to project-related responses
170
- - 5423343: Add new field 'imageOptimizationNewPrice' to project-related API responses
171
- - 40d709b: Add new marketplace experimentation data to project responses
172
- - 30188f2: Add defaultResourceConfig field to multiple API endpoints
173
- - 05ee70e: Add new permissions for user, userConnection, webAuthn, and oauth2Connection
174
-
175
- ## 0.20.0
176
-
177
- ### Minor Changes
178
-
179
- - f051ebf: Add new property 'routeObservabilityToDefaultApp' to UpdateProjectDataCacheResponse type
180
-
181
- ### Patch Changes
182
-
183
- - 2353d03: [MINOR] Add new 'bypassSystem' field to firewall configuration variables
184
- - 207b8ec: Add skipBillingData to GetConfigurationsQueryParams
185
-
186
- ## 0.19.5
187
-
188
- ### Patch Changes
189
-
190
- - 1b2a9f5: Add response type for creating project transfer request
191
- - 108a247: Change functionDefaultRegion type to accept null
192
- - 75e9f57: Update descriptions
193
-
194
- ## 0.19.4
195
-
196
- ### Patch Changes
197
-
198
- - e1ca271: Add fluid property to resourceConfig in multiple endpoints
199
- - 2ace464: Add new image optimization metrics to AuthUser schema
200
- - b32db47: Add new endpoint to retrieve active attack status within the last 24h window
201
- - 6ba6722: Add new field customEnvironmentId to AddProjectDomainRequestBody type
202
-
203
- ## 0.19.3
204
-
205
- ### Patch Changes
206
-
207
- - 1d85bc3: [BREAKING] Add 'functionZeroConfigFailover' to resourceConfig
208
-
209
- ## 0.19.2
210
-
211
- ### Patch Changes
212
-
213
- - ae316fc: [BREAKING] Rename all custom environment API endpoints from V1 to V9
214
-
215
- ## 0.19.1
216
-
217
- ### Patch Changes
218
-
219
- - c50aad5: Add tagIds field to getConfigurations endpoint
220
- - 1986a5d: [BREAKING] Change field name from 'Project' to 'ProjectId' in getBypassIp response
221
- - c0119ba: Change additionalPermissions to additionalRoles in GetTeamMembersResponse
222
-
223
- ## 0.19.0
224
-
225
- ### Minor Changes
226
-
227
- - 52eee8a: Add 'additionalPermissions' field to GetTeamMembersResponse and TeamLimited types
228
-
229
- ## 0.18.3
230
-
231
- ### Patch Changes
232
-
233
- - e267193: The user's default team field description updated
234
- - fe9112f: Add bypass IP firewall endpoints
235
-
236
- ## 0.18.2
237
-
238
- ### Patch Changes
239
-
240
- - 1ab789b: [OpenAPI] Spec updates for vercel-api-js
241
-
242
- ## 0.18.1
243
-
244
- ### Patch Changes
245
-
246
- - 3c79610: Remove verification challenges from VerifyProjectDomainResponse
247
-
248
- ## 0.18.0
249
-
250
- ### Minor Changes
251
-
252
- - 06f9c69: Add new qualities field to images in getDeployment, CreateDeploymentResponse, and CancelDeploymentResponse
253
-
254
- ## 0.17.0
255
-
256
- ### Minor Changes
257
-
258
- - 35374e2: Update bundle mechanism
259
-
260
- ## 0.16.1
261
-
262
- ### Patch Changes
263
-
264
- - 5d3c268: Add 'observabilityEvent' to AuthUser type
265
-
266
- ## 0.16.0
267
-
268
- ### Minor Changes
269
-
270
- - bfcf8aa: Add support for microfrontends in the 'getDeployment' and 'createDeployment' endpoints
271
- - 1e5d876: Add observabilityConfiguration and observabilityData to various project endpoints
272
-
273
- ### Patch Changes
274
-
275
- - 445b9fc: Add new 'v0-web' option to source field in deployment API
276
-
277
- ## 0.15.0
278
-
279
- ### Minor Changes
280
-
281
- - 6c01a57: Add firewallBypassIps field to project update and get responses
282
-
283
- ### Patch Changes
284
-
285
- - 64d934c: [BREAKING] Change group to groupIds in project endpoints
286
- - d8ac4ad: Add teamMicrofrontends field to project-related API responses
287
-
288
- ## 0.14.0
289
-
290
- ### Minor Changes
291
-
292
- - 699dd5d: [BREAKING] Add new endpoint to get user info
293
-
294
- ### Patch Changes
295
-
296
- - f27daa1: [BREAKING] Update field 'type' in AuthToken schema with new options 'otp' and 'sms'
297
- - d4f12f9: Update customEnvironments type to use Record<string, any> instead of specific fields
298
- - b7a8a1f: Add branchMatcher field to project responses
299
-
300
- ## 0.13.1
301
-
302
- ### Patch Changes
303
-
304
- - badfb19: Add isInSystemBuildsQueue field to deployment response
305
-
306
- ## 0.13.0
307
-
308
- ### Minor Changes
309
-
310
- - 31174d4: Add new deployment integration actions: cancel and cleanup
311
-
312
- ### Patch Changes
313
-
314
- - d4bf41e: Adjust type enum to include 'secret'
315
- - a6b9572: [BREAKING] Removed 'removedLogDrainsAt', 'removedProjectEnvsAt', 'removedTokensAt', and 'removedWebhooksAt' fields from getConfigurations and getConfiguration API endpoints
316
- - 1690c07: Add defaultRoute field to GetDeploymentResponse and other related types
317
- - f556dbb: Add 'issuerMode' field to 'oidcTokenConfig' in 'UpdateProjectDataCacheResponse'
318
- - 0cf8bb2: [BREAKING] Change the order of 'type' enum values in CreateProjectResponse and UpdateProjectResponse
319
-
320
- ## 0.12.0
321
-
322
- ### Minor Changes
323
-
324
- - 39fa39b: Add new 'hobby' and 'v0TeamSeats' fields to the CreateTeamResponse interface
325
- - b7af1a2: Add entitlements field to UpdateAccessGroupResponse
326
-
327
- ### Patch Changes
328
-
329
- - a5aaadb: Add support for IP buckets with expiration date in project responses
330
- - 5ad752c: Add integrations field to getDeployment, createDeployment, cancelDeployment, CreateProjectResponse, UpdateProjectResponse, CreateProjectEnvResponse, removeProjectEnv, and editProjectEnv types
331
- - 1f4b4fd: Add integrationIdOrSlug parameter to GetConfigurationsQueryParams
332
-
333
- ## 0.11.1
334
-
335
- ### Patch Changes
336
-
337
- - 88045f8: Add installationType parameter to GetConfigurationsQueryParams
338
- - fc395d2: Add allowServerlessConcurrency field to resourceConfig
339
-
340
- ## 0.11.0
341
-
342
- ### Minor Changes
343
-
344
- - 90dbe51: Add new fields 'id', 'buildingAt', 'checksConclusion', 'checksState', 'oidcTokenClaims', and 'previewCommentsEnabled' to latestDeployments in UpdateProjectDataCacheResponse
345
-
346
- ### Patch Changes
347
-
348
- - 15a5c36: [BREAKING] Update supported node versions to include 22.x
349
- - c4f56ad: [BREAKING] Add 'wafRateLimitRequest' to AuthUser schema
350
- - 05ff026: [BREAKING] Add new 'flags-connection-string' type to project environment variables
351
- - c0aa464: Change response type of searchRepo endpoint
352
- - dd7b469: Add new 'previewDeploymentsDisabled' field to UpdateProjectRequestBody
353
- - f7231ed: Remove lambdaDefaultTimeout and lambdaDefaultMemoryType fields from resourceConfig in several endpoints
354
-
355
- ## 0.10.0
356
-
357
- ### Minor Changes
358
-
359
- - 4bc222f: Add new endpoint to request a new login for a user to get a token
360
- - a33712f: Add 'fasthtml' to supported project types
361
-
362
- ### Patch Changes
363
-
364
- - f110dcf: [BREAKING] Change in CreateProjectRequestBody structure
365
- - 6ce1455: Reorder 'type' enum values for 'lambdas' in CreateDeploymentResponse
366
- - 7c541b7: Add 'fasthtml' to the list of available project types
367
- - 7eec3fc: Change 'purpose' type to object with 'type' and 'projectId'
368
- - 12b46d9: [BREAKING] Remove undocumented field 'membership' from 'TeamLimited'
369
- - f39e026: [BREAKING] Change type field enum options and comments in components.ts
370
- - ab2d48d: [BREAKING] Reorder 'type' enum values for consistency
371
-
372
- ## 0.9.1
373
-
374
- ### Patch Changes
375
-
376
- - c45927e: Fix typo in CreateOrTransferDomainResponse type
377
- - a6f10e2: Add enableProductionFeedback to UpdateProjectDataCacheResponse and other related types
378
- - 719d78d: Add new 'name' field to CreateConfigurableLogDrainRequestBody
379
- - d60cedc: Add new integrationResourceReplCommand field to project response types
380
- - 04dfbc9: Add new field 'includedAllocationMiu' to 'components' and 'schemas'
381
- - f963898: [BREAKING] Add new fields to the response of getConfiguration endpoint
382
- - c842536: Add vpcPeeringConnection and sonar fields to responses
383
- - 79de957: [BREAKING] Rename 'pro' to 'concurrentBuilds' in CreateTeamResponse
384
- - 9d78c6b: Add new field 'imageOptimizationType' to AuthUser schema
385
- - 651ab8b: New buy domain endpoint
386
- - 9db31c8: Add new fields 'projectFlags', 'projectTier', and 'customEnvironment' to UpdateProjectDataCacheResponse
387
-
388
- ## 0.9.0
389
-
390
- ### Minor Changes
391
-
392
- - 19b3382: Add support for new targets object in getDeployment and createDeployment APIs
393
-
394
- ### Patch Changes
395
-
396
- - 23fbbe2: [BREAKING] Add new 'firewall' source option to log drains
397
- - 1644eaf: Add ACLAction enum for resource actions
398
- - 062bcd1: Add 'environment' field to the project data cache response
399
- - 1f54229: Add 'firewall' as a source option for LogDrainRequestBody and ConfigurableLogDrainRequestBody
400
- - 65c3e00: [BREAKING] Add vsmValue to project environment variables
401
- - 63ac8ae: Add new AWS Marketplace field to AuthUser type
402
- - 95bf70e: Add `teamId` and `userId` properties to domains responses
403
- - 60d3771: Add 'environment' field to project response types
404
-
405
- ## 0.8.5
406
-
407
- ### Patch Changes
408
-
409
- - 5640e39: Add new marketplace invoice endpoints
410
- - 765c3c3: Update the deployment protection automation bypass for a project
411
- - e07b4b0: Removed integrationStore from several API responses
412
-
413
- ## 0.8.4
414
-
415
- ### Patch Changes
416
-
417
- - 611e148: Make deploymentExpiration fields optional
418
- - cb67b7d: Add new fields to deployment expiration in UpdateProjectDataCacheResponse
419
- - f86aa27: Add teamGitExclusivity field to project endpoints
420
- - cd0ddde: Add integrationResource field to various API responses
421
-
422
- ## 0.8.3
423
-
424
- ### Patch Changes
425
-
426
- - 5ef8f47: Add highestQuantity field to CreateTeamResponse and AuthUser types
427
- - 0e0a7dc: [BREAKING] Change integrationResource to integrationStore in project endpoints
428
- - cbfda3a: Add new fields expirationDaysCanceled and expirationDaysErrored to deploymentExpiration in GetProjectsResponse, CreateProjectResponse, GetProjectResponse, and UpdateProjectResponse types
429
- - e5a70f3: [BREAKING] Modify emailInviteCodes type structure
430
- - 7c3e6f3: Add new type UpdateAccessGroupRequestBody for updating access group details
431
- - 1b099f6: [BREAKING] Change integrationStore to integrationResource in several endpoints
432
-
433
- ## 0.8.2
434
-
435
- ### Patch Changes
436
-
437
- - fe996c7: Add 'account-plan-downgrade' to disabledReason enum
438
- - 5124d55: [BREAKING] Update domain buy endpoint version from v4 to v5
439
- - b8e920d: Add undeletedAt field to deployment response
440
- - 7b2a03e: Add forceOrbMigration field to CreateTeamResponse and AuthUser types
441
- - ed056ad: Add validation for minimum and maximum items in optionsAllowlist paths
442
-
443
- ## 0.8.1
444
-
445
- ### Patch Changes
446
-
447
- - 2819f3c: Add new endpoint to create an access group
448
-
449
- ## 0.8.0
450
-
451
- ### Minor Changes
452
-
453
- - e6e9dd3: Add new endpoints
454
-
455
- ### Patch Changes
456
-
457
- - e6e9dd3: Update dependencies
458
-
459
- ## 0.7.2
460
-
461
- ### Patch Changes
462
-
463
- - 3b348dc: Add new fields to AuthUser schema
464
-
465
- ## 0.7.1
466
-
467
- ### Patch Changes
468
-
469
- - d90c29c: Refactor emailLogin function to support different response types
470
- - ea16d5f: [BREAKING] Update disabledReason enum values
471
-
472
- ## 0.7.0
473
-
474
- ### Minor Changes
475
-
476
- - 7d2d4b8: [BREAKING] Change endpoint URL for getting deployment events from v2 to v3
477
-
478
- ## 0.6.4
479
-
480
- ### Patch Changes
481
-
482
- - 1734501: Add new 'nodeVersion' field to CreateDeploymentRequestBody
483
- - 7253391: [BREAKING] Add new type 'integration-store-secret' to UpdateProjectDataCacheResponse, GetProjectsResponse, CreateProjectResponse, GetProjectResponse, UpdateProjectResponse, filterProjectEnvs, getProjectEnv, CreateProjectEnvResponse, removeProjectEnv, EditProjectEnvResponse
484
- - dc191cf: Add new fields skewProtectionBoundaryAt and skewProtectionMaxAge to UpdateProjectRequestBody
485
- - e096156: [BREAKING] Add new oauth2Connection field to multiple project-related API responses
486
- - 9d8632b: Change viewPreference order in activeDashboardViews type
487
-
488
- ## 0.6.3
489
-
490
- ### Patch Changes
491
-
492
- - 0b0194e: Add new field attackModeActiveUntil to project responses
493
- - cd00645: Add oauth2Application field to project related responses
494
- - 8920920: Remove planIteration from CreateTeamResponse and AuthUser
495
- - 06e6e64: Add new property 'cronJobsPerProject' to 'AuthUser' type
496
- - 44f20a3: Add skewProtectionBoundaryAt and skewProtectionMaxAge to project data cache and project response
497
- - 224ec97: Update API endpoint to create project from v9 to v10
498
- - 71615f0: Add new field 'planIteration' to AuthUser type
499
- - 5bfccd9: Add optional field 'planIteration' to AuthUser type
500
-
501
- ## 0.6.2
502
-
503
- ### Patch Changes
504
-
505
- - 79d46c2: Add 'dryRun' option to PatchEdgeConfigItems and PatchEdgeConfigSchema query params
506
- - 364ba3e: Add projectAccessGroup field to project related responses
507
- - 92880b3: [BREAKING] Add integrationStores to AuthUser in schemas.ts
508
- - cda8a8e: Modified CreateProjectEnvVariables to specify that git branch must have target=preview
509
-
510
- ## 0.6.1
511
-
512
- ### Patch Changes
513
-
514
- - f002c7a: Add security information to project endpoints
515
- - e59cf32: Add notificationStatementOfReasons to project-related API endpoints
516
- - 5f5bea1: Add firewall settings to security object in project-related API endpoints
517
- - cca589a: Add 'project' field to getDeployment and createDeployment response
518
-
519
- ## 0.6.0
520
-
521
- ### Minor Changes
522
-
523
- - 46aa322: [BREAKING] Change structure of GetProjectEnvResponse
524
-
525
- ### Patch Changes
526
-
527
- - 862b128: Change 'origin' values in GetTeamMembersResponse type
528
-
529
- ## 0.5.1
530
-
531
- ### Patch Changes
532
-
533
- - 3d3fc73: [BREAKING] Remove migrateExistingEnvVariablesToSensitive field from PatchTeamRequestBody
534
- - 58c0459: [BREAKING] Add new 'sensitive' type for ENV variables
535
- - e7d1ddf: [BREAKING] Reduce maxLength of projectId in InviteUserToTeamRequestBody
536
- - 286adc8: Update domain configuration response to include 'dns-01' option
537
- - 580013f: Remove minimum limit requirement in GetTeamMembersQueryParams
538
- - 5718437: Add web analytics object to project data endpoints
539
-
540
- ## 0.5.0
541
-
542
- ### Minor Changes
543
-
544
- - 787cf84: Add new endpoints to manage Edge Config schema
545
- - 4330f7c: Add migration status property to AuthUser schema for Northstar migration
546
- - d0479f5: Add attribution information for the session or current page to CreateTeamRequestBody
547
-
548
- ### Patch Changes
549
-
550
- - ed57233: Add serverlessFunctionZeroConfigFailover field to project related API endpoints
551
- - 5aeca61: Add new properties to VerifyTokenQueryParams
552
- - 3359159: Add crons field to deployment response
553
- - 86aeaf6: Add new 'compression' field to log drain endpoints
554
- - c6d4fd4: Add 'store.credentials-reset' to webhook events
555
- - 9b75b8a: Add 'store.updated' to allowed webhook event types
556
- - 446c95d: Update minimum value for limit parameter in GetTeamMembersQueryParams
557
-
558
- ## 0.4.0
559
-
560
- ### Minor Changes
561
-
562
- - f75fb8d: [BREAKING] Add new fields to the project object in the API response
563
-
564
- ### Patch Changes
565
-
566
- - f090e4a: [OpenAPI] Spec updates for vercel-api-js
567
-
568
- ## 0.3.0
569
-
570
- ### Minor Changes
571
-
572
- - be76b72: Add 'role' field to InviteUserToTeamRequestBody
573
-
574
- ### Patch Changes
575
-
576
- - 18f26af: [BREAKING] Remove teamId field from JoinTeamRequestBody
577
-
578
- ## 0.2.0
579
-
580
- ### Minor Changes
581
-
582
- - ce46c2b: [BREAKING] Change endpoint URL from v6 to v7 for file retrieval
583
- - 37f6643: [BREAKING] Add new request body for DeleteConfiguration
584
- - 668433e: Add new request body type for cancelling deployment
585
- - e4b3662: Add sampling rate option to CreateConfigurableLogDrainRequestBody
586
-
587
- ### Patch Changes
588
-
589
- - 4991311: Remove redundant comment and re-order properties in AuthUser type
590
- - 350a358: Add validation pattern for edgeConfigId in endpoint path params
591
- - dd972a2: [BREAKING] Remove 'previousLogDrainId' field from 'CreateLogDrainRequestBody'
592
-
593
- ## 0.1.25
594
-
595
- ### Patch Changes
596
-
597
- - 7405cf2: Add support for node 20
598
-
599
- ## 0.1.24
600
-
601
- ### Patch Changes
602
-
603
- - 0be29c9: Export `types`
604
-
605
- ## 0.1.23
606
-
607
- ### Patch Changes
608
-
609
- - 2da8330: [OpenAPI] Spec updates for vercel-api-js
610
- - 73631f0: [OpenAPI] Add pause project endpoints
611
-
612
- ## 0.1.22
613
-
614
- ### Patch Changes
615
-
616
- - 352a83a: [OpenAPI] Spec updates for vercel-api-js
617
- - f587d3d: [OpenAPI] Spec updates for vercel-api-js
618
- - a267e20: [OpenAPI] Spec updates for vercel-api-js
619
- - 64b8c15: [OpenAPI] Spec updates for vercel-api-js
620
-
621
- ## 0.1.21
622
-
623
- ### Patch Changes
624
-
625
- - 8faaa44: [OpenAPI] Add patch domain endpoint
626
- - 3b9bfd6: [OpenAPI] Add getDomainTransfer endpoint
627
-
628
- ## 0.1.20
629
-
630
- ### Patch Changes
631
-
632
- - 22694e7: [OpenAPI] Spec updates for vercel-api-js
633
- - b0d9604: [OpenAPI] Spec updates for vercel-api-js
634
- - c2b314e: [OpenAPI] Remove oauth configurations
635
- - 7f508cc: [OpenAPI] Add new projects array response
636
-
637
- ## 0.1.19
638
-
639
- ### Patch Changes
640
-
641
- - 1ab0e65: [OpenAPI] Spec updates for vercel-api-js
642
-
643
- ## 0.1.18
644
-
645
- ### Patch Changes
646
-
647
- - 8570cfa: [OpenAPI] Spec updates for vercel-api-js
648
-
649
- ## 0.1.17
650
-
651
- ### Patch Changes
652
-
653
- - 67bc9ee: [OpenAPI] Spec updates for vercel-api-js
654
-
655
- ## 0.1.16
656
-
657
- ### Patch Changes
658
-
659
- - 43a95cc: Fix env variables
660
-
661
- ## 0.1.15
662
-
663
- ### Patch Changes
664
-
665
- - d5f744b: [OpenAPI] Spec updates for vercel-api-js
666
-
667
- ## 0.1.14
668
-
669
- ### Patch Changes
670
-
671
- - a8b7568: [OpenAPI] Remove `listDeploymentBuilds`
672
- - 1f06b87: [OpenAPI] Spec updates for Vercel
673
-
674
- ## 0.1.13
675
-
676
- ### Patch Changes
677
-
678
- - c903731: [OpenAPI] Spec updates
679
-
680
- ## 0.1.12
681
-
682
- ### Patch Changes
683
-
684
- - 04b419b: [OpenAPI] Revert change to schema
685
-
686
- ## 0.1.11
687
-
688
- ### Patch Changes
689
-
690
- - eacb118: [OpenAPI] Update schemas for projects and deployments
691
-
692
- ## 0.1.10
693
-
694
- ### Patch Changes
695
-
696
- - 7445ccd: [OpenAPI] Update InviteUserToTeamResponse
697
-
698
- ## 0.1.9
699
-
700
- ### Patch Changes
701
-
702
- - 8ca0e54: [OpenAPI] Spec updates
703
-
704
- ## 0.1.8
705
-
706
- ### Patch Changes
707
-
708
- - 13148b3: Update accessToken result to match types
709
-
710
- ## 0.1.7
711
-
712
- ### Patch Changes
713
-
714
- - 64b81ee: Update accessToken helper
715
-
716
- ## 0.1.6
717
-
718
- ### Patch Changes
719
-
720
- - 53e14fe: Add accessToken auth method
721
-
722
- ## 0.1.5
723
-
724
- ### Patch Changes
725
-
726
- - d535c65: Fix enum values
727
-
728
- ## 0.1.4
729
-
730
- ### Patch Changes
731
-
732
- - 4264ad4: Fix return type of `request` method
733
-
734
- ## 0.1.3
735
-
736
- ### Patch Changes
737
-
738
- - dd84ad5: Add `request` method with string literals"
739
-
740
- ## 0.1.2
741
-
742
- ### Patch Changes
743
-
744
- - 660d05b: Add `connectConfigurationId` to schema
745
-
746
- ## 0.1.1
747
-
748
- ### Patch Changes
749
-
750
- - 0e017b1: Schema updates for edge config endpoints
751
-
752
- ## 0.1.0
753
-
754
- ### Minor Changes
755
-
756
- - 7278900: Initial release