@vercel/sdk 1.6.2 → 1.6.3

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 (188) hide show
  1. package/README.md +0 -10
  2. package/bin/mcp-server.js +1163 -2379
  3. package/bin/mcp-server.js.map +23 -38
  4. package/docs/sdks/integrations/README.md +0 -161
  5. package/docs/sdks/logdrains/README.md +0 -260
  6. package/esm/__tests__/integrations.test.js +5 -40
  7. package/esm/__tests__/integrations.test.js.map +1 -1
  8. package/esm/__tests__/logdrains.test.js +7 -89
  9. package/esm/__tests__/logdrains.test.js.map +1 -1
  10. package/esm/__tests__/security.test.js +1 -14
  11. package/esm/__tests__/security.test.js.map +1 -1
  12. package/esm/funcs/projectsCreateProject.js +2 -2
  13. package/esm/funcs/projectsCreateProject.js.map +1 -1
  14. package/esm/lib/config.d.ts +3 -3
  15. package/esm/lib/config.js +3 -3
  16. package/esm/lib/matchers.d.ts +3 -1
  17. package/esm/lib/matchers.d.ts.map +1 -1
  18. package/esm/lib/matchers.js +10 -0
  19. package/esm/lib/matchers.js.map +1 -1
  20. package/esm/lib/sdks.js +7 -2
  21. package/esm/lib/sdks.js.map +1 -1
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/server.d.ts.map +1 -1
  24. package/esm/mcp-server/server.js +1 -11
  25. package/esm/mcp-server/server.js.map +1 -1
  26. package/esm/models/authuser.d.ts +41 -0
  27. package/esm/models/authuser.d.ts.map +1 -1
  28. package/esm/models/authuser.js +29 -0
  29. package/esm/models/authuser.js.map +1 -1
  30. package/esm/models/canceldeploymentop.d.ts +3 -3
  31. package/esm/models/canceldeploymentop.js +1 -1
  32. package/esm/models/canceldeploymentop.js.map +1 -1
  33. package/esm/models/createlogdrainop.d.ts +51 -51
  34. package/esm/models/createlogdrainop.d.ts.map +1 -1
  35. package/esm/models/createlogdrainop.js +74 -75
  36. package/esm/models/createlogdrainop.js.map +1 -1
  37. package/esm/models/createprojectop.d.ts +46 -16
  38. package/esm/models/createprojectop.d.ts.map +1 -1
  39. package/esm/models/createprojectop.js +17 -5
  40. package/esm/models/createprojectop.js.map +1 -1
  41. package/esm/models/exchangessotokenop.d.ts +34 -0
  42. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  43. package/esm/models/exchangessotokenop.js +25 -0
  44. package/esm/models/exchangessotokenop.js.map +1 -1
  45. package/esm/models/getconfigurationsop.d.ts +19 -16
  46. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  47. package/esm/models/getconfigurationsop.js +25 -27
  48. package/esm/models/getconfigurationsop.js.map +1 -1
  49. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  50. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  51. package/esm/models/getcustomenvironmentop.js.map +1 -1
  52. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  53. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  54. package/esm/models/getintegrationlogdrainsop.js +14 -13
  55. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  56. package/esm/models/getprojectsop.d.ts +46 -16
  57. package/esm/models/getprojectsop.d.ts.map +1 -1
  58. package/esm/models/getprojectsop.js +17 -5
  59. package/esm/models/getprojectsop.js.map +1 -1
  60. package/esm/models/getteammembersop.d.ts +9 -9
  61. package/esm/models/getteammembersop.js +3 -3
  62. package/esm/models/getteammembersop.js.map +1 -1
  63. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  64. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  65. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  66. package/esm/models/updateprojectdatacacheop.d.ts +46 -16
  67. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  68. package/esm/models/updateprojectdatacacheop.js +17 -5
  69. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  70. package/esm/models/updateprojectop.d.ts +46 -16
  71. package/esm/models/updateprojectop.d.ts.map +1 -1
  72. package/esm/models/updateprojectop.js +17 -5
  73. package/esm/models/updateprojectop.js.map +1 -1
  74. package/esm/models/userevent.d.ts +569 -512
  75. package/esm/models/userevent.d.ts.map +1 -1
  76. package/esm/models/userevent.js +703 -645
  77. package/esm/models/userevent.js.map +1 -1
  78. package/esm/sdk/integrations.d.ts +0 -16
  79. package/esm/sdk/integrations.d.ts.map +1 -1
  80. package/esm/sdk/integrations.js +0 -20
  81. package/esm/sdk/integrations.js.map +1 -1
  82. package/esm/sdk/logdrains.d.ts +0 -24
  83. package/esm/sdk/logdrains.d.ts.map +1 -1
  84. package/esm/sdk/logdrains.js +0 -30
  85. package/esm/sdk/logdrains.js.map +1 -1
  86. package/jsr.json +1 -1
  87. package/package.json +1 -1
  88. package/src/__tests__/integrations.test.ts +9 -44
  89. package/src/__tests__/logdrains.test.ts +13 -95
  90. package/src/__tests__/security.test.ts +1 -14
  91. package/src/funcs/projectsCreateProject.ts +2 -2
  92. package/src/lib/config.ts +3 -3
  93. package/src/lib/matchers.ts +20 -0
  94. package/src/lib/sdks.ts +8 -2
  95. package/src/mcp-server/mcp-server.ts +1 -1
  96. package/src/mcp-server/server.ts +1 -11
  97. package/src/models/authuser.ts +74 -0
  98. package/src/models/canceldeploymentop.ts +1 -1
  99. package/src/models/createlogdrainop.ts +95 -112
  100. package/src/models/createprojectop.ts +42 -6
  101. package/src/models/exchangessotokenop.ts +44 -0
  102. package/src/models/getconfigurationsop.ts +34 -39
  103. package/src/models/getcustomenvironmentop.ts +3 -0
  104. package/src/models/getintegrationlogdrainsop.ts +15 -20
  105. package/src/models/getprojectsop.ts +42 -6
  106. package/src/models/getteammembersop.ts +3 -3
  107. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  108. package/src/models/updateprojectdatacacheop.ts +42 -6
  109. package/src/models/updateprojectop.ts +42 -6
  110. package/src/models/userevent.ts +1328 -1193
  111. package/src/sdk/integrations.ts +0 -44
  112. package/src/sdk/logdrains.ts +0 -66
  113. package/vercel-spec.json +341 -1272
  114. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  115. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  116. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  117. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  118. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  119. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  120. package/esm/funcs/integrationsSearchRepo.js +0 -89
  121. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  122. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  123. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  124. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
  125. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  126. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  127. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  128. package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
  129. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  130. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  131. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  132. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
  133. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  134. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  135. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  136. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  137. package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
  138. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  139. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  140. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  141. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  142. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  143. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  144. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  145. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  146. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  147. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  148. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  149. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  150. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  151. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  152. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  153. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  154. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  155. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  156. package/esm/models/createconfigurablelogdrainop.js +0 -348
  157. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  158. package/esm/models/getalllogdrainsop.d.ts +0 -294
  159. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  160. package/esm/models/getalllogdrainsop.js +0 -231
  161. package/esm/models/getalllogdrainsop.js.map +0 -1
  162. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  163. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  164. package/esm/models/getconfigurablelogdrainop.js +0 -230
  165. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  166. package/esm/models/gitnamespacesop.d.ts +0 -126
  167. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  168. package/esm/models/gitnamespacesop.js +0 -115
  169. package/esm/models/gitnamespacesop.js.map +0 -1
  170. package/esm/models/searchrepoop.d.ts +0 -421
  171. package/esm/models/searchrepoop.d.ts.map +0 -1
  172. package/esm/models/searchrepoop.js +0 -385
  173. package/esm/models/searchrepoop.js.map +0 -1
  174. package/src/funcs/integrationsGitNamespaces.ts +0 -185
  175. package/src/funcs/integrationsSearchRepo.ts +0 -181
  176. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
  177. package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
  178. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  179. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  180. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  181. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  182. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  183. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  184. package/src/models/createconfigurablelogdrainop.ts +0 -652
  185. package/src/models/getalllogdrainsop.ts +0 -416
  186. package/src/models/getconfigurablelogdrainop.ts +0 -420
  187. package/src/models/gitnamespacesop.ts +0 -235
  188. package/src/models/searchrepoop.ts +0 -784
