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