@vercel/sdk 1.8.6 → 1.9.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 (123) hide show
  1. package/README.md +3 -9
  2. package/bin/mcp-server.js +669 -1264
  3. package/bin/mcp-server.js.map +17 -26
  4. package/docs/sdks/marketplace/README.md +78 -310
  5. package/esm/__tests__/marketplace.test.js +7 -51
  6. package/esm/__tests__/marketplace.test.js.map +1 -1
  7. package/esm/lib/config.d.ts +3 -3
  8. package/esm/lib/config.js +3 -3
  9. package/esm/mcp-server/mcp-server.js +1 -1
  10. package/esm/mcp-server/server.d.ts.map +1 -1
  11. package/esm/mcp-server/server.js +2 -8
  12. package/esm/mcp-server/server.js.map +1 -1
  13. package/esm/models/approverollingreleasestageop.d.ts +36 -0
  14. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  15. package/esm/models/approverollingreleasestageop.js +25 -0
  16. package/esm/models/approverollingreleasestageop.js.map +1 -1
  17. package/esm/models/completerollingreleaseop.d.ts +36 -0
  18. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  19. package/esm/models/completerollingreleaseop.js +24 -0
  20. package/esm/models/completerollingreleaseop.js.map +1 -1
  21. package/esm/models/createprojectop.d.ts +2 -0
  22. package/esm/models/createprojectop.d.ts.map +1 -1
  23. package/esm/models/createprojectop.js +2 -0
  24. package/esm/models/createprojectop.js.map +1 -1
  25. package/esm/models/getedgeconfigbackupop.d.ts +15 -15
  26. package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
  27. package/esm/models/getedgeconfigbackupop.js +15 -15
  28. package/esm/models/getedgeconfigbackupop.js.map +1 -1
  29. package/esm/models/getprojectsop.d.ts +2 -0
  30. package/esm/models/getprojectsop.d.ts.map +1 -1
  31. package/esm/models/getprojectsop.js +2 -0
  32. package/esm/models/getprojectsop.js.map +1 -1
  33. package/esm/models/getrollingreleaseop.d.ts +36 -0
  34. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  35. package/esm/models/getrollingreleaseop.js +24 -0
  36. package/esm/models/getrollingreleaseop.js.map +1 -1
  37. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
  38. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
  39. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  40. package/esm/models/importresourceop.d.ts +15 -15
  41. package/esm/models/importresourceop.d.ts.map +1 -1
  42. package/esm/models/importresourceop.js +15 -17
  43. package/esm/models/importresourceop.js.map +1 -1
  44. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  45. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  46. package/esm/models/updateprojectdatacacheop.js +2 -0
  47. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  48. package/esm/models/updateprojectop.d.ts +2 -0
  49. package/esm/models/updateprojectop.d.ts.map +1 -1
  50. package/esm/models/updateprojectop.js +2 -0
  51. package/esm/models/updateprojectop.js.map +1 -1
  52. package/esm/models/updateresourcesecretsop.d.ts +15 -15
  53. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  54. package/esm/models/updateresourcesecretsop.js +17 -15
  55. package/esm/models/updateresourcesecretsop.js.map +1 -1
  56. package/esm/sdk/marketplace.d.ts +7 -31
  57. package/esm/sdk/marketplace.d.ts.map +1 -1
  58. package/esm/sdk/marketplace.js +9 -39
  59. package/esm/sdk/marketplace.js.map +1 -1
  60. package/jsr.json +1 -1
  61. package/package.json +1 -1
  62. package/src/__tests__/marketplace.test.ts +13 -57
  63. package/src/lib/config.ts +3 -3
  64. package/src/mcp-server/mcp-server.ts +1 -1
  65. package/src/mcp-server/server.ts +2 -8
  66. package/src/models/approverollingreleasestageop.ts +44 -0
  67. package/src/models/completerollingreleaseop.ts +45 -0
  68. package/src/models/createprojectop.ts +4 -0
  69. package/src/models/getedgeconfigbackupop.ts +24 -41
  70. package/src/models/getprojectsop.ts +4 -0
  71. package/src/models/getrollingreleaseop.ts +40 -0
  72. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
  73. package/src/models/importresourceop.ts +35 -27
  74. package/src/models/updateprojectdatacacheop.ts +4 -0
  75. package/src/models/updateprojectop.ts +4 -0
  76. package/src/models/updateresourcesecretsop.ts +33 -49
  77. package/src/sdk/marketplace.ts +17 -80
  78. package/vercel-spec.json +464 -880
  79. package/esm/funcs/marketplaceDeleteResource.d.ts +0 -20
  80. package/esm/funcs/marketplaceDeleteResource.d.ts.map +0 -1
  81. package/esm/funcs/marketplaceDeleteResource.js +0 -91
  82. package/esm/funcs/marketplaceDeleteResource.js.map +0 -1
  83. package/esm/funcs/marketplaceGetResource.d.ts +0 -20
  84. package/esm/funcs/marketplaceGetResource.d.ts.map +0 -1
  85. package/esm/funcs/marketplaceGetResource.js +0 -90
  86. package/esm/funcs/marketplaceGetResource.js.map +0 -1
  87. package/esm/funcs/marketplaceGetResources.d.ts +0 -20
  88. package/esm/funcs/marketplaceGetResources.d.ts.map +0 -1
  89. package/esm/funcs/marketplaceGetResources.js +0 -86
  90. package/esm/funcs/marketplaceGetResources.js.map +0 -1
  91. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +0 -7
  92. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +0 -1
  93. package/esm/mcp-server/tools/marketplaceDeleteResource.js +0 -27
  94. package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +0 -1
  95. package/esm/mcp-server/tools/marketplaceGetResource.d.ts +0 -7
  96. package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +0 -1
  97. package/esm/mcp-server/tools/marketplaceGetResource.js +0 -28
  98. package/esm/mcp-server/tools/marketplaceGetResource.js.map +0 -1
  99. package/esm/mcp-server/tools/marketplaceGetResources.d.ts +0 -7
  100. package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +0 -1
  101. package/esm/mcp-server/tools/marketplaceGetResources.js +0 -28
  102. package/esm/mcp-server/tools/marketplaceGetResources.js.map +0 -1
  103. package/esm/models/deleteresourceop.d.ts +0 -31
  104. package/esm/models/deleteresourceop.d.ts.map +0 -1
  105. package/esm/models/deleteresourceop.js +0 -33
  106. package/esm/models/deleteresourceop.js.map +0 -1
  107. package/esm/models/getresourceop.d.ts +0 -293
  108. package/esm/models/getresourceop.d.ts.map +0 -1
  109. package/esm/models/getresourceop.js +0 -250
  110. package/esm/models/getresourceop.js.map +0 -1
  111. package/esm/models/getresourcesop.d.ts +0 -310
  112. package/esm/models/getresourcesop.d.ts.map +0 -1
  113. package/esm/models/getresourcesop.js +0 -278
  114. package/esm/models/getresourcesop.js.map +0 -1
  115. package/src/funcs/marketplaceDeleteResource.ts +0 -205
  116. package/src/funcs/marketplaceGetResource.ts +0 -206
  117. package/src/funcs/marketplaceGetResources.ts +0 -202
  118. package/src/mcp-server/tools/marketplaceDeleteResource.ts +0 -35
  119. package/src/mcp-server/tools/marketplaceGetResource.ts +0 -37
  120. package/src/mcp-server/tools/marketplaceGetResources.ts +0 -37
  121. package/src/models/deleteresourceop.ts +0 -70
  122. package/src/models/getresourceop.ts +0 -545
  123. package/src/models/getresourcesop.ts +0 -604
