@vercel/sdk 1.18.8 → 1.18.9

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 (276) hide show
  1. package/README.md +51 -53
  2. package/bin/mcp-server.js +3279 -2534
  3. package/bin/mcp-server.js.map +52 -43
  4. package/esm/__tests__/accessgroups.test.js +6 -2
  5. package/esm/__tests__/accessgroups.test.js.map +1 -1
  6. package/esm/__tests__/domains.test.js +9 -6
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/edgeconfig.test.js +6 -6
  9. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  10. package/esm/__tests__/projects.test.js +7 -53
  11. package/esm/__tests__/projects.test.js.map +1 -1
  12. package/esm/funcs/apiBillingGetV1BillingCharges.d.ts +16 -0
  13. package/esm/funcs/apiBillingGetV1BillingCharges.d.ts.map +1 -0
  14. package/esm/funcs/apiBillingGetV1BillingCharges.js +63 -0
  15. package/esm/funcs/apiBillingGetV1BillingCharges.js.map +1 -0
  16. package/esm/funcs/apiBillingGetV1BillingContractCommitments.d.ts +16 -0
  17. package/esm/funcs/apiBillingGetV1BillingContractCommitments.d.ts.map +1 -0
  18. package/esm/funcs/apiBillingGetV1BillingContractCommitments.js +63 -0
  19. package/esm/funcs/apiBillingGetV1BillingContractCommitments.js.map +1 -0
  20. package/esm/funcs/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.d.ts +17 -0
  21. package/esm/funcs/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.d.ts.map +1 -0
  22. package/esm/funcs/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.js +85 -0
  23. package/esm/funcs/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.js.map +1 -0
  24. package/esm/funcs/projectsRequestRollback.d.ts +17 -0
  25. package/esm/funcs/projectsRequestRollback.d.ts.map +1 -0
  26. package/esm/funcs/projectsRequestRollback.js +94 -0
  27. package/esm/funcs/projectsRequestRollback.js.map +1 -0
  28. package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.d.ts +1 -1
  29. package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.js +1 -1
  30. package/esm/lib/config.d.ts +3 -3
  31. package/esm/lib/config.js +3 -3
  32. package/esm/mcp-server/mcp-server.js +1 -1
  33. package/esm/mcp-server/server.d.ts.map +1 -1
  34. package/esm/mcp-server/server.js +9 -1
  35. package/esm/mcp-server/server.js.map +1 -1
  36. package/esm/mcp-server/tools/apiBillingGetV1BillingCharges.d.ts +3 -0
  37. package/esm/mcp-server/tools/apiBillingGetV1BillingCharges.d.ts.map +1 -0
  38. package/esm/mcp-server/tools/apiBillingGetV1BillingCharges.js +22 -0
  39. package/esm/mcp-server/tools/apiBillingGetV1BillingCharges.js.map +1 -0
  40. package/esm/mcp-server/tools/apiBillingGetV1BillingContractCommitments.d.ts +3 -0
  41. package/esm/mcp-server/tools/apiBillingGetV1BillingContractCommitments.d.ts.map +1 -0
  42. package/esm/mcp-server/tools/apiBillingGetV1BillingContractCommitments.js +22 -0
  43. package/esm/mcp-server/tools/apiBillingGetV1BillingContractCommitments.js.map +1 -0
  44. package/esm/mcp-server/tools/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.d.ts +7 -0
  45. package/esm/mcp-server/tools/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.js +27 -0
  47. package/esm/mcp-server/tools/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.js.map +1 -0
  48. package/esm/mcp-server/tools/projectsRequestRollback.d.ts +7 -0
  49. package/esm/mcp-server/tools/projectsRequestRollback.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/projectsRequestRollback.js +27 -0
  51. package/esm/mcp-server/tools/projectsRequestRollback.js.map +1 -0
  52. package/esm/mcp-server/tools/rollingReleaseUpdateRollingReleaseConfig.js +1 -1
  53. package/esm/mcp-server/tools/rollingReleaseUpdateRollingReleaseConfig.js.map +1 -1
  54. package/esm/models/addprojectmemberop.d.ts +3 -3
  55. package/esm/models/addprojectmemberop.js +3 -3
  56. package/esm/models/addprojectmemberop.js.map +1 -1
  57. package/esm/models/buydomainsop.d.ts +1 -2
  58. package/esm/models/buydomainsop.d.ts.map +1 -1
  59. package/esm/models/buydomainsop.js +2 -3
  60. package/esm/models/buydomainsop.js.map +1 -1
  61. package/esm/models/buysingledomainop.d.ts +1 -2
  62. package/esm/models/buysingledomainop.d.ts.map +1 -1
  63. package/esm/models/buysingledomainop.js +2 -3
  64. package/esm/models/buysingledomainop.js.map +1 -1
  65. package/esm/models/canceldeploymentop.d.ts +3 -0
  66. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  67. package/esm/models/canceldeploymentop.js +3 -0
  68. package/esm/models/canceldeploymentop.js.map +1 -1
  69. package/esm/models/createaccessgroupprojectop.d.ts +1 -0
  70. package/esm/models/createaccessgroupprojectop.d.ts.map +1 -1
  71. package/esm/models/createaccessgroupprojectop.js +1 -0
  72. package/esm/models/createaccessgroupprojectop.js.map +1 -1
  73. package/esm/models/createdeploymentop.d.ts +6 -0
  74. package/esm/models/createdeploymentop.d.ts.map +1 -1
  75. package/esm/models/createdeploymentop.js +6 -0
  76. package/esm/models/createdeploymentop.js.map +1 -1
  77. package/esm/models/createintegrationstoredirectop.d.ts +30 -0
  78. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  79. package/esm/models/createintegrationstoredirectop.js +21 -0
  80. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  81. package/esm/models/createprojectop.d.ts +8 -0
  82. package/esm/models/createprojectop.d.ts.map +1 -1
  83. package/esm/models/createprojectop.js +8 -0
  84. package/esm/models/createprojectop.js.map +1 -1
  85. package/esm/models/createwebhookop.d.ts +4 -0
  86. package/esm/models/createwebhookop.d.ts.map +1 -1
  87. package/esm/models/createwebhookop.js +4 -0
  88. package/esm/models/createwebhookop.js.map +1 -1
  89. package/esm/models/editredirectop.d.ts +2 -0
  90. package/esm/models/editredirectop.d.ts.map +1 -1
  91. package/esm/models/editredirectop.js +2 -0
  92. package/esm/models/editredirectop.js.map +1 -1
  93. package/esm/models/getalllogdrainsop.d.ts +3 -0
  94. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  95. package/esm/models/getalllogdrainsop.js +3 -0
  96. package/esm/models/getalllogdrainsop.js.map +1 -1
  97. package/esm/models/getconfigurablelogdrainop.d.ts +3 -0
  98. package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
  99. package/esm/models/getconfigurablelogdrainop.js +3 -0
  100. package/esm/models/getconfigurablelogdrainop.js.map +1 -1
  101. package/esm/models/getdeploymentop.d.ts +3 -0
  102. package/esm/models/getdeploymentop.d.ts.map +1 -1
  103. package/esm/models/getdeploymentop.js +3 -0
  104. package/esm/models/getdeploymentop.js.map +1 -1
  105. package/esm/models/getdeploymentsop.d.ts +3 -0
  106. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  107. package/esm/models/getdeploymentsop.js +3 -0
  108. package/esm/models/getdeploymentsop.js.map +1 -1
  109. package/esm/models/getprojectmembersop.d.ts +2 -0
  110. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  111. package/esm/models/getprojectmembersop.js +2 -0
  112. package/esm/models/getprojectmembersop.js.map +1 -1
  113. package/esm/models/getprojectsop.d.ts +11 -0
  114. package/esm/models/getprojectsop.d.ts.map +1 -1
  115. package/esm/models/getprojectsop.js +11 -0
  116. package/esm/models/getprojectsop.js.map +1 -1
  117. package/esm/models/getredirectsop.d.ts +2 -0
  118. package/esm/models/getredirectsop.d.ts.map +1 -1
  119. package/esm/models/getredirectsop.js +2 -0
  120. package/esm/models/getredirectsop.js.map +1 -1
  121. package/esm/models/getteammembersop.d.ts +2 -0
  122. package/esm/models/getteammembersop.d.ts.map +1 -1
  123. package/esm/models/getteammembersop.js +2 -0
  124. package/esm/models/getteammembersop.js.map +1 -1
  125. package/esm/models/getwebhookop.d.ts +2 -0
  126. package/esm/models/getwebhookop.d.ts.map +1 -1
  127. package/esm/models/getwebhookop.js +2 -0
  128. package/esm/models/getwebhookop.js.map +1 -1
  129. package/esm/models/getwebhooksop.d.ts +7 -0
  130. package/esm/models/getwebhooksop.d.ts.map +1 -1
  131. package/esm/models/getwebhooksop.js +7 -0
  132. package/esm/models/getwebhooksop.js.map +1 -1
  133. package/esm/models/gitnamespacesop.d.ts +5 -5
  134. package/esm/models/gitnamespacesop.d.ts.map +1 -1
  135. package/esm/models/gitnamespacesop.js +5 -6
  136. package/esm/models/gitnamespacesop.js.map +1 -1
  137. package/esm/models/inviteusertoteamop.d.ts +1 -0
  138. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  139. package/esm/models/inviteusertoteamop.js +1 -0
  140. package/esm/models/inviteusertoteamop.js.map +1 -1
  141. package/esm/models/listaccessgroupprojectsop.d.ts +1 -0
  142. package/esm/models/listaccessgroupprojectsop.d.ts.map +1 -1
  143. package/esm/models/listaccessgroupprojectsop.js +1 -0
  144. package/esm/models/listaccessgroupprojectsop.js.map +1 -1
  145. package/esm/models/patchurlprotectionbypassop.d.ts +11 -11
  146. package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
  147. package/esm/models/patchurlprotectionbypassop.js +12 -11
  148. package/esm/models/patchurlprotectionbypassop.js.map +1 -1
  149. package/esm/models/patchv1projectsprojectidrollbackdeploymentidupdatedescriptionop.d.ts +37 -0
  150. package/esm/models/patchv1projectsprojectidrollbackdeploymentidupdatedescriptionop.d.ts.map +1 -0
  151. package/esm/models/patchv1projectsprojectidrollbackdeploymentidupdatedescriptionop.js +52 -0
  152. package/esm/models/patchv1projectsprojectidrollbackdeploymentidupdatedescriptionop.js.map +1 -0
  153. package/esm/models/readaccessgroupprojectop.d.ts +1 -0
  154. package/esm/models/readaccessgroupprojectop.d.ts.map +1 -1
  155. package/esm/models/readaccessgroupprojectop.js +1 -0
  156. package/esm/models/readaccessgroupprojectop.js.map +1 -1
  157. package/esm/models/renewdomainop.d.ts +1 -2
  158. package/esm/models/renewdomainop.d.ts.map +1 -1
  159. package/esm/models/renewdomainop.js +2 -3
  160. package/esm/models/renewdomainop.js.map +1 -1
  161. package/esm/models/requestrollbackop.d.ts +37 -0
  162. package/esm/models/requestrollbackop.d.ts.map +1 -0
  163. package/esm/models/requestrollbackop.js +29 -0
  164. package/esm/models/requestrollbackop.js.map +1 -0
  165. package/esm/models/searchrepoop.d.ts +5 -5
  166. package/esm/models/searchrepoop.d.ts.map +1 -1
  167. package/esm/models/searchrepoop.js +5 -5
  168. package/esm/models/searchrepoop.js.map +1 -1
  169. package/esm/models/stageredirectsop.d.ts +2 -0
  170. package/esm/models/stageredirectsop.d.ts.map +1 -1
  171. package/esm/models/stageredirectsop.js +2 -0
  172. package/esm/models/stageredirectsop.js.map +1 -1
  173. package/esm/models/team.d.ts +40 -0
  174. package/esm/models/team.d.ts.map +1 -1
  175. package/esm/models/team.js +27 -0
  176. package/esm/models/team.js.map +1 -1
  177. package/esm/models/teamlimited.d.ts +40 -0
  178. package/esm/models/teamlimited.d.ts.map +1 -1
  179. package/esm/models/teamlimited.js +26 -0
  180. package/esm/models/teamlimited.js.map +1 -1
  181. package/esm/models/transferindomainop.d.ts +1 -2
  182. package/esm/models/transferindomainop.d.ts.map +1 -1
  183. package/esm/models/transferindomainop.js +2 -3
  184. package/esm/models/transferindomainop.js.map +1 -1
  185. package/esm/models/updateaccessgroupprojectop.d.ts +1 -0
  186. package/esm/models/updateaccessgroupprojectop.d.ts.map +1 -1
  187. package/esm/models/updateaccessgroupprojectop.js +1 -0
  188. package/esm/models/updateaccessgroupprojectop.js.map +1 -1
  189. package/esm/models/updateprojectop.d.ts +13 -0
  190. package/esm/models/updateprojectop.d.ts.map +1 -1
  191. package/esm/models/updateprojectop.js +10 -0
  192. package/esm/models/updateprojectop.js.map +1 -1
  193. package/esm/models/userevent.d.ts +2653 -1935
  194. package/esm/models/userevent.d.ts.map +1 -1
  195. package/esm/models/userevent.js +3539 -2807
  196. package/esm/models/userevent.js.map +1 -1
  197. package/esm/sdk/apibilling.d.ts +18 -0
  198. package/esm/sdk/apibilling.d.ts.map +1 -0
  199. package/esm/sdk/apibilling.js +28 -0
  200. package/esm/sdk/apibilling.js.map +1 -0
  201. package/esm/sdk/projects.d.ts +8 -0
  202. package/esm/sdk/projects.d.ts.map +1 -1
  203. package/esm/sdk/projects.js +10 -0
  204. package/esm/sdk/projects.js.map +1 -1
  205. package/esm/sdk/rollingrelease.d.ts +1 -1
  206. package/esm/sdk/rollingrelease.js +1 -1
  207. package/esm/sdk/sdk.d.ts +12 -1
  208. package/esm/sdk/sdk.d.ts.map +1 -1
  209. package/esm/sdk/sdk.js +15 -0
  210. package/esm/sdk/sdk.js.map +1 -1
  211. package/examples/package-lock.json +1 -1
  212. package/jsr.json +1 -1
  213. package/package.json +1 -1
  214. package/src/__tests__/accessgroups.test.ts +6 -2
  215. package/src/__tests__/domains.test.ts +9 -6
  216. package/src/__tests__/edgeconfig.test.ts +6 -6
  217. package/src/__tests__/projects.test.ts +7 -53
  218. package/src/funcs/apiBillingGetV1BillingCharges.ts +136 -0
  219. package/src/funcs/apiBillingGetV1BillingContractCommitments.ts +136 -0
  220. package/src/funcs/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.ts +174 -0
  221. package/src/funcs/projectsRequestRollback.ts +183 -0
  222. package/src/funcs/rollingReleaseUpdateRollingReleaseConfig.ts +1 -1
  223. package/src/lib/config.ts +3 -3
  224. package/src/mcp-server/mcp-server.ts +1 -1
  225. package/src/mcp-server/server.ts +9 -1
  226. package/src/mcp-server/tools/apiBillingGetV1BillingCharges.ts +28 -0
  227. package/src/mcp-server/tools/apiBillingGetV1BillingContractCommitments.ts +28 -0
  228. package/src/mcp-server/tools/patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription.ts +41 -0
  229. package/src/mcp-server/tools/projectsRequestRollback.ts +35 -0
  230. package/src/mcp-server/tools/rollingReleaseUpdateRollingReleaseConfig.ts +1 -1
  231. package/src/models/addprojectmemberop.ts +3 -3
  232. package/src/models/buydomainsop.ts +3 -8
  233. package/src/models/buysingledomainop.ts +3 -8
  234. package/src/models/canceldeploymentop.ts +3 -0
  235. package/src/models/createaccessgroupprojectop.ts +1 -0
  236. package/src/models/createdeploymentop.ts +6 -0
  237. package/src/models/createintegrationstoredirectop.ts +45 -0
  238. package/src/models/createprojectop.ts +10 -0
  239. package/src/models/createwebhookop.ts +4 -0
  240. package/src/models/editredirectop.ts +4 -0
  241. package/src/models/getalllogdrainsop.ts +3 -0
  242. package/src/models/getconfigurablelogdrainop.ts +3 -0
  243. package/src/models/getdeploymentop.ts +3 -0
  244. package/src/models/getdeploymentsop.ts +3 -0
  245. package/src/models/getprojectmembersop.ts +2 -0
  246. package/src/models/getprojectsop.ts +13 -0
  247. package/src/models/getredirectsop.ts +4 -0
  248. package/src/models/getteammembersop.ts +2 -0
  249. package/src/models/getwebhookop.ts +2 -0
  250. package/src/models/getwebhooksop.ts +7 -0
  251. package/src/models/gitnamespacesop.ts +11 -9
  252. package/src/models/inviteusertoteamop.ts +1 -0
  253. package/src/models/listaccessgroupprojectsop.ts +1 -0
  254. package/src/models/patchurlprotectionbypassop.ts +36 -27
  255. package/src/models/patchv1projectsprojectidrollbackdeploymentidupdatedescriptionop.ts +151 -0
  256. package/src/models/readaccessgroupprojectop.ts +1 -0
  257. package/src/models/renewdomainop.ts +3 -8
  258. package/src/models/requestrollbackop.ts +80 -0
  259. package/src/models/searchrepoop.ts +13 -11
  260. package/src/models/stageredirectsop.ts +4 -0
  261. package/src/models/team.ts +54 -0
  262. package/src/models/teamlimited.ts +58 -0
  263. package/src/models/transferindomainop.ts +3 -8
  264. package/src/models/updateaccessgroupprojectop.ts +1 -0
  265. package/src/models/updateprojectop.ts +17 -0
  266. package/src/models/userevent.ts +11587 -9616
  267. package/src/sdk/apibilling.ts +40 -0
  268. package/src/sdk/projects.ts +19 -0
  269. package/src/sdk/rollingrelease.ts +1 -1
  270. package/src/sdk/sdk.ts +30 -1
  271. package/vercel-spec.json +1031 -308
  272. package/esm/models/countrycode.d.ts +0 -266
  273. package/esm/models/countrycode.d.ts.map +0 -1
  274. package/esm/models/countrycode.js +0 -265
  275. package/esm/models/countrycode.js.map +0 -1
  276. package/src/models/countrycode.ts +0 -273
