instill-sdk 0.19.0-rc.25 → 0.19.0-rc.27

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.
@@ -191,6 +191,11 @@ export declare const OrganizationSchema: z.ZodObject<{
191
191
  } | undefined;
192
192
  }>>;
193
193
  }, "strip", z.ZodTypeAny, {
194
+ name: string;
195
+ uid: string;
196
+ id: string;
197
+ createTime: string;
198
+ updateTime: string;
194
199
  owner: {
195
200
  name: string;
196
201
  uid: string;
@@ -210,11 +215,6 @@ export declare const OrganizationSchema: z.ZodObject<{
210
215
  } | undefined;
211
216
  } | undefined;
212
217
  };
213
- name: string;
214
- uid: string;
215
- id: string;
216
- createTime: string;
217
- updateTime: string;
218
218
  profile?: {
219
219
  displayName?: string | undefined;
220
220
  bio?: string | undefined;
@@ -227,6 +227,11 @@ export declare const OrganizationSchema: z.ZodObject<{
227
227
  } | undefined;
228
228
  } | undefined;
229
229
  }, {
230
+ name: string;
231
+ uid: string;
232
+ id: string;
233
+ createTime: string;
234
+ updateTime: string;
230
235
  owner: {
231
236
  name: string;
232
237
  uid: string;
@@ -246,11 +251,6 @@ export declare const OrganizationSchema: z.ZodObject<{
246
251
  } | undefined;
247
252
  } | undefined;
248
253
  };
249
- name: string;
250
- uid: string;
251
- id: string;
252
- createTime: string;
253
- updateTime: string;
254
254
  profile?: {
255
255
  displayName?: string | undefined;
256
256
  bio?: string | undefined;