@distilled.cloud/vercel 1.0.0-rc.7 → 1.0.0-rc.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 (198) hide show
  1. package/LICENSE +201 -0
  2. package/lib/services/access_groups.d.ts +1 -1
  3. package/lib/services/access_groups.d.ts.map +1 -1
  4. package/lib/services/access_groups.js +1 -1
  5. package/lib/services/access_groups.js.map +1 -1
  6. package/lib/services/ai_gateway.js +1 -1
  7. package/lib/services/ai_gateway.js.map +1 -1
  8. package/lib/services/aliases.d.ts +3 -3
  9. package/lib/services/aliases.d.ts.map +1 -1
  10. package/lib/services/aliases.js +4 -4
  11. package/lib/services/aliases.js.map +1 -1
  12. package/lib/services/api_ai_gateway.d.ts +275 -0
  13. package/lib/services/api_ai_gateway.d.ts.map +1 -0
  14. package/lib/services/api_ai_gateway.js +229 -0
  15. package/lib/services/api_ai_gateway.js.map +1 -0
  16. package/lib/services/artifacts.d.ts +1 -1
  17. package/lib/services/artifacts.d.ts.map +1 -1
  18. package/lib/services/artifacts.js +12 -12
  19. package/lib/services/artifacts.js.map +1 -1
  20. package/lib/services/authentication.js +1 -1
  21. package/lib/services/authentication.js.map +1 -1
  22. package/lib/services/billing.d.ts +145 -7
  23. package/lib/services/billing.d.ts.map +1 -1
  24. package/lib/services/billing.js +121 -5
  25. package/lib/services/billing.js.map +1 -1
  26. package/lib/services/bulk_redirects.d.ts +4 -4
  27. package/lib/services/bulk_redirects.d.ts.map +1 -1
  28. package/lib/services/bulk_redirects.js +4 -4
  29. package/lib/services/bulk_redirects.js.map +1 -1
  30. package/lib/services/certs.d.ts +9 -9
  31. package/lib/services/certs.d.ts.map +1 -1
  32. package/lib/services/certs.js +10 -12
  33. package/lib/services/certs.js.map +1 -1
  34. package/lib/services/checks_v2.d.ts +5 -0
  35. package/lib/services/checks_v2.d.ts.map +1 -1
  36. package/lib/services/checks_v2.js +6 -1
  37. package/lib/services/checks_v2.js.map +1 -1
  38. package/lib/services/connect.d.ts +1721 -527
  39. package/lib/services/connect.d.ts.map +1 -1
  40. package/lib/services/connect.js +1034 -414
  41. package/lib/services/connect.js.map +1 -1
  42. package/lib/services/deployments.d.ts +338 -30
  43. package/lib/services/deployments.d.ts.map +1 -1
  44. package/lib/services/deployments.js +335 -11
  45. package/lib/services/deployments.js.map +1 -1
  46. package/lib/services/dns.d.ts +13 -13
  47. package/lib/services/dns.d.ts.map +1 -1
  48. package/lib/services/dns.js +13 -14
  49. package/lib/services/dns.js.map +1 -1
  50. package/lib/services/domains.d.ts +55 -27
  51. package/lib/services/domains.d.ts.map +1 -1
  52. package/lib/services/domains.js +38 -25
  53. package/lib/services/domains.js.map +1 -1
  54. package/lib/services/domains_registrar.d.ts.map +1 -1
  55. package/lib/services/domains_registrar.js +1 -1
  56. package/lib/services/domains_registrar.js.map +1 -1
  57. package/lib/services/drains.d.ts +8 -8
  58. package/lib/services/drains.d.ts.map +1 -1
  59. package/lib/services/drains.js +1 -1
  60. package/lib/services/drains.js.map +1 -1
  61. package/lib/services/edge_cache.js +1 -1
  62. package/lib/services/edge_cache.js.map +1 -1
  63. package/lib/services/environment.d.ts +39 -39
  64. package/lib/services/environment.d.ts.map +1 -1
  65. package/lib/services/environment.js +35 -37
  66. package/lib/services/environment.js.map +1 -1
  67. package/lib/services/feature_flags.d.ts +93 -309
  68. package/lib/services/feature_flags.d.ts.map +1 -1
  69. package/lib/services/feature_flags.js +93 -303
  70. package/lib/services/feature_flags.js.map +1 -1
  71. package/lib/services/global_config.d.ts +40 -40
  72. package/lib/services/global_config.d.ts.map +1 -1
  73. package/lib/services/global_config.js +16 -14
  74. package/lib/services/global_config.js.map +1 -1
  75. package/lib/services/index.d.ts +3 -0
  76. package/lib/services/index.d.ts.map +1 -1
  77. package/lib/services/index.js +3 -0
  78. package/lib/services/index.js.map +1 -1
  79. package/lib/services/integrations.d.ts +44 -17
  80. package/lib/services/integrations.d.ts.map +1 -1
  81. package/lib/services/integrations.js +32 -7
  82. package/lib/services/integrations.js.map +1 -1
  83. package/lib/services/kms.d.ts +1095 -0
  84. package/lib/services/kms.d.ts.map +1 -0
  85. package/lib/services/kms.js +982 -0
  86. package/lib/services/kms.js.map +1 -0
  87. package/lib/services/log_drains.d.ts +4 -4
  88. package/lib/services/log_drains.d.ts.map +1 -1
  89. package/lib/services/log_drains.js +1 -1
  90. package/lib/services/log_drains.js.map +1 -1
  91. package/lib/services/logs.js +1 -1
  92. package/lib/services/logs.js.map +1 -1
  93. package/lib/services/marketplace.d.ts +95 -33
  94. package/lib/services/marketplace.d.ts.map +1 -1
  95. package/lib/services/marketplace.js +123 -31
  96. package/lib/services/marketplace.js.map +1 -1
  97. package/lib/services/microfrontends.d.ts +290 -250
  98. package/lib/services/microfrontends.d.ts.map +1 -1
  99. package/lib/services/microfrontends.js +281 -244
  100. package/lib/services/microfrontends.js.map +1 -1
  101. package/lib/services/misc.d.ts +192 -0
  102. package/lib/services/misc.d.ts.map +1 -0
  103. package/lib/services/misc.js +125 -0
  104. package/lib/services/misc.js.map +1 -0
  105. package/lib/services/networking.d.ts +123 -2
  106. package/lib/services/networking.d.ts.map +1 -1
  107. package/lib/services/networking.js +132 -2
  108. package/lib/services/networking.js.map +1 -1
  109. package/lib/services/observability.js +1 -1
  110. package/lib/services/observability.js.map +1 -1
  111. package/lib/services/project_members.js +1 -1
  112. package/lib/services/project_members.js.map +1 -1
  113. package/lib/services/project_routes.d.ts.map +1 -1
  114. package/lib/services/project_routes.js +1 -1
  115. package/lib/services/project_routes.js.map +1 -1
  116. package/lib/services/projects.d.ts +356 -116
  117. package/lib/services/projects.d.ts.map +1 -1
  118. package/lib/services/projects.js +260 -64
  119. package/lib/services/projects.js.map +1 -1
  120. package/lib/services/rolling_release.d.ts +2 -2
  121. package/lib/services/rolling_release.d.ts.map +1 -1
  122. package/lib/services/rolling_release.js +1 -1
  123. package/lib/services/rolling_release.js.map +1 -1
  124. package/lib/services/sandboxes.d.ts +1007 -410
  125. package/lib/services/sandboxes.d.ts.map +1 -1
  126. package/lib/services/sandboxes.js +732 -293
  127. package/lib/services/sandboxes.js.map +1 -1
  128. package/lib/services/security.d.ts +590 -275
  129. package/lib/services/security.d.ts.map +1 -1
  130. package/lib/services/security.js +562 -208
  131. package/lib/services/security.js.map +1 -1
  132. package/lib/services/storage.d.ts +69 -69
  133. package/lib/services/storage.d.ts.map +1 -1
  134. package/lib/services/storage.js +59 -59
  135. package/lib/services/storage.js.map +1 -1
  136. package/lib/services/teams.d.ts +351 -328
  137. package/lib/services/teams.d.ts.map +1 -1
  138. package/lib/services/teams.js +299 -284
  139. package/lib/services/teams.js.map +1 -1
  140. package/lib/services/user.d.ts +4237 -3650
  141. package/lib/services/user.d.ts.map +1 -1
  142. package/lib/services/user.js +3426 -2935
  143. package/lib/services/user.js.map +1 -1
  144. package/lib/services/vcr.d.ts +80 -122
  145. package/lib/services/vcr.d.ts.map +1 -1
  146. package/lib/services/vcr.js +89 -144
  147. package/lib/services/vcr.js.map +1 -1
  148. package/lib/services/web_analytics.d.ts +42 -10
  149. package/lib/services/web_analytics.d.ts.map +1 -1
  150. package/lib/services/web_analytics.js +39 -9
  151. package/lib/services/web_analytics.js.map +1 -1
  152. package/lib/services/webhooks.d.ts +13 -1
  153. package/lib/services/webhooks.d.ts.map +1 -1
  154. package/lib/services/webhooks.js +11 -1
  155. package/lib/services/webhooks.js.map +1 -1
  156. package/package.json +6 -5
  157. package/src/services/access_groups.ts +5 -2
  158. package/src/services/ai_gateway.ts +1 -1
  159. package/src/services/aliases.ts +9 -8
  160. package/src/services/api_ai_gateway.ts +607 -0
  161. package/src/services/artifacts.ts +13 -13
  162. package/src/services/authentication.ts +1 -1
  163. package/src/services/billing.ts +358 -26
  164. package/src/services/bulk_redirects.ts +10 -10
  165. package/src/services/certs.ts +20 -26
  166. package/src/services/checks_v2.ts +11 -1
  167. package/src/services/connect.ts +3330 -1121
  168. package/src/services/deployments.ts +1513 -429
  169. package/src/services/dns.ts +26 -27
  170. package/src/services/domains.ts +119 -63
  171. package/src/services/domains_registrar.ts +37 -37
  172. package/src/services/drains.ts +35 -18
  173. package/src/services/edge_cache.ts +1 -1
  174. package/src/services/environment.ts +99 -95
  175. package/src/services/feature_flags.ts +332 -884
  176. package/src/services/global_config.ts +59 -57
  177. package/src/services/index.ts +3 -0
  178. package/src/services/integrations.ts +870 -668
  179. package/src/services/kms.ts +2631 -0
  180. package/src/services/log_drains.ts +73 -41
  181. package/src/services/logs.ts +1 -1
  182. package/src/services/marketplace.ts +324 -96
  183. package/src/services/microfrontends.ts +1582 -1306
  184. package/src/services/misc.ts +364 -0
  185. package/src/services/networking.ts +339 -4
  186. package/src/services/observability.ts +1 -1
  187. package/src/services/project_members.ts +1 -1
  188. package/src/services/project_routes.ts +25 -16
  189. package/src/services/projects.ts +1987 -691
  190. package/src/services/rolling_release.ts +100 -96
  191. package/src/services/sandboxes.ts +3013 -1268
  192. package/src/services/security.ts +3433 -1845
  193. package/src/services/storage.ts +145 -141
  194. package/src/services/teams.ts +1061 -986
  195. package/src/services/user.ts +8490 -6901
  196. package/src/services/vcr.ts +349 -443
  197. package/src/services/web_analytics.ts +83 -13
  198. package/src/services/webhooks.ts +32 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,YAAY,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC"}
