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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/eventslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"eventslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/eventslist.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,iBAAiB,GAAG;IAC9B,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,IAAI,GAAG,SAAS,CAAC;IACxD,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,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,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAsBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,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,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAsBjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
|
|
@@ -26,67 +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.EventsListRequest$ = exports.EventsListRequest$outboundSchema = exports.EventsListRequest$inboundSchema =
|
|
29
|
+
exports.EventsListRequest$ = exports.EventsListRequest$outboundSchema = exports.EventsListRequest$inboundSchema = void 0;
|
|
30
30
|
exports.eventsListRequestToJSON = eventsListRequestToJSON;
|
|
31
31
|
exports.eventsListRequestFromJSON = eventsListRequestFromJSON;
|
|
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.EventsListQueryParamOrderBy = {
|
|
37
|
-
Timestamp: "timestamp",
|
|
38
|
-
SessionId: "session_id",
|
|
39
|
-
ConversationId: "conversation_id",
|
|
40
|
-
Source: "source",
|
|
41
|
-
SourceId: "source_id",
|
|
42
|
-
Category: "category",
|
|
43
|
-
Type: "type",
|
|
44
|
-
UserId: "user_id",
|
|
45
|
-
Description: "description",
|
|
46
|
-
Attributes: "attributes",
|
|
47
|
-
};
|
|
48
|
-
exports.EventsListQueryParamOrderByDirection = {
|
|
49
|
-
Asc: "asc",
|
|
50
|
-
Desc: "desc",
|
|
51
|
-
};
|
|
52
|
-
/** @internal */
|
|
53
|
-
exports.EventsListQueryParamOrderBy$inboundSchema = z.nativeEnum(exports.EventsListQueryParamOrderBy);
|
|
54
|
-
/** @internal */
|
|
55
|
-
exports.EventsListQueryParamOrderBy$outboundSchema = exports.EventsListQueryParamOrderBy$inboundSchema;
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
-
*/
|
|
60
|
-
var EventsListQueryParamOrderBy$;
|
|
61
|
-
(function (EventsListQueryParamOrderBy$) {
|
|
62
|
-
/** @deprecated use `EventsListQueryParamOrderBy$inboundSchema` instead. */
|
|
63
|
-
EventsListQueryParamOrderBy$.inboundSchema = exports.EventsListQueryParamOrderBy$inboundSchema;
|
|
64
|
-
/** @deprecated use `EventsListQueryParamOrderBy$outboundSchema` instead. */
|
|
65
|
-
EventsListQueryParamOrderBy$.outboundSchema = exports.EventsListQueryParamOrderBy$outboundSchema;
|
|
66
|
-
})(EventsListQueryParamOrderBy$ || (exports.EventsListQueryParamOrderBy$ = EventsListQueryParamOrderBy$ = {}));
|
|
67
|
-
/** @internal */
|
|
68
|
-
exports.EventsListQueryParamOrderByDirection$inboundSchema = z.nativeEnum(exports.EventsListQueryParamOrderByDirection);
|
|
69
|
-
/** @internal */
|
|
70
|
-
exports.EventsListQueryParamOrderByDirection$outboundSchema = exports.EventsListQueryParamOrderByDirection$inboundSchema;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
|
-
*/
|
|
75
|
-
var EventsListQueryParamOrderByDirection$;
|
|
76
|
-
(function (EventsListQueryParamOrderByDirection$) {
|
|
77
|
-
/** @deprecated use `EventsListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
78
|
-
EventsListQueryParamOrderByDirection$.inboundSchema = exports.EventsListQueryParamOrderByDirection$inboundSchema;
|
|
79
|
-
/** @deprecated use `EventsListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
80
|
-
EventsListQueryParamOrderByDirection$.outboundSchema = exports.EventsListQueryParamOrderByDirection$outboundSchema;
|
|
81
|
-
})(EventsListQueryParamOrderByDirection$ || (exports.EventsListQueryParamOrderByDirection$ = EventsListQueryParamOrderByDirection$ = {}));
|
|
82
36
|
/** @internal */
|
|
83
37
|
exports.EventsListRequest$inboundSchema = z.object({
|
|
84
38
|
page: z.nullable(z.number().int()).optional(),
|
|
85
39
|
limit: z.number().int().default(25),
|
|
86
40
|
search_fields: z.array(components.EventProperties$inboundSchema).optional(),
|
|
87
41
|
search_field_values: z.array(z.string()).optional(),
|
|
88
|
-
order_by:
|
|
89
|
-
order_by_direction:
|
|
42
|
+
order_by: z.nullable(components.EventProperties$inboundSchema).optional(),
|
|
43
|
+
order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
|
|
90
44
|
.optional(),
|
|
91
45
|
fields: z.nullable(z.array(components.EventProperties$inboundSchema))
|
|
92
46
|
.optional(),
|
|
@@ -108,8 +62,8 @@ exports.EventsListRequest$outboundSchema = z.object({
|
|
|
108
62
|
limit: z.number().int().default(25),
|
|
109
63
|
searchFields: z.array(components.EventProperties$outboundSchema).optional(),
|
|
110
64
|
searchFieldValues: z.array(z.string()).optional(),
|
|
111
|
-
orderBy:
|
|
112
|
-
orderByDirection:
|
|
65
|
+
orderBy: z.nullable(components.EventProperties$outboundSchema).optional(),
|
|
66
|
+
orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
|
|
113
67
|
.optional(),
|
|
114
68
|
fields: z.nullable(z.array(components.EventProperties$outboundSchema))
|
|
115
69
|
.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventslist.js","sourceRoot":"","sources":["../../src/models/operations/eventslist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"eventslist.js","sourceRoot":"","sources":["../../src/models/operations/eventslist.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,82 +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 PromptsListQueryParamOrderBy: {
|
|
7
|
-
readonly Id: "id";
|
|
8
|
-
readonly Name: "name";
|
|
9
|
-
readonly Context: "context";
|
|
10
|
-
readonly Tools: "tools";
|
|
11
|
-
readonly LlmConfig: "llm_config";
|
|
12
|
-
readonly LastUpdatedBy: "last_updated_by";
|
|
13
|
-
};
|
|
14
|
-
export type PromptsListQueryParamOrderBy = ClosedEnum<typeof PromptsListQueryParamOrderBy>;
|
|
15
|
-
export declare const PromptsListQueryParamOrderByDirection: {
|
|
16
|
-
readonly Asc: "asc";
|
|
17
|
-
readonly Desc: "desc";
|
|
18
|
-
};
|
|
19
|
-
export type PromptsListQueryParamOrderByDirection = ClosedEnum<typeof PromptsListQueryParamOrderByDirection>;
|
|
20
5
|
export type PromptsListRequest = {
|
|
21
6
|
page?: number | null | undefined;
|
|
22
7
|
limit?: number | undefined;
|
|
23
8
|
searchFields?: Array<components.PromptProperties> | undefined;
|
|
24
9
|
searchFieldValues?: Array<string> | undefined;
|
|
25
|
-
orderBy?:
|
|
26
|
-
orderByDirection?:
|
|
10
|
+
orderBy?: components.PromptProperties | null | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | null | undefined;
|
|
27
12
|
fields?: Array<components.PromptProperties> | null | undefined;
|
|
28
13
|
startDatetime?: string | null | undefined;
|
|
29
14
|
endDatetime?: string | null | undefined;
|
|
30
15
|
};
|
|
31
16
|
/** @internal */
|
|
32
|
-
export declare const PromptsListQueryParamOrderBy$inboundSchema: z.ZodNativeEnum<typeof PromptsListQueryParamOrderBy>;
|
|
33
|
-
/** @internal */
|
|
34
|
-
export declare const PromptsListQueryParamOrderBy$outboundSchema: z.ZodNativeEnum<typeof PromptsListQueryParamOrderBy>;
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
38
|
-
*/
|
|
39
|
-
export declare namespace PromptsListQueryParamOrderBy$ {
|
|
40
|
-
/** @deprecated use `PromptsListQueryParamOrderBy$inboundSchema` instead. */
|
|
41
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
42
|
-
readonly Id: "id";
|
|
43
|
-
readonly Name: "name";
|
|
44
|
-
readonly Context: "context";
|
|
45
|
-
readonly Tools: "tools";
|
|
46
|
-
readonly LlmConfig: "llm_config";
|
|
47
|
-
readonly LastUpdatedBy: "last_updated_by";
|
|
48
|
-
}>;
|
|
49
|
-
/** @deprecated use `PromptsListQueryParamOrderBy$outboundSchema` instead. */
|
|
50
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
51
|
-
readonly Id: "id";
|
|
52
|
-
readonly Name: "name";
|
|
53
|
-
readonly Context: "context";
|
|
54
|
-
readonly Tools: "tools";
|
|
55
|
-
readonly LlmConfig: "llm_config";
|
|
56
|
-
readonly LastUpdatedBy: "last_updated_by";
|
|
57
|
-
}>;
|
|
58
|
-
}
|
|
59
|
-
/** @internal */
|
|
60
|
-
export declare const PromptsListQueryParamOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof PromptsListQueryParamOrderByDirection>;
|
|
61
|
-
/** @internal */
|
|
62
|
-
export declare const PromptsListQueryParamOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof PromptsListQueryParamOrderByDirection>;
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
66
|
-
*/
|
|
67
|
-
export declare namespace PromptsListQueryParamOrderByDirection$ {
|
|
68
|
-
/** @deprecated use `PromptsListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
69
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
70
|
-
readonly Asc: "asc";
|
|
71
|
-
readonly Desc: "desc";
|
|
72
|
-
}>;
|
|
73
|
-
/** @deprecated use `PromptsListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
74
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
75
|
-
readonly Asc: "asc";
|
|
76
|
-
readonly Desc: "desc";
|
|
77
|
-
}>;
|
|
78
|
-
}
|
|
79
|
-
/** @internal */
|
|
80
17
|
export declare const PromptsListRequest$inboundSchema: z.ZodType<PromptsListRequest, z.ZodTypeDef, unknown>;
|
|
81
18
|
/** @internal */
|
|
82
19
|
export type PromptsListRequest$Outbound = {
|
|
@@ -84,8 +21,8 @@ export type PromptsListRequest$Outbound = {
|
|
|
84
21
|
limit: number;
|
|
85
22
|
search_fields?: Array<string> | undefined;
|
|
86
23
|
search_field_values?: Array<string> | undefined;
|
|
87
|
-
order_by?: string | undefined;
|
|
88
|
-
order_by_direction?: string | undefined;
|
|
24
|
+
order_by?: string | null | undefined;
|
|
25
|
+
order_by_direction?: string | null | undefined;
|
|
89
26
|
fields?: Array<string> | null | undefined;
|
|
90
27
|
start_datetime?: string | null | undefined;
|
|
91
28
|
end_datetime?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promptslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/promptslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"promptslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/promptslist.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,kBAAkB,GAAG;IAC/B,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,gBAAgB,CAAC,GAAG,SAAS,CAAC;IAC9D,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IACzD,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/D,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,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAsBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,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,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAsBlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD;AAED,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -26,63 +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.PromptsListRequest$ = exports.PromptsListRequest$outboundSchema = exports.PromptsListRequest$inboundSchema =
|
|
29
|
+
exports.PromptsListRequest$ = exports.PromptsListRequest$outboundSchema = exports.PromptsListRequest$inboundSchema = void 0;
|
|
30
30
|
exports.promptsListRequestToJSON = promptsListRequestToJSON;
|
|
31
31
|
exports.promptsListRequestFromJSON = promptsListRequestFromJSON;
|
|
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.PromptsListQueryParamOrderBy = {
|
|
37
|
-
Id: "id",
|
|
38
|
-
Name: "name",
|
|
39
|
-
Context: "context",
|
|
40
|
-
Tools: "tools",
|
|
41
|
-
LlmConfig: "llm_config",
|
|
42
|
-
LastUpdatedBy: "last_updated_by",
|
|
43
|
-
};
|
|
44
|
-
exports.PromptsListQueryParamOrderByDirection = {
|
|
45
|
-
Asc: "asc",
|
|
46
|
-
Desc: "desc",
|
|
47
|
-
};
|
|
48
|
-
/** @internal */
|
|
49
|
-
exports.PromptsListQueryParamOrderBy$inboundSchema = z.nativeEnum(exports.PromptsListQueryParamOrderBy);
|
|
50
|
-
/** @internal */
|
|
51
|
-
exports.PromptsListQueryParamOrderBy$outboundSchema = exports.PromptsListQueryParamOrderBy$inboundSchema;
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
55
|
-
*/
|
|
56
|
-
var PromptsListQueryParamOrderBy$;
|
|
57
|
-
(function (PromptsListQueryParamOrderBy$) {
|
|
58
|
-
/** @deprecated use `PromptsListQueryParamOrderBy$inboundSchema` instead. */
|
|
59
|
-
PromptsListQueryParamOrderBy$.inboundSchema = exports.PromptsListQueryParamOrderBy$inboundSchema;
|
|
60
|
-
/** @deprecated use `PromptsListQueryParamOrderBy$outboundSchema` instead. */
|
|
61
|
-
PromptsListQueryParamOrderBy$.outboundSchema = exports.PromptsListQueryParamOrderBy$outboundSchema;
|
|
62
|
-
})(PromptsListQueryParamOrderBy$ || (exports.PromptsListQueryParamOrderBy$ = PromptsListQueryParamOrderBy$ = {}));
|
|
63
|
-
/** @internal */
|
|
64
|
-
exports.PromptsListQueryParamOrderByDirection$inboundSchema = z.nativeEnum(exports.PromptsListQueryParamOrderByDirection);
|
|
65
|
-
/** @internal */
|
|
66
|
-
exports.PromptsListQueryParamOrderByDirection$outboundSchema = exports.PromptsListQueryParamOrderByDirection$inboundSchema;
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
70
|
-
*/
|
|
71
|
-
var PromptsListQueryParamOrderByDirection$;
|
|
72
|
-
(function (PromptsListQueryParamOrderByDirection$) {
|
|
73
|
-
/** @deprecated use `PromptsListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
74
|
-
PromptsListQueryParamOrderByDirection$.inboundSchema = exports.PromptsListQueryParamOrderByDirection$inboundSchema;
|
|
75
|
-
/** @deprecated use `PromptsListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
76
|
-
PromptsListQueryParamOrderByDirection$.outboundSchema = exports.PromptsListQueryParamOrderByDirection$outboundSchema;
|
|
77
|
-
})(PromptsListQueryParamOrderByDirection$ || (exports.PromptsListQueryParamOrderByDirection$ = PromptsListQueryParamOrderByDirection$ = {}));
|
|
78
36
|
/** @internal */
|
|
79
37
|
exports.PromptsListRequest$inboundSchema = z.object({
|
|
80
38
|
page: z.nullable(z.number().int()).optional(),
|
|
81
39
|
limit: z.number().int().default(25),
|
|
82
40
|
search_fields: z.array(components.PromptProperties$inboundSchema).optional(),
|
|
83
41
|
search_field_values: z.array(z.string()).optional(),
|
|
84
|
-
order_by:
|
|
85
|
-
order_by_direction:
|
|
42
|
+
order_by: z.nullable(components.PromptProperties$inboundSchema).optional(),
|
|
43
|
+
order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
|
|
86
44
|
.optional(),
|
|
87
45
|
fields: z.nullable(z.array(components.PromptProperties$inboundSchema))
|
|
88
46
|
.optional(),
|
|
@@ -104,8 +62,8 @@ exports.PromptsListRequest$outboundSchema = z.object({
|
|
|
104
62
|
limit: z.number().int().default(25),
|
|
105
63
|
searchFields: z.array(components.PromptProperties$outboundSchema).optional(),
|
|
106
64
|
searchFieldValues: z.array(z.string()).optional(),
|
|
107
|
-
orderBy:
|
|
108
|
-
orderByDirection:
|
|
65
|
+
orderBy: z.nullable(components.PromptProperties$outboundSchema).optional(),
|
|
66
|
+
orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
|
|
109
67
|
.optional(),
|
|
110
68
|
fields: z.nullable(z.array(components.PromptProperties$outboundSchema))
|
|
111
69
|
.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promptslist.js","sourceRoot":"","sources":["../../src/models/operations/promptslist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"promptslist.js","sourceRoot":"","sources":["../../src/models/operations/promptslist.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,70 +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 ServiceListQueryParamOrderBy: {
|
|
7
|
-
readonly Id: "id";
|
|
8
|
-
readonly Name: "name";
|
|
9
|
-
};
|
|
10
|
-
export type ServiceListQueryParamOrderBy = ClosedEnum<typeof ServiceListQueryParamOrderBy>;
|
|
11
|
-
export declare const ServiceListQueryParamOrderByDirection: {
|
|
12
|
-
readonly Asc: "asc";
|
|
13
|
-
readonly Desc: "desc";
|
|
14
|
-
};
|
|
15
|
-
export type ServiceListQueryParamOrderByDirection = ClosedEnum<typeof ServiceListQueryParamOrderByDirection>;
|
|
16
5
|
export type ServiceListRequest = {
|
|
17
6
|
page?: number | null | undefined;
|
|
18
7
|
limit?: number | undefined;
|
|
19
8
|
searchFields?: Array<components.ServiceProperties> | undefined;
|
|
20
9
|
searchFieldValues?: Array<string> | undefined;
|
|
21
|
-
orderBy?:
|
|
22
|
-
orderByDirection?:
|
|
10
|
+
orderBy?: components.ServiceProperties | null | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | null | undefined;
|
|
23
12
|
fields?: Array<components.ServiceProperties> | null | undefined;
|
|
24
13
|
startDatetime?: string | null | undefined;
|
|
25
14
|
endDatetime?: string | null | undefined;
|
|
26
15
|
};
|
|
27
16
|
/** @internal */
|
|
28
|
-
export declare const ServiceListQueryParamOrderBy$inboundSchema: z.ZodNativeEnum<typeof ServiceListQueryParamOrderBy>;
|
|
29
|
-
/** @internal */
|
|
30
|
-
export declare const ServiceListQueryParamOrderBy$outboundSchema: z.ZodNativeEnum<typeof ServiceListQueryParamOrderBy>;
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
34
|
-
*/
|
|
35
|
-
export declare namespace ServiceListQueryParamOrderBy$ {
|
|
36
|
-
/** @deprecated use `ServiceListQueryParamOrderBy$inboundSchema` instead. */
|
|
37
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
38
|
-
readonly Id: "id";
|
|
39
|
-
readonly Name: "name";
|
|
40
|
-
}>;
|
|
41
|
-
/** @deprecated use `ServiceListQueryParamOrderBy$outboundSchema` instead. */
|
|
42
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
43
|
-
readonly Id: "id";
|
|
44
|
-
readonly Name: "name";
|
|
45
|
-
}>;
|
|
46
|
-
}
|
|
47
|
-
/** @internal */
|
|
48
|
-
export declare const ServiceListQueryParamOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof ServiceListQueryParamOrderByDirection>;
|
|
49
|
-
/** @internal */
|
|
50
|
-
export declare const ServiceListQueryParamOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof ServiceListQueryParamOrderByDirection>;
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
54
|
-
*/
|
|
55
|
-
export declare namespace ServiceListQueryParamOrderByDirection$ {
|
|
56
|
-
/** @deprecated use `ServiceListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
57
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
58
|
-
readonly Asc: "asc";
|
|
59
|
-
readonly Desc: "desc";
|
|
60
|
-
}>;
|
|
61
|
-
/** @deprecated use `ServiceListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
62
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
63
|
-
readonly Asc: "asc";
|
|
64
|
-
readonly Desc: "desc";
|
|
65
|
-
}>;
|
|
66
|
-
}
|
|
67
|
-
/** @internal */
|
|
68
17
|
export declare const ServiceListRequest$inboundSchema: z.ZodType<ServiceListRequest, z.ZodTypeDef, unknown>;
|
|
69
18
|
/** @internal */
|
|
70
19
|
export type ServiceListRequest$Outbound = {
|
|
@@ -72,8 +21,8 @@ export type ServiceListRequest$Outbound = {
|
|
|
72
21
|
limit: number;
|
|
73
22
|
search_fields?: Array<string> | undefined;
|
|
74
23
|
search_field_values?: Array<string> | undefined;
|
|
75
|
-
order_by?: string | undefined;
|
|
76
|
-
order_by_direction?: string | undefined;
|
|
24
|
+
order_by?: string | null | undefined;
|
|
25
|
+
order_by_direction?: string | null | undefined;
|
|
77
26
|
fields?: Array<string> | null | undefined;
|
|
78
27
|
start_datetime?: string | null | undefined;
|
|
79
28
|
end_datetime?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servicelist.d.ts","sourceRoot":"","sources":["../../src/models/operations/servicelist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"servicelist.d.ts","sourceRoot":"","sources":["../../src/models/operations/servicelist.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,kBAAkB,GAAG;IAC/B,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,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAsBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,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,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAsBlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD;AAED,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -26,59 +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.ServiceListRequest$ = exports.ServiceListRequest$outboundSchema = exports.ServiceListRequest$inboundSchema =
|
|
29
|
+
exports.ServiceListRequest$ = exports.ServiceListRequest$outboundSchema = exports.ServiceListRequest$inboundSchema = void 0;
|
|
30
30
|
exports.serviceListRequestToJSON = serviceListRequestToJSON;
|
|
31
31
|
exports.serviceListRequestFromJSON = serviceListRequestFromJSON;
|
|
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.ServiceListQueryParamOrderBy = {
|
|
37
|
-
Id: "id",
|
|
38
|
-
Name: "name",
|
|
39
|
-
};
|
|
40
|
-
exports.ServiceListQueryParamOrderByDirection = {
|
|
41
|
-
Asc: "asc",
|
|
42
|
-
Desc: "desc",
|
|
43
|
-
};
|
|
44
|
-
/** @internal */
|
|
45
|
-
exports.ServiceListQueryParamOrderBy$inboundSchema = z.nativeEnum(exports.ServiceListQueryParamOrderBy);
|
|
46
|
-
/** @internal */
|
|
47
|
-
exports.ServiceListQueryParamOrderBy$outboundSchema = exports.ServiceListQueryParamOrderBy$inboundSchema;
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
51
|
-
*/
|
|
52
|
-
var ServiceListQueryParamOrderBy$;
|
|
53
|
-
(function (ServiceListQueryParamOrderBy$) {
|
|
54
|
-
/** @deprecated use `ServiceListQueryParamOrderBy$inboundSchema` instead. */
|
|
55
|
-
ServiceListQueryParamOrderBy$.inboundSchema = exports.ServiceListQueryParamOrderBy$inboundSchema;
|
|
56
|
-
/** @deprecated use `ServiceListQueryParamOrderBy$outboundSchema` instead. */
|
|
57
|
-
ServiceListQueryParamOrderBy$.outboundSchema = exports.ServiceListQueryParamOrderBy$outboundSchema;
|
|
58
|
-
})(ServiceListQueryParamOrderBy$ || (exports.ServiceListQueryParamOrderBy$ = ServiceListQueryParamOrderBy$ = {}));
|
|
59
|
-
/** @internal */
|
|
60
|
-
exports.ServiceListQueryParamOrderByDirection$inboundSchema = z.nativeEnum(exports.ServiceListQueryParamOrderByDirection);
|
|
61
|
-
/** @internal */
|
|
62
|
-
exports.ServiceListQueryParamOrderByDirection$outboundSchema = exports.ServiceListQueryParamOrderByDirection$inboundSchema;
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
66
|
-
*/
|
|
67
|
-
var ServiceListQueryParamOrderByDirection$;
|
|
68
|
-
(function (ServiceListQueryParamOrderByDirection$) {
|
|
69
|
-
/** @deprecated use `ServiceListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
70
|
-
ServiceListQueryParamOrderByDirection$.inboundSchema = exports.ServiceListQueryParamOrderByDirection$inboundSchema;
|
|
71
|
-
/** @deprecated use `ServiceListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
72
|
-
ServiceListQueryParamOrderByDirection$.outboundSchema = exports.ServiceListQueryParamOrderByDirection$outboundSchema;
|
|
73
|
-
})(ServiceListQueryParamOrderByDirection$ || (exports.ServiceListQueryParamOrderByDirection$ = ServiceListQueryParamOrderByDirection$ = {}));
|
|
74
36
|
/** @internal */
|
|
75
37
|
exports.ServiceListRequest$inboundSchema = z.object({
|
|
76
38
|
page: z.nullable(z.number().int()).optional(),
|
|
77
39
|
limit: z.number().int().default(25),
|
|
78
40
|
search_fields: z.array(components.ServiceProperties$inboundSchema).optional(),
|
|
79
41
|
search_field_values: z.array(z.string()).optional(),
|
|
80
|
-
order_by:
|
|
81
|
-
order_by_direction:
|
|
42
|
+
order_by: z.nullable(components.ServiceProperties$inboundSchema).optional(),
|
|
43
|
+
order_by_direction: z.nullable(components.OrderByDirection$inboundSchema)
|
|
82
44
|
.optional(),
|
|
83
45
|
fields: z.nullable(z.array(components.ServiceProperties$inboundSchema))
|
|
84
46
|
.optional(),
|
|
@@ -100,8 +62,8 @@ exports.ServiceListRequest$outboundSchema = z.object({
|
|
|
100
62
|
limit: z.number().int().default(25),
|
|
101
63
|
searchFields: z.array(components.ServiceProperties$outboundSchema).optional(),
|
|
102
64
|
searchFieldValues: z.array(z.string()).optional(),
|
|
103
|
-
orderBy:
|
|
104
|
-
orderByDirection:
|
|
65
|
+
orderBy: z.nullable(components.ServiceProperties$outboundSchema).optional(),
|
|
66
|
+
orderByDirection: z.nullable(components.OrderByDirection$outboundSchema)
|
|
105
67
|
.optional(),
|
|
106
68
|
fields: z.nullable(z.array(components.ServiceProperties$outboundSchema))
|
|
107
69
|
.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servicelist.js","sourceRoot":"","sources":["../../src/models/operations/servicelist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"servicelist.js","sourceRoot":"","sources":["../../src/models/operations/servicelist.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,85 +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 SessionLabelsListQueryParamOrderBy: {
|
|
7
|
-
readonly Timestamp: "timestamp";
|
|
8
|
-
readonly SessionId: "session_id";
|
|
9
|
-
readonly Type: "type";
|
|
10
|
-
readonly Code: "code";
|
|
11
|
-
readonly UserEmail: "user_email";
|
|
12
|
-
readonly IssueCategories: "issue_categories";
|
|
13
|
-
readonly SessionIdList: "session_id_list";
|
|
14
|
-
};
|
|
15
|
-
export type SessionLabelsListQueryParamOrderBy = ClosedEnum<typeof SessionLabelsListQueryParamOrderBy>;
|
|
16
|
-
export declare const SessionLabelsListQueryParamOrderByDirection: {
|
|
17
|
-
readonly Asc: "asc";
|
|
18
|
-
readonly Desc: "desc";
|
|
19
|
-
};
|
|
20
|
-
export type SessionLabelsListQueryParamOrderByDirection = ClosedEnum<typeof SessionLabelsListQueryParamOrderByDirection>;
|
|
21
5
|
export type SessionLabelsListRequest = {
|
|
22
6
|
page?: number | null | undefined;
|
|
23
7
|
limit?: number | undefined;
|
|
24
8
|
searchFields?: Array<components.SessionLabelProperties> | undefined;
|
|
25
9
|
searchFieldValues?: Array<string> | undefined;
|
|
26
|
-
orderBy?:
|
|
27
|
-
orderByDirection?:
|
|
10
|
+
orderBy?: components.SessionLabelProperties | null | undefined;
|
|
11
|
+
orderByDirection?: components.OrderByDirection | null | undefined;
|
|
28
12
|
fields?: Array<components.SessionLabelProperties> | null | undefined;
|
|
29
13
|
startDatetime?: string | null | undefined;
|
|
30
14
|
endDatetime?: string | null | undefined;
|
|
31
15
|
};
|
|
32
16
|
/** @internal */
|
|
33
|
-
export declare const SessionLabelsListQueryParamOrderBy$inboundSchema: z.ZodNativeEnum<typeof SessionLabelsListQueryParamOrderBy>;
|
|
34
|
-
/** @internal */
|
|
35
|
-
export declare const SessionLabelsListQueryParamOrderBy$outboundSchema: z.ZodNativeEnum<typeof SessionLabelsListQueryParamOrderBy>;
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
39
|
-
*/
|
|
40
|
-
export declare namespace SessionLabelsListQueryParamOrderBy$ {
|
|
41
|
-
/** @deprecated use `SessionLabelsListQueryParamOrderBy$inboundSchema` instead. */
|
|
42
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
43
|
-
readonly Timestamp: "timestamp";
|
|
44
|
-
readonly SessionId: "session_id";
|
|
45
|
-
readonly Type: "type";
|
|
46
|
-
readonly Code: "code";
|
|
47
|
-
readonly UserEmail: "user_email";
|
|
48
|
-
readonly IssueCategories: "issue_categories";
|
|
49
|
-
readonly SessionIdList: "session_id_list";
|
|
50
|
-
}>;
|
|
51
|
-
/** @deprecated use `SessionLabelsListQueryParamOrderBy$outboundSchema` instead. */
|
|
52
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
53
|
-
readonly Timestamp: "timestamp";
|
|
54
|
-
readonly SessionId: "session_id";
|
|
55
|
-
readonly Type: "type";
|
|
56
|
-
readonly Code: "code";
|
|
57
|
-
readonly UserEmail: "user_email";
|
|
58
|
-
readonly IssueCategories: "issue_categories";
|
|
59
|
-
readonly SessionIdList: "session_id_list";
|
|
60
|
-
}>;
|
|
61
|
-
}
|
|
62
|
-
/** @internal */
|
|
63
|
-
export declare const SessionLabelsListQueryParamOrderByDirection$inboundSchema: z.ZodNativeEnum<typeof SessionLabelsListQueryParamOrderByDirection>;
|
|
64
|
-
/** @internal */
|
|
65
|
-
export declare const SessionLabelsListQueryParamOrderByDirection$outboundSchema: z.ZodNativeEnum<typeof SessionLabelsListQueryParamOrderByDirection>;
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
69
|
-
*/
|
|
70
|
-
export declare namespace SessionLabelsListQueryParamOrderByDirection$ {
|
|
71
|
-
/** @deprecated use `SessionLabelsListQueryParamOrderByDirection$inboundSchema` instead. */
|
|
72
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
73
|
-
readonly Asc: "asc";
|
|
74
|
-
readonly Desc: "desc";
|
|
75
|
-
}>;
|
|
76
|
-
/** @deprecated use `SessionLabelsListQueryParamOrderByDirection$outboundSchema` instead. */
|
|
77
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
78
|
-
readonly Asc: "asc";
|
|
79
|
-
readonly Desc: "desc";
|
|
80
|
-
}>;
|
|
81
|
-
}
|
|
82
|
-
/** @internal */
|
|
83
17
|
export declare const SessionLabelsListRequest$inboundSchema: z.ZodType<SessionLabelsListRequest, z.ZodTypeDef, unknown>;
|
|
84
18
|
/** @internal */
|
|
85
19
|
export type SessionLabelsListRequest$Outbound = {
|
|
@@ -87,8 +21,8 @@ export type SessionLabelsListRequest$Outbound = {
|
|
|
87
21
|
limit: number;
|
|
88
22
|
search_fields?: Array<string> | undefined;
|
|
89
23
|
search_field_values?: Array<string> | undefined;
|
|
90
|
-
order_by?: string | undefined;
|
|
91
|
-
order_by_direction?: string | undefined;
|
|
24
|
+
order_by?: string | null | undefined;
|
|
25
|
+
order_by_direction?: string | null | undefined;
|
|
92
26
|
fields?: Array<string> | null | undefined;
|
|
93
27
|
start_datetime?: string | null | undefined;
|
|
94
28
|
end_datetime?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessionlabelslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/sessionlabelslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sessionlabelslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/sessionlabelslist.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,wBAAwB,GAAG;IACrC,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,sBAAsB,CAAC,GAAG,SAAS,CAAC;IACpE,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,UAAU,CAAC,sBAAsB,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/D,gBAAgB,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACrE,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,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAwBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,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,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAwBxB,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"}
|