flexprice-sdk-test 1.0.49 → 1.0.51

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 (182) hide show
  1. package/README.md +4 -69
  2. package/examples/node_modules/.package-lock.json +1 -1
  3. package/examples/package-lock.json +1 -1
  4. package/funcs/{customerDashboardPostCustomerDashboardCostAnalytics.d.ts → customerPortalGetPortalExternalId.d.ts} +4 -5
  5. package/funcs/customerPortalGetPortalExternalId.d.ts.map +1 -0
  6. package/funcs/{customerDashboardGetCustomerDashboardWalletsId.js → customerPortalGetPortalExternalId.js} +18 -22
  7. package/funcs/customerPortalGetPortalExternalId.js.map +1 -0
  8. package/jsr.json +1 -1
  9. package/lib/config.d.ts +2 -2
  10. package/lib/config.js +2 -2
  11. package/models/components/dtoportalsessionresponse.d.ts +12 -0
  12. package/models/components/dtoportalsessionresponse.d.ts.map +1 -0
  13. package/models/components/{dtodashboardsessionresponse.js → dtoportalsessionresponse.js} +6 -6
  14. package/models/components/dtoportalsessionresponse.js.map +1 -0
  15. package/models/components/index.d.ts +1 -4
  16. package/models/components/index.d.ts.map +1 -1
  17. package/models/components/index.js +1 -4
  18. package/models/components/index.js.map +1 -1
  19. package/models/components/security.d.ts +2 -2
  20. package/models/components/security.d.ts.map +1 -1
  21. package/models/components/security.js +1 -1
  22. package/models/components/security.js.map +1 -1
  23. package/models/operations/getportalexternalid.d.ts +15 -0
  24. package/models/operations/getportalexternalid.d.ts.map +1 -0
  25. package/models/operations/{putcustomerdashboardinfo.js → getportalexternalid.js} +8 -8
  26. package/models/operations/getportalexternalid.js.map +1 -0
  27. package/models/operations/index.d.ts +1 -11
  28. package/models/operations/index.d.ts.map +1 -1
  29. package/models/operations/index.js +1 -11
  30. package/models/operations/index.js.map +1 -1
  31. package/package.json +1 -1
  32. package/sdk/customerportal.d.ts +12 -0
  33. package/sdk/customerportal.d.ts.map +1 -0
  34. package/sdk/customerportal.js +22 -0
  35. package/sdk/customerportal.js.map +1 -0
  36. package/sdk/sdk.d.ts +3 -3
  37. package/sdk/sdk.d.ts.map +1 -1
  38. package/sdk/sdk.js +4 -4
  39. package/sdk/sdk.js.map +1 -1
  40. package/src/funcs/{customerDashboardGetCustomerDashboardExternalId.ts → customerPortalGetPortalExternalId.ts} +38 -8
  41. package/src/lib/config.ts +2 -2
  42. package/src/models/components/{dtodashboardsessionresponse.ts → dtoportalsessionresponse.ts} +7 -7
  43. package/src/models/components/index.ts +1 -4
  44. package/src/models/components/security.ts +3 -3
  45. package/src/models/operations/getportalexternalid.ts +39 -0
  46. package/src/models/operations/index.ts +1 -11
  47. package/src/sdk/customerportal.ts +27 -0
  48. package/src/sdk/sdk.ts +6 -6
  49. package/funcs/customerDashboardGetCustomerDashboardExternalId.d.ts +0 -18
  50. package/funcs/customerDashboardGetCustomerDashboardExternalId.d.ts.map +0 -1
  51. package/funcs/customerDashboardGetCustomerDashboardExternalId.js +0 -118
  52. package/funcs/customerDashboardGetCustomerDashboardExternalId.js.map +0 -1
  53. package/funcs/customerDashboardGetCustomerDashboardInfo.d.ts +0 -19
  54. package/funcs/customerDashboardGetCustomerDashboardInfo.d.ts.map +0 -1
  55. package/funcs/customerDashboardGetCustomerDashboardInfo.js +0 -122
  56. package/funcs/customerDashboardGetCustomerDashboardInfo.js.map +0 -1
  57. package/funcs/customerDashboardGetCustomerDashboardInvoicesId.d.ts +0 -19
  58. package/funcs/customerDashboardGetCustomerDashboardInvoicesId.d.ts.map +0 -1
  59. package/funcs/customerDashboardGetCustomerDashboardInvoicesId.js +0 -141
  60. package/funcs/customerDashboardGetCustomerDashboardInvoicesId.js.map +0 -1
  61. package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.d.ts +0 -19
  62. package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.d.ts.map +0 -1
  63. package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.js +0 -142
  64. package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.js.map +0 -1
  65. package/funcs/customerDashboardGetCustomerDashboardUsage.d.ts +0 -19
  66. package/funcs/customerDashboardGetCustomerDashboardUsage.d.ts.map +0 -1
  67. package/funcs/customerDashboardGetCustomerDashboardUsage.js +0 -141
  68. package/funcs/customerDashboardGetCustomerDashboardUsage.js.map +0 -1
  69. package/funcs/customerDashboardGetCustomerDashboardWalletsId.d.ts +0 -19
  70. package/funcs/customerDashboardGetCustomerDashboardWalletsId.d.ts.map +0 -1
  71. package/funcs/customerDashboardGetCustomerDashboardWalletsId.js.map +0 -1
  72. package/funcs/customerDashboardPostCustomerDashboardAnalytics.d.ts +0 -19
  73. package/funcs/customerDashboardPostCustomerDashboardAnalytics.d.ts.map +0 -1
  74. package/funcs/customerDashboardPostCustomerDashboardAnalytics.js +0 -132
  75. package/funcs/customerDashboardPostCustomerDashboardAnalytics.js.map +0 -1
  76. package/funcs/customerDashboardPostCustomerDashboardCostAnalytics.d.ts.map +0 -1
  77. package/funcs/customerDashboardPostCustomerDashboardCostAnalytics.js +0 -132
  78. package/funcs/customerDashboardPostCustomerDashboardCostAnalytics.js.map +0 -1
  79. package/funcs/customerDashboardPostCustomerDashboardInvoices.d.ts +0 -19
  80. package/funcs/customerDashboardPostCustomerDashboardInvoices.d.ts.map +0 -1
  81. package/funcs/customerDashboardPostCustomerDashboardInvoices.js +0 -132
  82. package/funcs/customerDashboardPostCustomerDashboardInvoices.js.map +0 -1
  83. package/funcs/customerDashboardPostCustomerDashboardSubscriptions.d.ts +0 -19
  84. package/funcs/customerDashboardPostCustomerDashboardSubscriptions.d.ts.map +0 -1
  85. package/funcs/customerDashboardPostCustomerDashboardSubscriptions.js +0 -132
  86. package/funcs/customerDashboardPostCustomerDashboardSubscriptions.js.map +0 -1
  87. package/funcs/customerDashboardPostCustomerDashboardWallets.d.ts +0 -19
  88. package/funcs/customerDashboardPostCustomerDashboardWallets.d.ts.map +0 -1
  89. package/funcs/customerDashboardPostCustomerDashboardWallets.js +0 -123
  90. package/funcs/customerDashboardPostCustomerDashboardWallets.js.map +0 -1
  91. package/funcs/customerDashboardPutCustomerDashboardInfo.d.ts +0 -19
  92. package/funcs/customerDashboardPutCustomerDashboardInfo.d.ts.map +0 -1
  93. package/funcs/customerDashboardPutCustomerDashboardInfo.js +0 -132
  94. package/funcs/customerDashboardPutCustomerDashboardInfo.js.map +0 -1
  95. package/models/components/dtodashboardanalyticsrequest.d.ts +0 -31
  96. package/models/components/dtodashboardanalyticsrequest.d.ts.map +0 -1
  97. package/models/components/dtodashboardanalyticsrequest.js +0 -67
  98. package/models/components/dtodashboardanalyticsrequest.js.map +0 -1
  99. package/models/components/dtodashboardcostanalyticsrequest.d.ts +0 -16
  100. package/models/components/dtodashboardcostanalyticsrequest.d.ts.map +0 -1
  101. package/models/components/dtodashboardcostanalyticsrequest.js +0 -58
  102. package/models/components/dtodashboardcostanalyticsrequest.js.map +0 -1
  103. package/models/components/dtodashboardpaginatedrequest.d.ts +0 -14
  104. package/models/components/dtodashboardpaginatedrequest.d.ts.map +0 -1
  105. package/models/components/dtodashboardpaginatedrequest.js +0 -50
  106. package/models/components/dtodashboardpaginatedrequest.js.map +0 -1
  107. package/models/components/dtodashboardsessionresponse.d.ts +0 -12
  108. package/models/components/dtodashboardsessionresponse.d.ts.map +0 -1
  109. package/models/components/dtodashboardsessionresponse.js.map +0 -1
  110. package/models/operations/getcustomerdashboardinfo.d.ts +0 -12
  111. package/models/operations/getcustomerdashboardinfo.d.ts.map +0 -1
  112. package/models/operations/getcustomerdashboardinfo.js +0 -54
  113. package/models/operations/getcustomerdashboardinfo.js.map +0 -1
  114. package/models/operations/getcustomerdashboardinvoicesid.d.ts +0 -25
  115. package/models/operations/getcustomerdashboardinvoicesid.d.ts.map +0 -1
  116. package/models/operations/getcustomerdashboardinvoicesid.js +0 -62
  117. package/models/operations/getcustomerdashboardinvoicesid.js.map +0 -1
  118. package/models/operations/getcustomerdashboardsubscriptionsid.d.ts +0 -25
  119. package/models/operations/getcustomerdashboardsubscriptionsid.d.ts.map +0 -1
  120. package/models/operations/getcustomerdashboardsubscriptionsid.js +0 -62
  121. package/models/operations/getcustomerdashboardsubscriptionsid.js.map +0 -1
  122. package/models/operations/getcustomerdashboardusage.d.ts +0 -30
  123. package/models/operations/getcustomerdashboardusage.d.ts.map +0 -1
  124. package/models/operations/getcustomerdashboardusage.js +0 -74
  125. package/models/operations/getcustomerdashboardusage.js.map +0 -1
  126. package/models/operations/getcustomerdashboardwalletsid.d.ts +0 -25
  127. package/models/operations/getcustomerdashboardwalletsid.d.ts.map +0 -1
  128. package/models/operations/getcustomerdashboardwalletsid.js +0 -62
  129. package/models/operations/getcustomerdashboardwalletsid.js.map +0 -1
  130. package/models/operations/postcustomerdashboardanalytics.d.ts +0 -12
  131. package/models/operations/postcustomerdashboardanalytics.d.ts.map +0 -1
  132. package/models/operations/postcustomerdashboardanalytics.js +0 -54
  133. package/models/operations/postcustomerdashboardanalytics.js.map +0 -1
  134. package/models/operations/postcustomerdashboardcostanalytics.d.ts +0 -12
  135. package/models/operations/postcustomerdashboardcostanalytics.d.ts.map +0 -1
  136. package/models/operations/postcustomerdashboardcostanalytics.js +0 -54
  137. package/models/operations/postcustomerdashboardcostanalytics.js.map +0 -1
  138. package/models/operations/postcustomerdashboardinvoices.d.ts +0 -12
  139. package/models/operations/postcustomerdashboardinvoices.d.ts.map +0 -1
  140. package/models/operations/postcustomerdashboardinvoices.js +0 -54
  141. package/models/operations/postcustomerdashboardinvoices.js.map +0 -1
  142. package/models/operations/postcustomerdashboardsubscriptions.d.ts +0 -12
  143. package/models/operations/postcustomerdashboardsubscriptions.d.ts.map +0 -1
  144. package/models/operations/postcustomerdashboardsubscriptions.js +0 -54
  145. package/models/operations/postcustomerdashboardsubscriptions.js.map +0 -1
  146. package/models/operations/postcustomerdashboardwallets.d.ts +0 -12
  147. package/models/operations/postcustomerdashboardwallets.d.ts.map +0 -1
  148. package/models/operations/postcustomerdashboardwallets.js +0 -54
  149. package/models/operations/postcustomerdashboardwallets.js.map +0 -1
  150. package/models/operations/putcustomerdashboardinfo.d.ts +0 -12
  151. package/models/operations/putcustomerdashboardinfo.d.ts.map +0 -1
  152. package/models/operations/putcustomerdashboardinfo.js.map +0 -1
  153. package/sdk/customerdashboard.d.ts +0 -90
  154. package/sdk/customerdashboard.d.ts.map +0 -1
  155. package/sdk/customerdashboard.js +0 -132
  156. package/sdk/customerdashboard.js.map +0 -1
  157. package/src/funcs/customerDashboardGetCustomerDashboardInfo.ts +0 -172
  158. package/src/funcs/customerDashboardGetCustomerDashboardInvoicesId.ts +0 -203
  159. package/src/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.ts +0 -202
  160. package/src/funcs/customerDashboardGetCustomerDashboardUsage.ts +0 -203
  161. package/src/funcs/customerDashboardGetCustomerDashboardWalletsId.ts +0 -203
  162. package/src/funcs/customerDashboardPostCustomerDashboardAnalytics.ts +0 -191
  163. package/src/funcs/customerDashboardPostCustomerDashboardCostAnalytics.ts +0 -191
  164. package/src/funcs/customerDashboardPostCustomerDashboardInvoices.ts +0 -191
  165. package/src/funcs/customerDashboardPostCustomerDashboardSubscriptions.ts +0 -191
  166. package/src/funcs/customerDashboardPostCustomerDashboardWallets.ts +0 -173
  167. package/src/funcs/customerDashboardPutCustomerDashboardInfo.ts +0 -190
  168. package/src/models/components/dtodashboardanalyticsrequest.ts +0 -68
  169. package/src/models/components/dtodashboardcostanalyticsrequest.ts +0 -46
  170. package/src/models/components/dtodashboardpaginatedrequest.ts +0 -36
  171. package/src/models/operations/getcustomerdashboardinfo.ts +0 -38
  172. package/src/models/operations/getcustomerdashboardinvoicesid.ts +0 -70
  173. package/src/models/operations/getcustomerdashboardsubscriptionsid.ts +0 -73
  174. package/src/models/operations/getcustomerdashboardusage.ts +0 -86
  175. package/src/models/operations/getcustomerdashboardwalletsid.ts +0 -69
  176. package/src/models/operations/postcustomerdashboardanalytics.ts +0 -39
  177. package/src/models/operations/postcustomerdashboardcostanalytics.ts +0 -40
  178. package/src/models/operations/postcustomerdashboardinvoices.ts +0 -38
  179. package/src/models/operations/postcustomerdashboardsubscriptions.ts +0 -40
  180. package/src/models/operations/postcustomerdashboardwallets.ts +0 -38
  181. package/src/models/operations/putcustomerdashboardinfo.ts +0 -38
  182. package/src/sdk/customerdashboard.ts +0 -242