package/vercel-spec.json CHANGED
@@ -4952,10 +4952,12 @@
4952
4952
  "endsWith",
4953
4953
  "startsWith",
4954
4954
  "equals"
4955
- ]
4955
+ ],
4956
+ "description": "The type of matching to perform"
4956
4957
  },
4957
4958
  "pattern": {
4958
- "type": "string"
4959
+ "type": "string",
4960
+ "description": "The pattern to match against branch names"
4959
4961
  }
4960
4962
  },
4961
4963
  "required": [
@@ -5449,7 +5451,7 @@
5449
5451
  },
5450
5452
  "defaultRoute": {
5451
5453
  "type": "string",
5452
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
5454
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
5453
5455
  },
5454
5456
  "routeObservabilityToThisProject": {
5455
5457
  "type": "boolean",
@@ -5682,8 +5684,8 @@
5682
5684
  "deploymentType": {
5683
5685
  "type": "string",
5684
5686
  "enum": [
5685
- "preview",
5686
5687
  "all",
5688
+ "preview",
5687
5689
  "prod_deployment_urls_and_all_previews"
5688
5690
  ]
5689
5691
  }
@@ -5751,10 +5753,12 @@
5751
5753
  "endsWith",
5752
5754
  "startsWith",
5753
5755
  "equals"
5754
- ]
5756
+ ],
5757
+ "description": "The type of matching to perform"
5755
5758
  },
5756
5759
  "pattern": {
5757
- "type": "string"
5760
+ "type": "string",
5761
+ "description": "The pattern to match against branch names"
5758
5762
  }
5759
5763
  },
5760
5764
  "required": [
@@ -6707,6 +6711,12 @@
6707
6711
  },
6708
6712
  "type": "array"
6709
6713
  },
6714
+ "teamMemberMfaStatus": {
6715
+ "items": {
6716
+ "$ref": "#/components/schemas/ACLAction"
6717
+ },
6718
+ "type": "array"
6719
+ },
6710
6720
  "teamMicrofrontends": {
6711
6721
  "items": {
6712
6722
  "$ref": "#/components/schemas/ACLAction"
@@ -6809,6 +6819,18 @@
6809
6819
  },
6810
6820
  "type": "array"
6811
6821
  },
6822
+ "vercelRun": {
6823
+ "items": {
6824
+ "$ref": "#/components/schemas/ACLAction"
6825
+ },
6826
+ "type": "array"
6827
+ },
6828
+ "vercelRunExec": {
6829
+ "items": {
6830
+ "$ref": "#/components/schemas/ACLAction"
6831
+ },
6832
+ "type": "array"
6833
+ },
6812
6834
  "aliasProject": {
6813
6835
  "items": {
6814
6836
  "$ref": "#/components/schemas/ACLAction"
@@ -7239,10 +7261,10 @@
7239
7261
  "deploymentType": {
7240
7262
  "type": "string",
7241
7263
  "enum": [
7242
- "production",
7243
- "preview",
7244
7264
  "all",
7245
- "prod_deployment_urls_and_all_previews"
7265
+ "preview",
7266
+ "prod_deployment_urls_and_all_previews",
7267
+ "production"
7246
7268
  ]
7247
7269
  },
7248
7270
  "addresses": {
@@ -7282,10 +7304,10 @@
7282
7304
  "deploymentType": {
7283
7305
  "type": "string",
7284
7306
  "enum": [
7285
- "production",
7286
- "preview",
7287
7307
  "all",
7288
- "prod_deployment_urls_and_all_previews"
7308
+ "preview",
7309
+ "prod_deployment_urls_and_all_previews",
7310
+ "production"
7289
7311
  ]
7290
7312
  }
7291
7313
  },
@@ -14003,8 +14025,8 @@
14003
14025
  "nullable": true,
14004
14026
  "type": "string",
14005
14027
  "enum": [
14006
- "production",
14007
- "staging"
14028
+ "staging",
14029
+ "production"
14008
14030
  ]
14009
14031
  },
14010
14032
  "type": {
@@ -18004,161 +18026,21 @@
18004
18026
  }
18005
18027
  },
