instill-sdk 0.19.0-rc.8 → 0.19.0-rc.9
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 +6 -6
- package/dist/folder/types.d.ts +5 -0
- package/dist/folder/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vdp/component/types.d.ts +68 -68
- package/dist/vdp/pipeline/types.d.ts +152 -152
- package/dist/vdp/release/types.d.ts +4 -4
- package/package.json +3 -3
|
@@ -79,9 +79,9 @@ 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;
|
|
82
83
|
uid: string;
|
|
83
84
|
title: string;
|
|
84
|
-
description: string;
|
|
85
85
|
id: string;
|
|
86
86
|
icon: string;
|
|
87
87
|
vendor: string;
|
|
@@ -97,9 +97,9 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
97
97
|
} | null;
|
|
98
98
|
setupSchema?: any;
|
|
99
99
|
}, {
|
|
100
|
+
description: string;
|
|
100
101
|
uid: string;
|
|
101
102
|
title: string;
|
|
102
|
-
description: string;
|
|
103
103
|
id: string;
|
|
104
104
|
icon: string;
|
|
105
105
|
vendor: string;
|
|
@@ -174,9 +174,9 @@ 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;
|
|
177
178
|
uid: string;
|
|
178
179
|
title: string;
|
|
179
|
-
description: string;
|
|
180
180
|
id: string;
|
|
181
181
|
icon: string;
|
|
182
182
|
vendor: string;
|
|
@@ -192,9 +192,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
192
192
|
} | null;
|
|
193
193
|
setupSchema?: any;
|
|
194
194
|
}, {
|
|
195
|
+
description: string;
|
|
195
196
|
uid: string;
|
|
196
197
|
title: string;
|
|
197
|
-
description: string;
|
|
198
198
|
id: string;
|
|
199
199
|
icon: string;
|
|
200
200
|
vendor: string;
|
|
@@ -216,9 +216,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
216
216
|
nextPageToken: string | null;
|
|
217
217
|
totalSize: number;
|
|
218
218
|
integrations: {
|
|
219
|
+
description: string;
|
|
219
220
|
uid: string;
|
|
220
221
|
title: string;
|
|
221
|
-
description: string;
|
|
222
222
|
id: string;
|
|
223
223
|
icon: string;
|
|
224
224
|
vendor: string;
|
|
@@ -238,9 +238,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
238
238
|
nextPageToken: string | null;
|
|
239
239
|
totalSize: number;
|
|
240
240
|
integrations: {
|
|
241
|
+
description: string;
|
|
241
242
|
uid: string;
|
|
242
243
|
title: string;
|
|
243
|
-
description: string;
|
|
244
244
|
id: string;
|
|
245
245
|
icon: string;
|
|
246
246
|
vendor: string;
|
package/dist/folder/types.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { GeneralRecord, Permission } from "..";
|
|
2
|
+
export type InstillCatalogInfo = {
|
|
3
|
+
fileCount: number;
|
|
4
|
+
totalSizeBytes: string;
|
|
5
|
+
};
|
|
2
6
|
export type InstillFolder = {
|
|
3
7
|
uid: string;
|
|
4
8
|
name: string;
|
|
@@ -8,6 +12,7 @@ export type InstillFolder = {
|
|
|
8
12
|
updateTime: string;
|
|
9
13
|
catalogId: string;
|
|
10
14
|
permission: Permission;
|
|
15
|
+
catalogInfo: InstillCatalogInfo;
|
|
11
16
|
};
|
|
12
17
|
export type CreateInstillFolderRequest = {
|
|
13
18
|
namespaceId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/folder/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAE/C,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,aAAa,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/folder/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAE/C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,aAAa,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,kBAAkB,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,aAAa,CAAC,GAAG;QACpD,QAAQ,CAAC,EAAE,aAAa,CAAC;KAC1B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,aAAa,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,aAAa,CAAC,GAAG;QACpD,QAAQ,CAAC,EAAE,aAAa,CAAC;KAC1B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,2BAA2B,CAAC;AAEnE,MAAM,MAAM,kCAAkC,GAAG;IAC/C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,kCAAkC,CAAC;AAE3E,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,EAAE,aAAa,EAAE,CAAC;CAC1B,CAAC"}
|