package/vercel-spec.json CHANGED
@@ -351,15 +351,15 @@
351
351
  },
352
352
  "role": {
353
353
  "type": "string",
354
+ "example": "ADMIN",
355
+ "description": "The project role that will be added to this Access Group. \\\"null\\\" will remove this project level role.",
356
+ "nullable": true,
354
357
  "enum": [
355
358
  "ADMIN",
356
359
  "PROJECT_VIEWER",
357
360
  "PROJECT_DEVELOPER",
358
361
  null
359
- ],
360
- "example": "ADMIN",
361
- "description": "The project role that will be added to this Access Group. \\\"null\\\" will remove this project level role.",
362
- "nullable": true
362
+ ]
363
363
  }
364
364
  }
365
365
  }
@@ -1021,14 +1021,15 @@
1021
1021
  },
1022
1022
  "role": {
1023
1023
  "type": "string",
1024
+ "example": "ADMIN",
1025
+ "description": "The project role that will be added to this Access Group. \\\"null\\\" will remove this project level role.",
1026
+ "nullable": true,
1024
1027
  "enum": [
1025
1028
  "ADMIN",
1026
1029
  "PROJECT_VIEWER",
1027
- "PROJECT_DEVELOPER"
1028
- ],
1029
- "example": "ADMIN",
1030
- "description": "The project role that will be added to this Access Group. \\\"null\\\" will remove this project level role.",
1031
- "nullable": true
1030
+ "PROJECT_DEVELOPER",
1031
+ null
1032
+ ]
1032
1033
  }
