@vercel/sdk 1.8.6 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/README.md +10 -12
  2. package/bin/mcp-server.js +3013 -2754
  3. package/bin/mcp-server.js.map +45 -49
  4. package/docs/sdks/deployments/README.md +2 -0
  5. package/docs/sdks/logdrains/README.md +0 -80
  6. package/docs/sdks/marketplace/README.md +24 -24
  7. package/esm/__tests__/deployments.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/logdrains.test.js +3 -13
  10. package/esm/__tests__/logdrains.test.js.map +1 -1
  11. package/esm/__tests__/marketplace.test.js +16 -19
  12. package/esm/__tests__/marketplace.test.js.map +1 -1
  13. package/esm/__tests__/projects.test.js +13 -15
  14. package/esm/__tests__/projects.test.js.map +1 -1
  15. package/esm/__tests__/rollingrelease.test.js +5 -2
  16. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  17. package/esm/funcs/deploymentsCreateDeployment.js +2 -2
  18. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
  19. package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.d.ts → marketplaceDeleteIntegrationResource.d.ts} +5 -5
  20. package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
  21. package/esm/funcs/{marketplaceDeleteResource.js → marketplaceDeleteIntegrationResource.js} +6 -6
  22. package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
  23. package/esm/funcs/{marketplaceGetResource.d.ts → marketplaceGetIntegrationResource.d.ts} +4 -4
  24. package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
  25. package/esm/funcs/{marketplaceGetResource.js → marketplaceGetIntegrationResource.js} +7 -7
  26. package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
  27. package/esm/funcs/{marketplaceDeleteResource.d.ts → marketplaceGetIntegrationResources.d.ts} +5 -5
  28. package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
  29. package/esm/funcs/{marketplaceGetResources.js → marketplaceGetIntegrationResources.js} +8 -8
  30. package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -0
  31. package/esm/lib/config.d.ts +3 -3
  32. package/esm/lib/config.js +3 -3
  33. package/esm/lib/config.js.map +1 -1
  34. package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
  35. package/esm/mcp-server/cli/start/command.js +0 -12
  36. package/esm/mcp-server/cli/start/command.js.map +1 -1
  37. package/esm/mcp-server/cli/start/impl.d.ts +0 -2
  38. package/esm/mcp-server/cli/start/impl.d.ts.map +1 -1
  39. package/esm/mcp-server/cli/start/impl.js +0 -2
  40. package/esm/mcp-server/cli/start/impl.js.map +1 -1
  41. package/esm/mcp-server/mcp-server.js +1 -1
  42. package/esm/mcp-server/mcp-server.js.map +1 -1
  43. package/esm/mcp-server/server.d.ts.map +1 -1
  44. package/esm/mcp-server/server.js +10 -12
  45. package/esm/mcp-server/server.js.map +1 -1
  46. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts +7 -0
  47. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
  48. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js +27 -0
  49. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js.map +1 -0
  50. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts +7 -0
  51. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts.map +1 -0
  52. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js +28 -0
  53. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js.map +1 -0
  54. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts +7 -0
  55. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts.map +1 -0
  56. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js +28 -0
  57. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js.map +1 -0
  58. package/esm/models/approverollingreleasestageop.d.ts +36 -0
  59. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  60. package/esm/models/approverollingreleasestageop.js +25 -0
  61. package/esm/models/approverollingreleasestageop.js.map +1 -1
  62. package/esm/models/authuser.d.ts +5 -27
  63. package/esm/models/authuser.d.ts.map +1 -1
  64. package/esm/models/authuser.js +2 -9
  65. package/esm/models/authuser.js.map +1 -1
  66. package/esm/models/canceldeploymentop.d.ts +335 -6
  67. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  68. package/esm/models/canceldeploymentop.js +274 -2
  69. package/esm/models/canceldeploymentop.js.map +1 -1
  70. package/esm/models/completerollingreleaseop.d.ts +36 -0
  71. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  72. package/esm/models/completerollingreleaseop.js +24 -0
  73. package/esm/models/completerollingreleaseop.js.map +1 -1
  74. package/esm/models/createdeploymentop.d.ts +434 -97
  75. package/esm/models/createdeploymentop.d.ts.map +1 -1
  76. package/esm/models/createdeploymentop.js +362 -83
  77. package/esm/models/createdeploymentop.js.map +1 -1
  78. package/esm/models/createprojectop.d.ts +104 -25
  79. package/esm/models/createprojectop.d.ts.map +1 -1
  80. package/esm/models/createprojectop.js +82 -29
  81. package/esm/models/createprojectop.js.map +1 -1
  82. package/esm/models/createwebhookop.d.ts +6 -0
  83. package/esm/models/createwebhookop.d.ts.map +1 -1
  84. package/esm/models/createwebhookop.js +2 -0
  85. package/esm/models/createwebhookop.js.map +1 -1
  86. package/esm/models/deleteintegrationresourceop.d.ts +31 -0
  87. package/esm/models/deleteintegrationresourceop.d.ts.map +1 -0
  88. package/esm/models/deleteintegrationresourceop.js +33 -0
  89. package/esm/models/deleteintegrationresourceop.js.map +1 -0
  90. package/esm/models/getconfigurationop.d.ts +3 -3
  91. package/esm/models/getconfigurationop.js +1 -1
  92. package/esm/models/getconfigurationop.js.map +1 -1
  93. package/esm/models/getdeploymentop.d.ts +338 -9
  94. package/esm/models/getdeploymentop.d.ts.map +1 -1
  95. package/esm/models/getdeploymentop.js +276 -3
  96. package/esm/models/getdeploymentop.js.map +1 -1
  97. package/esm/models/getdeploymentsop.d.ts +8 -2
  98. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  99. package/esm/models/getdeploymentsop.js +3 -2
  100. package/esm/models/getdeploymentsop.js.map +1 -1
  101. package/esm/models/{getresourceop.d.ts → getintegrationresourceop.d.ts} +58 -58
  102. package/esm/models/getintegrationresourceop.d.ts.map +1 -0
  103. package/esm/models/{getresourceop.js → getintegrationresourceop.js} +69 -67
  104. package/esm/models/getintegrationresourceop.js.map +1 -0
  105. package/esm/models/getintegrationresourcesop.d.ts +310 -0
  106. package/esm/models/getintegrationresourcesop.d.ts.map +1 -0
  107. package/esm/models/getintegrationresourcesop.js +275 -0
  108. package/esm/models/getintegrationresourcesop.js.map +1 -0
  109. package/esm/models/getprojectsop.d.ts +14 -2
  110. package/esm/models/getprojectsop.d.ts.map +1 -1
  111. package/esm/models/getprojectsop.js +6 -2
  112. package/esm/models/getprojectsop.js.map +1 -1
  113. package/esm/models/getrollingreleasebillingstatusop.d.ts +21 -13
  114. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
  115. package/esm/models/getrollingreleasebillingstatusop.js +17 -9
  116. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
  117. package/esm/models/getrollingreleaseop.d.ts +36 -0
  118. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  119. package/esm/models/getrollingreleaseop.js +24 -0
  120. package/esm/models/getrollingreleaseop.js.map +1 -1
  121. package/esm/models/getteamaccessrequestop.d.ts +3 -3
  122. package/esm/models/getteamaccessrequestop.js +1 -1
  123. package/esm/models/getwebhookop.d.ts +3 -0
  124. package/esm/models/getwebhookop.d.ts.map +1 -1
  125. package/esm/models/getwebhookop.js +1 -0
  126. package/esm/models/getwebhookop.js.map +1 -1
  127. package/esm/models/getwebhooksop.d.ts +9 -0
  128. package/esm/models/getwebhooksop.d.ts.map +1 -1
  129. package/esm/models/getwebhooksop.js +3 -0
  130. package/esm/models/getwebhooksop.js.map +1 -1
  131. package/esm/models/requestaccesstoteamop.d.ts +3 -3
  132. package/esm/models/requestaccesstoteamop.js +1 -1
  133. package/esm/models/sdkerror.d.ts.map +1 -1
  134. package/esm/models/sdkerror.js +8 -2
  135. package/esm/models/sdkerror.js.map +1 -1
  136. package/esm/models/team.d.ts +8 -3
  137. package/esm/models/team.d.ts.map +1 -1
  138. package/esm/models/team.js +3 -1
  139. package/esm/models/team.js.map +1 -1
  140. package/esm/models/teamlimited.d.ts +3 -3
  141. package/esm/models/teamlimited.js +1 -1
  142. package/esm/models/updateprojectdatacacheop.d.ts +14 -2
  143. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  144. package/esm/models/updateprojectdatacacheop.js +6 -2
  145. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  146. package/esm/models/updateprojectop.d.ts +26 -2
  147. package/esm/models/updateprojectop.d.ts.map +1 -1
  148. package/esm/models/updateprojectop.js +10 -2
  149. package/esm/models/updateprojectop.js.map +1 -1
  150. package/esm/models/userevent.d.ts +1622 -1824
  151. package/esm/models/userevent.d.ts.map +1 -1
  152. package/esm/models/userevent.js +2049 -2225
  153. package/esm/models/userevent.js.map +1 -1
  154. package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
  155. package/esm/models/vercelbadrequesterror.js +2 -3
  156. package/esm/models/vercelbadrequesterror.js.map +1 -1
  157. package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
  158. package/esm/models/vercelforbiddenerror.js +2 -3
  159. package/esm/models/vercelforbiddenerror.js.map +1 -1
  160. package/esm/models/vercelnotfounderror.d.ts.map +1 -1
  161. package/esm/models/vercelnotfounderror.js +2 -3
  162. package/esm/models/vercelnotfounderror.js.map +1 -1
  163. package/esm/models/vercelratelimiterror.d.ts.map +1 -1
  164. package/esm/models/vercelratelimiterror.js +2 -3
  165. package/esm/models/vercelratelimiterror.js.map +1 -1
  166. package/esm/sdk/logdrains.d.ts +0 -8
  167. package/esm/sdk/logdrains.d.ts.map +1 -1
  168. package/esm/sdk/logdrains.js +0 -10
  169. package/esm/sdk/logdrains.js.map +1 -1
  170. package/esm/sdk/marketplace.d.ts +10 -10
  171. package/esm/sdk/marketplace.d.ts.map +1 -1
  172. package/esm/sdk/marketplace.js +13 -13
  173. package/esm/sdk/marketplace.js.map +1 -1
  174. package/esm/sdk/sdk.d.ts +2 -2
  175. package/esm/sdk/sdk.d.ts.map +1 -1
  176. package/esm/sdk/sdk.js +3 -3
  177. package/esm/sdk/sdk.js.map +1 -1
  178. package/examples/README.md +26 -0
  179. package/examples/package-lock.json +628 -0
  180. package/examples/package.json +18 -0
  181. package/examples/projectsUpdateProject.example.ts +31 -0
  182. package/jsr.json +1 -1
  183. package/package.json +4 -4
  184. package/src/__tests__/deployments.test.ts +2 -1
  185. package/src/__tests__/domains.test.ts +2 -1
  186. package/src/__tests__/logdrains.test.ts +5 -15
  187. package/src/__tests__/marketplace.test.ts +25 -22
  188. package/src/__tests__/projects.test.ts +13 -15
  189. package/src/__tests__/rollingrelease.test.ts +5 -2
  190. package/src/funcs/deploymentsCreateDeployment.ts +2 -2
  191. package/src/funcs/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -9
  192. package/src/funcs/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +15 -15
  193. package/src/funcs/{marketplaceGetResources.ts → marketplaceGetIntegrationResources.ts} +16 -16
  194. package/src/lib/config.ts +3 -3
  195. package/src/mcp-server/cli/start/command.ts +0 -13
  196. package/src/mcp-server/cli/start/impl.ts +0 -4
  197. package/src/mcp-server/mcp-server.ts +1 -1
  198. package/src/mcp-server/server.ts +10 -12
  199. package/src/mcp-server/tools/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -7
  200. package/src/mcp-server/tools/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +9 -7
  201. package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
  202. package/src/models/approverollingreleasestageop.ts +44 -0
  203. package/src/models/authuser.ts +7 -10
  204. package/src/models/canceldeploymentop.ts +607 -2
  205. package/src/models/completerollingreleaseop.ts +45 -0
  206. package/src/models/createdeploymentop.ts +855 -289
  207. package/src/models/createprojectop.ts +163 -46
  208. package/src/models/createwebhookop.ts +2 -0
  209. package/src/models/deleteintegrationresourceop.ts +72 -0
  210. package/src/models/getconfigurationop.ts +1 -1
  211. package/src/models/getdeploymentop.ts +620 -3
  212. package/src/models/getdeploymentsop.ts +8 -4
  213. package/src/models/{getresourceop.ts → getintegrationresourceop.ts} +115 -99
  214. package/src/models/getintegrationresourcesop.ts +642 -0
  215. package/src/models/getprojectsop.ts +8 -4
  216. package/src/models/getrollingreleasebillingstatusop.ts +31 -15
  217. package/src/models/getrollingreleaseop.ts +40 -0
  218. package/src/models/getteamaccessrequestop.ts +1 -1
  219. package/src/models/getwebhookop.ts +1 -0
  220. package/src/models/getwebhooksop.ts +3 -0
  221. package/src/models/requestaccesstoteamop.ts +1 -1
  222. package/src/models/sdkerror.ts +8 -2
  223. package/src/models/team.ts +8 -1
  224. package/src/models/teamlimited.ts +1 -1
  225. package/src/models/updateprojectdatacacheop.ts +8 -4
  226. package/src/models/updateprojectop.ts +12 -4
  227. package/src/models/userevent.ts +4781 -5205
  228. package/src/models/vercelbadrequesterror.ts +2 -3
  229. package/src/models/vercelforbiddenerror.ts +2 -3
  230. package/src/models/vercelnotfounderror.ts +2 -3
  231. package/src/models/vercelratelimiterror.ts +2 -3
  232. package/src/sdk/logdrains.ts +0 -19
  233. package/src/sdk/marketplace.ts +27 -27
  234. package/src/sdk/sdk.ts +5 -5
  235. package/vercel-spec.json +890 -493
  236. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  237. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -95
  238. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  239. package/esm/funcs/marketplaceDeleteResource.d.ts.map +0 -1
  240. package/esm/funcs/marketplaceDeleteResource.js.map +0 -1
  241. package/esm/funcs/marketplaceGetResource.d.ts.map +0 -1
  242. package/esm/funcs/marketplaceGetResource.js.map +0 -1
  243. package/esm/funcs/marketplaceGetResources.d.ts +0 -20
  244. package/esm/funcs/marketplaceGetResources.d.ts.map +0 -1
  245. package/esm/funcs/marketplaceGetResources.js.map +0 -1
  246. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +0 -7
  247. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  248. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +0 -27
  249. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  250. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +0 -7
  251. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +0 -1
  252. package/esm/mcp-server/tools/marketplaceDeleteResource.js +0 -27
  253. package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +0 -1
  254. package/esm/mcp-server/tools/marketplaceGetResource.d.ts +0 -7
  255. package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +0 -1
  256. package/esm/mcp-server/tools/marketplaceGetResource.js +0 -28
  257. package/esm/mcp-server/tools/marketplaceGetResource.js.map +0 -1
  258. package/esm/mcp-server/tools/marketplaceGetResources.d.ts +0 -7
  259. package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +0 -1
  260. package/esm/mcp-server/tools/marketplaceGetResources.js +0 -28
  261. package/esm/mcp-server/tools/marketplaceGetResources.js.map +0 -1
  262. package/esm/models/deleteconfigurablelogdrainop.d.ts +0 -39
  263. package/esm/models/deleteconfigurablelogdrainop.d.ts.map +0 -1
  264. package/esm/models/deleteconfigurablelogdrainop.js +0 -35
  265. package/esm/models/deleteconfigurablelogdrainop.js.map +0 -1
  266. package/esm/models/deleteresourceop.d.ts +0 -31
  267. package/esm/models/deleteresourceop.d.ts.map +0 -1
  268. package/esm/models/deleteresourceop.js +0 -33
  269. package/esm/models/deleteresourceop.js.map +0 -1
  270. package/esm/models/getresourceop.d.ts.map +0 -1
  271. package/esm/models/getresourceop.js.map +0 -1
  272. package/esm/models/getresourcesop.d.ts +0 -310
  273. package/esm/models/getresourcesop.d.ts.map +0 -1
  274. package/esm/models/getresourcesop.js +0 -278
  275. package/esm/models/getresourcesop.js.map +0 -1
  276. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +0 -204
  277. package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
  278. package/src/mcp-server/tools/marketplaceGetResources.ts +0 -37
  279. package/src/models/deleteconfigurablelogdrainop.ts +0 -83
  280. package/src/models/deleteresourceop.ts +0 -70
  281. package/src/models/getresourcesop.ts +0 -604
