syllable-sdk 0.1.0-alpha.21 → 0.1.0-alpha.23
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 +17 -34
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/custommessagecreaterequest.d.ts +6 -0
- package/models/components/custommessagecreaterequest.d.ts.map +1 -1
- package/models/components/custommessagecreaterequest.js +3 -0
- package/models/components/custommessagecreaterequest.js.map +1 -1
- package/models/components/custommessageresponse.d.ts +6 -0
- package/models/components/custommessageresponse.d.ts.map +1 -1
- package/models/components/custommessageresponse.js +3 -0
- package/models/components/custommessageresponse.js.map +1 -1
- package/models/components/custommessageupdaterequest.d.ts +6 -0
- package/models/components/custommessageupdaterequest.d.ts.map +1 -1
- package/models/components/custommessageupdaterequest.js +3 -0
- package/models/components/custommessageupdaterequest.js.map +1 -1
- package/models/components/daocustommessagerule.d.ts +63 -0
- package/models/components/daocustommessagerule.d.ts.map +1 -0
- package/models/components/daocustommessagerule.js +85 -0
- package/models/components/daocustommessagerule.js.map +1 -0
- package/models/components/dayofweek.d.ts +43 -0
- package/models/components/dayofweek.d.ts.map +1 -0
- package/models/components/dayofweek.js +56 -0
- package/models/components/dayofweek.js.map +1 -0
- package/models/components/index.d.ts +2 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -0
- package/models/components/index.js.map +1 -1
- package/models/components/testmessage.d.ts +2 -0
- package/models/components/testmessage.d.ts.map +1 -1
- package/models/components/testmessage.js +4 -0
- package/models/components/testmessage.js.map +1 -1
- package/models/operations/index.d.ts +0 -8
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -8
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/sdk.d.ts +0 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +0 -5
- package/sdk/sdk.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/custommessagecreaterequest.ts +13 -0
- package/src/models/components/custommessageresponse.ts +13 -0
- package/src/models/components/custommessageupdaterequest.ts +13 -0
- package/src/models/components/daocustommessagerule.ts +129 -0
- package/src/models/components/dayofweek.ts +36 -0
- package/src/models/components/index.ts +2 -0
- package/src/models/components/testmessage.ts +6 -0
- package/src/models/operations/index.ts +0 -8
- package/src/sdk/sdk.ts +0 -6
- package/docs/sdks/dashboards/README.md +0 -587
- package/funcs/dashboardsGetDailyCallVolumeByHour.d.ts +0 -15
- package/funcs/dashboardsGetDailyCallVolumeByHour.d.ts.map +0 -1
- package/funcs/dashboardsGetDailyCallVolumeByHour.js +0 -86
- package/funcs/dashboardsGetDailyCallVolumeByHour.js.map +0 -1
- package/funcs/dashboardsGetMonthlyCallVolumeByDay.d.ts +0 -15
- package/funcs/dashboardsGetMonthlyCallVolumeByDay.d.ts.map +0 -1
- package/funcs/dashboardsGetMonthlyCallVolumeByDay.js +0 -86
- package/funcs/dashboardsGetMonthlyCallVolumeByDay.js.map +0 -1
- package/funcs/dashboardsGetMonthlyCallVolumeByWeek.d.ts +0 -15
- package/funcs/dashboardsGetMonthlyCallVolumeByWeek.d.ts.map +0 -1
- package/funcs/dashboardsGetMonthlyCallVolumeByWeek.js +0 -86
- package/funcs/dashboardsGetMonthlyCallVolumeByWeek.js.map +0 -1
- package/funcs/dashboardsGetSessionAgents.d.ts +0 -15
- package/funcs/dashboardsGetSessionAgents.d.ts.map +0 -1
- package/funcs/dashboardsGetSessionAgents.js +0 -85
- package/funcs/dashboardsGetSessionAgents.js.map +0 -1
- package/funcs/dashboardsGetSessionSummary.d.ts +0 -16
- package/funcs/dashboardsGetSessionSummary.d.ts.map +0 -1
- package/funcs/dashboardsGetSessionSummary.js +0 -107
- package/funcs/dashboardsGetSessionSummary.js.map +0 -1
- package/funcs/dashboardsGetTotalCallVolumeByHour.d.ts +0 -15
- package/funcs/dashboardsGetTotalCallVolumeByHour.d.ts.map +0 -1
- package/funcs/dashboardsGetTotalCallVolumeByHour.js +0 -86
- package/funcs/dashboardsGetTotalCallVolumeByHour.js.map +0 -1
- package/funcs/dashboardsGetWeeklyCallVolumeByWeekday.d.ts +0 -15
- package/funcs/dashboardsGetWeeklyCallVolumeByWeekday.d.ts.map +0 -1
- package/funcs/dashboardsGetWeeklyCallVolumeByWeekday.js +0 -86
- package/funcs/dashboardsGetWeeklyCallVolumeByWeekday.js.map +0 -1
- package/funcs/dashboardsTotalCallVolumeByWeekday.d.ts +0 -15
- package/funcs/dashboardsTotalCallVolumeByWeekday.d.ts.map +0 -1
- package/funcs/dashboardsTotalCallVolumeByWeekday.js +0 -86
- package/funcs/dashboardsTotalCallVolumeByWeekday.js.map +0 -1
- package/models/operations/getdailycallvolumebyhour.d.ts +0 -28
- package/models/operations/getdailycallvolumebyhour.d.ts.map +0 -1
- package/models/operations/getdailycallvolumebyhour.js +0 -57
- package/models/operations/getdailycallvolumebyhour.js.map +0 -1
- package/models/operations/getmonthlycallvolumebyday.d.ts +0 -28
- package/models/operations/getmonthlycallvolumebyday.d.ts.map +0 -1
- package/models/operations/getmonthlycallvolumebyday.js +0 -57
- package/models/operations/getmonthlycallvolumebyday.js.map +0 -1
- package/models/operations/getmonthlycallvolumebyweek.d.ts +0 -28
- package/models/operations/getmonthlycallvolumebyweek.d.ts.map +0 -1
- package/models/operations/getmonthlycallvolumebyweek.js +0 -57
- package/models/operations/getmonthlycallvolumebyweek.js.map +0 -1
- package/models/operations/getsessionagents.d.ts +0 -28
- package/models/operations/getsessionagents.d.ts.map +0 -1
- package/models/operations/getsessionagents.js +0 -55
- package/models/operations/getsessionagents.js.map +0 -1
- package/models/operations/getsessionsummary.d.ts +0 -63
- package/models/operations/getsessionsummary.d.ts.map +0 -1
- package/models/operations/getsessionsummary.js +0 -107
- package/models/operations/getsessionsummary.js.map +0 -1
- package/models/operations/gettotalcallvolumebyhour.d.ts +0 -28
- package/models/operations/gettotalcallvolumebyhour.d.ts.map +0 -1
- package/models/operations/gettotalcallvolumebyhour.js +0 -57
- package/models/operations/gettotalcallvolumebyhour.js.map +0 -1
- package/models/operations/getweeklycallvolumebyweekday.d.ts +0 -28
- package/models/operations/getweeklycallvolumebyweekday.d.ts.map +0 -1
- package/models/operations/getweeklycallvolumebyweekday.js +0 -57
- package/models/operations/getweeklycallvolumebyweekday.js.map +0 -1
- package/models/operations/totalcallvolumebyweekday.d.ts +0 -28
- package/models/operations/totalcallvolumebyweekday.d.ts.map +0 -1
- package/models/operations/totalcallvolumebyweekday.js +0 -57
- package/models/operations/totalcallvolumebyweekday.js.map +0 -1
- package/sdk/dashboards.d.ts +0 -61
- package/sdk/dashboards.d.ts.map +0 -1
- package/sdk/dashboards.js +0 -92
- package/sdk/dashboards.js.map +0 -1
- package/src/funcs/dashboardsGetDailyCallVolumeByHour.ts +0 -111
- package/src/funcs/dashboardsGetMonthlyCallVolumeByDay.ts +0 -113
- package/src/funcs/dashboardsGetMonthlyCallVolumeByWeek.ts +0 -113
- package/src/funcs/dashboardsGetSessionAgents.ts +0 -110
- package/src/funcs/dashboardsGetSessionSummary.ts +0 -143
- package/src/funcs/dashboardsGetTotalCallVolumeByHour.ts +0 -111
- package/src/funcs/dashboardsGetWeeklyCallVolumeByWeekday.ts +0 -113
- package/src/funcs/dashboardsTotalCallVolumeByWeekday.ts +0 -111
- package/src/models/operations/getdailycallvolumebyhour.ts +0 -74
- package/src/models/operations/getmonthlycallvolumebyday.ts +0 -74
- package/src/models/operations/getmonthlycallvolumebyweek.ts +0 -74
- package/src/models/operations/getsessionagents.ts +0 -72
- package/src/models/operations/getsessionsummary.ts +0 -164
- package/src/models/operations/gettotalcallvolumebyhour.ts +0 -74
- package/src/models/operations/getweeklycallvolumebyweekday.ts +0 -75
- package/src/models/operations/totalcallvolumebyweekday.ts +0 -74
- package/src/sdk/dashboards.ts +0 -151
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
/**
|
|
5
|
-
* Successful Response
|
|
6
|
-
*/
|
|
7
|
-
export type GetSessionAgentsResponseGetSessionAgents = {};
|
|
8
|
-
/** @internal */
|
|
9
|
-
export declare const GetSessionAgentsResponseGetSessionAgents$inboundSchema: z.ZodType<GetSessionAgentsResponseGetSessionAgents, z.ZodTypeDef, unknown>;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export type GetSessionAgentsResponseGetSessionAgents$Outbound = {};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const GetSessionAgentsResponseGetSessionAgents$outboundSchema: z.ZodType<GetSessionAgentsResponseGetSessionAgents$Outbound, z.ZodTypeDef, GetSessionAgentsResponseGetSessionAgents>;
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17
|
-
*/
|
|
18
|
-
export declare namespace GetSessionAgentsResponseGetSessionAgents$ {
|
|
19
|
-
/** @deprecated use `GetSessionAgentsResponseGetSessionAgents$inboundSchema` instead. */
|
|
20
|
-
const inboundSchema: z.ZodType<GetSessionAgentsResponseGetSessionAgents, z.ZodTypeDef, unknown>;
|
|
21
|
-
/** @deprecated use `GetSessionAgentsResponseGetSessionAgents$outboundSchema` instead. */
|
|
22
|
-
const outboundSchema: z.ZodType<GetSessionAgentsResponseGetSessionAgents$Outbound, z.ZodTypeDef, GetSessionAgentsResponseGetSessionAgents>;
|
|
23
|
-
/** @deprecated use `GetSessionAgentsResponseGetSessionAgents$Outbound` instead. */
|
|
24
|
-
type Outbound = GetSessionAgentsResponseGetSessionAgents$Outbound;
|
|
25
|
-
}
|
|
26
|
-
export declare function getSessionAgentsResponseGetSessionAgentsToJSON(getSessionAgentsResponseGetSessionAgents: GetSessionAgentsResponseGetSessionAgents): string;
|
|
27
|
-
export declare function getSessionAgentsResponseGetSessionAgentsFromJSON(jsonString: string): SafeParseResult<GetSessionAgentsResponseGetSessionAgents, SDKValidationError>;
|
|
28
|
-
//# sourceMappingURL=getsessionagents.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getsessionagents.d.ts","sourceRoot":"","sources":["../../src/models/operations/getsessionagents.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,wCAAwC,GAAG,EAAE,CAAC;AAE1D,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEjB,gBAAgB;AAChB,MAAM,MAAM,iDAAiD,GAAG,EAAE,CAAC;AAEnE,gBAAgB;AAChB,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,iDAAiD,EACjD,CAAC,CAAC,UAAU,EACZ,wCAAwC,CAC1B,CAAC;AAEjB;;;GAGG;AACH,yBAAiB,yCAAyC,CAAC;IACzD,wFAAwF;IACjF,MAAM,aAAa,4EAC8B,CAAC;IACzD,yFAAyF;IAClF,MAAM,cAAc,sHAC8B,CAAC;IAC1D,mFAAmF;IACnF,KAAY,QAAQ,GAAG,iDAAiD,CAAC;CAC1E;AAED,wBAAgB,8CAA8C,CAC5D,wCAAwC,EACtC,wCAAwC,GACzC,MAAM,CAMR;AAED,wBAAgB,gDAAgD,CAC9D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,wCAAwC,EACxC,kBAAkB,CACnB,CASA"}
|
|
@@ -1,55 +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 (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.GetSessionAgentsResponseGetSessionAgents$ = exports.GetSessionAgentsResponseGetSessionAgents$outboundSchema = exports.GetSessionAgentsResponseGetSessionAgents$inboundSchema = void 0;
|
|
30
|
-
exports.getSessionAgentsResponseGetSessionAgentsToJSON = getSessionAgentsResponseGetSessionAgentsToJSON;
|
|
31
|
-
exports.getSessionAgentsResponseGetSessionAgentsFromJSON = getSessionAgentsResponseGetSessionAgentsFromJSON;
|
|
32
|
-
const z = __importStar(require("zod"));
|
|
33
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
34
|
-
/** @internal */
|
|
35
|
-
exports.GetSessionAgentsResponseGetSessionAgents$inboundSchema = z.object({});
|
|
36
|
-
/** @internal */
|
|
37
|
-
exports.GetSessionAgentsResponseGetSessionAgents$outboundSchema = z.object({});
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
41
|
-
*/
|
|
42
|
-
var GetSessionAgentsResponseGetSessionAgents$;
|
|
43
|
-
(function (GetSessionAgentsResponseGetSessionAgents$) {
|
|
44
|
-
/** @deprecated use `GetSessionAgentsResponseGetSessionAgents$inboundSchema` instead. */
|
|
45
|
-
GetSessionAgentsResponseGetSessionAgents$.inboundSchema = exports.GetSessionAgentsResponseGetSessionAgents$inboundSchema;
|
|
46
|
-
/** @deprecated use `GetSessionAgentsResponseGetSessionAgents$outboundSchema` instead. */
|
|
47
|
-
GetSessionAgentsResponseGetSessionAgents$.outboundSchema = exports.GetSessionAgentsResponseGetSessionAgents$outboundSchema;
|
|
48
|
-
})(GetSessionAgentsResponseGetSessionAgents$ || (exports.GetSessionAgentsResponseGetSessionAgents$ = GetSessionAgentsResponseGetSessionAgents$ = {}));
|
|
49
|
-
function getSessionAgentsResponseGetSessionAgentsToJSON(getSessionAgentsResponseGetSessionAgents) {
|
|
50
|
-
return JSON.stringify(exports.GetSessionAgentsResponseGetSessionAgents$outboundSchema.parse(getSessionAgentsResponseGetSessionAgents));
|
|
51
|
-
}
|
|
52
|
-
function getSessionAgentsResponseGetSessionAgentsFromJSON(jsonString) {
|
|
53
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetSessionAgentsResponseGetSessionAgents$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetSessionAgentsResponseGetSessionAgents' from JSON`);
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=getsessionagents.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getsessionagents.js","sourceRoot":"","sources":["../../src/models/operations/getsessionagents.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CH,wGASC;AAED,4GAcC;AAnED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,sDAAsD,GAI/D,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAKjB,gBAAgB;AACH,QAAA,uDAAuD,GAIhE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB;;;GAGG;AACH,IAAiB,yCAAyC,CASzD;AATD,WAAiB,yCAAyC;IACxD,wFAAwF;IAC3E,uDAAa,GACxB,8DAAsD,CAAC;IACzD,yFAAyF;IAC5E,wDAAc,GACzB,+DAAuD,CAAC;AAG5D,CAAC,EATgB,yCAAyC,yDAAzC,yCAAyC,QASzD;AAED,SAAgB,8CAA8C,CAC5D,wCAC0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,+DAAuD,CAAC,KAAK,CAC3D,wCAAwC,CACzC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,gDAAgD,CAC9D,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,8DAAsD,CAAC,KAAK,CAC1D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,sEAAsE,CACvE,CAAC;AACJ,CAAC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
export type GetSessionSummaryRequest = {
|
|
5
|
-
page?: number | undefined;
|
|
6
|
-
limit?: number | undefined;
|
|
7
|
-
startDate?: string | null | undefined;
|
|
8
|
-
endDate?: string | null | undefined;
|
|
9
|
-
orderBy?: string | null | undefined;
|
|
10
|
-
agentId?: number | null | undefined;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Successful Response
|
|
14
|
-
*/
|
|
15
|
-
export type GetSessionSummaryResponseGetSessionSummary = {};
|
|
16
|
-
/** @internal */
|
|
17
|
-
export declare const GetSessionSummaryRequest$inboundSchema: z.ZodType<GetSessionSummaryRequest, z.ZodTypeDef, unknown>;
|
|
18
|
-
/** @internal */
|
|
19
|
-
export type GetSessionSummaryRequest$Outbound = {
|
|
20
|
-
page: number;
|
|
21
|
-
limit: number;
|
|
22
|
-
start_date?: string | null | undefined;
|
|
23
|
-
end_date?: string | null | undefined;
|
|
24
|
-
order_by?: string | null | undefined;
|
|
25
|
-
agent_id?: number | null | undefined;
|
|
26
|
-
};
|
|
27
|
-
/** @internal */
|
|
28
|
-
export declare const GetSessionSummaryRequest$outboundSchema: z.ZodType<GetSessionSummaryRequest$Outbound, z.ZodTypeDef, GetSessionSummaryRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
32
|
-
*/
|
|
33
|
-
export declare namespace GetSessionSummaryRequest$ {
|
|
34
|
-
/** @deprecated use `GetSessionSummaryRequest$inboundSchema` instead. */
|
|
35
|
-
const inboundSchema: z.ZodType<GetSessionSummaryRequest, z.ZodTypeDef, unknown>;
|
|
36
|
-
/** @deprecated use `GetSessionSummaryRequest$outboundSchema` instead. */
|
|
37
|
-
const outboundSchema: z.ZodType<GetSessionSummaryRequest$Outbound, z.ZodTypeDef, GetSessionSummaryRequest>;
|
|
38
|
-
/** @deprecated use `GetSessionSummaryRequest$Outbound` instead. */
|
|
39
|
-
type Outbound = GetSessionSummaryRequest$Outbound;
|
|
40
|
-
}
|
|
41
|
-
export declare function getSessionSummaryRequestToJSON(getSessionSummaryRequest: GetSessionSummaryRequest): string;
|
|
42
|
-
export declare function getSessionSummaryRequestFromJSON(jsonString: string): SafeParseResult<GetSessionSummaryRequest, SDKValidationError>;
|
|
43
|
-
/** @internal */
|
|
44
|
-
export declare const GetSessionSummaryResponseGetSessionSummary$inboundSchema: z.ZodType<GetSessionSummaryResponseGetSessionSummary, z.ZodTypeDef, unknown>;
|
|
45
|
-
/** @internal */
|
|
46
|
-
export type GetSessionSummaryResponseGetSessionSummary$Outbound = {};
|
|
47
|
-
/** @internal */
|
|
48
|
-
export declare const GetSessionSummaryResponseGetSessionSummary$outboundSchema: z.ZodType<GetSessionSummaryResponseGetSessionSummary$Outbound, z.ZodTypeDef, GetSessionSummaryResponseGetSessionSummary>;
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
-
*/
|
|
53
|
-
export declare namespace GetSessionSummaryResponseGetSessionSummary$ {
|
|
54
|
-
/** @deprecated use `GetSessionSummaryResponseGetSessionSummary$inboundSchema` instead. */
|
|
55
|
-
const inboundSchema: z.ZodType<GetSessionSummaryResponseGetSessionSummary, z.ZodTypeDef, unknown>;
|
|
56
|
-
/** @deprecated use `GetSessionSummaryResponseGetSessionSummary$outboundSchema` instead. */
|
|
57
|
-
const outboundSchema: z.ZodType<GetSessionSummaryResponseGetSessionSummary$Outbound, z.ZodTypeDef, GetSessionSummaryResponseGetSessionSummary>;
|
|
58
|
-
/** @deprecated use `GetSessionSummaryResponseGetSessionSummary$Outbound` instead. */
|
|
59
|
-
type Outbound = GetSessionSummaryResponseGetSessionSummary$Outbound;
|
|
60
|
-
}
|
|
61
|
-
export declare function getSessionSummaryResponseGetSessionSummaryToJSON(getSessionSummaryResponseGetSessionSummary: GetSessionSummaryResponseGetSessionSummary): string;
|
|
62
|
-
export declare function getSessionSummaryResponseGetSessionSummaryFromJSON(jsonString: string): SafeParseResult<GetSessionSummaryResponseGetSessionSummary, SDKValidationError>;
|
|
63
|
-
//# sourceMappingURL=getsessionsummary.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getsessionsummary.d.ts","sourceRoot":"","sources":["../../src/models/operations/getsessionsummary.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,0CAA0C,GAAG,EAAE,CAAC;AAE5D,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAeP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAexB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACzC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC1D;AAED,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AAED,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D;AAED,gBAAgB;AAChB,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,0CAA0C,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAC7D,CAAC;AAEjB,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG,EAAE,CAAC;AAErE,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAC5B,CAAC;AAEnB;;;GAGG;AACH,yBAAiB,2CAA2C,CAAC;IAC3D,0FAA0F;IACnF,MAAM,aAAa,8EACgC,CAAC;IAC3D,2FAA2F;IACpF,MAAM,cAAc,0HACgC,CAAC;IAC5D,qFAAqF;IACrF,KAAY,QAAQ,GAAG,mDAAmD,CAAC;CAC5E;AAED,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR;AAED,wBAAgB,kDAAkD,CAChE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,0CAA0C,EAC1C,kBAAkB,CACnB,CASA"}
|
|
@@ -1,107 +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 (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.GetSessionSummaryResponseGetSessionSummary$ = exports.GetSessionSummaryResponseGetSessionSummary$outboundSchema = exports.GetSessionSummaryResponseGetSessionSummary$inboundSchema = exports.GetSessionSummaryRequest$ = exports.GetSessionSummaryRequest$outboundSchema = exports.GetSessionSummaryRequest$inboundSchema = void 0;
|
|
30
|
-
exports.getSessionSummaryRequestToJSON = getSessionSummaryRequestToJSON;
|
|
31
|
-
exports.getSessionSummaryRequestFromJSON = getSessionSummaryRequestFromJSON;
|
|
32
|
-
exports.getSessionSummaryResponseGetSessionSummaryToJSON = getSessionSummaryResponseGetSessionSummaryToJSON;
|
|
33
|
-
exports.getSessionSummaryResponseGetSessionSummaryFromJSON = getSessionSummaryResponseGetSessionSummaryFromJSON;
|
|
34
|
-
const z = __importStar(require("zod"));
|
|
35
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
36
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
37
|
-
/** @internal */
|
|
38
|
-
exports.GetSessionSummaryRequest$inboundSchema = z.object({
|
|
39
|
-
page: z.number().int().default(0),
|
|
40
|
-
limit: z.number().int().default(100),
|
|
41
|
-
start_date: z.nullable(z.string()).optional(),
|
|
42
|
-
end_date: z.nullable(z.string()).optional(),
|
|
43
|
-
order_by: z.nullable(z.string()).optional(),
|
|
44
|
-
agent_id: z.nullable(z.number().int()).optional(),
|
|
45
|
-
}).transform((v) => {
|
|
46
|
-
return (0, primitives_js_1.remap)(v, {
|
|
47
|
-
"start_date": "startDate",
|
|
48
|
-
"end_date": "endDate",
|
|
49
|
-
"order_by": "orderBy",
|
|
50
|
-
"agent_id": "agentId",
|
|
51
|
-
});
|
|
52
|
-
});
|
|
53
|
-
/** @internal */
|
|
54
|
-
exports.GetSessionSummaryRequest$outboundSchema = z.object({
|
|
55
|
-
page: z.number().int().default(0),
|
|
56
|
-
limit: z.number().int().default(100),
|
|
57
|
-
startDate: z.nullable(z.string()).optional(),
|
|
58
|
-
endDate: z.nullable(z.string()).optional(),
|
|
59
|
-
orderBy: z.nullable(z.string()).optional(),
|
|
60
|
-
agentId: z.nullable(z.number().int()).optional(),
|
|
61
|
-
}).transform((v) => {
|
|
62
|
-
return (0, primitives_js_1.remap)(v, {
|
|
63
|
-
startDate: "start_date",
|
|
64
|
-
endDate: "end_date",
|
|
65
|
-
orderBy: "order_by",
|
|
66
|
-
agentId: "agent_id",
|
|
67
|
-
});
|
|
68
|
-
});
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
72
|
-
*/
|
|
73
|
-
var GetSessionSummaryRequest$;
|
|
74
|
-
(function (GetSessionSummaryRequest$) {
|
|
75
|
-
/** @deprecated use `GetSessionSummaryRequest$inboundSchema` instead. */
|
|
76
|
-
GetSessionSummaryRequest$.inboundSchema = exports.GetSessionSummaryRequest$inboundSchema;
|
|
77
|
-
/** @deprecated use `GetSessionSummaryRequest$outboundSchema` instead. */
|
|
78
|
-
GetSessionSummaryRequest$.outboundSchema = exports.GetSessionSummaryRequest$outboundSchema;
|
|
79
|
-
})(GetSessionSummaryRequest$ || (exports.GetSessionSummaryRequest$ = GetSessionSummaryRequest$ = {}));
|
|
80
|
-
function getSessionSummaryRequestToJSON(getSessionSummaryRequest) {
|
|
81
|
-
return JSON.stringify(exports.GetSessionSummaryRequest$outboundSchema.parse(getSessionSummaryRequest));
|
|
82
|
-
}
|
|
83
|
-
function getSessionSummaryRequestFromJSON(jsonString) {
|
|
84
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetSessionSummaryRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetSessionSummaryRequest' from JSON`);
|
|
85
|
-
}
|
|
86
|
-
/** @internal */
|
|
87
|
-
exports.GetSessionSummaryResponseGetSessionSummary$inboundSchema = z.object({});
|
|
88
|
-
/** @internal */
|
|
89
|
-
exports.GetSessionSummaryResponseGetSessionSummary$outboundSchema = z.object({});
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
93
|
-
*/
|
|
94
|
-
var GetSessionSummaryResponseGetSessionSummary$;
|
|
95
|
-
(function (GetSessionSummaryResponseGetSessionSummary$) {
|
|
96
|
-
/** @deprecated use `GetSessionSummaryResponseGetSessionSummary$inboundSchema` instead. */
|
|
97
|
-
GetSessionSummaryResponseGetSessionSummary$.inboundSchema = exports.GetSessionSummaryResponseGetSessionSummary$inboundSchema;
|
|
98
|
-
/** @deprecated use `GetSessionSummaryResponseGetSessionSummary$outboundSchema` instead. */
|
|
99
|
-
GetSessionSummaryResponseGetSessionSummary$.outboundSchema = exports.GetSessionSummaryResponseGetSessionSummary$outboundSchema;
|
|
100
|
-
})(GetSessionSummaryResponseGetSessionSummary$ || (exports.GetSessionSummaryResponseGetSessionSummary$ = GetSessionSummaryResponseGetSessionSummary$ = {}));
|
|
101
|
-
function getSessionSummaryResponseGetSessionSummaryToJSON(getSessionSummaryResponseGetSessionSummary) {
|
|
102
|
-
return JSON.stringify(exports.GetSessionSummaryResponseGetSessionSummary$outboundSchema.parse(getSessionSummaryResponseGetSessionSummary));
|
|
103
|
-
}
|
|
104
|
-
function getSessionSummaryResponseGetSessionSummaryFromJSON(jsonString) {
|
|
105
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetSessionSummaryResponseGetSessionSummary$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetSessionSummaryResponseGetSessionSummary' from JSON`);
|
|
106
|
-
}
|
|
107
|
-
//# sourceMappingURL=getsessionsummary.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getsessionsummary.js","sourceRoot":"","sources":["../../src/models/operations/getsessionsummary.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
/**
|
|
5
|
-
* Successful Response
|
|
6
|
-
*/
|
|
7
|
-
export type GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour = {};
|
|
8
|
-
/** @internal */
|
|
9
|
-
export declare const GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema: z.ZodType<GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour, z.ZodTypeDef, unknown>;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export type GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$Outbound = {};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema: z.ZodType<GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$Outbound, z.ZodTypeDef, GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour>;
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17
|
-
*/
|
|
18
|
-
export declare namespace GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$ {
|
|
19
|
-
/** @deprecated use `GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema` instead. */
|
|
20
|
-
const inboundSchema: z.ZodType<GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour, z.ZodTypeDef, unknown>;
|
|
21
|
-
/** @deprecated use `GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema` instead. */
|
|
22
|
-
const outboundSchema: z.ZodType<GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$Outbound, z.ZodTypeDef, GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour>;
|
|
23
|
-
/** @deprecated use `GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$Outbound` instead. */
|
|
24
|
-
type Outbound = GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$Outbound;
|
|
25
|
-
}
|
|
26
|
-
export declare function getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourToJSON(getTotalCallVolumeByHourResponseGetTotalCallVolumeByHour: GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour): string;
|
|
27
|
-
export declare function getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourFromJSON(jsonString: string): SafeParseResult<GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour, SDKValidationError>;
|
|
28
|
-
//# sourceMappingURL=gettotalcallvolumebyhour.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gettotalcallvolumebyhour.d.ts","sourceRoot":"","sources":["../../src/models/operations/gettotalcallvolumebyhour.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,wDAAwD,GAAG,EAAE,CAAC;AAE1E,gBAAgB;AAChB,eAAO,MAAM,sEAAsE,EACjF,CAAC,CAAC,OAAO,CACP,wDAAwD,EACxD,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEnB,gBAAgB;AAChB,MAAM,MAAM,iEAAiE,GAC3E,EAAE,CAAC;AAEL,gBAAgB;AAChB,eAAO,MAAM,uEAAuE,EAClF,CAAC,CAAC,OAAO,CACP,iEAAiE,EACjE,CAAC,CAAC,UAAU,EACZ,wDAAwD,CAC1C,CAAC;AAEnB;;;GAGG;AACH,yBAAiB,yDAAyD,CAAC;IACzE,wGAAwG;IACjG,MAAM,aAAa,4FAC8C,CAAC;IACzE,yGAAyG;IAClG,MAAM,cAAc,sJAC8C,CAAC;IAC1E,mGAAmG;IACnG,KAAY,QAAQ,GAClB,iEAAiE,CAAC;CACrE;AAED,wBAAgB,8DAA8D,CAC5E,wDAAwD,EACtD,wDAAwD,GACzD,MAAM,CAKR;AAED,wBAAgB,gEAAgE,CAC9E,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,wDAAwD,EACxD,kBAAkB,CACnB,CAQA"}
|
|
@@ -1,57 +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 (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$ = exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema = exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema = void 0;
|
|
30
|
-
exports.getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourToJSON = getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourToJSON;
|
|
31
|
-
exports.getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourFromJSON = getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourFromJSON;
|
|
32
|
-
const z = __importStar(require("zod"));
|
|
33
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
34
|
-
/** @internal */
|
|
35
|
-
exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema = z.object({});
|
|
36
|
-
/** @internal */
|
|
37
|
-
exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema = z.object({});
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
41
|
-
*/
|
|
42
|
-
var GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$;
|
|
43
|
-
(function (GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$) {
|
|
44
|
-
/** @deprecated use `GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema` instead. */
|
|
45
|
-
GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$.inboundSchema = exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema;
|
|
46
|
-
/** @deprecated use `GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema` instead. */
|
|
47
|
-
GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$.outboundSchema = exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema;
|
|
48
|
-
})(GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$ || (exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$ = GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$ = {}));
|
|
49
|
-
function getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourToJSON(getTotalCallVolumeByHourResponseGetTotalCallVolumeByHour) {
|
|
50
|
-
return JSON.stringify(exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$outboundSchema
|
|
51
|
-
.parse(getTotalCallVolumeByHourResponseGetTotalCallVolumeByHour));
|
|
52
|
-
}
|
|
53
|
-
function getTotalCallVolumeByHourResponseGetTotalCallVolumeByHourFromJSON(jsonString) {
|
|
54
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour$inboundSchema
|
|
55
|
-
.parse(JSON.parse(x)), `Failed to parse 'GetTotalCallVolumeByHourResponseGetTotalCallVolumeByHour' from JSON`);
|
|
56
|
-
}
|
|
57
|
-
//# sourceMappingURL=gettotalcallvolumebyhour.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gettotalcallvolumebyhour.js","sourceRoot":"","sources":["../../src/models/operations/gettotalcallvolumebyhour.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAgDH,wIAQC;AAED,4IAaC;AArED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,sEAAsE,GAK7E,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAMnB,gBAAgB;AACH,QAAA,uEAAuE,GAK9E,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEnB;;;GAGG;AACH,IAAiB,yDAAyD,CAUzE;AAVD,WAAiB,yDAAyD;IACxE,wGAAwG;IAC3F,uEAAa,GACxB,8EAAsE,CAAC;IACzE,yGAAyG;IAC5F,wEAAc,GACzB,+EAAuE,CAAC;AAI5E,CAAC,EAVgB,yDAAyD,yEAAzD,yDAAyD,QAUzE;AAED,SAAgB,8DAA8D,CAC5E,wDAC0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,+EAAuE;SACpE,KAAK,CAAC,wDAAwD,CAAC,CACnE,CAAC;AACJ,CAAC;AAED,SAAgB,gEAAgE,CAC9E,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,8EAAsE;SACnE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzB,sFAAsF,CACvF,CAAC;AACJ,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
/**
|
|
5
|
-
* Successful Response
|
|
6
|
-
*/
|
|
7
|
-
export type GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday = {};
|
|
8
|
-
/** @internal */
|
|
9
|
-
export declare const GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema: z.ZodType<GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday, z.ZodTypeDef, unknown>;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export type GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$Outbound = {};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema: z.ZodType<GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$Outbound, z.ZodTypeDef, GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday>;
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17
|
-
*/
|
|
18
|
-
export declare namespace GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$ {
|
|
19
|
-
/** @deprecated use `GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema` instead. */
|
|
20
|
-
const inboundSchema: z.ZodType<GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday, z.ZodTypeDef, unknown>;
|
|
21
|
-
/** @deprecated use `GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema` instead. */
|
|
22
|
-
const outboundSchema: z.ZodType<GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$Outbound, z.ZodTypeDef, GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday>;
|
|
23
|
-
/** @deprecated use `GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$Outbound` instead. */
|
|
24
|
-
type Outbound = GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$Outbound;
|
|
25
|
-
}
|
|
26
|
-
export declare function getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayToJSON(getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday: GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday): string;
|
|
27
|
-
export declare function getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayFromJSON(jsonString: string): SafeParseResult<GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday, SDKValidationError>;
|
|
28
|
-
//# sourceMappingURL=getweeklycallvolumebyweekday.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getweeklycallvolumebyweekday.d.ts","sourceRoot":"","sources":["../../src/models/operations/getweeklycallvolumebyweekday.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,gEAAgE,GAC1E,EAAE,CAAC;AAEL,gBAAgB;AAChB,eAAO,MAAM,8EAA8E,EACzF,CAAC,CAAC,OAAO,CACP,gEAAgE,EAChE,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEnB,gBAAgB;AAChB,MAAM,MAAM,yEAAyE,GACnF,EAAE,CAAC;AAEL,gBAAgB;AAChB,eAAO,MAAM,+EAA+E,EAC1F,CAAC,CAAC,OAAO,CACP,yEAAyE,EACzE,CAAC,CAAC,UAAU,EACZ,gEAAgE,CAClD,CAAC;AAEnB;;;GAGG;AACH,yBAAiB,iEAAiE,CAAC;IACjF,gHAAgH;IACzG,MAAM,aAAa,oGACsD,CAAC;IACjF,iHAAiH;IAC1G,MAAM,cAAc,sKACsD,CAAC;IAClF,2GAA2G;IAC3G,KAAY,QAAQ,GAClB,yEAAyE,CAAC;CAC7E;AAED,wBAAgB,sEAAsE,CACpF,gEAAgE,EAC9D,gEAAgE,GACjE,MAAM,CAKR;AAED,wBAAgB,wEAAwE,CACtF,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,gEAAgE,EAChE,kBAAkB,CACnB,CAQA"}
|
|
@@ -1,57 +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 (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$ = exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema = exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema = void 0;
|
|
30
|
-
exports.getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayToJSON = getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayToJSON;
|
|
31
|
-
exports.getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayFromJSON = getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayFromJSON;
|
|
32
|
-
const z = __importStar(require("zod"));
|
|
33
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
34
|
-
/** @internal */
|
|
35
|
-
exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema = z.object({});
|
|
36
|
-
/** @internal */
|
|
37
|
-
exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema = z.object({});
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
41
|
-
*/
|
|
42
|
-
var GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$;
|
|
43
|
-
(function (GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$) {
|
|
44
|
-
/** @deprecated use `GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema` instead. */
|
|
45
|
-
GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$.inboundSchema = exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema;
|
|
46
|
-
/** @deprecated use `GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema` instead. */
|
|
47
|
-
GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$.outboundSchema = exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema;
|
|
48
|
-
})(GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$ || (exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$ = GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$ = {}));
|
|
49
|
-
function getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayToJSON(getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday) {
|
|
50
|
-
return JSON.stringify(exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$outboundSchema
|
|
51
|
-
.parse(getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday));
|
|
52
|
-
}
|
|
53
|
-
function getWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekdayFromJSON(jsonString) {
|
|
54
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday$inboundSchema
|
|
55
|
-
.parse(JSON.parse(x)), `Failed to parse 'GetWeeklyCallVolumeByWeekdayResponseGetWeeklyCallVolumeByWeekday' from JSON`);
|
|
56
|
-
}
|
|
57
|
-
//# sourceMappingURL=getweeklycallvolumebyweekday.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getweeklycallvolumebyweekday.js","sourceRoot":"","sources":["../../src/models/operations/getweeklycallvolumebyweekday.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDH,wJAQC;AAED,4JAaC;AAtED,uCAAyB;AACzB,qDAAiD;AAUjD,gBAAgB;AACH,QAAA,8EAA8E,GAKrF,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAMnB,gBAAgB;AACH,QAAA,+EAA+E,GAKtF,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEnB;;;GAGG;AACH,IAAiB,iEAAiE,CAUjF;AAVD,WAAiB,iEAAiE;IAChF,gHAAgH;IACnG,+EAAa,GACxB,sFAA8E,CAAC;IACjF,iHAAiH;IACpG,gFAAc,GACzB,uFAA+E,CAAC;AAIpF,CAAC,EAVgB,iEAAiE,iFAAjE,iEAAiE,QAUjF;AAED,SAAgB,sEAAsE,CACpF,gEACkE;IAElE,OAAO,IAAI,CAAC,SAAS,CACnB,uFAA+E;SAC5E,KAAK,CAAC,gEAAgE,CAAC,CAC3E,CAAC;AACJ,CAAC;AAED,SAAgB,wEAAwE,CACtF,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,sFAA8E;SAC3E,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzB,8FAA8F,CAC/F,CAAC;AACJ,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
/**
|
|
5
|
-
* Successful Response
|
|
6
|
-
*/
|
|
7
|
-
export type TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday = {};
|
|
8
|
-
/** @internal */
|
|
9
|
-
export declare const TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema: z.ZodType<TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday, z.ZodTypeDef, unknown>;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export type TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$Outbound = {};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema: z.ZodType<TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$Outbound, z.ZodTypeDef, TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday>;
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17
|
-
*/
|
|
18
|
-
export declare namespace TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$ {
|
|
19
|
-
/** @deprecated use `TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema` instead. */
|
|
20
|
-
const inboundSchema: z.ZodType<TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday, z.ZodTypeDef, unknown>;
|
|
21
|
-
/** @deprecated use `TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema` instead. */
|
|
22
|
-
const outboundSchema: z.ZodType<TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$Outbound, z.ZodTypeDef, TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday>;
|
|
23
|
-
/** @deprecated use `TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$Outbound` instead. */
|
|
24
|
-
type Outbound = TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$Outbound;
|
|
25
|
-
}
|
|
26
|
-
export declare function totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayToJSON(totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday: TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday): string;
|
|
27
|
-
export declare function totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayFromJSON(jsonString: string): SafeParseResult<TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday, SDKValidationError>;
|
|
28
|
-
//# sourceMappingURL=totalcallvolumebyweekday.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"totalcallvolumebyweekday.d.ts","sourceRoot":"","sources":["../../src/models/operations/totalcallvolumebyweekday.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,wDAAwD,GAAG,EAAE,CAAC;AAE1E,gBAAgB;AAChB,eAAO,MAAM,sEAAsE,EACjF,CAAC,CAAC,OAAO,CACP,wDAAwD,EACxD,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEnB,gBAAgB;AAChB,MAAM,MAAM,iEAAiE,GAC3E,EAAE,CAAC;AAEL,gBAAgB;AAChB,eAAO,MAAM,uEAAuE,EAClF,CAAC,CAAC,OAAO,CACP,iEAAiE,EACjE,CAAC,CAAC,UAAU,EACZ,wDAAwD,CAC1C,CAAC;AAEnB;;;GAGG;AACH,yBAAiB,yDAAyD,CAAC;IACzE,wGAAwG;IACjG,MAAM,aAAa,4FAC8C,CAAC;IACzE,yGAAyG;IAClG,MAAM,cAAc,sJAC8C,CAAC;IAC1E,mGAAmG;IACnG,KAAY,QAAQ,GAClB,iEAAiE,CAAC;CACrE;AAED,wBAAgB,8DAA8D,CAC5E,wDAAwD,EACtD,wDAAwD,GACzD,MAAM,CAKR;AAED,wBAAgB,gEAAgE,CAC9E,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,wDAAwD,EACxD,kBAAkB,CACnB,CAQA"}
|
|
@@ -1,57 +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 (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$ = exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema = exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema = void 0;
|
|
30
|
-
exports.totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayToJSON = totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayToJSON;
|
|
31
|
-
exports.totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayFromJSON = totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayFromJSON;
|
|
32
|
-
const z = __importStar(require("zod"));
|
|
33
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
34
|
-
/** @internal */
|
|
35
|
-
exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema = z.object({});
|
|
36
|
-
/** @internal */
|
|
37
|
-
exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema = z.object({});
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
41
|
-
*/
|
|
42
|
-
var TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$;
|
|
43
|
-
(function (TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$) {
|
|
44
|
-
/** @deprecated use `TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema` instead. */
|
|
45
|
-
TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$.inboundSchema = exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema;
|
|
46
|
-
/** @deprecated use `TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema` instead. */
|
|
47
|
-
TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$.outboundSchema = exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema;
|
|
48
|
-
})(TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$ || (exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$ = TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$ = {}));
|
|
49
|
-
function totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayToJSON(totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday) {
|
|
50
|
-
return JSON.stringify(exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$outboundSchema
|
|
51
|
-
.parse(totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday));
|
|
52
|
-
}
|
|
53
|
-
function totalCallVolumeByWeekdayResponseTotalCallVolumeByWeekdayFromJSON(jsonString) {
|
|
54
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday$inboundSchema
|
|
55
|
-
.parse(JSON.parse(x)), `Failed to parse 'TotalCallVolumeByWeekdayResponseTotalCallVolumeByWeekday' from JSON`);
|
|
56
|
-
}
|
|
57
|
-
//# sourceMappingURL=totalcallvolumebyweekday.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"totalcallvolumebyweekday.js","sourceRoot":"","sources":["../../src/models/operations/totalcallvolumebyweekday.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAgDH,wIAQC;AAED,4IAaC;AArED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,sEAAsE,GAK7E,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAMnB,gBAAgB;AACH,QAAA,uEAAuE,GAK9E,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEnB;;;GAGG;AACH,IAAiB,yDAAyD,CAUzE;AAVD,WAAiB,yDAAyD;IACxE,wGAAwG;IAC3F,uEAAa,GACxB,8EAAsE,CAAC;IACzE,yGAAyG;IAC5F,wEAAc,GACzB,+EAAuE,CAAC;AAI5E,CAAC,EAVgB,yDAAyD,yEAAzD,yDAAyD,QAUzE;AAED,SAAgB,8DAA8D,CAC5E,wDAC0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,+EAAuE;SACpE,KAAK,CAAC,wDAAwD,CAAC,CACnE,CAAC;AACJ,CAAC;AAED,SAAgB,gEAAgE,CAC9E,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,8EAAsE;SACnE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzB,sFAAsF,CACvF,CAAC;AACJ,CAAC"}
|