package/vercel-spec.json CHANGED
@@ -6732,6 +6732,12 @@
6732
6732
  },
6733
6733
  "type": "array"
6734
6734
  },
6735
+ "notificationPreferences": {
6736
+ "items": {
6737
+ "$ref": "#/components/schemas/ACLAction"
6738
+ },
6739
+ "type": "array"
6740
+ },
6735
6741
  "notificationCustomerBudget": {
6736
6742
  "items": {
6737
6743
  "$ref": "#/components/schemas/ACLAction"
@@ -23892,736 +23898,6 @@
23892
23898
  }
23893
23899
  }
23894
23900
  },
23895
- "/v1/installations/{integrationConfigurationId}/resources": {
23896
- "get": {
23897
- "description": "Get all resources for a given integration configuration ID.",
23898
- "operationId": "get-resources",
23899
- "security": [
23900
- {
23901
- "bearerToken": []
23902
- }
23903
- ],
23904
- "summary": "Get Resources",
23905
- "tags": [
23906
- "marketplace"
23907
- ],
23908
- "responses": {
23909
- "200": {
23910
- "description": "",
23911
- "content": {
23912
- "application/json": {
23913
- "schema": {
23914
- "properties": {
23915
- "resources": {
23916
- "items": {
23917
- "properties": {
23918
- "partnerId": {
23919
- "type": "string",
23920
- "description": "The ID provided by the partner for the given resource"
23921
- },
23922
- "internalId": {
23923
- "type": "string",
23924
- "description": "The ID assigned by Vercel for the given resource"
23925
- },
23926
- "name": {
23927
- "type": "string",
23928
- "description": "The name of the resource as it is recorded in Vercel"
23929
- },
23930
- "status": {
23931
- "type": "string",
23932
- "enum": [
23933
- "ready",
23934
- "pending",
23935
- "suspended",
23936
- "resumed",
23937
- "uninstalled",
23938
- "error"
23939
- ],
23940
- "description": "The current status of the resource"
23941
- },
23942
- "productId": {
23943
- "type": "string",
23944
- "description": "The ID of the product the resource is derived from"
23945
- },
23946
- "protocolSettings": {
23947
- "properties": {
23948
- "experimentation": {
23949
- "properties": {
23950
- "edgeConfigSyncingEnabled": {
23951
- "type": "boolean"
23952
- },
23953
- "edgeConfigId": {
23954
- "type": "string"
23955
- },
23956
- "edgeConfigTokenId": {
23957
- "type": "string"
23958
- }
23959
- },
23960
- "type": "object"
23961
- }
23962
- },
23963
- "type": "object",
23964
- "description": "Any settings provided for the resource to support its product's protocols"
23965
- },
23966
- "notification": {
23967
- "properties": {
23968
- "level": {
23969
- "type": "string",
23970
- "enum": [
23971
- "error",
23972
- "info",
23973
- "warn"
23974
- ]
23975
- },
23976
- "title": {
23977
- "type": "string"
23978
- },
23979
- "message": {
23980
- "type": "string"
23981
- },
23982
- "href": {
23983
- "type": "string"
23984
- }
23985
- },
23986
- "required": [
23987
- "level",
23988
- "title"
23989
- ],
23990
- "type": "object",
23991
- "description": "The notification, if set, displayed to the user when viewing the resource in Vercel"
23992
- },
23993
- "billingPlanId": {
23994
- "type": "string",
23995
- "description": "The ID of the billing plan the resource is subscribed to, if applicable"
23996
- },
23997
- "metadata": {
23998
- "additionalProperties": {
23999
- "oneOf": [
24000
- {
24001
- "type": "string"
24002
- },
24003
- {
24004
- "type": "number"
24005
- },
24006
- {
24007
- "type": "boolean"
24008
- },
24009
- {
24010
- "items": {
24011
- "type": "string"
24012
- },
24013
- "type": "array",
24014
- "description": "The configured metadata for the resource as defined by its product's Metadata Schema"
24015
- },
24016
- {
24017
- "items": {
24018
- "type": "number"
24019
- },
24020
- "type": "array",
24021
- "description": "The configured metadata for the resource as defined by its product's Metadata Schema"
24022
- }
24023
- ]
24024
- },
24025
- "type": "object",
24026
- "description": "The configured metadata for the resource as defined by its product's Metadata Schema"
24027
- }
24028
- },
24029
- "required": [
24030
- "partnerId",
24031
- "internalId",
24032
- "name",
24033
- "productId"
24034
- ],
24035
- "type": "object"
24036
- },
24037
- "type": "array"
24038
- }
24039
- },
24040
- "required": [
24041
- "resources"
24042
- ],
24043
- "type": "object"
24044
- }
24045
- }
24046
- }
24047
- },
24048
- "400": {
24049
- "description": "One of the provided values in the request query is invalid.",
24050
- "content": {
24051
- "application/json": {
24052
- "schema": {
24053
- "$ref": "#/components/schemas/VercelBadRequestError"
24054
- }
24055
- }
24056
- }
24057
- },
24058
- "401": {
24059
- "description": "",
24060
- "content": {
24061
- "application/json": {
24062
- "schema": {
24063
- "$ref": "#/components/schemas/VercelForbiddenError"
24064
- }
24065
- }
24066
- }
24067
- },
24068
- "403": {
24069
- "description": "You do not have permission to access this resource."
24070
- },
24071
- "404": {
24072
- "description": "",
24073
- "content": {
24074
- "application/json": {
24075
- "schema": {
24076
- "$ref": "#/components/schemas/VercelNotFoundError"
24077
- }
24078
- }
24079
- }
24080
- }
24081
- },
24082
- "parameters": [
24083
- {
24084
- "name": "integrationConfigurationId",
24085
- "in": "path",
24086
- "required": true,
24087
- "schema": {
24088
- "type": "string"
24089
- }
24090
- }
24091
- ]
24092
- }
24093
- },
24094
- "/v1/installations/{integrationConfigurationId}/resources/{resourceId}": {
24095
- "get": {
24096
- "description": "Get a resource by its partner ID.",
24097
- "operationId": "get-resource",
24098
- "security": [
24099
- {
24100
- "bearerToken": []
24101
- }
24102
- ],
24103
- "summary": "Get Resource",
24104
- "tags": [
24105
- "marketplace"
24106
- ],
24107
- "responses": {
24108
- "200": {
24109
- "description": "",
24110
- "content": {
24111
- "application/json": {
24112
- "schema": {
24113
- "properties": {
24114
- "id": {
24115
- "type": "string",
24116
- "description": "The ID provided by the 3rd party provider for the given resource"
24117
- },
24118
- "internalId": {
24119
- "type": "string",
24120
- "description": "The ID assigned by Vercel for the given resource"
24121
- },
24122
- "name": {
24123
- "type": "string",
24124
- "description": "The name of the resource as it is recorded in Vercel"
24125
- },
24126
- "status": {
24127
- "type": "string",
24128
- "enum": [
24129
- "ready",
24130
- "pending",
24131
- "suspended",
24132
- "resumed",
24133
- "uninstalled",
24134
- "error"
24135
- ],
24136
- "description": "The current status of the resource"
24137
- },
24138
- "productId": {
24139
- "type": "string",
24140
- "description": "The ID of the product the resource is derived from"
24141
- },
24142
- "protocolSettings": {
24143
- "properties": {
24144
- "experimentation": {
24145
- "properties": {
24146
- "edgeConfigSyncingEnabled": {
24147
- "type": "boolean"
24148
- },
24149
- "edgeConfigId": {
24150
- "type": "string"
24151
- },
24152
- "edgeConfigTokenId": {
24153
- "type": "string"
24154
- }
24155
- },
24156
- "type": "object"
24157
- }
24158
- },
24159
- "type": "object",
24160
- "description": "Any settings provided for the resource to support its product's protocols"
24161
- },
24162
- "notification": {
24163
- "properties": {
24164
- "level": {
24165
- "type": "string",
24166
- "enum": [
24167
- "error",
24168
- "info",
24169
- "warn"
24170
- ]
24171
- },
24172
- "title": {
24173
- "type": "string"
24174
- },
24175
- "message": {
24176
- "type": "string"
24177
- },
24178
- "href": {
24179
- "type": "string"
24180
- }
24181
- },
24182
- "required": [
24183
- "level",
24184
- "title"
24185
- ],
24186
- "type": "object",
24187
- "description": "The notification, if set, displayed to the user when viewing the resource in Vercel"
24188
- },
24189
- "billingPlanId": {
24190
- "type": "string",
24191
- "description": "The ID of the billing plan the resource is subscribed to, if applicable"
24192
- },
24193
- "metadata": {
24194
- "additionalProperties": {
24195
- "oneOf": [
24196
- {
24197
- "type": "string"
24198
- },
24199
- {
24200
- "type": "number"
24201
- },
24202
- {
24203
- "type": "boolean"
24204
- },
24205
- {
24206
- "items": {
24207
- "type": "string"
24208
- },
24209
- "type": "array",
24210
- "description": "The configured metadata for the resource as defined by its product's Metadata Schema"
24211
- },
24212
- {
24213
- "items": {
24214
- "type": "number"
24215
- },
24216
- "type": "array",
24217
- "description": "The configured metadata for the resource as defined by its product's Metadata Schema"
24218
- }
24219
- ]
24220
- },
24221
- "type": "object",
24222
- "description": "The configured metadata for the resource as defined by its product's Metadata Schema"
24223
- }
24224
- },
24225
- "required": [
24226
- "id",
24227
- "internalId",
24228
- "name",
24229
- "productId"
24230
- ],
24231
- "type": "object"
24232
- }
24233
- }
24234
- }
24235
- },
24236
- "400": {
24237
- "description": "One of the provided values in the request query is invalid.",
24238
- "content": {
24239
- "application/json": {
24240
- "schema": {
24241
- "$ref": "#/components/schemas/VercelBadRequestError"
24242
- }
24243
- }
24244
- }
24245
- },
24246
- "401": {
24247
- "description": "",
24248
- "content": {
24249
- "application/json": {
24250
- "schema": {
24251
- "$ref": "#/components/schemas/VercelForbiddenError"
24252
- }
24253
- }
24254
- }
24255
- },
24256
- "403": {
24257
- "description": "You do not have permission to access this resource."
24258
- },
24259
- "404": {
24260
- "description": "",
24261
- "content": {
24262
- "application/json": {
24263
- "schema": {
24264
- "$ref": "#/components/schemas/VercelNotFoundError"
24265
- }
24266
- }
24267
- }
24268
- }
24269
- },
24270
- "parameters": [
24271
- {
24272
- "name": "integrationConfigurationId",
24273
- "description": "The ID of the integration configuration (installation) the resource belongs to",
24274
- "in": "path",
24275
- "required": true,
24276
- "schema": {
24277
- "type": "string",
24278
- "description": "The ID of the integration configuration (installation) the resource belongs to"
24279
- }
24280
- },
24281
- {
24282
- "name": "resourceId",
24283
- "description": "The ID provided by the 3rd party provider for the given resource",
24284
- "in": "path",
24285
- "required": true,
24286
- "schema": {
24287
- "type": "string",
24288
- "description": "The ID provided by the 3rd party provider for the given resource"
24289
- }
24290
- }
24291
- ]
24292
- },
24293
- "delete": {
24294
- "description": "Delete a resource owned by the selected installation ID.",
24295
- "operationId": "delete-resource",
24296
- "security": [
24297
- {
24298
- "bearerToken": []
24299
- }
24300
- ],
24301
- "summary": "Delete Resource",
24302
- "tags": [
24303
- "marketplace"
24304
- ],
24305
- "responses": {
24306
- "204": {
24307
- "description": ""
24308
- },
24309
- "400": {
24310
- "description": "One of the provided values in the request query is invalid.",
24311
- "content": {
24312
- "application/json": {
24313
- "schema": {
24314
- "$ref": "#/components/schemas/VercelBadRequestError"
24315
- }
24316
- }
24317
- }
24318
- },
24319
- "401": {
24320
- "description": "",
24321
- "content": {
24322
- "application/json": {
24323
- "schema": {
24324
- "$ref": "#/components/schemas/VercelForbiddenError"
24325
- }
24326
- }
24327
- }
24328
- },
24329
- "403": {
24330
- "description": "You do not have permission to access this resource."
24331
- },
24332
- "404": {
24333
- "description": "",
24334
- "content": {
24335
- "application/json": {
24336
- "schema": {
24337
- "$ref": "#/components/schemas/VercelNotFoundError"
24338
- }
24339
- }
24340
- }
24341
- }
24342
- },
24343
- "parameters": [
24344
- {
24345
- "name": "integrationConfigurationId",
24346
- "in": "path",
24347
- "required": true,
24348
- "schema": {
24349
- "type": "string"
24350
- }
24351
- },
24352
- {
24353
- "name": "resourceId",
24354
- "in": "path",
24355
- "required": true,
24356
- "schema": {
24357
- "type": "string",
24358
- "describe": "The external provider's ID of the resource to delete"
24359
- }
24360
- }
24361
- ]
24362
- },
24363
- "put": {
24364
- "description": "This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.",
24365
- "operationId": "import-resource",
24366
- "security": [
24367
- {
24368
- "bearerToken": []
24369
- }
24370
- ],
24371
- "summary": "Import Resource",
24372
- "tags": [
24373
- "marketplace"
24374
- ],
24375
- "responses": {
24376
- "200": {
24377
- "description": "",
24378
- "content": {
24379
- "application/json": {
24380
- "schema": {
24381
- "properties": {
24382
- "name": {
24383
- "type": "string"
24384
- }
24385
- },
24386
- "required": [
24387
- "name"
24388
- ],
24389
- "type": "object"
24390
- }
24391
- }
24392
- }
24393
- },
24394
- "400": {
24395
- "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
24396
- "content": {
24397
- "application/json": {
24398
- "schema": {
24399
- "$ref": "#/components/schemas/VercelBadRequestError"
24400
- }
24401
- }
24402
- }
24403
- },
24404
- "401": {
24405
- "description": "",
24406
- "content": {
24407
- "application/json": {
24408
- "schema": {
24409
- "$ref": "#/components/schemas/VercelForbiddenError"
24410
- }
24411
- }
24412
- }
24413
- },
24414
- "403": {
24415
- "description": "You do not have permission to access this resource."
24416
- },
24417
- "404": {
24418
- "description": "",
24419
- "content": {
24420
- "application/json": {
24421
- "schema": {
24422
- "$ref": "#/components/schemas/VercelNotFoundError"
24423
- }
24424
- }
24425
- }
24426
- }
24427
- },
24428
- "parameters": [
24429
- {
24430
- "name": "integrationConfigurationId",
24431
- "in": "path",
24432
- "required": true,
24433
- "schema": {
24434
- "type": "string"
24435
- }
24436
- },
24437
- {
24438
- "name": "resourceId",
24439
- "in": "path",
24440
- "required": true,
24441
- "schema": {
24442
- "type": "string"
24443
- }
24444
- }
24445
- ],
24446
- "requestBody": {
24447
- "content": {
24448
- "application/json": {
24449
- "schema": {
24450
- "type": "object",
24451
- "required": [
24452
- "productId",
24453
- "name",
24454
- "status"
24455
- ],
24456
- "properties": {
24457
- "productId": {
24458
- "type": "string"
24459
- },
24460
- "name": {
24461
- "type": "string"
24462
- },
24463
- "status": {
24464
- "type": "string",
24465
- "enum": [
24466
- "ready",
24467
- "pending",
24468
- "suspended",
24469
- "resumed",
24470
- "uninstalled",
24471
- "error"
24472
- ]
24473
- },
24474
- "metadata": {
24475
- "type": "object",
24476
- "additionalProperties": true
24477
- },
24478
- "billingPlan": {
24479
- "type": "object",
24480
- "required": [
24481
- "id",
24482
- "type",
24483
- "name"
24484
- ],
24485
- "properties": {
24486
- "id": {
24487
- "type": "string"
24488
- },
24489
- "type": {
24490
- "type": "string",
24491
- "enum": [
24492
- "prepayment",
24493
- "subscription"
24494
- ]
24495
- },
24496
- "name": {
24497
- "type": "string"
24498
- },
24499
- "description": {
24500
- "type": "string"
24501
- },
24502
- "paymentMethodRequired": {
24503
- "type": "boolean"
24504
- },
24505
- "cost": {
24506
- "type": "string"
24507
- },
24508
- "details": {
24509
- "type": "array",
24510
- "items": {
24511
- "type": "object",
24512
- "properties": {
24513
- "label": {
24514
- "type": "string"
24515
- },
24516
- "value": {
24517
- "type": "string"
24518
- }
24519
- },
24520
- "required": [
24521
- "label"
24522
- ],
24523
- "additionalProperties": false
24524
- }
24525
- },
24526
- "heightlightedDetails": {
24527
- "type": "array",
24528
- "items": {
24529
- "type": "object",
24530
- "properties": {
24531
- "label": {
24532
- "type": "string"
24533
- },
24534
- "value": {
24535
- "type": "string"
24536
- }
24537
- },
24538
- "required": [
24539
- "label"
24540
- ],
24541
- "additionalProperties": false
24542
- }
24543
- },
24544
- "effectiveDate": {
24545
- "type": "string"
24546
- }
24547
- },
24548
- "additionalProperties": true
24549
- },
24550
- "notification": {
24551
- "type": "object",
24552
- "required": [
24553
- "level",
24554
- "title"
24555
- ],
24556
- "properties": {
24557
- "level": {
24558
- "type": "string",
24559
- "enum": [
24560
- "info",
24561
- "warn",
24562
- "error"
24563
- ]
24564
- },
24565
- "title": {
24566
- "type": "string"
24567
- },
24568
- "message": {
24569
- "type": "string"
24570
- },
24571
- "href": {
24572
- "type": "string",
24573
- "format": "uri"
24574
- }
24575
- }
24576
- },
24577
- "secrets": {
24578
- "type": "array",
24579
- "items": {
24580
- "type": "object",
24581
- "required": [
24582
- "name",
24583
- "value"
24584
- ],
24585
- "properties": {
24586
- "name": {
24587
- "type": "string"
24588
- },
24589
- "value": {
24590
- "type": "string"
24591
- },
24592
- "prefix": {
24593
- "type": "string"
24594
- },
24595
- "environmentOverrides": {
24596
- "type": "object",
24597
- "description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
24598
- "properties": {
24599
- "development": {
24600
- "type": "string",
24601
- "description": "Value used for development environment."
24602
- },
24603
- "preview": {
24604
- "type": "string",
24605
- "description": "Value used for preview environment."
24606
- },
24607
- "production": {
24608
- "type": "string",
24609
- "description": "Value used for production environment."
24610
- }
24611
- }
24612
- }
24613
- },
24614
- "additionalProperties": false
24615
- }
24616
- }
24617
- },
24618
- "additionalProperties": false
24619
- }
24620
- }
24621
- }
24622
- }
24623
- }
24624
- },
24625
23901
  "/v1/installations/{integrationConfigurationId}/billing": {
24626
23902
  "post": {
24627
23903
  "description": "Sends the billing and usage data. The partner should do this at least once a day and ideally once per hour. \u003cbr/\u003e Use the `credentials.access_token` we provided in the [Upsert Installation](#upsert-installation) body to authorize this request.",
@@ -25777,143 +25053,410 @@
25777
25053
  "schema": {
25778
25054
  "type": "object",
25779
25055
  "required": [
25780
- "secrets"
25056
+ "secrets"
25057
+ ],
25058
+ "properties": {
25059
+ "secrets": {
25060
+ "type": "array",
25061
+ "items": {
25062
+ "type": "object",
25063
+ "required": [
25064
+ "name",
25065
+ "value"
25066
+ ],
25067
+ "properties": {
25068
+ "name": {
25069
+ "type": "string"
25070
+ },
25071
+ "value": {
25072
+ "type": "string"
25073
+ },
25074
+ "prefix": {
25075
+ "type": "string"
25076
+ },
25077
+ "environmentOverrides": {
25078
+ "type": "object",
25079
+ "description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
25080
+ "properties": {
25081
+ "development": {
25082
+ "type": "string",
25083
+ "description": "Value used for development environment."
25084
+ },
25085
+ "preview": {
25086
+ "type": "string",
25087
+ "description": "Value used for preview environment."
25088
+ },
25089
+ "production": {
25090
+ "type": "string",
25091
+ "description": "Value used for production environment."
25092
+ }
25093
+ }
25094
+ }
25095
+ },
25096
+ "additionalProperties": false
25097
+ }
25098
+ },
25099
+ "partial": {
25100
+ "type": "boolean",
25101
+ "description": "If true, will only update the provided secrets"
25102
+ }
25103
+ },
25104
+ "additionalProperties": false
25105
+ }
25106
+ }
25107
+ },
25108
+ "required": true
25109
+ }
25110
+ }
25111
+ },
25112
+ "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/secrets": {
25113
+ "put": {
25114
+ "description": "This endpoint updates the secrets of a resource. If a resource has projects connected, the connected secrets are updated with the new secrets. The old secrets may still be used by existing connected projects because they are not automatically redeployed. Redeployment is a manual action and must be completed by the user. All new project connections will use the new secrets.\u003cbr/\u003e \u003cbr/\u003e Use cases for this endpoint:\u003cbr/\u003e \u003cbr/\u003e - Resetting the credentials of a database in the partner. If the user requests the credentials to be updated in the partner’s application, the partner post the new set of secrets to Vercel, the user should redeploy their application and the expire the old credentials.\u003cbr/\u003e",
25115
+ "operationId": "update-resource-secrets-by-id",
25116
+ "security": [
25117
+ {
25118
+ "bearerToken": []
25119
+ }
25120
+ ],
25121
+ "summary": "Update Resource Secrets",
25122
+ "tags": [
25123
+ "marketplace"
25124
+ ],
25125
+ "responses": {
25126
+ "201": {
25127
+ "description": ""
25128
+ },
25129
+ "400": {
25130
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
25131
+ "content": {
25132
+ "application/json": {
25133
+ "schema": {
25134
+ "$ref": "#/components/schemas/VercelBadRequestError"
25135
+ }
25136
+ }
25137
+ }
25138
+ },
25139
+ "401": {
25140
+ "description": "",
25141
+ "content": {
25142
+ "application/json": {
25143
+ "schema": {
25144
+ "$ref": "#/components/schemas/VercelForbiddenError"
25145
+ }
25146
+ }
25147
+ }
25148
+ },
25149
+ "403": {
25150
+ "description": "You do not have permission to access this resource."
25151
+ },
25152
+ "404": {
25153
+ "description": "",
25154
+ "content": {
25155
+ "application/json": {
25156
+ "schema": {
25157
+ "$ref": "#/components/schemas/VercelNotFoundError"
25158
+ }
25159
+ }
25160
+ }
25161
+ },
25162
+ "422": {
25163
+ "description": ""
25164
+ }
25165
+ },
25166
+ "parameters": [
25167
+ {
25168
+ "name": "integrationConfigurationId",
25169
+ "in": "path",
25170
+ "required": true,
25171
+ "schema": {
25172
+ "type": "string"
25173
+ }
25174
+ },
25175
+ {
25176
+ "name": "resourceId",
25177
+ "in": "path",
25178
+ "required": true,
25179
+ "schema": {
25180
+ "type": "string"
25181
+ }
25182
+ }
25183
+ ],
25184
+ "requestBody": {
25185
+ "content": {
25186
+ "application/json": {
25187
+ "schema": {
25188
+ "type": "object",
25189
+ "required": [
25190
+ "secrets"
25191
+ ],
25192
+ "properties": {
25193
+ "secrets": {
25194
+ "type": "array",
25195
+ "items": {
25196
+ "type": "object",
25197
+ "required": [
25198
+ "name",
25199
+ "value"
25200
+ ],
25201
+ "properties": {
25202
+ "name": {
25203
+ "type": "string"
25204
+ },
25205
+ "value": {
25206
+ "type": "string"
25207
+ },
25208
+ "prefix": {
25209
+ "type": "string"
25210
+ },
25211
+ "environmentOverrides": {
25212
+ "type": "object",
25213
+ "description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
25214
+ "properties": {
25215
+ "development": {
25216
+ "type": "string",
25217
+ "description": "Value used for development environment."
25218
+ },
25219
+ "preview": {
25220
+ "type": "string",
25221
+ "description": "Value used for preview environment."
25222
+ },
25223
+ "production": {
25224
+ "type": "string",
25225
+ "description": "Value used for production environment."
25226
+ }
25227
+ }
25228
+ }
25229
+ },
25230
+ "additionalProperties": false
25231
+ }
25232
+ },
25233
+ "partial": {
25234
+ "type": "boolean",
25235
+ "description": "If true, will only overwrite the provided secrets instead of replacing all secrets."
25236
+ }
25237
+ },
25238
+ "additionalProperties": false
25239
+ }
25240
+ }
25241
+ }
25242
+ }
25243
+ }
25244
+ },
25245
+ "/v1/installations/{integrationConfigurationId}/resources/{resourceId}": {
25246
+ "put": {
25247
+ "description": "This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.",
25248
+ "operationId": "import-resource",
25249
+ "security": [
25250
+ {
25251
+ "bearerToken": []
25252
+ }
25253
+ ],
25254
+ "summary": "Import Resource",
25255
+ "tags": [
25256
+ "marketplace"
25257
+ ],
25258
+ "responses": {
25259
+ "200": {
25260
+ "description": "",
25261
+ "content": {
25262
+ "application/json": {
25263
+ "schema": {
25264
+ "properties": {
25265
+ "name": {
25266
+ "type": "string"
25267
+ }
25268
+ },
25269
+ "required": [
25270
+ "name"
25271
+ ],
25272
+ "type": "object"
25273
+ }
25274
+ }
25275
+ }
25276
+ },
25277
+ "400": {
25278
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
25279
+ "content": {
25280
+ "application/json": {
25281
+ "schema": {
25282
+ "$ref": "#/components/schemas/VercelBadRequestError"
25283
+ }
25284
+ }
25285
+ }
25286
+ },
25287
+ "401": {
25288
+ "description": "",
25289
+ "content": {
25290
+ "application/json": {
25291
+ "schema": {
25292
+ "$ref": "#/components/schemas/VercelForbiddenError"
25293
+ }
25294
+ }
25295
+ }
25296
+ },
25297
+ "403": {
25298
+ "description": "You do not have permission to access this resource."
25299
+ },
25300
+ "404": {
25301
+ "description": "",
25302
+ "content": {
25303
+ "application/json": {
25304
+ "schema": {
25305
+ "$ref": "#/components/schemas/VercelNotFoundError"
25306
+ }
25307
+ }
25308
+ }
25309
+ }
25310
+ },
25311
+ "parameters": [
25312
+ {
25313
+ "name": "integrationConfigurationId",
25314
+ "in": "path",
25315
+ "required": true,
25316
+ "schema": {
25317
+ "type": "string"
25318
+ }
25319
+ },
25320
+ {
25321
+ "name": "resourceId",
25322
+ "in": "path",
25323
+ "required": true,
25324
+ "schema": {
25325
+ "type": "string"
25326
+ }
25327
+ }
25328
+ ],
25329
+ "requestBody": {
25330
+ "content": {
25331
+ "application/json": {
25332
+ "schema": {
25333
+ "type": "object",
25334
+ "required": [
25335
+ "productId",
25336
+ "name",
25337
+ "status"
25781
25338
  ],
25782
25339
  "properties": {
25783
- "secrets": {
25784
- "type": "array",
25785
- "items": {
25786
- "type": "object",
25787
- "required": [
25788
- "name",
25789
- "value"
25790
- ],
25791
- "properties": {
25792
- "name": {
25793
- "type": "string"
25794
- },
25795
- "value": {
25796
- "type": "string"
25797
- },
25798
- "prefix": {
25799
- "type": "string"
25800
- },
25801
- "environmentOverrides": {
25340
+ "productId": {
25341
+ "type": "string"
25342
+ },
25343
+ "name": {
25344
+ "type": "string"
25345
+ },
25346
+ "status": {
25347
+ "type": "string",
25348
+ "enum": [
25349
+ "ready",
25350
+ "pending",
25351
+ "suspended",
25352
+ "resumed",
25353
+ "uninstalled",
25354
+ "error"
25355
+ ]
25356
+ },
25357
+ "metadata": {
25358
+ "type": "object",
25359
+ "additionalProperties": true
25360
+ },
25361
+ "billingPlan": {
25362
+ "type": "object",
25363
+ "required": [
25364
+ "id",
25365
+ "type",
25366
+ "name"
25367
+ ],
25368
+ "properties": {
25369
+ "id": {
25370
+ "type": "string"
25371
+ },
25372
+ "type": {
25373
+ "type": "string",
25374
+ "enum": [
25375
+ "prepayment",
25376
+ "subscription"
25377
+ ]
25378
+ },
25379
+ "name": {
25380
+ "type": "string"
25381
+ },
25382
+ "description": {
25383
+ "type": "string"
25384
+ },
25385
+ "paymentMethodRequired": {
25386
+ "type": "boolean"
25387
+ },
25388
+ "cost": {
25389
+ "type": "string"
25390
+ },
25391
+ "details": {
25392
+ "type": "array",
25393
+ "items": {
25802
25394
  "type": "object",
25803
- "description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
25804
25395
  "properties": {
25805
- "development": {
25806
- "type": "string",
25807
- "description": "Value used for development environment."
25396
+ "label": {
25397
+ "type": "string"
25808
25398
  },
25809
- "preview": {
25810
- "type": "string",
25811
- "description": "Value used for preview environment."
25399
+ "value": {
25400
+ "type": "string"
25401
+ }
25402
+ },
25403
+ "required": [
25404
+ "label"
25405
+ ],
25406
+ "additionalProperties": false
25407
+ }
25408
+ },
25409
+ "heightlightedDetails": {
25410
+ "type": "array",
25411
+ "items": {
25412
+ "type": "object",
25413
+ "properties": {
25414
+ "label": {
25415
+ "type": "string"
25812
25416
  },
25813
- "production": {
25814
- "type": "string",
25815
- "description": "Value used for production environment."
25417
+ "value": {
25418
+ "type": "string"
25816
25419
  }
25817
- }
25420
+ },
25421
+ "required": [
25422
+ "label"
25423
+ ],
25424
+ "additionalProperties": false
25818
25425
  }
25819
25426
  },
25820
- "additionalProperties": false
25427
+ "effectiveDate": {
25428
+ "type": "string"
25429
+ }
25430
+ },
25431
+ "additionalProperties": true
25432
+ },
25433
+ "notification": {
25434
+ "type": "object",
25435
+ "required": [
25436
+ "level",
25437
+ "title"
25438
+ ],
25439
+ "properties": {
25440
+ "level": {
25441
+ "type": "string",
25442
+ "enum": [
25443
+ "info",
25444
+ "warn",
25445
+ "error"
25446
+ ]
25447
+ },
25448
+ "title": {
25449
+ "type": "string"
25450
+ },
25451
+ "message": {
25452
+ "type": "string"
25453
+ },
25454
+ "href": {
25455
+ "type": "string",
25456
+ "format": "uri"
25457
+ }
25821
25458
  }
25822
25459
  },
25823
- "partial": {
25824
- "type": "boolean",
25825
- "description": "If true, will only update the provided secrets"
25826
- }
25827
- },
25828
- "additionalProperties": false
25829
- }
25830
- }
25831
- },
25832
- "required": true
25833
- }
25834
- }
25835
- },
25836
- "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/secrets": {
25837
- "put": {
25838
- "description": "This endpoint updates the secrets of a resource. If a resource has projects connected, the connected secrets are updated with the new secrets. The old secrets may still be used by existing connected projects because they are not automatically redeployed. Redeployment is a manual action and must be completed by the user. All new project connections will use the new secrets.\u003cbr/\u003e \u003cbr/\u003e Use cases for this endpoint:\u003cbr/\u003e \u003cbr/\u003e - Resetting the credentials of a database in the partner. If the user requests the credentials to be updated in the partner’s application, the partner post the new set of secrets to Vercel, the user should redeploy their application and the expire the old credentials.\u003cbr/\u003e",
25839
- "operationId": "update-resource-secrets-by-id",
25840
- "security": [
25841
- {
25842
- "bearerToken": []
25843
- }
25844
- ],
25845
- "summary": "Update Resource Secrets",
25846
- "tags": [
25847
- "marketplace"
25848
- ],
25849
- "responses": {
25850
- "201": {
25851
- "description": ""
25852
- },
25853
- "400": {
25854
- "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
25855
- "content": {
25856
- "application/json": {
25857
- "schema": {
25858
- "$ref": "#/components/schemas/VercelBadRequestError"
25859
- }
25860
- }
25861
- }
25862
- },
25863
- "401": {
25864
- "description": "",
25865
- "content": {
25866
- "application/json": {
25867
- "schema": {
25868
- "$ref": "#/components/schemas/VercelForbiddenError"
25869
- }
25870
- }
25871
- }
25872
- },
25873
- "403": {
25874
- "description": "You do not have permission to access this resource."
25875
- },
25876
- "404": {
25877
- "description": "",
25878
- "content": {
25879
- "application/json": {
25880
- "schema": {
25881
- "$ref": "#/components/schemas/VercelNotFoundError"
25882
- }
25883
- }
25884
- }
25885
- },
25886
- "422": {
25887
- "description": ""
25888
- }
25889
- },
25890
- "parameters": [
25891
- {
25892
- "name": "integrationConfigurationId",
25893
- "in": "path",
25894
- "required": true,
25895
- "schema": {
25896
- "type": "string"
25897
- }
25898
- },
25899
- {
25900
- "name": "resourceId",
25901
- "in": "path",
25902
- "required": true,
25903
- "schema": {
25904
- "type": "string"
25905
- }
25906
- }
25907
- ],
25908
- "requestBody": {
25909
- "content": {
25910
- "application/json": {
25911
- "schema": {
25912
- "type": "object",
25913
- "required": [
25914
- "secrets"
25915
- ],
25916
- "properties": {
25917
25460
  "secrets": {
25918
25461
  "type": "array",
25919
25462
  "items": {
@@ -25953,10 +25496,6 @@
25953
25496
  },
25954
25497
  "additionalProperties": false
25955
25498
  }
25956
- },
25957
- "partial": {
25958
- "type": "boolean",
25959
- "description": "If true, will only overwrite the provided secrets instead of replacing all secrets."
25960
25499
  }
25961
25500
  },
25962
25501
  "additionalProperties": false
@@ -32010,6 +31549,12 @@
32010
31549
  },
32011
31550
  "type": "array"
32012
31551
  },
31552
+ "notificationPreferences": {
31553
+ "items": {
31554
+ "$ref": "#/components/schemas/ACLAction"
31555
+ },
31556
+ "type": "array"
31557
+ },
32013
31558
  "notificationCustomerBudget": {
32014
31559
  "items": {
32015
31560
  "$ref": "#/components/schemas/ACLAction"
@@ -36273,6 +35818,12 @@
36273
35818
  },
36274
35819
  "type": "array"
36275
35820
  },
35821
+ "notificationPreferences": {
35822
+ "items": {
35823
+ "$ref": "#/components/schemas/ACLAction"
35824
+ },
35825
+ "type": "array"
35826
+ },
36276
35827
  "notificationCustomerBudget": {
36277
35828
  "items": {
36278
35829
  "$ref": "#/components/schemas/ACLAction"
@@ -40371,6 +39922,12 @@
40371
39922
  },
40372
39923
  "type": "array"
40373
39924
  },
39925
+ "notificationPreferences": {
39926
+ "items": {
39927
+ "$ref": "#/components/schemas/ACLAction"
39928
+ },
39929
+ "type": "array"
39930
+ },
40374
39931
  "notificationCustomerBudget": {
40375
39932
  "items": {
40376
39933
  "$ref": "#/components/schemas/ACLAction"
@@ -44907,6 +44464,12 @@
44907
44464
  },
44908
44465
  "type": "array"
44909
44466
  },
44467
+ "notificationPreferences": {
44468
+ "items": {
44469
+ "$ref": "#/components/schemas/ACLAction"
44470
+ },
44471
+ "type": "array"
44472
+ },
44910
44473
  "notificationCustomerBudget": {
44911
44474
  "items": {
44912
44475
  "$ref": "#/components/schemas/ACLAction"
@@ -46899,9 +46462,9 @@
46899
46462
  "type": {
46900
46463
  "type": "string",
46901
46464
  "enum": [
46902
- "endsWith",
46903
46465
  "startsWith",
46904
- "equals"
46466
+ "equals",
46467
+ "endsWith"
46905
46468
  ],
46906
46469
  "description": "The type of matching to perform"
46907
46470
  },
@@ -55922,6 +55485,15 @@
55922
55485
  "description": "The ID of a deployment queued for the next rolling release",
55923
55486
  "example": "dpl_ghi789"
55924
55487
  },
55488
+ "advancementType": {
55489
+ "type": "string",
55490
+ "enum": [
55491
+ "automatic",
55492
+ "manual-approval"
55493
+ ],
55494
+ "description": "The advancement type of the rolling release",
55495
+ "example": "manual-approval"
55496
+ },
55925
55497
  "stages": {
55926
55498
  "items": {
55927
55499
  "properties": {
@@ -55942,8 +55514,7 @@
55942
55514
  },
55943
55515
  "requireApproval": {
55944
55516
  "type": "boolean",
55945
- "description": "Whether or not this stage requires manual approval to proceed",
55946
- "example": true
55517
+ "description": "Whether or not this stage requires manual approval to proceed"
55947
55518
  },
55948
55519
  "duration": {
55949
55520
  "nullable": true,
@@ -56045,8 +55616,7 @@
56045
55616
  },
56046
55617
  "requireApproval": {
56047
55618
  "type": "boolean",
56048
- "description": "Whether or not this stage requires manual approval to proceed",
56049
- "example": true
55619
+ "description": "Whether or not this stage requires manual approval to proceed"
56050
55620
  },
56051
55621
  "duration": {
56052
55622
  "nullable": true,
@@ -56092,8 +55662,7 @@
56092
55662
  },
56093
55663
  "requireApproval": {
56094
55664
  "type": "boolean",
56095
- "description": "Whether or not this stage requires manual approval to proceed",
56096
- "example": true
55665
+ "description": "Whether or not this stage requires manual approval to proceed"
56097
55666
  },
56098
55667
  "duration": {
56099
55668
  "nullable": true,
@@ -56135,6 +55704,7 @@
56135
55704
  "currentDeployment",
56136
55705
  "canaryDeployment",
56137
55706
  "queuedDeploymentId",
55707
+ "advancementType",
56138
55708
  "stages",
56139
55709
  "activeStage",
56140
55710
  "nextStage",
@@ -56416,6 +55986,15 @@
56416
55986
  "description": "The ID of a deployment queued for the next rolling release",
56417
55987
  "example": "dpl_ghi789"
56418
55988
  },
55989
+ "advancementType": {
55990
+ "type": "string",
55991
+ "enum": [
55992
+ "automatic",
55993
+ "manual-approval"
55994
+ ],
55995
+ "description": "The advancement type of the rolling release",
55996
+ "example": "manual-approval"
55997
+ },
56419
55998
  "stages": {
56420
55999
  "items": {
56421
56000
  "properties": {
@@ -56436,8 +56015,7 @@
56436
56015
  },
56437
56016
  "requireApproval": {
56438
56017
  "type": "boolean",
56439
- "description": "Whether or not this stage requires manual approval to proceed",
56440
- "example": true
56018
+ "description": "Whether or not this stage requires manual approval to proceed"
56441
56019
  },
56442
56020
  "duration": {
56443
56021
  "nullable": true,
@@ -56539,8 +56117,7 @@
56539
56117
  },
56540
56118
  "requireApproval": {
56541
56119
  "type": "boolean",
56542
- "description": "Whether or not this stage requires manual approval to proceed",
56543
- "example": true
56120
+ "description": "Whether or not this stage requires manual approval to proceed"
56544
56121
  },
56545
56122
  "duration": {
56546
56123
  "nullable": true,
@@ -56586,8 +56163,7 @@
56586
56163
  },
56587
56164
  "requireApproval": {
56588
56165
  "type": "boolean",
56589
- "description": "Whether or not this stage requires manual approval to proceed",
56590
- "example": true
56166
+ "description": "Whether or not this stage requires manual approval to proceed"
56591
56167
  },
56592
56168
  "duration": {
56593
56169
  "nullable": true,
@@ -56629,6 +56205,7 @@
56629
56205
  "currentDeployment",
56630
56206
  "canaryDeployment",
56631
56207
  "queuedDeploymentId",
56208
+ "advancementType",
56632
56209
  "stages",
56633
56210
  "activeStage",
56634
56211
  "nextStage",
@@ -56921,6 +56498,15 @@
56921
56498
  "description": "The ID of a deployment queued for the next rolling release",
56922
56499
  "example": "dpl_ghi789"
56923
56500
  },
56501
+ "advancementType": {
56502
+ "type": "string",
56503
+ "enum": [
56504
+ "automatic",
56505
+ "manual-approval"
56506
+ ],
56507
+ "description": "The advancement type of the rolling release",
56508
+ "example": "manual-approval"
56509
+ },
56924
56510
  "stages": {
56925
56511
  "items": {
56926
56512
  "properties": {
@@ -56941,8 +56527,7 @@
56941
56527
  },
56942
56528
  "requireApproval": {
56943
56529
  "type": "boolean",
56944
- "description": "Whether or not this stage requires manual approval to proceed",
56945
- "example": true
56530
+ "description": "Whether or not this stage requires manual approval to proceed"
56946
56531
  },
56947
56532
  "duration": {
56948
56533
  "nullable": true,
@@ -57044,8 +56629,7 @@
57044
56629
  },
57045
56630
  "requireApproval": {
57046
56631
  "type": "boolean",
57047
- "description": "Whether or not this stage requires manual approval to proceed",
57048
- "example": true
56632
+ "description": "Whether or not this stage requires manual approval to proceed"
57049
56633
  },
57050
56634
  "duration": {
57051
56635
  "nullable": true,
@@ -57091,8 +56675,7 @@
57091
56675
  },
57092
56676
  "requireApproval": {
57093
56677
  "type": "boolean",
57094
- "description": "Whether or not this stage requires manual approval to proceed",
57095
- "example": true
56678
+ "description": "Whether or not this stage requires manual approval to proceed"
57096
56679
  },
57097
56680
  "duration": {
57098
56681
  "nullable": true,
@@ -57134,6 +56717,7 @@
57134
56717
  "currentDeployment",
57135
56718
  "canaryDeployment",
57136
56719
  "queuedDeploymentId",
56720
+ "advancementType",
57137
56721
  "stages",
57138
56722
  "activeStage",
57139
56723
  "nextStage",