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/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/user/types.d.ts +23 -23
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +612 -490
- package/dist/index.mjs +618 -490
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -28
- package/dist/vdp/component/types.d.ts +81 -81
- package/dist/vdp/pipeline/types.d.ts +742 -742
- package/dist/vdp/release/types.d.ts +10 -10
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +6 -6
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -95,27 +95,27 @@ export declare const PipelineSharingSchema: z.ZodObject<{
|
|
|
95
95
|
code?: string | undefined;
|
|
96
96
|
}>>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
+
users: Record<string, {
|
|
99
|
+
enabled: boolean;
|
|
100
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
101
|
+
} | undefined>;
|
|
98
102
|
shareCode: {
|
|
99
103
|
user: string;
|
|
100
104
|
enabled: boolean;
|
|
101
105
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
102
106
|
code?: string | undefined;
|
|
103
107
|
} | null;
|
|
108
|
+
}, {
|
|
104
109
|
users: Record<string, {
|
|
105
110
|
enabled: boolean;
|
|
106
111
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
107
112
|
} | undefined>;
|
|
108
|
-
}, {
|
|
109
113
|
shareCode: {
|
|
110
114
|
user: string;
|
|
111
115
|
enabled: boolean;
|
|
112
116
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
113
117
|
code?: string | undefined;
|
|
114
118
|
} | null;
|
|
115
|
-
users: Record<string, {
|
|
116
|
-
enabled: boolean;
|
|
117
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
118
|
-
} | undefined>;
|
|
119
119
|
}>;
|
|
120
120
|
export type Pipeline = {
|
|
121
121
|
name: string;
|
|
@@ -218,9 +218,9 @@ export declare const PipelineSchema: 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 PipelineSchema: 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;
|
|
@@ -256,9 +256,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
256
256
|
user: {
|
|
257
257
|
name: string;
|
|
258
258
|
uid: string;
|
|
259
|
+
id: string;
|
|
259
260
|
createTime: string;
|
|
260
261
|
updateTime: string;
|
|
261
|
-
id: string;
|
|
262
262
|
profile?: {
|
|
263
263
|
displayName?: string | undefined;
|
|
264
264
|
bio?: string | undefined;
|
|
@@ -276,9 +276,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
276
276
|
user: {
|
|
277
277
|
name: string;
|
|
278
278
|
uid: string;
|
|
279
|
+
id: string;
|
|
279
280
|
createTime: string;
|
|
280
281
|
updateTime: string;
|
|
281
|
-
id: string;
|
|
282
282
|
profile?: {
|
|
283
283
|
displayName?: string | undefined;
|
|
284
284
|
bio?: string | undefined;
|
|
@@ -350,9 +350,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
351
|
name: string;
|
|
352
352
|
uid: string;
|
|
353
|
+
id: string;
|
|
353
354
|
createTime: string;
|
|
354
355
|
updateTime: string;
|
|
355
|
-
id: string;
|
|
356
356
|
profile?: {
|
|
357
357
|
displayName?: string | undefined;
|
|
358
358
|
bio?: string | undefined;
|
|
@@ -368,9 +368,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
368
368
|
}, {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
+
id: string;
|
|
371
372
|
createTime: string;
|
|
372
373
|
updateTime: string;
|
|
373
|
-
id: string;
|
|
374
374
|
profile?: {
|
|
375
375
|
displayName?: string | undefined;
|
|
376
376
|
bio?: string | undefined;
|
|
@@ -426,14 +426,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
427
|
name: string;
|
|
428
428
|
uid: string;
|
|
429
|
+
id: string;
|
|
429
430
|
createTime: string;
|
|
430
431
|
updateTime: string;
|
|
431
432
|
owner: {
|
|
432
433
|
name: string;
|
|
433
434
|
uid: string;
|
|
435
|
+
id: string;
|
|
434
436
|
createTime: string;
|
|
435
437
|
updateTime: string;
|
|
436
|
-
id: string;
|
|
437
438
|
profile?: {
|
|
438
439
|
displayName?: string | undefined;
|
|
439
440
|
bio?: string | undefined;
|
|
@@ -447,7 +448,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
447
448
|
} | undefined;
|
|
448
449
|
} | undefined;
|
|
449
450
|
};
|
|
450
|
-
id: string;
|
|
451
451
|
profile?: {
|
|
452
452
|
displayName?: string | undefined;
|
|
453
453
|
bio?: string | undefined;
|
|
@@ -462,14 +462,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
462
462
|
}, {
|
|
463
463
|
name: string;
|
|
464
464
|
uid: string;
|
|
465
|
+
id: string;
|
|
465
466
|
createTime: string;
|
|
466
467
|
updateTime: string;
|
|
467
468
|
owner: {
|
|
468
469
|
name: string;
|
|
469
470
|
uid: string;
|
|
471
|
+
id: string;
|
|
470
472
|
createTime: string;
|
|
471
473
|
updateTime: string;
|
|
472
|
-
id: string;
|
|
473
474
|
profile?: {
|
|
474
475
|
displayName?: string | undefined;
|
|
475
476
|
bio?: string | undefined;
|
|
@@ -483,7 +484,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
483
484
|
} | undefined;
|
|
484
485
|
} | undefined;
|
|
485
486
|
};
|
|
486
|
-
id: string;
|
|
487
487
|
profile?: {
|
|
488
488
|
displayName?: string | undefined;
|
|
489
489
|
bio?: string | undefined;
|
|
@@ -500,14 +500,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
500
500
|
organization: {
|
|
501
501
|
name: string;
|
|
502
502
|
uid: string;
|
|
503
|
+
id: string;
|
|
503
504
|
createTime: string;
|
|
504
505
|
updateTime: string;
|
|
505
506
|
owner: {
|
|
506
507
|
name: string;
|
|
507
508
|
uid: string;
|
|
509
|
+
id: string;
|
|
508
510
|
createTime: string;
|
|
509
511
|
updateTime: string;
|
|
510
|
-
id: string;
|
|
511
512
|
profile?: {
|
|
512
513
|
displayName?: string | undefined;
|
|
513
514
|
bio?: string | undefined;
|
|
@@ -521,7 +522,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
521
522
|
} | undefined;
|
|
522
523
|
} | undefined;
|
|
523
524
|
};
|
|
524
|
-
id: string;
|
|
525
525
|
profile?: {
|
|
526
526
|
displayName?: string | undefined;
|
|
527
527
|
bio?: string | undefined;
|
|
@@ -538,14 +538,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
538
538
|
organization: {
|
|
539
539
|
name: string;
|
|
540
540
|
uid: string;
|
|
541
|
+
id: string;
|
|
541
542
|
createTime: string;
|
|
542
543
|
updateTime: string;
|
|
543
544
|
owner: {
|
|
544
545
|
name: string;
|
|
545
546
|
uid: string;
|
|
547
|
+
id: string;
|
|
546
548
|
createTime: string;
|
|
547
549
|
updateTime: string;
|
|
548
|
-
id: string;
|
|
549
550
|
profile?: {
|
|
550
551
|
displayName?: string | undefined;
|
|
551
552
|
bio?: string | undefined;
|
|
@@ -559,7 +560,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
559
560
|
} | undefined;
|
|
560
561
|
} | undefined;
|
|
561
562
|
};
|
|
562
|
-
id: string;
|
|
563
563
|
profile?: {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
@@ -599,36 +599,36 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
599
599
|
}>;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
601
|
name: string;
|
|
602
|
-
description: string;
|
|
603
602
|
uid: string;
|
|
604
|
-
|
|
603
|
+
id: string;
|
|
604
|
+
description: string;
|
|
605
|
+
readme: string;
|
|
605
606
|
createTime: string;
|
|
606
607
|
updateTime: string;
|
|
607
|
-
id: string;
|
|
608
608
|
recipe: Record<string, any>;
|
|
609
|
-
readme: string;
|
|
610
|
-
rawRecipe: string;
|
|
611
609
|
dataSpecification: {
|
|
612
610
|
input?: any;
|
|
613
611
|
output?: any;
|
|
614
612
|
};
|
|
613
|
+
metadata: Record<string, any>;
|
|
614
|
+
rawRecipe: string;
|
|
615
615
|
deleteTime?: string | undefined;
|
|
616
616
|
alias?: string | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
name: string;
|
|
619
|
-
description: string;
|
|
620
619
|
uid: string;
|
|
621
|
-
|
|
620
|
+
id: string;
|
|
621
|
+
description: string;
|
|
622
|
+
readme: string;
|
|
622
623
|
createTime: string;
|
|
623
624
|
updateTime: string;
|
|
624
|
-
id: string;
|
|
625
625
|
recipe: Record<string, any>;
|
|
626
|
-
readme: string;
|
|
627
|
-
rawRecipe: string;
|
|
628
626
|
dataSpecification: {
|
|
629
627
|
input?: any;
|
|
630
628
|
output?: any;
|
|
631
629
|
};
|
|
630
|
+
metadata: Record<string, any>;
|
|
631
|
+
rawRecipe: string;
|
|
632
632
|
deleteTime?: string | undefined;
|
|
633
633
|
alias?: string | undefined;
|
|
634
634
|
}>, "many">;
|
|
@@ -660,27 +660,27 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
660
660
|
code?: string | undefined;
|
|
661
661
|
}>>;
|
|
662
662
|
}, "strip", z.ZodTypeAny, {
|
|
663
|
+
users: Record<string, {
|
|
664
|
+
enabled: boolean;
|
|
665
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
666
|
+
} | undefined>;
|
|
663
667
|
shareCode: {
|
|
664
668
|
user: string;
|
|
665
669
|
enabled: boolean;
|
|
666
670
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
667
671
|
code?: string | undefined;
|
|
668
672
|
} | null;
|
|
673
|
+
}, {
|
|
669
674
|
users: Record<string, {
|
|
670
675
|
enabled: boolean;
|
|
671
676
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
672
677
|
} | undefined>;
|
|
673
|
-
}, {
|
|
674
678
|
shareCode: {
|
|
675
679
|
user: string;
|
|
676
680
|
enabled: boolean;
|
|
677
681
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
678
682
|
code?: string | undefined;
|
|
679
683
|
} | null;
|
|
680
|
-
users: Record<string, {
|
|
681
|
-
enabled: boolean;
|
|
682
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
683
|
-
} | undefined>;
|
|
684
684
|
}>;
|
|
685
685
|
metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
686
686
|
permission: z.ZodObject<{
|
|
@@ -710,22 +710,24 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
710
710
|
license: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
name: string;
|
|
713
|
-
description: string;
|
|
714
713
|
uid: string;
|
|
715
|
-
|
|
714
|
+
id: string;
|
|
715
|
+
description: string;
|
|
716
|
+
readme: string;
|
|
716
717
|
createTime: string;
|
|
717
718
|
updateTime: string;
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
719
|
+
recipe: Record<string, any>;
|
|
720
|
+
dataSpecification: {
|
|
721
|
+
input?: any;
|
|
722
|
+
output?: any;
|
|
721
723
|
};
|
|
722
724
|
owner: {
|
|
723
725
|
user: {
|
|
724
726
|
name: string;
|
|
725
727
|
uid: string;
|
|
728
|
+
id: string;
|
|
726
729
|
createTime: string;
|
|
727
730
|
updateTime: string;
|
|
728
|
-
id: string;
|
|
729
731
|
profile?: {
|
|
730
732
|
displayName?: string | undefined;
|
|
731
733
|
bio?: string | undefined;
|
|
@@ -743,14 +745,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
743
745
|
organization: {
|
|
744
746
|
name: string;
|
|
745
747
|
uid: string;
|
|
748
|
+
id: string;
|
|
746
749
|
createTime: string;
|
|
747
750
|
updateTime: string;
|
|
748
751
|
owner: {
|
|
749
752
|
name: string;
|
|
750
753
|
uid: string;
|
|
754
|
+
id: string;
|
|
751
755
|
createTime: string;
|
|
752
756
|
updateTime: string;
|
|
753
|
-
id: string;
|
|
754
757
|
profile?: {
|
|
755
758
|
displayName?: string | undefined;
|
|
756
759
|
bio?: string | undefined;
|
|
@@ -764,7 +767,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
764
767
|
} | undefined;
|
|
765
768
|
} | undefined;
|
|
766
769
|
};
|
|
767
|
-
id: string;
|
|
768
770
|
profile?: {
|
|
769
771
|
displayName?: string | undefined;
|
|
770
772
|
bio?: string | undefined;
|
|
@@ -778,71 +780,71 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
778
780
|
} | undefined;
|
|
779
781
|
};
|
|
780
782
|
};
|
|
781
|
-
id: string;
|
|
782
|
-
documentationUrl: string;
|
|
783
|
-
sourceUrl: string;
|
|
784
|
-
recipe: Record<string, any>;
|
|
785
|
-
readme: string;
|
|
786
|
-
dataSpecification: {
|
|
787
|
-
input?: any;
|
|
788
|
-
output?: any;
|
|
789
|
-
};
|
|
790
|
-
sharing: {
|
|
791
|
-
shareCode: {
|
|
792
|
-
user: string;
|
|
793
|
-
enabled: boolean;
|
|
794
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
795
|
-
code?: string | undefined;
|
|
796
|
-
} | null;
|
|
797
|
-
users: Record<string, {
|
|
798
|
-
enabled: boolean;
|
|
799
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
800
|
-
} | undefined>;
|
|
801
|
-
};
|
|
802
783
|
ownerName: string;
|
|
803
784
|
releases: {
|
|
804
785
|
name: string;
|
|
805
|
-
description: string;
|
|
806
786
|
uid: string;
|
|
807
|
-
|
|
787
|
+
id: string;
|
|
788
|
+
description: string;
|
|
789
|
+
readme: string;
|
|
808
790
|
createTime: string;
|
|
809
791
|
updateTime: string;
|
|
810
|
-
id: string;
|
|
811
792
|
recipe: Record<string, any>;
|
|
812
|
-
readme: string;
|
|
813
|
-
rawRecipe: string;
|
|
814
793
|
dataSpecification: {
|
|
815
794
|
input?: any;
|
|
816
795
|
output?: any;
|
|
817
796
|
};
|
|
797
|
+
metadata: Record<string, any>;
|
|
798
|
+
rawRecipe: string;
|
|
818
799
|
deleteTime?: string | undefined;
|
|
819
800
|
alias?: string | undefined;
|
|
820
801
|
}[];
|
|
802
|
+
metadata: Record<string, any>;
|
|
803
|
+
sharing: {
|
|
804
|
+
users: Record<string, {
|
|
805
|
+
enabled: boolean;
|
|
806
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
807
|
+
} | undefined>;
|
|
808
|
+
shareCode: {
|
|
809
|
+
user: string;
|
|
810
|
+
enabled: boolean;
|
|
811
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
812
|
+
code?: string | undefined;
|
|
813
|
+
} | null;
|
|
814
|
+
};
|
|
815
|
+
permission: {
|
|
816
|
+
canEdit: boolean;
|
|
817
|
+
canTrigger: boolean;
|
|
818
|
+
};
|
|
821
819
|
tags: string[];
|
|
822
820
|
stats: {
|
|
823
821
|
lastRunTime: string;
|
|
824
822
|
numberOfRuns: number;
|
|
825
823
|
};
|
|
826
824
|
profileImage: string;
|
|
825
|
+
sourceUrl: string;
|
|
826
|
+
documentationUrl: string;
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
-
description: string;
|
|
831
830
|
uid: string;
|
|
832
|
-
|
|
831
|
+
id: string;
|
|
832
|
+
description: string;
|
|
833
|
+
readme: string;
|
|
833
834
|
createTime: string;
|
|
834
835
|
updateTime: string;
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
836
|
+
recipe: Record<string, any>;
|
|
837
|
+
dataSpecification: {
|
|
838
|
+
input?: any;
|
|
839
|
+
output?: any;
|
|
838
840
|
};
|
|
839
841
|
owner: {
|
|
840
842
|
user: {
|
|
841
843
|
name: string;
|
|
842
844
|
uid: string;
|
|
845
|
+
id: string;
|
|
843
846
|
createTime: string;
|
|
844
847
|
updateTime: string;
|
|
845
|
-
id: string;
|
|
846
848
|
profile?: {
|
|
847
849
|
displayName?: string | undefined;
|
|
848
850
|
bio?: string | undefined;
|
|
@@ -860,14 +862,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
860
862
|
organization: {
|
|
861
863
|
name: string;
|
|
862
864
|
uid: string;
|
|
865
|
+
id: string;
|
|
863
866
|
createTime: string;
|
|
864
867
|
updateTime: string;
|
|
865
868
|
owner: {
|
|
866
869
|
name: string;
|
|
867
870
|
uid: string;
|
|
871
|
+
id: string;
|
|
868
872
|
createTime: string;
|
|
869
873
|
updateTime: string;
|
|
870
|
-
id: string;
|
|
871
874
|
profile?: {
|
|
872
875
|
displayName?: string | undefined;
|
|
873
876
|
bio?: string | undefined;
|
|
@@ -881,7 +884,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
881
884
|
} | undefined;
|
|
882
885
|
} | undefined;
|
|
883
886
|
};
|
|
884
|
-
id: string;
|
|
885
887
|
profile?: {
|
|
886
888
|
displayName?: string | undefined;
|
|
887
889
|
bio?: string | undefined;
|
|
@@ -895,52 +897,50 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
895
897
|
} | undefined;
|
|
896
898
|
};
|
|
897
899
|
};
|
|
898
|
-
id: string;
|
|
899
|
-
documentationUrl: string;
|
|
900
|
-
sourceUrl: string;
|
|
901
|
-
recipe: Record<string, any>;
|
|
902
|
-
readme: string;
|
|
903
|
-
dataSpecification: {
|
|
904
|
-
input?: any;
|
|
905
|
-
output?: any;
|
|
906
|
-
};
|
|
907
|
-
sharing: {
|
|
908
|
-
shareCode: {
|
|
909
|
-
user: string;
|
|
910
|
-
enabled: boolean;
|
|
911
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
912
|
-
code?: string | undefined;
|
|
913
|
-
} | null;
|
|
914
|
-
users: Record<string, {
|
|
915
|
-
enabled: boolean;
|
|
916
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
917
|
-
} | undefined>;
|
|
918
|
-
};
|
|
919
900
|
ownerName: string;
|
|
920
901
|
releases: {
|
|
921
902
|
name: string;
|
|
922
|
-
description: string;
|
|
923
903
|
uid: string;
|
|
924
|
-
|
|
904
|
+
id: string;
|
|
905
|
+
description: string;
|
|
906
|
+
readme: string;
|
|
925
907
|
createTime: string;
|
|
926
908
|
updateTime: string;
|
|
927
|
-
id: string;
|
|
928
909
|
recipe: Record<string, any>;
|
|
929
|
-
readme: string;
|
|
930
|
-
rawRecipe: string;
|
|
931
910
|
dataSpecification: {
|
|
932
911
|
input?: any;
|
|
933
912
|
output?: any;
|
|
934
913
|
};
|
|
914
|
+
metadata: Record<string, any>;
|
|
915
|
+
rawRecipe: string;
|
|
935
916
|
deleteTime?: string | undefined;
|
|
936
917
|
alias?: string | undefined;
|
|
937
918
|
}[];
|
|
919
|
+
metadata: Record<string, any>;
|
|
920
|
+
sharing: {
|
|
921
|
+
users: Record<string, {
|
|
922
|
+
enabled: boolean;
|
|
923
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
924
|
+
} | undefined>;
|
|
925
|
+
shareCode: {
|
|
926
|
+
user: string;
|
|
927
|
+
enabled: boolean;
|
|
928
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
929
|
+
code?: string | undefined;
|
|
930
|
+
} | null;
|
|
931
|
+
};
|
|
932
|
+
permission: {
|
|
933
|
+
canEdit: boolean;
|
|
934
|
+
canTrigger: boolean;
|
|
935
|
+
};
|
|
938
936
|
tags: string[];
|
|
939
937
|
stats: {
|
|
940
938
|
lastRunTime: string;
|
|
941
939
|
numberOfRuns: number;
|
|
942
940
|
};
|
|
943
941
|
profileImage: string;
|
|
942
|
+
sourceUrl: string;
|
|
943
|
+
documentationUrl: string;
|
|
944
944
|
license: string;
|
|
945
945
|
}>;
|
|
946
946
|
export type PipelineTrace = {
|
|
@@ -1048,9 +1048,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1048
1048
|
}, "strip", z.ZodTypeAny, {
|
|
1049
1049
|
name: string;
|
|
1050
1050
|
uid: string;
|
|
1051
|
+
id: string;
|
|
1051
1052
|
createTime: string;
|
|
1052
1053
|
updateTime: string;
|
|
1053
|
-
id: string;
|
|
1054
1054
|
profile?: {
|
|
1055
1055
|
displayName?: string | undefined;
|
|
1056
1056
|
bio?: string | undefined;
|
|
@@ -1066,9 +1066,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1066
1066
|
}, {
|
|
1067
1067
|
name: string;
|
|
1068
1068
|
uid: string;
|
|
1069
|
+
id: string;
|
|
1069
1070
|
createTime: string;
|
|
1070
1071
|
updateTime: string;
|
|
1071
|
-
id: string;
|
|
1072
1072
|
profile?: {
|
|
1073
1073
|
displayName?: string | undefined;
|
|
1074
1074
|
bio?: string | undefined;
|
|
@@ -1086,9 +1086,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1086
1086
|
user: {
|
|
1087
1087
|
name: string;
|
|
1088
1088
|
uid: string;
|
|
1089
|
+
id: string;
|
|
1089
1090
|
createTime: string;
|
|
1090
1091
|
updateTime: string;
|
|
1091
|
-
id: string;
|
|
1092
1092
|
profile?: {
|
|
1093
1093
|
displayName?: string | undefined;
|
|
1094
1094
|
bio?: string | undefined;
|
|
@@ -1106,9 +1106,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1106
1106
|
user: {
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
uid: string;
|
|
1109
|
+
id: string;
|
|
1109
1110
|
createTime: string;
|
|
1110
1111
|
updateTime: string;
|
|
1111
|
-
id: string;
|
|
1112
1112
|
profile?: {
|
|
1113
1113
|
displayName?: string | undefined;
|
|
1114
1114
|
bio?: string | undefined;
|
|
@@ -1180,9 +1180,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1180
1180
|
}, "strip", z.ZodTypeAny, {
|
|
1181
1181
|
name: string;
|
|
1182
1182
|
uid: string;
|
|
1183
|
+
id: string;
|
|
1183
1184
|
createTime: string;
|
|
1184
1185
|
updateTime: string;
|
|
1185
|
-
id: string;
|
|
1186
1186
|
profile?: {
|
|
1187
1187
|
displayName?: string | undefined;
|
|
1188
1188
|
bio?: string | undefined;
|
|
@@ -1198,9 +1198,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1198
1198
|
}, {
|
|
1199
1199
|
name: string;
|
|
1200
1200
|
uid: string;
|
|
1201
|
+
id: string;
|
|
1201
1202
|
createTime: string;
|
|
1202
1203
|
updateTime: string;
|
|
1203
|
-
id: string;
|
|
1204
1204
|
profile?: {
|
|
1205
1205
|
displayName?: string | undefined;
|
|
1206
1206
|
bio?: string | undefined;
|
|
@@ -1256,14 +1256,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
uid: string;
|
|
1259
|
+
id: string;
|
|
1259
1260
|
createTime: string;
|
|
1260
1261
|
updateTime: string;
|
|
1261
1262
|
owner: {
|
|
1262
1263
|
name: string;
|
|
1263
1264
|
uid: string;
|
|
1265
|
+
id: string;
|
|
1264
1266
|
createTime: string;
|
|
1265
1267
|
updateTime: string;
|
|
1266
|
-
id: string;
|
|
1267
1268
|
profile?: {
|
|
1268
1269
|
displayName?: string | undefined;
|
|
1269
1270
|
bio?: string | undefined;
|
|
@@ -1277,7 +1278,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1277
1278
|
} | undefined;
|
|
1278
1279
|
} | undefined;
|
|
1279
1280
|
};
|
|
1280
|
-
id: string;
|
|
1281
1281
|
profile?: {
|
|
1282
1282
|
displayName?: string | undefined;
|
|
1283
1283
|
bio?: string | undefined;
|
|
@@ -1292,14 +1292,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1292
1292
|
}, {
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
uid: string;
|
|
1295
|
+
id: string;
|
|
1295
1296
|
createTime: string;
|
|
1296
1297
|
updateTime: string;
|
|
1297
1298
|
owner: {
|
|
1298
1299
|
name: string;
|
|
1299
1300
|
uid: string;
|
|
1301
|
+
id: string;
|
|
1300
1302
|
createTime: string;
|
|
1301
1303
|
updateTime: string;
|
|
1302
|
-
id: string;
|
|
1303
1304
|
profile?: {
|
|
1304
1305
|
displayName?: string | undefined;
|
|
1305
1306
|
bio?: string | undefined;
|
|
@@ -1313,7 +1314,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1313
1314
|
} | undefined;
|
|
1314
1315
|
} | undefined;
|
|
1315
1316
|
};
|
|
1316
|
-
id: string;
|
|
1317
1317
|
profile?: {
|
|
1318
1318
|
displayName?: string | undefined;
|
|
1319
1319
|
bio?: string | undefined;
|
|
@@ -1330,14 +1330,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1330
1330
|
organization: {
|
|
1331
1331
|
name: string;
|
|
1332
1332
|
uid: string;
|
|
1333
|
+
id: string;
|
|
1333
1334
|
createTime: string;
|
|
1334
1335
|
updateTime: string;
|
|
1335
1336
|
owner: {
|
|
1336
1337
|
name: string;
|
|
1337
1338
|
uid: string;
|
|
1339
|
+
id: string;
|
|
1338
1340
|
createTime: string;
|
|
1339
1341
|
updateTime: string;
|
|
1340
|
-
id: string;
|
|
1341
1342
|
profile?: {
|
|
1342
1343
|
displayName?: string | undefined;
|
|
1343
1344
|
bio?: string | undefined;
|
|
@@ -1351,7 +1352,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1351
1352
|
} | undefined;
|
|
1352
1353
|
} | undefined;
|
|
1353
1354
|
};
|
|
1354
|
-
id: string;
|
|
1355
1355
|
profile?: {
|
|
1356
1356
|
displayName?: string | undefined;
|
|
1357
1357
|
bio?: string | undefined;
|
|
@@ -1368,14 +1368,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1368
1368
|
organization: {
|
|
1369
1369
|
name: string;
|
|
1370
1370
|
uid: string;
|
|
1371
|
+
id: string;
|
|
1371
1372
|
createTime: string;
|
|
1372
1373
|
updateTime: string;
|
|
1373
1374
|
owner: {
|
|
1374
1375
|
name: string;
|
|
1375
1376
|
uid: string;
|
|
1377
|
+
id: string;
|
|
1376
1378
|
createTime: string;
|
|
1377
1379
|
updateTime: string;
|
|
1378
|
-
id: string;
|
|
1379
1380
|
profile?: {
|
|
1380
1381
|
displayName?: string | undefined;
|
|
1381
1382
|
bio?: string | undefined;
|
|
@@ -1389,7 +1390,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1389
1390
|
} | undefined;
|
|
1390
1391
|
} | undefined;
|
|
1391
1392
|
};
|
|
1392
|
-
id: string;
|
|
1393
1393
|
profile?: {
|
|
1394
1394
|
displayName?: string | undefined;
|
|
1395
1395
|
bio?: string | undefined;
|
|
@@ -1429,36 +1429,36 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1429
1429
|
}>;
|
|
1430
1430
|
}, "strip", z.ZodTypeAny, {
|
|
1431
1431
|
name: string;
|
|
1432
|
-
description: string;
|
|
1433
1432
|
uid: string;
|
|
1434
|
-
|
|
1433
|
+
id: string;
|
|
1434
|
+
description: string;
|
|
1435
|
+
readme: string;
|
|
1435
1436
|
createTime: string;
|
|
1436
1437
|
updateTime: string;
|
|
1437
|
-
id: string;
|
|
1438
1438
|
recipe: Record<string, any>;
|
|
1439
|
-
readme: string;
|
|
1440
|
-
rawRecipe: string;
|
|
1441
1439
|
dataSpecification: {
|
|
1442
1440
|
input?: any;
|
|
1443
1441
|
output?: any;
|
|
1444
1442
|
};
|
|
1443
|
+
metadata: Record<string, any>;
|
|
1444
|
+
rawRecipe: string;
|
|
1445
1445
|
deleteTime?: string | undefined;
|
|
1446
1446
|
alias?: string | undefined;
|
|
1447
1447
|
}, {
|
|
1448
1448
|
name: string;
|
|
1449
|
-
description: string;
|
|
1450
1449
|
uid: string;
|
|
1451
|
-
|
|
1450
|
+
id: string;
|
|
1451
|
+
description: string;
|
|
1452
|
+
readme: string;
|
|
1452
1453
|
createTime: string;
|
|
1453
1454
|
updateTime: string;
|
|
1454
|
-
id: string;
|
|
1455
1455
|
recipe: Record<string, any>;
|
|
1456
|
-
readme: string;
|
|
1457
|
-
rawRecipe: string;
|
|
1458
1456
|
dataSpecification: {
|
|
1459
1457
|
input?: any;
|
|
1460
1458
|
output?: any;
|
|
1461
1459
|
};
|
|
1460
|
+
metadata: Record<string, any>;
|
|
1461
|
+
rawRecipe: string;
|
|
1462
1462
|
deleteTime?: string | undefined;
|
|
1463
1463
|
alias?: string | undefined;
|
|
1464
1464
|
}>, "many">;
|
|
@@ -1490,27 +1490,27 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1490
1490
|
code?: string | undefined;
|
|
1491
1491
|
}>>;
|
|
1492
1492
|
}, "strip", z.ZodTypeAny, {
|
|
1493
|
+
users: Record<string, {
|
|
1494
|
+
enabled: boolean;
|
|
1495
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1496
|
+
} | undefined>;
|
|
1493
1497
|
shareCode: {
|
|
1494
1498
|
user: string;
|
|
1495
1499
|
enabled: boolean;
|
|
1496
1500
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1497
1501
|
code?: string | undefined;
|
|
1498
1502
|
} | null;
|
|
1503
|
+
}, {
|
|
1499
1504
|
users: Record<string, {
|
|
1500
1505
|
enabled: boolean;
|
|
1501
1506
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1502
1507
|
} | undefined>;
|
|
1503
|
-
}, {
|
|
1504
1508
|
shareCode: {
|
|
1505
1509
|
user: string;
|
|
1506
1510
|
enabled: boolean;
|
|
1507
1511
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1508
1512
|
code?: string | undefined;
|
|
1509
1513
|
} | null;
|
|
1510
|
-
users: Record<string, {
|
|
1511
|
-
enabled: boolean;
|
|
1512
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1513
|
-
} | undefined>;
|
|
1514
1514
|
}>;
|
|
1515
1515
|
metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
1516
1516
|
permission: z.ZodObject<{
|
|
@@ -1540,22 +1540,24 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1540
1540
|
license: z.ZodString;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1542
|
name: string;
|
|
1543
|
-
description: string;
|
|
1544
1543
|
uid: string;
|
|
1545
|
-
|
|
1544
|
+
id: string;
|
|
1545
|
+
description: string;
|
|
1546
|
+
readme: string;
|
|
1546
1547
|
createTime: string;
|
|
1547
1548
|
updateTime: string;
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1549
|
+
recipe: Record<string, any>;
|
|
1550
|
+
dataSpecification: {
|
|
1551
|
+
input?: any;
|
|
1552
|
+
output?: any;
|
|
1551
1553
|
};
|
|
1552
1554
|
owner: {
|
|
1553
1555
|
user: {
|
|
1554
1556
|
name: string;
|
|
1555
1557
|
uid: string;
|
|
1558
|
+
id: string;
|
|
1556
1559
|
createTime: string;
|
|
1557
1560
|
updateTime: string;
|
|
1558
|
-
id: string;
|
|
1559
1561
|
profile?: {
|
|
1560
1562
|
displayName?: string | undefined;
|
|
1561
1563
|
bio?: string | undefined;
|
|
@@ -1573,14 +1575,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1573
1575
|
organization: {
|
|
1574
1576
|
name: string;
|
|
1575
1577
|
uid: string;
|
|
1578
|
+
id: string;
|
|
1576
1579
|
createTime: string;
|
|
1577
1580
|
updateTime: string;
|
|
1578
1581
|
owner: {
|
|
1579
1582
|
name: string;
|
|
1580
1583
|
uid: string;
|
|
1584
|
+
id: string;
|
|
1581
1585
|
createTime: string;
|
|
1582
1586
|
updateTime: string;
|
|
1583
|
-
id: string;
|
|
1584
1587
|
profile?: {
|
|
1585
1588
|
displayName?: string | undefined;
|
|
1586
1589
|
bio?: string | undefined;
|
|
@@ -1594,7 +1597,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1594
1597
|
} | undefined;
|
|
1595
1598
|
} | undefined;
|
|
1596
1599
|
};
|
|
1597
|
-
id: string;
|
|
1598
1600
|
profile?: {
|
|
1599
1601
|
displayName?: string | undefined;
|
|
1600
1602
|
bio?: string | undefined;
|
|
@@ -1608,71 +1610,71 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1608
1610
|
} | undefined;
|
|
1609
1611
|
};
|
|
1610
1612
|
};
|
|
1611
|
-
id: string;
|
|
1612
|
-
documentationUrl: string;
|
|
1613
|
-
sourceUrl: string;
|
|
1614
|
-
recipe: Record<string, any>;
|
|
1615
|
-
readme: string;
|
|
1616
|
-
dataSpecification: {
|
|
1617
|
-
input?: any;
|
|
1618
|
-
output?: any;
|
|
1619
|
-
};
|
|
1620
|
-
sharing: {
|
|
1621
|
-
shareCode: {
|
|
1622
|
-
user: string;
|
|
1623
|
-
enabled: boolean;
|
|
1624
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1625
|
-
code?: string | undefined;
|
|
1626
|
-
} | null;
|
|
1627
|
-
users: Record<string, {
|
|
1628
|
-
enabled: boolean;
|
|
1629
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1630
|
-
} | undefined>;
|
|
1631
|
-
};
|
|
1632
1613
|
ownerName: string;
|
|
1633
1614
|
releases: {
|
|
1634
1615
|
name: string;
|
|
1635
|
-
description: string;
|
|
1636
1616
|
uid: string;
|
|
1637
|
-
|
|
1617
|
+
id: string;
|
|
1618
|
+
description: string;
|
|
1619
|
+
readme: string;
|
|
1638
1620
|
createTime: string;
|
|
1639
1621
|
updateTime: string;
|
|
1640
|
-
id: string;
|
|
1641
1622
|
recipe: Record<string, any>;
|
|
1642
|
-
readme: string;
|
|
1643
|
-
rawRecipe: string;
|
|
1644
1623
|
dataSpecification: {
|
|
1645
1624
|
input?: any;
|
|
1646
1625
|
output?: any;
|
|
1647
1626
|
};
|
|
1627
|
+
metadata: Record<string, any>;
|
|
1628
|
+
rawRecipe: string;
|
|
1648
1629
|
deleteTime?: string | undefined;
|
|
1649
1630
|
alias?: string | undefined;
|
|
1650
1631
|
}[];
|
|
1632
|
+
metadata: Record<string, any>;
|
|
1633
|
+
sharing: {
|
|
1634
|
+
users: Record<string, {
|
|
1635
|
+
enabled: boolean;
|
|
1636
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1637
|
+
} | undefined>;
|
|
1638
|
+
shareCode: {
|
|
1639
|
+
user: string;
|
|
1640
|
+
enabled: boolean;
|
|
1641
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1642
|
+
code?: string | undefined;
|
|
1643
|
+
} | null;
|
|
1644
|
+
};
|
|
1645
|
+
permission: {
|
|
1646
|
+
canEdit: boolean;
|
|
1647
|
+
canTrigger: boolean;
|
|
1648
|
+
};
|
|
1651
1649
|
tags: string[];
|
|
1652
1650
|
stats: {
|
|
1653
1651
|
lastRunTime: string;
|
|
1654
1652
|
numberOfRuns: number;
|
|
1655
1653
|
};
|
|
1656
1654
|
profileImage: string;
|
|
1655
|
+
sourceUrl: string;
|
|
1656
|
+
documentationUrl: string;
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
-
description: string;
|
|
1661
1660
|
uid: string;
|
|
1662
|
-
|
|
1661
|
+
id: string;
|
|
1662
|
+
description: string;
|
|
1663
|
+
readme: string;
|
|
1663
1664
|
createTime: string;
|
|
1664
1665
|
updateTime: string;
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1666
|
+
recipe: Record<string, any>;
|
|
1667
|
+
dataSpecification: {
|
|
1668
|
+
input?: any;
|
|
1669
|
+
output?: any;
|
|
1668
1670
|
};
|
|
1669
1671
|
owner: {
|
|
1670
1672
|
user: {
|
|
1671
1673
|
name: string;
|
|
1672
1674
|
uid: string;
|
|
1675
|
+
id: string;
|
|
1673
1676
|
createTime: string;
|
|
1674
1677
|
updateTime: string;
|
|
1675
|
-
id: string;
|
|
1676
1678
|
profile?: {
|
|
1677
1679
|
displayName?: string | undefined;
|
|
1678
1680
|
bio?: string | undefined;
|
|
@@ -1690,14 +1692,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1690
1692
|
organization: {
|
|
1691
1693
|
name: string;
|
|
1692
1694
|
uid: string;
|
|
1695
|
+
id: string;
|
|
1693
1696
|
createTime: string;
|
|
1694
1697
|
updateTime: string;
|
|
1695
1698
|
owner: {
|
|
1696
1699
|
name: string;
|
|
1697
1700
|
uid: string;
|
|
1701
|
+
id: string;
|
|
1698
1702
|
createTime: string;
|
|
1699
1703
|
updateTime: string;
|
|
1700
|
-
id: string;
|
|
1701
1704
|
profile?: {
|
|
1702
1705
|
displayName?: string | undefined;
|
|
1703
1706
|
bio?: string | undefined;
|
|
@@ -1711,7 +1714,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1711
1714
|
} | undefined;
|
|
1712
1715
|
} | undefined;
|
|
1713
1716
|
};
|
|
1714
|
-
id: string;
|
|
1715
1717
|
profile?: {
|
|
1716
1718
|
displayName?: string | undefined;
|
|
1717
1719
|
bio?: string | undefined;
|
|
@@ -1725,77 +1727,75 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1725
1727
|
} | undefined;
|
|
1726
1728
|
};
|
|
1727
1729
|
};
|
|
1728
|
-
id: string;
|
|
1729
|
-
documentationUrl: string;
|
|
1730
|
-
sourceUrl: string;
|
|
1731
|
-
recipe: Record<string, any>;
|
|
1732
|
-
readme: string;
|
|
1733
|
-
dataSpecification: {
|
|
1734
|
-
input?: any;
|
|
1735
|
-
output?: any;
|
|
1736
|
-
};
|
|
1737
|
-
sharing: {
|
|
1738
|
-
shareCode: {
|
|
1739
|
-
user: string;
|
|
1740
|
-
enabled: boolean;
|
|
1741
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1742
|
-
code?: string | undefined;
|
|
1743
|
-
} | null;
|
|
1744
|
-
users: Record<string, {
|
|
1745
|
-
enabled: boolean;
|
|
1746
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1747
|
-
} | undefined>;
|
|
1748
|
-
};
|
|
1749
1730
|
ownerName: string;
|
|
1750
1731
|
releases: {
|
|
1751
1732
|
name: string;
|
|
1752
|
-
description: string;
|
|
1753
1733
|
uid: string;
|
|
1754
|
-
|
|
1734
|
+
id: string;
|
|
1735
|
+
description: string;
|
|
1736
|
+
readme: string;
|
|
1755
1737
|
createTime: string;
|
|
1756
1738
|
updateTime: string;
|
|
1757
|
-
id: string;
|
|
1758
1739
|
recipe: Record<string, any>;
|
|
1759
|
-
readme: string;
|
|
1760
|
-
rawRecipe: string;
|
|
1761
1740
|
dataSpecification: {
|
|
1762
1741
|
input?: any;
|
|
1763
1742
|
output?: any;
|
|
1764
1743
|
};
|
|
1744
|
+
metadata: Record<string, any>;
|
|
1745
|
+
rawRecipe: string;
|
|
1765
1746
|
deleteTime?: string | undefined;
|
|
1766
1747
|
alias?: string | undefined;
|
|
1767
1748
|
}[];
|
|
1749
|
+
metadata: Record<string, any>;
|
|
1750
|
+
sharing: {
|
|
1751
|
+
users: Record<string, {
|
|
1752
|
+
enabled: boolean;
|
|
1753
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1754
|
+
} | undefined>;
|
|
1755
|
+
shareCode: {
|
|
1756
|
+
user: string;
|
|
1757
|
+
enabled: boolean;
|
|
1758
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1759
|
+
code?: string | undefined;
|
|
1760
|
+
} | null;
|
|
1761
|
+
};
|
|
1762
|
+
permission: {
|
|
1763
|
+
canEdit: boolean;
|
|
1764
|
+
canTrigger: boolean;
|
|
1765
|
+
};
|
|
1768
1766
|
tags: string[];
|
|
1769
1767
|
stats: {
|
|
1770
1768
|
lastRunTime: string;
|
|
1771
1769
|
numberOfRuns: number;
|
|
1772
1770
|
};
|
|
1773
1771
|
profileImage: string;
|
|
1772
|
+
sourceUrl: string;
|
|
1773
|
+
documentationUrl: string;
|
|
1774
1774
|
license: string;
|
|
1775
1775
|
}>, "many">;
|
|
1776
1776
|
nextPageToken: z.ZodString;
|
|
1777
1777
|
totalSize: z.ZodNumber;
|
|
1778
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1779
|
-
nextPageToken: string;
|
|
1780
|
-
totalSize: number;
|
|
1781
1779
|
pipelines: {
|
|
1782
1780
|
name: string;
|
|
1783
|
-
description: string;
|
|
1784
1781
|
uid: string;
|
|
1785
|
-
|
|
1782
|
+
id: string;
|
|
1783
|
+
description: string;
|
|
1784
|
+
readme: string;
|
|
1786
1785
|
createTime: string;
|
|
1787
1786
|
updateTime: string;
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1787
|
+
recipe: Record<string, any>;
|
|
1788
|
+
dataSpecification: {
|
|
1789
|
+
input?: any;
|
|
1790
|
+
output?: any;
|
|
1791
1791
|
};
|
|
1792
1792
|
owner: {
|
|
1793
1793
|
user: {
|
|
1794
1794
|
name: string;
|
|
1795
1795
|
uid: string;
|
|
1796
|
+
id: string;
|
|
1796
1797
|
createTime: string;
|
|
1797
1798
|
updateTime: string;
|
|
1798
|
-
id: string;
|
|
1799
1799
|
profile?: {
|
|
1800
1800
|
displayName?: string | undefined;
|
|
1801
1801
|
bio?: string | undefined;
|
|
@@ -1813,14 +1813,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1813
1813
|
organization: {
|
|
1814
1814
|
name: string;
|
|
1815
1815
|
uid: string;
|
|
1816
|
+
id: string;
|
|
1816
1817
|
createTime: string;
|
|
1817
1818
|
updateTime: string;
|
|
1818
1819
|
owner: {
|
|
1819
1820
|
name: string;
|
|
1820
1821
|
uid: string;
|
|
1822
|
+
id: string;
|
|
1821
1823
|
createTime: string;
|
|
1822
1824
|
updateTime: string;
|
|
1823
|
-
id: string;
|
|
1824
1825
|
profile?: {
|
|
1825
1826
|
displayName?: string | undefined;
|
|
1826
1827
|
bio?: string | undefined;
|
|
@@ -1834,7 +1835,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1834
1835
|
} | undefined;
|
|
1835
1836
|
} | undefined;
|
|
1836
1837
|
};
|
|
1837
|
-
id: string;
|
|
1838
1838
|
profile?: {
|
|
1839
1839
|
displayName?: string | undefined;
|
|
1840
1840
|
bio?: string | undefined;
|
|
@@ -1848,75 +1848,75 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1848
1848
|
} | undefined;
|
|
1849
1849
|
};
|
|
1850
1850
|
};
|
|
1851
|
-
id: string;
|
|
1852
|
-
documentationUrl: string;
|
|
1853
|
-
sourceUrl: string;
|
|
1854
|
-
recipe: Record<string, any>;
|
|
1855
|
-
readme: string;
|
|
1856
|
-
dataSpecification: {
|
|
1857
|
-
input?: any;
|
|
1858
|
-
output?: any;
|
|
1859
|
-
};
|
|
1860
|
-
sharing: {
|
|
1861
|
-
shareCode: {
|
|
1862
|
-
user: string;
|
|
1863
|
-
enabled: boolean;
|
|
1864
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1865
|
-
code?: string | undefined;
|
|
1866
|
-
} | null;
|
|
1867
|
-
users: Record<string, {
|
|
1868
|
-
enabled: boolean;
|
|
1869
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1870
|
-
} | undefined>;
|
|
1871
|
-
};
|
|
1872
1851
|
ownerName: string;
|
|
1873
1852
|
releases: {
|
|
1874
1853
|
name: string;
|
|
1875
|
-
description: string;
|
|
1876
1854
|
uid: string;
|
|
1877
|
-
|
|
1855
|
+
id: string;
|
|
1856
|
+
description: string;
|
|
1857
|
+
readme: string;
|
|
1878
1858
|
createTime: string;
|
|
1879
1859
|
updateTime: string;
|
|
1880
|
-
id: string;
|
|
1881
1860
|
recipe: Record<string, any>;
|
|
1882
|
-
readme: string;
|
|
1883
|
-
rawRecipe: string;
|
|
1884
1861
|
dataSpecification: {
|
|
1885
1862
|
input?: any;
|
|
1886
1863
|
output?: any;
|
|
1887
1864
|
};
|
|
1865
|
+
metadata: Record<string, any>;
|
|
1866
|
+
rawRecipe: string;
|
|
1888
1867
|
deleteTime?: string | undefined;
|
|
1889
1868
|
alias?: string | undefined;
|
|
1890
1869
|
}[];
|
|
1870
|
+
metadata: Record<string, any>;
|
|
1871
|
+
sharing: {
|
|
1872
|
+
users: Record<string, {
|
|
1873
|
+
enabled: boolean;
|
|
1874
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1875
|
+
} | undefined>;
|
|
1876
|
+
shareCode: {
|
|
1877
|
+
user: string;
|
|
1878
|
+
enabled: boolean;
|
|
1879
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1880
|
+
code?: string | undefined;
|
|
1881
|
+
} | null;
|
|
1882
|
+
};
|
|
1883
|
+
permission: {
|
|
1884
|
+
canEdit: boolean;
|
|
1885
|
+
canTrigger: boolean;
|
|
1886
|
+
};
|
|
1891
1887
|
tags: string[];
|
|
1892
1888
|
stats: {
|
|
1893
1889
|
lastRunTime: string;
|
|
1894
1890
|
numberOfRuns: number;
|
|
1895
1891
|
};
|
|
1896
1892
|
profileImage: string;
|
|
1893
|
+
sourceUrl: string;
|
|
1894
|
+
documentationUrl: string;
|
|
1897
1895
|
license: string;
|
|
1898
1896
|
}[];
|
|
1899
|
-
}, {
|
|
1900
1897
|
nextPageToken: string;
|
|
1901
1898
|
totalSize: number;
|
|
1899
|
+
}, {
|
|
1902
1900
|
pipelines: {
|
|
1903
1901
|
name: string;
|
|
1904
|
-
description: string;
|
|
1905
1902
|
uid: string;
|
|
1906
|
-
|
|
1903
|
+
id: string;
|
|
1904
|
+
description: string;
|
|
1905
|
+
readme: string;
|
|
1907
1906
|
createTime: string;
|
|
1908
1907
|
updateTime: string;
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1908
|
+
recipe: Record<string, any>;
|
|
1909
|
+
dataSpecification: {
|
|
1910
|
+
input?: any;
|
|
1911
|
+
output?: any;
|
|
1912
1912
|
};
|
|
1913
1913
|
owner: {
|
|
1914
1914
|
user: {
|
|
1915
1915
|
name: string;
|
|
1916
1916
|
uid: string;
|
|
1917
|
+
id: string;
|
|
1917
1918
|
createTime: string;
|
|
1918
1919
|
updateTime: string;
|
|
1919
|
-
id: string;
|
|
1920
1920
|
profile?: {
|
|
1921
1921
|
displayName?: string | undefined;
|
|
1922
1922
|
bio?: string | undefined;
|
|
@@ -1934,14 +1934,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1934
1934
|
organization: {
|
|
1935
1935
|
name: string;
|
|
1936
1936
|
uid: string;
|
|
1937
|
+
id: string;
|
|
1937
1938
|
createTime: string;
|
|
1938
1939
|
updateTime: string;
|
|
1939
1940
|
owner: {
|
|
1940
1941
|
name: string;
|
|
1941
1942
|
uid: string;
|
|
1943
|
+
id: string;
|
|
1942
1944
|
createTime: string;
|
|
1943
1945
|
updateTime: string;
|
|
1944
|
-
id: string;
|
|
1945
1946
|
profile?: {
|
|
1946
1947
|
displayName?: string | undefined;
|
|
1947
1948
|
bio?: string | undefined;
|
|
@@ -1955,7 +1956,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1955
1956
|
} | undefined;
|
|
1956
1957
|
} | undefined;
|
|
1957
1958
|
};
|
|
1958
|
-
id: string;
|
|
1959
1959
|
profile?: {
|
|
1960
1960
|
displayName?: string | undefined;
|
|
1961
1961
|
bio?: string | undefined;
|
|
@@ -1969,54 +1969,54 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1969
1969
|
} | undefined;
|
|
1970
1970
|
};
|
|
1971
1971
|
};
|
|
1972
|
-
id: string;
|
|
1973
|
-
documentationUrl: string;
|
|
1974
|
-
sourceUrl: string;
|
|
1975
|
-
recipe: Record<string, any>;
|
|
1976
|
-
readme: string;
|
|
1977
|
-
dataSpecification: {
|
|
1978
|
-
input?: any;
|
|
1979
|
-
output?: any;
|
|
1980
|
-
};
|
|
1981
|
-
sharing: {
|
|
1982
|
-
shareCode: {
|
|
1983
|
-
user: string;
|
|
1984
|
-
enabled: boolean;
|
|
1985
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1986
|
-
code?: string | undefined;
|
|
1987
|
-
} | null;
|
|
1988
|
-
users: Record<string, {
|
|
1989
|
-
enabled: boolean;
|
|
1990
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1991
|
-
} | undefined>;
|
|
1992
|
-
};
|
|
1993
1972
|
ownerName: string;
|
|
1994
1973
|
releases: {
|
|
1995
1974
|
name: string;
|
|
1996
|
-
description: string;
|
|
1997
1975
|
uid: string;
|
|
1998
|
-
|
|
1976
|
+
id: string;
|
|
1977
|
+
description: string;
|
|
1978
|
+
readme: string;
|
|
1999
1979
|
createTime: string;
|
|
2000
1980
|
updateTime: string;
|
|
2001
|
-
id: string;
|
|
2002
1981
|
recipe: Record<string, any>;
|
|
2003
|
-
readme: string;
|
|
2004
|
-
rawRecipe: string;
|
|
2005
1982
|
dataSpecification: {
|
|
2006
1983
|
input?: any;
|
|
2007
1984
|
output?: any;
|
|
2008
1985
|
};
|
|
1986
|
+
metadata: Record<string, any>;
|
|
1987
|
+
rawRecipe: string;
|
|
2009
1988
|
deleteTime?: string | undefined;
|
|
2010
1989
|
alias?: string | undefined;
|
|
2011
1990
|
}[];
|
|
1991
|
+
metadata: Record<string, any>;
|
|
1992
|
+
sharing: {
|
|
1993
|
+
users: Record<string, {
|
|
1994
|
+
enabled: boolean;
|
|
1995
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
1996
|
+
} | undefined>;
|
|
1997
|
+
shareCode: {
|
|
1998
|
+
user: string;
|
|
1999
|
+
enabled: boolean;
|
|
2000
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2001
|
+
code?: string | undefined;
|
|
2002
|
+
} | null;
|
|
2003
|
+
};
|
|
2004
|
+
permission: {
|
|
2005
|
+
canEdit: boolean;
|
|
2006
|
+
canTrigger: boolean;
|
|
2007
|
+
};
|
|
2012
2008
|
tags: string[];
|
|
2013
2009
|
stats: {
|
|
2014
2010
|
lastRunTime: string;
|
|
2015
2011
|
numberOfRuns: number;
|
|
2016
2012
|
};
|
|
2017
2013
|
profileImage: string;
|
|
2014
|
+
sourceUrl: string;
|
|
2015
|
+
documentationUrl: string;
|
|
2018
2016
|
license: string;
|
|
2019
2017
|
}[];
|
|
2018
|
+
nextPageToken: string;
|
|
2019
|
+
totalSize: number;
|
|
2020
2020
|
}>;
|
|
2021
2021
|
export type ListNamespacePipelinesRequest = {
|
|
2022
2022
|
namespaceId: string;
|
|
@@ -2105,9 +2105,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2105
2105
|
}, "strip", z.ZodTypeAny, {
|
|
2106
2106
|
name: string;
|
|
2107
2107
|
uid: string;
|
|
2108
|
+
id: string;
|
|
2108
2109
|
createTime: string;
|
|
2109
2110
|
updateTime: string;
|
|
2110
|
-
id: string;
|
|
2111
2111
|
profile?: {
|
|
2112
2112
|
displayName?: string | undefined;
|
|
2113
2113
|
bio?: string | undefined;
|
|
@@ -2123,9 +2123,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2123
2123
|
}, {
|
|
2124
2124
|
name: string;
|
|
2125
2125
|
uid: string;
|
|
2126
|
+
id: string;
|
|
2126
2127
|
createTime: string;
|
|
2127
2128
|
updateTime: string;
|
|
2128
|
-
id: string;
|
|
2129
2129
|
profile?: {
|
|
2130
2130
|
displayName?: string | undefined;
|
|
2131
2131
|
bio?: string | undefined;
|
|
@@ -2143,9 +2143,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2143
2143
|
user: {
|
|
2144
2144
|
name: string;
|
|
2145
2145
|
uid: string;
|
|
2146
|
+
id: string;
|
|
2146
2147
|
createTime: string;
|
|
2147
2148
|
updateTime: string;
|
|
2148
|
-
id: string;
|
|
2149
2149
|
profile?: {
|
|
2150
2150
|
displayName?: string | undefined;
|
|
2151
2151
|
bio?: string | undefined;
|
|
@@ -2163,9 +2163,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2163
2163
|
user: {
|
|
2164
2164
|
name: string;
|
|
2165
2165
|
uid: string;
|
|
2166
|
+
id: string;
|
|
2166
2167
|
createTime: string;
|
|
2167
2168
|
updateTime: string;
|
|
2168
|
-
id: string;
|
|
2169
2169
|
profile?: {
|
|
2170
2170
|
displayName?: string | undefined;
|
|
2171
2171
|
bio?: string | undefined;
|
|
@@ -2237,9 +2237,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2237
2237
|
}, "strip", z.ZodTypeAny, {
|
|
2238
2238
|
name: string;
|
|
2239
2239
|
uid: string;
|
|
2240
|
+
id: string;
|
|
2240
2241
|
createTime: string;
|
|
2241
2242
|
updateTime: string;
|
|
2242
|
-
id: string;
|
|
2243
2243
|
profile?: {
|
|
2244
2244
|
displayName?: string | undefined;
|
|
2245
2245
|
bio?: string | undefined;
|
|
@@ -2255,9 +2255,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2255
2255
|
}, {
|
|
2256
2256
|
name: string;
|
|
2257
2257
|
uid: string;
|
|
2258
|
+
id: string;
|
|
2258
2259
|
createTime: string;
|
|
2259
2260
|
updateTime: string;
|
|
2260
|
-
id: string;
|
|
2261
2261
|
profile?: {
|
|
2262
2262
|
displayName?: string | undefined;
|
|
2263
2263
|
bio?: string | undefined;
|
|
@@ -2313,14 +2313,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
2314
|
name: string;
|
|
2315
2315
|
uid: string;
|
|
2316
|
+
id: string;
|
|
2316
2317
|
createTime: string;
|
|
2317
2318
|
updateTime: string;
|
|
2318
2319
|
owner: {
|
|
2319
2320
|
name: string;
|
|
2320
2321
|
uid: string;
|
|
2322
|
+
id: string;
|
|
2321
2323
|
createTime: string;
|
|
2322
2324
|
updateTime: string;
|
|
2323
|
-
id: string;
|
|
2324
2325
|
profile?: {
|
|
2325
2326
|
displayName?: string | undefined;
|
|
2326
2327
|
bio?: string | undefined;
|
|
@@ -2334,7 +2335,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2334
2335
|
} | undefined;
|
|
2335
2336
|
} | undefined;
|
|
2336
2337
|
};
|
|
2337
|
-
id: string;
|
|
2338
2338
|
profile?: {
|
|
2339
2339
|
displayName?: string | undefined;
|
|
2340
2340
|
bio?: string | undefined;
|
|
@@ -2349,14 +2349,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2349
2349
|
}, {
|
|
2350
2350
|
name: string;
|
|
2351
2351
|
uid: string;
|
|
2352
|
+
id: string;
|
|
2352
2353
|
createTime: string;
|
|
2353
2354
|
updateTime: string;
|
|
2354
2355
|
owner: {
|
|
2355
2356
|
name: string;
|
|
2356
2357
|
uid: string;
|
|
2358
|
+
id: string;
|
|
2357
2359
|
createTime: string;
|
|
2358
2360
|
updateTime: string;
|
|
2359
|
-
id: string;
|
|
2360
2361
|
profile?: {
|
|
2361
2362
|
displayName?: string | undefined;
|
|
2362
2363
|
bio?: string | undefined;
|
|
@@ -2370,7 +2371,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2370
2371
|
} | undefined;
|
|
2371
2372
|
} | undefined;
|
|
2372
2373
|
};
|
|
2373
|
-
id: string;
|
|
2374
2374
|
profile?: {
|
|
2375
2375
|
displayName?: string | undefined;
|
|
2376
2376
|
bio?: string | undefined;
|
|
@@ -2387,14 +2387,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2387
2387
|
organization: {
|
|
2388
2388
|
name: string;
|
|
2389
2389
|
uid: string;
|
|
2390
|
+
id: string;
|
|
2390
2391
|
createTime: string;
|
|
2391
2392
|
updateTime: string;
|
|
2392
2393
|
owner: {
|
|
2393
2394
|
name: string;
|
|
2394
2395
|
uid: string;
|
|
2396
|
+
id: string;
|
|
2395
2397
|
createTime: string;
|
|
2396
2398
|
updateTime: string;
|
|
2397
|
-
id: string;
|
|
2398
2399
|
profile?: {
|
|
2399
2400
|
displayName?: string | undefined;
|
|
2400
2401
|
bio?: string | undefined;
|
|
@@ -2408,7 +2409,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2408
2409
|
} | undefined;
|
|
2409
2410
|
} | undefined;
|
|
2410
2411
|
};
|
|
2411
|
-
id: string;
|
|
2412
2412
|
profile?: {
|
|
2413
2413
|
displayName?: string | undefined;
|
|
2414
2414
|
bio?: string | undefined;
|
|
@@ -2425,14 +2425,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2425
2425
|
organization: {
|
|
2426
2426
|
name: string;
|
|
2427
2427
|
uid: string;
|
|
2428
|
+
id: string;
|
|
2428
2429
|
createTime: string;
|
|
2429
2430
|
updateTime: string;
|
|
2430
2431
|
owner: {
|
|
2431
2432
|
name: string;
|
|
2432
2433
|
uid: string;
|
|
2434
|
+
id: string;
|
|
2433
2435
|
createTime: string;
|
|
2434
2436
|
updateTime: string;
|
|
2435
|
-
id: string;
|
|
2436
2437
|
profile?: {
|
|
2437
2438
|
displayName?: string | undefined;
|
|
2438
2439
|
bio?: string | undefined;
|
|
@@ -2446,7 +2447,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2446
2447
|
} | undefined;
|
|
2447
2448
|
} | undefined;
|
|
2448
2449
|
};
|
|
2449
|
-
id: string;
|
|
2450
2450
|
profile?: {
|
|
2451
2451
|
displayName?: string | undefined;
|
|
2452
2452
|
bio?: string | undefined;
|
|
@@ -2486,36 +2486,36 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2486
2486
|
}>;
|
|
2487
2487
|
}, "strip", z.ZodTypeAny, {
|
|
2488
2488
|
name: string;
|
|
2489
|
-
description: string;
|
|
2490
2489
|
uid: string;
|
|
2491
|
-
|
|
2490
|
+
id: string;
|
|
2491
|
+
description: string;
|
|
2492
|
+
readme: string;
|
|
2492
2493
|
createTime: string;
|
|
2493
2494
|
updateTime: string;
|
|
2494
|
-
id: string;
|
|
2495
2495
|
recipe: Record<string, any>;
|
|
2496
|
-
readme: string;
|
|
2497
|
-
rawRecipe: string;
|
|
2498
2496
|
dataSpecification: {
|
|
2499
2497
|
input?: any;
|
|
2500
2498
|
output?: any;
|
|
2501
2499
|
};
|
|
2500
|
+
metadata: Record<string, any>;
|
|
2501
|
+
rawRecipe: string;
|
|
2502
2502
|
deleteTime?: string | undefined;
|
|
2503
2503
|
alias?: string | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
name: string;
|
|
2506
|
-
description: string;
|
|
2507
2506
|
uid: string;
|
|
2508
|
-
|
|
2507
|
+
id: string;
|
|
2508
|
+
description: string;
|
|
2509
|
+
readme: string;
|
|
2509
2510
|
createTime: string;
|
|
2510
2511
|
updateTime: string;
|
|
2511
|
-
id: string;
|
|
2512
2512
|
recipe: Record<string, any>;
|
|
2513
|
-
readme: string;
|
|
2514
|
-
rawRecipe: string;
|
|
2515
2513
|
dataSpecification: {
|
|
2516
2514
|
input?: any;
|
|
2517
2515
|
output?: any;
|
|
2518
2516
|
};
|
|
2517
|
+
metadata: Record<string, any>;
|
|
2518
|
+
rawRecipe: string;
|
|
2519
2519
|
deleteTime?: string | undefined;
|
|
2520
2520
|
alias?: string | undefined;
|
|
2521
2521
|
}>, "many">;
|
|
@@ -2547,27 +2547,27 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2547
2547
|
code?: string | undefined;
|
|
2548
2548
|
}>>;
|
|
2549
2549
|
}, "strip", z.ZodTypeAny, {
|
|
2550
|
+
users: Record<string, {
|
|
2551
|
+
enabled: boolean;
|
|
2552
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2553
|
+
} | undefined>;
|
|
2550
2554
|
shareCode: {
|
|
2551
2555
|
user: string;
|
|
2552
2556
|
enabled: boolean;
|
|
2553
2557
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2554
2558
|
code?: string | undefined;
|
|
2555
2559
|
} | null;
|
|
2560
|
+
}, {
|
|
2556
2561
|
users: Record<string, {
|
|
2557
2562
|
enabled: boolean;
|
|
2558
2563
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2559
2564
|
} | undefined>;
|
|
2560
|
-
}, {
|
|
2561
2565
|
shareCode: {
|
|
2562
2566
|
user: string;
|
|
2563
2567
|
enabled: boolean;
|
|
2564
2568
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2565
2569
|
code?: string | undefined;
|
|
2566
2570
|
} | null;
|
|
2567
|
-
users: Record<string, {
|
|
2568
|
-
enabled: boolean;
|
|
2569
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2570
|
-
} | undefined>;
|
|
2571
2571
|
}>;
|
|
2572
2572
|
metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
2573
2573
|
permission: z.ZodObject<{
|
|
@@ -2597,22 +2597,24 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2597
2597
|
license: z.ZodString;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2599
|
name: string;
|
|
2600
|
-
description: string;
|
|
2601
2600
|
uid: string;
|
|
2602
|
-
|
|
2601
|
+
id: string;
|
|
2602
|
+
description: string;
|
|
2603
|
+
readme: string;
|
|
2603
2604
|
createTime: string;
|
|
2604
2605
|
updateTime: string;
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2606
|
+
recipe: Record<string, any>;
|
|
2607
|
+
dataSpecification: {
|
|
2608
|
+
input?: any;
|
|
2609
|
+
output?: any;
|
|
2608
2610
|
};
|
|
2609
2611
|
owner: {
|
|
2610
2612
|
user: {
|
|
2611
2613
|
name: string;
|
|
2612
2614
|
uid: string;
|
|
2615
|
+
id: string;
|
|
2613
2616
|
createTime: string;
|
|
2614
2617
|
updateTime: string;
|
|
2615
|
-
id: string;
|
|
2616
2618
|
profile?: {
|
|
2617
2619
|
displayName?: string | undefined;
|
|
2618
2620
|
bio?: string | undefined;
|
|
@@ -2630,14 +2632,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2630
2632
|
organization: {
|
|
2631
2633
|
name: string;
|
|
2632
2634
|
uid: string;
|
|
2635
|
+
id: string;
|
|
2633
2636
|
createTime: string;
|
|
2634
2637
|
updateTime: string;
|
|
2635
2638
|
owner: {
|
|
2636
2639
|
name: string;
|
|
2637
2640
|
uid: string;
|
|
2641
|
+
id: string;
|
|
2638
2642
|
createTime: string;
|
|
2639
2643
|
updateTime: string;
|
|
2640
|
-
id: string;
|
|
2641
2644
|
profile?: {
|
|
2642
2645
|
displayName?: string | undefined;
|
|
2643
2646
|
bio?: string | undefined;
|
|
@@ -2651,7 +2654,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2651
2654
|
} | undefined;
|
|
2652
2655
|
} | undefined;
|
|
2653
2656
|
};
|
|
2654
|
-
id: string;
|
|
2655
2657
|
profile?: {
|
|
2656
2658
|
displayName?: string | undefined;
|
|
2657
2659
|
bio?: string | undefined;
|
|
@@ -2665,71 +2667,71 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2665
2667
|
} | undefined;
|
|
2666
2668
|
};
|
|
2667
2669
|
};
|
|
2668
|
-
id: string;
|
|
2669
|
-
documentationUrl: string;
|
|
2670
|
-
sourceUrl: string;
|
|
2671
|
-
recipe: Record<string, any>;
|
|
2672
|
-
readme: string;
|
|
2673
|
-
dataSpecification: {
|
|
2674
|
-
input?: any;
|
|
2675
|
-
output?: any;
|
|
2676
|
-
};
|
|
2677
|
-
sharing: {
|
|
2678
|
-
shareCode: {
|
|
2679
|
-
user: string;
|
|
2680
|
-
enabled: boolean;
|
|
2681
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2682
|
-
code?: string | undefined;
|
|
2683
|
-
} | null;
|
|
2684
|
-
users: Record<string, {
|
|
2685
|
-
enabled: boolean;
|
|
2686
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2687
|
-
} | undefined>;
|
|
2688
|
-
};
|
|
2689
2670
|
ownerName: string;
|
|
2690
2671
|
releases: {
|
|
2691
2672
|
name: string;
|
|
2692
|
-
description: string;
|
|
2693
2673
|
uid: string;
|
|
2694
|
-
|
|
2674
|
+
id: string;
|
|
2675
|
+
description: string;
|
|
2676
|
+
readme: string;
|
|
2695
2677
|
createTime: string;
|
|
2696
2678
|
updateTime: string;
|
|
2697
|
-
id: string;
|
|
2698
2679
|
recipe: Record<string, any>;
|
|
2699
|
-
readme: string;
|
|
2700
|
-
rawRecipe: string;
|
|
2701
2680
|
dataSpecification: {
|
|
2702
2681
|
input?: any;
|
|
2703
2682
|
output?: any;
|
|
2704
2683
|
};
|
|
2684
|
+
metadata: Record<string, any>;
|
|
2685
|
+
rawRecipe: string;
|
|
2705
2686
|
deleteTime?: string | undefined;
|
|
2706
2687
|
alias?: string | undefined;
|
|
2707
2688
|
}[];
|
|
2689
|
+
metadata: Record<string, any>;
|
|
2690
|
+
sharing: {
|
|
2691
|
+
users: Record<string, {
|
|
2692
|
+
enabled: boolean;
|
|
2693
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2694
|
+
} | undefined>;
|
|
2695
|
+
shareCode: {
|
|
2696
|
+
user: string;
|
|
2697
|
+
enabled: boolean;
|
|
2698
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2699
|
+
code?: string | undefined;
|
|
2700
|
+
} | null;
|
|
2701
|
+
};
|
|
2702
|
+
permission: {
|
|
2703
|
+
canEdit: boolean;
|
|
2704
|
+
canTrigger: boolean;
|
|
2705
|
+
};
|
|
2708
2706
|
tags: string[];
|
|
2709
2707
|
stats: {
|
|
2710
2708
|
lastRunTime: string;
|
|
2711
2709
|
numberOfRuns: number;
|
|
2712
2710
|
};
|
|
2713
2711
|
profileImage: string;
|
|
2712
|
+
sourceUrl: string;
|
|
2713
|
+
documentationUrl: string;
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
-
description: string;
|
|
2718
2717
|
uid: string;
|
|
2719
|
-
|
|
2718
|
+
id: string;
|
|
2719
|
+
description: string;
|
|
2720
|
+
readme: string;
|
|
2720
2721
|
createTime: string;
|
|
2721
2722
|
updateTime: string;
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2723
|
+
recipe: Record<string, any>;
|
|
2724
|
+
dataSpecification: {
|
|
2725
|
+
input?: any;
|
|
2726
|
+
output?: any;
|
|
2725
2727
|
};
|
|
2726
2728
|
owner: {
|
|
2727
2729
|
user: {
|
|
2728
2730
|
name: string;
|
|
2729
2731
|
uid: string;
|
|
2732
|
+
id: string;
|
|
2730
2733
|
createTime: string;
|
|
2731
2734
|
updateTime: string;
|
|
2732
|
-
id: string;
|
|
2733
2735
|
profile?: {
|
|
2734
2736
|
displayName?: string | undefined;
|
|
2735
2737
|
bio?: string | undefined;
|
|
@@ -2747,14 +2749,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2747
2749
|
organization: {
|
|
2748
2750
|
name: string;
|
|
2749
2751
|
uid: string;
|
|
2752
|
+
id: string;
|
|
2750
2753
|
createTime: string;
|
|
2751
2754
|
updateTime: string;
|
|
2752
2755
|
owner: {
|
|
2753
2756
|
name: string;
|
|
2754
2757
|
uid: string;
|
|
2758
|
+
id: string;
|
|
2755
2759
|
createTime: string;
|
|
2756
2760
|
updateTime: string;
|
|
2757
|
-
id: string;
|
|
2758
2761
|
profile?: {
|
|
2759
2762
|
displayName?: string | undefined;
|
|
2760
2763
|
bio?: string | undefined;
|
|
@@ -2768,91 +2771,88 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2768
2771
|
} | undefined;
|
|
2769
2772
|
} | undefined;
|
|
2770
2773
|
};
|
|
2771
|
-
id: string;
|
|
2772
2774
|
profile?: {
|
|
2773
|
-
displayName?: string | undefined;
|
|
2774
|
-
bio?: string | undefined;
|
|
2775
|
-
publicEmail?: string | undefined;
|
|
2776
|
-
avatar?: string | undefined;
|
|
2777
|
-
socialProfilesLinks?: {
|
|
2778
|
-
webiste?: string | undefined;
|
|
2779
|
-
x?: string | undefined;
|
|
2780
|
-
github?: string | undefined;
|
|
2781
|
-
} | undefined;
|
|
2782
|
-
} | undefined;
|
|
2783
|
-
};
|
|
2784
|
-
};
|
|
2785
|
-
id: string;
|
|
2786
|
-
documentationUrl: string;
|
|
2787
|
-
sourceUrl: string;
|
|
2788
|
-
recipe: Record<string, any>;
|
|
2789
|
-
readme: string;
|
|
2790
|
-
dataSpecification: {
|
|
2791
|
-
input?: any;
|
|
2792
|
-
output?: any;
|
|
2793
|
-
};
|
|
2794
|
-
sharing: {
|
|
2795
|
-
shareCode: {
|
|
2796
|
-
user: string;
|
|
2797
|
-
enabled: boolean;
|
|
2798
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2799
|
-
code?: string | undefined;
|
|
2800
|
-
} | null;
|
|
2801
|
-
users: Record<string, {
|
|
2802
|
-
enabled: boolean;
|
|
2803
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2804
|
-
} | undefined>;
|
|
2775
|
+
displayName?: string | undefined;
|
|
2776
|
+
bio?: string | undefined;
|
|
2777
|
+
publicEmail?: string | undefined;
|
|
2778
|
+
avatar?: string | undefined;
|
|
2779
|
+
socialProfilesLinks?: {
|
|
2780
|
+
webiste?: string | undefined;
|
|
2781
|
+
x?: string | undefined;
|
|
2782
|
+
github?: string | undefined;
|
|
2783
|
+
} | undefined;
|
|
2784
|
+
} | undefined;
|
|
2785
|
+
};
|
|
2805
2786
|
};
|
|
2806
2787
|
ownerName: string;
|
|
2807
2788
|
releases: {
|
|
2808
2789
|
name: string;
|
|
2809
|
-
description: string;
|
|
2810
2790
|
uid: string;
|
|
2811
|
-
|
|
2791
|
+
id: string;
|
|
2792
|
+
description: string;
|
|
2793
|
+
readme: string;
|
|
2812
2794
|
createTime: string;
|
|
2813
2795
|
updateTime: string;
|
|
2814
|
-
id: string;
|
|
2815
2796
|
recipe: Record<string, any>;
|
|
2816
|
-
readme: string;
|
|
2817
|
-
rawRecipe: string;
|
|
2818
2797
|
dataSpecification: {
|
|
2819
2798
|
input?: any;
|
|
2820
2799
|
output?: any;
|
|
2821
2800
|
};
|
|
2801
|
+
metadata: Record<string, any>;
|
|
2802
|
+
rawRecipe: string;
|
|
2822
2803
|
deleteTime?: string | undefined;
|
|
2823
2804
|
alias?: string | undefined;
|
|
2824
2805
|
}[];
|
|
2806
|
+
metadata: Record<string, any>;
|
|
2807
|
+
sharing: {
|
|
2808
|
+
users: Record<string, {
|
|
2809
|
+
enabled: boolean;
|
|
2810
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2811
|
+
} | undefined>;
|
|
2812
|
+
shareCode: {
|
|
2813
|
+
user: string;
|
|
2814
|
+
enabled: boolean;
|
|
2815
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2816
|
+
code?: string | undefined;
|
|
2817
|
+
} | null;
|
|
2818
|
+
};
|
|
2819
|
+
permission: {
|
|
2820
|
+
canEdit: boolean;
|
|
2821
|
+
canTrigger: boolean;
|
|
2822
|
+
};
|
|
2825
2823
|
tags: string[];
|
|
2826
2824
|
stats: {
|
|
2827
2825
|
lastRunTime: string;
|
|
2828
2826
|
numberOfRuns: number;
|
|
2829
2827
|
};
|
|
2830
2828
|
profileImage: string;
|
|
2829
|
+
sourceUrl: string;
|
|
2830
|
+
documentationUrl: string;
|
|
2831
2831
|
license: string;
|
|
2832
2832
|
}>, "many">;
|
|
2833
2833
|
nextPageToken: z.ZodString;
|
|
2834
2834
|
totalSize: z.ZodNumber;
|
|
2835
2835
|
}, "strip", z.ZodTypeAny, {
|
|
2836
|
-
nextPageToken: string;
|
|
2837
|
-
totalSize: number;
|
|
2838
2836
|
pipelines: {
|
|
2839
2837
|
name: string;
|
|
2840
|
-
description: string;
|
|
2841
2838
|
uid: string;
|
|
2842
|
-
|
|
2839
|
+
id: string;
|
|
2840
|
+
description: string;
|
|
2841
|
+
readme: string;
|
|
2843
2842
|
createTime: string;
|
|
2844
2843
|
updateTime: string;
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2844
|
+
recipe: Record<string, any>;
|
|
2845
|
+
dataSpecification: {
|
|
2846
|
+
input?: any;
|
|
2847
|
+
output?: any;
|
|
2848
2848
|
};
|
|
2849
2849
|
owner: {
|
|
2850
2850
|
user: {
|
|
2851
2851
|
name: string;
|
|
2852
2852
|
uid: string;
|
|
2853
|
+
id: string;
|
|
2853
2854
|
createTime: string;
|
|
2854
2855
|
updateTime: string;
|
|
2855
|
-
id: string;
|
|
2856
2856
|
profile?: {
|
|
2857
2857
|
displayName?: string | undefined;
|
|
2858
2858
|
bio?: string | undefined;
|
|
@@ -2870,14 +2870,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2870
2870
|
organization: {
|
|
2871
2871
|
name: string;
|
|
2872
2872
|
uid: string;
|
|
2873
|
+
id: string;
|
|
2873
2874
|
createTime: string;
|
|
2874
2875
|
updateTime: string;
|
|
2875
2876
|
owner: {
|
|
2876
2877
|
name: string;
|
|
2877
2878
|
uid: string;
|
|
2879
|
+
id: string;
|
|
2878
2880
|
createTime: string;
|
|
2879
2881
|
updateTime: string;
|
|
2880
|
-
id: string;
|
|
2881
2882
|
profile?: {
|
|
2882
2883
|
displayName?: string | undefined;
|
|
2883
2884
|
bio?: string | undefined;
|
|
@@ -2891,7 +2892,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2891
2892
|
} | undefined;
|
|
2892
2893
|
} | undefined;
|
|
2893
2894
|
};
|
|
2894
|
-
id: string;
|
|
2895
2895
|
profile?: {
|
|
2896
2896
|
displayName?: string | undefined;
|
|
2897
2897
|
bio?: string | undefined;
|
|
@@ -2905,75 +2905,75 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2905
2905
|
} | undefined;
|
|
2906
2906
|
};
|
|
2907
2907
|
};
|
|
2908
|
-
id: string;
|
|
2909
|
-
documentationUrl: string;
|
|
2910
|
-
sourceUrl: string;
|
|
2911
|
-
recipe: Record<string, any>;
|
|
2912
|
-
readme: string;
|
|
2913
|
-
dataSpecification: {
|
|
2914
|
-
input?: any;
|
|
2915
|
-
output?: any;
|
|
2916
|
-
};
|
|
2917
|
-
sharing: {
|
|
2918
|
-
shareCode: {
|
|
2919
|
-
user: string;
|
|
2920
|
-
enabled: boolean;
|
|
2921
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2922
|
-
code?: string | undefined;
|
|
2923
|
-
} | null;
|
|
2924
|
-
users: Record<string, {
|
|
2925
|
-
enabled: boolean;
|
|
2926
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2927
|
-
} | undefined>;
|
|
2928
|
-
};
|
|
2929
2908
|
ownerName: string;
|
|
2930
2909
|
releases: {
|
|
2931
2910
|
name: string;
|
|
2932
|
-
description: string;
|
|
2933
2911
|
uid: string;
|
|
2934
|
-
|
|
2912
|
+
id: string;
|
|
2913
|
+
description: string;
|
|
2914
|
+
readme: string;
|
|
2935
2915
|
createTime: string;
|
|
2936
2916
|
updateTime: string;
|
|
2937
|
-
id: string;
|
|
2938
2917
|
recipe: Record<string, any>;
|
|
2939
|
-
readme: string;
|
|
2940
|
-
rawRecipe: string;
|
|
2941
2918
|
dataSpecification: {
|
|
2942
2919
|
input?: any;
|
|
2943
2920
|
output?: any;
|
|
2944
2921
|
};
|
|
2922
|
+
metadata: Record<string, any>;
|
|
2923
|
+
rawRecipe: string;
|
|
2945
2924
|
deleteTime?: string | undefined;
|
|
2946
2925
|
alias?: string | undefined;
|
|
2947
2926
|
}[];
|
|
2927
|
+
metadata: Record<string, any>;
|
|
2928
|
+
sharing: {
|
|
2929
|
+
users: Record<string, {
|
|
2930
|
+
enabled: boolean;
|
|
2931
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2932
|
+
} | undefined>;
|
|
2933
|
+
shareCode: {
|
|
2934
|
+
user: string;
|
|
2935
|
+
enabled: boolean;
|
|
2936
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
2937
|
+
code?: string | undefined;
|
|
2938
|
+
} | null;
|
|
2939
|
+
};
|
|
2940
|
+
permission: {
|
|
2941
|
+
canEdit: boolean;
|
|
2942
|
+
canTrigger: boolean;
|
|
2943
|
+
};
|
|
2948
2944
|
tags: string[];
|
|
2949
2945
|
stats: {
|
|
2950
2946
|
lastRunTime: string;
|
|
2951
2947
|
numberOfRuns: number;
|
|
2952
2948
|
};
|
|
2953
2949
|
profileImage: string;
|
|
2950
|
+
sourceUrl: string;
|
|
2951
|
+
documentationUrl: string;
|
|
2954
2952
|
license: string;
|
|
2955
2953
|
}[];
|
|
2956
|
-
}, {
|
|
2957
2954
|
nextPageToken: string;
|
|
2958
2955
|
totalSize: number;
|
|
2956
|
+
}, {
|
|
2959
2957
|
pipelines: {
|
|
2960
2958
|
name: string;
|
|
2961
|
-
description: string;
|
|
2962
2959
|
uid: string;
|
|
2963
|
-
|
|
2960
|
+
id: string;
|
|
2961
|
+
description: string;
|
|
2962
|
+
readme: string;
|
|
2964
2963
|
createTime: string;
|
|
2965
2964
|
updateTime: string;
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2965
|
+
recipe: Record<string, any>;
|
|
2966
|
+
dataSpecification: {
|
|
2967
|
+
input?: any;
|
|
2968
|
+
output?: any;
|
|
2969
2969
|
};
|
|
2970
2970
|
owner: {
|
|
2971
2971
|
user: {
|
|
2972
2972
|
name: string;
|
|
2973
2973
|
uid: string;
|
|
2974
|
+
id: string;
|
|
2974
2975
|
createTime: string;
|
|
2975
2976
|
updateTime: string;
|
|
2976
|
-
id: string;
|
|
2977
2977
|
profile?: {
|
|
2978
2978
|
displayName?: string | undefined;
|
|
2979
2979
|
bio?: string | undefined;
|
|
@@ -2991,14 +2991,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2991
2991
|
organization: {
|
|
2992
2992
|
name: string;
|
|
2993
2993
|
uid: string;
|
|
2994
|
+
id: string;
|
|
2994
2995
|
createTime: string;
|
|
2995
2996
|
updateTime: string;
|
|
2996
2997
|
owner: {
|
|
2997
2998
|
name: string;
|
|
2998
2999
|
uid: string;
|
|
3000
|
+
id: string;
|
|
2999
3001
|
createTime: string;
|
|
3000
3002
|
updateTime: string;
|
|
3001
|
-
id: string;
|
|
3002
3003
|
profile?: {
|
|
3003
3004
|
displayName?: string | undefined;
|
|
3004
3005
|
bio?: string | undefined;
|
|
@@ -3012,7 +3013,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3012
3013
|
} | undefined;
|
|
3013
3014
|
} | undefined;
|
|
3014
3015
|
};
|
|
3015
|
-
id: string;
|
|
3016
3016
|
profile?: {
|
|
3017
3017
|
displayName?: string | undefined;
|
|
3018
3018
|
bio?: string | undefined;
|
|
@@ -3026,54 +3026,54 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3026
3026
|
} | undefined;
|
|
3027
3027
|
};
|
|
3028
3028
|
};
|
|
3029
|
-
id: string;
|
|
3030
|
-
documentationUrl: string;
|
|
3031
|
-
sourceUrl: string;
|
|
3032
|
-
recipe: Record<string, any>;
|
|
3033
|
-
readme: string;
|
|
3034
|
-
dataSpecification: {
|
|
3035
|
-
input?: any;
|
|
3036
|
-
output?: any;
|
|
3037
|
-
};
|
|
3038
|
-
sharing: {
|
|
3039
|
-
shareCode: {
|
|
3040
|
-
user: string;
|
|
3041
|
-
enabled: boolean;
|
|
3042
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3043
|
-
code?: string | undefined;
|
|
3044
|
-
} | null;
|
|
3045
|
-
users: Record<string, {
|
|
3046
|
-
enabled: boolean;
|
|
3047
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3048
|
-
} | undefined>;
|
|
3049
|
-
};
|
|
3050
3029
|
ownerName: string;
|
|
3051
3030
|
releases: {
|
|
3052
3031
|
name: string;
|
|
3053
|
-
description: string;
|
|
3054
3032
|
uid: string;
|
|
3055
|
-
|
|
3033
|
+
id: string;
|
|
3034
|
+
description: string;
|
|
3035
|
+
readme: string;
|
|
3056
3036
|
createTime: string;
|
|
3057
3037
|
updateTime: string;
|
|
3058
|
-
id: string;
|
|
3059
3038
|
recipe: Record<string, any>;
|
|
3060
|
-
readme: string;
|
|
3061
|
-
rawRecipe: string;
|
|
3062
3039
|
dataSpecification: {
|
|
3063
3040
|
input?: any;
|
|
3064
3041
|
output?: any;
|
|
3065
3042
|
};
|
|
3043
|
+
metadata: Record<string, any>;
|
|
3044
|
+
rawRecipe: string;
|
|
3066
3045
|
deleteTime?: string | undefined;
|
|
3067
3046
|
alias?: string | undefined;
|
|
3068
3047
|
}[];
|
|
3048
|
+
metadata: Record<string, any>;
|
|
3049
|
+
sharing: {
|
|
3050
|
+
users: Record<string, {
|
|
3051
|
+
enabled: boolean;
|
|
3052
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3053
|
+
} | undefined>;
|
|
3054
|
+
shareCode: {
|
|
3055
|
+
user: string;
|
|
3056
|
+
enabled: boolean;
|
|
3057
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3058
|
+
code?: string | undefined;
|
|
3059
|
+
} | null;
|
|
3060
|
+
};
|
|
3061
|
+
permission: {
|
|
3062
|
+
canEdit: boolean;
|
|
3063
|
+
canTrigger: boolean;
|
|
3064
|
+
};
|
|
3069
3065
|
tags: string[];
|
|
3070
3066
|
stats: {
|
|
3071
3067
|
lastRunTime: string;
|
|
3072
3068
|
numberOfRuns: number;
|
|
3073
3069
|
};
|
|
3074
3070
|
profileImage: string;
|
|
3071
|
+
sourceUrl: string;
|
|
3072
|
+
documentationUrl: string;
|
|
3075
3073
|
license: string;
|
|
3076
3074
|
}[];
|
|
3075
|
+
nextPageToken: string;
|
|
3076
|
+
totalSize: number;
|
|
3077
3077
|
}>;
|
|
3078
3078
|
export type GetNamespacePipelineRequest = {
|
|
3079
3079
|
namespaceId: string;
|
|
@@ -3155,9 +3155,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3155
3155
|
}, "strip", z.ZodTypeAny, {
|
|
3156
3156
|
name: string;
|
|
3157
3157
|
uid: string;
|
|
3158
|
+
id: string;
|
|
3158
3159
|
createTime: string;
|
|
3159
3160
|
updateTime: string;
|
|
3160
|
-
id: string;
|
|
3161
3161
|
profile?: {
|
|
3162
3162
|
displayName?: string | undefined;
|
|
3163
3163
|
bio?: string | undefined;
|
|
@@ -3173,9 +3173,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3173
3173
|
}, {
|
|
3174
3174
|
name: string;
|
|
3175
3175
|
uid: string;
|
|
3176
|
+
id: string;
|
|
3176
3177
|
createTime: string;
|
|
3177
3178
|
updateTime: string;
|
|
3178
|
-
id: string;
|
|
3179
3179
|
profile?: {
|
|
3180
3180
|
displayName?: string | undefined;
|
|
3181
3181
|
bio?: string | undefined;
|
|
@@ -3193,9 +3193,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3193
3193
|
user: {
|
|
3194
3194
|
name: string;
|
|
3195
3195
|
uid: string;
|
|
3196
|
+
id: string;
|
|
3196
3197
|
createTime: string;
|
|
3197
3198
|
updateTime: string;
|
|
3198
|
-
id: string;
|
|
3199
3199
|
profile?: {
|
|
3200
3200
|
displayName?: string | undefined;
|
|
3201
3201
|
bio?: string | undefined;
|
|
@@ -3213,9 +3213,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3213
3213
|
user: {
|
|
3214
3214
|
name: string;
|
|
3215
3215
|
uid: string;
|
|
3216
|
+
id: string;
|
|
3216
3217
|
createTime: string;
|
|
3217
3218
|
updateTime: string;
|
|
3218
|
-
id: string;
|
|
3219
3219
|
profile?: {
|
|
3220
3220
|
displayName?: string | undefined;
|
|
3221
3221
|
bio?: string | undefined;
|
|
@@ -3287,9 +3287,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3287
3287
|
}, "strip", z.ZodTypeAny, {
|
|
3288
3288
|
name: string;
|
|
3289
3289
|
uid: string;
|
|
3290
|
+
id: string;
|
|
3290
3291
|
createTime: string;
|
|
3291
3292
|
updateTime: string;
|
|
3292
|
-
id: string;
|
|
3293
3293
|
profile?: {
|
|
3294
3294
|
displayName?: string | undefined;
|
|
3295
3295
|
bio?: string | undefined;
|
|
@@ -3305,9 +3305,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3305
3305
|
}, {
|
|
3306
3306
|
name: string;
|
|
3307
3307
|
uid: string;
|
|
3308
|
+
id: string;
|
|
3308
3309
|
createTime: string;
|
|
3309
3310
|
updateTime: string;
|
|
3310
|
-
id: string;
|
|
3311
3311
|
profile?: {
|
|
3312
3312
|
displayName?: string | undefined;
|
|
3313
3313
|
bio?: string | undefined;
|
|
@@ -3363,14 +3363,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3363
3363
|
}, "strip", z.ZodTypeAny, {
|
|
3364
3364
|
name: string;
|
|
3365
3365
|
uid: string;
|
|
3366
|
+
id: string;
|
|
3366
3367
|
createTime: string;
|
|
3367
3368
|
updateTime: string;
|
|
3368
3369
|
owner: {
|
|
3369
3370
|
name: string;
|
|
3370
3371
|
uid: string;
|
|
3372
|
+
id: string;
|
|
3371
3373
|
createTime: string;
|
|
3372
3374
|
updateTime: string;
|
|
3373
|
-
id: string;
|
|
3374
3375
|
profile?: {
|
|
3375
3376
|
displayName?: string | undefined;
|
|
3376
3377
|
bio?: string | undefined;
|
|
@@ -3384,7 +3385,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3384
3385
|
} | undefined;
|
|
3385
3386
|
} | undefined;
|
|
3386
3387
|
};
|
|
3387
|
-
id: string;
|
|
3388
3388
|
profile?: {
|
|
3389
3389
|
displayName?: string | undefined;
|
|
3390
3390
|
bio?: string | undefined;
|
|
@@ -3399,14 +3399,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3399
3399
|
}, {
|
|
3400
3400
|
name: string;
|
|
3401
3401
|
uid: string;
|
|
3402
|
+
id: string;
|
|
3402
3403
|
createTime: string;
|
|
3403
3404
|
updateTime: string;
|
|
3404
3405
|
owner: {
|
|
3405
3406
|
name: string;
|
|
3406
3407
|
uid: string;
|
|
3408
|
+
id: string;
|
|
3407
3409
|
createTime: string;
|
|
3408
3410
|
updateTime: string;
|
|
3409
|
-
id: string;
|
|
3410
3411
|
profile?: {
|
|
3411
3412
|
displayName?: string | undefined;
|
|
3412
3413
|
bio?: string | undefined;
|
|
@@ -3420,7 +3421,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3420
3421
|
} | undefined;
|
|
3421
3422
|
} | undefined;
|
|
3422
3423
|
};
|
|
3423
|
-
id: string;
|
|
3424
3424
|
profile?: {
|
|
3425
3425
|
displayName?: string | undefined;
|
|
3426
3426
|
bio?: string | undefined;
|
|
@@ -3437,14 +3437,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3437
3437
|
organization: {
|
|
3438
3438
|
name: string;
|
|
3439
3439
|
uid: string;
|
|
3440
|
+
id: string;
|
|
3440
3441
|
createTime: string;
|
|
3441
3442
|
updateTime: string;
|
|
3442
3443
|
owner: {
|
|
3443
3444
|
name: string;
|
|
3444
3445
|
uid: string;
|
|
3446
|
+
id: string;
|
|
3445
3447
|
createTime: string;
|
|
3446
3448
|
updateTime: string;
|
|
3447
|
-
id: string;
|
|
3448
3449
|
profile?: {
|
|
3449
3450
|
displayName?: string | undefined;
|
|
3450
3451
|
bio?: string | undefined;
|
|
@@ -3458,7 +3459,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3458
3459
|
} | undefined;
|
|
3459
3460
|
} | undefined;
|
|
3460
3461
|
};
|
|
3461
|
-
id: string;
|
|
3462
3462
|
profile?: {
|
|
3463
3463
|
displayName?: string | undefined;
|
|
3464
3464
|
bio?: string | undefined;
|
|
@@ -3475,14 +3475,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3475
3475
|
organization: {
|
|
3476
3476
|
name: string;
|
|
3477
3477
|
uid: string;
|
|
3478
|
+
id: string;
|
|
3478
3479
|
createTime: string;
|
|
3479
3480
|
updateTime: string;
|
|
3480
3481
|
owner: {
|
|
3481
3482
|
name: string;
|
|
3482
3483
|
uid: string;
|
|
3484
|
+
id: string;
|
|
3483
3485
|
createTime: string;
|
|
3484
3486
|
updateTime: string;
|
|
3485
|
-
id: string;
|
|
3486
3487
|
profile?: {
|
|
3487
3488
|
displayName?: string | undefined;
|
|
3488
3489
|
bio?: string | undefined;
|
|
@@ -3496,7 +3497,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3496
3497
|
} | undefined;
|
|
3497
3498
|
} | undefined;
|
|
3498
3499
|
};
|
|
3499
|
-
id: string;
|
|
3500
3500
|
profile?: {
|
|
3501
3501
|
displayName?: string | undefined;
|
|
3502
3502
|
bio?: string | undefined;
|
|
@@ -3536,36 +3536,36 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3536
3536
|
}>;
|
|
3537
3537
|
}, "strip", z.ZodTypeAny, {
|
|
3538
3538
|
name: string;
|
|
3539
|
-
description: string;
|
|
3540
3539
|
uid: string;
|
|
3541
|
-
|
|
3540
|
+
id: string;
|
|
3541
|
+
description: string;
|
|
3542
|
+
readme: string;
|
|
3542
3543
|
createTime: string;
|
|
3543
3544
|
updateTime: string;
|
|
3544
|
-
id: string;
|
|
3545
3545
|
recipe: Record<string, any>;
|
|
3546
|
-
readme: string;
|
|
3547
|
-
rawRecipe: string;
|
|
3548
3546
|
dataSpecification: {
|
|
3549
3547
|
input?: any;
|
|
3550
3548
|
output?: any;
|
|
3551
3549
|
};
|
|
3550
|
+
metadata: Record<string, any>;
|
|
3551
|
+
rawRecipe: string;
|
|
3552
3552
|
deleteTime?: string | undefined;
|
|
3553
3553
|
alias?: string | undefined;
|
|
3554
3554
|
}, {
|
|
3555
3555
|
name: string;
|
|
3556
|
-
description: string;
|
|
3557
3556
|
uid: string;
|
|
3558
|
-
|
|
3557
|
+
id: string;
|
|
3558
|
+
description: string;
|
|
3559
|
+
readme: string;
|
|
3559
3560
|
createTime: string;
|
|
3560
3561
|
updateTime: string;
|
|
3561
|
-
id: string;
|
|
3562
3562
|
recipe: Record<string, any>;
|
|
3563
|
-
readme: string;
|
|
3564
|
-
rawRecipe: string;
|
|
3565
3563
|
dataSpecification: {
|
|
3566
3564
|
input?: any;
|
|
3567
3565
|
output?: any;
|
|
3568
3566
|
};
|
|
3567
|
+
metadata: Record<string, any>;
|
|
3568
|
+
rawRecipe: string;
|
|
3569
3569
|
deleteTime?: string | undefined;
|
|
3570
3570
|
alias?: string | undefined;
|
|
3571
3571
|
}>, "many">;
|
|
@@ -3597,27 +3597,27 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3597
3597
|
code?: string | undefined;
|
|
3598
3598
|
}>>;
|
|
3599
3599
|
}, "strip", z.ZodTypeAny, {
|
|
3600
|
+
users: Record<string, {
|
|
3601
|
+
enabled: boolean;
|
|
3602
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3603
|
+
} | undefined>;
|
|
3600
3604
|
shareCode: {
|
|
3601
3605
|
user: string;
|
|
3602
3606
|
enabled: boolean;
|
|
3603
3607
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3604
3608
|
code?: string | undefined;
|
|
3605
3609
|
} | null;
|
|
3610
|
+
}, {
|
|
3606
3611
|
users: Record<string, {
|
|
3607
3612
|
enabled: boolean;
|
|
3608
3613
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3609
3614
|
} | undefined>;
|
|
3610
|
-
}, {
|
|
3611
3615
|
shareCode: {
|
|
3612
3616
|
user: string;
|
|
3613
3617
|
enabled: boolean;
|
|
3614
3618
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3615
3619
|
code?: string | undefined;
|
|
3616
3620
|
} | null;
|
|
3617
|
-
users: Record<string, {
|
|
3618
|
-
enabled: boolean;
|
|
3619
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3620
|
-
} | undefined>;
|
|
3621
3621
|
}>;
|
|
3622
3622
|
metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
3623
3623
|
permission: z.ZodObject<{
|
|
@@ -3647,22 +3647,24 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3647
3647
|
license: z.ZodString;
|
|
3648
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
3649
|
name: string;
|
|
3650
|
-
description: string;
|
|
3651
3650
|
uid: string;
|
|
3652
|
-
|
|
3651
|
+
id: string;
|
|
3652
|
+
description: string;
|
|
3653
|
+
readme: string;
|
|
3653
3654
|
createTime: string;
|
|
3654
3655
|
updateTime: string;
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3656
|
+
recipe: Record<string, any>;
|
|
3657
|
+
dataSpecification: {
|
|
3658
|
+
input?: any;
|
|
3659
|
+
output?: any;
|
|
3658
3660
|
};
|
|
3659
3661
|
owner: {
|
|
3660
3662
|
user: {
|
|
3661
3663
|
name: string;
|
|
3662
3664
|
uid: string;
|
|
3665
|
+
id: string;
|
|
3663
3666
|
createTime: string;
|
|
3664
3667
|
updateTime: string;
|
|
3665
|
-
id: string;
|
|
3666
3668
|
profile?: {
|
|
3667
3669
|
displayName?: string | undefined;
|
|
3668
3670
|
bio?: string | undefined;
|
|
@@ -3680,14 +3682,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3680
3682
|
organization: {
|
|
3681
3683
|
name: string;
|
|
3682
3684
|
uid: string;
|
|
3685
|
+
id: string;
|
|
3683
3686
|
createTime: string;
|
|
3684
3687
|
updateTime: string;
|
|
3685
3688
|
owner: {
|
|
3686
3689
|
name: string;
|
|
3687
3690
|
uid: string;
|
|
3691
|
+
id: string;
|
|
3688
3692
|
createTime: string;
|
|
3689
3693
|
updateTime: string;
|
|
3690
|
-
id: string;
|
|
3691
3694
|
profile?: {
|
|
3692
3695
|
displayName?: string | undefined;
|
|
3693
3696
|
bio?: string | undefined;
|
|
@@ -3701,7 +3704,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3701
3704
|
} | undefined;
|
|
3702
3705
|
} | undefined;
|
|
3703
3706
|
};
|
|
3704
|
-
id: string;
|
|
3705
3707
|
profile?: {
|
|
3706
3708
|
displayName?: string | undefined;
|
|
3707
3709
|
bio?: string | undefined;
|
|
@@ -3715,71 +3717,71 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3715
3717
|
} | undefined;
|
|
3716
3718
|
};
|
|
3717
3719
|
};
|
|
3718
|
-
id: string;
|
|
3719
|
-
documentationUrl: string;
|
|
3720
|
-
sourceUrl: string;
|
|
3721
|
-
recipe: Record<string, any>;
|
|
3722
|
-
readme: string;
|
|
3723
|
-
dataSpecification: {
|
|
3724
|
-
input?: any;
|
|
3725
|
-
output?: any;
|
|
3726
|
-
};
|
|
3727
|
-
sharing: {
|
|
3728
|
-
shareCode: {
|
|
3729
|
-
user: string;
|
|
3730
|
-
enabled: boolean;
|
|
3731
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3732
|
-
code?: string | undefined;
|
|
3733
|
-
} | null;
|
|
3734
|
-
users: Record<string, {
|
|
3735
|
-
enabled: boolean;
|
|
3736
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3737
|
-
} | undefined>;
|
|
3738
|
-
};
|
|
3739
3720
|
ownerName: string;
|
|
3740
3721
|
releases: {
|
|
3741
3722
|
name: string;
|
|
3742
|
-
description: string;
|
|
3743
3723
|
uid: string;
|
|
3744
|
-
|
|
3724
|
+
id: string;
|
|
3725
|
+
description: string;
|
|
3726
|
+
readme: string;
|
|
3745
3727
|
createTime: string;
|
|
3746
3728
|
updateTime: string;
|
|
3747
|
-
id: string;
|
|
3748
3729
|
recipe: Record<string, any>;
|
|
3749
|
-
readme: string;
|
|
3750
|
-
rawRecipe: string;
|
|
3751
3730
|
dataSpecification: {
|
|
3752
3731
|
input?: any;
|
|
3753
3732
|
output?: any;
|
|
3754
3733
|
};
|
|
3734
|
+
metadata: Record<string, any>;
|
|
3735
|
+
rawRecipe: string;
|
|
3755
3736
|
deleteTime?: string | undefined;
|
|
3756
3737
|
alias?: string | undefined;
|
|
3757
3738
|
}[];
|
|
3739
|
+
metadata: Record<string, any>;
|
|
3740
|
+
sharing: {
|
|
3741
|
+
users: Record<string, {
|
|
3742
|
+
enabled: boolean;
|
|
3743
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3744
|
+
} | undefined>;
|
|
3745
|
+
shareCode: {
|
|
3746
|
+
user: string;
|
|
3747
|
+
enabled: boolean;
|
|
3748
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3749
|
+
code?: string | undefined;
|
|
3750
|
+
} | null;
|
|
3751
|
+
};
|
|
3752
|
+
permission: {
|
|
3753
|
+
canEdit: boolean;
|
|
3754
|
+
canTrigger: boolean;
|
|
3755
|
+
};
|
|
3758
3756
|
tags: string[];
|
|
3759
3757
|
stats: {
|
|
3760
3758
|
lastRunTime: string;
|
|
3761
3759
|
numberOfRuns: number;
|
|
3762
3760
|
};
|
|
3763
3761
|
profileImage: string;
|
|
3762
|
+
sourceUrl: string;
|
|
3763
|
+
documentationUrl: string;
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
-
description: string;
|
|
3768
3767
|
uid: string;
|
|
3769
|
-
|
|
3768
|
+
id: string;
|
|
3769
|
+
description: string;
|
|
3770
|
+
readme: string;
|
|
3770
3771
|
createTime: string;
|
|
3771
3772
|
updateTime: string;
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3773
|
+
recipe: Record<string, any>;
|
|
3774
|
+
dataSpecification: {
|
|
3775
|
+
input?: any;
|
|
3776
|
+
output?: any;
|
|
3775
3777
|
};
|
|
3776
3778
|
owner: {
|
|
3777
3779
|
user: {
|
|
3778
3780
|
name: string;
|
|
3779
3781
|
uid: string;
|
|
3782
|
+
id: string;
|
|
3780
3783
|
createTime: string;
|
|
3781
3784
|
updateTime: string;
|
|
3782
|
-
id: string;
|
|
3783
3785
|
profile?: {
|
|
3784
3786
|
displayName?: string | undefined;
|
|
3785
3787
|
bio?: string | undefined;
|
|
@@ -3797,14 +3799,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3797
3799
|
organization: {
|
|
3798
3800
|
name: string;
|
|
3799
3801
|
uid: string;
|
|
3802
|
+
id: string;
|
|
3800
3803
|
createTime: string;
|
|
3801
3804
|
updateTime: string;
|
|
3802
3805
|
owner: {
|
|
3803
3806
|
name: string;
|
|
3804
3807
|
uid: string;
|
|
3808
|
+
id: string;
|
|
3805
3809
|
createTime: string;
|
|
3806
3810
|
updateTime: string;
|
|
3807
|
-
id: string;
|
|
3808
3811
|
profile?: {
|
|
3809
3812
|
displayName?: string | undefined;
|
|
3810
3813
|
bio?: string | undefined;
|
|
@@ -3818,7 +3821,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3818
3821
|
} | undefined;
|
|
3819
3822
|
} | undefined;
|
|
3820
3823
|
};
|
|
3821
|
-
id: string;
|
|
3822
3824
|
profile?: {
|
|
3823
3825
|
displayName?: string | undefined;
|
|
3824
3826
|
bio?: string | undefined;
|
|
@@ -3832,52 +3834,50 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3832
3834
|
} | undefined;
|
|
3833
3835
|
};
|
|
3834
3836
|
};
|
|
3835
|
-
id: string;
|
|
3836
|
-
documentationUrl: string;
|
|
3837
|
-
sourceUrl: string;
|
|
3838
|
-
recipe: Record<string, any>;
|
|
3839
|
-
readme: string;
|
|
3840
|
-
dataSpecification: {
|
|
3841
|
-
input?: any;
|
|
3842
|
-
output?: any;
|
|
3843
|
-
};
|
|
3844
|
-
sharing: {
|
|
3845
|
-
shareCode: {
|
|
3846
|
-
user: string;
|
|
3847
|
-
enabled: boolean;
|
|
3848
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3849
|
-
code?: string | undefined;
|
|
3850
|
-
} | null;
|
|
3851
|
-
users: Record<string, {
|
|
3852
|
-
enabled: boolean;
|
|
3853
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3854
|
-
} | undefined>;
|
|
3855
|
-
};
|
|
3856
3837
|
ownerName: string;
|
|
3857
3838
|
releases: {
|
|
3858
3839
|
name: string;
|
|
3859
|
-
description: string;
|
|
3860
3840
|
uid: string;
|
|
3861
|
-
|
|
3841
|
+
id: string;
|
|
3842
|
+
description: string;
|
|
3843
|
+
readme: string;
|
|
3862
3844
|
createTime: string;
|
|
3863
3845
|
updateTime: string;
|
|
3864
|
-
id: string;
|
|
3865
3846
|
recipe: Record<string, any>;
|
|
3866
|
-
readme: string;
|
|
3867
|
-
rawRecipe: string;
|
|
3868
3847
|
dataSpecification: {
|
|
3869
3848
|
input?: any;
|
|
3870
3849
|
output?: any;
|
|
3871
3850
|
};
|
|
3851
|
+
metadata: Record<string, any>;
|
|
3852
|
+
rawRecipe: string;
|
|
3872
3853
|
deleteTime?: string | undefined;
|
|
3873
3854
|
alias?: string | undefined;
|
|
3874
3855
|
}[];
|
|
3856
|
+
metadata: Record<string, any>;
|
|
3857
|
+
sharing: {
|
|
3858
|
+
users: Record<string, {
|
|
3859
|
+
enabled: boolean;
|
|
3860
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3861
|
+
} | undefined>;
|
|
3862
|
+
shareCode: {
|
|
3863
|
+
user: string;
|
|
3864
|
+
enabled: boolean;
|
|
3865
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
3866
|
+
code?: string | undefined;
|
|
3867
|
+
} | null;
|
|
3868
|
+
};
|
|
3869
|
+
permission: {
|
|
3870
|
+
canEdit: boolean;
|
|
3871
|
+
canTrigger: boolean;
|
|
3872
|
+
};
|
|
3875
3873
|
tags: string[];
|
|
3876
3874
|
stats: {
|
|
3877
3875
|
lastRunTime: string;
|
|
3878
3876
|
numberOfRuns: number;
|
|
3879
3877
|
};
|
|
3880
3878
|
profileImage: string;
|
|
3879
|
+
sourceUrl: string;
|
|
3880
|
+
documentationUrl: string;
|
|
3881
3881
|
license: string;
|
|
3882
3882
|
}>;
|
|
3883
3883
|
export type CreateNamespacePipelineRequest = {
|
|
@@ -3964,9 +3964,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3964
3964
|
}, "strip", z.ZodTypeAny, {
|
|
3965
3965
|
name: string;
|
|
3966
3966
|
uid: string;
|
|
3967
|
+
id: string;
|
|
3967
3968
|
createTime: string;
|
|
3968
3969
|
updateTime: string;
|
|
3969
|
-
id: string;
|
|
3970
3970
|
profile?: {
|
|
3971
3971
|
displayName?: string | undefined;
|
|
3972
3972
|
bio?: string | undefined;
|
|
@@ -3982,9 +3982,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3982
3982
|
}, {
|
|
3983
3983
|
name: string;
|
|
3984
3984
|
uid: string;
|
|
3985
|
+
id: string;
|
|
3985
3986
|
createTime: string;
|
|
3986
3987
|
updateTime: string;
|
|
3987
|
-
id: string;
|
|
3988
3988
|
profile?: {
|
|
3989
3989
|
displayName?: string | undefined;
|
|
3990
3990
|
bio?: string | undefined;
|
|
@@ -4002,9 +4002,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4002
4002
|
user: {
|
|
4003
4003
|
name: string;
|
|
4004
4004
|
uid: string;
|
|
4005
|
+
id: string;
|
|
4005
4006
|
createTime: string;
|
|
4006
4007
|
updateTime: string;
|
|
4007
|
-
id: string;
|
|
4008
4008
|
profile?: {
|
|
4009
4009
|
displayName?: string | undefined;
|
|
4010
4010
|
bio?: string | undefined;
|
|
@@ -4022,9 +4022,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4022
4022
|
user: {
|
|
4023
4023
|
name: string;
|
|
4024
4024
|
uid: string;
|
|
4025
|
+
id: string;
|
|
4025
4026
|
createTime: string;
|
|
4026
4027
|
updateTime: string;
|
|
4027
|
-
id: string;
|
|
4028
4028
|
profile?: {
|
|
4029
4029
|
displayName?: string | undefined;
|
|
4030
4030
|
bio?: string | undefined;
|
|
@@ -4096,9 +4096,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4096
4096
|
}, "strip", z.ZodTypeAny, {
|
|
4097
4097
|
name: string;
|
|
4098
4098
|
uid: string;
|
|
4099
|
+
id: string;
|
|
4099
4100
|
createTime: string;
|
|
4100
4101
|
updateTime: string;
|
|
4101
|
-
id: string;
|
|
4102
4102
|
profile?: {
|
|
4103
4103
|
displayName?: string | undefined;
|
|
4104
4104
|
bio?: string | undefined;
|
|
@@ -4114,9 +4114,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4114
4114
|
}, {
|
|
4115
4115
|
name: string;
|
|
4116
4116
|
uid: string;
|
|
4117
|
+
id: string;
|
|
4117
4118
|
createTime: string;
|
|
4118
4119
|
updateTime: string;
|
|
4119
|
-
id: string;
|
|
4120
4120
|
profile?: {
|
|
4121
4121
|
displayName?: string | undefined;
|
|
4122
4122
|
bio?: string | undefined;
|
|
@@ -4172,14 +4172,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4172
4172
|
}, "strip", z.ZodTypeAny, {
|
|
4173
4173
|
name: string;
|
|
4174
4174
|
uid: string;
|
|
4175
|
+
id: string;
|
|
4175
4176
|
createTime: string;
|
|
4176
4177
|
updateTime: string;
|
|
4177
4178
|
owner: {
|
|
4178
4179
|
name: string;
|
|
4179
4180
|
uid: string;
|
|
4181
|
+
id: string;
|
|
4180
4182
|
createTime: string;
|
|
4181
4183
|
updateTime: string;
|
|
4182
|
-
id: string;
|
|
4183
4184
|
profile?: {
|
|
4184
4185
|
displayName?: string | undefined;
|
|
4185
4186
|
bio?: string | undefined;
|
|
@@ -4193,7 +4194,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4193
4194
|
} | undefined;
|
|
4194
4195
|
} | undefined;
|
|
4195
4196
|
};
|
|
4196
|
-
id: string;
|
|
4197
4197
|
profile?: {
|
|
4198
4198
|
displayName?: string | undefined;
|
|
4199
4199
|
bio?: string | undefined;
|
|
@@ -4208,14 +4208,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4208
4208
|
}, {
|
|
4209
4209
|
name: string;
|
|
4210
4210
|
uid: string;
|
|
4211
|
+
id: string;
|
|
4211
4212
|
createTime: string;
|
|
4212
4213
|
updateTime: string;
|
|
4213
4214
|
owner: {
|
|
4214
4215
|
name: string;
|
|
4215
4216
|
uid: string;
|
|
4217
|
+
id: string;
|
|
4216
4218
|
createTime: string;
|
|
4217
4219
|
updateTime: string;
|
|
4218
|
-
id: string;
|
|
4219
4220
|
profile?: {
|
|
4220
4221
|
displayName?: string | undefined;
|
|
4221
4222
|
bio?: string | undefined;
|
|
@@ -4229,7 +4230,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4229
4230
|
} | undefined;
|
|
4230
4231
|
} | undefined;
|
|
4231
4232
|
};
|
|
4232
|
-
id: string;
|
|
4233
4233
|
profile?: {
|
|
4234
4234
|
displayName?: string | undefined;
|
|
4235
4235
|
bio?: string | undefined;
|
|
@@ -4246,14 +4246,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4246
4246
|
organization: {
|
|
4247
4247
|
name: string;
|
|
4248
4248
|
uid: string;
|
|
4249
|
+
id: string;
|
|
4249
4250
|
createTime: string;
|
|
4250
4251
|
updateTime: string;
|
|
4251
4252
|
owner: {
|
|
4252
4253
|
name: string;
|
|
4253
4254
|
uid: string;
|
|
4255
|
+
id: string;
|
|
4254
4256
|
createTime: string;
|
|
4255
4257
|
updateTime: string;
|
|
4256
|
-
id: string;
|
|
4257
4258
|
profile?: {
|
|
4258
4259
|
displayName?: string | undefined;
|
|
4259
4260
|
bio?: string | undefined;
|
|
@@ -4267,7 +4268,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4267
4268
|
} | undefined;
|
|
4268
4269
|
} | undefined;
|
|
4269
4270
|
};
|
|
4270
|
-
id: string;
|
|
4271
4271
|
profile?: {
|
|
4272
4272
|
displayName?: string | undefined;
|
|
4273
4273
|
bio?: string | undefined;
|
|
@@ -4284,14 +4284,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4284
4284
|
organization: {
|
|
4285
4285
|
name: string;
|
|
4286
4286
|
uid: string;
|
|
4287
|
+
id: string;
|
|
4287
4288
|
createTime: string;
|
|
4288
4289
|
updateTime: string;
|
|
4289
4290
|
owner: {
|
|
4290
4291
|
name: string;
|
|
4291
4292
|
uid: string;
|
|
4293
|
+
id: string;
|
|
4292
4294
|
createTime: string;
|
|
4293
4295
|
updateTime: string;
|
|
4294
|
-
id: string;
|
|
4295
4296
|
profile?: {
|
|
4296
4297
|
displayName?: string | undefined;
|
|
4297
4298
|
bio?: string | undefined;
|
|
@@ -4305,7 +4306,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4305
4306
|
} | undefined;
|
|
4306
4307
|
} | undefined;
|
|
4307
4308
|
};
|
|
4308
|
-
id: string;
|
|
4309
4309
|
profile?: {
|
|
4310
4310
|
displayName?: string | undefined;
|
|
4311
4311
|
bio?: string | undefined;
|
|
@@ -4345,36 +4345,36 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4345
4345
|
}>;
|
|
4346
4346
|
}, "strip", z.ZodTypeAny, {
|
|
4347
4347
|
name: string;
|
|
4348
|
-
description: string;
|
|
4349
4348
|
uid: string;
|
|
4350
|
-
|
|
4349
|
+
id: string;
|
|
4350
|
+
description: string;
|
|
4351
|
+
readme: string;
|
|
4351
4352
|
createTime: string;
|
|
4352
4353
|
updateTime: string;
|
|
4353
|
-
id: string;
|
|
4354
4354
|
recipe: Record<string, any>;
|
|
4355
|
-
readme: string;
|
|
4356
|
-
rawRecipe: string;
|
|
4357
4355
|
dataSpecification: {
|
|
4358
4356
|
input?: any;
|
|
4359
4357
|
output?: any;
|
|
4360
4358
|
};
|
|
4359
|
+
metadata: Record<string, any>;
|
|
4360
|
+
rawRecipe: string;
|
|
4361
4361
|
deleteTime?: string | undefined;
|
|
4362
4362
|
alias?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
4364
|
name: string;
|
|
4365
|
-
description: string;
|
|
4366
4365
|
uid: string;
|
|
4367
|
-
|
|
4366
|
+
id: string;
|
|
4367
|
+
description: string;
|
|
4368
|
+
readme: string;
|
|
4368
4369
|
createTime: string;
|
|
4369
4370
|
updateTime: string;
|
|
4370
|
-
id: string;
|
|
4371
4371
|
recipe: Record<string, any>;
|
|
4372
|
-
readme: string;
|
|
4373
|
-
rawRecipe: string;
|
|
4374
4372
|
dataSpecification: {
|
|
4375
4373
|
input?: any;
|
|
4376
4374
|
output?: any;
|
|
4377
4375
|
};
|
|
4376
|
+
metadata: Record<string, any>;
|
|
4377
|
+
rawRecipe: string;
|
|
4378
4378
|
deleteTime?: string | undefined;
|
|
4379
4379
|
alias?: string | undefined;
|
|
4380
4380
|
}>, "many">;
|
|
@@ -4406,27 +4406,27 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4406
4406
|
code?: string | undefined;
|
|
4407
4407
|
}>>;
|
|
4408
4408
|
}, "strip", z.ZodTypeAny, {
|
|
4409
|
+
users: Record<string, {
|
|
4410
|
+
enabled: boolean;
|
|
4411
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4412
|
+
} | undefined>;
|
|
4409
4413
|
shareCode: {
|
|
4410
4414
|
user: string;
|
|
4411
4415
|
enabled: boolean;
|
|
4412
4416
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4413
4417
|
code?: string | undefined;
|
|
4414
4418
|
} | null;
|
|
4419
|
+
}, {
|
|
4415
4420
|
users: Record<string, {
|
|
4416
4421
|
enabled: boolean;
|
|
4417
4422
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4418
4423
|
} | undefined>;
|
|
4419
|
-
}, {
|
|
4420
4424
|
shareCode: {
|
|
4421
4425
|
user: string;
|
|
4422
4426
|
enabled: boolean;
|
|
4423
4427
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4424
4428
|
code?: string | undefined;
|
|
4425
4429
|
} | null;
|
|
4426
|
-
users: Record<string, {
|
|
4427
|
-
enabled: boolean;
|
|
4428
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4429
|
-
} | undefined>;
|
|
4430
4430
|
}>;
|
|
4431
4431
|
metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
4432
4432
|
permission: z.ZodObject<{
|
|
@@ -4456,22 +4456,24 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4456
4456
|
license: z.ZodString;
|
|
4457
4457
|
}, "strip", z.ZodTypeAny, {
|
|
4458
4458
|
name: string;
|
|
4459
|
-
description: string;
|
|
4460
4459
|
uid: string;
|
|
4461
|
-
|
|
4460
|
+
id: string;
|
|
4461
|
+
description: string;
|
|
4462
|
+
readme: string;
|
|
4462
4463
|
createTime: string;
|
|
4463
4464
|
updateTime: string;
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4465
|
+
recipe: Record<string, any>;
|
|
4466
|
+
dataSpecification: {
|
|
4467
|
+
input?: any;
|
|
4468
|
+
output?: any;
|
|
4467
4469
|
};
|
|
4468
4470
|
owner: {
|
|
4469
4471
|
user: {
|
|
4470
4472
|
name: string;
|
|
4471
4473
|
uid: string;
|
|
4474
|
+
id: string;
|
|
4472
4475
|
createTime: string;
|
|
4473
4476
|
updateTime: string;
|
|
4474
|
-
id: string;
|
|
4475
4477
|
profile?: {
|
|
4476
4478
|
displayName?: string | undefined;
|
|
4477
4479
|
bio?: string | undefined;
|
|
@@ -4489,14 +4491,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4489
4491
|
organization: {
|
|
4490
4492
|
name: string;
|
|
4491
4493
|
uid: string;
|
|
4494
|
+
id: string;
|
|
4492
4495
|
createTime: string;
|
|
4493
4496
|
updateTime: string;
|
|
4494
4497
|
owner: {
|
|
4495
4498
|
name: string;
|
|
4496
4499
|
uid: string;
|
|
4500
|
+
id: string;
|
|
4497
4501
|
createTime: string;
|
|
4498
4502
|
updateTime: string;
|
|
4499
|
-
id: string;
|
|
4500
4503
|
profile?: {
|
|
4501
4504
|
displayName?: string | undefined;
|
|
4502
4505
|
bio?: string | undefined;
|
|
@@ -4510,7 +4513,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4510
4513
|
} | undefined;
|
|
4511
4514
|
} | undefined;
|
|
4512
4515
|
};
|
|
4513
|
-
id: string;
|
|
4514
4516
|
profile?: {
|
|
4515
4517
|
displayName?: string | undefined;
|
|
4516
4518
|
bio?: string | undefined;
|
|
@@ -4524,71 +4526,71 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4524
4526
|
} | undefined;
|
|
4525
4527
|
};
|
|
4526
4528
|
};
|
|
4527
|
-
id: string;
|
|
4528
|
-
documentationUrl: string;
|
|
4529
|
-
sourceUrl: string;
|
|
4530
|
-
recipe: Record<string, any>;
|
|
4531
|
-
readme: string;
|
|
4532
|
-
dataSpecification: {
|
|
4533
|
-
input?: any;
|
|
4534
|
-
output?: any;
|
|
4535
|
-
};
|
|
4536
|
-
sharing: {
|
|
4537
|
-
shareCode: {
|
|
4538
|
-
user: string;
|
|
4539
|
-
enabled: boolean;
|
|
4540
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4541
|
-
code?: string | undefined;
|
|
4542
|
-
} | null;
|
|
4543
|
-
users: Record<string, {
|
|
4544
|
-
enabled: boolean;
|
|
4545
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4546
|
-
} | undefined>;
|
|
4547
|
-
};
|
|
4548
4529
|
ownerName: string;
|
|
4549
4530
|
releases: {
|
|
4550
4531
|
name: string;
|
|
4551
|
-
description: string;
|
|
4552
4532
|
uid: string;
|
|
4553
|
-
|
|
4533
|
+
id: string;
|
|
4534
|
+
description: string;
|
|
4535
|
+
readme: string;
|
|
4554
4536
|
createTime: string;
|
|
4555
4537
|
updateTime: string;
|
|
4556
|
-
id: string;
|
|
4557
4538
|
recipe: Record<string, any>;
|
|
4558
|
-
readme: string;
|
|
4559
|
-
rawRecipe: string;
|
|
4560
4539
|
dataSpecification: {
|
|
4561
4540
|
input?: any;
|
|
4562
4541
|
output?: any;
|
|
4563
4542
|
};
|
|
4543
|
+
metadata: Record<string, any>;
|
|
4544
|
+
rawRecipe: string;
|
|
4564
4545
|
deleteTime?: string | undefined;
|
|
4565
4546
|
alias?: string | undefined;
|
|
4566
4547
|
}[];
|
|
4548
|
+
metadata: Record<string, any>;
|
|
4549
|
+
sharing: {
|
|
4550
|
+
users: Record<string, {
|
|
4551
|
+
enabled: boolean;
|
|
4552
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4553
|
+
} | undefined>;
|
|
4554
|
+
shareCode: {
|
|
4555
|
+
user: string;
|
|
4556
|
+
enabled: boolean;
|
|
4557
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4558
|
+
code?: string | undefined;
|
|
4559
|
+
} | null;
|
|
4560
|
+
};
|
|
4561
|
+
permission: {
|
|
4562
|
+
canEdit: boolean;
|
|
4563
|
+
canTrigger: boolean;
|
|
4564
|
+
};
|
|
4567
4565
|
tags: string[];
|
|
4568
4566
|
stats: {
|
|
4569
4567
|
lastRunTime: string;
|
|
4570
4568
|
numberOfRuns: number;
|
|
4571
4569
|
};
|
|
4572
4570
|
profileImage: string;
|
|
4571
|
+
sourceUrl: string;
|
|
4572
|
+
documentationUrl: string;
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
-
description: string;
|
|
4577
4576
|
uid: string;
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4577
|
+
id: string;
|
|
4578
|
+
description: string;
|
|
4579
|
+
readme: string;
|
|
4580
|
+
createTime: string;
|
|
4581
|
+
updateTime: string;
|
|
4582
|
+
recipe: Record<string, any>;
|
|
4583
|
+
dataSpecification: {
|
|
4584
|
+
input?: any;
|
|
4585
|
+
output?: any;
|
|
4584
4586
|
};
|
|
4585
4587
|
owner: {
|
|
4586
4588
|
user: {
|
|
4587
4589
|
name: string;
|
|
4588
4590
|
uid: string;
|
|
4591
|
+
id: string;
|
|
4589
4592
|
createTime: string;
|
|
4590
4593
|
updateTime: string;
|
|
4591
|
-
id: string;
|
|
4592
4594
|
profile?: {
|
|
4593
4595
|
displayName?: string | undefined;
|
|
4594
4596
|
bio?: string | undefined;
|
|
@@ -4606,14 +4608,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4606
4608
|
organization: {
|
|
4607
4609
|
name: string;
|
|
4608
4610
|
uid: string;
|
|
4611
|
+
id: string;
|
|
4609
4612
|
createTime: string;
|
|
4610
4613
|
updateTime: string;
|
|
4611
4614
|
owner: {
|
|
4612
4615
|
name: string;
|
|
4613
4616
|
uid: string;
|
|
4617
|
+
id: string;
|
|
4614
4618
|
createTime: string;
|
|
4615
4619
|
updateTime: string;
|
|
4616
|
-
id: string;
|
|
4617
4620
|
profile?: {
|
|
4618
4621
|
displayName?: string | undefined;
|
|
4619
4622
|
bio?: string | undefined;
|
|
@@ -4627,7 +4630,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4627
4630
|
} | undefined;
|
|
4628
4631
|
} | undefined;
|
|
4629
4632
|
};
|
|
4630
|
-
id: string;
|
|
4631
4633
|
profile?: {
|
|
4632
4634
|
displayName?: string | undefined;
|
|
4633
4635
|
bio?: string | undefined;
|
|
@@ -4641,52 +4643,50 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4641
4643
|
} | undefined;
|
|
4642
4644
|
};
|
|
4643
4645
|
};
|
|
4644
|
-
id: string;
|
|
4645
|
-
documentationUrl: string;
|
|
4646
|
-
sourceUrl: string;
|
|
4647
|
-
recipe: Record<string, any>;
|
|
4648
|
-
readme: string;
|
|
4649
|
-
dataSpecification: {
|
|
4650
|
-
input?: any;
|
|
4651
|
-
output?: any;
|
|
4652
|
-
};
|
|
4653
|
-
sharing: {
|
|
4654
|
-
shareCode: {
|
|
4655
|
-
user: string;
|
|
4656
|
-
enabled: boolean;
|
|
4657
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4658
|
-
code?: string | undefined;
|
|
4659
|
-
} | null;
|
|
4660
|
-
users: Record<string, {
|
|
4661
|
-
enabled: boolean;
|
|
4662
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4663
|
-
} | undefined>;
|
|
4664
|
-
};
|
|
4665
4646
|
ownerName: string;
|
|
4666
4647
|
releases: {
|
|
4667
4648
|
name: string;
|
|
4668
|
-
description: string;
|
|
4669
4649
|
uid: string;
|
|
4670
|
-
|
|
4650
|
+
id: string;
|
|
4651
|
+
description: string;
|
|
4652
|
+
readme: string;
|
|
4671
4653
|
createTime: string;
|
|
4672
4654
|
updateTime: string;
|
|
4673
|
-
id: string;
|
|
4674
4655
|
recipe: Record<string, any>;
|
|
4675
|
-
readme: string;
|
|
4676
|
-
rawRecipe: string;
|
|
4677
4656
|
dataSpecification: {
|
|
4678
4657
|
input?: any;
|
|
4679
4658
|
output?: any;
|
|
4680
4659
|
};
|
|
4660
|
+
metadata: Record<string, any>;
|
|
4661
|
+
rawRecipe: string;
|
|
4681
4662
|
deleteTime?: string | undefined;
|
|
4682
4663
|
alias?: string | undefined;
|
|
4683
4664
|
}[];
|
|
4665
|
+
metadata: Record<string, any>;
|
|
4666
|
+
sharing: {
|
|
4667
|
+
users: Record<string, {
|
|
4668
|
+
enabled: boolean;
|
|
4669
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4670
|
+
} | undefined>;
|
|
4671
|
+
shareCode: {
|
|
4672
|
+
user: string;
|
|
4673
|
+
enabled: boolean;
|
|
4674
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
4675
|
+
code?: string | undefined;
|
|
4676
|
+
} | null;
|
|
4677
|
+
};
|
|
4678
|
+
permission: {
|
|
4679
|
+
canEdit: boolean;
|
|
4680
|
+
canTrigger: boolean;
|
|
4681
|
+
};
|
|
4684
4682
|
tags: string[];
|
|
4685
4683
|
stats: {
|
|
4686
4684
|
lastRunTime: string;
|
|
4687
4685
|
numberOfRuns: number;
|
|
4688
4686
|
};
|
|
4689
4687
|
profileImage: string;
|
|
4688
|
+
sourceUrl: string;
|
|
4689
|
+
documentationUrl: string;
|
|
4690
4690
|
license: string;
|
|
4691
4691
|
}>;
|
|
4692
4692
|
export type DeleteNamespacePipelineRequest = {
|
|
@@ -4782,9 +4782,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4782
4782
|
}, "strip", z.ZodTypeAny, {
|
|
4783
4783
|
name: string;
|
|
4784
4784
|
uid: string;
|
|
4785
|
+
id: string;
|
|
4785
4786
|
createTime: string;
|
|
4786
4787
|
updateTime: string;
|
|
4787
|
-
id: string;
|
|
4788
4788
|
profile?: {
|
|
4789
4789
|
displayName?: string | undefined;
|
|
4790
4790
|
bio?: string | undefined;
|
|
@@ -4800,9 +4800,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4800
4800
|
}, {
|
|
4801
4801
|
name: string;
|
|
4802
4802
|
uid: string;
|
|
4803
|
+
id: string;
|
|
4803
4804
|
createTime: string;
|
|
4804
4805
|
updateTime: string;
|
|
4805
|
-
id: string;
|
|
4806
4806
|
profile?: {
|
|
4807
4807
|
displayName?: string | undefined;
|
|
4808
4808
|
bio?: string | undefined;
|
|
@@ -4820,9 +4820,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4820
4820
|
user: {
|
|
4821
4821
|
name: string;
|
|
4822
4822
|
uid: string;
|
|
4823
|
+
id: string;
|
|
4823
4824
|
createTime: string;
|
|
4824
4825
|
updateTime: string;
|
|
4825
|
-
id: string;
|
|
4826
4826
|
profile?: {
|
|
4827
4827
|
displayName?: string | undefined;
|
|
4828
4828
|
bio?: string | undefined;
|
|
@@ -4840,9 +4840,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4840
4840
|
user: {
|
|
4841
4841
|
name: string;
|
|
4842
4842
|
uid: string;
|
|
4843
|
+
id: string;
|
|
4843
4844
|
createTime: string;
|
|
4844
4845
|
updateTime: string;
|
|
4845
|
-
id: string;
|
|
4846
4846
|
profile?: {
|
|
4847
4847
|
displayName?: string | undefined;
|
|
4848
4848
|
bio?: string | undefined;
|
|
@@ -4914,9 +4914,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4914
4914
|
}, "strip", z.ZodTypeAny, {
|
|
4915
4915
|
name: string;
|
|
4916
4916
|
uid: string;
|
|
4917
|
+
id: string;
|
|
4917
4918
|
createTime: string;
|
|
4918
4919
|
updateTime: string;
|
|
4919
|
-
id: string;
|
|
4920
4920
|
profile?: {
|
|
4921
4921
|
displayName?: string | undefined;
|
|
4922
4922
|
bio?: string | undefined;
|
|
@@ -4932,9 +4932,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4932
4932
|
}, {
|
|
4933
4933
|
name: string;
|
|
4934
4934
|
uid: string;
|
|
4935
|
+
id: string;
|
|
4935
4936
|
createTime: string;
|
|
4936
4937
|
updateTime: string;
|
|
4937
|
-
id: string;
|
|
4938
4938
|
profile?: {
|
|
4939
4939
|
displayName?: string | undefined;
|
|
4940
4940
|
bio?: string | undefined;
|
|
@@ -4990,14 +4990,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4990
4990
|
}, "strip", z.ZodTypeAny, {
|
|
4991
4991
|
name: string;
|
|
4992
4992
|
uid: string;
|
|
4993
|
+
id: string;
|
|
4993
4994
|
createTime: string;
|
|
4994
4995
|
updateTime: string;
|
|
4995
4996
|
owner: {
|
|
4996
4997
|
name: string;
|
|
4997
4998
|
uid: string;
|
|
4999
|
+
id: string;
|
|
4998
5000
|
createTime: string;
|
|
4999
5001
|
updateTime: string;
|
|
5000
|
-
id: string;
|
|
5001
5002
|
profile?: {
|
|
5002
5003
|
displayName?: string | undefined;
|
|
5003
5004
|
bio?: string | undefined;
|
|
@@ -5011,7 +5012,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5011
5012
|
} | undefined;
|
|
5012
5013
|
} | undefined;
|
|
5013
5014
|
};
|
|
5014
|
-
id: string;
|
|
5015
5015
|
profile?: {
|
|
5016
5016
|
displayName?: string | undefined;
|
|
5017
5017
|
bio?: string | undefined;
|
|
@@ -5026,14 +5026,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5026
5026
|
}, {
|
|
5027
5027
|
name: string;
|
|
5028
5028
|
uid: string;
|
|
5029
|
+
id: string;
|
|
5029
5030
|
createTime: string;
|
|
5030
5031
|
updateTime: string;
|
|
5031
5032
|
owner: {
|
|
5032
5033
|
name: string;
|
|
5033
5034
|
uid: string;
|
|
5035
|
+
id: string;
|
|
5034
5036
|
createTime: string;
|
|
5035
5037
|
updateTime: string;
|
|
5036
|
-
id: string;
|
|
5037
5038
|
profile?: {
|
|
5038
5039
|
displayName?: string | undefined;
|
|
5039
5040
|
bio?: string | undefined;
|
|
@@ -5047,7 +5048,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5047
5048
|
} | undefined;
|
|
5048
5049
|
} | undefined;
|
|
5049
5050
|
};
|
|
5050
|
-
id: string;
|
|
5051
5051
|
profile?: {
|
|
5052
5052
|
displayName?: string | undefined;
|
|
5053
5053
|
bio?: string | undefined;
|
|
@@ -5064,14 +5064,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5064
5064
|
organization: {
|
|
5065
5065
|
name: string;
|
|
5066
5066
|
uid: string;
|
|
5067
|
+
id: string;
|
|
5067
5068
|
createTime: string;
|
|
5068
5069
|
updateTime: string;
|
|
5069
5070
|
owner: {
|
|
5070
5071
|
name: string;
|
|
5071
5072
|
uid: string;
|
|
5073
|
+
id: string;
|
|
5072
5074
|
createTime: string;
|
|
5073
5075
|
updateTime: string;
|
|
5074
|
-
id: string;
|
|
5075
5076
|
profile?: {
|
|
5076
5077
|
displayName?: string | undefined;
|
|
5077
5078
|
bio?: string | undefined;
|
|
@@ -5085,7 +5086,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5085
5086
|
} | undefined;
|
|
5086
5087
|
} | undefined;
|
|
5087
5088
|
};
|
|
5088
|
-
id: string;
|
|
5089
5089
|
profile?: {
|
|
5090
5090
|
displayName?: string | undefined;
|
|
5091
5091
|
bio?: string | undefined;
|
|
@@ -5102,14 +5102,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5102
5102
|
organization: {
|
|
5103
5103
|
name: string;
|
|
5104
5104
|
uid: string;
|
|
5105
|
+
id: string;
|
|
5105
5106
|
createTime: string;
|
|
5106
5107
|
updateTime: string;
|
|
5107
5108
|
owner: {
|
|
5108
5109
|
name: string;
|
|
5109
5110
|
uid: string;
|
|
5111
|
+
id: string;
|
|
5110
5112
|
createTime: string;
|
|
5111
5113
|
updateTime: string;
|
|
5112
|
-
id: string;
|
|
5113
5114
|
profile?: {
|
|
5114
5115
|
displayName?: string | undefined;
|
|
5115
5116
|
bio?: string | undefined;
|
|
@@ -5123,7 +5124,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5123
5124
|
} | undefined;
|
|
5124
5125
|
} | undefined;
|
|
5125
5126
|
};
|
|
5126
|
-
id: string;
|
|
5127
5127
|
profile?: {
|
|
5128
5128
|
displayName?: string | undefined;
|
|
5129
5129
|
bio?: string | undefined;
|
|
@@ -5163,36 +5163,36 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5163
5163
|
}>;
|
|
5164
5164
|
}, "strip", z.ZodTypeAny, {
|
|
5165
5165
|
name: string;
|
|
5166
|
-
description: string;
|
|
5167
5166
|
uid: string;
|
|
5168
|
-
|
|
5167
|
+
id: string;
|
|
5168
|
+
description: string;
|
|
5169
|
+
readme: string;
|
|
5169
5170
|
createTime: string;
|
|
5170
5171
|
updateTime: string;
|
|
5171
|
-
id: string;
|
|
5172
5172
|
recipe: Record<string, any>;
|
|
5173
|
-
readme: string;
|
|
5174
|
-
rawRecipe: string;
|
|
5175
5173
|
dataSpecification: {
|
|
5176
5174
|
input?: any;
|
|
5177
5175
|
output?: any;
|
|
5178
5176
|
};
|
|
5177
|
+
metadata: Record<string, any>;
|
|
5178
|
+
rawRecipe: string;
|
|
5179
5179
|
deleteTime?: string | undefined;
|
|
5180
5180
|
alias?: string | undefined;
|
|
5181
5181
|
}, {
|
|
5182
5182
|
name: string;
|
|
5183
|
-
description: string;
|
|
5184
5183
|
uid: string;
|
|
5185
|
-
|
|
5184
|
+
id: string;
|
|
5185
|
+
description: string;
|
|
5186
|
+
readme: string;
|
|
5186
5187
|
createTime: string;
|
|
5187
5188
|
updateTime: string;
|
|
5188
|
-
id: string;
|
|
5189
5189
|
recipe: Record<string, any>;
|
|
5190
|
-
readme: string;
|
|
5191
|
-
rawRecipe: string;
|
|
5192
5190
|
dataSpecification: {
|
|
5193
5191
|
input?: any;
|
|
5194
5192
|
output?: any;
|
|
5195
5193
|
};
|
|
5194
|
+
metadata: Record<string, any>;
|
|
5195
|
+
rawRecipe: string;
|
|
5196
5196
|
deleteTime?: string | undefined;
|
|
5197
5197
|
alias?: string | undefined;
|
|
5198
5198
|
}>, "many">;
|
|
@@ -5224,27 +5224,27 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5224
5224
|
code?: string | undefined;
|
|
5225
5225
|
}>>;
|
|
5226
5226
|
}, "strip", z.ZodTypeAny, {
|
|
5227
|
+
users: Record<string, {
|
|
5228
|
+
enabled: boolean;
|
|
5229
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5230
|
+
} | undefined>;
|
|
5227
5231
|
shareCode: {
|
|
5228
5232
|
user: string;
|
|
5229
5233
|
enabled: boolean;
|
|
5230
5234
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5231
5235
|
code?: string | undefined;
|
|
5232
5236
|
} | null;
|
|
5237
|
+
}, {
|
|
5233
5238
|
users: Record<string, {
|
|
5234
5239
|
enabled: boolean;
|
|
5235
5240
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5236
5241
|
} | undefined>;
|
|
5237
|
-
}, {
|
|
5238
5242
|
shareCode: {
|
|
5239
5243
|
user: string;
|
|
5240
5244
|
enabled: boolean;
|
|
5241
5245
|
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5242
5246
|
code?: string | undefined;
|
|
5243
5247
|
} | null;
|
|
5244
|
-
users: Record<string, {
|
|
5245
|
-
enabled: boolean;
|
|
5246
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5247
|
-
} | undefined>;
|
|
5248
5248
|
}>;
|
|
5249
5249
|
metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5250
5250
|
permission: z.ZodObject<{
|
|
@@ -5274,22 +5274,24 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5274
5274
|
license: z.ZodString;
|
|
5275
5275
|
}, "strip", z.ZodTypeAny, {
|
|
5276
5276
|
name: string;
|
|
5277
|
-
description: string;
|
|
5278
5277
|
uid: string;
|
|
5279
|
-
|
|
5278
|
+
id: string;
|
|
5279
|
+
description: string;
|
|
5280
|
+
readme: string;
|
|
5280
5281
|
createTime: string;
|
|
5281
5282
|
updateTime: string;
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5283
|
+
recipe: Record<string, any>;
|
|
5284
|
+
dataSpecification: {
|
|
5285
|
+
input?: any;
|
|
5286
|
+
output?: any;
|
|
5285
5287
|
};
|
|
5286
5288
|
owner: {
|
|
5287
5289
|
user: {
|
|
5288
5290
|
name: string;
|
|
5289
5291
|
uid: string;
|
|
5292
|
+
id: string;
|
|
5290
5293
|
createTime: string;
|
|
5291
5294
|
updateTime: string;
|
|
5292
|
-
id: string;
|
|
5293
5295
|
profile?: {
|
|
5294
5296
|
displayName?: string | undefined;
|
|
5295
5297
|
bio?: string | undefined;
|
|
@@ -5307,14 +5309,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5307
5309
|
organization: {
|
|
5308
5310
|
name: string;
|
|
5309
5311
|
uid: string;
|
|
5312
|
+
id: string;
|
|
5310
5313
|
createTime: string;
|
|
5311
5314
|
updateTime: string;
|
|
5312
5315
|
owner: {
|
|
5313
5316
|
name: string;
|
|
5314
5317
|
uid: string;
|
|
5318
|
+
id: string;
|
|
5315
5319
|
createTime: string;
|
|
5316
5320
|
updateTime: string;
|
|
5317
|
-
id: string;
|
|
5318
5321
|
profile?: {
|
|
5319
5322
|
displayName?: string | undefined;
|
|
5320
5323
|
bio?: string | undefined;
|
|
@@ -5328,7 +5331,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5328
5331
|
} | undefined;
|
|
5329
5332
|
} | undefined;
|
|
5330
5333
|
};
|
|
5331
|
-
id: string;
|
|
5332
5334
|
profile?: {
|
|
5333
5335
|
displayName?: string | undefined;
|
|
5334
5336
|
bio?: string | undefined;
|
|
@@ -5342,71 +5344,71 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5342
5344
|
} | undefined;
|
|
5343
5345
|
};
|
|
5344
5346
|
};
|
|
5345
|
-
id: string;
|
|
5346
|
-
documentationUrl: string;
|
|
5347
|
-
sourceUrl: string;
|
|
5348
|
-
recipe: Record<string, any>;
|
|
5349
|
-
readme: string;
|
|
5350
|
-
dataSpecification: {
|
|
5351
|
-
input?: any;
|
|
5352
|
-
output?: any;
|
|
5353
|
-
};
|
|
5354
|
-
sharing: {
|
|
5355
|
-
shareCode: {
|
|
5356
|
-
user: string;
|
|
5357
|
-
enabled: boolean;
|
|
5358
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5359
|
-
code?: string | undefined;
|
|
5360
|
-
} | null;
|
|
5361
|
-
users: Record<string, {
|
|
5362
|
-
enabled: boolean;
|
|
5363
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5364
|
-
} | undefined>;
|
|
5365
|
-
};
|
|
5366
5347
|
ownerName: string;
|
|
5367
5348
|
releases: {
|
|
5368
5349
|
name: string;
|
|
5369
|
-
description: string;
|
|
5370
5350
|
uid: string;
|
|
5371
|
-
|
|
5351
|
+
id: string;
|
|
5352
|
+
description: string;
|
|
5353
|
+
readme: string;
|
|
5372
5354
|
createTime: string;
|
|
5373
5355
|
updateTime: string;
|
|
5374
|
-
id: string;
|
|
5375
5356
|
recipe: Record<string, any>;
|
|
5376
|
-
readme: string;
|
|
5377
|
-
rawRecipe: string;
|
|
5378
5357
|
dataSpecification: {
|
|
5379
5358
|
input?: any;
|
|
5380
5359
|
output?: any;
|
|
5381
5360
|
};
|
|
5361
|
+
metadata: Record<string, any>;
|
|
5362
|
+
rawRecipe: string;
|
|
5382
5363
|
deleteTime?: string | undefined;
|
|
5383
5364
|
alias?: string | undefined;
|
|
5384
5365
|
}[];
|
|
5366
|
+
metadata: Record<string, any>;
|
|
5367
|
+
sharing: {
|
|
5368
|
+
users: Record<string, {
|
|
5369
|
+
enabled: boolean;
|
|
5370
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5371
|
+
} | undefined>;
|
|
5372
|
+
shareCode: {
|
|
5373
|
+
user: string;
|
|
5374
|
+
enabled: boolean;
|
|
5375
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5376
|
+
code?: string | undefined;
|
|
5377
|
+
} | null;
|
|
5378
|
+
};
|
|
5379
|
+
permission: {
|
|
5380
|
+
canEdit: boolean;
|
|
5381
|
+
canTrigger: boolean;
|
|
5382
|
+
};
|
|
5385
5383
|
tags: string[];
|
|
5386
5384
|
stats: {
|
|
5387
5385
|
lastRunTime: string;
|
|
5388
5386
|
numberOfRuns: number;
|
|
5389
5387
|
};
|
|
5390
5388
|
profileImage: string;
|
|
5389
|
+
sourceUrl: string;
|
|
5390
|
+
documentationUrl: string;
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
-
description: string;
|
|
5395
5394
|
uid: string;
|
|
5396
|
-
|
|
5395
|
+
id: string;
|
|
5396
|
+
description: string;
|
|
5397
|
+
readme: string;
|
|
5397
5398
|
createTime: string;
|
|
5398
5399
|
updateTime: string;
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5400
|
+
recipe: Record<string, any>;
|
|
5401
|
+
dataSpecification: {
|
|
5402
|
+
input?: any;
|
|
5403
|
+
output?: any;
|
|
5402
5404
|
};
|
|
5403
5405
|
owner: {
|
|
5404
5406
|
user: {
|
|
5405
5407
|
name: string;
|
|
5406
5408
|
uid: string;
|
|
5409
|
+
id: string;
|
|
5407
5410
|
createTime: string;
|
|
5408
5411
|
updateTime: string;
|
|
5409
|
-
id: string;
|
|
5410
5412
|
profile?: {
|
|
5411
5413
|
displayName?: string | undefined;
|
|
5412
5414
|
bio?: string | undefined;
|
|
@@ -5424,14 +5426,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5424
5426
|
organization: {
|
|
5425
5427
|
name: string;
|
|
5426
5428
|
uid: string;
|
|
5429
|
+
id: string;
|
|
5427
5430
|
createTime: string;
|
|
5428
5431
|
updateTime: string;
|
|
5429
5432
|
owner: {
|
|
5430
5433
|
name: string;
|
|
5431
5434
|
uid: string;
|
|
5435
|
+
id: string;
|
|
5432
5436
|
createTime: string;
|
|
5433
5437
|
updateTime: string;
|
|
5434
|
-
id: string;
|
|
5435
5438
|
profile?: {
|
|
5436
5439
|
displayName?: string | undefined;
|
|
5437
5440
|
bio?: string | undefined;
|
|
@@ -5445,7 +5448,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5445
5448
|
} | undefined;
|
|
5446
5449
|
} | undefined;
|
|
5447
5450
|
};
|
|
5448
|
-
id: string;
|
|
5449
5451
|
profile?: {
|
|
5450
5452
|
displayName?: string | undefined;
|
|
5451
5453
|
bio?: string | undefined;
|
|
@@ -5459,52 +5461,50 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5459
5461
|
} | undefined;
|
|
5460
5462
|
};
|
|
5461
5463
|
};
|
|
5462
|
-
id: string;
|
|
5463
|
-
documentationUrl: string;
|
|
5464
|
-
sourceUrl: string;
|
|
5465
|
-
recipe: Record<string, any>;
|
|
5466
|
-
readme: string;
|
|
5467
|
-
dataSpecification: {
|
|
5468
|
-
input?: any;
|
|
5469
|
-
output?: any;
|
|
5470
|
-
};
|
|
5471
|
-
sharing: {
|
|
5472
|
-
shareCode: {
|
|
5473
|
-
user: string;
|
|
5474
|
-
enabled: boolean;
|
|
5475
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5476
|
-
code?: string | undefined;
|
|
5477
|
-
} | null;
|
|
5478
|
-
users: Record<string, {
|
|
5479
|
-
enabled: boolean;
|
|
5480
|
-
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5481
|
-
} | undefined>;
|
|
5482
|
-
};
|
|
5483
5464
|
ownerName: string;
|
|
5484
5465
|
releases: {
|
|
5485
5466
|
name: string;
|
|
5486
|
-
description: string;
|
|
5487
5467
|
uid: string;
|
|
5488
|
-
|
|
5468
|
+
id: string;
|
|
5469
|
+
description: string;
|
|
5470
|
+
readme: string;
|
|
5489
5471
|
createTime: string;
|
|
5490
5472
|
updateTime: string;
|
|
5491
|
-
id: string;
|
|
5492
5473
|
recipe: Record<string, any>;
|
|
5493
|
-
readme: string;
|
|
5494
|
-
rawRecipe: string;
|
|
5495
5474
|
dataSpecification: {
|
|
5496
5475
|
input?: any;
|
|
5497
5476
|
output?: any;
|
|
5498
5477
|
};
|
|
5478
|
+
metadata: Record<string, any>;
|
|
5479
|
+
rawRecipe: string;
|
|
5499
5480
|
deleteTime?: string | undefined;
|
|
5500
5481
|
alias?: string | undefined;
|
|
5501
5482
|
}[];
|
|
5483
|
+
metadata: Record<string, any>;
|
|
5484
|
+
sharing: {
|
|
5485
|
+
users: Record<string, {
|
|
5486
|
+
enabled: boolean;
|
|
5487
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5488
|
+
} | undefined>;
|
|
5489
|
+
shareCode: {
|
|
5490
|
+
user: string;
|
|
5491
|
+
enabled: boolean;
|
|
5492
|
+
role: "ROLE_UNSPECIFIED" | "ROLE_VIEWER" | "ROLE_EXECUTOR";
|
|
5493
|
+
code?: string | undefined;
|
|
5494
|
+
} | null;
|
|
5495
|
+
};
|
|
5496
|
+
permission: {
|
|
5497
|
+
canEdit: boolean;
|
|
5498
|
+
canTrigger: boolean;
|
|
5499
|
+
};
|
|
5502
5500
|
tags: string[];
|
|
5503
5501
|
stats: {
|
|
5504
5502
|
lastRunTime: string;
|
|
5505
5503
|
numberOfRuns: number;
|
|
5506
5504
|
};
|
|
5507
5505
|
profileImage: string;
|
|
5506
|
+
sourceUrl: string;
|
|
5507
|
+
documentationUrl: string;
|
|
5508
5508
|
license: string;
|
|
5509
5509
|
}>;
|
|
5510
5510
|
export type ValidatePipelineRecipeError = {
|