flexprice-sdk-test 1.0.49 → 1.0.52
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.
- package/README.md +31 -449
- package/examples/node_modules/.package-lock.json +1 -1
- package/examples/package-lock.json +1 -1
- package/funcs/{customerDashboardPostCustomerDashboardCostAnalytics.d.ts → customerPortalGetPortalExternalId.d.ts} +4 -5
- package/funcs/customerPortalGetPortalExternalId.d.ts.map +1 -0
- package/funcs/{customerDashboardGetCustomerDashboardWalletsId.js → customerPortalGetPortalExternalId.js} +18 -22
- package/funcs/customerPortalGetPortalExternalId.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/dtoportalsessionresponse.d.ts +12 -0
- package/models/components/dtoportalsessionresponse.d.ts.map +1 -0
- package/models/components/{dtodashboardsessionresponse.js → dtoportalsessionresponse.js} +6 -6
- package/models/components/dtoportalsessionresponse.js.map +1 -0
- package/models/components/index.d.ts +1 -4
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -4
- package/models/components/index.js.map +1 -1
- package/models/components/security.d.ts +2 -2
- package/models/components/security.d.ts.map +1 -1
- package/models/components/security.js +1 -1
- package/models/components/security.js.map +1 -1
- package/models/operations/getportalexternalid.d.ts +15 -0
- package/models/operations/getportalexternalid.d.ts.map +1 -0
- package/models/operations/{putcustomerdashboardinfo.js → getportalexternalid.js} +8 -8
- package/models/operations/getportalexternalid.js.map +1 -0
- package/models/operations/index.d.ts +1 -11
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -11
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/customerportal.d.ts +12 -0
- package/sdk/customerportal.d.ts.map +1 -0
- package/sdk/customerportal.js +22 -0
- package/sdk/customerportal.js.map +1 -0
- package/sdk/sdk.d.ts +3 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -4
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/{customerDashboardGetCustomerDashboardExternalId.ts → customerPortalGetPortalExternalId.ts} +38 -8
- package/src/lib/config.ts +2 -2
- package/src/models/components/{dtodashboardsessionresponse.ts → dtoportalsessionresponse.ts} +7 -7
- package/src/models/components/index.ts +1 -4
- package/src/models/components/security.ts +3 -3
- package/src/models/operations/getportalexternalid.ts +39 -0
- package/src/models/operations/index.ts +1 -11
- package/src/sdk/customerportal.ts +27 -0
- package/src/sdk/sdk.ts +6 -6
- package/.eslintrc.js +0 -27
- package/funcs/customerDashboardGetCustomerDashboardExternalId.d.ts +0 -18
- package/funcs/customerDashboardGetCustomerDashboardExternalId.d.ts.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardExternalId.js +0 -118
- package/funcs/customerDashboardGetCustomerDashboardExternalId.js.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardInfo.d.ts +0 -19
- package/funcs/customerDashboardGetCustomerDashboardInfo.d.ts.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardInfo.js +0 -122
- package/funcs/customerDashboardGetCustomerDashboardInfo.js.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardInvoicesId.d.ts +0 -19
- package/funcs/customerDashboardGetCustomerDashboardInvoicesId.d.ts.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardInvoicesId.js +0 -141
- package/funcs/customerDashboardGetCustomerDashboardInvoicesId.js.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.d.ts +0 -19
- package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.d.ts.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.js +0 -142
- package/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.js.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardUsage.d.ts +0 -19
- package/funcs/customerDashboardGetCustomerDashboardUsage.d.ts.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardUsage.js +0 -141
- package/funcs/customerDashboardGetCustomerDashboardUsage.js.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardWalletsId.d.ts +0 -19
- package/funcs/customerDashboardGetCustomerDashboardWalletsId.d.ts.map +0 -1
- package/funcs/customerDashboardGetCustomerDashboardWalletsId.js.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardAnalytics.d.ts +0 -19
- package/funcs/customerDashboardPostCustomerDashboardAnalytics.d.ts.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardAnalytics.js +0 -132
- package/funcs/customerDashboardPostCustomerDashboardAnalytics.js.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardCostAnalytics.d.ts.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardCostAnalytics.js +0 -132
- package/funcs/customerDashboardPostCustomerDashboardCostAnalytics.js.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardInvoices.d.ts +0 -19
- package/funcs/customerDashboardPostCustomerDashboardInvoices.d.ts.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardInvoices.js +0 -132
- package/funcs/customerDashboardPostCustomerDashboardInvoices.js.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardSubscriptions.d.ts +0 -19
- package/funcs/customerDashboardPostCustomerDashboardSubscriptions.d.ts.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardSubscriptions.js +0 -132
- package/funcs/customerDashboardPostCustomerDashboardSubscriptions.js.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardWallets.d.ts +0 -19
- package/funcs/customerDashboardPostCustomerDashboardWallets.d.ts.map +0 -1
- package/funcs/customerDashboardPostCustomerDashboardWallets.js +0 -123
- package/funcs/customerDashboardPostCustomerDashboardWallets.js.map +0 -1
- package/funcs/customerDashboardPutCustomerDashboardInfo.d.ts +0 -19
- package/funcs/customerDashboardPutCustomerDashboardInfo.d.ts.map +0 -1
- package/funcs/customerDashboardPutCustomerDashboardInfo.js +0 -132
- package/funcs/customerDashboardPutCustomerDashboardInfo.js.map +0 -1
- package/jest.config.js +0 -30
- package/models/components/dtodashboardanalyticsrequest.d.ts +0 -31
- package/models/components/dtodashboardanalyticsrequest.d.ts.map +0 -1
- package/models/components/dtodashboardanalyticsrequest.js +0 -67
- package/models/components/dtodashboardanalyticsrequest.js.map +0 -1
- package/models/components/dtodashboardcostanalyticsrequest.d.ts +0 -16
- package/models/components/dtodashboardcostanalyticsrequest.d.ts.map +0 -1
- package/models/components/dtodashboardcostanalyticsrequest.js +0 -58
- package/models/components/dtodashboardcostanalyticsrequest.js.map +0 -1
- package/models/components/dtodashboardpaginatedrequest.d.ts +0 -14
- package/models/components/dtodashboardpaginatedrequest.d.ts.map +0 -1
- package/models/components/dtodashboardpaginatedrequest.js +0 -50
- package/models/components/dtodashboardpaginatedrequest.js.map +0 -1
- package/models/components/dtodashboardsessionresponse.d.ts +0 -12
- package/models/components/dtodashboardsessionresponse.d.ts.map +0 -1
- package/models/components/dtodashboardsessionresponse.js.map +0 -1
- package/models/operations/getcustomerdashboardinfo.d.ts +0 -12
- package/models/operations/getcustomerdashboardinfo.d.ts.map +0 -1
- package/models/operations/getcustomerdashboardinfo.js +0 -54
- package/models/operations/getcustomerdashboardinfo.js.map +0 -1
- package/models/operations/getcustomerdashboardinvoicesid.d.ts +0 -25
- package/models/operations/getcustomerdashboardinvoicesid.d.ts.map +0 -1
- package/models/operations/getcustomerdashboardinvoicesid.js +0 -62
- package/models/operations/getcustomerdashboardinvoicesid.js.map +0 -1
- package/models/operations/getcustomerdashboardsubscriptionsid.d.ts +0 -25
- package/models/operations/getcustomerdashboardsubscriptionsid.d.ts.map +0 -1
- package/models/operations/getcustomerdashboardsubscriptionsid.js +0 -62
- package/models/operations/getcustomerdashboardsubscriptionsid.js.map +0 -1
- package/models/operations/getcustomerdashboardusage.d.ts +0 -30
- package/models/operations/getcustomerdashboardusage.d.ts.map +0 -1
- package/models/operations/getcustomerdashboardusage.js +0 -74
- package/models/operations/getcustomerdashboardusage.js.map +0 -1
- package/models/operations/getcustomerdashboardwalletsid.d.ts +0 -25
- package/models/operations/getcustomerdashboardwalletsid.d.ts.map +0 -1
- package/models/operations/getcustomerdashboardwalletsid.js +0 -62
- package/models/operations/getcustomerdashboardwalletsid.js.map +0 -1
- package/models/operations/postcustomerdashboardanalytics.d.ts +0 -12
- package/models/operations/postcustomerdashboardanalytics.d.ts.map +0 -1
- package/models/operations/postcustomerdashboardanalytics.js +0 -54
- package/models/operations/postcustomerdashboardanalytics.js.map +0 -1
- package/models/operations/postcustomerdashboardcostanalytics.d.ts +0 -12
- package/models/operations/postcustomerdashboardcostanalytics.d.ts.map +0 -1
- package/models/operations/postcustomerdashboardcostanalytics.js +0 -54
- package/models/operations/postcustomerdashboardcostanalytics.js.map +0 -1
- package/models/operations/postcustomerdashboardinvoices.d.ts +0 -12
- package/models/operations/postcustomerdashboardinvoices.d.ts.map +0 -1
- package/models/operations/postcustomerdashboardinvoices.js +0 -54
- package/models/operations/postcustomerdashboardinvoices.js.map +0 -1
- package/models/operations/postcustomerdashboardsubscriptions.d.ts +0 -12
- package/models/operations/postcustomerdashboardsubscriptions.d.ts.map +0 -1
- package/models/operations/postcustomerdashboardsubscriptions.js +0 -54
- package/models/operations/postcustomerdashboardsubscriptions.js.map +0 -1
- package/models/operations/postcustomerdashboardwallets.d.ts +0 -12
- package/models/operations/postcustomerdashboardwallets.d.ts.map +0 -1
- package/models/operations/postcustomerdashboardwallets.js +0 -54
- package/models/operations/postcustomerdashboardwallets.js.map +0 -1
- package/models/operations/putcustomerdashboardinfo.d.ts +0 -12
- package/models/operations/putcustomerdashboardinfo.d.ts.map +0 -1
- package/models/operations/putcustomerdashboardinfo.js.map +0 -1
- package/sdk/customerdashboard.d.ts +0 -90
- package/sdk/customerdashboard.d.ts.map +0 -1
- package/sdk/customerdashboard.js +0 -132
- package/sdk/customerdashboard.js.map +0 -1
- package/src/funcs/customerDashboardGetCustomerDashboardInfo.ts +0 -172
- package/src/funcs/customerDashboardGetCustomerDashboardInvoicesId.ts +0 -203
- package/src/funcs/customerDashboardGetCustomerDashboardSubscriptionsId.ts +0 -202
- package/src/funcs/customerDashboardGetCustomerDashboardUsage.ts +0 -203
- package/src/funcs/customerDashboardGetCustomerDashboardWalletsId.ts +0 -203
- package/src/funcs/customerDashboardPostCustomerDashboardAnalytics.ts +0 -191
- package/src/funcs/customerDashboardPostCustomerDashboardCostAnalytics.ts +0 -191
- package/src/funcs/customerDashboardPostCustomerDashboardInvoices.ts +0 -191
- package/src/funcs/customerDashboardPostCustomerDashboardSubscriptions.ts +0 -191
- package/src/funcs/customerDashboardPostCustomerDashboardWallets.ts +0 -173
- package/src/funcs/customerDashboardPutCustomerDashboardInfo.ts +0 -190
- package/src/models/components/dtodashboardanalyticsrequest.ts +0 -68
- package/src/models/components/dtodashboardcostanalyticsrequest.ts +0 -46
- package/src/models/components/dtodashboardpaginatedrequest.ts +0 -36
- package/src/models/operations/getcustomerdashboardinfo.ts +0 -38
- package/src/models/operations/getcustomerdashboardinvoicesid.ts +0 -70
- package/src/models/operations/getcustomerdashboardsubscriptionsid.ts +0 -73
- package/src/models/operations/getcustomerdashboardusage.ts +0 -86
- package/src/models/operations/getcustomerdashboardwalletsid.ts +0 -69
- package/src/models/operations/postcustomerdashboardanalytics.ts +0 -39
- package/src/models/operations/postcustomerdashboardcostanalytics.ts +0 -40
- package/src/models/operations/postcustomerdashboardinvoices.ts +0 -38
- package/src/models/operations/postcustomerdashboardsubscriptions.ts +0 -40
- package/src/models/operations/postcustomerdashboardwallets.ts +0 -38
- package/src/models/operations/putcustomerdashboardinfo.ts +0 -38
- package/src/sdk/customerdashboard.ts +0 -242
- package/tsconfig.esm.json +0 -7
|
@@ -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.GetCustomerDashboardWalletsIdRequest$outboundSchema = exports.GetCustomerDashboardWalletsIdSecurity$outboundSchema = void 0;
|
|
40
|
-
exports.getCustomerDashboardWalletsIdSecurityToJSON = getCustomerDashboardWalletsIdSecurityToJSON;
|
|
41
|
-
exports.getCustomerDashboardWalletsIdRequestToJSON = getCustomerDashboardWalletsIdRequestToJSON;
|
|
42
|
-
const z = __importStar(require("zod/v3"));
|
|
43
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
|
-
/** @internal */
|
|
45
|
-
exports.GetCustomerDashboardWalletsIdSecurity$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 getCustomerDashboardWalletsIdSecurityToJSON(getCustomerDashboardWalletsIdSecurity) {
|
|
53
|
-
return JSON.stringify(exports.GetCustomerDashboardWalletsIdSecurity$outboundSchema.parse(getCustomerDashboardWalletsIdSecurity));
|
|
54
|
-
}
|
|
55
|
-
/** @internal */
|
|
56
|
-
exports.GetCustomerDashboardWalletsIdRequest$outboundSchema = z.object({
|
|
57
|
-
id: z.string(),
|
|
58
|
-
});
|
|
59
|
-
function getCustomerDashboardWalletsIdRequestToJSON(getCustomerDashboardWalletsIdRequest) {
|
|
60
|
-
return JSON.stringify(exports.GetCustomerDashboardWalletsIdRequest$outboundSchema.parse(getCustomerDashboardWalletsIdRequest));
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=getcustomerdashboardwalletsid.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getcustomerdashboardwalletsid.js","sourceRoot":"","sources":["../../src/models/operations/getcustomerdashboardwalletsid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCH,kGAQC;AAgBD,gGAQC;AAhED,0CAA4B;AAC5B,2DAA0D;AAkB1D,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,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,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAOD,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH,SAAgB,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,2DAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
export type PostCustomerDashboardAnalyticsSecurity = {
|
|
3
|
-
bearerAuth: string;
|
|
4
|
-
};
|
|
5
|
-
/** @internal */
|
|
6
|
-
export type PostCustomerDashboardAnalyticsSecurity$Outbound = {
|
|
7
|
-
BearerAuth: string;
|
|
8
|
-
};
|
|
9
|
-
/** @internal */
|
|
10
|
-
export declare const PostCustomerDashboardAnalyticsSecurity$outboundSchema: z.ZodType<PostCustomerDashboardAnalyticsSecurity$Outbound, z.ZodTypeDef, PostCustomerDashboardAnalyticsSecurity>;
|
|
11
|
-
export declare function postCustomerDashboardAnalyticsSecurityToJSON(postCustomerDashboardAnalyticsSecurity: PostCustomerDashboardAnalyticsSecurity): string;
|
|
12
|
-
//# sourceMappingURL=postcustomerdashboardanalytics.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardanalytics.d.ts","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardanalytics.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,sCAAsC,GAAG;IACnD,UAAU,EAAE,MAAM,CAAC;CACpB,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"}
|
|
@@ -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.PostCustomerDashboardAnalyticsSecurity$outboundSchema = void 0;
|
|
40
|
-
exports.postCustomerDashboardAnalyticsSecurityToJSON = postCustomerDashboardAnalyticsSecurityToJSON;
|
|
41
|
-
const z = __importStar(require("zod/v3"));
|
|
42
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
-
/** @internal */
|
|
44
|
-
exports.PostCustomerDashboardAnalyticsSecurity$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 postCustomerDashboardAnalyticsSecurityToJSON(postCustomerDashboardAnalyticsSecurity) {
|
|
52
|
-
return JSON.stringify(exports.PostCustomerDashboardAnalyticsSecurity$outboundSchema.parse(postCustomerDashboardAnalyticsSecurity));
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=postcustomerdashboardanalytics.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardanalytics.js","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardanalytics.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BH,oGASC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAW1D,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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
export type PostCustomerDashboardCostAnalyticsSecurity = {
|
|
3
|
-
bearerAuth: string;
|
|
4
|
-
};
|
|
5
|
-
/** @internal */
|
|
6
|
-
export type PostCustomerDashboardCostAnalyticsSecurity$Outbound = {
|
|
7
|
-
BearerAuth: string;
|
|
8
|
-
};
|
|
9
|
-
/** @internal */
|
|
10
|
-
export declare const PostCustomerDashboardCostAnalyticsSecurity$outboundSchema: z.ZodType<PostCustomerDashboardCostAnalyticsSecurity$Outbound, z.ZodTypeDef, PostCustomerDashboardCostAnalyticsSecurity>;
|
|
11
|
-
export declare function postCustomerDashboardCostAnalyticsSecurityToJSON(postCustomerDashboardCostAnalyticsSecurity: PostCustomerDashboardCostAnalyticsSecurity): string;
|
|
12
|
-
//# sourceMappingURL=postcustomerdashboardcostanalytics.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardcostanalytics.d.ts","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardcostanalytics.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,0CAA0C,GAAG;IACvD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG;IAChE,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAO1C,CAAC;AAEL,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,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.PostCustomerDashboardCostAnalyticsSecurity$outboundSchema = void 0;
|
|
40
|
-
exports.postCustomerDashboardCostAnalyticsSecurityToJSON = postCustomerDashboardCostAnalyticsSecurityToJSON;
|
|
41
|
-
const z = __importStar(require("zod/v3"));
|
|
42
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
-
/** @internal */
|
|
44
|
-
exports.PostCustomerDashboardCostAnalyticsSecurity$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 postCustomerDashboardCostAnalyticsSecurityToJSON(postCustomerDashboardCostAnalyticsSecurity) {
|
|
52
|
-
return JSON.stringify(exports.PostCustomerDashboardCostAnalyticsSecurity$outboundSchema.parse(postCustomerDashboardCostAnalyticsSecurity));
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=postcustomerdashboardcostanalytics.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardcostanalytics.js","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardcostanalytics.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BH,4GASC;AAnCD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,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,gDAAgD,CAC9D,0CAC4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,iEAAyD,CAAC,KAAK,CAC7D,0CAA0C,CAC3C,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
export type PostCustomerDashboardInvoicesSecurity = {
|
|
3
|
-
bearerAuth: string;
|
|
4
|
-
};
|
|
5
|
-
/** @internal */
|
|
6
|
-
export type PostCustomerDashboardInvoicesSecurity$Outbound = {
|
|
7
|
-
BearerAuth: string;
|
|
8
|
-
};
|
|
9
|
-
/** @internal */
|
|
10
|
-
export declare const PostCustomerDashboardInvoicesSecurity$outboundSchema: z.ZodType<PostCustomerDashboardInvoicesSecurity$Outbound, z.ZodTypeDef, PostCustomerDashboardInvoicesSecurity>;
|
|
11
|
-
export declare function postCustomerDashboardInvoicesSecurityToJSON(postCustomerDashboardInvoicesSecurity: PostCustomerDashboardInvoicesSecurity): string;
|
|
12
|
-
//# sourceMappingURL=postcustomerdashboardinvoices.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardinvoices.d.ts","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardinvoices.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,qCAAqC,GAAG;IAClD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAOrC,CAAC;AAEH,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,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.PostCustomerDashboardInvoicesSecurity$outboundSchema = void 0;
|
|
40
|
-
exports.postCustomerDashboardInvoicesSecurityToJSON = postCustomerDashboardInvoicesSecurityToJSON;
|
|
41
|
-
const z = __importStar(require("zod/v3"));
|
|
42
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
-
/** @internal */
|
|
44
|
-
exports.PostCustomerDashboardInvoicesSecurity$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 postCustomerDashboardInvoicesSecurityToJSON(postCustomerDashboardInvoicesSecurity) {
|
|
52
|
-
return JSON.stringify(exports.PostCustomerDashboardInvoicesSecurity$outboundSchema.parse(postCustomerDashboardInvoicesSecurity));
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=postcustomerdashboardinvoices.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardinvoices.js","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardinvoices.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BH,kGAQC;AAjCD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,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,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
export type PostCustomerDashboardSubscriptionsSecurity = {
|
|
3
|
-
bearerAuth: string;
|
|
4
|
-
};
|
|
5
|
-
/** @internal */
|
|
6
|
-
export type PostCustomerDashboardSubscriptionsSecurity$Outbound = {
|
|
7
|
-
BearerAuth: string;
|
|
8
|
-
};
|
|
9
|
-
/** @internal */
|
|
10
|
-
export declare const PostCustomerDashboardSubscriptionsSecurity$outboundSchema: z.ZodType<PostCustomerDashboardSubscriptionsSecurity$Outbound, z.ZodTypeDef, PostCustomerDashboardSubscriptionsSecurity>;
|
|
11
|
-
export declare function postCustomerDashboardSubscriptionsSecurityToJSON(postCustomerDashboardSubscriptionsSecurity: PostCustomerDashboardSubscriptionsSecurity): string;
|
|
12
|
-
//# sourceMappingURL=postcustomerdashboardsubscriptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardsubscriptions.d.ts","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardsubscriptions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,0CAA0C,GAAG;IACvD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG;IAChE,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAO1C,CAAC;AAEL,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,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.PostCustomerDashboardSubscriptionsSecurity$outboundSchema = void 0;
|
|
40
|
-
exports.postCustomerDashboardSubscriptionsSecurityToJSON = postCustomerDashboardSubscriptionsSecurityToJSON;
|
|
41
|
-
const z = __importStar(require("zod/v3"));
|
|
42
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
-
/** @internal */
|
|
44
|
-
exports.PostCustomerDashboardSubscriptionsSecurity$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 postCustomerDashboardSubscriptionsSecurityToJSON(postCustomerDashboardSubscriptionsSecurity) {
|
|
52
|
-
return JSON.stringify(exports.PostCustomerDashboardSubscriptionsSecurity$outboundSchema.parse(postCustomerDashboardSubscriptionsSecurity));
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=postcustomerdashboardsubscriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardsubscriptions.js","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardsubscriptions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BH,4GASC;AAnCD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,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,gDAAgD,CAC9D,0CAC4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,iEAAyD,CAAC,KAAK,CAC7D,0CAA0C,CAC3C,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
export type PostCustomerDashboardWalletsSecurity = {
|
|
3
|
-
bearerAuth: string;
|
|
4
|
-
};
|
|
5
|
-
/** @internal */
|
|
6
|
-
export type PostCustomerDashboardWalletsSecurity$Outbound = {
|
|
7
|
-
BearerAuth: string;
|
|
8
|
-
};
|
|
9
|
-
/** @internal */
|
|
10
|
-
export declare const PostCustomerDashboardWalletsSecurity$outboundSchema: z.ZodType<PostCustomerDashboardWalletsSecurity$Outbound, z.ZodTypeDef, PostCustomerDashboardWalletsSecurity>;
|
|
11
|
-
export declare function postCustomerDashboardWalletsSecurityToJSON(postCustomerDashboardWalletsSecurity: PostCustomerDashboardWalletsSecurity): string;
|
|
12
|
-
//# sourceMappingURL=postcustomerdashboardwallets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardwallets.d.ts","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardwallets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,oCAAoC,GAAG;IACjD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,6CAA6C,GAAG;IAC1D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,6CAA6C,EAC7C,CAAC,CAAC,UAAU,EACZ,oCAAoC,CAOpC,CAAC;AAEH,wBAAgB,0CAA0C,CACxD,oCAAoC,EAAE,oCAAoC,GACzE,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.PostCustomerDashboardWalletsSecurity$outboundSchema = void 0;
|
|
40
|
-
exports.postCustomerDashboardWalletsSecurityToJSON = postCustomerDashboardWalletsSecurityToJSON;
|
|
41
|
-
const z = __importStar(require("zod/v3"));
|
|
42
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
-
/** @internal */
|
|
44
|
-
exports.PostCustomerDashboardWalletsSecurity$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 postCustomerDashboardWalletsSecurityToJSON(postCustomerDashboardWalletsSecurity) {
|
|
52
|
-
return JSON.stringify(exports.PostCustomerDashboardWalletsSecurity$outboundSchema.parse(postCustomerDashboardWalletsSecurity));
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=postcustomerdashboardwallets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postcustomerdashboardwallets.js","sourceRoot":"","sources":["../../src/models/operations/postcustomerdashboardwallets.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BH,gGAQC;AAjCD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,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,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,2DAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
export type PutCustomerDashboardInfoSecurity = {
|
|
3
|
-
bearerAuth: string;
|
|
4
|
-
};
|
|
5
|
-
/** @internal */
|
|
6
|
-
export type PutCustomerDashboardInfoSecurity$Outbound = {
|
|
7
|
-
BearerAuth: string;
|
|
8
|
-
};
|
|
9
|
-
/** @internal */
|
|
10
|
-
export declare const PutCustomerDashboardInfoSecurity$outboundSchema: z.ZodType<PutCustomerDashboardInfoSecurity$Outbound, z.ZodTypeDef, PutCustomerDashboardInfoSecurity>;
|
|
11
|
-
export declare function putCustomerDashboardInfoSecurityToJSON(putCustomerDashboardInfoSecurity: PutCustomerDashboardInfoSecurity): string;
|
|
12
|
-
//# sourceMappingURL=putcustomerdashboardinfo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"putcustomerdashboardinfo.d.ts","sourceRoot":"","sources":["../../src/models/operations/putcustomerdashboardinfo.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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"putcustomerdashboardinfo.js","sourceRoot":"","sources":["../../src/models/operations/putcustomerdashboardinfo.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,90 +0,0 @@
|
|
|
1
|
-
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
-
import * as components from "../models/components/index.js";
|
|
3
|
-
import * as operations from "../models/operations/index.js";
|
|
4
|
-
export declare class CustomerDashboard extends ClientSDK {
|
|
5
|
-
/**
|
|
6
|
-
* Create a customer dashboard session
|
|
7
|
-
*
|
|
8
|
-
* @remarks
|
|
9
|
-
* Generate a dashboard URL/token for a customer to access their billing information
|
|
10
|
-
*/
|
|
11
|
-
getCustomerDashboardExternalId(options?: RequestOptions): Promise<components.DtoDashboardSessionResponse>;
|
|
12
|
-
/**
|
|
13
|
-
* Get customer analytics
|
|
14
|
-
*
|
|
15
|
-
* @remarks
|
|
16
|
-
* Get usage analytics for the authenticated customer
|
|
17
|
-
*/
|
|
18
|
-
postCustomerDashboardAnalytics(security: operations.PostCustomerDashboardAnalyticsSecurity, request: components.DtoDashboardAnalyticsRequest, options?: RequestOptions): Promise<components.DtoGetUsageAnalyticsResponse>;
|
|
19
|
-
/**
|
|
20
|
-
* Get customer cost analytics
|
|
21
|
-
*
|
|
22
|
-
* @remarks
|
|
23
|
-
* Get cost analytics for the authenticated customer
|
|
24
|
-
*/
|
|
25
|
-
postCustomerDashboardCostAnalytics(security: operations.PostCustomerDashboardCostAnalyticsSecurity, request: components.DtoDashboardCostAnalyticsRequest, options?: RequestOptions): Promise<components.DtoGetDetailedCostAnalyticsResponse>;
|
|
26
|
-
/**
|
|
27
|
-
* Get customer information
|
|
28
|
-
*
|
|
29
|
-
* @remarks
|
|
30
|
-
* Get the authenticated customer's information
|
|
31
|
-
*/
|
|
32
|
-
getCustomerDashboardInfo(security: operations.GetCustomerDashboardInfoSecurity, options?: RequestOptions): Promise<components.DtoCustomerResponse>;
|
|
33
|
-
/**
|
|
34
|
-
* Update customer information
|
|
35
|
-
*
|
|
36
|
-
* @remarks
|
|
37
|
-
* Update the authenticated customer's profile information
|
|
38
|
-
*/
|
|
39
|
-
putCustomerDashboardInfo(security: operations.PutCustomerDashboardInfoSecurity, request: components.DtoUpdateCustomerRequest, options?: RequestOptions): Promise<components.DtoCustomerResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* Get customer invoices
|
|
42
|
-
*
|
|
43
|
-
* @remarks
|
|
44
|
-
* Get all invoices for the authenticated customer with pagination
|
|
45
|
-
*/
|
|
46
|
-
postCustomerDashboardInvoices(security: operations.PostCustomerDashboardInvoicesSecurity, request: components.DtoDashboardPaginatedRequest, options?: RequestOptions): Promise<components.DtoListInvoicesResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Get invoice by ID
|
|
49
|
-
*
|
|
50
|
-
* @remarks
|
|
51
|
-
* Get a specific invoice for the authenticated customer
|
|
52
|
-
*/
|
|
53
|
-
getCustomerDashboardInvoicesId(security: operations.GetCustomerDashboardInvoicesIdSecurity, id: string, options?: RequestOptions): Promise<components.DtoInvoiceResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* Get customer subscriptions
|
|
56
|
-
*
|
|
57
|
-
* @remarks
|
|
58
|
-
* Get all subscriptions for the authenticated customer with pagination
|
|
59
|
-
*/
|
|
60
|
-
postCustomerDashboardSubscriptions(security: operations.PostCustomerDashboardSubscriptionsSecurity, request: components.DtoDashboardPaginatedRequest, options?: RequestOptions): Promise<components.DtoListSubscriptionsResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Get subscription by ID
|
|
63
|
-
*
|
|
64
|
-
* @remarks
|
|
65
|
-
* Get a specific subscription for the authenticated customer
|
|
66
|
-
*/
|
|
67
|
-
getCustomerDashboardSubscriptionsId(security: operations.GetCustomerDashboardSubscriptionsIdSecurity, id: string, options?: RequestOptions): Promise<components.DtoSubscriptionResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Get customer usage summary
|
|
70
|
-
*
|
|
71
|
-
* @remarks
|
|
72
|
-
* Get usage summary for the authenticated customer's metered features
|
|
73
|
-
*/
|
|
74
|
-
getCustomerDashboardUsage(security: operations.GetCustomerDashboardUsageSecurity, request: operations.GetCustomerDashboardUsageRequest, options?: RequestOptions): Promise<components.DtoCustomerUsageSummaryResponse>;
|
|
75
|
-
/**
|
|
76
|
-
* Get customer wallets
|
|
77
|
-
*
|
|
78
|
-
* @remarks
|
|
79
|
-
* Get all wallet balances for the authenticated customer
|
|
80
|
-
*/
|
|
81
|
-
postCustomerDashboardWallets(security: operations.PostCustomerDashboardWalletsSecurity, options?: RequestOptions): Promise<Array<components.DtoWalletBalanceResponse>>;
|
|
82
|
-
/**
|
|
83
|
-
* Get wallet by ID
|
|
84
|
-
*
|
|
85
|
-
* @remarks
|
|
86
|
-
* Get a specific wallet for the authenticated customer
|
|
87
|
-
*/
|
|
88
|
-
getCustomerDashboardWalletsId(security: operations.GetCustomerDashboardWalletsIdSecurity, id: string, options?: RequestOptions): Promise<components.DtoWalletBalanceResponse>;
|
|
89
|
-
}
|
|
90
|
-
//# sourceMappingURL=customerdashboard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customerdashboard.d.ts","sourceRoot":"","sources":["../src/sdk/customerdashboard.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,iBAAkB,SAAQ,SAAS;IAC9C;;;;;OAKG;IACG,8BAA8B,CAClC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAOlD;;;;;OAKG;IACG,8BAA8B,CAClC,QAAQ,EAAE,UAAU,CAAC,sCAAsC,EAC3D,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC;IASnD;;;;;OAKG;IACG,kCAAkC,CACtC,QAAQ,EAAE,UAAU,CAAC,0CAA0C,EAC/D,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mCAAmC,CAAC;IAS1D;;;;;OAKG;IACG,wBAAwB,CAC5B,QAAQ,EAAE,UAAU,CAAC,gCAAgC,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAQ1C;;;;;OAKG;IACG,wBAAwB,CAC5B,QAAQ,EAAE,UAAU,CAAC,gCAAgC,EACrD,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAS1C;;;;;OAKG;IACG,6BAA6B,CACjC,QAAQ,EAAE,UAAU,CAAC,qCAAqC,EAC1D,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAS9C;;;;;OAKG;IACG,8BAA8B,CAClC,QAAQ,EAAE,UAAU,CAAC,sCAAsC,EAC3D,EAAE,EAAE,MAAM,EACV,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC;IASzC;;;;;OAKG;IACG,kCAAkC,CACtC,QAAQ,EAAE,UAAU,CAAC,0CAA0C,EAC/D,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC;IASnD;;;;;OAKG;IACG,mCAAmC,CACvC,QAAQ,EAAE,UAAU,CAAC,2CAA2C,EAChE,EAAE,EAAE,MAAM,EACV,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAS9C;;;;;OAKG;IACG,yBAAyB,CAC7B,QAAQ,EAAE,UAAU,CAAC,iCAAiC,EACtD,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC;IAStD;;;;;OAKG;IACG,4BAA4B,CAChC,QAAQ,EAAE,UAAU,CAAC,oCAAoC,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,wBAAwB,CAAC,CAAC;IAQtD;;;;;OAKG;IACG,6BAA6B,CACjC,QAAQ,EAAE,UAAU,CAAC,qCAAqC,EAC1D,EAAE,EAAE,MAAM,EACV,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;CAQhD"}
|