instill-sdk 0.19.0-rc.2 → 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
@@ -82,9 +82,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
82
82
  }, "strip", z.ZodTypeAny, {
83
83
  name: string;
84
84
  uid: string;
85
+ id: string;
85
86
  createTime: string;
86
87
  updateTime: string;
87
- id: string;
88
88
  profile?: {
89
89
  displayName?: string | undefined;
90
90
  bio?: string | undefined;
@@ -100,9 +100,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
100
100
  }, {
101
101
  name: string;
102
102
  uid: string;
103
+ id: string;
103
104
  createTime: string;
104
105
  updateTime: string;
105
- id: string;
106
106
  profile?: {
107
107
  displayName?: string | undefined;
108
108
  bio?: string | undefined;
@@ -120,9 +120,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
120
120
  user: {
121
121
  name: string;
122
122
  uid: string;
123
+ id: string;
123
124
  createTime: string;
124
125
  updateTime: string;
125
- id: string;
126
126
  profile?: {
127
127
  displayName?: string | undefined;
128
128
  bio?: string | undefined;
@@ -140,9 +140,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
140
140
  user: {
141
141
  name: string;
142
142
  uid: string;
143
+ id: string;
143
144
  createTime: string;
144
145
  updateTime: string;
145
- id: string;
146
146
  profile?: {
147
147
  displayName?: string | undefined;
148
148
  bio?: string | undefined;
@@ -218,9 +218,9 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
218
218
  }, "strip", z.ZodTypeAny, {
219
219
  name: string;
220
220
  uid: string;
221
+ id: string;
221
222
  createTime: string;
222
223
  updateTime: string;
223
- id: string;
224
224
  profile?: {
225
225
  displayName?: string | undefined;
226
226
  bio?: string | undefined;
@@ -236,9 +236,9 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
236
236
  }, {
237
237
  name: string;
238
238
  uid: string;
239
+ id: string;
239
240
  createTime: string;
240
241
  updateTime: string;
241
- id: string;
242
242
  profile?: {
243
243
  displayName?: string | undefined;
244
244
  bio?: string | undefined;
@@ -294,14 +294,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
294
294
  }, "strip", z.ZodTypeAny, {
295
295
  name: string;
296
296
  uid: string;
297
+ id: string;
297
298
  createTime: string;
298
299
  updateTime: string;
299
300
  owner: {
300
301
  name: string;
301
302
  uid: string;
303
+ id: string;
302
304
  createTime: string;
303
305
  updateTime: string;
304
- id: string;
305
306
  profile?: {
306
307
  displayName?: string | undefined;
307
308
  bio?: string | undefined;
@@ -315,7 +316,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
315
316
  } | undefined;
316
317
  } | undefined;
317
318
  };
318
- id: string;
319
319
  profile?: {
320
320
  displayName?: string | undefined;
321
321
  bio?: string | undefined;
@@ -330,14 +330,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
330
330
  }, {
331
331
  name: string;
332
332
  uid: string;
333
+ id: string;
333
334
  createTime: string;
334
335
  updateTime: string;
335
336
  owner: {
336
337
  name: string;
337
338
  uid: string;
339
+ id: string;
338
340
  createTime: string;
339
341
  updateTime: string;
340
- id: string;
341
342
  profile?: {
342
343
  displayName?: string | undefined;
343
344
  bio?: string | undefined;
@@ -351,7 +352,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
351
352
  } | undefined;
352
353
  } | undefined;
353
354
  };
354
- id: string;
355
355
  profile?: {
356
356
  displayName?: string | undefined;
357
357
  bio?: string | undefined;
@@ -368,14 +368,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
368
368
  organization: {
369
369
  name: string;
370
370
  uid: string;
371
+ id: string;
371
372
  createTime: string;
372
373
  updateTime: string;
373
374
  owner: {
374
375
  name: string;
375
376
  uid: string;
377
+ id: string;
376
378
  createTime: string;
377
379
  updateTime: string;
378
- id: string;
379
380
  profile?: {
380
381
  displayName?: string | undefined;
381
382
  bio?: string | undefined;
@@ -389,7 +390,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
389
390
  } | undefined;
390
391
  } | undefined;
391
392
  };
392
- id: string;
393
393
  profile?: {
394
394
  displayName?: string | undefined;
395
395
  bio?: string | undefined;
@@ -406,14 +406,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
406
406
  organization: {
407
407
  name: string;
408
408
  uid: string;
409
+ id: string;
409
410
  createTime: string;
410
411
  updateTime: string;
411
412
  owner: {
412
413
  name: string;
413
414
  uid: string;
415
+ id: string;
414
416
  createTime: string;
415
417
  updateTime: string;
416
- id: string;
417
418
  profile?: {
418
419
  displayName?: string | undefined;
419
420
  bio?: string | undefined;
@@ -427,7 +428,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
427
428
  } | undefined;
428
429
  } | undefined;
429
430
  };
430
- id: string;
431
431
  profile?: {
432
432
  displayName?: string | undefined;
433
433
  bio?: string | undefined;
@@ -499,9 +499,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
499
499
  }, "strip", z.ZodTypeAny, {
500
500
  name: string;
501
501
  uid: string;
502
+ id: string;
502
503
  createTime: string;
503
504
  updateTime: string;
504
- id: string;
505
505
  profile?: {
506
506
  displayName?: string | undefined;
507
507
  bio?: string | undefined;
@@ -517,9 +517,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
517
517
  }, {
518
518
  name: string;
519
519
  uid: string;
520
+ id: string;
520
521
  createTime: string;
521
522
  updateTime: string;
522
- id: string;
523
523
  profile?: {
524
524
  displayName?: string | undefined;
525
525
  bio?: string | undefined;
@@ -537,9 +537,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
537
537
  user: {
538
538
  name: string;
539
539
  uid: string;
540
+ id: string;
540
541
  createTime: string;
541
542
  updateTime: string;
542
- id: string;
543
543
  profile?: {
544
544
  displayName?: string | undefined;
545
545
  bio?: string | undefined;
@@ -557,9 +557,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
557
557
  user: {
558
558
  name: string;
559
559
  uid: string;
560
+ id: string;
560
561
  createTime: string;
561
562
  updateTime: string;
562
- id: string;
563
563
  profile?: {
564
564
  displayName?: string | undefined;
565
565
  bio?: string | undefined;
@@ -631,9 +631,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
631
631
  }, "strip", z.ZodTypeAny, {
632
632
  name: string;
633
633
  uid: string;
634
+ id: string;
634
635
  createTime: string;
635
636
  updateTime: string;
636
- id: string;
637
637
  profile?: {
638
638
  displayName?: string | undefined;
639
639
  bio?: string | undefined;
@@ -649,9 +649,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
649
649
  }, {
650
650
  name: string;
651
651
  uid: string;
652
+ id: string;
652
653
  createTime: string;
653
654
  updateTime: string;
654
- id: string;
655
655
  profile?: {
656
656
  displayName?: string | undefined;
657
657
  bio?: string | undefined;
@@ -707,14 +707,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
707
707
  }, "strip", z.ZodTypeAny, {
708
708
  name: string;
709
709
  uid: string;
710
+ id: string;
710
711
  createTime: string;
711
712
  updateTime: string;
712
713
  owner: {
713
714
  name: string;
714
715
  uid: string;
716
+ id: string;
715
717
  createTime: string;
716
718
  updateTime: string;
717
- id: string;
718
719
  profile?: {
719
720
  displayName?: string | undefined;
720
721
  bio?: string | undefined;
@@ -728,7 +729,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
728
729
  } | undefined;
729
730
  } | undefined;
730
731
  };
731
- id: string;
732
732
  profile?: {
733
733
  displayName?: string | undefined;
734
734
  bio?: string | undefined;
@@ -743,14 +743,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
743
743
  }, {
744
744
  name: string;
745
745
  uid: string;
746
+ id: string;
746
747
  createTime: string;
747
748
  updateTime: string;
748
749
  owner: {
749
750
  name: string;
750
751
  uid: string;
752
+ id: string;
751
753
  createTime: string;
752
754
  updateTime: string;
753
- id: string;
754
755
  profile?: {
755
756
  displayName?: string | undefined;
756
757
  bio?: string | undefined;
@@ -764,7 +765,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
764
765
  } | undefined;
765
766
  } | undefined;
766
767
  };
767
- id: string;
768
768
  profile?: {
769
769
  displayName?: string | undefined;
770
770
  bio?: string | undefined;
@@ -781,14 +781,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
781
781
  organization: {
782
782
  name: string;
783
783
  uid: string;
784
+ id: string;
784
785
  createTime: string;
785
786
  updateTime: string;
786
787
  owner: {
787
788
  name: string;
788
789
  uid: string;
790
+ id: string;
789
791
  createTime: string;
790
792
  updateTime: string;
791
- id: string;
792
793
  profile?: {
793
794
  displayName?: string | undefined;
794
795
  bio?: string | undefined;
@@ -802,7 +803,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
802
803
  } | undefined;
803
804
  } | undefined;
804
805
  };
805
- id: string;
806
806
  profile?: {
807
807
  displayName?: string | undefined;
808
808
  bio?: string | undefined;
@@ -819,14 +819,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
819
819
  organization: {
820
820
  name: string;
821
821
  uid: string;
822
+ id: string;
822
823
  createTime: string;
823
824
  updateTime: string;
824
825
  owner: {
825
826
  name: string;
826
827
  uid: string;
828
+ id: string;
827
829
  createTime: string;
828
830
  updateTime: string;
829
- id: string;
830
831
  profile?: {
831
832
  displayName?: string | undefined;
832
833
  bio?: string | undefined;
@@ -840,7 +841,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
840
841
  } | undefined;
841
842
  } | undefined;
842
843
  };
843
- id: string;
844
844
  profile?: {
845
845
  displayName?: string | undefined;
846
846
  bio?: string | undefined;