1033
1034
  }
1034
1035
  }
@@ -1083,7 +1084,8 @@
1083
1084
  "enum": [
1084
1085
  "ADMIN",
1085
1086
  "PROJECT_DEVELOPER",
1086
- "PROJECT_VIEWER"
1087
+ "PROJECT_VIEWER",
1088
+ "PROJECT_GUEST"
1087
1089
  ]
1088
1090
  },
1089
1091
  "createdAt": {
@@ -1245,7 +1247,8 @@
1245
1247
  "enum": [
1246
1248
  "ADMIN",
1247
1249
  "PROJECT_DEVELOPER",
1248
- "PROJECT_VIEWER"
1250
+ "PROJECT_VIEWER",
1251
+ "PROJECT_GUEST"
1249
1252
  ]
1250
1253
  },
1251
1254
  "createdAt": {
@@ -1325,13 +1328,13 @@
1325
1328
  },
1326
1329
  "role": {
1327
1330
  "type": "string",
1331
+ "example": "ADMIN",
1332
+ "description": "The project role that will be added to this Access Group.",
1328
1333
  "enum": [
1329
1334
  "ADMIN",
1330
1335
  "PROJECT_VIEWER",
1331
1336
  "PROJECT_DEVELOPER"
1332
- ],
1333
- "example": "ADMIN",
1334
- "description": "The project role that will be added to this Access Group."
1337
+ ]
1335
1338
  }
1336
1339
  }
1337
1340
  }
@@ -1375,7 +1378,8 @@
1375
1378
  "enum": [
1376
1379
  "ADMIN",
1377
1380
  "PROJECT_DEVELOPER",
1378
- "PROJECT_VIEWER"
1381
+ "PROJECT_VIEWER",
1382
+ "PROJECT_GUEST"
1379
1383
  ]
1380
1384
  },
1381
1385
  "createdAt": {
@@ -1489,7 +1493,8 @@
1489
1493
  "enum": [
1490
1494
  "ADMIN",
1491
1495
  "PROJECT_DEVELOPER",
1492
- "PROJECT_VIEWER"
1496
+ "PROJECT_VIEWER",
1497
+ "PROJECT_GUEST"
1493
1498
  ]
1494
1499
  },
1495
1500
  "createdAt": {
@@ -1581,13 +1586,14 @@
1581
1586
  "properties": {
1582
1587
  "role": {
1583
1588
  "type": "string",
1589
+ "example": "ADMIN",
1590
+ "description": "The project role that will be added to this Access Group.",
1584
1591
  "enum": [
1585
1592
  "ADMIN",
1586
1593
  "PROJECT_VIEWER",
1587
- "PROJECT_DEVELOPER"
1588
- ],
1589
- "example": "ADMIN",
1590
- "description": "The project role that will be added to this Access Group."
1594
+ "PROJECT_DEVELOPER",
1595
+ null
1596
+ ]
1591
1597
  }
1592
1598
  }
1593
1599
  }
@@ -2313,6 +2319,62 @@
2313
2319
  }
2314
2320
  }
2315
2321
  },
2322
+ "/v1/billing/charges": {
2323
+ "get": {
2324
+ "description": "Returns usage charges in FOCUS v1.3 JSONL format",
2325
+ "security": [],
2326
+ "summary": "Get FOCUS v1.3 compliant usage cost metrics",
2327
+ "tags": [
2328
+ "api-billing"
2329
+ ],
2330
+ "responses": {
2331
+ "400": {
2332
+ "description": ""
2333
+ },
2334
+ "401": {
2335
+ "description": "The request is not authorized."
2336
+ },
2337
+ "403": {
2338
+ "description": "You do not have permission to access this resource."
2339
+ },
2340
+ "404": {
2341
+ "description": ""
2342
+ },
2343
+ "500": {
2344
+ "description": ""
2345
+ },
2346
+ "503": {
2347
+ "description": ""
2348
+ }
2349
+ },
2350
+ "parameters": []
2351
+ }
2352
+ },
2353
+ "/v1/billing/contract-commitments": {
2354
+ "get": {
2355
+ "description": "Returns contract commitment terms in FOCUS v1.3 JSONL format",
2356
+ "security": [],
2357
+ "summary": "Get FOCUS v1.3 compliant contract commitments",
2358
+ "tags": [
2359
+ "api-billing"
2360
+ ],
2361
+ "responses": {
2362
+ "400": {
2363
+ "description": ""
2364
+ },
2365
+ "401": {
2366
+ "description": "The request is not authorized."
2367
+ },
2368
+ "403": {
2369
+ "description": "You do not have permission to access this resource."
2370
+ },
2371
+ "404": {
2372
+ "description": ""
2373
+ }
2374
+ },
2375
+ "parameters": []
2376
+ }
2377
+ },
2316
2378
  "/v1/bulk-redirects": {
2317
2379
  "put": {
2318
2380
  "description": "Stages new redirects for a project and returns the new version.",
@@ -2492,6 +2554,9 @@
2492
2554
  },
2493
2555
  "query": {
2494
2556
  "type": "boolean"
2557
+ },
2558
+ "preserveQueryParams": {
2559
+ "type": "boolean"
2495
2560
  }
2496
2561
  }
2497
2562
  }
@@ -2561,6 +2626,13 @@
2561
2626
  true
2562
2627
  ]
2563
2628
  },
2629
+ "preserveQueryParams": {
2630
+ "type": "boolean",
2631
+ "enum": [
2632
+ false,
2633
+ true
2634
+ ]
2635
+ },
2564
2636
  "source": {
2565
2637
  "type": "string"
2566
2638
  },
@@ -3166,6 +3238,9 @@
3166
3238
  },
3167
3239
  "query": {
3168
3240
  "type": "boolean"
3241
+ },
3242
+ "preserveQueryParams": {
3243
+ "type": "boolean"
3169
3244
  }
3170
3245
  },
3171
3246
  "required": [
@@ -6588,6 +6663,9 @@
6588
6663
  "fastify",
6589
6664
  "xmcp",
6590
6665
  "python",
6666
+ "ruby",
6667
+ "rust",
6668
+ "node",
6591
6669
  "services"
6592
6670
  ]
6593
6671
  },
@@ -10750,6 +10828,9 @@
10750
10828
  "fastify",
10751
10829
  "xmcp",
10752
10830
  "python",
10831
+ "ruby",
10832
+ "rust",
10833
+ "node",
10753
10834
  "services"
10754
10835
  ]
10755
10836
  },
@@ -13970,6 +14051,9 @@
13970
14051
  "fastify",
13971
14052
  "xmcp",
13972
14053
  "python",
14054
+ "ruby",
14055
+ "rust",
14056
+ "node",
13973
14057
  "services"
13974
14058
  ],
13975
14059
  "nullable": true
@@ -14241,6 +14325,9 @@
14241
14325
  "fastify",
14242
14326
  "xmcp",
14243
14327
  "python",
14328
+ "ruby",
14329
+ "rust",
14330
+ "node",
14244
14331
  "services"
14245
14332
  ]
14246
14333
  },
@@ -22716,6 +22803,9 @@
22716
22803
  "fastify",
22717
22804
  "xmcp",
22718
22805
  "python",
22806
+ "ruby",
22807
+ "rust",
22808
+ "node",
22719
22809
  "services"
22720
22810
  ]
22721
22811
  },
@@ -22955,6 +23045,9 @@
22955
23045
  "fastify",
22956
23046
  "xmcp",
22957
23047
  "python",
23048
+ "ruby",
23049
+ "rust",
23050
+ "node",
22958
23051
  "services"
22959
23052
  ]
22960
23053
  },
@@ -42188,7 +42281,8 @@
42188
42281
  "enum": [
42189
42282
  "ADMIN",
42190
42283
  "PROJECT_DEVELOPER",
42191
- "PROJECT_VIEWER"
42284
+ "PROJECT_VIEWER",
42285
+ "PROJECT_GUEST"
42192
42286
  ],
42193
42287
  "description": "Role of this user in the project.",
42194
42288
  "example": "ADMIN"
@@ -42198,7 +42292,8 @@
42198
42292
  "enum": [
42199
42293
  "ADMIN",
42200
42294
  "PROJECT_DEVELOPER",
42201
- "PROJECT_VIEWER"
42295
+ "PROJECT_VIEWER",
42296
+ "PROJECT_GUEST"
42202
42297
  ],
42203
42298
  "description": "Role of this user in the project.",
42204
42299
  "example": "ADMIN"
@@ -42511,13 +42606,13 @@
42511
42606
  },
