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

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