@vercel/sdk 1.11.2 → 1.11.4

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 (169) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +926 -870
  3. package/bin/mcp-server.js.map +29 -29
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/checks.test.js +1 -1
  7. package/esm/__tests__/checks.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +3 -12
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +2 -6
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +1 -11
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/vercel.test.js +3 -27
  17. package/esm/__tests__/vercel.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  20. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  21. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  22. package/esm/lib/config.d.ts +2 -2
  23. package/esm/lib/config.js +2 -2
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -3
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  29. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  32. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  33. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  34. package/esm/models/approverollingreleasestageop.js +6 -0
  35. package/esm/models/approverollingreleasestageop.js.map +1 -1
  36. package/esm/models/canceldeploymentop.d.ts +3 -0
  37. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  38. package/esm/models/canceldeploymentop.js +1 -0
  39. package/esm/models/canceldeploymentop.js.map +1 -1
  40. package/esm/models/completerollingreleaseop.d.ts +15 -0
  41. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  42. package/esm/models/completerollingreleaseop.js +6 -0
  43. package/esm/models/completerollingreleaseop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +41 -35
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +15 -13
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createintegrationstoredirectop.d.ts +243 -240
  49. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  50. package/esm/models/createintegrationstoredirectop.js +295 -294
  51. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  52. package/esm/models/createprojectenvop.d.ts +6 -6
  53. package/esm/models/createprojectenvop.js +2 -2
  54. package/esm/models/createprojectenvop.js.map +1 -1
  55. package/esm/models/createprojectop.d.ts +11 -0
  56. package/esm/models/createprojectop.d.ts.map +1 -1
  57. package/esm/models/createprojectop.js +4 -0
  58. package/esm/models/createprojectop.js.map +1 -1
  59. package/esm/models/editprojectenvop.d.ts +3 -3
  60. package/esm/models/editprojectenvop.js +1 -1
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/getbillingplansop.d.ts +257 -0
  63. package/esm/models/getbillingplansop.d.ts.map +1 -0
  64. package/esm/models/getbillingplansop.js +244 -0
  65. package/esm/models/getbillingplansop.js.map +1 -0
  66. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  67. package/esm/models/getconfigurationproductsop.js +408 -408
  68. package/esm/models/getdeploymentop.d.ts +3 -0
  69. package/esm/models/getdeploymentop.d.ts.map +1 -1
  70. package/esm/models/getdeploymentop.js +1 -0
  71. package/esm/models/getdeploymentop.js.map +1 -1
  72. package/esm/models/getdeploymentsop.d.ts +3 -0
  73. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentsop.js +1 -0
  75. package/esm/models/getdeploymentsop.js.map +1 -1
  76. package/esm/models/getprojectsop.d.ts +8 -0
  77. package/esm/models/getprojectsop.d.ts.map +1 -1
  78. package/esm/models/getprojectsop.js +3 -0
  79. package/esm/models/getprojectsop.js.map +1 -1
  80. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  81. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  82. package/esm/models/getrollingreleaseconfigop.js +2 -0
  83. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  84. package/esm/models/getrollingreleaseop.d.ts +15 -0
  85. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  86. package/esm/models/getrollingreleaseop.js +6 -0
  87. package/esm/models/getrollingreleaseop.js.map +1 -1
  88. package/esm/models/getwebhooksop.d.ts +3 -0
  89. package/esm/models/getwebhooksop.d.ts.map +1 -1
  90. package/esm/models/getwebhooksop.js +1 -0
  91. package/esm/models/getwebhooksop.js.map +1 -1
  92. package/esm/models/importresourceop.d.ts +15 -15
  93. package/esm/models/importresourceop.d.ts.map +1 -1
  94. package/esm/models/importresourceop.js +17 -15
  95. package/esm/models/importresourceop.js.map +1 -1
  96. package/esm/models/removeprojectenvop.d.ts +9 -9
  97. package/esm/models/removeprojectenvop.js +3 -3
  98. package/esm/models/removeprojectenvop.js.map +1 -1
  99. package/esm/models/updateprojectdatacacheop.d.ts +8 -0
  100. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  101. package/esm/models/updateprojectdatacacheop.js +3 -0
  102. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  103. package/esm/models/updateprojectop.d.ts +173 -162
  104. package/esm/models/updateprojectop.d.ts.map +1 -1
  105. package/esm/models/updateprojectop.js +158 -154
  106. package/esm/models/updateprojectop.js.map +1 -1
  107. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  108. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  109. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  110. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  111. package/esm/sdk/integrations.d.ts +8 -0
  112. package/esm/sdk/integrations.d.ts.map +1 -1
  113. package/esm/sdk/integrations.js +10 -0
  114. package/esm/sdk/integrations.js.map +1 -1
  115. package/esm/sdk/sdk.d.ts +1 -3
  116. package/esm/sdk/sdk.d.ts.map +1 -1
  117. package/esm/sdk/sdk.js +0 -5
  118. package/esm/sdk/sdk.js.map +1 -1
  119. package/examples/package-lock.json +1 -1
  120. package/jsr.json +1 -1
  121. package/package.json +1 -1
  122. package/src/__tests__/checks.test.ts +1 -1
  123. package/src/__tests__/domains.test.ts +3 -12
  124. package/src/__tests__/integrations.test.ts +32 -1
  125. package/src/__tests__/rollingrelease.test.ts +2 -6
  126. package/src/__tests__/security.test.ts +1 -11
  127. package/src/__tests__/vercel.test.ts +4 -33
  128. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  129. package/src/lib/config.ts +2 -2
  130. package/src/mcp-server/mcp-server.ts +1 -1
  131. package/src/mcp-server/server.ts +3 -5
  132. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  133. package/src/models/approverollingreleasestageop.ts +21 -0
  134. package/src/models/canceldeploymentop.ts +1 -0
  135. package/src/models/completerollingreleaseop.ts +21 -0
  136. package/src/models/createdeploymentop.ts +17 -15
  137. package/src/models/createintegrationstoredirectop.ts +506 -505
  138. package/src/models/createprojectenvop.ts +2 -2
  139. package/src/models/createprojectop.ts +9 -0
  140. package/src/models/editprojectenvop.ts +1 -1
  141. package/src/models/getbillingplansop.ts +508 -0
  142. package/src/models/getconfigurationproductsop.ts +703 -703
  143. package/src/models/getdeploymentop.ts +1 -0
  144. package/src/models/getdeploymentsop.ts +1 -0
  145. package/src/models/getprojectsop.ts +8 -0
  146. package/src/models/getrollingreleaseconfigop.ts +7 -0
  147. package/src/models/getrollingreleaseop.ts +21 -0
  148. package/src/models/getwebhooksop.ts +1 -0
  149. package/src/models/importresourceop.ts +27 -29
  150. package/src/models/removeprojectenvop.ts +3 -3
  151. package/src/models/updateprojectdatacacheop.ts +8 -0
  152. package/src/models/updateprojectop.ts +347 -338
  153. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  154. package/src/sdk/integrations.ts +22 -0
  155. package/src/sdk/sdk.ts +1 -23
  156. package/vercel-spec.json +715 -594
  157. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  158. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  159. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  160. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  161. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  162. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  163. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  164. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  165. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  166. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  167. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  168. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  169. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -1,14 +0,0 @@