42512
42607
  "role": {
42513
42608
  "type": "string",
42609
+ "example": "ADMIN",
42610
+ "description": "The project role of the member that will be added.",
42514
42611
  "enum": [
42515
42612
  "ADMIN",
42516
- "PROJECT_DEVELOPER",
42517
- "PROJECT_VIEWER"
42518
- ],
42519
- "example": "ADMIN",
42520
- "description": "The project role of the member that will be added."
42613
+ "PROJECT_VIEWER",
42614
+ "PROJECT_DEVELOPER"
42615
+ ]
42521
42616
  }
42522
42617
  }
42523
42618
  }
@@ -43484,6 +43579,9 @@
43484
43579
  "fastify",
43485
43580
  "xmcp",
43486
43581
  "python",
43582
+ "ruby",
43583
+ "rust",
43584
+ "node",
43487
43585
  "services"
43488
43586
  ]
43489
43587
  },
@@ -46590,6 +46688,9 @@
46590
46688
  "fastify",
46591
46689
  "xmcp",
46592
46690
  "python",
46691
+ "ruby",
46692
+ "rust",
46693
+ "node",
46593
46694
  "services"
46594
46695
  ]
46595
46696
  },
@@ -49858,6 +49959,9 @@
49858
49959
  "fastify",
49859
49960
  "xmcp",
49860
49961
  "python",
49962
+ "ruby",
49963
+ "rust",
49964
+ "node",
49861
49965
  "services"
49862
49966
  ]
49863
49967
  },
@@ -53772,6 +53876,13 @@
53772
53876
  "type": "object"
53773
53877
  },
53774
53878
  "type": "array"
53879
+ },
53880
+ "protectedSourcemaps": {
53881
+ "type": "boolean",
53882
+ "enum": [
53883
+ false,
53884
+ true
53885
+ ]
53775
53886
  }
53776
53887
  },
53777
53888
  "required": [
@@ -55009,6 +55120,9 @@
55009
55120
  "fastify",
55010
55121
  "xmcp",
55011
55122
  "python",
55123
+ "ruby",
55124
+ "rust",
55125
+ "node",
55012
55126
  "services"
55013
55127
  ]
55014
55128
  },
@@ -58923,6 +59037,13 @@
58923
59037
  "type": "object"
58924
59038
  },
58925
59039
  "type": "array"
59040
+ },
59041
+ "protectedSourcemaps": {
59042
+ "type": "boolean",
59043
+ "enum": [
59044
+ false,
59045
+ true
59046
+ ]
58926
59047
  }
58927
59048
  },
58928
59049
  "required": [
@@ -59154,6 +59275,9 @@
59154
59275
  "fastify",
59155
59276
  "xmcp",
59156
59277
  "python",
59278
+ "ruby",
59279
+ "rust",
59280
+ "node",
59157
59281
  "services"
59158
59282
  ]
59159
59283
  },
@@ -60373,6 +60497,9 @@
60373
60497
  "fastify",
60374
60498
  "xmcp",
60375
60499
  "python",
60500
+ "ruby",
60501
+ "rust",
60502
+ "node",
60376
60503
  "services"
60377
60504
  ]
60378
60505
  },
@@ -64287,6 +64414,13 @@
64287
64414
  "type": "object"
64288
64415
  },
64289
64416
  "type": "array"
64417
+ },
64418
+ "protectedSourcemaps": {
64419
+ "type": "boolean",
64420
+ "enum": [
64421
+ false,
64422
+ true
64423
+ ]
64290
64424
  }
64291
64425
  },
64292
64426
  "required": [
@@ -65335,6 +65469,9 @@
65335
65469
  "fastify",
65336
65470
  "xmcp",
65337
65471
  "python",
65472
+ "ruby",
65473
+ "rust",
65474
+ "node",
65338
65475
  "services"
65339
65476
  ]
65340
65477
  },
@@ -69249,6 +69386,13 @@
69249
69386
  "type": "object"
69250
69387
  },
69251
69388
  "type": "array"
69389
+ },
69390
+ "protectedSourcemaps": {
69391
+ "type": "boolean",
69392
+ "enum": [
69393
+ false,
69394
+ true
69395
+ ]
69252
69396
  }
69253
69397
  },
69254
69398
  "required": [
@@ -69420,6 +69564,9 @@
69420
69564
  "fastify",
69421
69565
  "xmcp",
69422
69566
  "python",
69567
+ "ruby",
69568
+ "rust",
69569
+ "node",
69423
69570
  "services"
69424
69571
  ],
69425
69572
  "type": "string",
@@ -69433,6 +69580,10 @@
69433
69580
  "description": "Specifies whether Git LFS is enabled for this project.",
69434
69581
  "type": "boolean"
69435
69582
  },
69583
+ "protectedSourcemaps": {
69584
+ "description": "Specifies whether sourcemaps are protected and require authentication to access.",
69585
+ "type": "boolean"
69586
+ },
69436
69587
  "installCommand": {
69437
69588
  "description": "The install command for this project. When `null` is used this value will be automatically detected",
69438
69589
  "maxLength": 256,
@@ -78854,7 +79005,7 @@
78854
79005
  ]
78855
79006
  },
78856
79007
  "patch": {
78857
- "description": "Update (or disable) Rolling Releases for a project. Changing the config never alters a rollout that's already in-flight. It only affects the next production deployment. This also applies to disabling Rolling Releases. If you want to also stop the current rollout, call this endpoint to disable the feature, and then call either the /complete or /abort endpoint. Note: Enabling Rolling Releases automatically enables skew protection on the project with the default value if it wasn't configured already.",
79008
+ "description": "Update (or disable) Rolling Releases for a project. When disabling with the resolve-on-disable feature flag enabled, any active rolling release document is resolved using the disableRolloutAction parameter: \"abort\" to roll back (default), or \"complete\" to promote the canary to production. When enabling or updating config, changes only affect the next production deployment and do not alter a rollout that's already in-flight. Note: Enabling Rolling Releases automatically enables skew protection on the project with the default value if it wasn't configured already.",
78858
79009
  "operationId": "updateRollingReleaseConfig",
78859
79010
  "security": [
78860
79011
  {
@@ -81189,6 +81340,153 @@
81189
81340
  }
81190
81341
  }
81191
81342
  },
81343
+ "/v1/projects/{projectId}/rollback/{deploymentId}": {
81344
+ "post": {
81345
+ "description": "Allows users to rollback to a deployment.",
81346
+ "operationId": "requestRollback",
81347
+ "security": [
81348
+ {
81349
+ "bearerToken": []
81350
+ }
81351
+ ],
81352
+ "summary": "Points all production domains for a project to the given deploy",
81353
+ "tags": [
81354
+ "projects"
81355
+ ],
81356
+ "responses": {
81357
+ "201": {
81358
+ "description": ""
81359
+ },
81360
+ "400": {
81361
+ "description": "One of the provided values in the request query is invalid."
81362
+ },
81363
+ "401": {
81364
+ "description": "The request is not authorized."
81365
+ },
81366
+ "402": {
81367
+ "description": ""
81368
+ },
81369
+ "403": {
81370
+ "description": "You do not have permission to access this resource."
81371
+ },
81372
+ "409": {
81373
+ "description": ""
81374
+ },
81375
+ "422": {
81376
+ "description": ""
81377
+ }
81378
+ },
81379
+ "parameters": [
81380
+ {
81381
+ "name": "projectId",
81382
+ "in": "path",
81383
+ "required": true,
81384
+ "schema": {
81385
+ "type": "string"
81386
+ }
81387
+ },
81388
+ {
81389
+ "name": "deploymentId",
81390
+ "description": "The ID of the deployment to rollback *to*",
81391
+ "in": "path",
81392
+ "required": true,
81393
+ "schema": {
81394
+ "type": "string",
81395
+ "description": "The ID of the deployment to rollback *to*"
81396
+ }
81397
+ },
81398
+ {
81399
+ "name": "description",
81400
+ "description": "The reason for the rollback",
81401
+ "in": "query",
81402
+ "required": false,
81403
+ "schema": {
81404
+ "type": "string",
81405
+ "description": "The reason for the rollback"
81406
+ }
81407
+ },
81408
+ {
81409
+ "description": "The Team identifier to perform the request on behalf of.",
81410
+ "in": "query",
81411
+ "name": "teamId",
81412
+ "schema": {
81413
+ "type": "string",
81414
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
81415
+ }
81416
+ },
81417
+ {
81418
+ "description": "The Team slug to perform the request on behalf of.",
81419
+ "in": "query",
81420
+ "name": "slug",
81421
+ "schema": {
81422
+ "type": "string",
81423
+ "example": "my-team-url-slug"
81424
+ }
81425
+ }
81426
+ ]
81427
+ }
81428
+ },
81429
+ "/v1/projects/{projectId}/rollback/{deploymentId}/update-description": {
81430
+ "patch": {
81431
+ "description": "Updates the reason for a rollback, without changing the rollback status itself.",
81432
+ "security": [],
81433
+ "summary": "Updates the description for a rollback",
81434
+ "tags": [],
81435
+ "responses": {
81436
+ "200": {
81437
+ "description": ""
81438
+ },
81439
+ "400": {
81440
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid."
81441
+ },
81442
+ "401": {
81443
+ "description": "The request is not authorized."
81444
+ },
81445
+ "403": {
81446
+ "description": "You do not have permission to access this resource."
81447
+ },
81448
+ "409": {
81449
+ "description": ""
81450
+ },
81451
+ "422": {
81452
+ "description": ""
81453
+ }
81454
+ },
81455
+ "parameters": [
81456
+ {
81457
+ "name": "projectId",
81458
+ "in": "path",
81459
+ "required": true,
81460
+ "schema": {
81461
+ "type": "string"
81462
+ }
81463
+ },
81464
+ {
81465
+ "name": "deploymentId",
81466
+ "in": "path",
81467
+ "required": true,
81468
+ "schema": {
81469
+ "type": "string"
81470
+ }
81471
+ }
81472
+ ],
81473
+ "requestBody": {
81474
+ "content": {
81475
+ "application/json": {
81476
+ "schema": {
81477
+ "type": "object",
81478
+ "properties": {
81479
+ "description": {
81480
+ "type": "string",
81481
+ "description": "The reason for the rollback"
81482
+ }
81483
+ }
81484
+ }
81485
+ }
81486
+ }
81487
+ }
81488
+ }
81489
+ },
81192
81490
  "/v10/projects/{projectId}/promote/{deploymentId}": {
81193
81491
  "post": {
81194
81492
  "description": "Allows users to promote a deployment to production. Note: This does NOT rebuild the deployment. If you need that, then call create-deployments endpoint.",
@@ -86314,6 +86612,9 @@
86314
86612
  "fastify",
86315
86613
  "xmcp",
86316
86614
  "python",
86615
+ "ruby",
86616
+ "rust",
86617
+ "node",
86317
86618
  "services"
86318
86619
  ]
86319
86620
  },
