syllable-sdk 0.1.0-alpha.6 → 0.1.0-alpha.7
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 +4 -4
- package/docs/sdks/prompts/README.md +1 -1
- package/docs/sdks/syllablesdk/README.md +4 -4
- package/funcs/promptsDelete.d.ts +3 -0
- package/funcs/promptsDelete.d.ts.map +1 -1
- package/funcs/promptsDelete.js +3 -0
- package/funcs/promptsDelete.js.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +5 -5
- package/models/components/agent.d.ts +2 -0
- package/models/components/agent.d.ts.map +1 -1
- package/models/components/agent.js +4 -0
- package/models/components/agent.js.map +1 -1
- package/models/components/agentproperties.d.ts +3 -0
- package/models/components/agentproperties.d.ts.map +1 -1
- package/models/components/agentproperties.js +1 -0
- package/models/components/agentproperties.js.map +1 -1
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.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/session.d.ts +4 -0
- package/models/components/session.d.ts.map +1 -1
- package/models/components/session.js +8 -0
- package/models/components/session.js.map +1 -1
- package/models/operations/agentlist.d.ts +4 -79
- package/models/operations/agentlist.d.ts.map +1 -1
- package/models/operations/agentlist.js +7 -52
- package/models/operations/agentlist.js.map +1 -1
- package/models/operations/availabletargets.d.ts +4 -58
- package/models/operations/availabletargets.d.ts.map +1 -1
- package/models/operations/availabletargets.js +7 -45
- package/models/operations/availabletargets.js.map +1 -1
- package/models/operations/channelslist.d.ts +4 -61
- package/models/operations/channelslist.d.ts.map +1 -1
- package/models/operations/channelslist.js +7 -45
- package/models/operations/channelslist.js.map +1 -1
- package/models/operations/channeltargetslist.d.ts +4 -73
- package/models/operations/channeltargetslist.d.ts.map +1 -1
- package/models/operations/channeltargetslist.js +7 -50
- package/models/operations/channeltargetslist.js.map +1 -1
- package/models/operations/conversationslist.d.ts +4 -79
- package/models/operations/conversationslist.d.ts.map +1 -1
- package/models/operations/conversationslist.js +7 -52
- package/models/operations/conversationslist.js.map +1 -1
- package/models/operations/custommessageslist.d.ts +4 -58
- package/models/operations/custommessageslist.d.ts.map +1 -1
- package/models/operations/custommessageslist.js +7 -45
- package/models/operations/custommessageslist.js.map +1 -1
- package/models/operations/eventslist.d.ts +4 -79
- package/models/operations/eventslist.d.ts.map +1 -1
- package/models/operations/eventslist.js +5 -51
- package/models/operations/eventslist.js.map +1 -1
- package/models/operations/promptslist.d.ts +4 -67
- package/models/operations/promptslist.d.ts.map +1 -1
- package/models/operations/promptslist.js +5 -47
- package/models/operations/promptslist.js.map +1 -1
- package/models/operations/servicelist.d.ts +4 -55
- package/models/operations/servicelist.d.ts.map +1 -1
- package/models/operations/servicelist.js +5 -43
- package/models/operations/servicelist.js.map +1 -1
- package/models/operations/sessionlabelslist.d.ts +4 -70
- package/models/operations/sessionlabelslist.d.ts.map +1 -1
- package/models/operations/sessionlabelslist.js +7 -49
- package/models/operations/sessionlabelslist.js.map +1 -1
- package/models/operations/sessionslist.d.ts +4 -97
- package/models/operations/sessionslist.d.ts.map +1 -1
- package/models/operations/sessionslist.js +5 -57
- package/models/operations/sessionslist.js.map +1 -1
- package/models/operations/toollist.d.ts +4 -64
- package/models/operations/toollist.d.ts.map +1 -1
- package/models/operations/toollist.js +5 -46
- package/models/operations/toollist.js.map +1 -1
- package/package.json +1 -1
- package/sdk/prompts.d.ts +3 -0
- package/sdk/prompts.d.ts.map +1 -1
- package/sdk/prompts.js +3 -0
- package/sdk/prompts.js.map +1 -1
- package/src/funcs/promptsDelete.ts +3 -0
- package/src/lib/config.ts +5 -5
- package/src/models/components/agent.ts +8 -0
- package/src/models/components/agentproperties.ts +1 -0
- package/src/models/components/index.ts +1 -0
- package/src/models/components/orderbydirection.ts +33 -0
- package/src/models/components/session.ts +12 -0
- package/src/models/operations/agentlist.ts +10 -69
- package/src/models/operations/availabletargets.ts +10 -71
- package/src/models/operations/channelslist.ts +10 -67
- package/src/models/operations/channeltargetslist.ts +10 -77
- package/src/models/operations/conversationslist.ts +10 -78
- package/src/models/operations/custommessageslist.ts +10 -72
- package/src/models/operations/eventslist.ts +8 -78
- package/src/models/operations/promptslist.ts +8 -74
- package/src/models/operations/servicelist.ts +8 -70
- package/src/models/operations/sessionlabelslist.ts +10 -75
- package/src/models/operations/sessionslist.ts +8 -84
- package/src/models/operations/toollist.ts +8 -71
- package/src/sdk/prompts.ts +3 -0
|
@@ -26,68 +26,22 @@ 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: z.nullable(components.AgentProperties$inboundSchema).optional(),
|
|
43
|
+
order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
|
|
44
|
+
.optional(),
|
|
91
45
|
fields: z.nullable(z.array(components.AgentProperties$inboundSchema))
|
|
92
46
|
.optional(),
|
|
93
47
|
start_datetime: z.nullable(z.string()).optional(),
|
|
@@ -108,8 +62,9 @@ exports.AgentListRequest$outboundSchema = z.object({
|
|
|
108
62
|
limit: z.number().int().default(25),
|
|
109
63
|
searchFields: z.array(components.AgentProperties$outboundSchema).optional(),
|
|
110
64
|
searchFieldValues: z.array(z.string()).optional(),
|
|
111
|
-
orderBy:
|
|
112
|
-
orderByDirection:
|
|
65
|
+
orderBy: z.nullable(components.AgentProperties$outboundSchema).optional(),
|
|
66
|
+
orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
|
|
67
|
+
.optional(),
|
|
113
68
|
fields: z.nullable(z.array(components.AgentProperties$outboundSchema))
|
|
114
69
|
.optional(),
|
|
115
70
|
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 | null | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | null | 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 = {
|
|
@@ -75,8 +21,8 @@ export type AvailableTargetsRequest$Outbound = {
|
|
|
75
21
|
limit: number;
|
|
76
22
|
search_fields?: Array<string> | undefined;
|
|
77
23
|
search_field_values?: Array<string> | undefined;
|
|
78
|
-
order_by?: string | undefined;
|
|
79
|
-
order_by_direction?: string | undefined;
|
|
24
|
+
order_by?: string | null | undefined;
|
|
25
|
+
order_by_direction?: string | null | undefined;
|
|
80
26
|
fields?: Array<string> | null | undefined;
|
|
81
27
|
start_datetime?: string | null | undefined;
|
|
82
28
|
end_datetime?: string | null | undefined;
|
|
@@ -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,IAAI,GAAG,SAAS,CAAC;IAClE,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,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,CAyBP,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,IAAI,GAAG,SAAS,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,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,CAyBvB,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,8 +40,9 @@ 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
|
-
|
|
43
|
+
order_by: z.nullable(components.AvailableTargetProperties$inboundSchema)
|
|
44
|
+
.optional(),
|
|
45
|
+
order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
|
|
85
46
|
.optional(),
|
|
86
47
|
fields: z.nullable(z.array(components.AvailableTargetProperties$inboundSchema)).optional(),
|
|
87
48
|
start_datetime: z.nullable(z.string()).optional(),
|
|
@@ -103,8 +64,9 @@ exports.AvailableTargetsRequest$outboundSchema = z.object({
|
|
|
103
64
|
searchFields: z.array(components.AvailableTargetProperties$outboundSchema)
|
|
104
65
|
.optional(),
|
|
105
66
|
searchFieldValues: z.array(z.string()).optional(),
|
|
106
|
-
orderBy:
|
|
107
|
-
|
|
67
|
+
orderBy: z.nullable(components.AvailableTargetProperties$outboundSchema)
|
|
68
|
+
.optional(),
|
|
69
|
+
orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
|
|
108
70
|
.optional(),
|
|
109
71
|
fields: z.nullable(z.array(components.AvailableTargetProperties$outboundSchema)).optional(),
|
|
110
72
|
startDatetime: 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 | null | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | null | 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 = {
|
|
@@ -78,8 +21,8 @@ export type ChannelsListRequest$Outbound = {
|
|
|
78
21
|
limit: number;
|
|
79
22
|
search_fields?: Array<string> | undefined;
|
|
80
23
|
search_field_values?: Array<string> | undefined;
|
|
81
|
-
order_by?: string | undefined;
|
|
82
|
-
order_by_direction?: string | undefined;
|
|
24
|
+
order_by?: string | null | undefined;
|
|
25
|
+
order_by_direction?: string | null | undefined;
|
|
83
26
|
fields?: Array<string> | null | undefined;
|
|
84
27
|
start_datetime?: string | null | undefined;
|
|
85
28
|
end_datetime?: string | null | undefined;
|
|
@@ -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,IAAI,GAAG,SAAS,CAAC;IAC1D,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,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,CAsBP,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,IAAI,GAAG,SAAS,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,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,CAsBnB,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,22 @@ 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: z.nullable(components.ChannelProperties$inboundSchema).optional(),
|
|
43
|
+
order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
|
|
44
|
+
.optional(),
|
|
84
45
|
fields: z.nullable(z.array(components.ChannelProperties$inboundSchema))
|
|
85
46
|
.optional(),
|
|
86
47
|
start_datetime: z.nullable(z.string()).optional(),
|
|
@@ -101,8 +62,9 @@ exports.ChannelsListRequest$outboundSchema = z.object({
|
|
|
101
62
|
limit: z.number().int().default(25),
|
|
102
63
|
searchFields: z.array(components.ChannelProperties$outboundSchema).optional(),
|
|
103
64
|
searchFieldValues: z.array(z.string()).optional(),
|
|
104
|
-
orderBy:
|
|
105
|
-
orderByDirection:
|
|
65
|
+
orderBy: z.nullable(components.ChannelProperties$outboundSchema).optional(),
|
|
66
|
+
orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
|
|
67
|
+
.optional(),
|
|
106
68
|
fields: z.nullable(z.array(components.ChannelProperties$outboundSchema))
|
|
107
69
|
.optional(),
|
|
108
70
|
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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"}
|
|
@@ -1,88 +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 ChannelTargetsListQueryParamOrderBy: {
|
|
7
|
-
readonly Id: "id";
|
|
8
|
-
readonly ChannelId: "channel_id";
|
|
9
|
-
readonly ChannelName: "channel_name";
|
|
10
|
-
readonly AgentId: "agent_id";
|
|
11
|
-
readonly Target: "target";
|
|
12
|
-
readonly TargetMode: "target_mode";
|
|
13
|
-
readonly FallbackTarget: "fallback_target";
|
|
14
|
-
readonly IsTest: "is_test";
|
|
15
|
-
};
|
|
16
|
-
export type ChannelTargetsListQueryParamOrderBy = ClosedEnum<typeof ChannelTargetsListQueryParamOrderBy>;
|
|
17
|
-
export declare const ChannelTargetsListQueryParamOrderByDirection: {
|
|
18
|
-
readonly Asc: "asc";
|
|
19
|
-
readonly Desc: "desc";
|
|
20
|
-
};
|
|
21
|
-
export type ChannelTargetsListQueryParamOrderByDirection = ClosedEnum<typeof ChannelTargetsListQueryParamOrderByDirection>;
|
|
22
5
|
export type ChannelTargetsListRequest = {
|
|
23
6
|
page?: number | null | undefined;
|
|
24
7
|
limit?: number | undefined;
|
|
25
8
|
searchFields?: Array<components.ChannelTargetProperties> | undefined;
|
|
26
9
|
searchFieldValues?: Array<string> | undefined;
|
|
27
|
-
orderBy?:
|
|
28
|
-
orderByDirection?:
|
|
10
|
+
orderBy?: components.ChannelTargetProperties | null | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | null | undefined;
|
|
29
12
|
fields?: Array<components.ChannelTargetProperties> | null | undefined;
|
|
30
13
|
startDatetime?: string | null | undefined;
|
|
31
14
|
endDatetime?: string | null | undefined;
|
|
32
15
|
};
|
|
33
16
|
/** @internal */
|
|
34
|
-
export declare const ChannelTargetsListQueryParamOrderBy$inboundSchema: z.ZodNativeEnum<typeof ChannelTargetsListQueryParamOrderBy>;
|
|
35
|
-
/** @internal */
|
|
36
|
-
export declare const ChannelTargetsListQueryParamOrderBy$outboundSchema: z.ZodNativeEnum<typeof ChannelTargetsListQueryParamOrderBy>;
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
40
|
-
*/
|
|
41
|
-
export declare namespace ChannelTargetsListQueryParamOrderBy$ {
|
|
42
|
-
/** @deprecated use `ChannelTargetsListQueryParamOrderBy$inboundSchema` instead. */
|
|
43
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
44
|
-
readonly Id: "id";
|
|
45
|
-
readonly ChannelId: "channel_id";
|
|
46
|
-
readonly ChannelName: "channel_name";
|
|
47
|
-
readonly AgentId: "agent_id";
|
|
48
|
-
readonly Target: "target";
|
|
49
|
-
readonly TargetMode: "target_mode";
|
|
50
|
-
readonly FallbackTarget: "fallback_target";
|
|
51
|
-
readonly IsTest: "is_test";
|
|
52
|
-
}>;
|
|
53
|
-
/** @deprecated use `ChannelTargetsListQueryParamOrderBy$outboundSchema` instead. */
|
|
54
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
55
|
-
readonly Id: "id";
|
|
56
|
-
readonly ChannelId: "channel_id";
|
|
57
|
-
readonly ChannelName: "channel_name";
|
|
58
|
-
readonly AgentId: "agent_id";
|
|
59
|
-
readonly Target: "target";
|
|
60
|
-
readonly TargetMode: "target_mode";
|
|
61
|
-
readonly FallbackTarget: "fallback_target";
|
|
62
|
-
readonly IsTest: "is_test";
|
|
63
|
-
}>;
|
|
64
|
-
}
|
|
65
|
-
/** @internal */
|
|
66
|
-
export declare const ChannelTargetsListQueryParamOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof ChannelTargetsListQueryParamOrderByDirection>;
|
|
67
|
-
/** @internal */
|
|
68
|
-
export declare const ChannelTargetsListQueryParamOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof ChannelTargetsListQueryParamOrderByDirection>;
|
|
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
|
-
export declare namespace ChannelTargetsListQueryParamOrderByDirection$ {
|
|
74
|
-
/** @deprecated use `ChannelTargetsListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
75
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
76
|
-
readonly Asc: "asc";
|
|
77
|
-
readonly Desc: "desc";
|
|
78
|
-
}>;
|
|
79
|
-
/** @deprecated use `ChannelTargetsListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
80
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
81
|
-
readonly Asc: "asc";
|
|
82
|
-
readonly Desc: "desc";
|
|
83
|
-
}>;
|
|
84
|
-
}
|
|
85
|
-
/** @internal */
|
|
86
17
|
export declare const ChannelTargetsListRequest$inboundSchema: z.ZodType<ChannelTargetsListRequest, z.ZodTypeDef, unknown>;
|
|
87
18
|
/** @internal */
|
|
88
19
|
export type ChannelTargetsListRequest$Outbound = {
|
|
@@ -90,8 +21,8 @@ export type ChannelTargetsListRequest$Outbound = {
|
|
|
90
21
|
limit: number;
|
|
91
22
|
search_fields?: Array<string> | undefined;
|
|
92
23
|
search_field_values?: Array<string> | undefined;
|
|
93
|
-
order_by?: string | undefined;
|
|
94
|
-
order_by_direction?: string | undefined;
|
|
24
|
+
order_by?: string | null | undefined;
|
|
25
|
+
order_by_direction?: string | null | undefined;
|
|
95
26
|
fields?: Array<string> | null | undefined;
|
|
96
27
|
start_datetime?: string | null | undefined;
|
|
97
28
|
end_datetime?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channeltargetslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/channeltargetslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"channeltargetslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/channeltargetslist.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,yBAAyB,GAAG;IACtC,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,uBAAuB,CAAC,GAAG,SAAS,CAAC;IACrE,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,uBAAuB,GAAG,IAAI,GAAG,SAAS,CAAC;IAChE,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,uBAAuB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACtE,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,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAwBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,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,IAAI,GAAG,SAAS,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,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,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAwBzB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC3D;AAED,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AAED,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE"}
|