@@ -2,6 +2,7 @@
2
2
  export * as accessGroups from "./access_groups.js";
3
3
  export * as aiGateway from "./ai_gateway.js";
4
4
  export * as aliases from "./aliases.js";
5
+ export * as apiAiGateway from "./api_ai_gateway.js";
5
6
  export * as artifacts from "./artifacts.js";
6
7
  export * as authentication from "./authentication.js";
7
8
  export * as billing from "./billing.js";
@@ -19,10 +20,12 @@ export * as environment from "./environment.js";
19
20
  export * as featureFlags from "./feature_flags.js";
20
21
  export * as globalConfig from "./global_config.js";
21
22
  export * as integrations from "./integrations.js";
23
+ export * as kms from "./kms.js";
22
24
  export * as logDrains from "./log_drains.js";
23
25
  export * as logs from "./logs.js";
24
26
  export * as marketplace from "./marketplace.js";
25
27
  export * as microfrontends from "./microfrontends.js";
28
+ export * as misc from "./misc.js";
26
29
  export * as networking from "./networking.js";
27
30
  export * as observability from "./observability.js";
28
31
  export * as projectMembers from "./project_members.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,YAAY,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,cAAc,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,YAAY,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC"}
@@ -117,7 +117,7 @@ export interface CreateIntegrationStoreDirectRequest {
117
117
  prepaymentAmountCents?: number;
118
118
  }
