@vercel/sdk 1.11.0 → 1.11.2

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 (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
package/vercel-spec.json CHANGED
@@ -3079,6 +3079,9 @@
3079
3079
  "rerequestable": {
3080
3080
  "type": "boolean"
3081
3081
  },
3082
+ "blocking": {
3083
+ "type": "boolean"
3084
+ },
3082
3085
  "startedAt": {
3083
3086
  "type": "number"
3084
3087
  },
@@ -3100,6 +3103,7 @@
3100
3103
  "integrationId",
3101
3104
  "name",
3102
3105
  "rerequestable",
3106
+ "blocking",
3103
3107
  "status",
3104
3108
  "updatedAt"
3105
3109
  ],
@@ -5008,6 +5012,7 @@
5008
5012
  "vitepress",
5009
5013
  "vuepress",
5010
5014
  "parcel",
5015
+ "fastapi",
5011
5016
  "fasthtml",
5012
5017
  "sanity-v3",
5013
5018
  "sanity",
@@ -9768,6 +9773,7 @@
9768
9773
  "vitepress",
9769
9774
  "vuepress",
9770
9775
  "parcel",
9776
+ "fastapi",
9771
9777
  "fasthtml",
9772
9778
  "sanity-v3",
9773
9779
  "sanity",
@@ -12060,11 +12066,11 @@
12060
12066
  "mfeConfigUploadState": {
12061
12067
  "type": "string",
12062
12068
  "enum": [
12063
- "error",
12064
12069
  "success",
12070
+ "waiting_on_build",
12065
12071
  "no_config"
12066
12072
  ],
12067
- "description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet."
12073
+ "description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
12068
12074
  },