@@ -1,31 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { TypesWindowSize } from "./typeswindowsize.js";
3
- export type DtoDashboardAnalyticsRequest = {
4
- endTime?: string | undefined;
5
- expand?: Array<string> | undefined;
6
- featureIds?: Array<string> | undefined;
7
- groupBy?: Array<string> | undefined;
8
- propertyFilters?: {
9
- [k: string]: Array<string>;
10
- } | undefined;
11
- sources?: Array<string> | undefined;
12
- startTime?: string | undefined;
13
- windowSize?: TypesWindowSize | undefined;
14
- };
15
- /** @internal */
16
- export type DtoDashboardAnalyticsRequest$Outbound = {
17
- end_time?: string | undefined;
18
- expand?: Array<string> | undefined;
19
- feature_ids?: Array<string> | undefined;
20
- group_by?: Array<string> | undefined;
21
- property_filters?: {
22
- [k: string]: Array<string>;
23
- } | undefined;
24
- sources?: Array<string> | undefined;
25
- start_time?: string | undefined;
26
- window_size?: string | undefined;
27
- };
28
- /** @internal */
29
- export declare const DtoDashboardAnalyticsRequest$outboundSchema: z.ZodType<DtoDashboardAnalyticsRequest$Outbound, z.ZodTypeDef, DtoDashboardAnalyticsRequest>;
30
- export declare function dtoDashboardAnalyticsRequestToJSON(dtoDashboardAnalyticsRequest: DtoDashboardAnalyticsRequest): string;
31
- //# sourceMappingURL=dtodashboardanalyticsrequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardanalyticsrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/dtodashboardanalyticsrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,eAAe,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7D,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAClD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACrC,gBAAgB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAE,GAAG,SAAS,CAAC;IAC9D,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,4BAA4B,CAmB5B,CAAC;AAEH,wBAAgB,kCAAkC,CAChD,4BAA4B,EAAE,4BAA4B,GACzD,MAAM,CAMR"}
@@ -1,67 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.DtoDashboardAnalyticsRequest$outboundSchema = void 0;
40
- exports.dtoDashboardAnalyticsRequestToJSON = dtoDashboardAnalyticsRequestToJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const primitives_js_1 = require("../../lib/primitives.js");
43
- const typeswindowsize_js_1 = require("./typeswindowsize.js");
44
- /** @internal */
45
- exports.DtoDashboardAnalyticsRequest$outboundSchema = z.object({
46
- endTime: z.string().optional(),
47
- expand: z.array(z.string()).optional(),
48
- featureIds: z.array(z.string()).optional(),
49
- groupBy: z.array(z.string()).optional(),
50
- propertyFilters: z.record(z.array(z.string())).optional(),
51
- sources: z.array(z.string()).optional(),
52
- startTime: z.string().optional(),
53
- windowSize: typeswindowsize_js_1.TypesWindowSize$outboundSchema.optional(),
54
- }).transform((v) => {
55
- return (0, primitives_js_1.remap)(v, {
56
- endTime: "end_time",
57
- featureIds: "feature_ids",
58
- groupBy: "group_by",
59
- propertyFilters: "property_filters",
60
- startTime: "start_time",
61
- windowSize: "window_size",
62
- });
63
- });
64
- function dtoDashboardAnalyticsRequestToJSON(dtoDashboardAnalyticsRequest) {
65
- return JSON.stringify(exports.DtoDashboardAnalyticsRequest$outboundSchema.parse(dtoDashboardAnalyticsRequest));
66
- }
67
- //# sourceMappingURL=dtodashboardanalyticsrequest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardanalyticsrequest.js","sourceRoot":"","sources":["../../src/models/components/dtodashboardanalyticsrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyDH,gFAQC;AA/DD,0CAA4B;AAC5B,2DAA0D;AAC1D,6DAG8B;AAyB9B,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1C,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACzD,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,UAAU,EAAE,mDAA8B,CAAC,QAAQ,EAAE;CACtD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,UAAU;QACnB,UAAU,EAAE,aAAa;QACzB,OAAO,EAAE,UAAU;QACnB,eAAe,EAAE,kBAAkB;QACnC,SAAS,EAAE,YAAY;QACvB,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,mDAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC"}
@@ -1,16 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type DtoDashboardCostAnalyticsRequest = {
3
- endTime: string;
4
- featureIds?: Array<string> | undefined;
5
- startTime: string;
6
- };
7
- /** @internal */
8
- export type DtoDashboardCostAnalyticsRequest$Outbound = {
9
- end_time: string;
10
- feature_ids?: Array<string> | undefined;
11
- start_time: string;
12
- };
13
- /** @internal */
14
- export declare const DtoDashboardCostAnalyticsRequest$outboundSchema: z.ZodType<DtoDashboardCostAnalyticsRequest$Outbound, z.ZodTypeDef, DtoDashboardCostAnalyticsRequest>;
15
- export declare function dtoDashboardCostAnalyticsRequestToJSON(dtoDashboardCostAnalyticsRequest: DtoDashboardCostAnalyticsRequest): string;
16
- //# sourceMappingURL=dtodashboardcostanalyticsrequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardcostanalyticsrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/dtodashboardcostanalyticsrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,gCAAgC,GAAG;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,yCAAyC,GAAG;IACtD,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,gCAAgC,CAWhC,CAAC;AAEH,wBAAgB,sCAAsC,CACpD,gCAAgC,EAAE,gCAAgC,GACjE,MAAM,CAMR"}
@@ -1,58 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.DtoDashboardCostAnalyticsRequest$outboundSchema = void 0;
40
- exports.dtoDashboardCostAnalyticsRequestToJSON = dtoDashboardCostAnalyticsRequestToJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const primitives_js_1 = require("../../lib/primitives.js");
43
- /** @internal */
44
- exports.DtoDashboardCostAnalyticsRequest$outboundSchema = z.object({
45
- endTime: z.string(),
46
- featureIds: z.array(z.string()).optional(),
47
- startTime: z.string(),
48
- }).transform((v) => {
49
- return (0, primitives_js_1.remap)(v, {
50
- endTime: "end_time",
51
- featureIds: "feature_ids",
52
- startTime: "start_time",
53
- });
54
- });
55
- function dtoDashboardCostAnalyticsRequestToJSON(dtoDashboardCostAnalyticsRequest) {
56
- return JSON.stringify(exports.DtoDashboardCostAnalyticsRequest$outboundSchema.parse(dtoDashboardCostAnalyticsRequest));
57
- }
58
- //# sourceMappingURL=dtodashboardcostanalyticsrequest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardcostanalyticsrequest.js","sourceRoot":"","sources":["../../src/models/components/dtodashboardcostanalyticsrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCH,wFAQC;AAzCD,0CAA4B;AAC5B,2DAA0D;AAe1D,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,UAAU;QACnB,UAAU,EAAE,aAAa;QACzB,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,sCAAsC,CACpD,gCAAkE;IAElE,OAAO,IAAI,CAAC,SAAS,CACnB,uDAA+C,CAAC,KAAK,CACnD,gCAAgC,CACjC,CACF,CAAC;AACJ,CAAC"}
@@ -1,14 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type DtoDashboardPaginatedRequest = {
3
- limit?: number | undefined;
4
- page?: number | undefined;
5
- };
6
- /** @internal */
7
- export type DtoDashboardPaginatedRequest$Outbound = {
8
- limit?: number | undefined;
9
- page?: number | undefined;
10
- };
11
- /** @internal */
12
- export declare const DtoDashboardPaginatedRequest$outboundSchema: z.ZodType<DtoDashboardPaginatedRequest$Outbound, z.ZodTypeDef, DtoDashboardPaginatedRequest>;
13
- export declare function dtoDashboardPaginatedRequestToJSON(dtoDashboardPaginatedRequest: DtoDashboardPaginatedRequest): string;
14
- //# sourceMappingURL=dtodashboardpaginatedrequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardpaginatedrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/dtodashboardpaginatedrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAClD,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,4BAA4B,CAI5B,CAAC;AAEH,wBAAgB,kCAAkC,CAChD,4BAA4B,EAAE,4BAA4B,GACzD,MAAM,CAMR"}
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.DtoDashboardPaginatedRequest$outboundSchema = void 0;
40
- exports.dtoDashboardPaginatedRequestToJSON = dtoDashboardPaginatedRequestToJSON;
41
- const z = __importStar(require("zod/v3"));
42
- /** @internal */
43
- exports.DtoDashboardPaginatedRequest$outboundSchema = z.object({
44
- limit: z.number().int().optional(),
45
- page: z.number().int().optional(),
46
- });
47
- function dtoDashboardPaginatedRequestToJSON(dtoDashboardPaginatedRequest) {
48
- return JSON.stringify(exports.DtoDashboardPaginatedRequest$outboundSchema.parse(dtoDashboardPaginatedRequest));
49
- }
50
- //# sourceMappingURL=dtodashboardpaginatedrequest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardpaginatedrequest.js","sourceRoot":"","sources":["../../src/models/components/dtodashboardpaginatedrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyBH,gFAQC;AA/BD,0CAA4B;AAa5B,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC;AAEH,SAAgB,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,mDAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC"}
@@ -1,12 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- export type DtoDashboardSessionResponse = {
5
- expiresAt?: string | undefined;
6
- token?: string | undefined;
7
- url?: string | undefined;
8
- };
9
- /** @internal */
10
- export declare const DtoDashboardSessionResponse$inboundSchema: z.ZodType<DtoDashboardSessionResponse, z.ZodTypeDef, unknown>;
11
- export declare function dtoDashboardSessionResponseFromJSON(jsonString: string): SafeParseResult<DtoDashboardSessionResponse, SDKValidationError>;
12
- //# sourceMappingURL=dtodashboardsessionresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardsessionresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/dtodashboardsessionresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,2BAA2B,GAAG;IACxC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dtodashboardsessionresponse.js","sourceRoot":"","sources":["../../src/models/components/dtodashboardsessionresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BH,kFAQC;AAnCD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAUjD,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
@@ -1,12 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type GetCustomerDashboardInfoSecurity = {
3
- bearerAuth: string;
4
- };
5
- /** @internal */
6
- export type GetCustomerDashboardInfoSecurity$Outbound = {
7
- BearerAuth: string;
8
- };
9
- /** @internal */
10
- export declare const GetCustomerDashboardInfoSecurity$outboundSchema: z.ZodType<GetCustomerDashboardInfoSecurity$Outbound, z.ZodTypeDef, GetCustomerDashboardInfoSecurity>;
11
- export declare function getCustomerDashboardInfoSecurityToJSON(getCustomerDashboardInfoSecurity: GetCustomerDashboardInfoSecurity): string;
12
- //# sourceMappingURL=getcustomerdashboardinfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardinfo.d.ts","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardinfo.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,gCAAgC,GAAG;IAC7C,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,yCAAyC,GAAG;IACtD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,gCAAgC,CAOhC,CAAC;AAEH,wBAAgB,sCAAsC,CACpD,gCAAgC,EAAE,gCAAgC,GACjE,MAAM,CAMR"}
@@ -1,54 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.GetCustomerDashboardInfoSecurity$outboundSchema = void 0;
40
- exports.getCustomerDashboardInfoSecurityToJSON = getCustomerDashboardInfoSecurityToJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const primitives_js_1 = require("../../lib/primitives.js");
43
- /** @internal */
44
- exports.GetCustomerDashboardInfoSecurity$outboundSchema = z.object({
45
- bearerAuth: z.string(),
46
- }).transform((v) => {
47
- return (0, primitives_js_1.remap)(v, {
48
- bearerAuth: "BearerAuth",
49
- });
50
- });
51
- function getCustomerDashboardInfoSecurityToJSON(getCustomerDashboardInfoSecurity) {
52
- return JSON.stringify(exports.GetCustomerDashboardInfoSecurity$outboundSchema.parse(getCustomerDashboardInfoSecurity));
53
- }
54
- //# sourceMappingURL=getcustomerdashboardinfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardinfo.js","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardinfo.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BH,wFAQC;AAjCD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,YAAY;KACzB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,sCAAsC,CACpD,gCAAkE;IAElE,OAAO,IAAI,CAAC,SAAS,CACnB,uDAA+C,CAAC,KAAK,CACnD,gCAAgC,CACjC,CACF,CAAC;AACJ,CAAC"}
@@ -1,25 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type GetCustomerDashboardInvoicesIdSecurity = {
3
- bearerAuth: string;
4
- };
5
- export type GetCustomerDashboardInvoicesIdRequest = {
6
- /**
7
- * Invoice ID
8
- */
9
- id: string;
10
- };
11
- /** @internal */
12
- export type GetCustomerDashboardInvoicesIdSecurity$Outbound = {
13
- BearerAuth: string;
14
- };
15
- /** @internal */
16
- export declare const GetCustomerDashboardInvoicesIdSecurity$outboundSchema: z.ZodType<GetCustomerDashboardInvoicesIdSecurity$Outbound, z.ZodTypeDef, GetCustomerDashboardInvoicesIdSecurity>;
17
- export declare function getCustomerDashboardInvoicesIdSecurityToJSON(getCustomerDashboardInvoicesIdSecurity: GetCustomerDashboardInvoicesIdSecurity): string;
18
- /** @internal */
19
- export type GetCustomerDashboardInvoicesIdRequest$Outbound = {
20
- id: string;
21
- };
22
- /** @internal */
23
- export declare const GetCustomerDashboardInvoicesIdRequest$outboundSchema: z.ZodType<GetCustomerDashboardInvoicesIdRequest$Outbound, z.ZodTypeDef, GetCustomerDashboardInvoicesIdRequest>;
24
- export declare function getCustomerDashboardInvoicesIdRequestToJSON(getCustomerDashboardInvoicesIdRequest: GetCustomerDashboardInvoicesIdRequest): string;
25
- //# sourceMappingURL=getcustomerdashboardinvoicesid.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardinvoicesid.d.ts","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardinvoicesid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,sCAAsC,GAAG;IACnD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAAG;IAClD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC5D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CAOtC,CAAC;AAEH,wBAAgB,4CAA4C,CAC1D,sCAAsC,EACpC,sCAAsC,GACvC,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAGrC,CAAC;AAEH,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.GetCustomerDashboardInvoicesIdRequest$outboundSchema = exports.GetCustomerDashboardInvoicesIdSecurity$outboundSchema = void 0;
40
- exports.getCustomerDashboardInvoicesIdSecurityToJSON = getCustomerDashboardInvoicesIdSecurityToJSON;
41
- exports.getCustomerDashboardInvoicesIdRequestToJSON = getCustomerDashboardInvoicesIdRequestToJSON;
42
- const z = __importStar(require("zod/v3"));
43
- const primitives_js_1 = require("../../lib/primitives.js");
44
- /** @internal */
45
- exports.GetCustomerDashboardInvoicesIdSecurity$outboundSchema = z.object({
46
- bearerAuth: z.string(),
47
- }).transform((v) => {
48
- return (0, primitives_js_1.remap)(v, {
49
- bearerAuth: "BearerAuth",
50
- });
51
- });
52
- function getCustomerDashboardInvoicesIdSecurityToJSON(getCustomerDashboardInvoicesIdSecurity) {
53
- return JSON.stringify(exports.GetCustomerDashboardInvoicesIdSecurity$outboundSchema.parse(getCustomerDashboardInvoicesIdSecurity));
54
- }
55
- /** @internal */
56
- exports.GetCustomerDashboardInvoicesIdRequest$outboundSchema = z.object({
57
- id: z.string(),
58
- });
59
- function getCustomerDashboardInvoicesIdRequestToJSON(getCustomerDashboardInvoicesIdRequest) {
60
- return JSON.stringify(exports.GetCustomerDashboardInvoicesIdRequest$outboundSchema.parse(getCustomerDashboardInvoicesIdRequest));
61
- }
62
- //# sourceMappingURL=getcustomerdashboardinvoicesid.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardinvoicesid.js","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardinvoicesid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCH,oGASC;AAgBD,kGAQC;AAjED,0CAA4B;AAC5B,2DAA0D;AAkB1D,gBAAgB;AACH,QAAA,qDAAqD,GAI9D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,YAAY;KACzB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,4CAA4C,CAC1D,sCACwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,6DAAqD,CAAC,KAAK,CACzD,sCAAsC,CACvC,CACF,CAAC;AACJ,CAAC;AAOD,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC"}
@@ -1,25 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type GetCustomerDashboardSubscriptionsIdSecurity = {
3
- bearerAuth: string;
4
- };
5
- export type GetCustomerDashboardSubscriptionsIdRequest = {
6
- /**
7
- * Subscription ID
8
- */
9
- id: string;
10
- };
11
- /** @internal */
12
- export type GetCustomerDashboardSubscriptionsIdSecurity$Outbound = {
13
- BearerAuth: string;
14
- };
15
- /** @internal */
16
- export declare const GetCustomerDashboardSubscriptionsIdSecurity$outboundSchema: z.ZodType<GetCustomerDashboardSubscriptionsIdSecurity$Outbound, z.ZodTypeDef, GetCustomerDashboardSubscriptionsIdSecurity>;
17
- export declare function getCustomerDashboardSubscriptionsIdSecurityToJSON(getCustomerDashboardSubscriptionsIdSecurity: GetCustomerDashboardSubscriptionsIdSecurity): string;
18
- /** @internal */
19
- export type GetCustomerDashboardSubscriptionsIdRequest$Outbound = {
20
- id: string;
21
- };
22
- /** @internal */
23
- export declare const GetCustomerDashboardSubscriptionsIdRequest$outboundSchema: z.ZodType<GetCustomerDashboardSubscriptionsIdRequest$Outbound, z.ZodTypeDef, GetCustomerDashboardSubscriptionsIdRequest>;
24
- export declare function getCustomerDashboardSubscriptionsIdRequestToJSON(getCustomerDashboardSubscriptionsIdRequest: GetCustomerDashboardSubscriptionsIdRequest): string;
25
- //# sourceMappingURL=getcustomerdashboardsubscriptionsid.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardsubscriptionsid.d.ts","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardsubscriptionsid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,2CAA2C,GAAG;IACxD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG;IACvD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oDAAoD,GAAG;IACjE,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0DAA0D,EACrE,CAAC,CAAC,OAAO,CACP,oDAAoD,EACpD,CAAC,CAAC,UAAU,EACZ,2CAA2C,CAO3C,CAAC;AAEL,wBAAgB,iDAAiD,CAC/D,2CAA2C,EACzC,2CAA2C,GAC5C,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG;IAChE,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAG1C,CAAC;AAEL,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.GetCustomerDashboardSubscriptionsIdRequest$outboundSchema = exports.GetCustomerDashboardSubscriptionsIdSecurity$outboundSchema = void 0;
40
- exports.getCustomerDashboardSubscriptionsIdSecurityToJSON = getCustomerDashboardSubscriptionsIdSecurityToJSON;
41
- exports.getCustomerDashboardSubscriptionsIdRequestToJSON = getCustomerDashboardSubscriptionsIdRequestToJSON;
42
- const z = __importStar(require("zod/v3"));
43
- const primitives_js_1 = require("../../lib/primitives.js");
44
- /** @internal */
45
- exports.GetCustomerDashboardSubscriptionsIdSecurity$outboundSchema = z.object({
46
- bearerAuth: z.string(),
47
- }).transform((v) => {
48
- return (0, primitives_js_1.remap)(v, {
49
- bearerAuth: "BearerAuth",
50
- });
51
- });
52
- function getCustomerDashboardSubscriptionsIdSecurityToJSON(getCustomerDashboardSubscriptionsIdSecurity) {
53
- return JSON.stringify(exports.GetCustomerDashboardSubscriptionsIdSecurity$outboundSchema.parse(getCustomerDashboardSubscriptionsIdSecurity));
54
- }
55
- /** @internal */
56
- exports.GetCustomerDashboardSubscriptionsIdRequest$outboundSchema = z.object({
57
- id: z.string(),
58
- });
59
- function getCustomerDashboardSubscriptionsIdRequestToJSON(getCustomerDashboardSubscriptionsIdRequest) {
60
- return JSON.stringify(exports.GetCustomerDashboardSubscriptionsIdRequest$outboundSchema.parse(getCustomerDashboardSubscriptionsIdRequest));
61
- }
62
- //# sourceMappingURL=getcustomerdashboardsubscriptionsid.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardsubscriptionsid.js","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardsubscriptionsid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCH,8GASC;AAiBD,4GASC;AApED,0CAA4B;AAC5B,2DAA0D;AAkB1D,gBAAgB;AACH,QAAA,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,YAAY;KACzB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,SAAgB,iDAAiD,CAC/D,2CAC6C;IAE7C,OAAO,IAAI,CAAC,SAAS,CACnB,kEAA0D,CAAC,KAAK,CAC9D,2CAA2C,CAC5C,CACF,CAAC;AACJ,CAAC;AAOD,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEL,SAAgB,gDAAgD,CAC9D,0CAC4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,iEAAyD,CAAC,KAAK,CAC7D,0CAA0C,CAC3C,CACF,CAAC;AACJ,CAAC"}
@@ -1,30 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type GetCustomerDashboardUsageSecurity = {
3
- bearerAuth: string;
4
- };
5
- export type GetCustomerDashboardUsageRequest = {
6
- customerId?: string | undefined;
7
- customerLookupKey?: string | undefined;
8
- featureIds?: Array<string> | undefined;
9
- featureLookupKeys?: Array<string> | undefined;
10
- subscriptionIds?: Array<string> | undefined;
11
- };
12
- /** @internal */
13
- export type GetCustomerDashboardUsageSecurity$Outbound = {
14
- BearerAuth: string;
15
- };
16
- /** @internal */
17
- export declare const GetCustomerDashboardUsageSecurity$outboundSchema: z.ZodType<GetCustomerDashboardUsageSecurity$Outbound, z.ZodTypeDef, GetCustomerDashboardUsageSecurity>;
18
- export declare function getCustomerDashboardUsageSecurityToJSON(getCustomerDashboardUsageSecurity: GetCustomerDashboardUsageSecurity): string;
19
- /** @internal */
20
- export type GetCustomerDashboardUsageRequest$Outbound = {
21
- customer_id?: string | undefined;
22
- customer_lookup_key?: string | undefined;
23
- feature_ids?: Array<string> | undefined;
24
- feature_lookup_keys?: Array<string> | undefined;
25
- subscription_ids?: Array<string> | undefined;
26
- };
27
- /** @internal */
28
- export declare const GetCustomerDashboardUsageRequest$outboundSchema: z.ZodType<GetCustomerDashboardUsageRequest$Outbound, z.ZodTypeDef, GetCustomerDashboardUsageRequest>;
29
- export declare function getCustomerDashboardUsageRequestToJSON(getCustomerDashboardUsageRequest: GetCustomerDashboardUsageRequest): string;
30
- //# sourceMappingURL=getcustomerdashboardusage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getcustomerdashboardusage.d.ts","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardusage.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,iCAAiC,GAAG;IAC9C,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAOjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,yCAAyC,GAAG;IACtD,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACxC,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAChD,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,gCAAgC,CAehC,CAAC;AAEH,wBAAgB,sCAAsC,CACpD,gCAAgC,EAAE,gCAAgC,GACjE,MAAM,CAMR"}