syllable-sdk 0.1.0-alpha.4 → 0.1.0-alpha.5
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 +5 -5
- package/docs/sdks/sessions/README.md +1 -1
- package/funcs/sessionsSessionRecordingStream.d.ts +1 -1
- package/funcs/sessionsSessionRecordingStream.d.ts.map +1 -1
- package/funcs/sessionsSessionRecordingStream.js +2 -2
- package/funcs/sessionsSessionRecordingStream.js.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/models/components/channel.d.ts +0 -3
- package/models/components/channel.d.ts.map +1 -1
- package/models/components/channel.js.map +1 -1
- 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/llmconfig.d.ts +3 -34
- package/models/components/llmconfig.d.ts.map +1 -1
- package/models/components/llmconfig.js +4 -26
- package/models/components/llmconfig.js.map +1 -1
- package/models/components/orderbydirection.d.ts +28 -0
- package/models/components/orderbydirection.d.ts.map +1 -0
- package/models/components/orderbydirection.js +50 -0
- package/models/components/orderbydirection.js.map +1 -0
- package/models/components/prompt.d.ts +0 -3
- package/models/components/prompt.d.ts.map +1 -1
- package/models/components/prompt.js.map +1 -1
- package/models/components/promptcreate.d.ts +0 -3
- package/models/components/promptcreate.d.ts.map +1 -1
- package/models/components/promptcreate.js.map +1 -1
- package/models/components/provider.d.ts +34 -0
- package/models/components/provider.d.ts.map +1 -0
- package/models/components/provider.js +54 -0
- package/models/components/provider.js.map +1 -0
- package/models/components/sessionproperties.d.ts +3 -0
- package/models/components/sessionproperties.d.ts.map +1 -1
- package/models/components/sessionproperties.js +1 -0
- package/models/components/sessionproperties.js.map +1 -1
- package/models/operations/agentlist.d.ts +2 -77
- package/models/operations/agentlist.d.ts.map +1 -1
- package/models/operations/agentlist.js +5 -52
- package/models/operations/agentlist.js.map +1 -1
- package/models/operations/availabletargets.d.ts +2 -56
- package/models/operations/availabletargets.d.ts.map +1 -1
- package/models/operations/availabletargets.js +5 -47
- package/models/operations/availabletargets.js.map +1 -1
- package/models/operations/channelslist.d.ts +2 -59
- package/models/operations/channelslist.d.ts.map +1 -1
- package/models/operations/channelslist.js +5 -45
- package/models/operations/channelslist.js.map +1 -1
- package/models/operations/channeltargetslist.d.ts +2 -71
- package/models/operations/channeltargetslist.d.ts.map +1 -1
- package/models/operations/channeltargetslist.js +5 -52
- package/models/operations/channeltargetslist.js.map +1 -1
- package/models/operations/conversationslist.d.ts +2 -77
- package/models/operations/conversationslist.d.ts.map +1 -1
- package/models/operations/conversationslist.js +5 -54
- package/models/operations/conversationslist.js.map +1 -1
- package/models/operations/custommessageslist.d.ts +2 -56
- package/models/operations/custommessageslist.d.ts.map +1 -1
- package/models/operations/custommessageslist.js +5 -47
- package/models/operations/custommessageslist.js.map +1 -1
- package/models/operations/eventslist.d.ts +2 -77
- package/models/operations/eventslist.d.ts.map +1 -1
- package/models/operations/eventslist.js +5 -53
- package/models/operations/eventslist.js.map +1 -1
- package/models/operations/promptslist.d.ts +2 -62
- package/models/operations/promptslist.d.ts.map +1 -1
- package/models/operations/promptslist.js +5 -48
- package/models/operations/promptslist.js.map +1 -1
- package/models/operations/sessionlabelslist.d.ts +2 -68
- package/models/operations/sessionlabelslist.d.ts.map +1 -1
- package/models/operations/sessionlabelslist.js +5 -51
- package/models/operations/sessionlabelslist.js.map +1 -1
- package/models/operations/sessionslist.d.ts +2 -92
- package/models/operations/sessionslist.d.ts.map +1 -1
- package/models/operations/sessionslist.js +5 -58
- package/models/operations/sessionslist.js.map +1 -1
- package/models/operations/toollist.d.ts +2 -62
- package/models/operations/toollist.d.ts.map +1 -1
- package/models/operations/toollist.js +5 -48
- package/models/operations/toollist.js.map +1 -1
- package/package.json +1 -1
- package/sdk/sessions.d.ts +1 -1
- package/sdk/sessions.d.ts.map +1 -1
- package/src/funcs/sessionsSessionRecordingStream.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/models/components/channel.ts +0 -3
- package/src/models/components/index.ts +2 -0
- package/src/models/components/llmconfig.ts +9 -36
- package/src/models/components/orderbydirection.ts +33 -0
- package/src/models/components/prompt.ts +0 -3
- package/src/models/components/promptcreate.ts +0 -3
- package/src/models/components/provider.ts +37 -0
- package/src/models/components/sessionproperties.ts +1 -0
- package/src/models/operations/agentlist.ts +6 -67
- package/src/models/operations/availabletargets.ts +6 -71
- package/src/models/operations/channelslist.ts +6 -65
- package/src/models/operations/channeltargetslist.ts +6 -77
- package/src/models/operations/conversationslist.ts +6 -78
- package/src/models/operations/custommessageslist.ts +6 -72
- package/src/models/operations/eventslist.ts +6 -78
- package/src/models/operations/promptslist.ts +6 -73
- package/src/models/operations/sessionlabelslist.ts +6 -75
- package/src/models/operations/sessionslist.ts +6 -83
- package/src/models/operations/toollist.ts +6 -71
- package/src/sdk/sessions.ts +1 -1
|
@@ -14,6 +14,7 @@ export declare const SessionProperties: {
|
|
|
14
14
|
readonly PromptName: "prompt_name";
|
|
15
15
|
readonly Source: "source";
|
|
16
16
|
readonly Target: "target";
|
|
17
|
+
readonly Duration: "duration";
|
|
17
18
|
readonly IsLegacy: "is_legacy";
|
|
18
19
|
readonly IsTest: "is_test";
|
|
19
20
|
};
|
|
@@ -42,6 +43,7 @@ export declare namespace SessionProperties$ {
|
|
|
42
43
|
readonly PromptName: "prompt_name";
|
|
43
44
|
readonly Source: "source";
|
|
44
45
|
readonly Target: "target";
|
|
46
|
+
readonly Duration: "duration";
|
|
45
47
|
readonly IsLegacy: "is_legacy";
|
|
46
48
|
readonly IsTest: "is_test";
|
|
47
49
|
}>;
|
|
@@ -60,6 +62,7 @@ export declare namespace SessionProperties$ {
|
|
|
60
62
|
readonly PromptName: "prompt_name";
|
|
61
63
|
readonly Source: "source";
|
|
62
64
|
readonly Target: "target";
|
|
65
|
+
readonly Duration: "duration";
|
|
63
66
|
readonly IsLegacy: "is_legacy";
|
|
64
67
|
readonly IsTest: "is_test";
|
|
65
68
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessionproperties.d.ts","sourceRoot":"","sources":["../../src/models/components/sessionproperties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"sessionproperties.d.ts","sourceRoot":"","sources":["../../src/models/components/sessionproperties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;CAiBpB,CAAC;AACX,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAErE,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,iBAAiB,CACS,CAAC;AAEpC,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,iBAAiB,CACS,CAAC;AAEpC;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa;;;;;;;;;;;;;;;;;MAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc;;;;;;;;;;;;;;;;;MAAmC,CAAC;CAChE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessionproperties.js","sourceRoot":"","sources":["../../src/models/components/sessionproperties.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,iBAAiB,GAAG;IAC/B,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,YAAY;IACvB,cAAc,EAAE,iBAAiB;IACjC,qBAAqB,EAAE,yBAAyB;IAChD,kBAAkB,EAAE,sBAAsB;IAC1C,iBAAiB,EAAE,qBAAqB;IACxC,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;CACT,CAAC;AAGX,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,yBAAiB,CAAC,CAAC;AAEpC,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,uCAA+B,CAAC;AAEpC;;;GAGG;AACH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AACjE,CAAC,EALgB,kBAAkB,kCAAlB,kBAAkB,QAKlC"}
|
|
1
|
+
{"version":3,"file":"sessionproperties.js","sourceRoot":"","sources":["../../src/models/components/sessionproperties.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,iBAAiB,GAAG;IAC/B,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,YAAY;IACvB,cAAc,EAAE,iBAAiB;IACjC,qBAAqB,EAAE,yBAAyB;IAChD,kBAAkB,EAAE,sBAAsB;IAC1C,iBAAiB,EAAE,qBAAqB;IACxC,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;CACT,CAAC;AAGX,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,yBAAiB,CAAC,CAAC;AAEpC,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,uCAA+B,CAAC;AAEpC;;;GAGG;AACH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AACjE,CAAC,EALgB,kBAAkB,kCAAlB,kBAAkB,QAKlC"}
|
|
@@ -1,94 +1,19 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import * as components from "../components/index.js";
|
|
5
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export declare const OrderBy: {
|
|
7
|
-
readonly Id: "id";
|
|
8
|
-
readonly Name: "name";
|
|
9
|
-
readonly Type: "type";
|
|
10
|
-
readonly Timezone: "timezone";
|
|
11
|
-
readonly PromptId: "prompt_id";
|
|
12
|
-
readonly CustomMessageId: "custom_message_id";
|
|
13
|
-
readonly Languages: "languages";
|
|
14
|
-
readonly Variables: "variables";
|
|
15
|
-
readonly PromptToolDefaults: "prompt_tool_defaults";
|
|
16
|
-
readonly ToolHeaders: "tool_headers";
|
|
17
|
-
};
|
|
18
|
-
export type OrderBy = ClosedEnum<typeof OrderBy>;
|
|
19
|
-
export declare const OrderByDirection: {
|
|
20
|
-
readonly Asc: "asc";
|
|
21
|
-
readonly Desc: "desc";
|
|
22
|
-
};
|
|
23
|
-
export type OrderByDirection = ClosedEnum<typeof OrderByDirection>;
|
|
24
5
|
export type AgentListRequest = {
|
|
25
6
|
page?: number | null | undefined;
|
|
26
7
|
limit?: number | undefined;
|
|
27
8
|
searchFields?: Array<components.AgentProperties> | undefined;
|
|
28
9
|
searchFieldValues?: Array<string> | undefined;
|
|
29
|
-
orderBy?:
|
|
30
|
-
orderByDirection?: OrderByDirection | undefined;
|
|
10
|
+
orderBy?: components.AgentProperties | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | undefined;
|
|
31
12
|
fields?: Array<components.AgentProperties> | null | undefined;
|
|
32
13
|
startDatetime?: string | null | undefined;
|
|
33
14
|
endDatetime?: string | null | undefined;
|
|
34
15
|
};
|
|
35
16
|
/** @internal */
|
|
36
|
-
export declare const OrderBy$inboundSchema: z.ZodNativeEnum<typeof OrderBy>;
|
|
37
|
-
/** @internal */
|
|
38
|
-
export declare const OrderBy$outboundSchema: z.ZodNativeEnum<typeof OrderBy>;
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
42
|
-
*/
|
|
43
|
-
export declare namespace OrderBy$ {
|
|
44
|
-
/** @deprecated use `OrderBy$inboundSchema` instead. */
|
|
45
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
46
|
-
readonly Id: "id";
|
|
47
|
-
readonly Name: "name";
|
|
48
|
-
readonly Type: "type";
|
|
49
|
-
readonly Timezone: "timezone";
|
|
50
|
-
readonly PromptId: "prompt_id";
|
|
51
|
-
readonly CustomMessageId: "custom_message_id";
|
|
52
|
-
readonly Languages: "languages";
|
|
53
|
-
readonly Variables: "variables";
|
|
54
|
-
readonly PromptToolDefaults: "prompt_tool_defaults";
|
|
55
|
-
readonly ToolHeaders: "tool_headers";
|
|
56
|
-
}>;
|
|
57
|
-
/** @deprecated use `OrderBy$outboundSchema` instead. */
|
|
58
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
59
|
-
readonly Id: "id";
|
|
60
|
-
readonly Name: "name";
|
|
61
|
-
readonly Type: "type";
|
|
62
|
-
readonly Timezone: "timezone";
|
|
63
|
-
readonly PromptId: "prompt_id";
|
|
64
|
-
readonly CustomMessageId: "custom_message_id";
|
|
65
|
-
readonly Languages: "languages";
|
|
66
|
-
readonly Variables: "variables";
|
|
67
|
-
readonly PromptToolDefaults: "prompt_tool_defaults";
|
|
68
|
-
readonly ToolHeaders: "tool_headers";
|
|
69
|
-
}>;
|
|
70
|
-
}
|
|
71
|
-
/** @internal */
|
|
72
|
-
export declare const OrderByDirection$inboundSchema: z.ZodNativeEnum<typeof OrderByDirection>;
|
|
73
|
-
/** @internal */
|
|
74
|
-
export declare const OrderByDirection$outboundSchema: z.ZodNativeEnum<typeof OrderByDirection>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
78
|
-
*/
|
|
79
|
-
export declare namespace OrderByDirection$ {
|
|
80
|
-
/** @deprecated use `OrderByDirection$inboundSchema` instead. */
|
|
81
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
82
|
-
readonly Asc: "asc";
|
|
83
|
-
readonly Desc: "desc";
|
|
84
|
-
}>;
|
|
85
|
-
/** @deprecated use `OrderByDirection$outboundSchema` instead. */
|
|
86
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
87
|
-
readonly Asc: "asc";
|
|
88
|
-
readonly Desc: "desc";
|
|
89
|
-
}>;
|
|
90
|
-
}
|
|
91
|
-
/** @internal */
|
|
92
17
|
export declare const AgentListRequest$inboundSchema: z.ZodType<AgentListRequest, z.ZodTypeDef, unknown>;
|
|
93
18
|
/** @internal */
|
|
94
19
|
export type AgentListRequest$Outbound = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agentlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/agentlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"agentlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/agentlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC;IAC7D,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,eAAe,GAAG,SAAS,CAAC;IACjD,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAC3D,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,eAAe,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAqBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC1C,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,gBAAgB,CAqBhB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa,oDAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc,sEAAkC,CAAC;IAC9D,2DAA2D;IAC3D,KAAY,QAAQ,GAAG,yBAAyB,CAAC;CAClD;AAED,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR;AAED,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAMvD"}
|
|
@@ -26,68 +26,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.AgentListRequest$ = exports.AgentListRequest$outboundSchema = exports.AgentListRequest$inboundSchema =
|
|
29
|
+
exports.AgentListRequest$ = exports.AgentListRequest$outboundSchema = exports.AgentListRequest$inboundSchema = void 0;
|
|
30
30
|
exports.agentListRequestToJSON = agentListRequestToJSON;
|
|
31
31
|
exports.agentListRequestFromJSON = agentListRequestFromJSON;
|
|
32
32
|
const z = __importStar(require("zod"));
|
|
33
33
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
34
34
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
35
35
|
const components = __importStar(require("../components/index.js"));
|
|
36
|
-
exports.OrderBy = {
|
|
37
|
-
Id: "id",
|
|
38
|
-
Name: "name",
|
|
39
|
-
Type: "type",
|
|
40
|
-
Timezone: "timezone",
|
|
41
|
-
PromptId: "prompt_id",
|
|
42
|
-
CustomMessageId: "custom_message_id",
|
|
43
|
-
Languages: "languages",
|
|
44
|
-
Variables: "variables",
|
|
45
|
-
PromptToolDefaults: "prompt_tool_defaults",
|
|
46
|
-
ToolHeaders: "tool_headers",
|
|
47
|
-
};
|
|
48
|
-
exports.OrderByDirection = {
|
|
49
|
-
Asc: "asc",
|
|
50
|
-
Desc: "desc",
|
|
51
|
-
};
|
|
52
|
-
/** @internal */
|
|
53
|
-
exports.OrderBy$inboundSchema = z
|
|
54
|
-
.nativeEnum(exports.OrderBy);
|
|
55
|
-
/** @internal */
|
|
56
|
-
exports.OrderBy$outboundSchema = exports.OrderBy$inboundSchema;
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
var OrderBy$;
|
|
62
|
-
(function (OrderBy$) {
|
|
63
|
-
/** @deprecated use `OrderBy$inboundSchema` instead. */
|
|
64
|
-
OrderBy$.inboundSchema = exports.OrderBy$inboundSchema;
|
|
65
|
-
/** @deprecated use `OrderBy$outboundSchema` instead. */
|
|
66
|
-
OrderBy$.outboundSchema = exports.OrderBy$outboundSchema;
|
|
67
|
-
})(OrderBy$ || (exports.OrderBy$ = OrderBy$ = {}));
|
|
68
|
-
/** @internal */
|
|
69
|
-
exports.OrderByDirection$inboundSchema = z.nativeEnum(exports.OrderByDirection);
|
|
70
|
-
/** @internal */
|
|
71
|
-
exports.OrderByDirection$outboundSchema = exports.OrderByDirection$inboundSchema;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
75
|
-
*/
|
|
76
|
-
var OrderByDirection$;
|
|
77
|
-
(function (OrderByDirection$) {
|
|
78
|
-
/** @deprecated use `OrderByDirection$inboundSchema` instead. */
|
|
79
|
-
OrderByDirection$.inboundSchema = exports.OrderByDirection$inboundSchema;
|
|
80
|
-
/** @deprecated use `OrderByDirection$outboundSchema` instead. */
|
|
81
|
-
OrderByDirection$.outboundSchema = exports.OrderByDirection$outboundSchema;
|
|
82
|
-
})(OrderByDirection$ || (exports.OrderByDirection$ = OrderByDirection$ = {}));
|
|
83
36
|
/** @internal */
|
|
84
37
|
exports.AgentListRequest$inboundSchema = z.object({
|
|
85
38
|
page: z.nullable(z.number().int()).optional(),
|
|
86
39
|
limit: z.number().int().default(25),
|
|
87
40
|
search_fields: z.array(components.AgentProperties$inboundSchema).optional(),
|
|
88
41
|
search_field_values: z.array(z.string()).optional(),
|
|
89
|
-
order_by:
|
|
90
|
-
order_by_direction:
|
|
42
|
+
order_by: components.AgentProperties$inboundSchema.optional(),
|
|
43
|
+
order_by_direction: components.OrderByDirection$inboundSchema.optional(),
|
|
91
44
|
fields: z.nullable(z.array(components.AgentProperties$inboundSchema))
|
|
92
45
|
.optional(),
|
|
93
46
|
start_datetime: z.nullable(z.string()).optional(),
|
|
@@ -108,8 +61,8 @@ exports.AgentListRequest$outboundSchema = z.object({
|
|
|
108
61
|
limit: z.number().int().default(25),
|
|
109
62
|
searchFields: z.array(components.AgentProperties$outboundSchema).optional(),
|
|
110
63
|
searchFieldValues: z.array(z.string()).optional(),
|
|
111
|
-
orderBy:
|
|
112
|
-
orderByDirection:
|
|
64
|
+
orderBy: components.AgentProperties$outboundSchema.optional(),
|
|
65
|
+
orderByDirection: components.OrderByDirection$outboundSchema.optional(),
|
|
113
66
|
fields: z.nullable(z.array(components.AgentProperties$outboundSchema))
|
|
114
67
|
.optional(),
|
|
115
68
|
startDatetime: z.nullable(z.string()).optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agentlist.js","sourceRoot":"","sources":["../../src/models/operations/agentlist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"agentlist.js","sourceRoot":"","sources":["../../src/models/operations/agentlist.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,73 +1,19 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import * as components from "../components/index.js";
|
|
5
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export declare const AvailableTargetsQueryParamOrderBy: {
|
|
7
|
-
readonly ChannelId: "channel_id";
|
|
8
|
-
readonly ChannelName: "channel_name";
|
|
9
|
-
readonly Target: "target";
|
|
10
|
-
};
|
|
11
|
-
export type AvailableTargetsQueryParamOrderBy = ClosedEnum<typeof AvailableTargetsQueryParamOrderBy>;
|
|
12
|
-
export declare const AvailableTargetsQueryParamOrderByDirection: {
|
|
13
|
-
readonly Asc: "asc";
|
|
14
|
-
readonly Desc: "desc";
|
|
15
|
-
};
|
|
16
|
-
export type AvailableTargetsQueryParamOrderByDirection = ClosedEnum<typeof AvailableTargetsQueryParamOrderByDirection>;
|
|
17
5
|
export type AvailableTargetsRequest = {
|
|
18
6
|
page?: number | null | undefined;
|
|
19
7
|
limit?: number | undefined;
|
|
20
8
|
searchFields?: Array<components.AvailableTargetProperties> | undefined;
|
|
21
9
|
searchFieldValues?: Array<string> | undefined;
|
|
22
|
-
orderBy?:
|
|
23
|
-
orderByDirection?:
|
|
10
|
+
orderBy?: components.AvailableTargetProperties | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | undefined;
|
|
24
12
|
fields?: Array<components.AvailableTargetProperties> | null | undefined;
|
|
25
13
|
startDatetime?: string | null | undefined;
|
|
26
14
|
endDatetime?: string | null | undefined;
|
|
27
15
|
};
|
|
28
16
|
/** @internal */
|
|
29
|
-
export declare const AvailableTargetsQueryParamOrderBy$inboundSchema: z.ZodNativeEnum<typeof AvailableTargetsQueryParamOrderBy>;
|
|
30
|
-
/** @internal */
|
|
31
|
-
export declare const AvailableTargetsQueryParamOrderBy$outboundSchema: z.ZodNativeEnum<typeof AvailableTargetsQueryParamOrderBy>;
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
35
|
-
*/
|
|
36
|
-
export declare namespace AvailableTargetsQueryParamOrderBy$ {
|
|
37
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderBy$inboundSchema` instead. */
|
|
38
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
39
|
-
readonly ChannelId: "channel_id";
|
|
40
|
-
readonly ChannelName: "channel_name";
|
|
41
|
-
readonly Target: "target";
|
|
42
|
-
}>;
|
|
43
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderBy$outboundSchema` instead. */
|
|
44
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
45
|
-
readonly ChannelId: "channel_id";
|
|
46
|
-
readonly ChannelName: "channel_name";
|
|
47
|
-
readonly Target: "target";
|
|
48
|
-
}>;
|
|
49
|
-
}
|
|
50
|
-
/** @internal */
|
|
51
|
-
export declare const AvailableTargetsQueryParamOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof AvailableTargetsQueryParamOrderByDirection>;
|
|
52
|
-
/** @internal */
|
|
53
|
-
export declare const AvailableTargetsQueryParamOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof AvailableTargetsQueryParamOrderByDirection>;
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
57
|
-
*/
|
|
58
|
-
export declare namespace AvailableTargetsQueryParamOrderByDirection$ {
|
|
59
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderByDirection$inboundSchema` instead. */
|
|
60
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
61
|
-
readonly Asc: "asc";
|
|
62
|
-
readonly Desc: "desc";
|
|
63
|
-
}>;
|
|
64
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderByDirection$outboundSchema` instead. */
|
|
65
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
66
|
-
readonly Asc: "asc";
|
|
67
|
-
readonly Desc: "desc";
|
|
68
|
-
}>;
|
|
69
|
-
}
|
|
70
|
-
/** @internal */
|
|
71
17
|
export declare const AvailableTargetsRequest$inboundSchema: z.ZodType<AvailableTargetsRequest, z.ZodTypeDef, unknown>;
|
|
72
18
|
/** @internal */
|
|
73
19
|
export type AvailableTargetsRequest$Outbound = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"availabletargets.d.ts","sourceRoot":"","sources":["../../src/models/operations/availabletargets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"availabletargets.d.ts","sourceRoot":"","sources":["../../src/models/operations/availabletargets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC;IACvE,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,CAAC;IAC3D,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAC3D,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,yBAAyB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAuBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC1C,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAuBvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D"}
|
|
@@ -26,53 +26,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.AvailableTargetsRequest$ = exports.AvailableTargetsRequest$outboundSchema = exports.AvailableTargetsRequest$inboundSchema =
|
|
29
|
+
exports.AvailableTargetsRequest$ = exports.AvailableTargetsRequest$outboundSchema = exports.AvailableTargetsRequest$inboundSchema = void 0;
|
|
30
30
|
exports.availableTargetsRequestToJSON = availableTargetsRequestToJSON;
|
|
31
31
|
exports.availableTargetsRequestFromJSON = availableTargetsRequestFromJSON;
|
|
32
32
|
const z = __importStar(require("zod"));
|
|
33
33
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
34
34
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
35
35
|
const components = __importStar(require("../components/index.js"));
|
|
36
|
-
exports.AvailableTargetsQueryParamOrderBy = {
|
|
37
|
-
ChannelId: "channel_id",
|
|
38
|
-
ChannelName: "channel_name",
|
|
39
|
-
Target: "target",
|
|
40
|
-
};
|
|
41
|
-
exports.AvailableTargetsQueryParamOrderByDirection = {
|
|
42
|
-
Asc: "asc",
|
|
43
|
-
Desc: "desc",
|
|
44
|
-
};
|
|
45
|
-
/** @internal */
|
|
46
|
-
exports.AvailableTargetsQueryParamOrderBy$inboundSchema = z.nativeEnum(exports.AvailableTargetsQueryParamOrderBy);
|
|
47
|
-
/** @internal */
|
|
48
|
-
exports.AvailableTargetsQueryParamOrderBy$outboundSchema = exports.AvailableTargetsQueryParamOrderBy$inboundSchema;
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
-
*/
|
|
53
|
-
var AvailableTargetsQueryParamOrderBy$;
|
|
54
|
-
(function (AvailableTargetsQueryParamOrderBy$) {
|
|
55
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderBy$inboundSchema` instead. */
|
|
56
|
-
AvailableTargetsQueryParamOrderBy$.inboundSchema = exports.AvailableTargetsQueryParamOrderBy$inboundSchema;
|
|
57
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderBy$outboundSchema` instead. */
|
|
58
|
-
AvailableTargetsQueryParamOrderBy$.outboundSchema = exports.AvailableTargetsQueryParamOrderBy$outboundSchema;
|
|
59
|
-
})(AvailableTargetsQueryParamOrderBy$ || (exports.AvailableTargetsQueryParamOrderBy$ = AvailableTargetsQueryParamOrderBy$ = {}));
|
|
60
|
-
/** @internal */
|
|
61
|
-
exports.AvailableTargetsQueryParamOrderByDirection$inboundSchema = z
|
|
62
|
-
.nativeEnum(exports.AvailableTargetsQueryParamOrderByDirection);
|
|
63
|
-
/** @internal */
|
|
64
|
-
exports.AvailableTargetsQueryParamOrderByDirection$outboundSchema = exports.AvailableTargetsQueryParamOrderByDirection$inboundSchema;
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
68
|
-
*/
|
|
69
|
-
var AvailableTargetsQueryParamOrderByDirection$;
|
|
70
|
-
(function (AvailableTargetsQueryParamOrderByDirection$) {
|
|
71
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderByDirection$inboundSchema` instead. */
|
|
72
|
-
AvailableTargetsQueryParamOrderByDirection$.inboundSchema = exports.AvailableTargetsQueryParamOrderByDirection$inboundSchema;
|
|
73
|
-
/** @deprecated use `AvailableTargetsQueryParamOrderByDirection$outboundSchema` instead. */
|
|
74
|
-
AvailableTargetsQueryParamOrderByDirection$.outboundSchema = exports.AvailableTargetsQueryParamOrderByDirection$outboundSchema;
|
|
75
|
-
})(AvailableTargetsQueryParamOrderByDirection$ || (exports.AvailableTargetsQueryParamOrderByDirection$ = AvailableTargetsQueryParamOrderByDirection$ = {}));
|
|
76
36
|
/** @internal */
|
|
77
37
|
exports.AvailableTargetsRequest$inboundSchema = z.object({
|
|
78
38
|
page: z.nullable(z.number().int()).optional(),
|
|
@@ -80,9 +40,8 @@ exports.AvailableTargetsRequest$inboundSchema = z.object({
|
|
|
80
40
|
search_fields: z.array(components.AvailableTargetProperties$inboundSchema)
|
|
81
41
|
.optional(),
|
|
82
42
|
search_field_values: z.array(z.string()).optional(),
|
|
83
|
-
order_by:
|
|
84
|
-
order_by_direction:
|
|
85
|
-
.optional(),
|
|
43
|
+
order_by: components.AvailableTargetProperties$inboundSchema.optional(),
|
|
44
|
+
order_by_direction: components.OrderByDirection$inboundSchema.optional(),
|
|
86
45
|
fields: z.nullable(z.array(components.AvailableTargetProperties$inboundSchema)).optional(),
|
|
87
46
|
start_datetime: z.nullable(z.string()).optional(),
|
|
88
47
|
end_datetime: z.nullable(z.string()).optional(),
|
|
@@ -103,9 +62,8 @@ exports.AvailableTargetsRequest$outboundSchema = z.object({
|
|
|
103
62
|
searchFields: z.array(components.AvailableTargetProperties$outboundSchema)
|
|
104
63
|
.optional(),
|
|
105
64
|
searchFieldValues: z.array(z.string()).optional(),
|
|
106
|
-
orderBy:
|
|
107
|
-
orderByDirection:
|
|
108
|
-
.optional(),
|
|
65
|
+
orderBy: components.AvailableTargetProperties$outboundSchema.optional(),
|
|
66
|
+
orderByDirection: components.OrderByDirection$outboundSchema.optional(),
|
|
109
67
|
fields: z.nullable(z.array(components.AvailableTargetProperties$outboundSchema)).optional(),
|
|
110
68
|
startDatetime: z.nullable(z.string()).optional(),
|
|
111
69
|
endDatetime: z.nullable(z.string()).optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"availabletargets.js","sourceRoot":"","sources":["../../src/models/operations/availabletargets.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"availabletargets.js","sourceRoot":"","sources":["../../src/models/operations/availabletargets.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,76 +1,19 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import * as components from "../components/index.js";
|
|
5
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export declare const QueryParamOrderBy: {
|
|
7
|
-
readonly Id: "id";
|
|
8
|
-
readonly Name: "name";
|
|
9
|
-
readonly ChannelService: "channel_service";
|
|
10
|
-
readonly SupportedModes: "supported_modes";
|
|
11
|
-
};
|
|
12
|
-
export type QueryParamOrderBy = ClosedEnum<typeof QueryParamOrderBy>;
|
|
13
|
-
export declare const QueryParamOrderByDirection: {
|
|
14
|
-
readonly Asc: "asc";
|
|
15
|
-
readonly Desc: "desc";
|
|
16
|
-
};
|
|
17
|
-
export type QueryParamOrderByDirection = ClosedEnum<typeof QueryParamOrderByDirection>;
|
|
18
5
|
export type ChannelsListRequest = {
|
|
19
6
|
page?: number | null | undefined;
|
|
20
7
|
limit?: number | undefined;
|
|
21
8
|
searchFields?: Array<components.ChannelProperties> | undefined;
|
|
22
9
|
searchFieldValues?: Array<string> | undefined;
|
|
23
|
-
orderBy?:
|
|
24
|
-
orderByDirection?:
|
|
10
|
+
orderBy?: components.ChannelProperties | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | undefined;
|
|
25
12
|
fields?: Array<components.ChannelProperties> | null | undefined;
|
|
26
13
|
startDatetime?: string | null | undefined;
|
|
27
14
|
endDatetime?: string | null | undefined;
|
|
28
15
|
};
|
|
29
16
|
/** @internal */
|
|
30
|
-
export declare const QueryParamOrderBy$inboundSchema: z.ZodNativeEnum<typeof QueryParamOrderBy>;
|
|
31
|
-
/** @internal */
|
|
32
|
-
export declare const QueryParamOrderBy$outboundSchema: z.ZodNativeEnum<typeof QueryParamOrderBy>;
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
36
|
-
*/
|
|
37
|
-
export declare namespace QueryParamOrderBy$ {
|
|
38
|
-
/** @deprecated use `QueryParamOrderBy$inboundSchema` instead. */
|
|
39
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
40
|
-
readonly Id: "id";
|
|
41
|
-
readonly Name: "name";
|
|
42
|
-
readonly ChannelService: "channel_service";
|
|
43
|
-
readonly SupportedModes: "supported_modes";
|
|
44
|
-
}>;
|
|
45
|
-
/** @deprecated use `QueryParamOrderBy$outboundSchema` instead. */
|
|
46
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
47
|
-
readonly Id: "id";
|
|
48
|
-
readonly Name: "name";
|
|
49
|
-
readonly ChannelService: "channel_service";
|
|
50
|
-
readonly SupportedModes: "supported_modes";
|
|
51
|
-
}>;
|
|
52
|
-
}
|
|
53
|
-
/** @internal */
|
|
54
|
-
export declare const QueryParamOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof QueryParamOrderByDirection>;
|
|
55
|
-
/** @internal */
|
|
56
|
-
export declare const QueryParamOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof QueryParamOrderByDirection>;
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export declare namespace QueryParamOrderByDirection$ {
|
|
62
|
-
/** @deprecated use `QueryParamOrderByDirection$inboundSchema` instead. */
|
|
63
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
64
|
-
readonly Asc: "asc";
|
|
65
|
-
readonly Desc: "desc";
|
|
66
|
-
}>;
|
|
67
|
-
/** @deprecated use `QueryParamOrderByDirection$outboundSchema` instead. */
|
|
68
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
69
|
-
readonly Asc: "asc";
|
|
70
|
-
readonly Desc: "desc";
|
|
71
|
-
}>;
|
|
72
|
-
}
|
|
73
|
-
/** @internal */
|
|
74
17
|
export declare const ChannelsListRequest$inboundSchema: z.ZodType<ChannelsListRequest, z.ZodTypeDef, unknown>;
|
|
75
18
|
/** @internal */
|
|
76
19
|
export type ChannelsListRequest$Outbound = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channelslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/channelslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"channelslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/channelslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC;IAC/D,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,iBAAiB,GAAG,SAAS,CAAC;IACnD,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAC3D,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAChE,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAqBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC1C,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAqBnB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oBAAoB,CAAC;IACpC,mEAAmE;IAC5D,MAAM,aAAa,uDAAoC,CAAC;IAC/D,oEAAoE;IAC7D,MAAM,cAAc,4EAAqC,CAAC;IACjE,8DAA8D;IAC9D,KAAY,QAAQ,GAAG,4BAA4B,CAAC;CACrD;AAED,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D"}
|
|
@@ -26,61 +26,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ChannelsListRequest$ = exports.ChannelsListRequest$outboundSchema = exports.ChannelsListRequest$inboundSchema =
|
|
29
|
+
exports.ChannelsListRequest$ = exports.ChannelsListRequest$outboundSchema = exports.ChannelsListRequest$inboundSchema = void 0;
|
|
30
30
|
exports.channelsListRequestToJSON = channelsListRequestToJSON;
|
|
31
31
|
exports.channelsListRequestFromJSON = channelsListRequestFromJSON;
|
|
32
32
|
const z = __importStar(require("zod"));
|
|
33
33
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
34
34
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
35
35
|
const components = __importStar(require("../components/index.js"));
|
|
36
|
-
exports.QueryParamOrderBy = {
|
|
37
|
-
Id: "id",
|
|
38
|
-
Name: "name",
|
|
39
|
-
ChannelService: "channel_service",
|
|
40
|
-
SupportedModes: "supported_modes",
|
|
41
|
-
};
|
|
42
|
-
exports.QueryParamOrderByDirection = {
|
|
43
|
-
Asc: "asc",
|
|
44
|
-
Desc: "desc",
|
|
45
|
-
};
|
|
46
|
-
/** @internal */
|
|
47
|
-
exports.QueryParamOrderBy$inboundSchema = z.nativeEnum(exports.QueryParamOrderBy);
|
|
48
|
-
/** @internal */
|
|
49
|
-
exports.QueryParamOrderBy$outboundSchema = exports.QueryParamOrderBy$inboundSchema;
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
53
|
-
*/
|
|
54
|
-
var QueryParamOrderBy$;
|
|
55
|
-
(function (QueryParamOrderBy$) {
|
|
56
|
-
/** @deprecated use `QueryParamOrderBy$inboundSchema` instead. */
|
|
57
|
-
QueryParamOrderBy$.inboundSchema = exports.QueryParamOrderBy$inboundSchema;
|
|
58
|
-
/** @deprecated use `QueryParamOrderBy$outboundSchema` instead. */
|
|
59
|
-
QueryParamOrderBy$.outboundSchema = exports.QueryParamOrderBy$outboundSchema;
|
|
60
|
-
})(QueryParamOrderBy$ || (exports.QueryParamOrderBy$ = QueryParamOrderBy$ = {}));
|
|
61
|
-
/** @internal */
|
|
62
|
-
exports.QueryParamOrderByDirection$inboundSchema = z.nativeEnum(exports.QueryParamOrderByDirection);
|
|
63
|
-
/** @internal */
|
|
64
|
-
exports.QueryParamOrderByDirection$outboundSchema = exports.QueryParamOrderByDirection$inboundSchema;
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
68
|
-
*/
|
|
69
|
-
var QueryParamOrderByDirection$;
|
|
70
|
-
(function (QueryParamOrderByDirection$) {
|
|
71
|
-
/** @deprecated use `QueryParamOrderByDirection$inboundSchema` instead. */
|
|
72
|
-
QueryParamOrderByDirection$.inboundSchema = exports.QueryParamOrderByDirection$inboundSchema;
|
|
73
|
-
/** @deprecated use `QueryParamOrderByDirection$outboundSchema` instead. */
|
|
74
|
-
QueryParamOrderByDirection$.outboundSchema = exports.QueryParamOrderByDirection$outboundSchema;
|
|
75
|
-
})(QueryParamOrderByDirection$ || (exports.QueryParamOrderByDirection$ = QueryParamOrderByDirection$ = {}));
|
|
76
36
|
/** @internal */
|
|
77
37
|
exports.ChannelsListRequest$inboundSchema = z.object({
|
|
78
38
|
page: z.nullable(z.number().int()).optional(),
|
|
79
39
|
limit: z.number().int().default(25),
|
|
80
40
|
search_fields: z.array(components.ChannelProperties$inboundSchema).optional(),
|
|
81
41
|
search_field_values: z.array(z.string()).optional(),
|
|
82
|
-
order_by:
|
|
83
|
-
order_by_direction:
|
|
42
|
+
order_by: components.ChannelProperties$inboundSchema.optional(),
|
|
43
|
+
order_by_direction: components.OrderByDirection$inboundSchema.optional(),
|
|
84
44
|
fields: z.nullable(z.array(components.ChannelProperties$inboundSchema))
|
|
85
45
|
.optional(),
|
|
86
46
|
start_datetime: z.nullable(z.string()).optional(),
|
|
@@ -101,8 +61,8 @@ exports.ChannelsListRequest$outboundSchema = z.object({
|
|
|
101
61
|
limit: z.number().int().default(25),
|
|
102
62
|
searchFields: z.array(components.ChannelProperties$outboundSchema).optional(),
|
|
103
63
|
searchFieldValues: z.array(z.string()).optional(),
|
|
104
|
-
orderBy:
|
|
105
|
-
orderByDirection:
|
|
64
|
+
orderBy: components.ChannelProperties$outboundSchema.optional(),
|
|
65
|
+
orderByDirection: components.OrderByDirection$outboundSchema.optional(),
|
|
106
66
|
fields: z.nullable(z.array(components.ChannelProperties$outboundSchema))
|
|
107
67
|
.optional(),
|
|
108
68
|
startDatetime: z.nullable(z.string()).optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channelslist.js","sourceRoot":"","sources":["../../src/models/operations/channelslist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"channelslist.js","sourceRoot":"","sources":["../../src/models/operations/channelslist.ts"],"names":[],"mappings":"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"}
|