18006
18028
  "/v1/log-drains/{id}": {
18007
- "get": {
18008
- "description": "Retrieves a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be accessed.",
18009
- "operationId": "getConfigurableLogDrain",
18029
+ "delete": {
18030
+ "description": "Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted.",
18031
+ "operationId": "deleteConfigurableLogDrain",
18010
18032
  "security": [
18011
18033
  {
18012
18034
  "bearerToken": []
18013
18035
  }
18014
18036
  ],
18015
- "summary": "Retrieves a Configurable Log Drain",
18037
+ "summary": "Deletes a Configurable Log Drain",
18016
18038
  "tags": [
18017
18039
  "logDrains"
18018
18040
  ],
18019
18041
  "responses": {
18020
- "200": {
18021
- "description": "",
18022
- "content": {
18023
- "application/json": {
18024
- "schema": {
18025
- "properties": {
18026
- "clientId": {
18027
- "type": "string"
18028
- },
18029
- "configurationId": {
18030
- "type": "string"
18031
- },
18032
- "sources": {
18033
- "items": {
18034
- "type": "string",
18035
- "enum": [
18036
- "build",
18037
- "edge",
18038
- "lambda",
18039
- "static",
18040
- "external",
18041
- "firewall"
18042
- ]
18043
- },
18044
- "type": "array"
18045
- },
18046
- "environments": {
18047
- "items": {
18048
- "type": "string",
18049
- "enum": [
18050
- "production",
18051
- "preview"
18052
- ]
18053
- },
18054
- "type": "array"
18055
- },
18056
- "disabledBy": {
18057
- "type": "string"
18058
- },
18059
- "firstErrorTimestamp": {
18060
- "type": "number"
18061
- },
18062
- "samplingRate": {
18063
- "type": "number"
18064
- },
18065
- "hideIpAddresses": {
18066
- "type": "boolean"
18067
- },
18068
- "id": {
18069
- "type": "string"
18070
- },
18071
- "createdAt": {
18072
- "type": "number"
18073
- },
18074
- "deletedAt": {
18075
- "nullable": true,
18076
- "type": "number"
18077
- },
18078
- "updatedAt": {
18079
- "type": "number"
18080
- },
18081
- "url": {
18082
- "type": "string"
18083
- },
18084
- "headers": {
18085
- "additionalProperties": {
18086
- "type": "string"
18087
- },
18088
- "type": "object"
18089
- },
18090
- "projectIds": {
18091
- "items": {
18092
- "type": "string"
18093
- },
18094
- "type": "array"
18095
- },
18096
- "name": {
18097
- "type": "string"
18098
- },
18099
- "teamId": {
18100
- "nullable": true,
18101
- "type": "string"
18102
- },
18103
- "ownerId": {
18104
- "type": "string"
18105
- },
18106
- "createdFrom": {
18107
- "type": "string",
18108
- "enum": [
18109
- "self-served",
18110
- "integration"
18111
- ]
18112
- },
18113
- "deliveryFormat": {
18114
- "type": "string",
18115
- "enum": [
18116
- "json",
18117
- "ndjson",
18118
- "syslog",
18119
- "protobuf"
18120
- ]
18121
- },
18122
- "status": {
18123
- "type": "string",
18124
- "enum": [
18125
- "enabled",
18126
- "disabled",
18127
- "errored"
18128
- ]
18129
- },
18130
- "disabledAt": {
18131
- "type": "number"
18132
- },
18133
- "disabledReason": {
18134
- "type": "string",
18135
- "enum": [
18136
- "disabled-by-owner",
18137
- "feature-not-available",
18138
- "account-plan-downgrade",
18139
- "disabled-by-admin"
18140
- ]
18141
- },
18142
- "secret": {
18143
- "type": "string"
18144
- }
18145
- },
18146
- "required": [
18147
- "environments",
18148
- "id",
18149
- "createdAt",
18150
- "deletedAt",
18151
- "updatedAt",
18152
- "url",
18153
- "name",
18154
- "ownerId",
18155
- "deliveryFormat",
18156
- "secret"
18157
- ],
18158
- "type": "object"
18159
- }
18160
- }
18161
- }
18042
+ "204": {
18043
+ "description": ""
18162
18044
  },
18163
18045
  "400": {
18164
18046
  "description": "One of the provided values in the request query is invalid.",
@@ -18222,699 +18104,107 @@
18222
18104
  }
18223
18105
  }
18224
18106
  ]
18225
- },
18226
- "delete": {
18227
- "description": "Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted.",
18228
- "operationId": "deleteConfigurableLogDrain",
18107
+ }
18108
+ },
18109
+ "/v1/edge-config": {
18110
+ "get": {
18111
+ "description": "Returns all Edge Configs.",
18112
+ "operationId": "getEdgeConfigs",
18229
18113
  "security": [
18230
18114
  {
18231
18115
  "bearerToken": []
18232
18116
  }
18233
18117
  ],
18234
- "summary": "Deletes a Configurable Log Drain",
18118
+ "summary": "Get Edge Configs",
18235
18119
  "tags": [
18236
- "logDrains"
18120
+ "edge-config"
18237
18121
  ],
18238
18122
  "responses": {
18239
- "204": {
18240
- "description": ""
18241
- },
18242
- "400": {
18243
- "description": "One of the provided values in the request query is invalid.",
18244
- "content": {
18245
- "application/json": {
18246
- "schema": {
18247
- "$ref": "#/components/schemas/VercelBadRequestError"
18248
- }
18249
- }
18250
- }
18251
- },
18252
- "401": {
18253
- "description": "",
18254
- "content": {
18255
- "application/json": {
18256
- "schema": {
18257
- "$ref": "#/components/schemas/VercelForbiddenError"
18258
- }
18259
- }
18260
- }
18261
- },
18262
- "403": {
18263
- "description": "You do not have permission to access this resource."
18264
- },
18265
- "404": {
18266
- "description": "",
18267
- "content": {
18268
- "application/json": {
18269
- "schema": {
18270
- "$ref": "#/components/schemas/VercelNotFoundError"
18271
- }
18272
- }
18273
- }
18274
- }
18275
- },
18276
- "parameters": [
18277
- {
18278
- "name": "id",
18279
- "in": "path",
18280
- "required": true,
18281
- "schema": {
18282
- "type": "string"
18283
- }
18284
- },
18285
- {
18286
- "description": "The Team identifier to perform the request on behalf of.",
18287
- "in": "query",
18288
- "name": "teamId",
18289
- "schema": {
18290
- "type": "string",
18291
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
18292
- }
18293
- },
18294
- {
18295
- "description": "The Team slug to perform the request on behalf of.",
18296
- "in": "query",
18297
- "name": "slug",
18298
- "schema": {
18299
- "type": "string",
18300
- "example": "my-team-url-slug"
18301
- }
18302
- }
18303
- ]
18304
- }
18305
- },
18306
- "/v1/log-drains": {
18307
- "get": {
18308
- "description": "Retrieves a list of all the Log Drains owned by the account. This endpoint must be called with an account AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated account can be accessed.",
18309
- "operationId": "getAllLogDrains",
18310
- "security": [
18311
- {
18312
- "bearerToken": []
18313
- }
18314
- ],
18315
- "summary": "Retrieves a list of all the Log Drains",
18316
- "tags": [
18317
- "logDrains"
18318
- ],
18319
- "responses": {
18320
- "200": {
18321
- "description": "",
18322
- "content": {
18323
- "application/json": {
18324
- "schema": {
18325
- "items": {
18326
- "properties": {
18327
- "clientId": {
18328
- "type": "string"
18329
- },
18330
- "configurationId": {
18331
- "type": "string"
18332
- },
18333
- "sources": {
18334
- "items": {
18335
- "type": "string",
18336
- "enum": [
18337
- "build",
18338
- "edge",
18339
- "lambda",
18340
- "static",
18341
- "external",
18342
- "firewall"
18343
- ]
18344
- },
18345
- "type": "array"
18346
- },
18347
- "environments": {
18348
- "items": {
18349
- "type": "string",
18350
- "enum": [
18351
- "production",
18352
- "preview"
18353
- ]
18354
- },
18355
- "type": "array"
18356
- },
18357
- "disabledBy": {
18358
- "type": "string"
18359
- },
18360
- "firstErrorTimestamp": {
18361
- "type": "number"
18362
- },
18363
- "samplingRate": {
18364
- "type": "number"
18365
- },
18366
- "hideIpAddresses": {
18367
- "type": "boolean"
18368
- },
18369
- "id": {
18370
- "type": "string"
18371
- },
18372
- "createdAt": {
18373
- "type": "number"
18374
- },
18375
- "deletedAt": {
18376
- "nullable": true,
18377
- "type": "number"
18378
- },
18379
- "updatedAt": {
18380
- "type": "number"
18381
- },
18382
- "url": {
18383
- "type": "string"
18384
- },
18385
- "headers": {
18386
- "additionalProperties": {
18387
- "type": "string"
18388
- },
18389
- "type": "object"
18390
- },
18391
- "projectIds": {
18392
- "items": {
18393
- "type": "string"
18394
- },
18395
- "type": "array"
18396
- },
18397
- "name": {
18398
- "type": "string"
18399
- },
18400
- "teamId": {
18401
- "nullable": true,
18402
- "type": "string"
18403
- },
18404
- "ownerId": {
18405
- "type": "string"
18406
- },
18407
- "createdFrom": {
18408
- "type": "string",
18409
- "enum": [
18410
- "self-served",
18411
- "integration",
18412
- "integration"
18413
- ]
18414
- },
18415
- "deliveryFormat": {
18416
- "type": "string",
18417
- "enum": [
18418
- "json",
18419
- "ndjson",
18420
- "syslog",
18421
- "protobuf"
18422
- ]
18423
- },
18424
- "status": {
18425
- "type": "string",
18426
- "enum": [
18427
- "enabled",
18428
- "disabled",
18429
- "errored"
18430
- ]
18431
- },
18432
- "disabledAt": {
18433
- "type": "number"
18434
- },
18435
- "disabledReason": {
18436
- "type": "string",
18437
- "enum": [
18438
- "disabled-by-owner",
18439
- "feature-not-available",
18440
- "account-plan-downgrade",
18441
- "disabled-by-admin"
18442
- ]
18443
- },
18444
- "secret": {
18445
- "type": "string"
18446
- }
18447
- },
18448
- "type": "object",
18449
- "required": [
18450
- "id",
18451
- "deliveryFormat",
18452
- "url",
18453
- "name",
18454
- "ownerId",
18455
- "createdAt",
18456
- "deletedAt",
18457
- "updatedAt",
18458
- "environments"
18459
- ]
18460
- },
18461
- "type": "array"
18462
- }
18463
- }
18464
- }
18465
- },
18466
- "400": {
18467
- "description": "One of the provided values in the request query is invalid.",
18468
- "content": {
18469
- "application/json": {
18470
- "schema": {
18471
- "$ref": "#/components/schemas/VercelBadRequestError"
18472
- }
18473
- }
18474
- }
18475
- },
18476
- "401": {
18477
- "description": "",
18478
- "content": {
18479
- "application/json": {
18480
- "schema": {
18481
- "$ref": "#/components/schemas/VercelForbiddenError"
18482
- }
18483
- }
18484
- }
18485
- },
18486
- "403": {
18487
- "description": "You do not have permission to access this resource."
18488
- }
18489
- },
18490
- "parameters": [
18491
- {
18492
- "name": "projectId",
18493
- "in": "query",
18494
- "schema": {
18495
- "pattern": "^[a-zA-z0-9_]+$",
18496
- "type": "string"
18497
- }
18498
- },
18499
- {
18500
- "name": "projectIdOrName",
18501
- "in": "query",
18502
- "schema": {
18503
- "type": "string"
18504
- }
18505
- },
18506
- {
18507
- "description": "The Team identifier to perform the request on behalf of.",
18508
- "in": "query",
18509
- "name": "teamId",
18510
- "schema": {
18511
- "type": "string",
18512
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
18513
- }
18514
- },
18515
- {
18516
- "description": "The Team slug to perform the request on behalf of.",
18517
- "in": "query",
18518
- "name": "slug",
18519
- "schema": {
18520
- "type": "string",
18521
- "example": "my-team-url-slug"
18522
- }
18523
- }
18524
- ]
18525
- },
18526
- "post": {
18527
- "description": "Creates a configurable log drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed)",
18528
- "operationId": "createConfigurableLogDrain",
18529
- "security": [
18530
- {
18531
- "bearerToken": []
18532
- }
18533
- ],
18534
- "summary": "Creates a Configurable Log Drain",
18535
- "tags": [
18536
- "logDrains"
18537
- ],
18538
- "responses": {
18539
- "200": {
18540
- "description": "",
18541
- "content": {
18542
- "application/json": {
18543
- "schema": {
18544
- "properties": {
18545
- "secret": {
18546
- "type": "string",
18547
- "description": "The secret to validate the log-drain payload"
18548
- },
18549
- "clientId": {
18550
- "type": "string"
18551
- },
18552
- "configurationId": {
18553
- "type": "string"
18554
- },
18555
- "sources": {
18556
- "items": {
18557
- "type": "string",
18558
- "enum": [
18559
- "build",
18560
- "edge",
18561
- "lambda",
18562
- "static",
18563
- "external",
18564
- "firewall"
18565
- ]
18566
- },
18567
- "type": "array"
18568
- },
18569
- "environments": {
18570
- "items": {
18571
- "type": "string",
18572
- "enum": [
18573
- "production",
18574
- "preview"
18575
- ]
18576
- },
18577
- "type": "array"
18578
- },
18579
- "disabledBy": {
18580
- "type": "string"
18581
- },
18582
- "firstErrorTimestamp": {
18583
- "type": "number"
18584
- },
18585
- "samplingRate": {
18586
- "type": "number"
18587
- },
18588
- "hideIpAddresses": {
18589
- "type": "boolean"
18590
- },
18591
- "id": {
18592
- "type": "string"
18593
- },
18594
- "createdAt": {
18595
- "type": "number"
18596
- },
18597
- "deletedAt": {
18598
- "nullable": true,
18599
- "type": "number"
18600
- },
18601
- "updatedAt": {
18602
- "type": "number"
18603
- },
18604
- "url": {
18605
- "type": "string"
18606
- },
18607
- "headers": {
18608
- "additionalProperties": {
18609
- "type": "string"
18610
- },
18611
- "type": "object"
18612
- },
18613
- "projectIds": {
18614
- "items": {
18615
- "type": "string"
18616
- },
18617
- "type": "array"
18618
- },
18619
- "name": {
18620
- "type": "string"
18621
- },
18622
- "teamId": {
18623
- "nullable": true,
18624
- "type": "string"
18625
- },
18626
- "ownerId": {
18627
- "type": "string"
18628
- },
18629
- "createdFrom": {
18630
- "type": "string",
18631
- "enum": [
18632
- "self-served",
18633
- "integration"
18634
- ]
18635
- },
18636
- "deliveryFormat": {
18637
- "type": "string",
18638
- "enum": [
18639
- "json",
18640
- "ndjson",
18641
- "syslog",
18642
- "protobuf"
18643
- ]
18644
- },
18645
- "status": {
18646
- "type": "string",
18647
- "enum": [
18648
- "enabled",
18649
- "disabled",
18650
- "errored"
18651
- ]
18652
- },
18653
- "disabledAt": {
18654
- "type": "number"
18655
- },
18656
- "disabledReason": {
18657
- "type": "string",
18658
- "enum": [
18659
- "disabled-by-owner",
18660
- "feature-not-available",
18661
- "account-plan-downgrade",
18662
- "disabled-by-admin"
18663
- ]
18664
- }
18665
- },
18666
- "required": [
18667
- "environments",
18668
- "id",
18669
- "createdAt",
18670
- "deletedAt",
18671
- "updatedAt",
18672
- "url",
18673
- "name",
18674
- "ownerId",
18675
- "deliveryFormat"
18676
- ],
18677
- "type": "object"
18678
- }
18679
- }
18680
- }
18681
- },
18682
- "400": {
18683
- "description": "One of the provided values in the request body is invalid.",
18684
- "content": {
18685
- "application/json": {
18686
- "schema": {
18687
- "$ref": "#/components/schemas/VercelBadRequestError"
18688
- }
18689
- }
18690
- }
18691
- },
18692
- "401": {
18693
- "description": "",
18694
- "content": {
18695
- "application/json": {
18696
- "schema": {
18697
- "$ref": "#/components/schemas/VercelForbiddenError"
18698
- }
18699
- }
18700
- }
18701
- },
18702
- "403": {
18703
- "description": "You do not have permission to access this resource."
18704
- }
18705
- },
18706
- "parameters": [
18707
- {
18708
- "description": "The Team identifier to perform the request on behalf of.",
18709
- "in": "query",
18710
- "name": "teamId",
18711
- "schema": {
18712
- "type": "string",
18713
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
18714
- }
18715
- },
18716
- {
18717
- "description": "The Team slug to perform the request on behalf of.",
18718
- "in": "query",
18719
- "name": "slug",
18720
- "schema": {
18721
- "type": "string",
18722
- "example": "my-team-url-slug"
18723
- }
18724
- }
18725
- ],
18726
- "requestBody": {
18727
- "content": {
18728
- "application/json": {
18729
- "schema": {
18730
- "type": "object",
18731
- "additionalProperties": false,
18732
- "required": [
18733
- "deliveryFormat",
18734
- "url",
18735
- "sources"
18736
- ],
18737
- "properties": {
18738
- "deliveryFormat": {
18739
- "description": "The delivery log format",
18740
- "example": "json",
18741
- "enum": [
18742
- "json",
18743
- "ndjson"
18744
- ]
18745
- },
18746
- "url": {
18747
- "description": "The log drain url",
18748
- "format": "uri",
18749
- "pattern": "^(http|https)?://",
18750
- "type": "string"
18751
- },
18752
- "headers": {
18753
- "description": "Headers to be sent together with the request",
18754
- "type": "object",
18755
- "additionalProperties": {
18756
- "type": "string"
18757
- }
18758
- },
18759
- "projectIds": {
18760
- "minItems": 1,
18761
- "maxItems": 50,
18762
- "type": "array",
18763
- "items": {
18764
- "pattern": "^[a-zA-z0-9_]+$",
18765
- "type": "string"
18766
- }
18767
- },
18768
- "sources": {
18769
- "type": "array",
18770
- "uniqueItems": true,
18771
- "items": {
18772
- "type": "string",
18773
- "enum": [
18774
- "static",
18775
- "lambda",
18776
- "build",
18777
- "edge",
18778
- "external",
18779
- "firewall"
18780
- ]
18781
- },
18782
- "minItems": 1
18783
- },
18784
- "environments": {
18785
- "type": "array",
18786
- "uniqueItems": true,
18787
- "items": {
18788
- "type": "string",
18789
- "enum": [
18790
- "preview",
18791
- "production"
18792
- ]
18793
- },
18794
- "minItems": 1
18795
- },
18796
- "secret": {
18797
- "description": "Custom secret of log drain",
18798
- "type": "string"
18799
- },
18800
- "samplingRate": {
18801
- "type": "number",
18802
- "description": "The sampling rate for this log drain. It should be a percentage rate between 0 and 100. With max 2 decimal points",
18803
- "minimum": 0.01,
18804
- "maximum": 1,
18805
- "multipleOf": 0.01
18806
- },
18807
- "name": {
18808
- "type": "string",
18809
- "description": "The custom name of this log drain."
18810
- }
18811
- }
18812
- }
18813
- }
18814
- },
18815
- "required": true
18816
- }
18817
- }
18818
- },
18819
- "/v1/edge-config": {
18820
- "get": {
18821
- "description": "Returns all Edge Configs.",
18822
- "operationId": "getEdgeConfigs",
18823
- "security": [
18824
- {
18825
- "bearerToken": []
18826
- }
18827
- ],
18828
- "summary": "Get Edge Configs",
18829
- "tags": [
18830
- "edge-config"
18831
- ],
18832
- "responses": {
18833
- "200": {
18834
- "description": "List of all edge configs.",
18835
- "content": {
18836
- "application/json": {
18837
- "schema": {
18838
- "type": "array",
18839
- "description": "List of all edge configs.",
18840
- "items": {
18841
- "properties": {
18842
- "id": {
18843
- "type": "string"
18844
- },
18845
- "createdAt": {
18846
- "type": "number"
18847
- },
18848
- "ownerId": {
18849
- "type": "string"
18850
- },
18851
- "slug": {
18852
- "type": "string",
18853
- "description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
18854
- },
18855
- "updatedAt": {
18856
- "type": "number"
18857
- },
18858
- "digest": {
18859
- "type": "string"
18860
- },
18861
- "transfer": {
18862
- "properties": {
18863
- "fromAccountId": {
18864
- "type": "string"
18865
- },
18866
- "startedAt": {
18867
- "type": "number"
18868
- },
18869
- "doneAt": {
18870
- "nullable": true,
18871
- "type": "number"
18872
- }
18873
- },
18874
- "required": [
18875
- "fromAccountId",
18876
- "startedAt",
18877
- "doneAt"
18878
- ],
18879
- "type": "object",
18880
- "description": "Keeps track of the current state of the Edge Config while it gets transferred."
18881
- },
18882
- "schema": {
18883
- "type": "object"
18884
- },
18885
- "purpose": {
18886
- "properties": {
18887
- "type": {
18888
- "type": "string",
18889
- "enum": [
18890
- "flags"
18891
- ]
18892
- },
18893
- "projectId": {
18894
- "type": "string"
18895
- }
18896
- },
18897
- "required": [
18898
- "type",
18899
- "projectId"
18900
- ],
18901
- "type": "object"
18902
- },
18903
- "sizeInBytes": {
18904
- "type": "number"
18905
- },
18906
- "itemCount": {
18907
- "type": "number"
18908
- }
18909
- },
18910
- "required": [
18911
- "sizeInBytes",
18912
- "itemCount"
18913
- ]
18914
- }
18915
- }
18916
- }
18917
- }
18123
+ "200": {
18124
+ "description": "List of all edge configs.",
18125
+ "content": {
18126
+ "application/json": {
18127
+ "schema": {
18128
+ "type": "array",
18129
+ "description": "List of all edge configs.",
18130
+ "items": {
18131
+ "properties": {
18132
+ "id": {
18133
+ "type": "string"
18134
+ },
18135
+ "createdAt": {
18136
+ "type": "number"
18137
+ },
18138
+ "ownerId": {
18139
+ "type": "string"
18140
+ },
18141
+ "slug": {
18142
+ "type": "string",
18143
+ "description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
18144
+ },
18145
+ "updatedAt": {
18146
+ "type": "number"
18147
+ },
18148
+ "digest": {
18149
+ "type": "string"
18150
+ },
18151
+ "transfer": {
18152
+ "properties": {
18153
+ "fromAccountId": {
18154
+ "type": "string"
18155
+ },
18156
+ "startedAt": {
18157
+ "type": "number"
18158
+ },
18159
+ "doneAt": {
18160
+ "nullable": true,
18161
+ "type": "number"
18162
+ }
18163
+ },
18164
+ "required": [
18165
+ "fromAccountId",
18166
+ "startedAt",
18167
+ "doneAt"
18168
+ ],
18169
+ "type": "object",
18170
+ "description": "Keeps track of the current state of the Edge Config while it gets transferred."
18171
+ },
18172
+ "schema": {
18173
+ "type": "object"
18174
+ },
18175
+ "purpose": {
18176
+ "properties": {
18177
+ "type": {
18178
+ "type": "string",
18179
+ "enum": [
18180
+ "flags"
18181
+ ]
18182
+ },
18183
+ "projectId": {
18184
+ "type": "string"
18185
+ }
18186
+ },
18187
+ "required": [
18188
+ "type",
18189
+ "projectId"
18190
+ ],
18191
+ "type": "object"
18192
+ },
18193
+ "sizeInBytes": {
18194
+ "type": "number"
18195
+ },
18196
+ "itemCount": {
18197
+ "type": "number"
18198
+ }
18199
+ },
18200
+ "required": [
18201
+ "sizeInBytes",
18202
+ "itemCount"
18203
+ ]
18204
+ }
18205
+ }
18206
+ }
18207
+ }
18918
18208
  },
18919
18209
  "400": {
18920
18210
  "description": "One of the provided values in the request query is invalid.",
@@ -23376,7 +22666,8 @@
23376
22666
  "tag_searching",
23377
22667
  "tag_security",
23378
22668
  "tag_testing",
23379
- "tag_video"
22669
+ "tag_video",
22670
+ "tag_workflow"
23380
22671
  ]
23381
22672
  },
23382
22673
  "type": "array"
@@ -24330,6 +23621,13 @@
24330
23621
  "redirect_uri": {
24331
23622
  "type": "string",
24332
23623
  "description": "The integration redirect URI"
23624
+ },
23625
+ "grant_type": {
23626
+ "type": "string",
23627
+ "description": "The grant type, when using x-www-form-urlencoded content type",
23628
+ "enum": [
23629
+ "authorization_code"
23630
+ ]
24333
23631
  }
24334
23632
  }
24335
23633
  }
@@ -24446,8 +23744,8 @@
24446
23744
  "createdFrom": {
24447
23745
  "type": "string",
24448
23746
  "enum": [
24449
- "self-served",
24450
- "integration"
23747
+ "integration",
23748
+ "self-served"
24451
23749
  ],
24452
23750
  "description": "Whether the log drain was created by an integration or by a user",
24453
23751
  "example": "integration"
@@ -24654,8 +23952,8 @@
24654
23952
  "createdFrom": {
24655
23953
  "type": "string",
24656
23954
  "enum": [
24657
- "self-served",
24658
- "integration"
23955
+ "integration",
23956
+ "self-served"
24659
23957
  ],
24660
23958
  "description": "Whether the log drain was created by an integration or by a user",
24661
23959
  "example": "integration"
@@ -24886,387 +24184,28 @@
24886
24184
  "403": {
24887
24185
  "description": "You do not have permission to access this resource."
24888
24186
  },
24889
- "404": {
24890
- "description": "The log drain was not found",
24891
- "content": {
24892
- "application/json": {
24893
- "schema": {
24894
- "$ref": "#/components/schemas/VercelNotFoundError"
24895
- }
24896
- }
24897
- }
24898
- }
24899
- },
24900
- "parameters": [
24901
- {
24902
- "name": "id",
24903
- "description": "ID of the log drain to be deleted",
24904
- "in": "path",
24905
- "required": true,
24906
- "schema": {
24907
- "description": "ID of the log drain to be deleted",
24908
- "type": "string"
24909
- }
24910
- },
24911
- {
24912
- "description": "The Team identifier to perform the request on behalf of.",
24913
- "in": "query",
24914
- "name": "teamId",
24915
- "schema": {
24916
- "type": "string",
24917
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
24918
- }
24919
- },
24920
- {
24921
- "description": "The Team slug to perform the request on behalf of.",
24922
- "in": "query",
24923
- "name": "slug",
24924
- "schema": {
24925
- "type": "string",
24926
- "example": "my-team-url-slug"
24927
- }
24928
- }
24929
- ]
24930
- }
24931
- },
24932
- "/v1/integrations/git-namespaces": {
24933
- "get": {
24934
- "description": "Lists git namespaces for a supported provider. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider is not provided, it will try to obtain it from the user that authenticated the request.",
24935
- "operationId": "gitNamespaces",
24936
- "security": [
24937
- {
24938
- "bearerToken": []
24939
- }
24940
- ],
24941
- "summary": "List git namespaces by provider",
24942
- "tags": [
24943
- "integrations"
24944
- ],
24945
- "responses": {
24946
- "200": {
24947
- "description": "",
24948
- "content": {
24949
- "application/json": {
24950
- "schema": {
24951
- "items": {
24952
- "properties": {
24953
- "provider": {
24954
- "type": "string"
24955
- },
24956
- "slug": {
24957
- "type": "string"
24958
- },
24959
- "id": {
24960
- "oneOf": [
24961
- {
24962
- "type": "string"
24963
- },
24964
- {
24965
- "type": "number"
24966
- }
24967
- ]
24968
- },
24969
- "ownerType": {
24970
- "type": "string"
24971
- },
24972
- "name": {
24973
- "type": "string"
24974
- },
24975
- "isAccessRestricted": {
24976
- "type": "boolean"
24977
- },
24978
- "installationId": {
24979
- "type": "number"
24980
- },
24981
- "requireReauth": {
24982
- "type": "boolean"
24983
- }
24984
- },
24985
- "required": [
24986
- "provider",
24987
- "slug",
24988
- "id",
24989
- "ownerType"
24990
- ],
24991
- "type": "object"
24992
- },
24993
- "type": "array"
24994
- }
24995
- }
24996
- }
24997
- },
24998
- "400": {
24999
- "description": "One of the provided values in the request query is invalid.",
25000
- "content": {
25001
- "application/json": {
25002
- "schema": {
25003
- "$ref": "#/components/schemas/VercelBadRequestError"
25004
- }
25005
- }
25006
- }
25007
- },
25008
- "401": {
25009
- "description": "",
25010
- "content": {
25011
- "application/json": {
25012
- "schema": {
25013
- "$ref": "#/components/schemas/VercelForbiddenError"
25014
- }
25015
- }
25016
- }
25017
- },
25018
- "403": {
25019
- "description": "You do not have permission to access this resource."
25020
- }
25021
- },
25022
- "parameters": [
25023
- {
25024
- "name": "host",
25025
- "description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
25026
- "in": "query",
25027
- "schema": {
25028
- "description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
25029
- "type": "string",
25030
- "example": "ghes-test.now.systems"
25031
- }
25032
- },
25033
- {
25034
- "name": "provider",
25035
- "in": "query",
25036
- "schema": {
25037
- "enum": [
25038
- "github",
25039
- "github-custom-host",
25040
- "gitlab",
25041
- "bitbucket"
25042
- ]
25043
- }
25044
- }
25045
- ]
25046
- }
25047
- },
25048
- "/v1/integrations/search-repo": {
25049
- "get": {
25050
- "description": "Lists git repositories linked to a namespace `id` for a supported provider. A specific namespace `id` can be obtained via the `git-namespaces` endpoint. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider or namespace is not provided, it will try to obtain it from the user that authenticated the request.",
25051
- "operationId": "searchRepo",
25052
- "security": [
25053
- {
25054
- "bearerToken": []
25055
- }
25056
- ],
25057
- "summary": "List git repositories linked to namespace by provider",
25058
- "tags": [
25059
- "integrations"
25060
- ],
25061
- "responses": {
25062
- "200": {
25063
- "description": "",
25064
- "content": {
25065
- "application/json": {
25066
- "schema": {
25067
- "oneOf": [
25068
- {
25069
- "type": "object"
25070
- },
25071
- {
25072
- "properties": {
25073
- "gitAccount": {
25074
- "properties": {
25075
- "provider": {
25076
- "type": "string",
25077
- "enum": [
25078
- "github",
25079
- "github-custom-host",
25080
- "gitlab",
25081
- "bitbucket"
25082
- ]
25083
- },
25084
- "namespaceId": {
25085
- "nullable": true,
25086
- "oneOf": [
25087
- {
25088
- "type": "string"
25089
- },
25090
- {
25091
- "type": "number"
25092
- }
25093
- ]
25094
- }
25095
- },
25096
- "required": [
25097
- "provider",
25098
- "namespaceId"
25099
- ],
25100
- "type": "object"
25101
- },
25102
- "repos": {
25103
- "items": {
25104
- "properties": {
25105
- "id": {
25106
- "oneOf": [
25107
- {
25108
- "type": "string"
25109
- },
25110
- {
25111
- "type": "number"
25112
- }
25113
- ]
25114
- },
25115
- "provider": {
25116
- "type": "string",
25117
- "enum": [
25118
- "github",
25119
- "github-custom-host",
25120
- "gitlab",
25121
- "bitbucket"
25122
- ]
25123
- },
25124
- "url": {
25125
- "type": "string"
25126
- },
25127
- "name": {
25128
- "type": "string"
25129
- },
25130
- "slug": {
25131
- "type": "string"
25132
- },
25133
- "namespace": {
25134
- "type": "string"
25135
- },
25136
- "owner": {
25137
- "properties": {
25138
- "id": {
25139
- "oneOf": [
25140
- {
25141
- "type": "string"
25142
- },
25143
- {
25144
- "type": "number"
25145
- }
25146
- ]
25147
- },
25148
- "name": {
25149
- "type": "string"
25150
- }
25151
- },
25152
- "required": [
25153
- "id",
25154
- "name"
25155
- ],
25156
- "type": "object"
25157
- },
25158
- "ownerType": {
25159
- "type": "string",
25160
- "enum": [
25161
- "user",
25162
- "team"
25163
- ]
25164
- },
25165
- "private": {
25166
- "type": "boolean"
25167
- },
25168
- "defaultBranch": {
25169
- "type": "string"
25170
- },
25171
- "updatedAt": {
25172
- "type": "number"
25173
- }
25174
- },
25175
- "required": [
25176
- "id",
25177
- "provider",
25178
- "url",
25179
- "name",
25180
- "slug",
25181
- "namespace",
25182
- "owner",
25183
- "ownerType",
25184
- "private",
25185
- "defaultBranch",
25186
- "updatedAt"
25187
- ],
25188
- "type": "object"
25189
- },
25190
- "type": "array"
25191
- }
25192
- },
25193
- "required": [
25194
- "gitAccount",
25195
- "repos"
25196
- ],
25197
- "type": "object"
25198
- }
25199
- ]
25200
- }
25201
- }
25202
- }
25203
- },
25204
- "400": {
25205
- "description": "One of the provided values in the request query is invalid.",
24187
+ "404": {
24188
+ "description": "The log drain was not found",
25206
24189
  "content": {
25207
24190
  "application/json": {
25208
24191
  "schema": {
25209
- "$ref": "#/components/schemas/VercelBadRequestError"
24192
+ "$ref": "#/components/schemas/VercelNotFoundError"
25210
24193
  }
25211
24194
  }
25212
24195
  }
25213
- },
25214
- "403": {
25215
- "description": "You do not have permission to access this resource."
25216
24196
  }
25217
24197
  },
25218
24198
  "parameters": [
25219
24199
  {
25220
- "name": "query",
25221
- "in": "query",
25222
- "schema": {
25223
- "type": "string"
25224
- }
25225
- },
25226
- {
25227
- "name": "namespaceId",
25228
- "in": "query",
25229
- "schema": {
25230
- "nullable": true,
25231
- "oneOf": [
25232
- {
25233
- "type": "string"
25234
- },
25235
- {
25236
- "type": "number"
25237
- }
25238
- ]
25239
- }
25240
- },
25241
- {
25242
- "name": "provider",
25243
- "in": "query",
25244
- "schema": {
25245
- "enum": [
25246
- "github",
25247
- "github-custom-host",
25248
- "gitlab",
25249
- "bitbucket"
25250
- ]
25251
- }
25252
- },
25253
- {
25254
- "name": "installationId",
25255
- "in": "query",
24200
+ "name": "id",
24201
+ "description": "ID of the log drain to be deleted",
24202
+ "in": "path",
24203
+ "required": true,
25256
24204
  "schema": {
24205
+ "description": "ID of the log drain to be deleted",
25257
24206
  "type": "string"
25258
24207
  }
25259
24208
  },
25260
- {
25261
- "name": "host",
25262
- "description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
25263
- "in": "query",
25264
- "schema": {
25265
- "description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
25266
- "type": "string",
25267
- "example": "ghes-test.now.systems"
25268
- }
25269
- },
25270
24209
  {
25271
24210
  "description": "The Team identifier to perform the request on behalf of.",
25272
24211
  "in": "query",
@@ -27131,10 +26070,12 @@
27131
26070
  "endsWith",
27132
26071
  "startsWith",
27133
26072
  "equals"
27134
- ]
26073
+ ],
26074
+ "description": "The type of matching to perform"
27135
26075
  },
27136
26076
  "pattern": {
27137
- "type": "string"
26077
+ "type": "string",
26078
+ "description": "The pattern to match against branch names"
27138
26079
  }
27139
26080
  },
27140
26081
  "required": [
@@ -27628,7 +26569,7 @@
27628
26569
  },
27629
26570
  "defaultRoute": {
27630
26571
  "type": "string",
27631
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
26572
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
27632
26573
  },
27633
26574
  "routeObservabilityToThisProject": {
27634
26575
  "type": "boolean",
@@ -27861,8 +26802,8 @@
27861
26802
  "deploymentType": {
27862
26803
  "type": "string",
27863
26804
  "enum": [
27864
- "preview",
27865
26805
  "all",
26806
+ "preview",
27866
26807
  "prod_deployment_urls_and_all_previews"
27867
26808
  ]
27868
26809
  }
@@ -27930,10 +26871,12 @@
27930
26871
  "endsWith",
27931
26872
  "startsWith",
27932
26873
  "equals"
27933
- ]
26874
+ ],
26875
+ "description": "The type of matching to perform"
27934
26876
  },
