instill-sdk 0.19.0-rc.16 → 0.19.0-rc.18
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/chat/ChatClient.d.ts +2 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/constant.d.ts +8 -0
- package/dist/chat/constant.d.ts.map +1 -0
- package/dist/chat/types.d.ts +30 -0
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/user/types.d.ts +14 -14
- package/dist/index.js +10 -28
- package/dist/index.mjs +10 -28
- package/dist/table/TableClient.d.ts +1 -3
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +0 -23
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -28
- package/dist/vdp/component/types.d.ts +44 -44
- package/dist/vdp/pipeline/types.d.ts +236 -236
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +3 -3
- package/dist/helper/makeXMLRequestWithProgress.d.ts +0 -4
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +0 -1
|
@@ -42,13 +42,13 @@ export declare const PipelineReleaseSchema: z.ZodObject<{
|
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
44
|
name: string;
|
|
45
|
-
metadata: Record<string, any>;
|
|
46
45
|
uid: string;
|
|
46
|
+
id: string;
|
|
47
47
|
createTime: string;
|
|
48
48
|
updateTime: string;
|
|
49
|
-
id: string;
|
|
50
49
|
description: string;
|
|
51
50
|
recipe: Record<string, any>;
|
|
51
|
+
metadata: Record<string, any>;
|
|
52
52
|
readme: string;
|
|
53
53
|
rawRecipe: string;
|
|
54
54
|
dataSpecification: {
|
|
@@ -59,13 +59,13 @@ export declare const PipelineReleaseSchema: z.ZodObject<{
|
|
|
59
59
|
alias?: string | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
name: string;
|
|
62
|
-
metadata: Record<string, any>;
|
|
63
62
|
uid: string;
|
|
63
|
+
id: string;
|
|
64
64
|
createTime: string;
|
|
65
65
|
updateTime: string;
|
|
66
|
-
id: string;
|
|
67
66
|
description: string;
|
|
68
67
|
recipe: Record<string, any>;
|
|
68
|
+
metadata: Record<string, any>;
|
|
69
69
|
readme: string;
|
|
70
70
|
rawRecipe: string;
|
|
71
71
|
dataSpecification: {
|
package/dist/vdp/types.d.ts
CHANGED
|
@@ -64,13 +64,13 @@ export declare const PipelineOutputFieldSchema: z.ZodObject<{
|
|
|
64
64
|
value: z.ZodString;
|
|
65
65
|
instillUiOrder: z.ZodOptional<z.ZodNumber>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
title: string;
|
|
68
67
|
value: string;
|
|
68
|
+
title: string;
|
|
69
69
|
description?: string | undefined;
|
|
70
70
|
instillUiOrder?: number | undefined;
|
|
71
71
|
}, {
|
|
72
|
-
title: string;
|
|
73
72
|
value: string;
|
|
73
|
+
title: string;
|
|
74
74
|
description?: string | undefined;
|
|
75
75
|
instillUiOrder?: number | undefined;
|
|
76
76
|
}>;
|
|
@@ -81,13 +81,13 @@ export declare const PipelineOutputFieldMapSchema: z.ZodRecord<z.ZodString, z.Zo
|
|
|
81
81
|
value: z.ZodString;
|
|
82
82
|
instillUiOrder: z.ZodOptional<z.ZodNumber>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
title: string;
|
|
85
84
|
value: string;
|
|
85
|
+
title: string;
|
|
86
86
|
description?: string | undefined;
|
|
87
87
|
instillUiOrder?: number | undefined;
|
|
88
88
|
}, {
|
|
89
|
-
title: string;
|
|
90
89
|
value: string;
|
|
90
|
+
title: string;
|
|
91
91
|
description?: string | undefined;
|
|
92
92
|
instillUiOrder?: number | undefined;
|
|
93
93
|
}>>>;
|
|
@@ -156,13 +156,13 @@ export declare const PipelineRecipeSchema: z.ZodObject<{
|
|
|
156
156
|
value: z.ZodString;
|
|
157
157
|
instillUiOrder: z.ZodOptional<z.ZodNumber>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
title: string;
|
|
160
159
|
value: string;
|
|
160
|
+
title: string;
|
|
161
161
|
description?: string | undefined;
|
|
162
162
|
instillUiOrder?: number | undefined;
|
|
163
163
|
}, {
|
|
164
|
-
title: string;
|
|
165
164
|
value: string;
|
|
165
|
+
title: string;
|
|
166
166
|
description?: string | undefined;
|
|
167
167
|
instillUiOrder?: number | undefined;
|
|
168
168
|
}>>>>;
|
|
@@ -170,8 +170,8 @@ export declare const PipelineRecipeSchema: z.ZodObject<{
|
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
171
|
version: string;
|
|
172
172
|
output?: Record<string, {
|
|
173
|
-
title: string;
|
|
174
173
|
value: string;
|
|
174
|
+
title: string;
|
|
175
175
|
description?: string | undefined;
|
|
176
176
|
instillUiOrder?: number | undefined;
|
|
177
177
|
} | null> | undefined;
|
|
@@ -187,8 +187,8 @@ export declare const PipelineRecipeSchema: z.ZodObject<{
|
|
|
187
187
|
}, {
|
|
188
188
|
version: string;
|
|
189
189
|
output?: Record<string, {
|
|
190
|
-
title: string;
|
|
191
190
|
value: string;
|
|
191
|
+
title: string;
|
|
192
192
|
description?: string | undefined;
|
|
193
193
|
instillUiOrder?: number | undefined;
|
|
194
194
|
} | null> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "instill-sdk",
|
|
3
|
-
"version": "0.19.0-rc.
|
|
3
|
+
"version": "0.19.0-rc.18",
|
|
4
4
|
"description": "Instill AI's Typescript SDK",
|
|
5
5
|
"repository": "https://github.com/instill-ai/typescript-sdk.git",
|
|
6
6
|
"bugs": "https://github.com/instill-ai/community/issues",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"vitest": "2.1.9",
|
|
44
44
|
"zod": "^3.25.56",
|
|
45
45
|
"eslint": "^8.35.0",
|
|
46
|
-
"@instill-ai/tsconfig": "0.1.0",
|
|
47
46
|
"@instill-ai/eslint-config-cortex": "0.10.0",
|
|
48
|
-
"@instill-ai/prettier-config-cortex": "1.1.2"
|
|
47
|
+
"@instill-ai/prettier-config-cortex": "1.1.2",
|
|
48
|
+
"@instill-ai/tsconfig": "0.1.0"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
type ProgressCallback = (progress: number) => void;
|
|
2
|
-
export declare const makeXMLRequestWithProgress: <T>(url: string, method: string, accessToken: string, body?: any, onProgress?: ProgressCallback) => Promise<T>;
|
|
3
|
-
export {};
|
|
4
|
-
//# sourceMappingURL=makeXMLRequestWithProgress.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"makeXMLRequestWithProgress.d.ts","sourceRoot":"","sources":["../../src/helper/makeXMLRequestWithProgress.ts"],"names":[],"mappings":"AAEA,KAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;AAGnD,eAAO,MAAM,0BAA0B,GAAI,CAAC,OACrC,MAAM,UACH,MAAM,eACD,MAAM,SAEZ,GAAG,eACG,gBAAgB,KAC5B,OAAO,CAAC,CAAC,CAoCX,CAAC"}
|