@@ -88992,6 +89293,7 @@
88992
89293
  "libsql",
88993
89294
  "sqlite",
88994
89295
  "rds",
89296
+ "drains",
88995
89297
  "tag_agents",
88996
89298
  "tag_ai",
88997
89299
  "tag_analytics",
@@ -89441,6 +89743,23 @@
89441
89743
  "secretRotationCompletedAt": {
89442
89744
  "type": "number",
89443
89745
  "description": "The timestamp when secret rotation was completed."
89746
+ },
89747
+ "parentId": {
89748
+ "type": "string",
89749
+ "description": "The ID of the parent resource. Used to establish a parent-child relationship between resources, such as sandbox resources linking to their owner account resource."
89750
+ },
89751
+ "targets": {
89752
+ "items": {
89753
+ "type": "string",
89754
+ "enum": [
89755
+ "production",
89756
+ "preview",
89757
+ "development"
89758
+ ],
89759
+ "description": "The deployment targets that this resource is available for."
89760
+ },
89761
+ "type": "array",
89762
+ "description": "The deployment targets that this resource is available for."
89444
89763
  }
89445
89764
  },
89446
89765
  "required": [
@@ -89821,7 +90140,8 @@
89821
90140
  "enum": [
89822
90141
  "ADMIN",
89823
90142
  "PROJECT_DEVELOPER",
89824
- "PROJECT_VIEWER"
90143
+ "PROJECT_VIEWER",
90144
+ "PROJECT_GUEST"
89825
90145
  ]
89826
90146
  }
89827
90147
  },
@@ -89931,7 +90251,8 @@
89931
90251
  "enum": [
89932
90252
  "ADMIN",
89933
90253
  "PROJECT_DEVELOPER",
89934
- "PROJECT_VIEWER"
90254
+ "PROJECT_VIEWER",
90255
+ "PROJECT_GUEST"
89935
90256
  ]
89936
90257
  },
89937
90258
  "type": "object"
@@ -90191,7 +90512,8 @@
90191
90512
  "enum": [
90192
90513
  "ADMIN",
90193
90514
  "PROJECT_VIEWER",
90194
- "PROJECT_DEVELOPER"
90515
+ "PROJECT_DEVELOPER",
90516
+ "PROJECT_GUEST"
90195
90517
  ],
90196
90518
  "example": "ADMIN",
90197
90519
  "description": "Sets the project roles for the invited user"
@@ -90851,15 +91173,15 @@
90851
91173
  },
90852
91174
  "role": {
90853
91175
  "type": "string",
91176
+ "example": "ADMIN",
91177
+ "description": "The project role of the member that will be added. \\\"null\\\" will remove this project level role.",
91178
+ "nullable": true,
90854
91179
  "enum": [
90855
91180
  "ADMIN",
90856
91181
  "PROJECT_VIEWER",
90857
91182
  "PROJECT_DEVELOPER",
90858
91183
  null
90859
- ],
90860
- "example": "ADMIN",
90861
- "description": "The project role of the member that will be added. \\\"null\\\" will remove this project level role.",
90862
- "nullable": true
91184
+ ]
90863
91185
  }
90864
91186
  }
90865
91187
  }
@@ -92574,6 +92896,8 @@
92574
92896
  "marketplace.invoice.paid",
92575
92897
  "marketplace.invoice.notpaid",
92576
92898
  "marketplace.invoice.refunded",
92899
+ "ai-gateway.balance-depleted",
92900
+ "ai-gateway.auto-reload.limit-reached",
92577
92901
  "observability.anomaly",
92578
92902
  "observability.anomaly-error",
92579
92903
  "observability.usage-anomaly",
@@ -92835,6 +93159,8 @@
92835
93159
  "marketplace.invoice.paid",
92836
93160
  "marketplace.invoice.notpaid",
92837
93161
  "marketplace.invoice.refunded",
93162
+ "ai-gateway.balance-depleted",
93163
+ "ai-gateway.auto-reload.limit-reached",
92838
93164
  "observability.anomaly",
92839
93165
  "observability.anomaly-error",
92840
93166
  "observability.usage-anomaly",
@@ -93027,6 +93353,9 @@
93027
93353
  "fastify",
93028
93354
  "xmcp",
93029
93355
  "python",
93356
+ "ruby",
93357
+ "rust",
93358
+ "node",
93030
93359
  "services"
93031
93360
  ]
93032
93361
  },
@@ -93119,6 +93448,8 @@
93119
93448
  "marketplace.invoice.paid",
93120
93449
  "marketplace.invoice.notpaid",
93121
93450
  "marketplace.invoice.refunded",
93451
+ "ai-gateway.balance-depleted",
93452
+ "ai-gateway.auto-reload.limit-reached",
93122
93453
  "observability.anomaly",
93123
93454
  "observability.anomaly-error",
93124
93455
  "observability.usage-anomaly",
@@ -93334,6 +93665,8 @@
93334
93665
  "marketplace.invoice.paid",
93335
93666
  "marketplace.invoice.notpaid",
93336
93667
  "marketplace.invoice.refunded",
93668
+ "ai-gateway.balance-depleted",
93669
+ "ai-gateway.auto-reload.limit-reached",
93337
93670
  "observability.anomaly",
93338
93671
  "observability.anomaly-error",
93339
93672
  "observability.usage-anomaly",
@@ -93610,6 +93943,8 @@
93610
93943
  "marketplace.invoice.paid",
93611
93944
  "marketplace.invoice.notpaid",
93612
93945
  "marketplace.invoice.refunded",
93946
+ "ai-gateway.balance-depleted",
93947
+ "ai-gateway.auto-reload.limit-reached",
93613
93948
  "observability.anomaly",
93614
93949
  "observability.anomaly-error",
93615
93950
  "observability.usage-anomaly",
@@ -96403,6 +96738,9 @@
96403
96738
  "fastify",
96404
96739
  "xmcp",
96405
96740
  "python",
96741
+ "ruby",
96742
+ "rust",
96743
+ "node",
96406
96744
  "services"
96407
96745
  ]
96408
96746
  },
@@ -97563,258 +97901,6 @@
97563
97901
  },
