instill-sdk 0.19.0-rc.5 → 0.19.0-rc.6

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.
@@ -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
+ uid: string;
82
83
  title: string;
83
84
  description: string;
84
- uid: 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
+ uid: string;
100
101
  title: string;
101
102
  description: string;
102
- uid: 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
+ uid: string;
177
178
  title: string;
178
179
  description: string;
179
- uid: 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
+ uid: string;
195
196
  title: string;
196
197
  description: string;
197
- uid: 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
+ uid: string;
219
220
  title: string;
220
221
  description: string;
221
- uid: 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
+ uid: string;
241
242
  title: string;
242
243
  description: string;
243
- uid: string;
244
244
  id: string;
245
245
  icon: string;
246
246
  vendor: string;