119
119
  export declare const CreateIntegrationStoreDirectRequest: S.Schema<CreateIntegrationStoreDirectRequest>;
120
- export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
120
+ export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "factory-eve" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
121
121
  export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework: any;
122
122
  export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList = Array<string>;
123
123
  export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList>;
@@ -182,6 +182,7 @@ export type CreateIntegrationStoreDirectResponseStoreOwnership = "linked" | "own
182
182
  export declare const CreateIntegrationStoreDirectResponseStoreOwnership: any;
183
183
  export interface CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 {
184
184
  maxDelayHours: number;
185
+ customRotationWarning?: string;
185
186
  }
186
187
  export declare const CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0>;
187
188
  export type CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation = CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 | boolean;
@@ -1208,8 +1209,22 @@ export interface CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperi
1208
1209
  edgeConfigTokenId?: string;
1209
1210
  }
1210
1211
  export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation>;
1212
+ export type CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget = "development" | "preview" | "production";
1213
+ export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget: any;
1214
+ export interface CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem {
1215
+ url: string;
1216
+ target: CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget;
1217
+ }
1218
+ export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem>;
1219
+ export type CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList = Array<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem>;
1220
+ export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList>;
1221
+ export interface CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication {
1222
+ appUrls?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList;
1223
+ }
1224
+ export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication>;
1211
1225
  export interface CreateIntegrationStoreDirectResponseStoreProtocolSettings {
1212
1226
  experimentation?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation;
1227
+ authentication?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication;
1213
1228
  }