27935
26877
  "pattern": {
27936
- "type": "string"
26878
+ "type": "string",
26879
+ "description": "The pattern to match against branch names"
27937
26880
  }
27938
26881
  },
27939
26882
  "required": [
@@ -28886,6 +27829,12 @@
28886
27829
  },
28887
27830
  "type": "array"
28888
27831
  },
27832
+ "teamMemberMfaStatus": {
27833
+ "items": {
27834
+ "$ref": "#/components/schemas/ACLAction"
27835
+ },
27836
+ "type": "array"
27837
+ },
28889
27838
  "teamMicrofrontends": {
28890
27839
  "items": {
28891
27840
  "$ref": "#/components/schemas/ACLAction"
@@ -28988,6 +27937,18 @@
28988
27937
  },
28989
27938
  "type": "array"
28990
27939
  },
27940
+ "vercelRun": {
27941
+ "items": {
27942
+ "$ref": "#/components/schemas/ACLAction"
27943
+ },
27944
+ "type": "array"
27945
+ },
27946
+ "vercelRunExec": {
27947
+ "items": {
27948
+ "$ref": "#/components/schemas/ACLAction"
27949
+ },
27950
+ "type": "array"
27951
+ },
28991
27952
  "aliasProject": {
28992
27953
  "items": {
28993
27954
  "$ref": "#/components/schemas/ACLAction"
@@ -29418,10 +28379,10 @@
29418
28379
  "deploymentType": {
29419
28380
  "type": "string",
29420
28381
  "enum": [
29421
- "production",
29422
- "preview",
29423
28382
  "all",
29424
- "prod_deployment_urls_and_all_previews"
28383
+ "preview",
28384
+ "prod_deployment_urls_and_all_previews",
28385
+ "production"
29425
28386
  ]
29426
28387
  },
29427
28388
  "addresses": {
@@ -29461,10 +28422,10 @@
29461
28422
  "deploymentType": {
29462
28423
  "type": "string",
29463
28424
  "enum": [
29464
- "production",
29465
- "preview",
29466
28425
  "all",
29467
- "prod_deployment_urls_and_all_previews"
28426
+ "preview",
28427
+ "prod_deployment_urls_and_all_previews",
28428
+ "production"
29468
28429
  ]
29469
28430
  }
29470
28431
  },
@@ -30872,10 +29833,12 @@
30872
29833
  "endsWith",
30873
29834
  "startsWith",
30874
29835
  "equals"
30875
- ]
29836
+ ],
29837
+ "description": "The type of matching to perform"
30876
29838
  },