@@ -6,7 +6,7 @@ import { safeParse } from "../lib/schemas.js";
6
6
  /**
7
7
  * The current status of the resource
8
8
  */
9
- export const GetResourceStatus = {
9
+ export const GetIntegrationResourceStatus = {
10
10
  Ready: "ready",
11
11
  Pending: "pending",
12
12
  Suspended: "suspended",
@@ -14,18 +14,18 @@ export const GetResourceStatus = {
14
14
  Uninstalled: "uninstalled",
15
15
  Error: "error",
16
16
  };
17
- export const GetResourceLevel = {
17
+ export const GetIntegrationResourceLevel = {
18
18
  Error: "error",
19
19
  Info: "info",
20
20
  Warn: "warn",
21
21
  };
22
22
  /** @internal */
23
- export const GetResourceRequest$inboundSchema = z.object({
23
+ export const GetIntegrationResourceRequest$inboundSchema = z.object({
24
24
  integrationConfigurationId: z.string(),
25
25
  resourceId: z.string(),
26
26
  });
27
27
  /** @internal */
28
- export const GetResourceRequest$outboundSchema = z.object({
28
+ export const GetIntegrationResourceRequest$outboundSchema = z.object({
29
29
  integrationConfigurationId: z.string(),
30
30
  resourceId: z.string(),
31
31
  });
@@ -33,34 +33,34 @@ export const GetResourceRequest$outboundSchema = z.object({
33
33
  * @internal
34
34
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
35
35
  */
36
- export var GetResourceRequest$;
37
- (function (GetResourceRequest$) {
38
- /** @deprecated use `GetResourceRequest$inboundSchema` instead. */
39
- GetResourceRequest$.inboundSchema = GetResourceRequest$inboundSchema;
40
- /** @deprecated use `GetResourceRequest$outboundSchema` instead. */
41
- GetResourceRequest$.outboundSchema = GetResourceRequest$outboundSchema;
42
- })(GetResourceRequest$ || (GetResourceRequest$ = {}));
43
- export function getResourceRequestToJSON(getResourceRequest) {
44
- return JSON.stringify(GetResourceRequest$outboundSchema.parse(getResourceRequest));
36
+ export var GetIntegrationResourceRequest$;
37
+ (function (GetIntegrationResourceRequest$) {
38
+ /** @deprecated use `GetIntegrationResourceRequest$inboundSchema` instead. */
39
+ GetIntegrationResourceRequest$.inboundSchema = GetIntegrationResourceRequest$inboundSchema;
40
+ /** @deprecated use `GetIntegrationResourceRequest$outboundSchema` instead. */
41
+ GetIntegrationResourceRequest$.outboundSchema = GetIntegrationResourceRequest$outboundSchema;
42
+ })(GetIntegrationResourceRequest$ || (GetIntegrationResourceRequest$ = {}));
43
+ export function getIntegrationResourceRequestToJSON(getIntegrationResourceRequest) {
44
+ return JSON.stringify(GetIntegrationResourceRequest$outboundSchema.parse(getIntegrationResourceRequest));
45
45
  }
46
- export function getResourceRequestFromJSON(jsonString) {
47
- return safeParse(jsonString, (x) => GetResourceRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourceRequest' from JSON`);
46
+ export function getIntegrationResourceRequestFromJSON(jsonString) {
47
+ return safeParse(jsonString, (x) => GetIntegrationResourceRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourceRequest' from JSON`);
48
48
  }
49
49
  /** @internal */
50
- export const GetResourceStatus$inboundSchema = z.nativeEnum(GetResourceStatus);
50
+ export const GetIntegrationResourceStatus$inboundSchema = z.nativeEnum(GetIntegrationResourceStatus);
51
51
  /** @internal */
52
- export const GetResourceStatus$outboundSchema = GetResourceStatus$inboundSchema;
52
+ export const GetIntegrationResourceStatus$outboundSchema = GetIntegrationResourceStatus$inboundSchema;
53
53
  /**
54
54
  * @internal
55
55
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
56
56
  */
57
- export var GetResourceStatus$;
58
- (function (GetResourceStatus$) {
59
- /** @deprecated use `GetResourceStatus$inboundSchema` instead. */
60
- GetResourceStatus$.inboundSchema = GetResourceStatus$inboundSchema;
61
- /** @deprecated use `GetResourceStatus$outboundSchema` instead. */
62
- GetResourceStatus$.outboundSchema = GetResourceStatus$outboundSchema;
63
- })(GetResourceStatus$ || (GetResourceStatus$ = {}));
57
+ export var GetIntegrationResourceStatus$;
58
+ (function (GetIntegrationResourceStatus$) {
59
+ /** @deprecated use `GetIntegrationResourceStatus$inboundSchema` instead. */
60
+ GetIntegrationResourceStatus$.inboundSchema = GetIntegrationResourceStatus$inboundSchema;
61
+ /** @deprecated use `GetIntegrationResourceStatus$outboundSchema` instead. */
62
+ GetIntegrationResourceStatus$.outboundSchema = GetIntegrationResourceStatus$outboundSchema;
63
+ })(GetIntegrationResourceStatus$ || (GetIntegrationResourceStatus$ = {}));
64
64
  /** @internal */
65
65
  export const Experimentation$inboundSchema = z.object({
66
66
  edgeConfigSyncingEnabled: z.boolean().optional(),
@@ -116,30 +116,30 @@ export function protocolSettingsFromJSON(jsonString) {
116
116
  return safeParse(jsonString, (x) => ProtocolSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProtocolSettings' from JSON`);
117
117
  }
118
118
  /** @internal */
119
- export const GetResourceLevel$inboundSchema = z.nativeEnum(GetResourceLevel);
119
+ export const GetIntegrationResourceLevel$inboundSchema = z.nativeEnum(GetIntegrationResourceLevel);
120
120
  /** @internal */
121
- export const GetResourceLevel$outboundSchema = GetResourceLevel$inboundSchema;
121
+ export const GetIntegrationResourceLevel$outboundSchema = GetIntegrationResourceLevel$inboundSchema;
122
122
  /**
123
123
  * @internal
124
124
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
125
125
  */
126
- export var GetResourceLevel$;
127
- (function (GetResourceLevel$) {
128
- /** @deprecated use `GetResourceLevel$inboundSchema` instead. */
129
- GetResourceLevel$.inboundSchema = GetResourceLevel$inboundSchema;
130
- /** @deprecated use `GetResourceLevel$outboundSchema` instead. */
131
- GetResourceLevel$.outboundSchema = GetResourceLevel$outboundSchema;
132
- })(GetResourceLevel$ || (GetResourceLevel$ = {}));
133
- /** @internal */
134
- export const GetResourceNotification$inboundSchema = z.object({
135
- level: GetResourceLevel$inboundSchema,
126
+ export var GetIntegrationResourceLevel$;
127
+ (function (GetIntegrationResourceLevel$) {
128
+ /** @deprecated use `GetIntegrationResourceLevel$inboundSchema` instead. */
129
+ GetIntegrationResourceLevel$.inboundSchema = GetIntegrationResourceLevel$inboundSchema;
130
+ /** @deprecated use `GetIntegrationResourceLevel$outboundSchema` instead. */
131
+ GetIntegrationResourceLevel$.outboundSchema = GetIntegrationResourceLevel$outboundSchema;
132
+ })(GetIntegrationResourceLevel$ || (GetIntegrationResourceLevel$ = {}));
133
+ /** @internal */
134
+ export const GetIntegrationResourceNotification$inboundSchema = z.object({
135
+ level: GetIntegrationResourceLevel$inboundSchema,
136
136
  title: z.string(),
137
137
  message: z.string().optional(),
138
138
  href: z.string().optional(),
139
139
  });
140
140
  /** @internal */
141
- export const GetResourceNotification$outboundSchema = z.object({
142
- level: GetResourceLevel$outboundSchema,
141
+ export const GetIntegrationResourceNotification$outboundSchema = z.object({
142
+ level: GetIntegrationResourceLevel$outboundSchema,
143
143
  title: z.string(),
144
144
  message: z.string().optional(),
145
145
  href: z.string().optional(),
@@ -148,18 +148,18 @@ export const GetResourceNotification$outboundSchema = z.object({
148
148
  * @internal
149
149
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
150
150
  */
151
- export var GetResourceNotification$;
152
- (function (GetResourceNotification$) {
153
- /** @deprecated use `GetResourceNotification$inboundSchema` instead. */
154
- GetResourceNotification$.inboundSchema = GetResourceNotification$inboundSchema;
155
- /** @deprecated use `GetResourceNotification$outboundSchema` instead. */
156
- GetResourceNotification$.outboundSchema = GetResourceNotification$outboundSchema;
157
- })(GetResourceNotification$ || (GetResourceNotification$ = {}));
158
- export function getResourceNotificationToJSON(getResourceNotification) {
159
- return JSON.stringify(GetResourceNotification$outboundSchema.parse(getResourceNotification));
151
+ export var GetIntegrationResourceNotification$;
152
+ (function (GetIntegrationResourceNotification$) {
153
+ /** @deprecated use `GetIntegrationResourceNotification$inboundSchema` instead. */
154
+ GetIntegrationResourceNotification$.inboundSchema = GetIntegrationResourceNotification$inboundSchema;
155
+ /** @deprecated use `GetIntegrationResourceNotification$outboundSchema` instead. */
156
+ GetIntegrationResourceNotification$.outboundSchema = GetIntegrationResourceNotification$outboundSchema;
157
+ })(GetIntegrationResourceNotification$ || (GetIntegrationResourceNotification$ = {}));
158
+ export function getIntegrationResourceNotificationToJSON(getIntegrationResourceNotification) {
159
+ return JSON.stringify(GetIntegrationResourceNotification$outboundSchema.parse(getIntegrationResourceNotification));
160
160
  }
161
- export function getResourceNotificationFromJSON(jsonString) {
162
- return safeParse(jsonString, (x) => GetResourceNotification$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourceNotification' from JSON`);
161
+ export function getIntegrationResourceNotificationFromJSON(jsonString) {
162
+ return safeParse(jsonString, (x) => GetIntegrationResourceNotification$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourceNotification' from JSON`);
163
163
  }
164
164
  /** @internal */
165
165
  export const Metadata$inboundSchema = z.union([
@@ -195,14 +195,15 @@ export function metadataFromJSON(jsonString) {
195
195
  return safeParse(jsonString, (x) => Metadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Metadata' from JSON`);
196
196
  }
197
197
  /** @internal */
198
- export const GetResourceResponseBody$inboundSchema = z.object({
198
+ export const GetIntegrationResourceResponseBody$inboundSchema = z.object({
199
199
  id: z.string(),
200
200
  internalId: z.string(),
201
201
  name: z.string(),
202
- status: GetResourceStatus$inboundSchema.optional(),
202
+ status: GetIntegrationResourceStatus$inboundSchema.optional(),
203
203
  productId: z.string(),
204
204
  protocolSettings: z.lazy(() => ProtocolSettings$inboundSchema).optional(),
205
- notification: z.lazy(() => GetResourceNotification$inboundSchema).optional(),
205
+ notification: z.lazy(() => GetIntegrationResourceNotification$inboundSchema)
206
+ .optional(),
206
207
  billingPlanId: z.string().optional(),
207
208
  metadata: z.record(z.union([
208
209
  z.string(),
@@ -213,14 +214,15 @@ export const GetResourceResponseBody$inboundSchema = z.object({
213
214
  ])).optional(),
214
215
  });
215
216
  /** @internal */
216
- export const GetResourceResponseBody$outboundSchema = z.object({
217
+ export const GetIntegrationResourceResponseBody$outboundSchema = z.object({
217
218
  id: z.string(),
218
219
  internalId: z.string(),
219
220
  name: z.string(),
220
- status: GetResourceStatus$outboundSchema.optional(),
221
+ status: GetIntegrationResourceStatus$outboundSchema.optional(),
221
222
  productId: z.string(),
222
223
  protocolSettings: z.lazy(() => ProtocolSettings$outboundSchema).optional(),
223
- notification: z.lazy(() => GetResourceNotification$outboundSchema).optional(),
224
+ notification: z.lazy(() => GetIntegrationResourceNotification$outboundSchema)
225
+ .optional(),
224
226
  billingPlanId: z.string().optional(),
225
227
  metadata: z.record(z.union([
226
228
  z.string(),
@@ -234,17 +236,17 @@ export const GetResourceResponseBody$outboundSchema = z.object({
234
236
  * @internal
235
237
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
236
238
  */
237
- export var GetResourceResponseBody$;
238
- (function (GetResourceResponseBody$) {
239
- /** @deprecated use `GetResourceResponseBody$inboundSchema` instead. */
240
- GetResourceResponseBody$.inboundSchema = GetResourceResponseBody$inboundSchema;
241
- /** @deprecated use `GetResourceResponseBody$outboundSchema` instead. */
242
- GetResourceResponseBody$.outboundSchema = GetResourceResponseBody$outboundSchema;
243
- })(GetResourceResponseBody$ || (GetResourceResponseBody$ = {}));
244
- export function getResourceResponseBodyToJSON(getResourceResponseBody) {
245
- return JSON.stringify(GetResourceResponseBody$outboundSchema.parse(getResourceResponseBody));
239
+ export var GetIntegrationResourceResponseBody$;
240
+ (function (GetIntegrationResourceResponseBody$) {
241
+ /** @deprecated use `GetIntegrationResourceResponseBody$inboundSchema` instead. */
242
+ GetIntegrationResourceResponseBody$.inboundSchema = GetIntegrationResourceResponseBody$inboundSchema;
243
+ /** @deprecated use `GetIntegrationResourceResponseBody$outboundSchema` instead. */
244
+ GetIntegrationResourceResponseBody$.outboundSchema = GetIntegrationResourceResponseBody$outboundSchema;
245
+ })(GetIntegrationResourceResponseBody$ || (GetIntegrationResourceResponseBody$ = {}));
246
+ export function getIntegrationResourceResponseBodyToJSON(getIntegrationResourceResponseBody) {
247
+ return JSON.stringify(GetIntegrationResourceResponseBody$outboundSchema.parse(getIntegrationResourceResponseBody));
246
248
  }
247
- export function getResourceResponseBodyFromJSON(jsonString) {
248
- return safeParse(jsonString, (x) => GetResourceResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourceResponseBody' from JSON`);
249
+ export function getIntegrationResourceResponseBodyFromJSON(jsonString) {
250
+ return safeParse(jsonString, (x) => GetIntegrationResourceResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourceResponseBody' from JSON`);
249
251
  }
250
- //# sourceMappingURL=getresourceop.js.map
252
+ //# sourceMappingURL=getintegrationresourceop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getintegrationresourceop.js","sourceRoot":"","sources":["../../src/models/getintegrationresourceop.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,310 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { SDKValidationError } from "./sdkvalidationerror.js";
5
+ export type GetIntegrationResourcesRequest = {
6
+ integrationConfigurationId: string;
7
+ };
8
+ /**
9
+ * The current status of the resource
10
+ */
11
+ export declare const GetIntegrationResourcesStatus: {
12
+ readonly Ready: "ready";
13
+ readonly Pending: "pending";
14
+ readonly Suspended: "suspended";
15
+ readonly Resumed: "resumed";
16
+ readonly Uninstalled: "uninstalled";
17
+ readonly Error: "error";
18
+ };
19
+ /**
20
+ * The current status of the resource
21
+ */
22
+ export type GetIntegrationResourcesStatus = ClosedEnum<typeof GetIntegrationResourcesStatus>;
23
+ export type GetIntegrationResourcesExperimentation = {
24
+ edgeConfigSyncingEnabled?: boolean | undefined;
25
+ edgeConfigId?: string | undefined;
26
+ edgeConfigTokenId?: string | undefined;
27
+ };
28
+ /**
29
+ * Any settings provided for the resource to support its product's protocols
30
+ */
31
+ export type GetIntegrationResourcesProtocolSettings = {
32
+ experimentation?: GetIntegrationResourcesExperimentation | undefined;
33
+ };
34
+ export declare const GetIntegrationResourcesLevel: {
35
+ readonly Error: "error";
36
+ readonly Info: "info";
37
+ readonly Warn: "warn";
38
+ };
39
+ export type GetIntegrationResourcesLevel = ClosedEnum<typeof GetIntegrationResourcesLevel>;
40
+ /**
41
+ * The notification, if set, displayed to the user when viewing the resource in Vercel
42
+ */
43
+ export type GetIntegrationResourcesNotification = {
44
+ level: GetIntegrationResourcesLevel;
45
+ title: string;
46
+ message?: string | undefined;
47
+ href?: string | undefined;
48
+ };
49
+ export type GetIntegrationResourcesMetadata = string | number | boolean | Array<string> | Array<number>;
50
+ export type Resources = {
51
+ /**
52
+ * The ID provided by the partner for the given resource
53
+ */
54
+ partnerId: string;
55
+ /**
56
+ * The ID assigned by Vercel for the given resource
57
+ */
58
+ internalId: string;
59
+ /**
60
+ * The name of the resource as it is recorded in Vercel
61
+ */
62
+ name: string;
63
+ /**
64
+ * The current status of the resource
65
+ */
66
+ status?: GetIntegrationResourcesStatus | undefined;
67
+ /**
68
+ * The ID of the product the resource is derived from
69
+ */
70
+ productId: string;
71
+ /**
72
+ * Any settings provided for the resource to support its product's protocols
73
+ */
74
+ protocolSettings?: GetIntegrationResourcesProtocolSettings | undefined;
75
+ /**
76
+ * The notification, if set, displayed to the user when viewing the resource in Vercel
77
+ */
78
+ notification?: GetIntegrationResourcesNotification | undefined;
79
+ /**
80
+ * The ID of the billing plan the resource is subscribed to, if applicable
81
+ */
82
+ billingPlanId?: string | undefined;
83
+ /**
84
+ * The configured metadata for the resource as defined by its product's Metadata Schema
85
+ */
86
+ metadata?: {
87
+ [k: string]: string | number | boolean | Array<string> | Array<number>;
88
+ } | undefined;
89
+ };
90
+ export type GetIntegrationResourcesResponseBody = {
91
+ resources: Array<Resources>;
92
+ };
93
+ /** @internal */
94
+ export declare const GetIntegrationResourcesRequest$inboundSchema: z.ZodType<GetIntegrationResourcesRequest, z.ZodTypeDef, unknown>;
95
+ /** @internal */
96
+ export type GetIntegrationResourcesRequest$Outbound = {
97
+ integrationConfigurationId: string;
98
+ };
99
+ /** @internal */
100
+ export declare const GetIntegrationResourcesRequest$outboundSchema: z.ZodType<GetIntegrationResourcesRequest$Outbound, z.ZodTypeDef, GetIntegrationResourcesRequest>;
101
+ /**
102
+ * @internal
103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
104
+ */
105
+ export declare namespace GetIntegrationResourcesRequest$ {
106
+ /** @deprecated use `GetIntegrationResourcesRequest$inboundSchema` instead. */
107
+ const inboundSchema: z.ZodType<GetIntegrationResourcesRequest, z.ZodTypeDef, unknown>;
108
+ /** @deprecated use `GetIntegrationResourcesRequest$outboundSchema` instead. */
109
+ const outboundSchema: z.ZodType<GetIntegrationResourcesRequest$Outbound, z.ZodTypeDef, GetIntegrationResourcesRequest>;
110
+ /** @deprecated use `GetIntegrationResourcesRequest$Outbound` instead. */
111
+ type Outbound = GetIntegrationResourcesRequest$Outbound;
112
+ }
113
+ export declare function getIntegrationResourcesRequestToJSON(getIntegrationResourcesRequest: GetIntegrationResourcesRequest): string;
114
+ export declare function getIntegrationResourcesRequestFromJSON(jsonString: string): SafeParseResult<GetIntegrationResourcesRequest, SDKValidationError>;
115
+ /** @internal */
116
+ export declare const GetIntegrationResourcesStatus$inboundSchema: z.ZodNativeEnum<typeof GetIntegrationResourcesStatus>;
117
+ /** @internal */
118
+ export declare const GetIntegrationResourcesStatus$outboundSchema: z.ZodNativeEnum<typeof GetIntegrationResourcesStatus>;
119
+ /**
120
+ * @internal
121
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
122
+ */
123
+ export declare namespace GetIntegrationResourcesStatus$ {
124
+ /** @deprecated use `GetIntegrationResourcesStatus$inboundSchema` instead. */
125
+ const inboundSchema: z.ZodNativeEnum<{
126
+ readonly Ready: "ready";
127
+ readonly Pending: "pending";
128
+ readonly Suspended: "suspended";
129
+ readonly Resumed: "resumed";
130
+ readonly Uninstalled: "uninstalled";
131
+ readonly Error: "error";
132
+ }>;
133
+ /** @deprecated use `GetIntegrationResourcesStatus$outboundSchema` instead. */
134
+ const outboundSchema: z.ZodNativeEnum<{
135
+ readonly Ready: "ready";
136
+ readonly Pending: "pending";
137
+ readonly Suspended: "suspended";
138
+ readonly Resumed: "resumed";
139
+ readonly Uninstalled: "uninstalled";
140
+ readonly Error: "error";
141
+ }>;
142
+ }
143
+ /** @internal */
144
+ export declare const GetIntegrationResourcesExperimentation$inboundSchema: z.ZodType<GetIntegrationResourcesExperimentation, z.ZodTypeDef, unknown>;
145
+ /** @internal */
146
+ export type GetIntegrationResourcesExperimentation$Outbound = {
147
+ edgeConfigSyncingEnabled?: boolean | undefined;
148
+ edgeConfigId?: string | undefined;
149
+ edgeConfigTokenId?: string | undefined;
150
+ };
151
+ /** @internal */
152
+ export declare const GetIntegrationResourcesExperimentation$outboundSchema: z.ZodType<GetIntegrationResourcesExperimentation$Outbound, z.ZodTypeDef, GetIntegrationResourcesExperimentation>;
153
+ /**
154
+ * @internal
155
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
156
+ */
157
+ export declare namespace GetIntegrationResourcesExperimentation$ {
158
+ /** @deprecated use `GetIntegrationResourcesExperimentation$inboundSchema` instead. */
159
+ const inboundSchema: z.ZodType<GetIntegrationResourcesExperimentation, z.ZodTypeDef, unknown>;
160
+ /** @deprecated use `GetIntegrationResourcesExperimentation$outboundSchema` instead. */
161
+ const outboundSchema: z.ZodType<GetIntegrationResourcesExperimentation$Outbound, z.ZodTypeDef, GetIntegrationResourcesExperimentation>;
162
+ /** @deprecated use `GetIntegrationResourcesExperimentation$Outbound` instead. */
163
+ type Outbound = GetIntegrationResourcesExperimentation$Outbound;
164
+ }
165
+ export declare function getIntegrationResourcesExperimentationToJSON(getIntegrationResourcesExperimentation: GetIntegrationResourcesExperimentation): string;
166
+ export declare function getIntegrationResourcesExperimentationFromJSON(jsonString: string): SafeParseResult<GetIntegrationResourcesExperimentation, SDKValidationError>;
167
+ /** @internal */
168
+ export declare const GetIntegrationResourcesProtocolSettings$inboundSchema: z.ZodType<GetIntegrationResourcesProtocolSettings, z.ZodTypeDef, unknown>;
169
+ /** @internal */
170
+ export type GetIntegrationResourcesProtocolSettings$Outbound = {
171
+ experimentation?: GetIntegrationResourcesExperimentation$Outbound | undefined;
172
+ };
173
+ /** @internal */
174
+ export declare const GetIntegrationResourcesProtocolSettings$outboundSchema: z.ZodType<GetIntegrationResourcesProtocolSettings$Outbound, z.ZodTypeDef, GetIntegrationResourcesProtocolSettings>;
175
+ /**
176
+ * @internal
177
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
178
+ */
179
+ export declare namespace GetIntegrationResourcesProtocolSettings$ {
180
+ /** @deprecated use `GetIntegrationResourcesProtocolSettings$inboundSchema` instead. */
181
+ const inboundSchema: z.ZodType<GetIntegrationResourcesProtocolSettings, z.ZodTypeDef, unknown>;
182
+ /** @deprecated use `GetIntegrationResourcesProtocolSettings$outboundSchema` instead. */
183
+ const outboundSchema: z.ZodType<GetIntegrationResourcesProtocolSettings$Outbound, z.ZodTypeDef, GetIntegrationResourcesProtocolSettings>;
184
+ /** @deprecated use `GetIntegrationResourcesProtocolSettings$Outbound` instead. */
185
+ type Outbound = GetIntegrationResourcesProtocolSettings$Outbound;
186
+ }
187
+ export declare function getIntegrationResourcesProtocolSettingsToJSON(getIntegrationResourcesProtocolSettings: GetIntegrationResourcesProtocolSettings): string;
188
+ export declare function getIntegrationResourcesProtocolSettingsFromJSON(jsonString: string): SafeParseResult<GetIntegrationResourcesProtocolSettings, SDKValidationError>;
189
+ /** @internal */
190
+ export declare const GetIntegrationResourcesLevel$inboundSchema: z.ZodNativeEnum<typeof GetIntegrationResourcesLevel>;
191
+ /** @internal */
192
+ export declare const GetIntegrationResourcesLevel$outboundSchema: z.ZodNativeEnum<typeof GetIntegrationResourcesLevel>;
193
+ /**
194
+ * @internal
195
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
196
+ */
197
+ export declare namespace GetIntegrationResourcesLevel$ {
198
+ /** @deprecated use `GetIntegrationResourcesLevel$inboundSchema` instead. */
199
+ const inboundSchema: z.ZodNativeEnum<{
200
+ readonly Error: "error";
201
+ readonly Info: "info";
202
+ readonly Warn: "warn";
203
+ }>;
204
+ /** @deprecated use `GetIntegrationResourcesLevel$outboundSchema` instead. */
205
+ const outboundSchema: z.ZodNativeEnum<{
206
+ readonly Error: "error";
207
+ readonly Info: "info";
208
+ readonly Warn: "warn";
209
+ }>;
210
+ }
211
+ /** @internal */
212
+ export declare const GetIntegrationResourcesNotification$inboundSchema: z.ZodType<GetIntegrationResourcesNotification, z.ZodTypeDef, unknown>;
213
+ /** @internal */
214
+ export type GetIntegrationResourcesNotification$Outbound = {
215
+ level: string;
216
+ title: string;
217
+ message?: string | undefined;
218
+ href?: string | undefined;
219
+ };
220
+ /** @internal */
221
+ export declare const GetIntegrationResourcesNotification$outboundSchema: z.ZodType<GetIntegrationResourcesNotification$Outbound, z.ZodTypeDef, GetIntegrationResourcesNotification>;
222
+ /**
223
+ * @internal
224
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
225
+ */
226
+ export declare namespace GetIntegrationResourcesNotification$ {
227
+ /** @deprecated use `GetIntegrationResourcesNotification$inboundSchema` instead. */
228
+ const inboundSchema: z.ZodType<GetIntegrationResourcesNotification, z.ZodTypeDef, unknown>;
229
+ /** @deprecated use `GetIntegrationResourcesNotification$outboundSchema` instead. */
230
+ const outboundSchema: z.ZodType<GetIntegrationResourcesNotification$Outbound, z.ZodTypeDef, GetIntegrationResourcesNotification>;
231
+ /** @deprecated use `GetIntegrationResourcesNotification$Outbound` instead. */
232
+ type Outbound = GetIntegrationResourcesNotification$Outbound;
233
+ }
234
+ export declare function getIntegrationResourcesNotificationToJSON(getIntegrationResourcesNotification: GetIntegrationResourcesNotification): string;
235
+ export declare function getIntegrationResourcesNotificationFromJSON(jsonString: string): SafeParseResult<GetIntegrationResourcesNotification, SDKValidationError>;
236
+ /** @internal */
237
+ export declare const GetIntegrationResourcesMetadata$inboundSchema: z.ZodType<GetIntegrationResourcesMetadata, z.ZodTypeDef, unknown>;
238
+ /** @internal */
239
+ export type GetIntegrationResourcesMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
240
+ /** @internal */
241
+ export declare const GetIntegrationResourcesMetadata$outboundSchema: z.ZodType<GetIntegrationResourcesMetadata$Outbound, z.ZodTypeDef, GetIntegrationResourcesMetadata>;
242
+ /**
243
+ * @internal
244
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
245
+ */
246
+ export declare namespace GetIntegrationResourcesMetadata$ {
247
+ /** @deprecated use `GetIntegrationResourcesMetadata$inboundSchema` instead. */
248
+ const inboundSchema: z.ZodType<GetIntegrationResourcesMetadata, z.ZodTypeDef, unknown>;
249
+ /** @deprecated use `GetIntegrationResourcesMetadata$outboundSchema` instead. */
250
+ const outboundSchema: z.ZodType<GetIntegrationResourcesMetadata$Outbound, z.ZodTypeDef, GetIntegrationResourcesMetadata>;
251
+ /** @deprecated use `GetIntegrationResourcesMetadata$Outbound` instead. */
252
+ type Outbound = GetIntegrationResourcesMetadata$Outbound;
253
+ }
254
+ export declare function getIntegrationResourcesMetadataToJSON(getIntegrationResourcesMetadata: GetIntegrationResourcesMetadata): string;
255
+ export declare function getIntegrationResourcesMetadataFromJSON(jsonString: string): SafeParseResult<GetIntegrationResourcesMetadata, SDKValidationError>;
256
+ /** @internal */
257
+ export declare const Resources$inboundSchema: z.ZodType<Resources, z.ZodTypeDef, unknown>;
258
+ /** @internal */
259
+ export type Resources$Outbound = {
260
+ partnerId: string;
261
+ internalId: string;
262
+ name: string;
263
+ status?: string | undefined;
264
+ productId: string;
265
+ protocolSettings?: GetIntegrationResourcesProtocolSettings$Outbound | undefined;
266
+ notification?: GetIntegrationResourcesNotification$Outbound | undefined;
267
+ billingPlanId?: string | undefined;
268
+ metadata?: {
269
+ [k: string]: string | number | boolean | Array<string> | Array<number>;
270
+ } | undefined;
271
+ };
272
+ /** @internal */
273
+ export declare const Resources$outboundSchema: z.ZodType<Resources$Outbound, z.ZodTypeDef, Resources>;
274
+ /**
275
+ * @internal
276
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
277
+ */
278
+ export declare namespace Resources$ {
279
+ /** @deprecated use `Resources$inboundSchema` instead. */
280
+ const inboundSchema: z.ZodType<Resources, z.ZodTypeDef, unknown>;
281
+ /** @deprecated use `Resources$outboundSchema` instead. */
282
+ const outboundSchema: z.ZodType<Resources$Outbound, z.ZodTypeDef, Resources>;
283
+ /** @deprecated use `Resources$Outbound` instead. */
284
+ type Outbound = Resources$Outbound;
285
+ }
286
+ export declare function resourcesToJSON(resources: Resources): string;
287
+ export declare function resourcesFromJSON(jsonString: string): SafeParseResult<Resources, SDKValidationError>;
288
+ /** @internal */
289
+ export declare const GetIntegrationResourcesResponseBody$inboundSchema: z.ZodType<GetIntegrationResourcesResponseBody, z.ZodTypeDef, unknown>;
290
+ /** @internal */
291
+ export type GetIntegrationResourcesResponseBody$Outbound = {
292
+ resources: Array<Resources$Outbound>;
293
+ };
294
+ /** @internal */
295
+ export declare const GetIntegrationResourcesResponseBody$outboundSchema: z.ZodType<GetIntegrationResourcesResponseBody$Outbound, z.ZodTypeDef, GetIntegrationResourcesResponseBody>;
296
+ /**
297
+ * @internal
298
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
299
+ */
300
+ export declare namespace GetIntegrationResourcesResponseBody$ {
301
+ /** @deprecated use `GetIntegrationResourcesResponseBody$inboundSchema` instead. */
302
+ const inboundSchema: z.ZodType<GetIntegrationResourcesResponseBody, z.ZodTypeDef, unknown>;
303
+ /** @deprecated use `GetIntegrationResourcesResponseBody$outboundSchema` instead. */
304
+ const outboundSchema: z.ZodType<GetIntegrationResourcesResponseBody$Outbound, z.ZodTypeDef, GetIntegrationResourcesResponseBody>;
305
+ /** @deprecated use `GetIntegrationResourcesResponseBody$Outbound` instead. */
306
+ type Outbound = GetIntegrationResourcesResponseBody$Outbound;
307
+ }
308
+ export declare function getIntegrationResourcesResponseBodyToJSON(getIntegrationResourcesResponseBody: GetIntegrationResourcesResponseBody): string;
309
+ export declare function getIntegrationResourcesResponseBodyFromJSON(jsonString: string): SafeParseResult<GetIntegrationResourcesResponseBody, SDKValidationError>;
310
+ //# sourceMappingURL=getintegrationresourcesop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getintegrationresourcesop.d.ts","sourceRoot":"","sources":["../../src/models/getintegrationresourcesop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,MAAM,8BAA8B,GAAG;IAC3C,0BAA0B,EAAE,MAAM,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;CAOhC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,UAAU,CACpD,OAAO,6BAA6B,CACrC,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD,wBAAwB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD,eAAe,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;CACtE,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;CAI/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,UAAU,CACnD,OAAO,4BAA4B,CACpC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,KAAK,EAAE,4BAA4B,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,+BAA+B,GACvC,MAAM,GACN,MAAM,GACN,OAAO,GACP,KAAK,CAAC,MAAM,CAAC,GACb,KAAK,CAAC,MAAM,CAAC,CAAC;AAElB,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IACnD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,gBAAgB,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IACvE;;OAEG;IACH,YAAY,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE;QACT,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,GAAG,SAAS,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,0BAA0B,EAAE,MAAM,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAG9B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,kEAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,kGAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE;AAED,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AAED,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE;AAED,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,aAAa,CACvE,OAAO,6BAA6B,CACS,CAAC;AAEhD,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,aAAa,CACxE,OAAO,6BAA6B,CACS,CAAC;AAEhD;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa;;;;;;;MAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc;;;;;;;MAA+C,CAAC;CAC5E;AAED,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC5D,wBAAwB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CAKtC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,uCAAuC,CAAC;IACvD,sFAAsF;IAC/E,MAAM,aAAa,0EAC4B,CAAC;IACvD,uFAAuF;IAChF,MAAM,cAAc,kHAC4B,CAAC;IACxD,iFAAiF;IACjF,KAAY,QAAQ,GAAG,+CAA+C,CAAC;CACxE;AAED,wBAAgB,4CAA4C,CAC1D,sCAAsC,EACpC,sCAAsC,GACvC,MAAM,CAMR;AAED,wBAAgB,8CAA8C,CAC5D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sCAAsC,EAAE,kBAAkB,CAAC,CAO7E;AAED,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gDAAgD,GAAG;IAC7D,eAAe,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;CAC/E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,gDAAgD,EAChD,CAAC,CAAC,UAAU,EACZ,uCAAuC,CAKvC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wCAAwC,CAAC;IACxD,uFAAuF;IAChF,MAAM,aAAa,2EAC6B,CAAC;IACxD,wFAAwF;IACjF,MAAM,cAAc,oHAC6B,CAAC;IACzD,kFAAkF;IAClF,KAAY,QAAQ,GAAG,gDAAgD,CAAC;CACzE;AAED,wBAAgB,6CAA6C,CAC3D,uCAAuC,EACrC,uCAAuC,GACxC,MAAM,CAMR;AAED,wBAAgB,+CAA+C,CAC7D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,uCAAuC,EACvC,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,aAAa,CACtE,OAAO,4BAA4B,CACS,CAAC;AAE/C,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,aAAa,CACvE,OAAO,4BAA4B,CACS,CAAC;AAE/C;;;GAGG;AACH,yBAAiB,6BAA6B,CAAC;IAC7C,4EAA4E;IACrE,MAAM,aAAa;;;;MAA6C,CAAC;IACxE,6EAA6E;IACtE,MAAM,cAAc;;;;MAA8C,CAAC;CAC3E;AAED,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAMnC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oCAAoC,CAAC;IACpD,mFAAmF;IAC5E,MAAM,aAAa,uEACyB,CAAC;IACpD,oFAAoF;IAC7E,MAAM,cAAc,4GACyB,CAAC;IACrD,8EAA8E;IAC9E,KAAY,QAAQ,GAAG,4CAA4C,CAAC;CACrE;AAED,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AAED,wBAAgB,2CAA2C,CACzD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mCAAmC,EAAE,kBAAkB,CAAC,CAO1E;AAED,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAChD,MAAM,GACN,MAAM,GACN,OAAO,GACP,KAAK,CAAC,MAAM,CAAC,GACb,KAAK,CAAC,MAAM,CAAC,CAAC;AAElB,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAO/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE;AAED,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE;AAED,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,SAAS,EACT,CAAC,CAAC,UAAU,EACZ,OAAO,CAsBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EACb,gDAAgD,GAChD,SAAS,CAAC;IACd,YAAY,CAAC,EAAE,4CAA4C,GAAG,SAAS,CAAC;IACxE,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE;QACT,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,GAAG,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,SAAS,CAsBT,CAAC;AAEH;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa,6CAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc,wDAA2B,CAAC;IACvD,oDAAoD;IACpD,KAAY,QAAQ,GAAG,kBAAkB,CAAC;CAC3C;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM,CAE5D;AAED,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAMhD;AAED,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,SAAS,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAGnC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oCAAoC,CAAC;IACpD,mFAAmF;IAC5E,MAAM,aAAa,uEACyB,CAAC;IACpD,oFAAoF;IAC7E,MAAM,cAAc,4GACyB,CAAC;IACrD,8EAA8E;IAC9E,KAAY,QAAQ,GAAG,4CAA4C,CAAC;CACrE;AAED,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AAED,wBAAgB,2CAA2C,CACzD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mCAAmC,EAAE,kBAAkB,CAAC,CAO1E"}