97564
97902
  "CountryCode": {
97565
97903
  "type": "string",
97566
- "enum": [
97567
- "AD",
97568
- "AE",
97569
- "AF",
97570
- "AG",
97571
- "AI",
97572
- "AL",
97573
- "AM",
97574
- "AO",
97575
- "AQ",
97576
- "AR",
97577
- "AS",
97578
- "AT",
97579
- "AU",
97580
- "AW",
97581
- "AX",
97582
- "AZ",
97583
- "BA",
97584
- "BB",
97585
- "BD",
97586
- "BE",
97587
- "BF",
97588
- "BG",
97589
- "BH",
97590
- "BI",
97591
- "BJ",
97592
- "BL",
97593
- "BM",
97594
- "BN",
97595
- "BO",
97596
- "BQ",
97597
- "BR",
97598
- "BS",
97599
- "BT",
97600
- "BV",
97601
- "BW",
97602
- "BY",
97603
- "BZ",
97604
- "CA",
97605
- "CC",
97606
- "CD",
97607
- "CF",
97608
- "CG",
97609
- "CH",
97610
- "CI",
97611
- "CK",
97612
- "CL",
97613
- "CM",
97614
- "CN",
97615
- "CO",
97616
- "CR",
97617
- "CU",
97618
- "CV",
97619
- "CW",
97620
- "CX",
97621
- "CY",
97622
- "CZ",
97623
- "DE",
97624
- "DJ",
97625
- "DK",
97626
- "DM",
97627
- "DO",
97628
- "DZ",
97629
- "EC",
97630
- "EE",
97631
- "EG",
97632
- "EH",
97633
- "ER",
97634
- "ES",
97635
- "ET",
97636
- "FI",
97637
- "FJ",
97638
- "FK",
97639
- "FM",
97640
- "FO",
97641
- "FR",
97642
- "GA",
97643
- "GB",
97644
- "GD",
97645
- "GE",
97646
- "GF",
97647
- "GG",
97648
- "GH",
97649
- "GI",
97650
- "GL",
97651
- "GM",
97652
- "GN",
97653
- "GP",
97654
- "GQ",
97655
- "GR",
97656
- "GS",
97657
- "GT",
97658
- "GU",
97659
- "GW",
97660
- "GY",
97661
- "HK",
97662
- "HM",
97663
- "HN",
97664
- "HR",
97665
- "HT",
97666
- "HU",
97667
- "ID",
97668
- "IE",
97669
- "IL",
97670
- "IM",
97671
- "IN",
97672
- "IO",
97673
- "IQ",
97674
- "IR",
97675
- "IS",
97676
- "IT",
97677
- "JE",
97678
- "JM",
97679
- "JO",
97680
- "JP",
97681
- "KE",
97682
- "KG",
97683
- "KH",
97684
- "KI",
97685
- "KM",
97686
- "KN",
97687
- "KP",
97688
- "KR",
97689
- "KW",
97690
- "KY",
97691
- "KZ",
97692
- "LA",
97693
- "LB",
97694
- "LC",
97695
- "LI",
97696
- "LK",
97697
- "LR",
97698
- "LS",
97699
- "LT",
97700
- "LU",
97701
- "LV",
97702
- "LY",
97703
- "MA",
97704
- "MC",
97705
- "MD",
97706
- "ME",
97707
- "MF",
97708
- "MG",
97709
- "MH",
97710
- "MK",
97711
- "ML",
97712
- "MM",
97713
- "MN",
97714
- "MO",
97715
- "MP",
97716
- "MQ",
97717
- "MR",
97718
- "MS",
97719
- "MT",
97720
- "MU",
97721
- "MV",
97722
- "MW",
97723
- "MX",
97724
- "MY",
97725
- "MZ",
97726
- "NA",
97727
- "NC",
97728
- "NE",
97729
- "NF",
97730
- "NG",
97731
- "NI",
97732
- "NL",
97733
- "NO",
97734
- "NP",
97735
- "NR",
97736
- "NU",
97737
- "NZ",
97738
- "OM",
97739
- "PA",
97740
- "PE",
97741
- "PF",
97742
- "PG",
97743
- "PH",
97744
- "PK",
97745
- "PL",
97746
- "PM",
97747
- "PN",
97748
- "PR",
97749
- "PS",
97750
- "PT",
97751
- "PW",
97752
- "PY",
97753
- "QA",
97754
- "RE",
97755
- "RO",
97756
- "RS",
97757
- "RU",
97758
- "RW",
97759
- "SA",
97760
- "SB",
97761
- "SC",
97762
- "SD",
97763
- "SE",
97764
- "SG",
97765
- "SH",
97766
- "SI",
97767
- "SJ",
97768
- "SK",
97769
- "SL",
97770
- "SM",
97771
- "SN",
97772
- "SO",
97773
- "SR",
97774
- "SS",
97775
- "ST",
97776
- "SV",
97777
- "SX",
97778
- "SY",
97779
- "SZ",
97780
- "TC",
97781
- "TD",
97782
- "TF",
97783
- "TG",
97784
- "TH",
97785
- "TJ",
97786
- "TK",
97787
- "TL",
97788
- "TM",
97789
- "TN",
97790
- "TO",
97791
- "TR",
97792
- "TT",
97793
- "TV",
97794
- "TW",
97795
- "TZ",
97796
- "UA",
97797
- "UG",
97798
- "UM",
97799
- "US",
97800
- "UY",
97801
- "UZ",
97802
- "VA",
97803
- "VC",
97804
- "VE",
97805
- "VG",
97806
- "VI",
97807
- "VN",
97808
- "VU",
97809
- "WF",
97810
- "WS",
97811
- "XK",
97812
- "YE",
97813
- "YT",
97814
- "ZA",
97815
- "ZM",
97816
- "ZW"
97817
- ],
97818
97904
  "description": "A valid ISO 3166-1 alpha-2 country code"
97819
97905
  },
97820
97906
  "OrderId": {
@@ -98945,7 +99031,8 @@
98945
99031
  "enum": [
98946
99032
  "ADMIN",
98947
99033
  "PROJECT_DEVELOPER",
98948
- "PROJECT_VIEWER"
99034
+ "PROJECT_VIEWER",
99035
+ "PROJECT_GUEST"
98949
99036
  ]
98950
99037
  },
98951
99038
  "previous_role": {
@@ -98953,7 +99040,8 @@
98953
99040
  "enum": [
98954
99041
  "ADMIN",
98955
99042
  "PROJECT_DEVELOPER",
98956
- "PROJECT_VIEWER"
99043
+ "PROJECT_VIEWER",
99044
+ "PROJECT_GUEST"
98957
99045
  ]
98958
99046
  }
98959
99047
  },
@@ -98964,6 +99052,103 @@
98964
99052
  "type": "object",
98965
99053
  "description": "The payload of the event, if requested."
98966
99054
  },
99055
+ {
99056
+ "properties": {
99057
+ "previous": {
99058
+ "properties": {
99059
+ "enabled": {
99060
+ "type": "boolean",
99061
+ "enum": [
99062
+ false,
99063
+ true
99064
+ ],
99065
+ "description": "Whether automatic code reviews are enabled"
99066
+ },
99067
+ "scope": {
99068
+ "type": "string",
99069
+ "enum": [
99070
+ "public",
99071
+ "all",
99072
+ "private"
99073
+ ],
99074
+ "description": "Which repository visibilities get automatic reviews"
99075
+ },
99076
+ "includeDrafts": {
99077
+ "type": "boolean",
99078
+ "enum": [
99079
+ false,
99080
+ true
99081
+ ],
99082
+ "description": "Whether to include draft pull requests in automatic reviews"
99083
+ }
99084
+ },
99085
+ "required": [
99086
+ "enabled",
99087
+ "includeDrafts",
99088
+ "scope"
99089
+ ],
99090
+ "type": "object",
99091
+ "description": "Automatic code review settings"
99092
+ },
99093
+ "next": {
99094
+ "properties": {
99095
+ "enabled": {
99096
+ "type": "boolean",
99097
+ "enum": [
99098
+ false,
99099
+ true
99100
+ ],
99101
+ "description": "Whether automatic code reviews are enabled"
99102
+ },
99103
+ "scope": {
99104
+ "type": "string",
99105
+ "enum": [
99106
+ "public",
99107
+ "all",
99108
+ "private"
99109
+ ],
99110
+ "description": "Which repository visibilities get automatic reviews"
99111
+ },
99112
+ "includeDrafts": {
99113
+ "type": "boolean",
99114
+ "enum": [
99115
+ false,
99116
+ true
99117
+ ],
99118
+ "description": "Whether to include draft pull requests in automatic reviews"
99119
+ }
99120
+ },
99121
+ "required": [
99122
+ "enabled",
99123
+ "includeDrafts",
99124
+ "scope"
99125
+ ],
99126
+ "type": "object",
99127
+ "description": "Automatic code review settings"
99128
+ }
99129
+ },
99130
+ "required": [
99131
+ "next"
99132
+ ],
99133
+ "type": "object",
99134
+ "description": "The payload of the event, if requested."
99135
+ },
99136
+ {
99137
+ "properties": {
99138
+ "enabled": {
99139
+ "type": "boolean",
99140
+ "enum": [
99141
+ false,
99142
+ true
99143
+ ]
99144
+ }
99145
+ },
99146
+ "required": [
99147
+ "enabled"
99148
+ ],
99149
+ "type": "object",
99150
+ "description": "The payload of the event, if requested."
99151
+ },
98967
99152
  {
98968
99153
  "properties": {
98969
99154
  "alias": {
@@ -99830,6 +100015,31 @@
99830
100015
  "type": "object",
99831
100016
  "description": "The payload of the event, if requested."
99832
100017
  },
100018
+ {
100019
+ "properties": {
100020
+ "provider": {
100021
+ "type": "string",
100022
+ "enum": [
100023
+ "github",
100024
+ "github-limited",
100025
+ "github-custom-host",
100026
+ "gitlab",
100027
+ "bitbucket",
100028
+ "google",
100029
+ "apple"
100030
+ ]
100031
+ },
100032
+ "login": {
100033
+ "type": "string"
100034
+ }
100035
+ },
100036
+ "required": [
100037
+ "login",
100038
+ "provider"
100039
+ ],
100040
+ "type": "object",
100041
+ "description": "The payload of the event, if requested."
100042
+ },
99833
100043
  {
99834
100044
  "properties": {
99835
100045
  "projectId": {
@@ -104796,8 +105006,6 @@
104796
105006
  },
104797
105007
  "required": [
104798
105008
  "oldSsoProtection",
104799
- "projectId",
104800
- "projectName",
104801
105009
  "ssoProtection"
104802
105010
  ],
104803
105011
  "type": "object",
@@ -104876,9 +105084,7 @@
104876
105084
  },
104877
105085
  "required": [
104878
105086
  "oldPasswordProtection",
104879
- "passwordProtection",
104880
- "projectId",
104881
- "projectName"
105087
+ "passwordProtection"
104882
105088
  ],
104883
105089
  "type": "object",
104884
105090
  "description": "The payload of the event, if requested."
@@ -105428,6 +105634,12 @@
105428
105634
  },
105429
105635
  {
105430
105636
  "properties": {
105637
+ "projectId": {
105638
+ "type": "string"
105639
+ },
105640
+ "projectName": {
105641
+ "type": "string"
105642
+ },
105431
105643
  "next": {
105432
105644
  "properties": {
105433
105645
  "project": {
@@ -105465,7 +105677,6 @@
105465
105677
  }
105466
105678
  },
105467
105679
  "required": [
105468
- "id",
105469
105680
  "staticIps"
105470
105681
  ],
105471
105682
  "type": "object"
@@ -105513,7 +105724,6 @@
105513
105724
  }
105514
105725
  },
105515
105726
  "required": [
105516
- "id",
105517
105727
  "staticIps"
105518
105728
  ],
105519
105729
  "type": "object"
@@ -105527,7 +105737,9 @@
105527
105737
  },
105528
105738
  "required": [
105529
105739
  "next",
105530
- "previous"
105740
+ "previous",
105741
+ "projectId",
105742
+ "projectName"
105531
105743
  ],
105532
105744
  "type": "object",
105533
105745
  "description": "The payload of the event, if requested."
@@ -106269,6 +106481,30 @@
106269
106481
  "type": "object",
106270
106482
  "description": "The payload of the event, if requested."
106271
106483
  },
106484
+ {
106485
+ "properties": {
106486
+ "projectId": {
106487
+ "type": "string"
106488
+ },
106489
+ "projectName": {
106490
+ "type": "string"
106491
+ },
106492
+ "protectedSourcemaps": {
106493
+ "type": "boolean",
106494
+ "enum": [
106495
+ false,
106496
+ true
106497
+ ]
106498
+ }
106499
+ },
106500
+ "required": [
106501
+ "projectId",
106502
+ "projectName",
106503
+ "protectedSourcemaps"
106504
+ ],
106505
+ "type": "object",
106506
+ "description": "The payload of the event, if requested."
106507
+ },
106272
106508
  {
106273
106509
  "properties": {
106274
106510
  "projectId": {
@@ -106338,9 +106574,7 @@
106338
106574
  },
106339
106575
  "required": [
106340
106576
  "next",
106341
- "previous",
106342
- "projectId",
106343
- "projectName"
106577
+ "previous"
106344
106578
  ],
106345
106579
  "type": "object",
106346
106580
  "description": "The payload of the event, if requested."
@@ -107850,7 +108084,8 @@
107850
108084
  "enum": [
107851
108085
  "ADMIN",
107852
108086
  "PROJECT_DEVELOPER",
107853
- "PROJECT_VIEWER"
108087
+ "PROJECT_VIEWER",
108088
+ "PROJECT_GUEST"
107854
108089
  ]
107855
108090
  },
107856
108091
  "uid": {
@@ -107901,7 +108136,8 @@
107901
108136
  "enum": [
107902
108137
  "ADMIN",
107903
108138
  "PROJECT_DEVELOPER",
107904
- "PROJECT_VIEWER"
108139
+ "PROJECT_VIEWER",
108140
+ "PROJECT_GUEST"
107905
108141
  ]
107906
108142
  },
107907
108143
  "uid": {
@@ -107953,7 +108189,8 @@
107953
108189
  "enum": [
107954
108190
  "ADMIN",
107955
108191
  "PROJECT_DEVELOPER",
107956
- "PROJECT_VIEWER"
108192
+ "PROJECT_VIEWER",
108193
+ "PROJECT_GUEST"
107957
108194
  ]
107958
108195
  },
107959
108196
  "uid": {
@@ -107970,7 +108207,8 @@
107970
108207
  "enum": [
107971
108208
  "ADMIN",
107972
108209
  "PROJECT_DEVELOPER",
107973
- "PROJECT_VIEWER"
108210
+ "PROJECT_VIEWER",
108211
+ "PROJECT_GUEST"
107974
108212
  ]
107975
108213
  }
107976
108214
  },
@@ -107996,7 +108234,8 @@
107996
108234
  "enum": [
107997
108235
  "ADMIN",
107998
108236
  "PROJECT_DEVELOPER",
107999
- "PROJECT_VIEWER"
108237
+ "PROJECT_VIEWER",
108238
+ "PROJECT_GUEST"
108000
108239
  ]
108001
108240
  },