30877
29839
  "pattern": {
30878
- "type": "string"
29840
+ "type": "string",
29841
+ "description": "The pattern to match against branch names"
30879
29842
  }
30880
29843
  },
30881
29844
  "required": [
@@ -31369,7 +30332,7 @@
31369
30332
  },
31370
30333
  "defaultRoute": {
31371
30334
  "type": "string",
31372
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
30335
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
31373
30336
  },
31374
30337
  "routeObservabilityToThisProject": {
31375
30338
  "type": "boolean",
@@ -31602,8 +30565,8 @@
31602
30565
  "deploymentType": {
31603
30566
  "type": "string",
31604
30567
  "enum": [
31605
- "preview",
31606
30568
  "all",
30569
+ "preview",
31607
30570
  "prod_deployment_urls_and_all_previews"
31608
30571
  ]
31609
30572
  }
@@ -31671,10 +30634,12 @@
31671
30634
  "endsWith",
31672
30635
  "startsWith",
31673
30636
  "equals"
31674
- ]
30637
+ ],
30638
+ "description": "The type of matching to perform"
31675
30639
  },
31676
30640
  "pattern": {
31677
- "type": "string"
30641
+ "type": "string",
30642
+ "description": "The pattern to match against branch names"
31678
30643
  }
31679
30644
  },
