instill-sdk 0.19.0-rc.2 → 0.19.0-rc.3
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/core/integration/type.d.ts +12 -12
- 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 +23 -23
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +612 -490
- package/dist/index.mjs +618 -490
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -28
- package/dist/vdp/component/types.d.ts +81 -81
- package/dist/vdp/pipeline/types.d.ts +742 -742
- package/dist/vdp/release/types.d.ts +10 -10
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +6 -6
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -79,11 +79,11 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
79
79
|
}>>;
|
|
80
80
|
view: z.ZodEnum<["VIEW_FULL", "VIEW_BASIC"]>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
description: string;
|
|
83
82
|
uid: string;
|
|
83
|
+
id: string;
|
|
84
|
+
description: string;
|
|
84
85
|
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
85
86
|
title: string;
|
|
86
|
-
id: string;
|
|
87
87
|
icon: string;
|
|
88
88
|
vendor: string;
|
|
89
89
|
helpLink: {
|
|
@@ -97,11 +97,11 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
97
97
|
} | null;
|
|
98
98
|
setupSchema?: any;
|
|
99
99
|
}, {
|
|
100
|
-
description: string;
|
|
101
100
|
uid: string;
|
|
101
|
+
id: string;
|
|
102
|
+
description: string;
|
|
102
103
|
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
103
104
|
title: string;
|
|
104
|
-
id: string;
|
|
105
105
|
icon: string;
|
|
106
106
|
vendor: string;
|
|
107
107
|
helpLink: {
|
|
@@ -174,11 +174,11 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
174
174
|
}>>;
|
|
175
175
|
view: z.ZodEnum<["VIEW_FULL", "VIEW_BASIC"]>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
description: string;
|
|
178
177
|
uid: string;
|
|
178
|
+
id: string;
|
|
179
|
+
description: string;
|
|
179
180
|
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
180
181
|
title: string;
|
|
181
|
-
id: string;
|
|
182
182
|
icon: string;
|
|
183
183
|
vendor: string;
|
|
184
184
|
helpLink: {
|
|
@@ -192,11 +192,11 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
192
192
|
} | null;
|
|
193
193
|
setupSchema?: any;
|
|
194
194
|
}, {
|
|
195
|
-
description: string;
|
|
196
195
|
uid: string;
|
|
196
|
+
id: string;
|
|
197
|
+
description: string;
|
|
197
198
|
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
198
199
|
title: string;
|
|
199
|
-
id: string;
|
|
200
200
|
icon: string;
|
|
201
201
|
vendor: string;
|
|
202
202
|
helpLink: {
|
|
@@ -216,11 +216,11 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
216
216
|
nextPageToken: string | null;
|
|
217
217
|
totalSize: number;
|
|
218
218
|
integrations: {
|
|
219
|
-
description: string;
|
|
220
219
|
uid: string;
|
|
220
|
+
id: string;
|
|
221
|
+
description: string;
|
|
221
222
|
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
222
223
|
title: string;
|
|
223
|
-
id: string;
|
|
224
224
|
icon: string;
|
|
225
225
|
vendor: string;
|
|
226
226
|
helpLink: {
|
|
@@ -238,11 +238,11 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
238
238
|
nextPageToken: string | null;
|
|
239
239
|
totalSize: number;
|
|
240
240
|
integrations: {
|
|
241
|
-
description: string;
|
|
242
241
|
uid: string;
|
|
242
|
+
id: string;
|
|
243
|
+
description: string;
|
|
243
244
|
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
244
245
|
title: string;
|
|
245
|
-
id: string;
|
|
246
246
|
icon: string;
|
|
247
247
|
vendor: string;
|
|
248
248
|
helpLink: {
|