108002
108241
  "invitedUserName": {
@@ -109272,6 +109511,458 @@
109272
109511
  "type": "object",
109273
109512
  "description": "The payload of the event, if requested."
109274
109513
  },
109514
+ {
109515
+ "properties": {
109516
+ "id": {
109517
+ "type": "string"
109518
+ },
109519
+ "url": {
109520
+ "type": "string"
109521
+ }
109522
+ },
109523
+ "required": [
109524
+ "id",
109525
+ "url"
109526
+ ],
109527
+ "type": "object",
109528
+ "description": "The payload of the event, if requested."
109529
+ },
109530
+ {
109531
+ "properties": {
109532
+ "enabled": {
109533
+ "type": "string",
109534
+ "enum": [
109535
+ "default",
109536
+ "on",
109537
+ "off"
109538
+ ]
109539
+ }
109540
+ },
109541
+ "required": [
109542
+ "enabled"
109543
+ ],
109544
+ "type": "object",
109545
+ "description": "The payload of the event, if requested."
109546
+ },
109547
+ {
109548
+ "properties": {
109549
+ "enabled": {
109550
+ "type": "boolean",
109551
+ "enum": [
109552
+ false,
109553
+ true
109554
+ ]
109555
+ },
109556
+ "scope": {
109557
+ "type": "string",
109558
+ "enum": [
109559
+ "dashboard",
109560
+ "log-drains"
109561
+ ]
109562
+ }
109563
+ },
109564
+ "required": [
109565
+ "enabled",
109566
+ "scope"
109567
+ ],
109568
+ "type": "object",
109569
+ "description": "The payload of the event, if requested."
109570
+ },
109571
+ {
109572
+ "properties": {
109573
+ "previous": {
109574
+ "additionalProperties": {
109575
+ "oneOf": [
109576
+ {
109577
+ "properties": {
109578
+ "accessGroupId": {
109579
+ "type": "string"
109580
+ }
109581
+ },
109582
+ "required": [
109583
+ "accessGroupId"
109584
+ ],
109585
+ "type": "object"
109586
+ },
109587
+ {
109588
+ "type": "string",
109589
+ "enum": [
109590
+ "OWNER",
109591
+ "MEMBER",
109592
+ "DEVELOPER",
109593
+ "SECURITY",
109594
+ "BILLING",
109595
+ "VIEWER",
109596
+ "VIEWER_FOR_PLUS",
109597
+ "CONTRIBUTOR"
109598
+ ]
109599
+ }
109600
+ ]
109601
+ },
109602
+ "type": "object"
109603
+ },
109604
+ "next": {
109605
+ "additionalProperties": {
109606
+ "oneOf": [
109607
+ {
109608
+ "properties": {
109609
+ "accessGroupId": {
109610
+ "type": "string"
109611
+ }
109612
+ },
109613
+ "required": [
109614
+ "accessGroupId"
109615
+ ],
109616
+ "type": "object"
109617
+ },
109618
+ {
109619
+ "type": "string",
109620
+ "enum": [
109621
+ "OWNER",
109622
+ "MEMBER",
109623
+ "DEVELOPER",
109624
+ "SECURITY",
109625
+ "BILLING",
109626
+ "VIEWER",
109627
+ "VIEWER_FOR_PLUS",
109628
+ "CONTRIBUTOR"
109629
+ ]
109630
+ }
109631
+ ]
109632
+ },
109633
+ "type": "object"
109634
+ }
109635
+ },
109636
+ "type": "object",
109637
+ "description": "The payload of the event, if requested."
109638
+ },
109639
+ {
109640
+ "properties": {
109641
+ "domain": {
109642
+ "type": "string"
109643
+ },
109644
+ "ips": {
109645
+ "items": {
109646
+ "type": "string"
109647
+ },
109648
+ "type": "array"
109649
+ }
109650
+ },
109651
+ "required": [
109652
+ "domain",
109653
+ "ips"
109654
+ ],
109655
+ "type": "object",
109656
+ "description": "The payload of the event, if requested."
109657
+ },
109658
+ {
109659
+ "properties": {
109660
+ "exportId": {
109661
+ "type": "string"
109662
+ },
109663
+ "from": {
109664
+ "type": "number"
109665
+ },
109666
+ "to": {
109667
+ "type": "number"
109668
+ },
109669
+ "format": {
109670
+ "type": "string"
109671
+ }
109672
+ },
109673
+ "required": [
109674
+ "exportId",
109675
+ "format",
109676
+ "from",
109677
+ "to"
109678
+ ],
109679
+ "type": "object",
109680
+ "description": "The payload of the event, if requested."
109681
+ },
109682
+ {
109683
+ "properties": {
109684
+ "fileId": {
109685
+ "type": "string"
109686
+ }
109687
+ },
109688
+ "required": [
109689
+ "fileId"
109690
+ ],
109691
+ "type": "object",
109692
+ "description": "The payload of the event, if requested."
109693
+ },
109694
+ {
109695
+ "properties": {
109696
+ "ruleName": {
109697
+ "type": "string"
109698
+ }
109699
+ },
109700
+ "required": [
109701
+ "ruleName"
109702
+ ],
109703
+ "type": "object",
109704
+ "description": "The payload of the event, if requested."
109705
+ },
109706
+ {
109707
+ "properties": {
109708
+ "projectId": {
109709
+ "type": "string"
109710
+ },
109711
+ "projectName": {
109712
+ "type": "string"
109713
+ },
109714
+ "analyticsId": {
109715
+ "type": "string"
109716
+ },
109717
+ "sampleRatePercent": {
109718
+ "nullable": true,
109719
+ "type": "number"
109720
+ },
109721
+ "spendLimitInDollars": {
109722
+ "nullable": true,
109723
+ "type": "number"
109724
+ },
109725
+ "previous": {
109726
+ "properties": {
109727
+ "sampleRatePercent": {
109728
+ "nullable": true,
109729
+ "type": "number"
109730
+ },
109731
+ "spendLimitInDollars": {
109732
+ "nullable": true,
109733
+ "type": "number"
109734
+ }
109735
+ },
109736
+ "required": [
109737
+ "sampleRatePercent",
109738
+ "spendLimitInDollars"
109739
+ ],
109740
+ "type": "object"
109741
+ }
109742
+ },
109743
+ "required": [
109744
+ "previous",
109745
+ "sampleRatePercent",
109746
+ "spendLimitInDollars"
109747
+ ],
109748
+ "type": "object",
109749
+ "description": "The payload of the event, if requested."
109750
+ },
109751
+ {
109752
+ "properties": {
109753
+ "ownerId": {
109754
+ "type": "string"
109755
+ },
109756
+ "source": {
109757
+ "type": "string"
109758
+ },
109759
+ "cause": {
109760
+ "type": "string"
109761
+ },
109762
+ "blockReason": {
109763
+ "type": "string"
109764
+ },
109765
+ "siftRoute": {
109766
+ "properties": {
109767
+ "name": {
109768
+ "type": "string"
109769
+ }
109770
+ },
109771
+ "required": [
109772
+ "name"
109773
+ ],
109774
+ "type": "object"
109775
+ }
109776
+ },
109777
+ "required": [
109778
+ "cause",
109779
+ "ownerId",
109780
+ "source"
109781
+ ],
109782
+ "type": "object",
109783
+ "description": "The payload of the event, if requested."
109784
+ },
109785
+ {
109786
+ "properties": {
109787
+ "ownerId": {
109788
+ "type": "string"
109789
+ },
109790
+ "source": {
109791
+ "type": "string"
109792
+ },
109793
+ "cause": {
109794
+ "type": "string"
109795
+ },
109796
+ "reason": {
109797
+ "nullable": true,
109798
+ "type": "string"
109799
+ }
109800
+ },
109801
+ "required": [
109802
+ "cause",
109803
+ "ownerId",
109804
+ "source"
109805
+ ],
109806
+ "type": "object",
109807
+ "description": "The payload of the event, if requested."
109808
+ },
109809
+ {
109810
+ "properties": {
109811
+ "ownerId": {
109812
+ "type": "string"
109813
+ },
109814
+ "source": {
109815
+ "type": "string"
109816
+ },
109817
+ "cause": {
109818
+ "type": "string"
109819
+ },
109820
+ "blockReason": {
109821
+ "type": "string"
109822
+ }
109823
+ },
109824
+ "required": [
109825
+ "cause",
109826
+ "ownerId",
109827
+ "source"
109828
+ ],
109829
+ "type": "object",
109830
+ "description": "The payload of the event, if requested."
109831
+ },
109832
+ {
109833
+ "properties": {
109834
+ "ownerId": {
109835
+ "type": "string"
109836
+ },
109837
+ "source": {
109838
+ "type": "string"
109839
+ },
109840
+ "cause": {
109841
+ "type": "string"
109842
+ }
109843
+ },
109844
+ "required": [
109845
+ "cause",
109846
+ "ownerId",
109847
+ "source"
109848
+ ],
109849
+ "type": "object",
109850
+ "description": "The payload of the event, if requested."
109851
+ },
109852
+ {
109853
+ "properties": {
109854
+ "edgeConfigId": {
109855
+ "type": "string"
109856
+ },
109857
+ "edgeConfigSlug": {
109858
+ "type": "string"
109859
+ },
109860
+ "edgeConfigSchema": {
109861
+ "type": "object"
109862
+ }
109863
+ },
109864
+ "required": [
109865
+ "edgeConfigId",
109866
+ "edgeConfigSlug"
109867
+ ],
109868
+ "type": "object",
109869
+ "description": "The payload of the event, if requested."
109870
+ },
109871
+ {
109872
+ "properties": {
109873
+ "edgeConfigId": {
109874
+ "type": "string"
109875
+ },
109876
+ "edgeConfigSlug": {
109877
+ "type": "string"
109878
+ },
109879
+ "edgeConfigDigest": {
109880
+ "type": "string"
109881
+ }
109882
+ },
109883
+ "required": [
109884
+ "edgeConfigId",
109885
+ "edgeConfigSlug"
109886
+ ],
109887
+ "type": "object",
109888
+ "description": "The payload of the event, if requested."
109889
+ },
109890
+ {
109891
+ "properties": {
109892
+ "edgeConfig": {
109893
+ "properties": {
109894
+ "id": {
109895
+ "type": "string"
109896
+ },
109897
+ "slug": {
109898
+ "type": "string"
109899
+ }
109900
+ },
109901
+ "required": [
109902
+ "id",
109903
+ "slug"
109904
+ ],
109905
+ "type": "object"
109906
+ },
109907
+ "fromAccount": {
109908
+ "properties": {
109909
+ "id": {
109910
+ "type": "string"
109911
+ },
109912
+ "type": {
109913
+ "type": "string",
109914
+ "enum": [
109915
+ "team",
109916
+ "user"
109917
+ ]
109918
+ },
109919
+ "slug": {
109920
+ "type": "string"
109921
+ },
109922
+ "username": {
109923
+ "type": "string"
109924
+ }
109925
+ },
109926
+ "required": [
109927
+ "id",
109928
+ "type"
109929
+ ],
109930
+ "type": "object"
109931
+ },
109932
+ "toAccount": {
109933
+ "properties": {
109934
+ "id": {
109935
+ "type": "string"
109936
+ },
109937
+ "type": {
109938
+ "type": "string",
109939
+ "enum": [
109940
+ "team",
109941
+ "user"
109942
+ ]
109943
+ },
109944
+ "slug": {
109945
+ "type": "string"
109946
+ },
109947
+ "username": {
109948
+ "type": "string"
109949
+ }
109950
+ },
109951
+ "required": [
109952
+ "id",
109953
+ "type"
109954
+ ],
109955
+ "type": "object"
109956
+ }
109957
+ },
109958
+ "required": [
109959
+ "edgeConfig",
109960
+ "fromAccount",
109961
+ "toAccount"
109962
+ ],
109963
+ "type": "object",
109964
+ "description": "The payload of the event, if requested."
109965
+ },
109275
109966
  {
109276
109967
  "properties": {
109277
109968
  "grantType": {
@@ -109305,13 +109996,13 @@
109305
109996
  "github",
109306
109997
  "gitlab",
109307
109998
  "bitbucket",
109999
+ "google",
110000
+ "apple",
109308
110001
  "manual",
109309
110002
  "passkey",
109310
110003
  "otp",
109311
110004
  "sms",
109312
- "invite",
109313
- "google",
109314
- "apple"
110005
+ "invite"
109315
110006
  ]
109316
110007
  },
109317
110008
  "app": {
@@ -109560,6 +110251,14 @@
109560
110251
  "type": "number",
109561
110252
  "description": "Timestamp (in milliseconds) of when the last directory sync was performed.",
109562
110253
  "example": 1611796915677
110254
+ },
110255
+ "syncState": {
110256
+ "type": "string",
110257
+ "enum": [
110258
+ "SETUP",
110259
+ "ACTIVE"
110260
+ ],
110261
+ "description": "Controls whether directory sync events are processed. - 'SETUP': Directory connected but role mappings not yet configured. Events are acknowledged but not processed. - 'ACTIVE': Fully configured. Events are processed normally. - undefined: Legacy directory (pre-feature), treat as 'ACTIVE' for backwards compatibility."
109563
110262
  }
109564
110263
  },