31680
30645
  "required": [
@@ -32627,6 +31592,12 @@
32627
31592
  },
32628
31593
  "type": "array"
32629
31594
  },
31595
+ "teamMemberMfaStatus": {
31596
+ "items": {
31597
+ "$ref": "#/components/schemas/ACLAction"
31598
+ },
31599
+ "type": "array"
31600
+ },
32630
31601
  "teamMicrofrontends": {
32631
31602
  "items": {
32632
31603
  "$ref": "#/components/schemas/ACLAction"
@@ -32729,6 +31700,18 @@
32729
31700
  },
32730
31701
  "type": "array"
32731
31702
  },
31703
+ "vercelRun": {
31704
+ "items": {
31705
+ "$ref": "#/components/schemas/ACLAction"
31706
+ },
31707
+ "type": "array"
31708
+ },
31709
+ "vercelRunExec": {
31710
+ "items": {
31711
+ "$ref": "#/components/schemas/ACLAction"
31712
+ },
31713
+ "type": "array"
31714
+ },
32732
31715
  "aliasProject": {
32733
31716
  "items": {
32734
31717
  "$ref": "#/components/schemas/ACLAction"
@@ -33159,10 +32142,10 @@
33159
32142
  "deploymentType": {
33160
32143
  "type": "string",
33161
32144
  "enum": [
33162
- "production",
33163
- "preview",
33164
32145
  "all",
33165
- "prod_deployment_urls_and_all_previews"
32146
+ "preview",
32147
+ "prod_deployment_urls_and_all_previews",
32148
+ "production"
33166
32149
  ]
33167
32150
  },
33168
32151
  "addresses": {
@@ -33202,10 +32185,10 @@
33202
32185
  "deploymentType": {
33203
32186
  "type": "string",
33204
32187
  "enum": [
33205
- "production",
33206
- "preview",
33207
32188
  "all",
33208
- "prod_deployment_urls_and_all_previews"
32189
+ "preview",
32190
+ "prod_deployment_urls_and_all_previews",
32191
+ "production"
33209
32192
  ]
33210
32193
  }
33211
32194
  },
@@ -33702,6 +32685,9 @@
33702
32685
  },
33703
32686
  "409": {
33704
32687
  "description": "A project with the provided name already exists."
32688
+ },
32689
+ "501": {
32690
+ "description": ""
33705
32691
  }
33706
32692
  },
