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

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/types.d.ts CHANGED
@@ -295,8 +295,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
295
295
  name: string;
296
296
  uid: string;
297
297
  id: string;
298
- createTime: string;
299
- updateTime: string;
300
298
  owner: {
301
299
  name: string;
302
300
  uid: string;
@@ -316,6 +314,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
316
314
  } | undefined;
317
315
  } | undefined;
318
316
  };
317
+ createTime: string;
318
+ updateTime: string;
319
319
  profile?: {
320
320
  displayName?: string | undefined;
321
321
  bio?: string | undefined;
@@ -331,8 +331,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
331
331
  name: string;
332
332
  uid: string;
333
333
  id: string;
334
- createTime: string;
335
- updateTime: string;
336
334
  owner: {
337
335
  name: string;
338
336
  uid: string;
@@ -352,6 +350,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
352
350
  } | undefined;
353
351
  } | undefined;
354
352
  };
353
+ createTime: string;
354
+ updateTime: string;
355
355
  profile?: {
356
356
  displayName?: string | undefined;
357
357
  bio?: string | undefined;
@@ -369,8 +369,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
369
369
  name: string;
370
370
  uid: string;
371
371
  id: string;
372
- createTime: string;
373
- updateTime: string;
374
372
  owner: {
375
373
  name: string;
376
374
  uid: string;
@@ -390,6 +388,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
390
388
  } | undefined;
391
389
  } | undefined;
392
390
  };
391
+ createTime: string;
392
+ updateTime: string;
393
393
  profile?: {
394
394
  displayName?: string | undefined;
395
395
  bio?: string | undefined;
@@ -407,8 +407,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
407
407
  name: string;
408
408
  uid: string;
409
409
  id: string;
410
- createTime: string;
411
- updateTime: string;
412
410
  owner: {
413
411
  name: string;
414
412
  uid: string;
@@ -428,6 +426,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
428
426
  } | undefined;
429
427
  } | undefined;
430
428
  };
429
+ createTime: string;
430
+ updateTime: string;
431
431
  profile?: {
432
432
  displayName?: string | undefined;
433
433
  bio?: string | undefined;
@@ -708,8 +708,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
708
708
  name: string;
709
709
  uid: string;
710
710
  id: string;
711
- createTime: string;
712
- updateTime: string;
713
711
  owner: {
714
712
  name: string;
715
713
  uid: string;
@@ -729,6 +727,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
729
727
  } | undefined;
730
728
  } | undefined;
731
729
  };
730
+ createTime: string;
731
+ updateTime: string;
732
732
  profile?: {
733
733
  displayName?: string | undefined;
734
734
  bio?: string | undefined;
@@ -744,8 +744,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
744
744
  name: string;
745
745
  uid: string;
746
746
  id: string;
747
- createTime: string;
748
- updateTime: string;
749
747
  owner: {
750
748
  name: string;
751
749
  uid: string;
@@ -765,6 +763,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
765
763
  } | undefined;
766
764
  } | undefined;
767
765
  };
766
+ createTime: string;
767
+ updateTime: string;
768
768
  profile?: {
769
769
  displayName?: string | undefined;
770
770
  bio?: string | undefined;
@@ -782,8 +782,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
782
782
  name: string;
783
783
  uid: string;
784
784
  id: string;
785
- createTime: string;
786
- updateTime: string;
787
785
  owner: {
788
786
  name: string;
789
787
  uid: string;
@@ -803,6 +801,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
803
801
  } | undefined;
804
802
  } | undefined;
805
803
  };
804
+ createTime: string;
805
+ updateTime: string;
806
806
  profile?: {
807
807
  displayName?: string | undefined;
808
808
  bio?: string | undefined;
@@ -820,8 +820,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
820
820
  name: string;
821
821
  uid: string;
822
822
  id: string;
823
- createTime: string;
824
- updateTime: string;
825
823
  owner: {
826
824
  name: string;
827
825
  uid: string;
@@ -841,6 +839,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
841
839
  } | undefined;
842
840
  } | undefined;
843
841
  };
842
+ createTime: string;
843
+ updateTime: string;
844
844
  profile?: {
845
845
  displayName?: string | undefined;
846
846
  bio?: string | undefined;