instill-sdk 0.19.0-rc.22 → 0.19.0-rc.23

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,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
- view: "VIEW_FULL" | "VIEW_BASIC";
83
- title: string;
84
- description: string;
85
82
  uid: string;
86
83
  id: string;
84
+ title: string;
85
+ description: string;
86
+ view: "VIEW_FULL" | "VIEW_BASIC";
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
- view: "VIEW_FULL" | "VIEW_BASIC";
101
- title: string;
102
- description: string;
103
100
  uid: string;
104
101
  id: string;
102
+ title: string;
103
+ description: string;
104
+ view: "VIEW_FULL" | "VIEW_BASIC";
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
- view: "VIEW_FULL" | "VIEW_BASIC";
178
- title: string;
179
- description: string;
180
177
  uid: string;
181
178
  id: string;
179
+ title: string;
180
+ description: string;
181
+ view: "VIEW_FULL" | "VIEW_BASIC";
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
- view: "VIEW_FULL" | "VIEW_BASIC";
196
- title: string;
197
- description: string;
198
195
  uid: string;
199
196
  id: string;
197
+ title: string;
198
+ description: string;
199
+ view: "VIEW_FULL" | "VIEW_BASIC";
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
- view: "VIEW_FULL" | "VIEW_BASIC";
220
- title: string;
221
- description: string;
222
219
  uid: string;
223
220
  id: string;
221
+ title: string;
222
+ description: string;
223
+ view: "VIEW_FULL" | "VIEW_BASIC";
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
- view: "VIEW_FULL" | "VIEW_BASIC";
242
- title: string;
243
- description: string;
244
241
  uid: string;
245
242
  id: string;
243
+ title: string;
244
+ description: string;
245
+ view: "VIEW_FULL" | "VIEW_BASIC";
246
246
  icon: string;
247
247
  vendor: string;
248
248
  helpLink: {