1214
1229
  export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettings: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettings>;
1215
1230
  export type CreateIntegrationStoreDirectResponseStoreNotificationLevel = "error" | "info" | "warn";
@@ -1469,12 +1484,12 @@ export type GetConfigurationResponseBodyCase0Status = "error" | "onboarding" | "
1469
1484
  export declare const GetConfigurationResponseBodyCase0Status: any;
1470
1485
  export type GetConfigurationResponseBodyCase0Type = "integration-configuration";
1471
1486
  export declare const GetConfigurationResponseBodyCase0Type: any;
1472
- /** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
1473
- export type GetConfigurationResponseBodyCase0Source = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
1474
- export declare const GetConfigurationResponseBodyCase0Source: any;
1475
1487
  /** The resources that are allowed to be accessed by the configuration. */
1476
1488
  export type GetConfigurationResponseBodyCase0ScopesList = Array<string>;
1477
1489
  export declare const GetConfigurationResponseBodyCase0ScopesList: S.Schema<GetConfigurationResponseBodyCase0ScopesList>;
1490
+ /** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
1491
+ export type GetConfigurationResponseBodyCase0Source = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
1492
+ export declare const GetConfigurationResponseBodyCase0Source: any;
1478
1493
  export type GetConfigurationResponseBodyCase0DisabledReason = "account-plan-downgrade" | "disabled-by-admin" | "disabled-by-owner" | "feature-not-available" | "original-owner-left-the-team" | "original-owner-role-downgraded";
1479
1494
  export declare const GetConfigurationResponseBodyCase0DisabledReason: any;
1480
1495
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
@@ -1496,14 +1511,20 @@ export interface GetConfigurationResponseBodyCase0 {
1496
1511
  integrationId: string;
1497
1512
  /** The ID of the user that created the configuration. */
1498
1513
  userId: string;
1499
- /** The user or team ID that owns the configuration */
1500
- ownerId: string;
1501
1514
  /** A timestamp that tells you when the configuration was created */
1502
1515
  createdAt: number;
1503
- /** A timestamp that tells you when the configuration was updated. */
1504
- updatedAt: number;
1505
1516
  /** A timestamp that tells you when the configuration was deleted. */
1506
1517
  deletedAt?: number | null;
1518
+ /** The slug of the integration the configuration is created for. */
1519
+ slug: string;
1520
+ /** When the configuration was created for a team, this will show the ID of the team. */
1521
+ teamId?: string | null;
1522
+ /** A timestamp that tells you when the configuration was updated. */
1523
+ updatedAt: number;
1524
+ /** The resources that are allowed to be accessed by the configuration. */
1525
+ scopes: GetConfigurationResponseBodyCase0ScopesList;
1526
+ /** The user or team ID that owns the configuration */
1527
+ ownerId: string;
1507
1528
  canConfigureOpenTelemetry?: boolean;