33707
32693
  "parameters": [
@@ -34740,10 +33726,12 @@
34740
33726
  "endsWith",
34741
33727
  "startsWith",
34742
33728
  "equals"
34743
- ]
33729
+ ],
33730
+ "description": "The type of matching to perform"
34744
33731
  },
34745
33732
  "pattern": {
34746
- "type": "string"
33733
+ "type": "string",
33734
+ "description": "The pattern to match against branch names"
34747
33735
  }
34748
33736
  },
34749
33737
  "required": [
@@ -35237,7 +34225,7 @@
35237
34225
  },
35238
34226
  "defaultRoute": {
35239
34227
  "type": "string",
35240
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
34228
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
35241
34229
  },
35242
34230
  "routeObservabilityToThisProject": {
35243
34231
  "type": "boolean",
@@ -35470,8 +34458,8 @@
35470
34458
  "deploymentType": {
35471
34459
  "type": "string",
35472
34460
  "enum": [
35473
- "preview",
35474
34461
  "all",
34462
+ "preview",
35475
34463
  "prod_deployment_urls_and_all_previews"
35476
34464
  ]
35477
34465
  }
@@ -35539,10 +34527,12 @@
35539
34527
  "endsWith",
35540
34528
  "startsWith",
35541
34529
  "equals"
35542
- ]
34530
+ ],
34531
+ "description": "The type of matching to perform"
35543
34532
  },
35544
34533
  "pattern": {
35545
- "type": "string"
34534
+ "type": "string",
34535
+ "description": "The pattern to match against branch names"
35546
34536
  }
35547
34537
  },
35548
34538
  "required": [
@@ -36495,6 +35485,12 @@
36495
35485
  },
36496
35486
  "type": "array"
36497
35487
  },
35488
+ "teamMemberMfaStatus": {
35489
+ "items": {
35490
+ "$ref": "#/components/schemas/ACLAction"
35491
+ },
35492
+ "type": "array"
35493
+ },
36498
35494
  "teamMicrofrontends": {
36499
35495
  "items": {
36500
35496
  "$ref": "#/components/schemas/ACLAction"
@@ -36597,6 +35593,18 @@
36597
35593
  },
36598
35594
  "type": "array"
36599
35595
  },