109565
110264
  "required": [
@@ -109597,6 +110296,14 @@
109597
110296
  "type": "number",
109598
110297
  "description": "Timestamp (in milliseconds) of when the last directory sync was performed.",
109599
110298
  "example": 1611796915677
110299
+ },
110300
+ "syncState": {
110301
+ "type": "string",
110302
+ "enum": [
110303
+ "SETUP",
110304
+ "ACTIVE"
110305
+ ],
110306
+ "description": "Controls whether directory sync events are processed. - 'SETUP': Directory connected but role mappings not yet configured. Events are acknowledged but not processed. - 'ACTIVE': Fully configured. Events are processed normally. - undefined: Legacy directory (pre-feature), treat as 'ACTIVE' for backwards compatibility."
109600
110307
  }
109601
110308
  },
109602
110309
  "required": [
@@ -110224,6 +110931,14 @@
110224
110931
  "type": "number",
110225
110932
  "description": "Timestamp (in milliseconds) of when the last directory sync was performed.",
110226
110933
  "example": 1611796915677
110934
+ },
110935
+ "syncState": {
110936
+ "type": "string",
110937
+ "enum": [
110938
+ "SETUP",
110939
+ "ACTIVE"
110940
+ ],
110941
+ "description": "Controls whether directory sync events are processed. - 'SETUP': Directory connected but role mappings not yet configured. Events are acknowledged but not processed. - 'ACTIVE': Fully configured. Events are processed normally. - undefined: Legacy directory (pre-feature), treat as 'ACTIVE' for backwards compatibility."
110227
110942
  }
110228
110943
  },
110229
110944
  "required": [
@@ -110261,6 +110976,14 @@
110261
110976
  "type": "number",
110262
110977
  "description": "Timestamp (in milliseconds) of when the last directory sync was performed.",
110263
110978
  "example": 1611796915677
110979
+ },
110980
+ "syncState": {
110981
+ "type": "string",
110982
+ "enum": [
110983
+ "SETUP",
110984
+ "ACTIVE"
110985
+ ],
110986
+ "description": "Controls whether directory sync events are processed. - 'SETUP': Directory connected but role mappings not yet configured. Events are acknowledged but not processed. - 'ACTIVE': Fully configured. Events are processed normally. - undefined: Legacy directory (pre-feature), treat as 'ACTIVE' for backwards compatibility."
110264
110987
  }
110265
110988
  },
110266
110989
  "required": [