12069
12075
  "defaultAppProjectName": {
12070
12076
  "type": "string",
@@ -13564,6 +13570,7 @@
13564
13570
  "vitepress",
13565
13571
  "vuepress",
13566
13572
  "parcel",
13573
+ "fastapi",
13567
13574
  "fasthtml",
13568
13575
  "sanity-v3",
13569
13576
  "sanity",
@@ -13642,11 +13649,11 @@
13642
13649
  "status": {
13643
13650
  "type": "string",
13644
13651
  "enum": [
13652
+ "error",
13653
+ "timeout",
13645
13654
  "skipped",
13646
13655
  "pending",
13647
- "ready",
13648
- "error",
13649
- "timeout"
13656
+ "ready"
13650
13657
  ]
13651
13658
  },
13652
13659
  "startedAt": {
@@ -13825,19 +13832,19 @@
13825
13832
  "readyState": {
13826
13833
  "type": "string",
13827
13834
  "enum": [
13828
- "BUILDING",
13829
13835
  "ERROR",
13836
+ "BUILDING",
13830
13837
  "INITIALIZING",
13831
13838
  "READY"
13832
13839
  ]
13833
13840
  },
13841
+ "readyStateAt": {
13842
+ "type": "number"
13843
+ },
13834
13844
  "entrypoint": {
13835
13845
  "nullable": true,
13836
13846
  "type": "string"
13837
13847
  },
13838
- "readyStateAt": {
13839
- "type": "number"
13840
- },
13841
13848
  "output": {
13842
13849
  "items": {
13843
13850
  "properties": {
@@ -14895,15 +14902,15 @@
14895
14902
  "functionType": {
14896
14903
  "type": "string",
14897
14904
  "enum": [
14898
- "fluid",
14899
- "standard"
14905
+ "standard",
14906
+ "fluid"
14900
14907
  ]
14901
14908
  },
14902
14909
  "functionMemoryType": {
14903
14910
  "type": "string",
14904
14911
  "enum": [
14905
- "standard",
14906
14912
  "standard_legacy",
14913
+ "standard",
14907
14914
  "performance"
14908
14915
  ]
14909
14916
  },
@@ -15395,8 +15402,8 @@
15395
15402
  "op": {
15396
15403
  "type": "string",
15397
15404
  "enum": [
15398
- "append",
15399
15405
  "set",
15406
+ "append",
15400
15407
  "delete"
15401
15408
  ]
15402
15409
  },
@@ -15526,12 +15533,12 @@
15526
15533
  "handle": {
15527
15534
  "type": "string",
15528
15535
  "enum": [
15529
- "error",
15530
15536
  "filesystem",
15537
+ "error",
15531
15538
  "hit",
15532
15539
  "miss",
15533
- "rewrite",
15534
- "resource"
15540
+ "resource",
15541
+ "rewrite"
15535
15542
  ]
15536
15543
  },
15537
15544
  "src": {
@@ -15702,11 +15709,11 @@
15702
15709
  "mfeConfigUploadState": {
15703
15710
  "type": "string",
15704
15711
  "enum": [
15705
- "error",
15706
15712
  "success",
15713
+ "waiting_on_build",
15707
15714
  "no_config"
15708
15715
  ],
15709
- "description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet."
15716
+ "description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
15710
15717
  },
15711
15718
  "defaultAppProjectName": {
15712
15719
  "type": "string",
@@ -15846,8 +15853,8 @@
15846
15853
  "ownerType": {
15847
15854
  "type": "string",
15848
15855
  "enum": [
15849
- "team",
15850
- "user"
15856
+ "user",
15857
+ "team"
15851
15858
  ]
15852
15859
  }
15853
15860
  },
@@ -15899,8 +15906,8 @@
15899
15906
  "ownerType": {
15900
15907
  "type": "string",
15901
15908
  "enum": [
15902
- "team",
15903
- "user"
15909
+ "user",
15910
+ "team"
15904
15911
  ]
15905
15912
  }
15906
15913
  },
@@ -15953,8 +15960,8 @@
15953
15960
  "ownerType": {
15954
15961
  "type": "string",
15955
15962
  "enum": [
15956
- "team",
15957
- "user"
15963
+ "user",
15964
+ "team"
15958
15965
  ]
15959
15966
  }
15960
15967
  },
@@ -16503,6 +16510,7 @@
16503
16510
  "vitepress",
16504
16511
  "vuepress",
16505
16512
  "parcel",
16513
+ "fastapi",
16506
16514
  "fasthtml",
16507
16515
  "sanity-v3",
16508
16516
  "sanity",
@@ -16733,6 +16741,7 @@
16733
16741
  "vitepress",
16734
16742
  "vuepress",
16735
16743
  "parcel",
16744
+ "fastapi",
16736
16745
  "fasthtml",
16737
16746
  "sanity-v3",
16738
16747
  "sanity",
@@ -19025,11 +19034,11 @@
19025
19034
  "mfeConfigUploadState": {
19026
19035
  "type": "string",
19027
19036
  "enum": [
19028
- "error",
19029
19037
  "success",
19038
+ "waiting_on_build",
19030
19039
  "no_config"
19031
19040
  ],
19032
- "description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `error` - The config upload failed. - `no_config` - No config was found to upload. - `undefined` - The config upload has not been attempted yet."
19041
+ "description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
19033
19042
  },
19034
19043
  "defaultAppProjectName": {
19035
19044
  "type": "string",
@@ -21049,48 +21058,78 @@
21049
21058
  "content": {
21050
21059
  "application/json": {
21051
21060
  "schema": {
21052
- "properties": {
21053
- "transferable": {
21054
- "type": "boolean",
21055
- "description": "Whether or not the domain is transferable"
21056
- },
21057
- "transferPolicy": {
21058
- "nullable": true,
21059
- "type": "string",
21060
- "enum": [
21061
- "charge-and-renew",
21062
- "no-charge-no-change",
21063
- "no-change",
21064
- "new-term",
21065
- "not-supported"
21061
+ "oneOf": [
21062
+ {
21063
+ "properties": {
21064
+ "reason": {
21065
+ "type": "string"
21066
+ },
21067
+ "status": {
21068
+ "type": "string"
21069
+ },
21070
+ "transferable": {
21071
+ "type": "boolean"
21072
+ },
21073
+ "transferPolicy": {
21074
+ "type": "string",
21075
+ "enum": [
21076
+ "charge-and-renew"
21077
+ ]
21078
+ }
21079
+ },
21080
+ "required": [
21081
+ "reason",
21082
+ "status",
21083
+ "transferable",
21084
+ "transferPolicy"
21066
21085
  ],
21067
- "description": "The domain's transfer policy (depends on TLD requirements). `charge-and-renew`: transfer will charge for renewal and will renew the existing domain's registration. `no-charge-no-change`: transfer will have no change to registration period and does not require charge. `no-change`: transfer charge is required, but no change in registration period. `new-term`: transfer charge is required and a new registry term is set based on the transfer date. `not-supported`: transfers are not supported for this domain or TLD. `null`: This TLD is not supported by Vercel's Registrar."
21068
- },
21069
- "reason": {
21070
- "type": "string",
21071
- "description": "Description associated with transferable state."
21086
+ "type": "object"
21072
21087
  },
21073
- "status": {
21074
- "type": "string",
21075
- "enum": [
21076
- "pending_owner",
21077
- "pending_admin",
21078
- "pending_registry",
21079
- "completed",
21080
- "cancelled",
21081
- "undef",
21082
- "unknown"
21088
+ {
21089
+ "properties": {
21090
+ "transferable": {
21091
+ "type": "boolean",
21092
+ "description": "Whether or not the domain is transferable"
21093
+ },
21094
+ "transferPolicy": {
21095
+ "nullable": true,
21096
+ "type": "string",
21097
+ "enum": [
21098
+ "charge-and-renew",
21099
+ "no-charge-no-change",
21100
+ "no-change",
21101
+ "new-term",
21102
+ "not-supported"
21103
+ ],
21104
+ "description": "The domain's transfer policy (depends on TLD requirements). `charge-and-renew`: transfer will charge for renewal and will renew the existing domain's registration. `no-charge-no-change`: transfer will have no change to registration period and does not require charge. `no-change`: transfer charge is required, but no change in registration period. `new-term`: transfer charge is required and a new registry term is set based on the transfer date. `not-supported`: transfers are not supported for this domain or TLD. `null`: This TLD is not supported by Vercel's Registrar."
21105
+ },
21106
+ "reason": {
21107
+ "type": "string",
21108
+ "description": "Description associated with transferable state."
21109
+ },
21110
+ "status": {
21111
+ "type": "string",
21112
+ "enum": [
21113
+ "completed",
21114
+ "undef",
21115
+ "pending_owner",
21116
+ "pending_admin",
21117
+ "pending_registry",
21118
+ "cancelled",
21119
+ "unknown"
21120
+ ],
21121
+ "description": "The current state of an ongoing transfer. `pending_owner`: Awaiting approval by domain's admin contact (every transfer begins with this status). If approval is not given within five days, the transfer is cancelled. `pending_admin`: Waiting for approval by Vercel Registrar admin. `pending_registry`: Awaiting registry approval (the transfer completes after 7 days unless it is declined by the current registrar). `completed`: The transfer completed successfully. `cancelled`: The transfer was cancelled. `undef`: No transfer exists for this domain. `unknown`: This TLD is not supported by Vercel's Registrar."
21122
+ }
21123
+ },
21124
+ "required": [
21125
+ "transferable",
21126
+ "transferPolicy",
21127
+ "reason",
21128
+ "status"
21083
21129
  ],
21084
- "description": "The current state of an ongoing transfer. `pending_owner`: Awaiting approval by domain's admin contact (every transfer begins with this status). If approval is not given within five days, the transfer is cancelled. `pending_admin`: Waiting for approval by Vercel Registrar admin. `pending_registry`: Awaiting registry approval (the transfer completes after 7 days unless it is declined by the current registrar). `completed`: The transfer completed successfully. `cancelled`: The transfer was cancelled. `undef`: No transfer exists for this domain. `unknown`: This TLD is not supported by Vercel's Registrar."
21130
+ "type": "object"
21085
21131
  }
21086
- },
21087
- "required": [
21088
- "transferable",
21089
- "transferPolicy",
21090
- "reason",
21091
- "status"
21092
- ],
21093
- "type": "object"
21132
+ ]
21094
21133
  }
21095
21134
  }
21096
21135
  }
@@ -21117,6 +21156,9 @@
21117
21156
  },
21118
21157
  "403": {
21119
21158
  "description": "You do not have permission to access this resource."
21159
+ },
21160
+ "500": {
21161
+ "description": ""
21120
21162
  }
21121
21163
  },
21122
21164
  "parameters": [
@@ -22693,6 +22735,9 @@
22693
22735
  "updatedAt": {
22694
22736
  "type": "number"
22695
22737
  },
22738
+ "deletedAt": {
22739
+ "type": "number"
22740
+ },
22696
22741
  "id": {
22697
22742
  "type": "string"
22698
22743
  },
@@ -22896,6 +22941,9 @@
22896
22941
  "updatedAt": {
22897
22942
  "type": "number"
22898
22943
  },
22944
+ "deletedAt": {
22945
+ "type": "number"
22946
+ },
22899
22947
  "id": {
22900
22948
  "type": "string"
22901
22949
  },
@@ -23088,6 +23136,9 @@
23088
23136
  "updatedAt": {
23089
23137
  "type": "number"
23090
23138
  },
23139
+ "deletedAt": {
23140
+ "type": "number"
23141
+ },
23091
23142
  "id": {
23092
23143
  "type": "string"
23093
23144
  },
@@ -26282,6 +26333,14 @@
26282
26333
  "status"
26283
26334
  ],
26284
26335
  "properties": {
26336
+ "ownership": {
26337
+ "type": "string",
26338
+ "enum": [
26339
+ "owned",
26340
+ "linked",
26341
+ "sandbox"
26342
+ ]
26343
+ },
26285
26344
  "productId": {
26286
26345
  "type": "string"
26287
26346
  },
@@ -26402,6 +26461,10 @@
26402
26461
  }
26403
26462
  }
26404
26463
  },
26464
+ "extras": {
26465
+ "type": "object",
26466
+ "additionalProperties": true
26467
+ },
26405
26468
  "secrets": {
26406
26469
  "type": "array",
26407
26470
  "items": {
@@ -27581,6 +27644,9 @@
27581
27644
  }
27582
27645
  }
27583
27646
  }
27647
+ },
27648
+ "422": {
27649
+ "description": ""
27584
27650
  }
27585
27651
  },
27586
27652
  "parameters": [
@@ -29078,12 +29144,38 @@
29078
29144
  "enabled"
29079
29145
  ]
29080
29146
  },
29147
+ "endpoint": {
29148
+ "type": "string"
29149
+ },
29150
+ "headers": {
29151
+ "additionalProperties": {
29152
+ "type": "string"
29153
+ },
29154
+ "type": "object"
29155
+ },
29081
29156
  "format": {
29082
29157
  "type": "string",
29083
29158
  "enum": [
29084
29159
  "json",
29085
29160
  "ndjson"
29086
29161
  ]
29162
+ }
29163
+ },
29164
+ "required": [
29165
+ "status",
29166
+ "endpoint",
29167
+ "format"
29168
+ ],
29169
+ "type": "object"
29170
+ },
29171
+ "traceDrain": {
29172
+ "properties": {
29173
+ "status": {
29174
+ "type": "string",
29175
+ "enum": [
29176
+ "disabled",
29177
+ "enabled"
29178
+ ]
29087
29179
  },
29088
29180
  "endpoint": {
29089
29181
  "type": "string"
@@ -29093,12 +29185,19 @@
29093
29185
  "type": "string"
29094
29186
  },
29095
29187
  "type": "object"
29188
+ },
29189
+ "format": {
29190
+ "type": "string",
29191
+ "enum": [
29192
+ "json",
29193
+ "proto"
29194
+ ]
29096
29195
  }
29097
29196
  },