35596
+ "vercelRun": {
35597
+ "items": {
35598
+ "$ref": "#/components/schemas/ACLAction"
35599
+ },
35600
+ "type": "array"
35601
+ },
35602
+ "vercelRunExec": {
35603
+ "items": {
35604
+ "$ref": "#/components/schemas/ACLAction"
35605
+ },
35606
+ "type": "array"
35607
+ },
36600
35608
  "aliasProject": {
36601
35609
  "items": {
36602
35610
  "$ref": "#/components/schemas/ACLAction"
@@ -37027,10 +36035,10 @@
37027
36035
  "deploymentType": {
37028
36036
  "type": "string",
37029
36037
  "enum": [
37030
- "production",
37031
- "preview",
37032
36038
  "all",
37033
- "prod_deployment_urls_and_all_previews"
36039
+ "preview",
36040
+ "prod_deployment_urls_and_all_previews",
36041
+ "production"
37034
36042
  ]
37035
36043
  },
37036
36044
  "addresses": {
@@ -37070,10 +36078,10 @@
37070
36078
  "deploymentType": {
37071
36079
  "type": "string",
37072
36080
  "enum": [
37073
- "production",
37074
- "preview",
37075
36081
  "all",
37076
- "prod_deployment_urls_and_all_previews"
36082
+ "preview",
36083
+ "prod_deployment_urls_and_all_previews",
36084
+ "production"
37077
36085
  ]
37078
36086
  }
37079
36087
  },
@@ -38371,10 +37379,12 @@
38371
37379
  "endsWith",
38372
37380
  "startsWith",
38373
37381
  "equals"
38374
- ]
37382
+ ],
37383
+ "description": "The type of matching to perform"
38375
37384
  },
38376
37385
  "pattern": {
38377
- "type": "string"
37386
+ "type": "string",
37387
+ "description": "The pattern to match against branch names"
38378
37388
  }
38379
37389
  },
38380
37390
  "required": [
@@ -38868,7 +37878,7 @@
38868
37878
  },
38869
37879
  "defaultRoute": {
38870
37880
  "type": "string",
38871
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
37881
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
38872
37882
  },
38873
37883
  "routeObservabilityToThisProject": {
38874
37884
  "type": "boolean",
@@ -39101,8 +38111,8 @@
39101
38111
  "deploymentType": {
39102
38112
  "type": "string",
39103
38113
  "enum": [
39104
- "preview",
39105
38114
  "all",
38115
+ "preview",
39106
38116
  "prod_deployment_urls_and_all_previews"
39107
38117
  ]
39108
38118
  }
@@ -39170,10 +38180,12 @@
39170
38180
  "endsWith",
39171
38181
  "startsWith",
39172
38182
  "equals"
39173
- ]
38183
+ ],
38184
+ "description": "The type of matching to perform"
39174
38185
  },
39175
38186
  "pattern": {
39176
- "type": "string"
38187
+ "type": "string",
38188
+ "description": "The pattern to match against branch names"
39177
38189
  }
39178
38190
  },
39179
38191
  "required": [
@@ -40126,6 +39138,12 @@
40126
39138
  },
40127
39139
  "type": "array"
40128
39140
  },
39141
+ "teamMemberMfaStatus": {
39142
+ "items": {
39143
+ "$ref": "#/components/schemas/ACLAction"
39144
+ },
39145
+ "type": "array"
39146
+ },
40129
39147
  "teamMicrofrontends": {
40130
39148
  "items": {
40131
39149
  "$ref": "#/components/schemas/ACLAction"
@@ -40228,6 +39246,18 @@
40228
39246
  },
40229
39247
  "type": "array"
40230
39248
  },
39249
+ "vercelRun": {
39250
+ "items": {
39251
+ "$ref": "#/components/schemas/ACLAction"
39252
+ },
39253
+ "type": "array"
39254
+ },
39255
+ "vercelRunExec": {
39256
+ "items": {
39257
+ "$ref": "#/components/schemas/ACLAction"
39258
+ },
39259
+ "type": "array"
39260
+ },
40231
39261
  "aliasProject": {
40232
39262
  "items": {
40233
39263
  "$ref": "#/components/schemas/ACLAction"
@@ -40658,10 +39688,10 @@
40658
39688
  "deploymentType": {
40659
39689
  "type": "string",
40660
39690
  "enum": [
40661
- "production",
40662
- "preview",
40663
39691
  "all",
40664
- "prod_deployment_urls_and_all_previews"
39692
+ "preview",
39693
+ "prod_deployment_urls_and_all_previews",
39694
+ "production"
40665
39695
  ]
40666
39696
  },
40667
39697
  "addresses": {
@@ -40701,10 +39731,10 @@
40701
39731
  "deploymentType": {
40702
39732
  "type": "string",
40703
39733
  "enum": [
40704
- "production",
40705
- "preview",
40706
39734
  "all",
40707
- "prod_deployment_urls_and_all_previews"
39735
+ "preview",
39736
+ "prod_deployment_urls_and_all_previews",
39737
+ "production"
40708
39738
  ]
40709
39739
  }
40710
39740
  },
@@ -41834,7 +40864,8 @@
41834
40864
  "properties": {
41835
40865
  "environments": {
41836
40866
  "items": {
41837
- "type": "object"
40867
+ "type": "object",
40868
+ "description": "Internal representation of a custom environment with all required properties"
41838
40869
  },
41839
40870
  "type": "array"
41840
40871
  }
@@ -41932,7 +40963,8 @@
41932
40963
  "content": {
41933
40964
  "application/json": {
41934
40965
  "schema": {
41935
- "type": "object"
40966
+ "type": "object",
40967
+ "description": "Internal representation of a custom environment with all required properties"
41936
40968
  }
41937
40969
  }
41938
40970
  }
@@ -53974,12 +53006,12 @@
53974
53006
  "enum": [
53975
53007
  "teams",
53976
53008
  "link",
53977
- "mail",
53978
- "import",
53009
+ "saml",
53979
53010
  "github",
53980
53011
  "gitlab",
53981
53012
  "bitbucket",
53982
- "saml",
53013
+ "mail",
53014
+ "import",
53983
53015
  "dsync",
53984
53016
  "feedback",
53985
53017
  "organization-teams"
@@ -63527,6 +62559,17 @@
63527
62559
  },
63528
62560
  "flagsExplorerUnlimitedOverrides": {
63529
62561
  "type": "boolean"
62562
+ },
62563
+ "buildMachine": {
62564
+ "properties": {
62565
+ "cores": {
62566
+ "type": "number"
62567
+ },
62568
+ "memory": {
62569
+ "type": "number"
62570
+ }
62571
+ },
62572
+ "type": "object"
63530
62573
  }
63531
62574
  },
63532
62575
  "type": "object"
@@ -67043,6 +66086,18 @@
67043
66086
  "type": "object",
67044
66087
  "description": "The payload of the event, if requested."
67045
66088
  },
66089
+ {
66090
+ "properties": {
66091
+ "enforced": {
66092
+ "type": "boolean"
66093
+ }
66094
+ },
66095
+ "required": [
66096
+ "enforced"
66097
+ ],
66098
+ "type": "object",
66099
+ "description": "The payload of the event, if requested."
66100
+ },
67046
66101
  {
67047
66102
  "properties": {
67048
66103
  "name": {
@@ -67803,7 +66858,7 @@
67803
66858
  },
67804
66859
  "defaultRoute": {
67805
66860
  "type": "string",
67806
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
66861
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
67807
66862
  },
67808
66863
  "routeObservabilityToThisProject": {
67809
66864
  "type": "boolean",
@@ -67888,7 +66943,7 @@
67888
66943
  },
67889
66944
  "defaultRoute": {
67890
66945
  "type": "string",
67891
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
66946
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
67892
66947
  },
67893
66948
  "routeObservabilityToThisProject": {
67894
66949
  "type": "boolean",
@@ -68977,6 +68032,20 @@
68977
68032
  "flagsExplorerUnlimitedOverrides": {
68978
68033
  "type": "boolean",
68979
68034
  "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68035
+ },
68036
+ "buildMachine": {
68037
+ "properties": {
68038
+ "cores": {
68039
+ "type": "number",
68040
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68041
+ },
68042
+ "memory": {
68043
+ "type": "number",
68044
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68045
+ }
68046
+ },
68047
+ "type": "object",
68048
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68980
68049
  }
68981
68050
  },
68982
68051
  "type": "object",