syllable-sdk 0.1.0-alpha.52 → 0.1.0-alpha.53
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/languagegroupresponse.d.ts +5 -0
- package/models/components/languagegroupresponse.d.ts.map +1 -1
- package/models/components/languagegroupresponse.js +4 -0
- package/models/components/languagegroupresponse.js.map +1 -1
- package/openapi.json +7 -0
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/languagegroupresponse.ts +9 -0
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
29
|
readonly openapiDocVersion: "0.0.2";
|
|
30
|
-
readonly sdkVersion: "0.1.0-alpha.
|
|
30
|
+
readonly sdkVersion: "0.1.0-alpha.53";
|
|
31
31
|
readonly genVersion: "2.512.4";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.53 2.512.4 0.0.2 syllable-sdk";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
|
|
|
31
31
|
exports.SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "0.0.2",
|
|
34
|
-
sdkVersion: "0.1.0-alpha.
|
|
34
|
+
sdkVersion: "0.1.0-alpha.53",
|
|
35
35
|
genVersion: "2.512.4",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.53 2.512.4 0.0.2 syllable-sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
|
@@ -32,6 +32,10 @@ export type LanguageGroupResponse = {
|
|
|
32
32
|
* IDs and names of the agents linked to the language group
|
|
33
33
|
*/
|
|
34
34
|
agentsInfo?: Array<LanguageGroupAgentInfo> | null | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* Timestamp of the last update to the language group.
|
|
37
|
+
*/
|
|
38
|
+
updatedAt: Date;
|
|
35
39
|
/**
|
|
36
40
|
* Email of the user who last updated the language group.
|
|
37
41
|
*/
|
|
@@ -48,6 +52,7 @@ export type LanguageGroupResponse$Outbound = {
|
|
|
48
52
|
id: number;
|
|
49
53
|
edit_comments?: string | null | undefined;
|
|
50
54
|
agents_info?: Array<LanguageGroupAgentInfo$Outbound> | null | undefined;
|
|
55
|
+
updated_at: string;
|
|
51
56
|
last_updated_by: string;
|
|
52
57
|
};
|
|
53
58
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"languagegroupresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/languagegroupresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,eAAe,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACvC;;OAEG;IACH,4BAA4B,EAAE,OAAO,CAAC;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,
|
|
1
|
+
{"version":3,"file":"languagegroupresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/languagegroupresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,eAAe,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACvC;;OAEG;IACH,4BAA4B,EAAE,OAAO,CAAC;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAqBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,gBAAgB,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IACjD,gCAAgC,EAAE,OAAO,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAqBrB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACvD;AAED,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AAED,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
|
|
@@ -44,6 +44,7 @@ exports.LanguageGroupResponse$inboundSchema = z.object({
|
|
|
44
44
|
edit_comments: z.nullable(z.string()).optional(),
|
|
45
45
|
agents_info: z.nullable(z.array(languagegroupagentinfo_js_1.LanguageGroupAgentInfo$inboundSchema))
|
|
46
46
|
.optional(),
|
|
47
|
+
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
47
48
|
last_updated_by: z.string(),
|
|
48
49
|
}).transform((v) => {
|
|
49
50
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -51,6 +52,7 @@ exports.LanguageGroupResponse$inboundSchema = z.object({
|
|
|
51
52
|
"skip_current_language_in_message": "skipCurrentLanguageInMessage",
|
|
52
53
|
"edit_comments": "editComments",
|
|
53
54
|
"agents_info": "agentsInfo",
|
|
55
|
+
"updated_at": "updatedAt",
|
|
54
56
|
"last_updated_by": "lastUpdatedBy",
|
|
55
57
|
});
|
|
56
58
|
});
|
|
@@ -64,6 +66,7 @@ exports.LanguageGroupResponse$outboundSchema = z.object({
|
|
|
64
66
|
editComments: z.nullable(z.string()).optional(),
|
|
65
67
|
agentsInfo: z.nullable(z.array(languagegroupagentinfo_js_1.LanguageGroupAgentInfo$outboundSchema))
|
|
66
68
|
.optional(),
|
|
69
|
+
updatedAt: z.date().transform(v => v.toISOString()),
|
|
67
70
|
lastUpdatedBy: z.string(),
|
|
68
71
|
}).transform((v) => {
|
|
69
72
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -71,6 +74,7 @@ exports.LanguageGroupResponse$outboundSchema = z.object({
|
|
|
71
74
|
skipCurrentLanguageInMessage: "skip_current_language_in_message",
|
|
72
75
|
editComments: "edit_comments",
|
|
73
76
|
agentsInfo: "agents_info",
|
|
77
|
+
updatedAt: "updated_at",
|
|
74
78
|
lastUpdatedBy: "last_updated_by",
|
|
75
79
|
});
|
|
76
80
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"languagegroupresponse.js","sourceRoot":"","sources":["../../src/models/components/languagegroupresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"languagegroupresponse.js","sourceRoot":"","sources":["../../src/models/components/languagegroupresponse.ts"],"names":[],"mappings":"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"}
|
package/openapi.json
CHANGED
|
@@ -10682,6 +10682,12 @@
|
|
|
10682
10682
|
"title": "Agents Info",
|
|
10683
10683
|
"description": "IDs and names of the agents linked to the language group"
|
|
10684
10684
|
},
|
|
10685
|
+
"updated_at": {
|
|
10686
|
+
"type": "string",
|
|
10687
|
+
"format": "date-time",
|
|
10688
|
+
"title": "Updated At",
|
|
10689
|
+
"description": "Timestamp of the last update to the language group."
|
|
10690
|
+
},
|
|
10685
10691
|
"last_updated_by": {
|
|
10686
10692
|
"type": "string",
|
|
10687
10693
|
"title": "Last Updated By",
|
|
@@ -10697,6 +10703,7 @@
|
|
|
10697
10703
|
"language_configs",
|
|
10698
10704
|
"skip_current_language_in_message",
|
|
10699
10705
|
"id",
|
|
10706
|
+
"updated_at",
|
|
10700
10707
|
"last_updated_by"
|
|
10701
10708
|
],
|
|
10702
10709
|
"title": "LanguageGroupResponse"
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
57
57
|
export const SDK_METADATA = {
|
|
58
58
|
language: "typescript",
|
|
59
59
|
openapiDocVersion: "0.0.2",
|
|
60
|
-
sdkVersion: "0.1.0-alpha.
|
|
60
|
+
sdkVersion: "0.1.0-alpha.53",
|
|
61
61
|
genVersion: "2.512.4",
|
|
62
62
|
userAgent:
|
|
63
|
-
"speakeasy-sdk/typescript 0.1.0-alpha.
|
|
63
|
+
"speakeasy-sdk/typescript 0.1.0-alpha.53 2.512.4 0.0.2 syllable-sdk",
|
|
64
64
|
} as const;
|
|
@@ -49,6 +49,10 @@ export type LanguageGroupResponse = {
|
|
|
49
49
|
* IDs and names of the agents linked to the language group
|
|
50
50
|
*/
|
|
51
51
|
agentsInfo?: Array<LanguageGroupAgentInfo> | null | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* Timestamp of the last update to the language group.
|
|
54
|
+
*/
|
|
55
|
+
updatedAt: Date;
|
|
52
56
|
/**
|
|
53
57
|
* Email of the user who last updated the language group.
|
|
54
58
|
*/
|
|
@@ -69,6 +73,7 @@ export const LanguageGroupResponse$inboundSchema: z.ZodType<
|
|
|
69
73
|
edit_comments: z.nullable(z.string()).optional(),
|
|
70
74
|
agents_info: z.nullable(z.array(LanguageGroupAgentInfo$inboundSchema))
|
|
71
75
|
.optional(),
|
|
76
|
+
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
72
77
|
last_updated_by: z.string(),
|
|
73
78
|
}).transform((v) => {
|
|
74
79
|
return remap$(v, {
|
|
@@ -76,6 +81,7 @@ export const LanguageGroupResponse$inboundSchema: z.ZodType<
|
|
|
76
81
|
"skip_current_language_in_message": "skipCurrentLanguageInMessage",
|
|
77
82
|
"edit_comments": "editComments",
|
|
78
83
|
"agents_info": "agentsInfo",
|
|
84
|
+
"updated_at": "updatedAt",
|
|
79
85
|
"last_updated_by": "lastUpdatedBy",
|
|
80
86
|
});
|
|
81
87
|
});
|
|
@@ -89,6 +95,7 @@ export type LanguageGroupResponse$Outbound = {
|
|
|
89
95
|
id: number;
|
|
90
96
|
edit_comments?: string | null | undefined;
|
|
91
97
|
agents_info?: Array<LanguageGroupAgentInfo$Outbound> | null | undefined;
|
|
98
|
+
updated_at: string;
|
|
92
99
|
last_updated_by: string;
|
|
93
100
|
};
|
|
94
101
|
|
|
@@ -106,6 +113,7 @@ export const LanguageGroupResponse$outboundSchema: z.ZodType<
|
|
|
106
113
|
editComments: z.nullable(z.string()).optional(),
|
|
107
114
|
agentsInfo: z.nullable(z.array(LanguageGroupAgentInfo$outboundSchema))
|
|
108
115
|
.optional(),
|
|
116
|
+
updatedAt: z.date().transform(v => v.toISOString()),
|
|
109
117
|
lastUpdatedBy: z.string(),
|
|
110
118
|
}).transform((v) => {
|
|
111
119
|
return remap$(v, {
|
|
@@ -113,6 +121,7 @@ export const LanguageGroupResponse$outboundSchema: z.ZodType<
|
|
|
113
121
|
skipCurrentLanguageInMessage: "skip_current_language_in_message",
|
|
114
122
|
editComments: "edit_comments",
|
|
115
123
|
agentsInfo: "agents_info",
|
|
124
|
+
updatedAt: "updated_at",
|
|
116
125
|
lastUpdatedBy: "last_updated_by",
|
|
117
126
|
});
|
|
118
127
|
});
|