29098
29197
  "required": [
29099
29198
  "status",
29100
- "format",
29101
- "endpoint"
29199
+ "endpoint",
29200
+ "format"
29102
29201
  ],
29103
29202
  "type": "object"
29104
29203
  },
@@ -29147,6 +29246,7 @@
29147
29246
  "workflow",
29148
29247
  "checks",
29149
29248
  "logDrain",
29249
+ "traceDrain",
29150
29250
  "messaging",
29151
29251
  "other"
29152
29252
  ]
@@ -29182,34 +29282,34 @@
29182
29282
  "minLength": {
29183
29283
  "type": "object",
29184
29284
  "properties": {
29185
- "__@BRAND@508581": {
29285
+ "__@BRAND@513164": {
29186
29286
  "type": "object"
29187
29287
  }
29188
29288
  },
29189
29289
  "required": [
29190
- "__@BRAND@508581"
29290
+ "__@BRAND@513164"
29191
29291
  ]
29192
29292
  },
29193
29293
  "maxLength": {
29194
29294
  "type": "object",
29195
29295
  "properties": {
29196
- "__@BRAND@508581": {
29296
+ "__@BRAND@513164": {
29197
29297
  "type": "object"
29198
29298
  }
29199
29299
  },
29200
29300
  "required": [
29201
- "__@BRAND@508581"
29301
+ "__@BRAND@513164"
29202
29302
  ]
29203
29303
  },
29204
29304
  "pattern": {
29205
29305
  "type": "object",
29206
29306
  "properties": {
29207
- "__@BRAND@508581": {
29307
+ "__@BRAND@513164": {
29208
29308
  "type": "object"
29209
29309
  }
29210
29310
  },
29211
29311
  "required": [
29212
- "__@BRAND@508581"
29312
+ "__@BRAND@513164"
29213
29313
  ]
29214
29314
  },
29215
29315
  "default": {
@@ -29892,34 +29992,34 @@
29892
29992
  "minLength": {
29893
29993
  "type": "object",
29894
29994
  "properties": {
29895
- "__@BRAND@508581": {
29995
+ "__@BRAND@513164": {
29896
29996
  "type": "object"
29897
29997
  }
29898
29998
  },
29899
29999
  "required": [
29900
- "__@BRAND@508581"
30000
+ "__@BRAND@513164"
29901
30001
  ]
29902
30002
  },
29903
30003
  "maxLength": {
29904
30004
  "type": "object",
29905
30005
  "properties": {
29906
- "__@BRAND@508581": {
30006
+ "__@BRAND@513164": {
29907
30007
  "type": "object"
29908
30008
  }
29909
30009
  },
29910
30010
  "required": [
29911
- "__@BRAND@508581"
30011
+ "__@BRAND@513164"
29912
30012
  ]
29913
30013
  },
29914
30014
  "pattern": {
29915
30015
  "type": "object",
29916
30016
  "properties": {
29917
- "__@BRAND@508581": {
30017
+ "__@BRAND@513164": {
29918
30018
  "type": "object"
29919
30019
  }
29920
30020
  },
29921
30021
  "required": [
29922
- "__@BRAND@508581"
30022
+ "__@BRAND@513164"
29923
30023
  ]
29924
30024
  },
29925
30025
  "default": {
@@ -30077,34 +30177,34 @@
30077
30177
  "minLength": {
30078
30178
  "type": "object",
30079
30179
  "properties": {
30080
- "__@BRAND@508581": {
30180
+ "__@BRAND@513164": {
30081
30181
  "type": "object"
30082
30182
  }
30083
30183
  },
30084
30184
  "required": [
30085
- "__@BRAND@508581"
30185
+ "__@BRAND@513164"
30086
30186
  ]
30087
30187
  },
30088
30188
  "maxLength": {
30089
30189
  "type": "object",
30090
30190
  "properties": {
30091
- "__@BRAND@508581": {
30191
+ "__@BRAND@513164": {
30092
30192
  "type": "object"
30093
30193
  }
30094
30194
  },
30095
30195
  "required": [
30096
- "__@BRAND@508581"
30196
+ "__@BRAND@513164"
30097
30197
  ]
30098
30198
  },
30099
30199
  "pattern": {
30100
30200
  "type": "object",
30101
30201
  "properties": {
30102
- "__@BRAND@508581": {
30202
+ "__@BRAND@513164": {
30103
30203
  "type": "object"
30104
30204
  }
30105
30205
  },
30106
30206
  "required": [
30107
- "__@BRAND@508581"
30207
+ "__@BRAND@513164"
30108
30208
  ]
30109
30209
  },
30110
30210
  "default": {
@@ -30415,12 +30515,12 @@
30415
30515
  {
30416
30516
  "type": "object",
30417
30517
  "properties": {
30418
- "__@BRAND@508581": {
30518
+ "__@BRAND@513164": {
30419
30519
  "type": "object"
30420
30520
  }
30421
30521
  },
30422
30522
  "required": [
30423
- "__@BRAND@508581"
30523
+ "__@BRAND@513164"
30424
30524
  ]
30425
30525
  },
30426
30526
  {
@@ -30428,12 +30528,12 @@
30428
30528
  "value": {
30429
30529
  "type": "object",
30430
30530
  "properties": {
30431
- "__@BRAND@508581": {
30531
+ "__@BRAND@513164": {
30432
30532
  "type": "object"
30433
30533
  }
30434
30534
  },
30435
30535
  "required": [
30436
- "__@BRAND@508581"
30536
+ "__@BRAND@513164"
30437
30537
  ]
30438
30538
  },
30439
30539
  "disabled": {
@@ -30502,34 +30602,34 @@
30502
30602
  "minLength": {
30503
30603
  "type": "object",
30504
30604
  "properties": {
30505
- "__@BRAND@508581": {
30605
+ "__@BRAND@513164": {
30506
30606
  "type": "object"
30507
30607
  }
30508
30608
  },
30509
30609
  "required": [
30510
- "__@BRAND@508581"
30610
+ "__@BRAND@513164"
30511
30611
  ]
30512
30612
  },
30513
30613
  "maxLength": {
30514
30614
  "type": "object",
30515
30615
  "properties": {
30516
- "__@BRAND@508581": {
30616
+ "__@BRAND@513164": {
30517
30617
  "type": "object"
30518
30618
  }
30519
30619
  },
30520
30620
  "required": [
30521
- "__@BRAND@508581"
30621
+ "__@BRAND@513164"
30522
30622
  ]
30523
30623
  },
30524
30624
  "pattern": {
30525
30625
  "type": "object",
30526
30626
  "properties": {
30527
- "__@BRAND@508581": {
30627
+ "__@BRAND@513164": {
30528
30628
  "type": "object"
30529
30629
  }
30530
30630
  },
30531
30631
  "required": [
30532
- "__@BRAND@508581"
30632
+ "__@BRAND@513164"
30533
30633
  ]
30534
30634
  },
30535
30635
  "default": {
@@ -30687,34 +30787,34 @@
30687
30787
  "minLength": {
30688
30788
  "type": "object",
30689
30789
  "properties": {
30690
- "__@BRAND@508581": {
30790
+ "__@BRAND@513164": {
30691
30791
  "type": "object"
30692
30792
  }
30693
30793
  },
30694
30794
  "required": [
30695
- "__@BRAND@508581"
30795
+ "__@BRAND@513164"
30696
30796
  ]
30697
30797
  },
30698
30798
  "maxLength": {
30699
30799
  "type": "object",
30700
30800
  "properties": {
30701
- "__@BRAND@508581": {
30801
+ "__@BRAND@513164": {
30702
30802
  "type": "object"
30703
30803
  }
30704
30804
  },
30705
30805
  "required": [
30706
- "__@BRAND@508581"
30806
+ "__@BRAND@513164"
30707
30807
  ]
30708
30808
  },
30709
30809
  "pattern": {
30710
30810
  "type": "object",
30711
30811
  "properties": {
30712
- "__@BRAND@508581": {
30812
+ "__@BRAND@513164": {
30713
30813
  "type": "object"
30714
30814
  }
30715
30815
  },
30716
30816
  "required": [
30717
- "__@BRAND@508581"
30817
+ "__@BRAND@513164"
30718
30818
  ]
30719
30819
  },
30720
30820
  "default": {
@@ -30803,12 +30903,12 @@
30803
30903
  {
30804
30904
  "type": "object",
30805
30905
  "properties": {
30806
- "__@BRAND@508581": {
30906
+ "__@BRAND@513164": {
30807
30907
  "type": "object"
30808
30908
  }
30809
30909
  },
30810
30910
  "required": [
30811
- "__@BRAND@508581"
30911
+ "__@BRAND@513164"
30812
30912
  ]
30813
30913
  },
30814
30914
  {
@@ -30816,12 +30916,12 @@
30816
30916
  "value": {
30817
30917
  "type": "object",
30818
30918
  "properties": {
30819
- "__@BRAND@508581": {
30919
+ "__@BRAND@513164": {
30820
30920
  "type": "object"
30821
30921
  }
30822
30922
  },
30823
30923
  "required": [
30824
- "__@BRAND@508581"
30924
+ "__@BRAND@513164"
30825
30925
  ]
30826
30926
  },
30827
30927
  "disabled": {
@@ -31007,12 +31107,12 @@
31007
31107
  "items": {
31008
31108
  "type": "object",
31009
31109
  "properties": {
31010
- "__@BRAND@508581": {
31110
+ "__@BRAND@513164": {
31011
31111
  "type": "object"
31012
31112
  }
31013
31113
  },
31014
31114
  "required": [
31015
- "__@BRAND@508581"
31115
+ "__@BRAND@513164"
31016
31116
  ]
31017
31117
  },
31018
31118
  "type": "array"
@@ -31021,12 +31121,12 @@
31021
31121
  "items": {
31022
31122
  "type": "object",
31023
31123
  "properties": {
31024
- "__@BRAND@508581": {
31124
+ "__@BRAND@513164": {
31025
31125
  "type": "object"
31026
31126
  }
31027
31127
  },
31028
31128
  "required": [
31029
- "__@BRAND@508581"
31129
+ "__@BRAND@513164"
31030
31130
  ]
31031
31131
  },
31032
31132
  "type": "array"
@@ -31045,12 +31145,12 @@
31045
31145
  "value": {
31046
31146
  "type": "object",
31047
31147
  "properties": {
31048
- "__@BRAND@508581": {
31148
+ "__@BRAND@513164": {
31049
31149
  "type": "object"
31050
31150
  }
31051
31151
  },
31052
31152
  "required": [
31053
- "__@BRAND@508581"
31153
+ "__@BRAND@513164"
31054
31154
  ]
31055
31155
  },
31056
31156
  "disabled": {
@@ -34081,6 +34181,7 @@
34081
34181
  "vitepress",
34082
34182
  "vuepress",
34083
34183
  "parcel",
34184
+ "fastapi",
34084
34185
  "fasthtml",
34085
34186
  "sanity-v3",
34086
34187
  "sanity",
@@ -38828,6 +38929,7 @@
38828
38929
  "vitepress",
38829
38930
  "vuepress",
38830
38931
  "parcel",
38932
+ "fastapi",
38831
38933
  "fasthtml",
38832
38934
  "sanity-v3",
38833
38935
  "sanity",
@@ -42686,6 +42788,7 @@
42686
42788
  "vitepress",
42687
42789
  "vuepress",
42688
42790
  "parcel",
42791
+ "fastapi",
42689
42792
  "fasthtml",
42690
42793
  "sanity-v3",
42691
42794
  "sanity",
@@ -43824,6 +43927,7 @@
43824
43927
  "vitepress",
43825
43928
  "vuepress",
43826
43929
  "parcel",
43930
+ "fastapi",
43827
43931
  "fasthtml",
43828
43932
  "sanity-v3",
43829
43933
  "sanity",
@@ -48432,6 +48536,7 @@
48432
48536
  "vitepress",
48433
48537
  "vuepress",
48434
48538
  "parcel",
48539
+ "fastapi",
48435
48540
  "fasthtml",
48436
48541
  "sanity-v3",
48437
48542
  "sanity",
@@ -52229,6 +52334,7 @@
52229
52334
  "vitepress",
52230
52335
  "vuepress",
52231
52336
  "parcel",
52337
+ "fastapi",
52232
52338
  "fasthtml",
52233
52339
  "sanity-v3",
52234
52340
  "sanity",
@@ -68370,6 +68476,7 @@
68370
68476
  "vitepress",
68371
68477
  "vuepress",
68372
68478
  "parcel",
68479
+ "fastapi",
68373
68480
  "fasthtml",
68374
68481
  "sanity-v3",
68375
68482
  "sanity",
@@ -68474,6 +68581,14 @@
68474
68581
  "uninstalled"
68475
68582
  ]
68476
68583
  },
68584
+ "ownership": {
68585
+ "type": "string",
68586
+ "enum": [
68587
+ "owned",
68588
+ "linked",
68589
+ "sandbox"
68590
+ ]
68591
+ },
68477
68592
  "metadata": {
68478
68593
  "additionalProperties": {
68479
68594
  "oneOf": [
@@ -68568,34 +68683,34 @@
68568
68683
  "maxLength": {
68569
68684
  "type": "object",
68570
68685
  "properties": {
68571
- "__@BRAND@7757": {
68686
+ "__@BRAND@7820": {
68572
68687
  "type": "object"
68573
68688
  }
68574
68689
  },
68575
68690
  "required": [
68576
- "__@BRAND@7757"
68691
+ "__@BRAND@7820"
68577
68692
  ]
68578
68693
  },
68579
68694
  "minLength": {
68580
68695
  "type": "object",
68581
68696
  "properties": {
68582
- "__@BRAND@7757": {
68697
+ "__@BRAND@7820": {
68583
68698
  "type": "object"
68584
68699
  }
68585
68700
  },
68586
68701
  "required": [
68587
- "__@BRAND@7757"
68702
+ "__@BRAND@7820"
68588
68703
  ]
68589
68704
  },
68590
68705
  "pattern": {
68591
68706
  "type": "object",
68592
68707
  "properties": {
68593
- "__@BRAND@7757": {
68708
+ "__@BRAND@7820": {
68594
68709
  "type": "object"
68595
68710
  }
68596
68711
  },
68597
68712
  "required": [
68598
- "__@BRAND@7757"
68713
+ "__@BRAND@7820"
68599
68714
  ]
68600
68715
  },
68601
68716
  "description": {
@@ -69278,34 +69393,34 @@
69278
69393
  "maxLength": {
69279
69394
  "type": "object",
69280
69395
  "properties": {
69281
- "__@BRAND@7757": {
69396
+ "__@BRAND@7820": {
69282
69397
  "type": "object"
69283
69398
  }
69284
69399
  },
69285
69400
  "required": [
69286
- "__@BRAND@7757"
69401
+ "__@BRAND@7820"
69287
69402
  ]
69288
69403
  },
69289
69404
  "minLength": {
69290
69405
  "type": "object",
69291
69406
  "properties": {
69292
- "__@BRAND@7757": {
69407
+ "__@BRAND@7820": {
69293
69408
  "type": "object"
69294
69409
  }
69295
69410
  },
69296
69411
  "required": [
69297
- "__@BRAND@7757"
69412
+ "__@BRAND@7820"
69298
69413
  ]
69299
69414
  },
69300
69415
  "pattern": {
69301
69416
  "type": "object",
69302
69417
  "properties": {
69303
- "__@BRAND@7757": {
69418
+ "__@BRAND@7820": {
69304
69419
  "type": "object"
69305
69420
  }
69306
69421
  },
69307
69422
  "required": [
69308
- "__@BRAND@7757"
69423
+ "__@BRAND@7820"
69309
69424
  ]
69310
69425
  },
69311
69426
  "description": {
@@ -69454,34 +69569,34 @@
69454
69569
  "minLength": {
69455
69570
  "type": "object",
69456
69571
  "properties": {
69457
- "__@BRAND@7757": {
69572
+ "__@BRAND@7820": {
69458
69573
  "type": "object"
69459
69574
  }
69460
69575
  },
69461
69576
  "required": [
69462
- "__@BRAND@7757"
69577
+ "__@BRAND@7820"
69463
69578
  ]
69464
69579
  },
69465
69580
  "maxLength": {
69466
69581
  "type": "object",
69467
69582
  "properties": {
69468
- "__@BRAND@7757": {
69583
+ "__@BRAND@7820": {
69469
69584
  "type": "object"
69470
69585
  }
69471
69586
  },
69472
69587
  "required": [
69473
- "__@BRAND@7757"
69588
+ "__@BRAND@7820"
69474
69589
  ]
69475
69590
  },
69476
69591
  "pattern": {
69477
69592
  "type": "object",
69478
69593
  "properties": {
69479
- "__@BRAND@7757": {
69594
+ "__@BRAND@7820": {
69480
69595
  "type": "object"
69481
69596
  }
69482
69597
  },
69483
69598
  "required": [
69484
- "__@BRAND@7757"
69599
+ "__@BRAND@7820"
69485
69600
  ]
69486
69601
  },
69487
69602
  "default": {
@@ -69798,12 +69913,12 @@
69798
69913
  {
69799
69914
  "type": "object",
69800
69915
  "properties": {
69801
- "__@BRAND@7757": {
69916
+ "__@BRAND@7820": {
69802
69917
  "type": "object"
69803
69918
  }
69804
69919
  },
69805
69920
  "required": [
69806
- "__@BRAND@7757"
69921
+ "__@BRAND@7820"
69807
69922
  ]
69808
69923
  },
69809
69924
  {
@@ -69811,12 +69926,12 @@
69811
69926
  "value": {
69812
69927
  "type": "object",
69813
69928
  "properties": {
69814
- "__@BRAND@7757": {
69929
+ "__@BRAND@7820": {
69815
69930
  "type": "object"
69816
69931
  }
69817
69932
  },
69818
69933
  "required": [
69819
- "__@BRAND@7757"
69934
+ "__@BRAND@7820"
69820
69935
  ]
69821
69936
  },
69822
69937
  "disabled": {
@@ -69888,34 +70003,34 @@
69888
70003
  "maxLength": {
69889
70004
  "type": "object",
69890
70005
  "properties": {
69891
- "__@BRAND@7757": {
70006
+ "__@BRAND@7820": {
69892
70007
  "type": "object"
69893
70008
  }
69894
70009
  },
69895
70010
  "required": [
69896
- "__@BRAND@7757"
70011
+ "__@BRAND@7820"
69897
70012
  ]
69898
70013
  },
69899
70014
  "minLength": {
69900
70015
  "type": "object",
69901
70016
  "properties": {
69902
- "__@BRAND@7757": {
70017
+ "__@BRAND@7820": {
69903
70018
  "type": "object"
69904
70019
  }
69905
70020
  },
69906
70021
  "required": [
69907
- "__@BRAND@7757"
70022
+ "__@BRAND@7820"
69908
70023
  ]
69909
70024
  },
69910
70025
  "pattern": {
69911
70026
  "type": "object",
69912
70027
  "properties": {
69913
- "__@BRAND@7757": {
70028
+ "__@BRAND@7820": {
69914
70029
  "type": "object"
69915
70030
  }
69916
70031
  },
69917
70032
  "required": [
69918
- "__@BRAND@7757"
70033
+ "__@BRAND@7820"
69919
70034
  ]
69920
70035
  },
69921
70036
  "description": {
@@ -70047,12 +70162,12 @@
70047
70162
  "value": {
70048
70163
  "type": "object",
70049
70164
  "properties": {
70050
- "__@BRAND@7757": {
70165
+ "__@BRAND@7820": {
70051
70166
  "type": "object"
70052
70167
  }
70053
70168
  },
70054
70169
  "required": [
70055
- "__@BRAND@7757"
70170
+ "__@BRAND@7820"
70056
70171
  ]
70057
70172
  },
70058
70173
  "disabled": {
@@ -70154,8 +70269,8 @@
70154
70269
  "redis",
70155
70270
  "postgres",
70156
70271
  "blob",
70157
- "checks",
70158
70272
  "experimentation",
70273
+ "checks",
70159
70274
  "storage",
70160
70275
  "ai",
70161
70276
  "observability",
@@ -70163,6 +70278,7 @@
70163
70278
  "authentication",
70164
70279
  "workflow",
70165
70280
  "logDrain",
70281
+ "traceDrain",
70166
70282
  "messaging",
70167
70283
  "other",
70168
70284
  "mysql",
@@ -70191,6 +70307,7 @@
70191
70307
  "tag_checks",
70192
70308
  "tag_storage",
70193
70309
  "tag_logDrain",
70310
+ "tag_traceDrain",
70194
70311
  "tag_other"
70195
70312
  ]
70196
70313
  },
@@ -70297,12 +70414,12 @@
70297
70414
  "value": {
70298
70415
  "type": "object",
70299
70416
  "properties": {
70300
- "__@BRAND@7757": {
70417
+ "__@BRAND@7820": {
70301
70418
  "type": "object"
70302
70419
  }
70303
70420
  },
70304
70421
  "required": [
70305
- "__@BRAND@7757"
70422
+ "__@BRAND@7820"
70306
70423
  ]
70307
70424
  },
70308
70425
  "disabled": {
@@ -70815,11 +70932,11 @@
70815
70932
  "OWNER",
70816
70933
  "MEMBER",
70817
70934
  "DEVELOPER",
70818
- "VIEWER",
70819
- "BILLING",
70820
- "CONTRIBUTOR",
70821
70935
  "SECURITY",
70822
- "VIEWER_FOR_PLUS"
70936
+ "BILLING",
70937
+ "VIEWER",
70938
+ "VIEWER_FOR_PLUS",
70939
+ "CONTRIBUTOR"
70823
70940
  ],
70824
70941
  "description": "Role of this user in the team.",
70825
70942
  "example": "OWNER"
@@ -70973,11 +71090,11 @@
70973
71090
  "OWNER",
70974
71091
  "MEMBER",
70975
71092
  "DEVELOPER",
70976
- "VIEWER",
70977
- "BILLING",
70978
- "CONTRIBUTOR",
70979
71093
  "SECURITY",
70980
- "VIEWER_FOR_PLUS"
71094
+ "BILLING",
71095
+ "VIEWER",
71096
+ "VIEWER_FOR_PLUS",
71097
+ "CONTRIBUTOR"
70981
71098
  ]
70982
71099
  },
70983
71100
  "teamRoles": {
@@ -70987,11 +71104,11 @@
70987
71104
  "OWNER",
70988
71105
  "MEMBER",
70989
71106
  "DEVELOPER",
70990
- "VIEWER",
70991
- "BILLING",
70992
- "CONTRIBUTOR",
70993
71107
  "SECURITY",
70994
- "VIEWER_FOR_PLUS"
71108
+ "BILLING",
71109
+ "VIEWER",
71110
+ "VIEWER_FOR_PLUS",
71111
+ "CONTRIBUTOR"
70995
71112
  ]
70996
71113
  },
70997
71114
  "type": "array"
@@ -71181,8 +71298,10 @@
71181
71298
  "OWNER",
71182
71299
  "MEMBER",
71183
71300
  "DEVELOPER",
71184
- "VIEWER",
71301
+ "SECURITY",
71185
71302
  "BILLING",
71303
+ "VIEWER",
71304
+ "VIEWER_FOR_PLUS",
71186
71305
  "CONTRIBUTOR"
71187
71306
  ]
71188
71307
  }
@@ -72637,6 +72756,8 @@
72637
72756
  "example": "1y",
72638
72757
  "type": "string",
72639
72758
  "enum": [
72759
+ "3y",
72760
+ "2y",
72640
72761
  "1y",
72641
72762
  "6m",
72642
72763
  "3m",
@@ -72653,6 +72774,8 @@
72653
72774
  "example": "1y",
72654
72775
  "type": "string",
72655
72776
  "enum": [
72777
+ "3y",
72778
+ "2y",
72656
72779
  "1y",
72657
72780
  "6m",
72658
72781
  "3m",
@@ -73290,15 +73413,6 @@
73290
73413
  },
73291
73414
  "name": "x-now-size"
73292
73415
  },
73293
- {
73294
- "in": "header",
73295
- "description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit.",
73296
- "schema": {
73297
- "type": "string",
73298
- "description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit."
73299
- },
73300
- "name": "x-internal-v0-token"
73301
- },
73302
73416
  {
73303
73417
  "description": "The Team identifier to perform the request on behalf of.",
73304
73418
  "in": "query",
@@ -74389,6 +74503,7 @@
74389
74503
  "vitepress",
74390
74504
  "vuepress",
74391
74505
  "parcel",
74506
+ "fastapi",
74392
74507
  "fasthtml",
74393
74508
  "sanity-v3",
74394
74509
  "sanity",
@@ -77993,6 +78108,7 @@
77993
78108
  "vitepress",
77994
78109
  "vuepress",
77995
78110
  "parcel",
78111
+ "fastapi",
77996
78112
  "fasthtml",
77997
78113
  "sanity-v3",
77998
78114
  "sanity",
@@ -80295,12 +80411,20 @@
80295
80411
  },
80296
80412
  "projectName": {
80297
80413
  "type": "string"
80414
+ },
80415
+ "gitCommitterName": {
80416
+ "type": "string"
80417
+ },
80418
+ "source": {
80419
+ "type": "string"
80298
80420
  }
80299
80421
  },
80300
80422
  "required": [
80301
80423
  "sha",
80302
80424
  "gitUserPlatform",
80303
- "projectName"
80425
+ "projectName",
80426
+ "gitCommitterName",
80427
+ "source"
80304
80428
  ],
80305
80429
  "type": "object",
80306
80430
  "description": "The payload of the event, if requested."
@@ -84712,10 +84836,100 @@
84712
84836
  },
84713
84837
  {
84714
84838
  "properties": {
84715
- "webhookUrl": {
84716
- "type": "string"
84839
+ "budget": {
84840
+ "properties": {
84841
+ "budgetItem": {
84842
+ "properties": {
84843
+ "type": {
84844
+ "type": "string",
84845
+ "enum": [
84846
+ "fixed"
84847
+ ],
84848
+ "description": "The budget type"
84849
+ },
84850
+ "fixedBudget": {
84851
+ "type": "number",
84852
+ "description": "Budget amount (USD / dollars)"
84853
+ },
84854
+ "previousSpend": {
84855
+ "items": {
84856
+ "type": "number"
84857
+ },
84858
+ "type": "array",
84859
+ "description": "Array of the last 3 months of spend data"
84860
+ },
84861
+ "notifiedAt": {
84862
+ "items": {
84863
+ "type": "number"
84864
+ },
84865
+ "type": "array",
84866
+ "description": "Array of 50, 75, 100 to keep track of notifications sent out"
84867
+ },
84868
+ "webhookId": {
84869
+ "type": "string",
84870
+ "description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
84871
+ },
84872
+ "webhookNotified": {
84873
+ "type": "boolean",
84874
+ "description": "Keep track if the webhook has been called for the month"
84875
+ },
84876
+ "createdAt": {
84877
+ "type": "number",
84878
+ "description": "Date time when budget is created"
84879
+ },
84880
+ "updatedAt": {
84881
+ "type": "number",
84882
+ "description": "Date time when budget is updated last"
84883
+ },
84884
+ "isActive": {
84885
+ "type": "boolean",
84886
+ "description": "Is the budget currently active for a customer"
84887
+ },
84888
+ "pauseProjects": {
84889
+ "type": "boolean",
84890
+ "description": "Should all projects be paused if budget is exceeded"
84891
+ },
84892
+ "pricingPlan": {
84893
+ "type": "string",
84894
+ "enum": [
84895
+ "plus",
84896
+ "legacy",
84897
+ "unbundled"
84898
+ ],
84899
+ "description": "The acive pricing plan the team is billed with"
84900
+ },
84901
+ "teamId": {
84902
+ "type": "string",
84903
+ "description": "Partition key"
84904
+ },
84905
+ "id": {
84906
+ "type": "string",
84907
+ "description": "Sort key that needs to be unique per teamId"
84908
+ }
84909
+ },
84910
+ "required": [
84911
+ "type",
84912
+ "fixedBudget",
84913
+ "previousSpend",
84914
+ "notifiedAt",
84915
+ "createdAt",
84916
+ "isActive",
84917
+ "teamId",
84918
+ "id"
84919
+ ],
84920
+ "type": "object",
84921
+ "description": "Represents a budget for tracking and notifying teams on their spending."
84922
+ }
84923
+ },
84924
+ "required": [
84925
+ "budgetItem"
84926
+ ],
84927
+ "type": "object"
84717
84928
  }
84718
84929
  },
84930
+ "required": [
84931
+ "budget"
84932
+ ],
84719
84933
  "type": "object",
84720
84934
  "description": "The payload of the event, if requested."
84721
84935
  },
@@ -84732,7 +84946,7 @@
84732
84946
  },
84733
84947
  "fixedBudget": {
84734
84948
  "type": "number",
84735
- "description": "Budget amount"
84949
+ "description": "Budget amount (USD / dollars)"
84736
84950
  },
84737
84951
  "previousSpend": {
84738
84952
  "items": {
@@ -84814,93 +85028,88 @@
84814
85028
  "properties": {
84815
85029
  "budget": {
84816
85030
  "properties": {
84817
- "budgetItem": {
84818
- "properties": {
84819
- "type": {
84820
- "type": "string",
84821
- "enum": [
84822
- "fixed"
84823
- ],
84824
- "description": "The budget type"
84825
- },
84826
- "fixedBudget": {
84827
- "type": "number",
84828
- "description": "Budget amount"
84829
- },
84830
- "previousSpend": {
84831
- "items": {
84832
- "type": "number"
84833
- },
84834
- "type": "array",
84835
- "description": "Array of the last 3 months of spend data"
84836
- },
84837
- "notifiedAt": {
84838
- "items": {
84839
- "type": "number"
84840
- },
84841
- "type": "array",
84842
- "description": "Array of 50, 75, 100 to keep track of notifications sent out"
84843
- },
84844
- "webhookId": {
84845
- "type": "string",
84846
- "description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
84847
- },
84848
- "webhookNotified": {
84849
- "type": "boolean",
84850
- "description": "Keep track if the webhook has been called for the month"
84851
- },
84852
- "createdAt": {
84853
- "type": "number",
84854
- "description": "Date time when budget is created"
84855
- },
84856
- "updatedAt": {
84857
- "type": "number",
84858
- "description": "Date time when budget is updated last"
84859
- },
84860
- "isActive": {
84861
- "type": "boolean",
84862
- "description": "Is the budget currently active for a customer"
84863
- },
84864
- "pauseProjects": {
84865
- "type": "boolean",
84866
- "description": "Should all projects be paused if budget is exceeded"
84867
- },
84868
- "pricingPlan": {
84869
- "type": "string",
84870
- "enum": [
84871
- "plus",
84872
- "legacy",
84873
- "unbundled"
84874
- ],
84875
- "description": "The acive pricing plan the team is billed with"
84876
- },
84877
- "teamId": {
84878
- "type": "string",
84879
- "description": "Partition key"
84880
- },
84881
- "id": {
84882
- "type": "string",
84883
- "description": "Sort key that needs to be unique per teamId"
84884
- }
85031
+ "type": {
85032
+ "type": "string",
85033
+ "enum": [
85034
+ "fixed"
85035
+ ],
85036
+ "description": "The budget type"
85037
+ },
85038
+ "fixedBudget": {
85039
+ "type": "number",
85040
+ "description": "Budget amount (USD / dollars)"
85041
+ },
85042
+ "previousSpend": {
85043
+ "items": {
85044
+ "type": "number"
84885
85045
  },
84886
- "required": [
84887
- "type",
84888
- "fixedBudget",
84889
- "previousSpend",
84890
- "notifiedAt",
84891
- "createdAt",
84892
- "isActive",
84893
- "teamId",
84894
- "id"
85046
+ "type": "array",
85047
+ "description": "Array of the last 3 months of spend data"
85048
+ },
85049
+ "notifiedAt": {
85050
+ "items": {
85051
+ "type": "number"
85052
+ },
85053
+ "type": "array",
85054
+ "description": "Array of 50, 75, 100 to keep track of notifications sent out"
85055
+ },
85056
+ "webhookId": {
85057
+ "type": "string",
85058
+ "description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
85059
+ },
85060
+ "webhookNotified": {
85061
+ "type": "boolean",
85062
+ "description": "Keep track if the webhook has been called for the month"
85063
+ },
85064
+ "createdAt": {
85065
+ "type": "number",
85066
+ "description": "Date time when budget is created"
85067
+ },
85068
+ "updatedAt": {
85069
+ "type": "number",
85070
+ "description": "Date time when budget is updated last"
85071
+ },
85072
+ "isActive": {
85073
+ "type": "boolean",
85074
+ "description": "Is the budget currently active for a customer"
85075
+ },
85076
+ "pauseProjects": {
85077
+ "type": "boolean",
85078
+ "description": "Should all projects be paused if budget is exceeded"
85079
+ },
85080
+ "pricingPlan": {
85081
+ "type": "string",
85082
+ "enum": [
85083
+ "plus",
85084
+ "legacy",
85085
+ "unbundled"
84895
85086
  ],
84896
- "type": "object",
84897
- "description": "Represents a budget for tracking and notifying teams on their spending."
85087
+ "description": "The acive pricing plan the team is billed with"
85088
+ },
85089
+ "teamId": {
85090
+ "type": "string",
85091
+ "description": "Partition key"
85092
+ },
85093
+ "id": {
85094
+ "type": "string",
85095
+ "description": "Sort key that needs to be unique per teamId"
84898
85096
  }
84899
85097
  },
84900
85098
  "required": [
84901
- "budgetItem"
85099
+ "type",
85100
+ "fixedBudget",
85101
+ "previousSpend",
85102
+ "notifiedAt",
85103
+ "createdAt",
85104
+ "isActive",
85105
+ "teamId",
85106
+ "id"
84902
85107
  ],
84903
- "type": "object"
85108
+ "type": "object",
85109
+ "description": "Represents a budget for tracking and notifying teams on their spending."
85110
+ },
85111
+ "webhookUrl": {
85112
+ "type": "string"
84904
85113
  }
84905
85114
  },
84906
85115
  "required": [
@@ -84909,6 +85118,15 @@
84909
85118
  "type": "object",
84910
85119
  "description": "The payload of the event, if requested."
84911
85120
  },
85121
+ {
85122
+ "properties": {
85123
+ "webhookUrl": {
85124
+ "type": "string"
85125
+ }
85126
+ },
85127
+ "type": "object",
85128
+ "description": "The payload of the event, if requested."
85129
+ },
84912
85130
  {
84913
85131
  "properties": {
84914
85132
  "id": {
@@ -86720,16 +86938,16 @@
86720
86938
  "properties": {
86721
86939
  "connection": {
86722
86940
  "properties": {
86723
- "status": {
86724
- "type": "string",
86725
- "description": "Current status of the connection.",
86726
- "example": "linked"
86727
- },
86728
86941
  "type": {
86729
86942
  "type": "string",
86730
86943
  "description": "The Identity Provider \"type\", for example Okta.",
86731
86944
  "example": "OktaSAML"
86732
86945
  },
86946
+ "status": {
86947
+ "type": "string",
86948
+ "description": "Current status of the connection.",
86949
+ "example": "linked"
86950
+ },
86733
86951
  "state": {
86734
86952
  "type": "string",
86735
86953
  "description": "Current state of the connection.",
@@ -86747,8 +86965,8 @@
86747
86965
  }
86748
86966
  },
86749
86967
  "required": [
86750
- "status",
86751
86968
  "type",
86969
+ "status",
86752
86970
  "state",
86753
86971
  "connectedAt"
86754
86972
  ],
@@ -86850,6 +87068,45 @@
86850
87068
  "description": "A short description of the Team.",
86851
87069
  "example": "Our mission is to make cloud computing accessible to everyone."
86852
87070
  },
87071
+ "defaultRoles": {
87072
+ "properties": {
87073
+ "teamRoles": {
87074
+ "items": {
87075
+ "type": "string",
87076
+ "enum": [
87077
+ "OWNER",
87078
+ "MEMBER",
87079
+ "DEVELOPER",
87080
+ "SECURITY",
87081
+ "BILLING",
87082
+ "VIEWER",
87083
+ "VIEWER_FOR_PLUS",
87084
+ "CONTRIBUTOR"
87085
+ ]
87086
+ },
87087
+ "type": "array"
87088
+ },
87089
+ "teamPermissions": {
87090
+ "items": {
87091
+ "type": "string",
87092
+ "enum": [
87093
+ "IntegrationManager",
87094
+ "CreateProject",
87095
+ "FullProductionDeployment",
87096
+ "UsageViewer",
87097
+ "EnvVariableManager",
87098
+ "EnvironmentManager",
87099
+ "V0Builder",
87100
+ "V0Chatter",
87101
+ "V0Viewer"
87102
+ ]
87103
+ },
87104
+ "type": "array"
87105
+ }
87106
+ },
87107
+ "type": "object",
87108
+ "description": "Default roles for the team."
87109
+ },
86853
87110
  "stagingPrefix": {
86854
87111
  "type": "string",
86855
87112
  "description": "The prefix that is prepended to automatic aliases."
@@ -87083,6 +87340,9 @@
87083
87340
  },
87084
87341
  "type": "array"
87085
87342
  },
87343
+ "teamId": {
87344
+ "type": "string"
87345
+ },
87086
87346
  "confirmed": {
87087
87347
  "type": "boolean"
87088
87348
  },
@@ -87135,9 +87395,6 @@
87135
87395
  },
87136
87396
  "type": "array"
87137
87397
  },
87138
- "teamId": {
87139
- "type": "string"
87140
- },
87141
87398
  "createdAt": {
87142
87399
  "type": "number"
87143
87400
  },
@@ -87149,9 +87406,9 @@
87149
87406
  "origin": {
87150
87407
  "type": "string",
87151
87408
  "enum": [
87409
+ "link",
87152
87410
  "saml",
87153
87411
  "mail",
87154
- "link",
87155
87412
  "import",
87156
87413
  "teams",
87157
87414
  "github",