1508
1529
  /** A timestamp that tells you when the configuration was installed successfully */
1509
1530
  completedAt?: number;
@@ -1511,12 +1532,6 @@ export interface GetConfigurationResponseBodyCase0 {
1511
1532
  externalId?: string;
1512
1533
  /** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
1513
1534
  source?: GetConfigurationResponseBodyCase0Source;
1514
- /** The slug of the integration the configuration is created for. */
1515
- slug: string;
1516
- /** When the configuration was created for a team, this will show the ID of the team. */
1517
- teamId?: string | null;
1518
- /** The resources that are allowed to be accessed by the configuration. */
1519
- scopes: GetConfigurationResponseBodyCase0ScopesList;
1520
1535
  /** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
1521
1536
  disabledAt?: number;
1522
1537
  /** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
@@ -1526,6 +1541,8 @@ export interface GetConfigurationResponseBodyCase0 {
1526
1541
  disabledReason?: GetConfigurationResponseBodyCase0DisabledReason;
1527
1542
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
1528
1543
  installationType?: GetConfigurationResponseBodyCase0InstallationType;
1544
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
1545
+ acceptedPoliciesInheritedFromInstallationId?: string;
1529
1546
  }
1530
1547
  export declare const GetConfigurationResponseBodyCase0: S.Schema<GetConfigurationResponseBodyCase0>;
1531
1548
  /** The configuration status. Optional. If not defined, assume 'ready'. */
@@ -1589,6 +1606,8 @@ export interface GetConfigurationResponseBodyCase1 {
1589
1606
  disabledReason?: GetConfigurationResponseBodyCase1DisabledReason;
1590
1607
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
1591
1608
  installationType?: GetConfigurationResponseBodyCase1InstallationType;
1609
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
1610
+ acceptedPoliciesInheritedFromInstallationId?: string;
1592
1611
  }
1593
1612
  export declare const GetConfigurationResponseBodyCase1: S.Schema<GetConfigurationResponseBodyCase1>;
1594
1613
  /** The configuration status. Optional. If not defined, assume 'ready'. */
@@ -1652,6 +1671,8 @@ export interface GetConfigurationResponseBodyCase2 {
1652
1671
  disabledReason?: GetConfigurationResponseBodyCase2DisabledReason;
1653
1672
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
1654
1673
  installationType?: GetConfigurationResponseBodyCase2InstallationType;
1674
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
1675
+ acceptedPoliciesInheritedFromInstallationId?: string;
1655
1676
  }
1656
1677
  export declare const GetConfigurationResponseBodyCase2: S.Schema<GetConfigurationResponseBodyCase2>;
1657
1678
  export type GetConfigurationResponseBody = GetConfigurationResponseBodyCase0 | GetConfigurationResponseBodyCase1 | GetConfigurationResponseBodyCase2;
@@ -1693,6 +1714,8 @@ export type GetConfigurationProductsResponseProductsItemProtocolsAuthenticationS
1693
1714
  export declare const GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus: any;
1694
1715
  export interface GetConfigurationProductsResponseProductsItemProtocolsAuthentication {
1695
1716
  status: GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus;
1717
+ /** The partner accepts Vercel-managed app URLs via `protocolSettings.authentication.appUrls` on provision-resource and update-resource, and reconciles them into its trusted-origin / redirect-URL allowlist. When absent, consumers surface the URL for a one-time manual registration instead. */
1718
+ appUrlRegistrationSupport?: boolean;
1696
1719
  }
1697
1720
  export declare const GetConfigurationProductsResponseProductsItemProtocolsAuthentication: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsAuthentication>;
1698
1721
  export type GetConfigurationProductsResponseProductsItemProtocolsObservabilityStatus = "disabled" | "enabled";
@@ -2723,6 +2746,8 @@ export interface GetConfigurationsResponseBodyCase0Item {
2723
2746
  disabledReason?: GetConfigurationsResponseBodyCase0ItemDisabledReason;
2724
2747
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
2725
2748
  installationType?: GetConfigurationsResponseBodyCase0ItemInstallationType;
2749
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
2750
+ acceptedPoliciesInheritedFromInstallationId?: string;
2726
2751
  }
2727
2752
  export declare const GetConfigurationsResponseBodyCase0Item: S.Schema<GetConfigurationsResponseBodyCase0Item>;
2728
2753
  /** The list of configurations for the authenticated user */
@@ -2804,6 +2829,8 @@ export interface GetConfigurationsResponseBodyCase1Item {
2804
2829
  disabledReason?: GetConfigurationsResponseBodyCase1ItemDisabledReason;
2805
2830
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
2806
2831
  installationType?: GetConfigurationsResponseBodyCase1ItemInstallationType;
2832
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
2833
+ acceptedPoliciesInheritedFromInstallationId?: string;
2807
2834
  }
2808
2835
  export declare const GetConfigurationsResponseBodyCase1Item: S.Schema<GetConfigurationsResponseBodyCase1Item>;
2809
2836
  export type GetConfigurationsResponseBodyCase1List = Array<GetConfigurationsResponseBodyCase1Item>;
@@ -2882,7 +2909,7 @@ export interface SearchRepoResponseBodyCase2GitAccount {
2882
2909
  export declare const SearchRepoResponseBodyCase2GitAccount: S.Schema<SearchRepoResponseBodyCase2GitAccount>;
2883
2910
  export type SearchRepoResponseBodyCase2ReposItemProvider = "cursor-origin";
2884
2911
  export declare const SearchRepoResponseBodyCase2ReposItemProvider: any;
2885
- export type SearchRepoResponseBodyCase2ReposItemOwnerType = "team";
2912
+ export type SearchRepoResponseBodyCase2ReposItemOwnerType = "team" | "user";
2886
2913
  export declare const SearchRepoResponseBodyCase2ReposItemOwnerType: any;
2887
2914
  export interface SearchRepoResponseBodyCase2ReposItemOwner {
2888
2915
  id: string;
@@ -2910,7 +2937,7 @@ export interface SearchRepoResponseBodyCase2 {
2910
2937
  repos: SearchRepoResponseBodyCase2ReposList;
2911
2938
  }
2912
2939
  export declare const SearchRepoResponseBodyCase2: S.Schema<SearchRepoResponseBodyCase2>;
2913
- export type SearchRepoResponseBodyCase3GitAccountProvider = "bitbucket" | "github" | "github-custom-host" | "github-limited" | "gitlab" | "vercel";
2940
+ export type SearchRepoResponseBodyCase3GitAccountProvider = "bitbucket" | "cursor-origin" | "github" | "github-custom-host" | "github-limited" | "gitlab" | "vercel";
2914
2941
  export declare const SearchRepoResponseBodyCase3GitAccountProvider: any;
2915
2942
  export type SearchRepoResponseBodyCase3GitAccountNamespaceId = string | number;
2916
2943
  export declare const SearchRepoResponseBodyCase3GitAccountNamespaceId: S.Schema<SearchRepoResponseBodyCase3GitAccountNamespaceId>;
@@ -2921,7 +2948,7 @@ export interface SearchRepoResponseBodyCase3GitAccount {
2921
2948
  export declare const SearchRepoResponseBodyCase3GitAccount: S.Schema<SearchRepoResponseBodyCase3GitAccount>;
2922
2949
  export type SearchRepoResponseBodyCase3ReposItemId = string | number;
2923
2950
  export declare const SearchRepoResponseBodyCase3ReposItemId: S.Schema<SearchRepoResponseBodyCase3ReposItemId>;
2924
- export type SearchRepoResponseBodyCase3ReposItemProvider = "bitbucket" | "github" | "github-custom-host" | "github-limited" | "gitlab" | "vercel";
2951
+ export type SearchRepoResponseBodyCase3ReposItemProvider = "bitbucket" | "cursor-origin" | "github" | "github-custom-host" | "github-limited" | "gitlab" | "vercel";
2925
2952
  export declare const SearchRepoResponseBodyCase3ReposItemProvider: any;
2926
2953
  export type SearchRepoResponseBodyCase3ReposItemOwnerId = string | number;
2927
2954
  export declare const SearchRepoResponseBodyCase3ReposItemOwnerId: S.Schema<SearchRepoResponseBodyCase3ReposItemOwnerId>;