@gleanwork/api-client 0.13.6 → 0.13.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/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/models/components/getchatfilesrequest.d.ts +0 -5
- package/dist/commonjs/models/components/getchatfilesrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/getchatfilesrequest.js +0 -1
- package/dist/commonjs/models/components/getchatfilesrequest.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/models/components/getchatfilesrequest.d.ts +0 -5
- package/dist/esm/models/components/getchatfilesrequest.d.ts.map +1 -1
- package/dist/esm/models/components/getchatfilesrequest.js +0 -1
- package/dist/esm/models/components/getchatfilesrequest.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/getchatfilesrequest.ts +0 -6
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "0.9.0";
|
|
38
|
-
readonly sdkVersion: "0.13.
|
|
39
|
-
readonly genVersion: "2.753.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.13.
|
|
38
|
+
readonly sdkVersion: "0.13.7";
|
|
39
|
+
readonly genVersion: "2.753.6";
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.13.7 2.753.6 0.9.0 @gleanwork/api-client";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -34,8 +34,8 @@ function serverURLFromOptions(options) {
|
|
|
34
34
|
exports.SDK_METADATA = {
|
|
35
35
|
language: "typescript",
|
|
36
36
|
openapiDocVersion: "0.9.0",
|
|
37
|
-
sdkVersion: "0.13.
|
|
38
|
-
genVersion: "2.753.
|
|
39
|
-
userAgent: "speakeasy-sdk/typescript 0.13.
|
|
37
|
+
sdkVersion: "0.13.7",
|
|
38
|
+
genVersion: "2.753.6",
|
|
39
|
+
userAgent: "speakeasy-sdk/typescript 0.13.7 2.753.6 0.9.0 @gleanwork/api-client",
|
|
40
40
|
};
|
|
41
41
|
//# sourceMappingURL=config.js.map
|
|
@@ -4,15 +4,10 @@ export type GetChatFilesRequest = {
|
|
|
4
4
|
* IDs of files to fetch.
|
|
5
5
|
*/
|
|
6
6
|
fileIds: Array<string>;
|
|
7
|
-
/**
|
|
8
|
-
* The ID of the chat that contains the chat file.
|
|
9
|
-
*/
|
|
10
|
-
chatId?: string | undefined;
|
|
11
7
|
};
|
|
12
8
|
/** @internal */
|
|
13
9
|
export type GetChatFilesRequest$Outbound = {
|
|
14
10
|
fileIds: Array<string>;
|
|
15
|
-
chatId?: string | undefined;
|
|
16
11
|
};
|
|
17
12
|
/** @internal */
|
|
18
13
|
export declare const GetChatFilesRequest$outboundSchema: z.ZodType<GetChatFilesRequest$Outbound, z.ZodTypeDef, GetChatFilesRequest>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getchatfilesrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"getchatfilesrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAGnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
|
|
@@ -42,7 +42,6 @@ const z = __importStar(require("zod/v3"));
|
|
|
42
42
|
/** @internal */
|
|
43
43
|
exports.GetChatFilesRequest$outboundSchema = z.object({
|
|
44
44
|
fileIds: z.array(z.string()),
|
|
45
|
-
chatId: z.string().optional(),
|
|
46
45
|
});
|
|
47
46
|
function getChatFilesRequestToJSON(getChatFilesRequest) {
|
|
48
47
|
return JSON.stringify(exports.GetChatFilesRequest$outboundSchema.parse(getChatFilesRequest));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getchatfilesrequest.js","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"getchatfilesrequest.js","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyBH,8DAMC;AA7BD,0CAA4B;AAc5B,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC7B,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC"}
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "0.9.0";
|
|
38
|
-
readonly sdkVersion: "0.13.
|
|
39
|
-
readonly genVersion: "2.753.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.13.
|
|
38
|
+
readonly sdkVersion: "0.13.7";
|
|
39
|
+
readonly genVersion: "2.753.6";
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.13.7 2.753.6 0.9.0 @gleanwork/api-client";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -30,8 +30,8 @@ export function serverURLFromOptions(options) {
|
|
|
30
30
|
export const SDK_METADATA = {
|
|
31
31
|
language: "typescript",
|
|
32
32
|
openapiDocVersion: "0.9.0",
|
|
33
|
-
sdkVersion: "0.13.
|
|
34
|
-
genVersion: "2.753.
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.13.
|
|
33
|
+
sdkVersion: "0.13.7",
|
|
34
|
+
genVersion: "2.753.6",
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.13.7 2.753.6 0.9.0 @gleanwork/api-client",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
|
@@ -4,15 +4,10 @@ export type GetChatFilesRequest = {
|
|
|
4
4
|
* IDs of files to fetch.
|
|
5
5
|
*/
|
|
6
6
|
fileIds: Array<string>;
|
|
7
|
-
/**
|
|
8
|
-
* The ID of the chat that contains the chat file.
|
|
9
|
-
*/
|
|
10
|
-
chatId?: string | undefined;
|
|
11
7
|
};
|
|
12
8
|
/** @internal */
|
|
13
9
|
export type GetChatFilesRequest$Outbound = {
|
|
14
10
|
fileIds: Array<string>;
|
|
15
|
-
chatId?: string | undefined;
|
|
16
11
|
};
|
|
17
12
|
/** @internal */
|
|
18
13
|
export declare const GetChatFilesRequest$outboundSchema: z.ZodType<GetChatFilesRequest$Outbound, z.ZodTypeDef, GetChatFilesRequest>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getchatfilesrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"getchatfilesrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAGnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
|
|
@@ -5,7 +5,6 @@ import * as z from "zod/v3";
|
|
|
5
5
|
/** @internal */
|
|
6
6
|
export const GetChatFilesRequest$outboundSchema = z.object({
|
|
7
7
|
fileIds: z.array(z.string()),
|
|
8
|
-
chatId: z.string().optional(),
|
|
9
8
|
});
|
|
10
9
|
export function getChatFilesRequestToJSON(getChatFilesRequest) {
|
|
11
10
|
return JSON.stringify(GetChatFilesRequest$outboundSchema.parse(getChatFilesRequest));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getchatfilesrequest.js","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"getchatfilesrequest.js","sourceRoot":"","sources":["../../../../src/models/components/getchatfilesrequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAc5B,gBAAgB;AAChB,MAAM,CAAC,MAAM,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC7B,CAAC,CAAC;AAEH,MAAM,UAAU,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,kCAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC"}
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -68,8 +68,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
68
68
|
export const SDK_METADATA = {
|
|
69
69
|
language: "typescript",
|
|
70
70
|
openapiDocVersion: "0.9.0",
|
|
71
|
-
sdkVersion: "0.13.
|
|
72
|
-
genVersion: "2.753.
|
|
71
|
+
sdkVersion: "0.13.7",
|
|
72
|
+
genVersion: "2.753.6",
|
|
73
73
|
userAgent:
|
|
74
|
-
"speakeasy-sdk/typescript 0.13.
|
|
74
|
+
"speakeasy-sdk/typescript 0.13.7 2.753.6 0.9.0 @gleanwork/api-client",
|
|
75
75
|
} as const;
|
|
@@ -9,16 +9,11 @@ export type GetChatFilesRequest = {
|
|
|
9
9
|
* IDs of files to fetch.
|
|
10
10
|
*/
|
|
11
11
|
fileIds: Array<string>;
|
|
12
|
-
/**
|
|
13
|
-
* The ID of the chat that contains the chat file.
|
|
14
|
-
*/
|
|
15
|
-
chatId?: string | undefined;
|
|
16
12
|
};
|
|
17
13
|
|
|
18
14
|
/** @internal */
|
|
19
15
|
export type GetChatFilesRequest$Outbound = {
|
|
20
16
|
fileIds: Array<string>;
|
|
21
|
-
chatId?: string | undefined;
|
|
22
17
|
};
|
|
23
18
|
|
|
24
19
|
/** @internal */
|
|
@@ -28,7 +23,6 @@ export const GetChatFilesRequest$outboundSchema: z.ZodType<
|
|
|
28
23
|
GetChatFilesRequest
|
|
29
24
|
> = z.object({
|
|
30
25
|
fileIds: z.array(z.string()),
|
|
31
|
-
chatId: z.string().optional(),
|
|
32
26
|
});
|
|
33
27
|
|
|
34
28
|
export function getChatFilesRequestToJSON(
|