1
- import { VercelCore } from "../core.js";
2
- import { RequestOptions } from "../lib/sdks.js";
3
- import { GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody } from "../models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js";
4
- import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/httpclienterrors.js";
5
- import { ResponseValidationError } from "../models/responsevalidationerror.js";
6
- import { SDKValidationError } from "../models/sdkvalidationerror.js";
7
- import { VercelBadRequestError } from "../models/vercelbadrequesterror.js";
8
- import { VercelError } from "../models/vercelerror.js";
9
- import { VercelForbiddenError } from "../models/vercelforbiddenerror.js";
10
- import { VercelNotFoundError } from "../models/vercelnotfounderror.js";
11
- import { APIPromise } from "../types/async.js";
12
- import { Result } from "../types/fp.js";
13
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans(client: VercelCore, request: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest, options?: RequestOptions): APIPromise<Result<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody, VercelBadRequestError | VercelForbiddenError | VercelNotFoundError | VercelError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
14
- //# sourceMappingURL=getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts","sourceRoot":"","sources":["../../src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKxC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAEhD,OAAO,EACL,kFAAkF,EAElF,uFAAuF,EAExF,MAAM,4FAA4F,CAAC;AACpG,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,qBAAqB,EAEtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EACL,oBAAoB,EAErB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,mBAAmB,EAEpB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,wBAAgB,2EAA2E,CACzF,MAAM,EAAE,UAAU,EAClB,OAAO,EACL,kFAAkF,EACpF,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,uFAAuF,EACrF,qBAAqB,GACrB,oBAAoB,GACpB,mBAAmB,GACnB,WAAW,GACX,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js","sourceRoot":"","sources":["../../src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import { ToolDefinition } from "../tools.js";
2
- declare const args: {
3
- request: import("zod").ZodType<import("../../models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js").GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest, import("zod").ZodTypeDef, unknown>;
4
- };
5
- export declare const tool$getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans: ToolDefinition<typeof args>;
6
- export {};
7
- //# sourceMappingURL=getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts"],"names":[],"mappings":"AAQA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAGT,CAAC;AAEF,eAAO,MAAM,gFAAgF,EAC3F,cAAc,CAAC,OAAO,IAAI,CAwBzB,CAAC"}
@@ -1,26 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import { getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans } from "../../funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js";
5
- import { GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema, } from "../../models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js";
6
- import { formatResult } from "../tools.js";
7
- const args = {
8
- request: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema,
9
- };
10
- export const tool$getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans = {
11
- name: "get-v1-integrations-integration-integration-id-or-slug-products-product-id-or-slug-plans",
12
- description: ``,
13
- args,
14
- tool: async (client, args, ctx) => {
15
- const [result, apiCall] = await getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
16
- if (!result.ok) {
17
- return {
18
- content: [{ type: "text", text: result.error.message }],
19
- isError: true,
20
- };
21
- }
22
- const value = result.value;
23
- return formatResult(value, apiCall);
24
- },
25
- };
26
- //# sourceMappingURL=getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,2EAA2E,EAAE,MAAM,4FAA4F,CAAC;AACzL,OAAO,EACL,gGAAgG,GACjG,MAAM,+FAA+F,CAAC;AACvG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EACL,gGAAgG;CACnG,CAAC;AAEF,MAAM,CAAC,MAAM,gFAAgF,GAC7D;IAC5B,IAAI,EACF,0FAA0F;IAC5F,WAAW,EAAE,EAAE;IACf,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,2EAA2E,CAC/E,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -1,247 +0,0 @@
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 GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest = {
6
- integrationIdOrSlug: string;
7
- productIdOrSlug: string;
8
- metadata?: string | undefined;
9
- };
10
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType: {
11
- readonly Prepayment: "prepayment";
12
- readonly Subscription: "subscription";
13
- };
14
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType = ClosedEnum<typeof GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType>;
15
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope: {
16
- readonly Installation: "installation";
17
- readonly Resource: "resource";
18
- };
19
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope = ClosedEnum<typeof GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope>;
20
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails = {
21
- label: string;
22
- value?: string | undefined;
23
- };
24
- export type HighlightedDetails = {
25
- label: string;
26
- value?: string | undefined;
27
- };
28
- export type Quote = {
29
- line: string;
30
- amount: string;
31
- };
32
- export type Plans = {
33
- type: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType;
34
- id: string;
35
- name: string;
36
- scope: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope;
37
- description: string;
38
- paymentMethodRequired: boolean;
39
- preauthorizationAmount?: number | undefined;
40
- initialCharge?: string | undefined;
41
- minimumAmount?: string | undefined;
42
- maximumAmount?: string | undefined;
43
- maximumAmountAutoPurchasePerPeriod?: string | undefined;
44
- cost?: string | undefined;
45
- details?: Array<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails> | undefined;
46
- highlightedDetails?: Array<HighlightedDetails> | undefined;
47
- quote?: Array<Quote> | undefined;
48
- effectiveDate?: string | undefined;
49
- disabled?: boolean | undefined;
50
- };
51
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody = {
52
- plans: Array<Plans>;
53
- };
54
- /** @internal */
55
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest, z.ZodTypeDef, unknown>;
56
- /** @internal */
57
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$Outbound = {
58
- integrationIdOrSlug: string;
59
- productIdOrSlug: string;
60
- metadata?: string | undefined;
61
- };
62
- /** @internal */
63
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$Outbound, z.ZodTypeDef, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest>;
64
- /**
65
- * @internal
66
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
67
- */
68
- export declare namespace GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$ {
69
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema` instead. */
70
- const inboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest, z.ZodTypeDef, unknown>;
71
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema` instead. */
72
- const outboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$Outbound, z.ZodTypeDef, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest>;
73
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$Outbound` instead. */
74
- type Outbound = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$Outbound;
75
- }
76
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequestToJSON(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest): string;
77
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequestFromJSON(jsonString: string): SafeParseResult<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest, SDKValidationError>;
78
- /** @internal */
79
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema: z.ZodNativeEnum<typeof GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType>;
80
- /** @internal */
81
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema: z.ZodNativeEnum<typeof GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType>;
82
- /**
83
- * @internal
84
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
85
- */
86
- export declare namespace GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$ {
87
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema` instead. */
88
- const inboundSchema: z.ZodNativeEnum<{
89
- readonly Prepayment: "prepayment";
90
- readonly Subscription: "subscription";
91
- }>;
92
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema` instead. */
93
- const outboundSchema: z.ZodNativeEnum<{
94
- readonly Prepayment: "prepayment";
95
- readonly Subscription: "subscription";
96
- }>;
97
- }
98
- /** @internal */
99
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema: z.ZodNativeEnum<typeof GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope>;
100
- /** @internal */
101
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema: z.ZodNativeEnum<typeof GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope>;
102
- /**
103
- * @internal
104
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
105
- */
106
- export declare namespace GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$ {
107
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema` instead. */
108
- const inboundSchema: z.ZodNativeEnum<{
109
- readonly Installation: "installation";
110
- readonly Resource: "resource";
111
- }>;
112
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema` instead. */
113
- const outboundSchema: z.ZodNativeEnum<{
114
- readonly Installation: "installation";
115
- readonly Resource: "resource";
116
- }>;
117
- }
118
- /** @internal */
119
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails, z.ZodTypeDef, unknown>;
120
- /** @internal */
121
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$Outbound = {
122
- label: string;
123
- value?: string | undefined;
124
- };
125
- /** @internal */
126
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$Outbound, z.ZodTypeDef, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails>;
127
- /**
128
- * @internal
129
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
130
- */
131
- export declare namespace GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$ {
132
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema` instead. */
133
- const inboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails, z.ZodTypeDef, unknown>;
134
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema` instead. */
135
- const outboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$Outbound, z.ZodTypeDef, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails>;
136
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$Outbound` instead. */
137
- type Outbound = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$Outbound;
138
- }
139
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetailsToJSON(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails): string;
140
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetailsFromJSON(jsonString: string): SafeParseResult<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails, SDKValidationError>;
141
- /** @internal */
142
- export declare const HighlightedDetails$inboundSchema: z.ZodType<HighlightedDetails, z.ZodTypeDef, unknown>;
143
- /** @internal */
144
- export type HighlightedDetails$Outbound = {
145
- label: string;
146
- value?: string | undefined;
147
- };
148
- /** @internal */
149
- export declare const HighlightedDetails$outboundSchema: z.ZodType<HighlightedDetails$Outbound, z.ZodTypeDef, HighlightedDetails>;
150
- /**
151
- * @internal
152
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
153
- */
154
- export declare namespace HighlightedDetails$ {
155
- /** @deprecated use `HighlightedDetails$inboundSchema` instead. */
156
- const inboundSchema: z.ZodType<HighlightedDetails, z.ZodTypeDef, unknown>;
157
- /** @deprecated use `HighlightedDetails$outboundSchema` instead. */
158
- const outboundSchema: z.ZodType<HighlightedDetails$Outbound, z.ZodTypeDef, HighlightedDetails>;
159
- /** @deprecated use `HighlightedDetails$Outbound` instead. */
160
- type Outbound = HighlightedDetails$Outbound;
161
- }
162
- export declare function highlightedDetailsToJSON(highlightedDetails: HighlightedDetails): string;
163
- export declare function highlightedDetailsFromJSON(jsonString: string): SafeParseResult<HighlightedDetails, SDKValidationError>;
164
- /** @internal */
165
- export declare const Quote$inboundSchema: z.ZodType<Quote, z.ZodTypeDef, unknown>;
166
- /** @internal */
167
- export type Quote$Outbound = {
168
- line: string;
169
- amount: string;
170
- };
171
- /** @internal */
172
- export declare const Quote$outboundSchema: z.ZodType<Quote$Outbound, z.ZodTypeDef, Quote>;
173
- /**
174
- * @internal
175
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
176
- */
177
- export declare namespace Quote$ {
178
- /** @deprecated use `Quote$inboundSchema` instead. */
179
- const inboundSchema: z.ZodType<Quote, z.ZodTypeDef, unknown>;
180
- /** @deprecated use `Quote$outboundSchema` instead. */
181
- const outboundSchema: z.ZodType<Quote$Outbound, z.ZodTypeDef, Quote>;
182
- /** @deprecated use `Quote$Outbound` instead. */
183
- type Outbound = Quote$Outbound;
184
- }
185
- export declare function quoteToJSON(quote: Quote): string;
186
- export declare function quoteFromJSON(jsonString: string): SafeParseResult<Quote, SDKValidationError>;
187
- /** @internal */
188
- export declare const Plans$inboundSchema: z.ZodType<Plans, z.ZodTypeDef, unknown>;
189
- /** @internal */
190
- export type Plans$Outbound = {
191
- type: string;
192
- id: string;
193
- name: string;
194
- scope: string;
195
- description: string;
196
- paymentMethodRequired: boolean;
197
- preauthorizationAmount?: number | undefined;
198
- initialCharge?: string | undefined;
199
- minimumAmount?: string | undefined;
200
- maximumAmount?: string | undefined;
201
- maximumAmountAutoPurchasePerPeriod?: string | undefined;
202
- cost?: string | undefined;
203
- details?: Array<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$Outbound> | undefined;
204
- highlightedDetails?: Array<HighlightedDetails$Outbound> | undefined;
205
- quote?: Array<Quote$Outbound> | undefined;
206
- effectiveDate?: string | undefined;
207
- disabled?: boolean | undefined;
208
- };
209
- /** @internal */
210
- export declare const Plans$outboundSchema: z.ZodType<Plans$Outbound, z.ZodTypeDef, Plans>;
211
- /**
212
- * @internal
213
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
214
- */
215
- export declare namespace Plans$ {
216
- /** @deprecated use `Plans$inboundSchema` instead. */
217
- const inboundSchema: z.ZodType<Plans, z.ZodTypeDef, unknown>;
218
- /** @deprecated use `Plans$outboundSchema` instead. */
219
- const outboundSchema: z.ZodType<Plans$Outbound, z.ZodTypeDef, Plans>;
220
- /** @deprecated use `Plans$Outbound` instead. */
221
- type Outbound = Plans$Outbound;
222
- }
223
- export declare function plansToJSON(plans: Plans): string;
224
- export declare function plansFromJSON(jsonString: string): SafeParseResult<Plans, SDKValidationError>;
225
- /** @internal */
226
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody, z.ZodTypeDef, unknown>;
227
- /** @internal */
228
- export type GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$Outbound = {
229
- plans: Array<Plans$Outbound>;
230
- };
231
- /** @internal */
232
- export declare const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$Outbound, z.ZodTypeDef, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody>;
233
- /**
234
- * @internal
235
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
236
- */
237
- export declare namespace GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$ {
238
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema` instead. */
239
- const inboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody, z.ZodTypeDef, unknown>;
240
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema` instead. */
241
- const outboundSchema: z.ZodType<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$Outbound, z.ZodTypeDef, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody>;
242
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$Outbound` instead. */
243
- type Outbound = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$Outbound;
244
- }
245
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBodyToJSON(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody): string;
246
- export declare function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBodyFromJSON(jsonString: string): SafeParseResult<GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody, SDKValidationError>;
247
- //# sourceMappingURL=getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts","sourceRoot":"","sources":["../../src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts"],"names":[],"mappings":"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"}
@@ -1,246 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import * as z from "zod";
5
- import { safeParse } from "../lib/schemas.js";
6
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType = {
7
- Prepayment: "prepayment",
8
- Subscription: "subscription",
9
- };
10
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope = {
11
- Installation: "installation",
12
- Resource: "resource",
13
- };
14
- /** @internal */
15
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema = z.object({
16
- integrationIdOrSlug: z.string(),
17
- productIdOrSlug: z.string(),
18
- metadata: z.string().optional(),
19
- });
20
- /** @internal */
21
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema = z.object({
22
- integrationIdOrSlug: z.string(),
23
- productIdOrSlug: z.string(),
24
- metadata: z.string().optional(),
25
- });
26
- /**
27
- * @internal
28
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
29
- */
30
- export var GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$;
31
- (function (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$) {
32
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema` instead. */
33
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema;
34
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema` instead. */
35
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema;
36
- })(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$ || (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$ = {}));
37
- export function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequestToJSON(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest) {
38
- return JSON.stringify(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema
39
- .parse(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest));
40
- }
41
- export function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequestFromJSON(jsonString) {
42
- return safeParse(jsonString, (x) => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema
43
- .parse(JSON.parse(x)), `Failed to parse 'GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest' from JSON`);
44
- }
45
- /** @internal */
46
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema = z.nativeEnum(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType);
47
- /** @internal */
48
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema;
49
- /**
50
- * @internal
51
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
52
- */
53
- export var GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$;
54
- (function (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$) {
55
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema` instead. */
56
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema;
57
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema` instead. */
58
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema;
59
- })(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$ || (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$ = {}));
60
- /** @internal */
61
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema = z.nativeEnum(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope);
62
- /** @internal */
63
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema;
64
- /**
65
- * @internal
66
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
67
- */
68
- export var GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$;
69
- (function (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$) {
70
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema` instead. */
71
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema;
72
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema` instead. */
73
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema;
74
- })(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$ || (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$ = {}));
75
- /** @internal */
76
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema = z.object({
77
- label: z.string(),
78
- value: z.string().optional(),
79
- });
80
- /** @internal */
81
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema = z.object({
82
- label: z.string(),
83
- value: z.string().optional(),
84
- });
85
- /**
86
- * @internal
87
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
88
- */
89
- export var GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$;
90
- (function (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$) {
91
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema` instead. */
92
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema;
93
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema` instead. */
94
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema;
95
- })(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$ || (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$ = {}));
96
- export function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetailsToJSON(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails) {
97
- return JSON.stringify(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema
98
- .parse(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails));
99
- }
100
- export function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetailsFromJSON(jsonString) {
101
- return safeParse(jsonString, (x) => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema
102
- .parse(JSON.parse(x)), `Failed to parse 'GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails' from JSON`);
103
- }
104
- /** @internal */
105
- export const HighlightedDetails$inboundSchema = z.object({
106
- label: z.string(),
107
- value: z.string().optional(),
108
- });
109
- /** @internal */
110
- export const HighlightedDetails$outboundSchema = z.object({
111
- label: z.string(),
112
- value: z.string().optional(),
113
- });
114
- /**
115
- * @internal
116
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
117
- */
118
- export var HighlightedDetails$;
119
- (function (HighlightedDetails$) {
120
- /** @deprecated use `HighlightedDetails$inboundSchema` instead. */
121
- HighlightedDetails$.inboundSchema = HighlightedDetails$inboundSchema;
122
- /** @deprecated use `HighlightedDetails$outboundSchema` instead. */
123
- HighlightedDetails$.outboundSchema = HighlightedDetails$outboundSchema;
124
- })(HighlightedDetails$ || (HighlightedDetails$ = {}));
125
- export function highlightedDetailsToJSON(highlightedDetails) {
126
- return JSON.stringify(HighlightedDetails$outboundSchema.parse(highlightedDetails));
127
- }
128
- export function highlightedDetailsFromJSON(jsonString) {
129
- return safeParse(jsonString, (x) => HighlightedDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HighlightedDetails' from JSON`);
130
- }
131
- /** @internal */
132
- export const Quote$inboundSchema = z
133
- .object({
134
- line: z.string(),
135
- amount: z.string(),
136
- });
137
- /** @internal */
138
- export const Quote$outboundSchema = z.object({
139
- line: z.string(),
140
- amount: z.string(),
141
- });
142
- /**
143
- * @internal
144
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
145
- */
146
- export var Quote$;
147
- (function (Quote$) {
148
- /** @deprecated use `Quote$inboundSchema` instead. */
149
- Quote$.inboundSchema = Quote$inboundSchema;
150
- /** @deprecated use `Quote$outboundSchema` instead. */
151
- Quote$.outboundSchema = Quote$outboundSchema;
152
- })(Quote$ || (Quote$ = {}));
153
- export function quoteToJSON(quote) {
154
- return JSON.stringify(Quote$outboundSchema.parse(quote));
155
- }
156
- export function quoteFromJSON(jsonString) {
157
- return safeParse(jsonString, (x) => Quote$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Quote' from JSON`);
158
- }
159
- /** @internal */
160
- export const Plans$inboundSchema = z
161
- .object({
162
- type: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema,
163
- id: z.string(),
164
- name: z.string(),
165
- scope: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema,
166
- description: z.string(),
167
- paymentMethodRequired: z.boolean(),
168
- preauthorizationAmount: z.number().optional(),
169
- initialCharge: z.string().optional(),
170
- minimumAmount: z.string().optional(),
171
- maximumAmount: z.string().optional(),
172
- maximumAmountAutoPurchasePerPeriod: z.string().optional(),
173
- cost: z.string().optional(),
174
- details: z.array(z.lazy(() => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema)).optional(),
175
- highlightedDetails: z.array(z.lazy(() => HighlightedDetails$inboundSchema))
176
- .optional(),
177
- quote: z.array(z.lazy(() => Quote$inboundSchema)).optional(),
178
- effectiveDate: z.string().optional(),
179
- disabled: z.boolean().optional(),
180
- });
181
- /** @internal */
182
- export const Plans$outboundSchema = z.object({
183
- type: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema,
184
- id: z.string(),
185
- name: z.string(),
186
- scope: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema,
187
- description: z.string(),
188
- paymentMethodRequired: z.boolean(),
189
- preauthorizationAmount: z.number().optional(),
190
- initialCharge: z.string().optional(),
191
- minimumAmount: z.string().optional(),
192
- maximumAmount: z.string().optional(),
193
- maximumAmountAutoPurchasePerPeriod: z.string().optional(),
194
- cost: z.string().optional(),
195
- details: z.array(z.lazy(() => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema)).optional(),
196
- highlightedDetails: z.array(z.lazy(() => HighlightedDetails$outboundSchema))
197
- .optional(),
198
- quote: z.array(z.lazy(() => Quote$outboundSchema)).optional(),
199
- effectiveDate: z.string().optional(),
200
- disabled: z.boolean().optional(),
201
- });
202
- /**
203
- * @internal
204
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
205
- */
206
- export var Plans$;
207
- (function (Plans$) {
208
- /** @deprecated use `Plans$inboundSchema` instead. */
209
- Plans$.inboundSchema = Plans$inboundSchema;
210
- /** @deprecated use `Plans$outboundSchema` instead. */
211
- Plans$.outboundSchema = Plans$outboundSchema;
212
- })(Plans$ || (Plans$ = {}));
213
- export function plansToJSON(plans) {
214
- return JSON.stringify(Plans$outboundSchema.parse(plans));
215
- }
216
- export function plansFromJSON(jsonString) {
217
- return safeParse(jsonString, (x) => Plans$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Plans' from JSON`);
218
- }
219
- /** @internal */
220
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema = z.object({
221
- plans: z.array(z.lazy(() => Plans$inboundSchema)),
222
- });
223
- /** @internal */
224
- export const GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema = z.object({
225
- plans: z.array(z.lazy(() => Plans$outboundSchema)),
226
- });
227
- /**
228
- * @internal
229
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
230
- */
231
- export var GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$;
232
- (function (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$) {
233
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema` instead. */
234
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema;
235
- /** @deprecated use `GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema` instead. */
236
- GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema;
237
- })(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$ || (GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$ = {}));
238
- export function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBodyToJSON(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody) {
239
- return JSON.stringify(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema
240
- .parse(getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody));
241
- }
242
- export function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBodyFromJSON(jsonString) {
243
- return safeParse(jsonString, (x) => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema
244
- .parse(JSON.parse(x)), `Failed to parse 'GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody' from JSON`);
245
- }
246
- //# sourceMappingURL=getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js","sourceRoot":"","sources":["../../src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts"],"names":[],"mappings":"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"}