instill-sdk 0.19.0-rc.2 → 0.19.0-rc.21
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/chat/ChatClient.d.ts +1 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +26 -5
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/integration/type.d.ts +18 -18
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/subscription/types.d.ts +1 -1
- package/dist/core/subscription/types.d.ts.map +1 -1
- package/dist/core/user/types.d.ts +14 -14
- package/dist/folder/types.d.ts +5 -0
- package/dist/folder/types.d.ts.map +1 -1
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/index.js +619 -492
- package/dist/index.mjs +625 -492
- package/dist/table/types.d.ts +1 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +33 -28
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +112 -112
- package/dist/vdp/pipeline/types.d.ts +328 -328
- package/dist/vdp/release/types.d.ts +6 -6
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +5 -4
|
@@ -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,13 +599,13 @@ 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;
|
|
605
604
|
createTime: string;
|
|
606
605
|
updateTime: string;
|
|
607
|
-
|
|
606
|
+
description: string;
|
|
608
607
|
recipe: Record<string, any>;
|
|
608
|
+
metadata: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
611
611
|
dataSpecification: {
|
|
@@ -616,13 +616,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
616
616
|
alias?: string | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
name: string;
|
|
619
|
-
description: string;
|
|
620
619
|
uid: string;
|
|
621
|
-
|
|
620
|
+
id: string;
|
|
622
621
|
createTime: string;
|
|
623
622
|
updateTime: string;
|
|
624
|
-
|
|
623
|
+
description: string;
|
|
625
624
|
recipe: Record<string, any>;
|
|
625
|
+
metadata: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -710,22 +710,17 @@ 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;
|
|
716
715
|
createTime: string;
|
|
717
716
|
updateTime: string;
|
|
718
|
-
permission: {
|
|
719
|
-
canEdit: boolean;
|
|
720
|
-
canTrigger: boolean;
|
|
721
|
-
};
|
|
722
717
|
owner: {
|
|
723
718
|
user: {
|
|
724
719
|
name: string;
|
|
725
720
|
uid: string;
|
|
721
|
+
id: string;
|
|
726
722
|
createTime: string;
|
|
727
723
|
updateTime: string;
|
|
728
|
-
id: string;
|
|
729
724
|
profile?: {
|
|
730
725
|
displayName?: string | undefined;
|
|
731
726
|
bio?: string | undefined;
|
|
@@ -743,14 +738,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
743
738
|
organization: {
|
|
744
739
|
name: string;
|
|
745
740
|
uid: string;
|
|
741
|
+
id: string;
|
|
746
742
|
createTime: string;
|
|
747
743
|
updateTime: string;
|
|
748
744
|
owner: {
|
|
749
745
|
name: string;
|
|
750
746
|
uid: string;
|
|
747
|
+
id: string;
|
|
751
748
|
createTime: string;
|
|
752
749
|
updateTime: string;
|
|
753
|
-
id: string;
|
|
754
750
|
profile?: {
|
|
755
751
|
displayName?: string | undefined;
|
|
756
752
|
bio?: string | undefined;
|
|
@@ -764,7 +760,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
764
760
|
} | undefined;
|
|
765
761
|
} | undefined;
|
|
766
762
|
};
|
|
767
|
-
id: string;
|
|
768
763
|
profile?: {
|
|
769
764
|
displayName?: string | undefined;
|
|
770
765
|
bio?: string | undefined;
|
|
@@ -778,10 +773,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
778
773
|
} | undefined;
|
|
779
774
|
};
|
|
780
775
|
};
|
|
781
|
-
|
|
776
|
+
description: string;
|
|
782
777
|
documentationUrl: string;
|
|
783
778
|
sourceUrl: string;
|
|
784
779
|
recipe: Record<string, any>;
|
|
780
|
+
metadata: Record<string, any>;
|
|
785
781
|
readme: string;
|
|
786
782
|
dataSpecification: {
|
|
787
783
|
input?: any;
|
|
@@ -802,13 +798,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
802
798
|
ownerName: string;
|
|
803
799
|
releases: {
|
|
804
800
|
name: string;
|
|
805
|
-
description: string;
|
|
806
801
|
uid: string;
|
|
807
|
-
|
|
802
|
+
id: string;
|
|
808
803
|
createTime: string;
|
|
809
804
|
updateTime: string;
|
|
810
|
-
|
|
805
|
+
description: string;
|
|
811
806
|
recipe: Record<string, any>;
|
|
807
|
+
metadata: Record<string, any>;
|
|
812
808
|
readme: string;
|
|
813
809
|
rawRecipe: string;
|
|
814
810
|
dataSpecification: {
|
|
@@ -818,6 +814,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
818
814
|
deleteTime?: string | undefined;
|
|
819
815
|
alias?: string | undefined;
|
|
820
816
|
}[];
|
|
817
|
+
permission: {
|
|
818
|
+
canEdit: boolean;
|
|
819
|
+
canTrigger: boolean;
|
|
820
|
+
};
|
|
821
821
|
tags: string[];
|
|
822
822
|
stats: {
|
|
823
823
|
lastRunTime: string;
|
|
@@ -827,22 +827,17 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
-
description: string;
|
|
831
830
|
uid: string;
|
|
832
|
-
|
|
831
|
+
id: string;
|
|
833
832
|
createTime: string;
|
|
834
833
|
updateTime: string;
|
|
835
|
-
permission: {
|
|
836
|
-
canEdit: boolean;
|
|
837
|
-
canTrigger: boolean;
|
|
838
|
-
};
|
|
839
834
|
owner: {
|
|
840
835
|
user: {
|
|
841
836
|
name: string;
|
|
842
837
|
uid: string;
|
|
838
|
+
id: string;
|
|
843
839
|
createTime: string;
|
|
844
840
|
updateTime: string;
|
|
845
|
-
id: string;
|
|
846
841
|
profile?: {
|
|
847
842
|
displayName?: string | undefined;
|
|
848
843
|
bio?: string | undefined;
|
|
@@ -860,14 +855,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
860
855
|
organization: {
|
|
861
856
|
name: string;
|
|
862
857
|
uid: string;
|
|
858
|
+
id: string;
|
|
863
859
|
createTime: string;
|
|
864
860
|
updateTime: string;
|
|
865
861
|
owner: {
|
|
866
862
|
name: string;
|
|
867
863
|
uid: string;
|
|
864
|
+
id: string;
|
|
868
865
|
createTime: string;
|
|
869
866
|
updateTime: string;
|
|
870
|
-
id: string;
|
|
871
867
|
profile?: {
|
|
872
868
|
displayName?: string | undefined;
|
|
873
869
|
bio?: string | undefined;
|
|
@@ -881,7 +877,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
881
877
|
} | undefined;
|
|
882
878
|
} | undefined;
|
|
883
879
|
};
|
|
884
|
-
id: string;
|
|
885
880
|
profile?: {
|
|
886
881
|
displayName?: string | undefined;
|
|
887
882
|
bio?: string | undefined;
|
|
@@ -895,10 +890,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
895
890
|
} | undefined;
|
|
896
891
|
};
|
|
897
892
|
};
|
|
898
|
-
|
|
893
|
+
description: string;
|
|
899
894
|
documentationUrl: string;
|
|
900
895
|
sourceUrl: string;
|
|
901
896
|
recipe: Record<string, any>;
|
|
897
|
+
metadata: Record<string, any>;
|
|
902
898
|
readme: string;
|
|
903
899
|
dataSpecification: {
|
|
904
900
|
input?: any;
|
|
@@ -919,13 +915,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
919
915
|
ownerName: string;
|
|
920
916
|
releases: {
|
|
921
917
|
name: string;
|
|
922
|
-
description: string;
|
|
923
918
|
uid: string;
|
|
924
|
-
|
|
919
|
+
id: string;
|
|
925
920
|
createTime: string;
|
|
926
921
|
updateTime: string;
|
|
927
|
-
|
|
922
|
+
description: string;
|
|
928
923
|
recipe: Record<string, any>;
|
|
924
|
+
metadata: Record<string, any>;
|
|
929
925
|
readme: string;
|
|
930
926
|
rawRecipe: string;
|
|
931
927
|
dataSpecification: {
|
|
@@ -935,6 +931,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
935
931
|
deleteTime?: string | undefined;
|
|
936
932
|
alias?: string | undefined;
|
|
937
933
|
}[];
|
|
934
|
+
permission: {
|
|
935
|
+
canEdit: boolean;
|
|
936
|
+
canTrigger: boolean;
|
|
937
|
+
};
|
|
938
938
|
tags: string[];
|
|
939
939
|
stats: {
|
|
940
940
|
lastRunTime: string;
|
|
@@ -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,13 +1429,13 @@ 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;
|
|
1435
1434
|
createTime: string;
|
|
1436
1435
|
updateTime: string;
|
|
1437
|
-
|
|
1436
|
+
description: string;
|
|
1438
1437
|
recipe: Record<string, any>;
|
|
1438
|
+
metadata: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
1441
1441
|
dataSpecification: {
|
|
@@ -1446,13 +1446,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1446
1446
|
alias?: string | undefined;
|
|
1447
1447
|
}, {
|
|
1448
1448
|
name: string;
|
|
1449
|
-
description: string;
|
|
1450
1449
|
uid: string;
|
|
1451
|
-
|
|
1450
|
+
id: string;
|
|
1452
1451
|
createTime: string;
|
|
1453
1452
|
updateTime: string;
|
|
1454
|
-
|
|
1453
|
+
description: string;
|
|
1455
1454
|
recipe: Record<string, any>;
|
|
1455
|
+
metadata: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1540,22 +1540,17 @@ 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;
|
|
1546
1545
|
createTime: string;
|
|
1547
1546
|
updateTime: string;
|
|
1548
|
-
permission: {
|
|
1549
|
-
canEdit: boolean;
|
|
1550
|
-
canTrigger: boolean;
|
|
1551
|
-
};
|
|
1552
1547
|
owner: {
|
|
1553
1548
|
user: {
|
|
1554
1549
|
name: string;
|
|
1555
1550
|
uid: string;
|
|
1551
|
+
id: string;
|
|
1556
1552
|
createTime: string;
|
|
1557
1553
|
updateTime: string;
|
|
1558
|
-
id: string;
|
|
1559
1554
|
profile?: {
|
|
1560
1555
|
displayName?: string | undefined;
|
|
1561
1556
|
bio?: string | undefined;
|
|
@@ -1573,14 +1568,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1573
1568
|
organization: {
|
|
1574
1569
|
name: string;
|
|
1575
1570
|
uid: string;
|
|
1571
|
+
id: string;
|
|
1576
1572
|
createTime: string;
|
|
1577
1573
|
updateTime: string;
|
|
1578
1574
|
owner: {
|
|
1579
1575
|
name: string;
|
|
1580
1576
|
uid: string;
|
|
1577
|
+
id: string;
|
|
1581
1578
|
createTime: string;
|
|
1582
1579
|
updateTime: string;
|
|
1583
|
-
id: string;
|
|
1584
1580
|
profile?: {
|
|
1585
1581
|
displayName?: string | undefined;
|
|
1586
1582
|
bio?: string | undefined;
|
|
@@ -1594,7 +1590,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1594
1590
|
} | undefined;
|
|
1595
1591
|
} | undefined;
|
|
1596
1592
|
};
|
|
1597
|
-
id: string;
|
|
1598
1593
|
profile?: {
|
|
1599
1594
|
displayName?: string | undefined;
|
|
1600
1595
|
bio?: string | undefined;
|
|
@@ -1608,10 +1603,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1608
1603
|
} | undefined;
|
|
1609
1604
|
};
|
|
1610
1605
|
};
|
|
1611
|
-
|
|
1606
|
+
description: string;
|
|
1612
1607
|
documentationUrl: string;
|
|
1613
1608
|
sourceUrl: string;
|
|
1614
1609
|
recipe: Record<string, any>;
|
|
1610
|
+
metadata: Record<string, any>;
|
|
1615
1611
|
readme: string;
|
|
1616
1612
|
dataSpecification: {
|
|
1617
1613
|
input?: any;
|
|
@@ -1632,13 +1628,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1632
1628
|
ownerName: string;
|
|
1633
1629
|
releases: {
|
|
1634
1630
|
name: string;
|
|
1635
|
-
description: string;
|
|
1636
1631
|
uid: string;
|
|
1637
|
-
|
|
1632
|
+
id: string;
|
|
1638
1633
|
createTime: string;
|
|
1639
1634
|
updateTime: string;
|
|
1640
|
-
|
|
1635
|
+
description: string;
|
|
1641
1636
|
recipe: Record<string, any>;
|
|
1637
|
+
metadata: Record<string, any>;
|
|
1642
1638
|
readme: string;
|
|
1643
1639
|
rawRecipe: string;
|
|
1644
1640
|
dataSpecification: {
|
|
@@ -1648,6 +1644,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1648
1644
|
deleteTime?: string | undefined;
|
|
1649
1645
|
alias?: string | undefined;
|
|
1650
1646
|
}[];
|
|
1647
|
+
permission: {
|
|
1648
|
+
canEdit: boolean;
|
|
1649
|
+
canTrigger: boolean;
|
|
1650
|
+
};
|
|
1651
1651
|
tags: string[];
|
|
1652
1652
|
stats: {
|
|
1653
1653
|
lastRunTime: string;
|
|
@@ -1657,22 +1657,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
-
description: string;
|
|
1661
1660
|
uid: string;
|
|
1662
|
-
|
|
1661
|
+
id: string;
|
|
1663
1662
|
createTime: string;
|
|
1664
1663
|
updateTime: string;
|
|
1665
|
-
permission: {
|
|
1666
|
-
canEdit: boolean;
|
|
1667
|
-
canTrigger: boolean;
|
|
1668
|
-
};
|
|
1669
1664
|
owner: {
|
|
1670
1665
|
user: {
|
|
1671
1666
|
name: string;
|
|
1672
1667
|
uid: string;
|
|
1668
|
+
id: string;
|
|
1673
1669
|
createTime: string;
|
|
1674
1670
|
updateTime: string;
|
|
1675
|
-
id: string;
|
|
1676
1671
|
profile?: {
|
|
1677
1672
|
displayName?: string | undefined;
|
|
1678
1673
|
bio?: string | undefined;
|
|
@@ -1690,14 +1685,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1690
1685
|
organization: {
|
|
1691
1686
|
name: string;
|
|
1692
1687
|
uid: string;
|
|
1688
|
+
id: string;
|
|
1693
1689
|
createTime: string;
|
|
1694
1690
|
updateTime: string;
|
|
1695
1691
|
owner: {
|
|
1696
1692
|
name: string;
|
|
1697
1693
|
uid: string;
|
|
1694
|
+
id: string;
|
|
1698
1695
|
createTime: string;
|
|
1699
1696
|
updateTime: string;
|
|
1700
|
-
id: string;
|
|
1701
1697
|
profile?: {
|
|
1702
1698
|
displayName?: string | undefined;
|
|
1703
1699
|
bio?: string | undefined;
|
|
@@ -1711,7 +1707,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1711
1707
|
} | undefined;
|
|
1712
1708
|
} | undefined;
|
|
1713
1709
|
};
|
|
1714
|
-
id: string;
|
|
1715
1710
|
profile?: {
|
|
1716
1711
|
displayName?: string | undefined;
|
|
1717
1712
|
bio?: string | undefined;
|
|
@@ -1725,10 +1720,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1725
1720
|
} | undefined;
|
|
1726
1721
|
};
|
|
1727
1722
|
};
|
|
1728
|
-
|
|
1723
|
+
description: string;
|
|
1729
1724
|
documentationUrl: string;
|
|
1730
1725
|
sourceUrl: string;
|
|
1731
1726
|
recipe: Record<string, any>;
|
|
1727
|
+
metadata: Record<string, any>;
|
|
1732
1728
|
readme: string;
|
|
1733
1729
|
dataSpecification: {
|
|
1734
1730
|
input?: any;
|
|
@@ -1749,13 +1745,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1749
1745
|
ownerName: string;
|
|
1750
1746
|
releases: {
|
|
1751
1747
|
name: string;
|
|
1752
|
-
description: string;
|
|
1753
1748
|
uid: string;
|
|
1754
|
-
|
|
1749
|
+
id: string;
|
|
1755
1750
|
createTime: string;
|
|
1756
1751
|
updateTime: string;
|
|
1757
|
-
|
|
1752
|
+
description: string;
|
|
1758
1753
|
recipe: Record<string, any>;
|
|
1754
|
+
metadata: Record<string, any>;
|
|
1759
1755
|
readme: string;
|
|
1760
1756
|
rawRecipe: string;
|
|
1761
1757
|
dataSpecification: {
|
|
@@ -1765,6 +1761,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1765
1761
|
deleteTime?: string | undefined;
|
|
1766
1762
|
alias?: string | undefined;
|
|
1767
1763
|
}[];
|
|
1764
|
+
permission: {
|
|
1765
|
+
canEdit: boolean;
|
|
1766
|
+
canTrigger: boolean;
|
|
1767
|
+
};
|
|
1768
1768
|
tags: string[];
|
|
1769
1769
|
stats: {
|
|
1770
1770
|
lastRunTime: string;
|
|
@@ -1780,22 +1780,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
1782
|
name: string;
|
|
1783
|
-
description: string;
|
|
1784
1783
|
uid: string;
|
|
1785
|
-
|
|
1784
|
+
id: string;
|
|
1786
1785
|
createTime: string;
|
|
1787
1786
|
updateTime: string;
|
|
1788
|
-
permission: {
|
|
1789
|
-
canEdit: boolean;
|
|
1790
|
-
canTrigger: boolean;
|
|
1791
|
-
};
|
|
1792
1787
|
owner: {
|
|
1793
1788
|
user: {
|
|
1794
1789
|
name: string;
|
|
1795
1790
|
uid: string;
|
|
1791
|
+
id: string;
|
|
1796
1792
|
createTime: string;
|
|
1797
1793
|
updateTime: string;
|
|
1798
|
-
id: string;
|
|
1799
1794
|
profile?: {
|
|
1800
1795
|
displayName?: string | undefined;
|
|
1801
1796
|
bio?: string | undefined;
|
|
@@ -1813,14 +1808,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1813
1808
|
organization: {
|
|
1814
1809
|
name: string;
|
|
1815
1810
|
uid: string;
|
|
1811
|
+
id: string;
|
|
1816
1812
|
createTime: string;
|
|
1817
1813
|
updateTime: string;
|
|
1818
1814
|
owner: {
|
|
1819
1815
|
name: string;
|
|
1820
1816
|
uid: string;
|
|
1817
|
+
id: string;
|
|
1821
1818
|
createTime: string;
|
|
1822
1819
|
updateTime: string;
|
|
1823
|
-
id: string;
|
|
1824
1820
|
profile?: {
|
|
1825
1821
|
displayName?: string | undefined;
|
|
1826
1822
|
bio?: string | undefined;
|
|
@@ -1834,7 +1830,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1834
1830
|
} | undefined;
|
|
1835
1831
|
} | undefined;
|
|
1836
1832
|
};
|
|
1837
|
-
id: string;
|
|
1838
1833
|
profile?: {
|
|
1839
1834
|
displayName?: string | undefined;
|
|
1840
1835
|
bio?: string | undefined;
|
|
@@ -1848,10 +1843,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1848
1843
|
} | undefined;
|
|
1849
1844
|
};
|
|
1850
1845
|
};
|
|
1851
|
-
|
|
1846
|
+
description: string;
|
|
1852
1847
|
documentationUrl: string;
|
|
1853
1848
|
sourceUrl: string;
|
|
1854
1849
|
recipe: Record<string, any>;
|
|
1850
|
+
metadata: Record<string, any>;
|
|
1855
1851
|
readme: string;
|
|
1856
1852
|
dataSpecification: {
|
|
1857
1853
|
input?: any;
|
|
@@ -1872,13 +1868,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1872
1868
|
ownerName: string;
|
|
1873
1869
|
releases: {
|
|
1874
1870
|
name: string;
|
|
1875
|
-
description: string;
|
|
1876
1871
|
uid: string;
|
|
1877
|
-
|
|
1872
|
+
id: string;
|
|
1878
1873
|
createTime: string;
|
|
1879
1874
|
updateTime: string;
|
|
1880
|
-
|
|
1875
|
+
description: string;
|
|
1881
1876
|
recipe: Record<string, any>;
|
|
1877
|
+
metadata: Record<string, any>;
|
|
1882
1878
|
readme: string;
|
|
1883
1879
|
rawRecipe: string;
|
|
1884
1880
|
dataSpecification: {
|
|
@@ -1888,6 +1884,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1888
1884
|
deleteTime?: string | undefined;
|
|
1889
1885
|
alias?: string | undefined;
|
|
1890
1886
|
}[];
|
|
1887
|
+
permission: {
|
|
1888
|
+
canEdit: boolean;
|
|
1889
|
+
canTrigger: boolean;
|
|
1890
|
+
};
|
|
1891
1891
|
tags: string[];
|
|
1892
1892
|
stats: {
|
|
1893
1893
|
lastRunTime: string;
|
|
@@ -1901,22 +1901,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
1903
|
name: string;
|
|
1904
|
-
description: string;
|
|
1905
1904
|
uid: string;
|
|
1906
|
-
|
|
1905
|
+
id: string;
|
|
1907
1906
|
createTime: string;
|
|
1908
1907
|
updateTime: string;
|
|
1909
|
-
permission: {
|
|
1910
|
-
canEdit: boolean;
|
|
1911
|
-
canTrigger: boolean;
|
|
1912
|
-
};
|
|
1913
1908
|
owner: {
|
|
1914
1909
|
user: {
|
|
1915
1910
|
name: string;
|
|
1916
1911
|
uid: string;
|
|
1912
|
+
id: string;
|
|
1917
1913
|
createTime: string;
|
|
1918
1914
|
updateTime: string;
|
|
1919
|
-
id: string;
|
|
1920
1915
|
profile?: {
|
|
1921
1916
|
displayName?: string | undefined;
|
|
1922
1917
|
bio?: string | undefined;
|
|
@@ -1934,14 +1929,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1934
1929
|
organization: {
|
|
1935
1930
|
name: string;
|
|
1936
1931
|
uid: string;
|
|
1932
|
+
id: string;
|
|
1937
1933
|
createTime: string;
|
|
1938
1934
|
updateTime: string;
|
|
1939
1935
|
owner: {
|
|
1940
1936
|
name: string;
|
|
1941
1937
|
uid: string;
|
|
1938
|
+
id: string;
|
|
1942
1939
|
createTime: string;
|
|
1943
1940
|
updateTime: string;
|
|
1944
|
-
id: string;
|
|
1945
1941
|
profile?: {
|
|
1946
1942
|
displayName?: string | undefined;
|
|
1947
1943
|
bio?: string | undefined;
|
|
@@ -1955,7 +1951,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1955
1951
|
} | undefined;
|
|
1956
1952
|
} | undefined;
|
|
1957
1953
|
};
|
|
1958
|
-
id: string;
|
|
1959
1954
|
profile?: {
|
|
1960
1955
|
displayName?: string | undefined;
|
|
1961
1956
|
bio?: string | undefined;
|
|
@@ -1969,10 +1964,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1969
1964
|
} | undefined;
|
|
1970
1965
|
};
|
|
1971
1966
|
};
|
|
1972
|
-
|
|
1967
|
+
description: string;
|
|
1973
1968
|
documentationUrl: string;
|
|
1974
1969
|
sourceUrl: string;
|
|
1975
1970
|
recipe: Record<string, any>;
|
|
1971
|
+
metadata: Record<string, any>;
|
|
1976
1972
|
readme: string;
|
|
1977
1973
|
dataSpecification: {
|
|
1978
1974
|
input?: any;
|
|
@@ -1993,13 +1989,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1993
1989
|
ownerName: string;
|
|
1994
1990
|
releases: {
|
|
1995
1991
|
name: string;
|
|
1996
|
-
description: string;
|
|
1997
1992
|
uid: string;
|
|
1998
|
-
|
|
1993
|
+
id: string;
|
|
1999
1994
|
createTime: string;
|
|
2000
1995
|
updateTime: string;
|
|
2001
|
-
|
|
1996
|
+
description: string;
|
|
2002
1997
|
recipe: Record<string, any>;
|
|
1998
|
+
metadata: Record<string, any>;
|
|
2003
1999
|
readme: string;
|
|
2004
2000
|
rawRecipe: string;
|
|
2005
2001
|
dataSpecification: {
|
|
@@ -2009,6 +2005,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
2009
2005
|
deleteTime?: string | undefined;
|
|
2010
2006
|
alias?: string | undefined;
|
|
2011
2007
|
}[];
|
|
2008
|
+
permission: {
|
|
2009
|
+
canEdit: boolean;
|
|
2010
|
+
canTrigger: boolean;
|
|
2011
|
+
};
|
|
2012
2012
|
tags: string[];
|
|
2013
2013
|
stats: {
|
|
2014
2014
|
lastRunTime: 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,13 +2486,13 @@ 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;
|
|
2492
2491
|
createTime: string;
|
|
2493
2492
|
updateTime: string;
|
|
2494
|
-
|
|
2493
|
+
description: string;
|
|
2495
2494
|
recipe: Record<string, any>;
|
|
2495
|
+
metadata: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
2498
2498
|
dataSpecification: {
|
|
@@ -2503,13 +2503,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2503
2503
|
alias?: string | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
name: string;
|
|
2506
|
-
description: string;
|
|
2507
2506
|
uid: string;
|
|
2508
|
-
|
|
2507
|
+
id: string;
|
|
2509
2508
|
createTime: string;
|
|
2510
2509
|
updateTime: string;
|
|
2511
|
-
|
|
2510
|
+
description: string;
|
|
2512
2511
|
recipe: Record<string, any>;
|
|
2512
|
+
metadata: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2597,22 +2597,17 @@ 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;
|
|
2603
2602
|
createTime: string;
|
|
2604
2603
|
updateTime: string;
|
|
2605
|
-
permission: {
|
|
2606
|
-
canEdit: boolean;
|
|
2607
|
-
canTrigger: boolean;
|
|
2608
|
-
};
|
|
2609
2604
|
owner: {
|
|
2610
2605
|
user: {
|
|
2611
2606
|
name: string;
|
|
2612
2607
|
uid: string;
|
|
2608
|
+
id: string;
|
|
2613
2609
|
createTime: string;
|
|
2614
2610
|
updateTime: string;
|
|
2615
|
-
id: string;
|
|
2616
2611
|
profile?: {
|
|
2617
2612
|
displayName?: string | undefined;
|
|
2618
2613
|
bio?: string | undefined;
|
|
@@ -2630,14 +2625,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2630
2625
|
organization: {
|
|
2631
2626
|
name: string;
|
|
2632
2627
|
uid: string;
|
|
2628
|
+
id: string;
|
|
2633
2629
|
createTime: string;
|
|
2634
2630
|
updateTime: string;
|
|
2635
2631
|
owner: {
|
|
2636
2632
|
name: string;
|
|
2637
2633
|
uid: string;
|
|
2634
|
+
id: string;
|
|
2638
2635
|
createTime: string;
|
|
2639
2636
|
updateTime: string;
|
|
2640
|
-
id: string;
|
|
2641
2637
|
profile?: {
|
|
2642
2638
|
displayName?: string | undefined;
|
|
2643
2639
|
bio?: string | undefined;
|
|
@@ -2651,7 +2647,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2651
2647
|
} | undefined;
|
|
2652
2648
|
} | undefined;
|
|
2653
2649
|
};
|
|
2654
|
-
id: string;
|
|
2655
2650
|
profile?: {
|
|
2656
2651
|
displayName?: string | undefined;
|
|
2657
2652
|
bio?: string | undefined;
|
|
@@ -2665,10 +2660,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2665
2660
|
} | undefined;
|
|
2666
2661
|
};
|
|
2667
2662
|
};
|
|
2668
|
-
|
|
2663
|
+
description: string;
|
|
2669
2664
|
documentationUrl: string;
|
|
2670
2665
|
sourceUrl: string;
|
|
2671
2666
|
recipe: Record<string, any>;
|
|
2667
|
+
metadata: Record<string, any>;
|
|
2672
2668
|
readme: string;
|
|
2673
2669
|
dataSpecification: {
|
|
2674
2670
|
input?: any;
|
|
@@ -2689,13 +2685,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2689
2685
|
ownerName: string;
|
|
2690
2686
|
releases: {
|
|
2691
2687
|
name: string;
|
|
2692
|
-
description: string;
|
|
2693
2688
|
uid: string;
|
|
2694
|
-
|
|
2689
|
+
id: string;
|
|
2695
2690
|
createTime: string;
|
|
2696
2691
|
updateTime: string;
|
|
2697
|
-
|
|
2692
|
+
description: string;
|
|
2698
2693
|
recipe: Record<string, any>;
|
|
2694
|
+
metadata: Record<string, any>;
|
|
2699
2695
|
readme: string;
|
|
2700
2696
|
rawRecipe: string;
|
|
2701
2697
|
dataSpecification: {
|
|
@@ -2705,6 +2701,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2705
2701
|
deleteTime?: string | undefined;
|
|
2706
2702
|
alias?: string | undefined;
|
|
2707
2703
|
}[];
|
|
2704
|
+
permission: {
|
|
2705
|
+
canEdit: boolean;
|
|
2706
|
+
canTrigger: boolean;
|
|
2707
|
+
};
|
|
2708
2708
|
tags: string[];
|
|
2709
2709
|
stats: {
|
|
2710
2710
|
lastRunTime: string;
|
|
@@ -2714,22 +2714,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
-
description: string;
|
|
2718
2717
|
uid: string;
|
|
2719
|
-
|
|
2718
|
+
id: string;
|
|
2720
2719
|
createTime: string;
|
|
2721
2720
|
updateTime: string;
|
|
2722
|
-
permission: {
|
|
2723
|
-
canEdit: boolean;
|
|
2724
|
-
canTrigger: boolean;
|
|
2725
|
-
};
|
|
2726
2721
|
owner: {
|
|
2727
2722
|
user: {
|
|
2728
2723
|
name: string;
|
|
2729
2724
|
uid: string;
|
|
2725
|
+
id: string;
|
|
2730
2726
|
createTime: string;
|
|
2731
2727
|
updateTime: string;
|
|
2732
|
-
id: string;
|
|
2733
2728
|
profile?: {
|
|
2734
2729
|
displayName?: string | undefined;
|
|
2735
2730
|
bio?: string | undefined;
|
|
@@ -2747,14 +2742,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2747
2742
|
organization: {
|
|
2748
2743
|
name: string;
|
|
2749
2744
|
uid: string;
|
|
2745
|
+
id: string;
|
|
2750
2746
|
createTime: string;
|
|
2751
2747
|
updateTime: string;
|
|
2752
2748
|
owner: {
|
|
2753
2749
|
name: string;
|
|
2754
2750
|
uid: string;
|
|
2751
|
+
id: string;
|
|
2755
2752
|
createTime: string;
|
|
2756
2753
|
updateTime: string;
|
|
2757
|
-
id: string;
|
|
2758
2754
|
profile?: {
|
|
2759
2755
|
displayName?: string | undefined;
|
|
2760
2756
|
bio?: string | undefined;
|
|
@@ -2768,7 +2764,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2768
2764
|
} | undefined;
|
|
2769
2765
|
} | undefined;
|
|
2770
2766
|
};
|
|
2771
|
-
id: string;
|
|
2772
2767
|
profile?: {
|
|
2773
2768
|
displayName?: string | undefined;
|
|
2774
2769
|
bio?: string | undefined;
|
|
@@ -2782,10 +2777,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2782
2777
|
} | undefined;
|
|
2783
2778
|
};
|
|
2784
2779
|
};
|
|
2785
|
-
|
|
2780
|
+
description: string;
|
|
2786
2781
|
documentationUrl: string;
|
|
2787
2782
|
sourceUrl: string;
|
|
2788
2783
|
recipe: Record<string, any>;
|
|
2784
|
+
metadata: Record<string, any>;
|
|
2789
2785
|
readme: string;
|
|
2790
2786
|
dataSpecification: {
|
|
2791
2787
|
input?: any;
|
|
@@ -2806,13 +2802,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2806
2802
|
ownerName: string;
|
|
2807
2803
|
releases: {
|
|
2808
2804
|
name: string;
|
|
2809
|
-
description: string;
|
|
2810
2805
|
uid: string;
|
|
2811
|
-
|
|
2806
|
+
id: string;
|
|
2812
2807
|
createTime: string;
|
|
2813
2808
|
updateTime: string;
|
|
2814
|
-
|
|
2809
|
+
description: string;
|
|
2815
2810
|
recipe: Record<string, any>;
|
|
2811
|
+
metadata: Record<string, any>;
|
|
2816
2812
|
readme: string;
|
|
2817
2813
|
rawRecipe: string;
|
|
2818
2814
|
dataSpecification: {
|
|
@@ -2822,6 +2818,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2822
2818
|
deleteTime?: string | undefined;
|
|
2823
2819
|
alias?: string | undefined;
|
|
2824
2820
|
}[];
|
|
2821
|
+
permission: {
|
|
2822
|
+
canEdit: boolean;
|
|
2823
|
+
canTrigger: boolean;
|
|
2824
|
+
};
|
|
2825
2825
|
tags: string[];
|
|
2826
2826
|
stats: {
|
|
2827
2827
|
lastRunTime: string;
|
|
@@ -2837,22 +2837,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
2839
|
name: string;
|
|
2840
|
-
description: string;
|
|
2841
2840
|
uid: string;
|
|
2842
|
-
|
|
2841
|
+
id: string;
|
|
2843
2842
|
createTime: string;
|
|
2844
2843
|
updateTime: string;
|
|
2845
|
-
permission: {
|
|
2846
|
-
canEdit: boolean;
|
|
2847
|
-
canTrigger: boolean;
|
|
2848
|
-
};
|
|
2849
2844
|
owner: {
|
|
2850
2845
|
user: {
|
|
2851
2846
|
name: string;
|
|
2852
2847
|
uid: string;
|
|
2848
|
+
id: string;
|
|
2853
2849
|
createTime: string;
|
|
2854
2850
|
updateTime: string;
|
|
2855
|
-
id: string;
|
|
2856
2851
|
profile?: {
|
|
2857
2852
|
displayName?: string | undefined;
|
|
2858
2853
|
bio?: string | undefined;
|
|
@@ -2870,14 +2865,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2870
2865
|
organization: {
|
|
2871
2866
|
name: string;
|
|
2872
2867
|
uid: string;
|
|
2868
|
+
id: string;
|
|
2873
2869
|
createTime: string;
|
|
2874
2870
|
updateTime: string;
|
|
2875
2871
|
owner: {
|
|
2876
2872
|
name: string;
|
|
2877
2873
|
uid: string;
|
|
2874
|
+
id: string;
|
|
2878
2875
|
createTime: string;
|
|
2879
2876
|
updateTime: string;
|
|
2880
|
-
id: string;
|
|
2881
2877
|
profile?: {
|
|
2882
2878
|
displayName?: string | undefined;
|
|
2883
2879
|
bio?: string | undefined;
|
|
@@ -2891,7 +2887,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2891
2887
|
} | undefined;
|
|
2892
2888
|
} | undefined;
|
|
2893
2889
|
};
|
|
2894
|
-
id: string;
|
|
2895
2890
|
profile?: {
|
|
2896
2891
|
displayName?: string | undefined;
|
|
2897
2892
|
bio?: string | undefined;
|
|
@@ -2905,10 +2900,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2905
2900
|
} | undefined;
|
|
2906
2901
|
};
|
|
2907
2902
|
};
|
|
2908
|
-
|
|
2903
|
+
description: string;
|
|
2909
2904
|
documentationUrl: string;
|
|
2910
2905
|
sourceUrl: string;
|
|
2911
2906
|
recipe: Record<string, any>;
|
|
2907
|
+
metadata: Record<string, any>;
|
|
2912
2908
|
readme: string;
|
|
2913
2909
|
dataSpecification: {
|
|
2914
2910
|
input?: any;
|
|
@@ -2929,13 +2925,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2929
2925
|
ownerName: string;
|
|
2930
2926
|
releases: {
|
|
2931
2927
|
name: string;
|
|
2932
|
-
description: string;
|
|
2933
2928
|
uid: string;
|
|
2934
|
-
|
|
2929
|
+
id: string;
|
|
2935
2930
|
createTime: string;
|
|
2936
2931
|
updateTime: string;
|
|
2937
|
-
|
|
2932
|
+
description: string;
|
|
2938
2933
|
recipe: Record<string, any>;
|
|
2934
|
+
metadata: Record<string, any>;
|
|
2939
2935
|
readme: string;
|
|
2940
2936
|
rawRecipe: string;
|
|
2941
2937
|
dataSpecification: {
|
|
@@ -2945,6 +2941,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2945
2941
|
deleteTime?: string | undefined;
|
|
2946
2942
|
alias?: string | undefined;
|
|
2947
2943
|
}[];
|
|
2944
|
+
permission: {
|
|
2945
|
+
canEdit: boolean;
|
|
2946
|
+
canTrigger: boolean;
|
|
2947
|
+
};
|
|
2948
2948
|
tags: string[];
|
|
2949
2949
|
stats: {
|
|
2950
2950
|
lastRunTime: string;
|
|
@@ -2958,22 +2958,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
2960
|
name: string;
|
|
2961
|
-
description: string;
|
|
2962
2961
|
uid: string;
|
|
2963
|
-
|
|
2962
|
+
id: string;
|
|
2964
2963
|
createTime: string;
|
|
2965
2964
|
updateTime: string;
|
|
2966
|
-
permission: {
|
|
2967
|
-
canEdit: boolean;
|
|
2968
|
-
canTrigger: boolean;
|
|
2969
|
-
};
|
|
2970
2965
|
owner: {
|
|
2971
2966
|
user: {
|
|
2972
2967
|
name: string;
|
|
2973
2968
|
uid: string;
|
|
2969
|
+
id: string;
|
|
2974
2970
|
createTime: string;
|
|
2975
2971
|
updateTime: string;
|
|
2976
|
-
id: string;
|
|
2977
2972
|
profile?: {
|
|
2978
2973
|
displayName?: string | undefined;
|
|
2979
2974
|
bio?: string | undefined;
|
|
@@ -2991,14 +2986,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2991
2986
|
organization: {
|
|
2992
2987
|
name: string;
|
|
2993
2988
|
uid: string;
|
|
2989
|
+
id: string;
|
|
2994
2990
|
createTime: string;
|
|
2995
2991
|
updateTime: string;
|
|
2996
2992
|
owner: {
|
|
2997
2993
|
name: string;
|
|
2998
2994
|
uid: string;
|
|
2995
|
+
id: string;
|
|
2999
2996
|
createTime: string;
|
|
3000
2997
|
updateTime: string;
|
|
3001
|
-
id: string;
|
|
3002
2998
|
profile?: {
|
|
3003
2999
|
displayName?: string | undefined;
|
|
3004
3000
|
bio?: string | undefined;
|
|
@@ -3012,7 +3008,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3012
3008
|
} | undefined;
|
|
3013
3009
|
} | undefined;
|
|
3014
3010
|
};
|
|
3015
|
-
id: string;
|
|
3016
3011
|
profile?: {
|
|
3017
3012
|
displayName?: string | undefined;
|
|
3018
3013
|
bio?: string | undefined;
|
|
@@ -3026,10 +3021,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3026
3021
|
} | undefined;
|
|
3027
3022
|
};
|
|
3028
3023
|
};
|
|
3029
|
-
|
|
3024
|
+
description: string;
|
|
3030
3025
|
documentationUrl: string;
|
|
3031
3026
|
sourceUrl: string;
|
|
3032
3027
|
recipe: Record<string, any>;
|
|
3028
|
+
metadata: Record<string, any>;
|
|
3033
3029
|
readme: string;
|
|
3034
3030
|
dataSpecification: {
|
|
3035
3031
|
input?: any;
|
|
@@ -3050,13 +3046,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3050
3046
|
ownerName: string;
|
|
3051
3047
|
releases: {
|
|
3052
3048
|
name: string;
|
|
3053
|
-
description: string;
|
|
3054
3049
|
uid: string;
|
|
3055
|
-
|
|
3050
|
+
id: string;
|
|
3056
3051
|
createTime: string;
|
|
3057
3052
|
updateTime: string;
|
|
3058
|
-
|
|
3053
|
+
description: string;
|
|
3059
3054
|
recipe: Record<string, any>;
|
|
3055
|
+
metadata: Record<string, any>;
|
|
3060
3056
|
readme: string;
|
|
3061
3057
|
rawRecipe: string;
|
|
3062
3058
|
dataSpecification: {
|
|
@@ -3066,6 +3062,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3066
3062
|
deleteTime?: string | undefined;
|
|
3067
3063
|
alias?: string | undefined;
|
|
3068
3064
|
}[];
|
|
3065
|
+
permission: {
|
|
3066
|
+
canEdit: boolean;
|
|
3067
|
+
canTrigger: boolean;
|
|
3068
|
+
};
|
|
3069
3069
|
tags: string[];
|
|
3070
3070
|
stats: {
|
|
3071
3071
|
lastRunTime: 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,13 +3536,13 @@ 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;
|
|
3542
3541
|
createTime: string;
|
|
3543
3542
|
updateTime: string;
|
|
3544
|
-
|
|
3543
|
+
description: string;
|
|
3545
3544
|
recipe: Record<string, any>;
|
|
3545
|
+
metadata: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
3548
3548
|
dataSpecification: {
|
|
@@ -3553,13 +3553,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3553
3553
|
alias?: string | undefined;
|
|
3554
3554
|
}, {
|
|
3555
3555
|
name: string;
|
|
3556
|
-
description: string;
|
|
3557
3556
|
uid: string;
|
|
3558
|
-
|
|
3557
|
+
id: string;
|
|
3559
3558
|
createTime: string;
|
|
3560
3559
|
updateTime: string;
|
|
3561
|
-
|
|
3560
|
+
description: string;
|
|
3562
3561
|
recipe: Record<string, any>;
|
|
3562
|
+
metadata: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3647,22 +3647,17 @@ 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;
|
|
3653
3652
|
createTime: string;
|
|
3654
3653
|
updateTime: string;
|
|
3655
|
-
permission: {
|
|
3656
|
-
canEdit: boolean;
|
|
3657
|
-
canTrigger: boolean;
|
|
3658
|
-
};
|
|
3659
3654
|
owner: {
|
|
3660
3655
|
user: {
|
|
3661
3656
|
name: string;
|
|
3662
3657
|
uid: string;
|
|
3658
|
+
id: string;
|
|
3663
3659
|
createTime: string;
|
|
3664
3660
|
updateTime: string;
|
|
3665
|
-
id: string;
|
|
3666
3661
|
profile?: {
|
|
3667
3662
|
displayName?: string | undefined;
|
|
3668
3663
|
bio?: string | undefined;
|
|
@@ -3680,14 +3675,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3680
3675
|
organization: {
|
|
3681
3676
|
name: string;
|
|
3682
3677
|
uid: string;
|
|
3678
|
+
id: string;
|
|
3683
3679
|
createTime: string;
|
|
3684
3680
|
updateTime: string;
|
|
3685
3681
|
owner: {
|
|
3686
3682
|
name: string;
|
|
3687
3683
|
uid: string;
|
|
3684
|
+
id: string;
|
|
3688
3685
|
createTime: string;
|
|
3689
3686
|
updateTime: string;
|
|
3690
|
-
id: string;
|
|
3691
3687
|
profile?: {
|
|
3692
3688
|
displayName?: string | undefined;
|
|
3693
3689
|
bio?: string | undefined;
|
|
@@ -3701,7 +3697,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3701
3697
|
} | undefined;
|
|
3702
3698
|
} | undefined;
|
|
3703
3699
|
};
|
|
3704
|
-
id: string;
|
|
3705
3700
|
profile?: {
|
|
3706
3701
|
displayName?: string | undefined;
|
|
3707
3702
|
bio?: string | undefined;
|
|
@@ -3715,10 +3710,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3715
3710
|
} | undefined;
|
|
3716
3711
|
};
|
|
3717
3712
|
};
|
|
3718
|
-
|
|
3713
|
+
description: string;
|
|
3719
3714
|
documentationUrl: string;
|
|
3720
3715
|
sourceUrl: string;
|
|
3721
3716
|
recipe: Record<string, any>;
|
|
3717
|
+
metadata: Record<string, any>;
|
|
3722
3718
|
readme: string;
|
|
3723
3719
|
dataSpecification: {
|
|
3724
3720
|
input?: any;
|
|
@@ -3739,13 +3735,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3739
3735
|
ownerName: string;
|
|
3740
3736
|
releases: {
|
|
3741
3737
|
name: string;
|
|
3742
|
-
description: string;
|
|
3743
3738
|
uid: string;
|
|
3744
|
-
|
|
3739
|
+
id: string;
|
|
3745
3740
|
createTime: string;
|
|
3746
3741
|
updateTime: string;
|
|
3747
|
-
|
|
3742
|
+
description: string;
|
|
3748
3743
|
recipe: Record<string, any>;
|
|
3744
|
+
metadata: Record<string, any>;
|
|
3749
3745
|
readme: string;
|
|
3750
3746
|
rawRecipe: string;
|
|
3751
3747
|
dataSpecification: {
|
|
@@ -3755,6 +3751,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3755
3751
|
deleteTime?: string | undefined;
|
|
3756
3752
|
alias?: string | undefined;
|
|
3757
3753
|
}[];
|
|
3754
|
+
permission: {
|
|
3755
|
+
canEdit: boolean;
|
|
3756
|
+
canTrigger: boolean;
|
|
3757
|
+
};
|
|
3758
3758
|
tags: string[];
|
|
3759
3759
|
stats: {
|
|
3760
3760
|
lastRunTime: string;
|
|
@@ -3764,22 +3764,17 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
-
description: string;
|
|
3768
3767
|
uid: string;
|
|
3769
|
-
|
|
3768
|
+
id: string;
|
|
3770
3769
|
createTime: string;
|
|
3771
3770
|
updateTime: string;
|
|
3772
|
-
permission: {
|
|
3773
|
-
canEdit: boolean;
|
|
3774
|
-
canTrigger: boolean;
|
|
3775
|
-
};
|
|
3776
3771
|
owner: {
|
|
3777
3772
|
user: {
|
|
3778
3773
|
name: string;
|
|
3779
3774
|
uid: string;
|
|
3775
|
+
id: string;
|
|
3780
3776
|
createTime: string;
|
|
3781
3777
|
updateTime: string;
|
|
3782
|
-
id: string;
|
|
3783
3778
|
profile?: {
|
|
3784
3779
|
displayName?: string | undefined;
|
|
3785
3780
|
bio?: string | undefined;
|
|
@@ -3797,14 +3792,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3797
3792
|
organization: {
|
|
3798
3793
|
name: string;
|
|
3799
3794
|
uid: string;
|
|
3795
|
+
id: string;
|
|
3800
3796
|
createTime: string;
|
|
3801
3797
|
updateTime: string;
|
|
3802
3798
|
owner: {
|
|
3803
3799
|
name: string;
|
|
3804
3800
|
uid: string;
|
|
3801
|
+
id: string;
|
|
3805
3802
|
createTime: string;
|
|
3806
3803
|
updateTime: string;
|
|
3807
|
-
id: string;
|
|
3808
3804
|
profile?: {
|
|
3809
3805
|
displayName?: string | undefined;
|
|
3810
3806
|
bio?: string | undefined;
|
|
@@ -3818,7 +3814,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3818
3814
|
} | undefined;
|
|
3819
3815
|
} | undefined;
|
|
3820
3816
|
};
|
|
3821
|
-
id: string;
|
|
3822
3817
|
profile?: {
|
|
3823
3818
|
displayName?: string | undefined;
|
|
3824
3819
|
bio?: string | undefined;
|
|
@@ -3832,10 +3827,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3832
3827
|
} | undefined;
|
|
3833
3828
|
};
|
|
3834
3829
|
};
|
|
3835
|
-
|
|
3830
|
+
description: string;
|
|
3836
3831
|
documentationUrl: string;
|
|
3837
3832
|
sourceUrl: string;
|
|
3838
3833
|
recipe: Record<string, any>;
|
|
3834
|
+
metadata: Record<string, any>;
|
|
3839
3835
|
readme: string;
|
|
3840
3836
|
dataSpecification: {
|
|
3841
3837
|
input?: any;
|
|
@@ -3856,13 +3852,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3856
3852
|
ownerName: string;
|
|
3857
3853
|
releases: {
|
|
3858
3854
|
name: string;
|
|
3859
|
-
description: string;
|
|
3860
3855
|
uid: string;
|
|
3861
|
-
|
|
3856
|
+
id: string;
|
|
3862
3857
|
createTime: string;
|
|
3863
3858
|
updateTime: string;
|
|
3864
|
-
|
|
3859
|
+
description: string;
|
|
3865
3860
|
recipe: Record<string, any>;
|
|
3861
|
+
metadata: Record<string, any>;
|
|
3866
3862
|
readme: string;
|
|
3867
3863
|
rawRecipe: string;
|
|
3868
3864
|
dataSpecification: {
|
|
@@ -3872,6 +3868,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3872
3868
|
deleteTime?: string | undefined;
|
|
3873
3869
|
alias?: string | undefined;
|
|
3874
3870
|
}[];
|
|
3871
|
+
permission: {
|
|
3872
|
+
canEdit: boolean;
|
|
3873
|
+
canTrigger: boolean;
|
|
3874
|
+
};
|
|
3875
3875
|
tags: string[];
|
|
3876
3876
|
stats: {
|
|
3877
3877
|
lastRunTime: string;
|
|
@@ -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,13 +4345,13 @@ 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;
|
|
4351
4350
|
createTime: string;
|
|
4352
4351
|
updateTime: string;
|
|
4353
|
-
|
|
4352
|
+
description: string;
|
|
4354
4353
|
recipe: Record<string, any>;
|
|
4354
|
+
metadata: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
4357
4357
|
dataSpecification: {
|
|
@@ -4362,13 +4362,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4362
4362
|
alias?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
4364
|
name: string;
|
|
4365
|
-
description: string;
|
|
4366
4365
|
uid: string;
|
|
4367
|
-
|
|
4366
|
+
id: string;
|
|
4368
4367
|
createTime: string;
|
|
4369
4368
|
updateTime: string;
|
|
4370
|
-
|
|
4369
|
+
description: string;
|
|
4371
4370
|
recipe: Record<string, any>;
|
|
4371
|
+
metadata: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4456,22 +4456,17 @@ 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;
|
|
4462
4461
|
createTime: string;
|
|
4463
4462
|
updateTime: string;
|
|
4464
|
-
permission: {
|
|
4465
|
-
canEdit: boolean;
|
|
4466
|
-
canTrigger: boolean;
|
|
4467
|
-
};
|
|
4468
4463
|
owner: {
|
|
4469
4464
|
user: {
|
|
4470
4465
|
name: string;
|
|
4471
4466
|
uid: string;
|
|
4467
|
+
id: string;
|
|
4472
4468
|
createTime: string;
|
|
4473
4469
|
updateTime: string;
|
|
4474
|
-
id: string;
|
|
4475
4470
|
profile?: {
|
|
4476
4471
|
displayName?: string | undefined;
|
|
4477
4472
|
bio?: string | undefined;
|
|
@@ -4489,14 +4484,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4489
4484
|
organization: {
|
|
4490
4485
|
name: string;
|
|
4491
4486
|
uid: string;
|
|
4487
|
+
id: string;
|
|
4492
4488
|
createTime: string;
|
|
4493
4489
|
updateTime: string;
|
|
4494
4490
|
owner: {
|
|
4495
4491
|
name: string;
|
|
4496
4492
|
uid: string;
|
|
4493
|
+
id: string;
|
|
4497
4494
|
createTime: string;
|
|
4498
4495
|
updateTime: string;
|
|
4499
|
-
id: string;
|
|
4500
4496
|
profile?: {
|
|
4501
4497
|
displayName?: string | undefined;
|
|
4502
4498
|
bio?: string | undefined;
|
|
@@ -4510,7 +4506,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4510
4506
|
} | undefined;
|
|
4511
4507
|
} | undefined;
|
|
4512
4508
|
};
|
|
4513
|
-
id: string;
|
|
4514
4509
|
profile?: {
|
|
4515
4510
|
displayName?: string | undefined;
|
|
4516
4511
|
bio?: string | undefined;
|
|
@@ -4524,10 +4519,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4524
4519
|
} | undefined;
|
|
4525
4520
|
};
|
|
4526
4521
|
};
|
|
4527
|
-
|
|
4522
|
+
description: string;
|
|
4528
4523
|
documentationUrl: string;
|
|
4529
4524
|
sourceUrl: string;
|
|
4530
4525
|
recipe: Record<string, any>;
|
|
4526
|
+
metadata: Record<string, any>;
|
|
4531
4527
|
readme: string;
|
|
4532
4528
|
dataSpecification: {
|
|
4533
4529
|
input?: any;
|
|
@@ -4548,13 +4544,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4548
4544
|
ownerName: string;
|
|
4549
4545
|
releases: {
|
|
4550
4546
|
name: string;
|
|
4551
|
-
description: string;
|
|
4552
4547
|
uid: string;
|
|
4553
|
-
|
|
4548
|
+
id: string;
|
|
4554
4549
|
createTime: string;
|
|
4555
4550
|
updateTime: string;
|
|
4556
|
-
|
|
4551
|
+
description: string;
|
|
4557
4552
|
recipe: Record<string, any>;
|
|
4553
|
+
metadata: Record<string, any>;
|
|
4558
4554
|
readme: string;
|
|
4559
4555
|
rawRecipe: string;
|
|
4560
4556
|
dataSpecification: {
|
|
@@ -4564,6 +4560,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4564
4560
|
deleteTime?: string | undefined;
|
|
4565
4561
|
alias?: string | undefined;
|
|
4566
4562
|
}[];
|
|
4563
|
+
permission: {
|
|
4564
|
+
canEdit: boolean;
|
|
4565
|
+
canTrigger: boolean;
|
|
4566
|
+
};
|
|
4567
4567
|
tags: string[];
|
|
4568
4568
|
stats: {
|
|
4569
4569
|
lastRunTime: string;
|
|
@@ -4573,22 +4573,17 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
-
description: string;
|
|
4577
4576
|
uid: string;
|
|
4578
|
-
|
|
4577
|
+
id: string;
|
|
4579
4578
|
createTime: string;
|
|
4580
4579
|
updateTime: string;
|
|
4581
|
-
permission: {
|
|
4582
|
-
canEdit: boolean;
|
|
4583
|
-
canTrigger: boolean;
|
|
4584
|
-
};
|
|
4585
4580
|
owner: {
|
|
4586
4581
|
user: {
|
|
4587
4582
|
name: string;
|
|
4588
4583
|
uid: string;
|
|
4584
|
+
id: string;
|
|
4589
4585
|
createTime: string;
|
|
4590
4586
|
updateTime: string;
|
|
4591
|
-
id: string;
|
|
4592
4587
|
profile?: {
|
|
4593
4588
|
displayName?: string | undefined;
|
|
4594
4589
|
bio?: string | undefined;
|
|
@@ -4606,14 +4601,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4606
4601
|
organization: {
|
|
4607
4602
|
name: string;
|
|
4608
4603
|
uid: string;
|
|
4604
|
+
id: string;
|
|
4609
4605
|
createTime: string;
|
|
4610
4606
|
updateTime: string;
|
|
4611
4607
|
owner: {
|
|
4612
4608
|
name: string;
|
|
4613
4609
|
uid: string;
|
|
4610
|
+
id: string;
|
|
4614
4611
|
createTime: string;
|
|
4615
4612
|
updateTime: string;
|
|
4616
|
-
id: string;
|
|
4617
4613
|
profile?: {
|
|
4618
4614
|
displayName?: string | undefined;
|
|
4619
4615
|
bio?: string | undefined;
|
|
@@ -4627,7 +4623,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4627
4623
|
} | undefined;
|
|
4628
4624
|
} | undefined;
|
|
4629
4625
|
};
|
|
4630
|
-
id: string;
|
|
4631
4626
|
profile?: {
|
|
4632
4627
|
displayName?: string | undefined;
|
|
4633
4628
|
bio?: string | undefined;
|
|
@@ -4641,10 +4636,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4641
4636
|
} | undefined;
|
|
4642
4637
|
};
|
|
4643
4638
|
};
|
|
4644
|
-
|
|
4639
|
+
description: string;
|
|
4645
4640
|
documentationUrl: string;
|
|
4646
4641
|
sourceUrl: string;
|
|
4647
4642
|
recipe: Record<string, any>;
|
|
4643
|
+
metadata: Record<string, any>;
|
|
4648
4644
|
readme: string;
|
|
4649
4645
|
dataSpecification: {
|
|
4650
4646
|
input?: any;
|
|
@@ -4665,13 +4661,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4665
4661
|
ownerName: string;
|
|
4666
4662
|
releases: {
|
|
4667
4663
|
name: string;
|
|
4668
|
-
description: string;
|
|
4669
4664
|
uid: string;
|
|
4670
|
-
|
|
4665
|
+
id: string;
|
|
4671
4666
|
createTime: string;
|
|
4672
4667
|
updateTime: string;
|
|
4673
|
-
|
|
4668
|
+
description: string;
|
|
4674
4669
|
recipe: Record<string, any>;
|
|
4670
|
+
metadata: Record<string, any>;
|
|
4675
4671
|
readme: string;
|
|
4676
4672
|
rawRecipe: string;
|
|
4677
4673
|
dataSpecification: {
|
|
@@ -4681,6 +4677,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4681
4677
|
deleteTime?: string | undefined;
|
|
4682
4678
|
alias?: string | undefined;
|
|
4683
4679
|
}[];
|
|
4680
|
+
permission: {
|
|
4681
|
+
canEdit: boolean;
|
|
4682
|
+
canTrigger: boolean;
|
|
4683
|
+
};
|
|
4684
4684
|
tags: string[];
|
|
4685
4685
|
stats: {
|
|
4686
4686
|
lastRunTime: string;
|
|
@@ -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,13 +5163,13 @@ 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;
|
|
5169
5168
|
createTime: string;
|
|
5170
5169
|
updateTime: string;
|
|
5171
|
-
|
|
5170
|
+
description: string;
|
|
5172
5171
|
recipe: Record<string, any>;
|
|
5172
|
+
metadata: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
5175
5175
|
dataSpecification: {
|
|
@@ -5180,13 +5180,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5180
5180
|
alias?: string | undefined;
|
|
5181
5181
|
}, {
|
|
5182
5182
|
name: string;
|
|
5183
|
-
description: string;
|
|
5184
5183
|
uid: string;
|
|
5185
|
-
|
|
5184
|
+
id: string;
|
|
5186
5185
|
createTime: string;
|
|
5187
5186
|
updateTime: string;
|
|
5188
|
-
|
|
5187
|
+
description: string;
|
|
5189
5188
|
recipe: Record<string, any>;
|
|
5189
|
+
metadata: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5274,22 +5274,17 @@ 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;
|
|
5280
5279
|
createTime: string;
|
|
5281
5280
|
updateTime: string;
|
|
5282
|
-
permission: {
|
|
5283
|
-
canEdit: boolean;
|
|
5284
|
-
canTrigger: boolean;
|
|
5285
|
-
};
|
|
5286
5281
|
owner: {
|
|
5287
5282
|
user: {
|
|
5288
5283
|
name: string;
|
|
5289
5284
|
uid: string;
|
|
5285
|
+
id: string;
|
|
5290
5286
|
createTime: string;
|
|
5291
5287
|
updateTime: string;
|
|
5292
|
-
id: string;
|
|
5293
5288
|
profile?: {
|
|
5294
5289
|
displayName?: string | undefined;
|
|
5295
5290
|
bio?: string | undefined;
|
|
@@ -5307,14 +5302,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5307
5302
|
organization: {
|
|
5308
5303
|
name: string;
|
|
5309
5304
|
uid: string;
|
|
5305
|
+
id: string;
|
|
5310
5306
|
createTime: string;
|
|
5311
5307
|
updateTime: string;
|
|
5312
5308
|
owner: {
|
|
5313
5309
|
name: string;
|
|
5314
5310
|
uid: string;
|
|
5311
|
+
id: string;
|
|
5315
5312
|
createTime: string;
|
|
5316
5313
|
updateTime: string;
|
|
5317
|
-
id: string;
|
|
5318
5314
|
profile?: {
|
|
5319
5315
|
displayName?: string | undefined;
|
|
5320
5316
|
bio?: string | undefined;
|
|
@@ -5328,7 +5324,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5328
5324
|
} | undefined;
|
|
5329
5325
|
} | undefined;
|
|
5330
5326
|
};
|
|
5331
|
-
id: string;
|
|
5332
5327
|
profile?: {
|
|
5333
5328
|
displayName?: string | undefined;
|
|
5334
5329
|
bio?: string | undefined;
|
|
@@ -5342,10 +5337,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5342
5337
|
} | undefined;
|
|
5343
5338
|
};
|
|
5344
5339
|
};
|
|
5345
|
-
|
|
5340
|
+
description: string;
|
|
5346
5341
|
documentationUrl: string;
|
|
5347
5342
|
sourceUrl: string;
|
|
5348
5343
|
recipe: Record<string, any>;
|
|
5344
|
+
metadata: Record<string, any>;
|
|
5349
5345
|
readme: string;
|
|
5350
5346
|
dataSpecification: {
|
|
5351
5347
|
input?: any;
|
|
@@ -5366,13 +5362,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5366
5362
|
ownerName: string;
|
|
5367
5363
|
releases: {
|
|
5368
5364
|
name: string;
|
|
5369
|
-
description: string;
|
|
5370
5365
|
uid: string;
|
|
5371
|
-
|
|
5366
|
+
id: string;
|
|
5372
5367
|
createTime: string;
|
|
5373
5368
|
updateTime: string;
|
|
5374
|
-
|
|
5369
|
+
description: string;
|
|
5375
5370
|
recipe: Record<string, any>;
|
|
5371
|
+
metadata: Record<string, any>;
|
|
5376
5372
|
readme: string;
|
|
5377
5373
|
rawRecipe: string;
|
|
5378
5374
|
dataSpecification: {
|
|
@@ -5382,6 +5378,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5382
5378
|
deleteTime?: string | undefined;
|
|
5383
5379
|
alias?: string | undefined;
|
|
5384
5380
|
}[];
|
|
5381
|
+
permission: {
|
|
5382
|
+
canEdit: boolean;
|
|
5383
|
+
canTrigger: boolean;
|
|
5384
|
+
};
|
|
5385
5385
|
tags: string[];
|
|
5386
5386
|
stats: {
|
|
5387
5387
|
lastRunTime: string;
|
|
@@ -5391,22 +5391,17 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
-
description: string;
|
|
5395
5394
|
uid: string;
|
|
5396
|
-
|
|
5395
|
+
id: string;
|
|
5397
5396
|
createTime: string;
|
|
5398
5397
|
updateTime: string;
|
|
5399
|
-
permission: {
|
|
5400
|
-
canEdit: boolean;
|
|
5401
|
-
canTrigger: boolean;
|
|
5402
|
-
};
|
|
5403
5398
|
owner: {
|
|
5404
5399
|
user: {
|
|
5405
5400
|
name: string;
|
|
5406
5401
|
uid: string;
|
|
5402
|
+
id: string;
|
|
5407
5403
|
createTime: string;
|
|
5408
5404
|
updateTime: string;
|
|
5409
|
-
id: string;
|
|
5410
5405
|
profile?: {
|
|
5411
5406
|
displayName?: string | undefined;
|
|
5412
5407
|
bio?: string | undefined;
|
|
@@ -5424,14 +5419,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5424
5419
|
organization: {
|
|
5425
5420
|
name: string;
|
|
5426
5421
|
uid: string;
|
|
5422
|
+
id: string;
|
|
5427
5423
|
createTime: string;
|
|
5428
5424
|
updateTime: string;
|
|
5429
5425
|
owner: {
|
|
5430
5426
|
name: string;
|
|
5431
5427
|
uid: string;
|
|
5428
|
+
id: string;
|
|
5432
5429
|
createTime: string;
|
|
5433
5430
|
updateTime: string;
|
|
5434
|
-
id: string;
|
|
5435
5431
|
profile?: {
|
|
5436
5432
|
displayName?: string | undefined;
|
|
5437
5433
|
bio?: string | undefined;
|
|
@@ -5445,7 +5441,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5445
5441
|
} | undefined;
|
|
5446
5442
|
} | undefined;
|
|
5447
5443
|
};
|
|
5448
|
-
id: string;
|
|
5449
5444
|
profile?: {
|
|
5450
5445
|
displayName?: string | undefined;
|
|
5451
5446
|
bio?: string | undefined;
|
|
@@ -5459,10 +5454,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5459
5454
|
} | undefined;
|
|
5460
5455
|
};
|
|
5461
5456
|
};
|
|
5462
|
-
|
|
5457
|
+
description: string;
|
|
5463
5458
|
documentationUrl: string;
|
|
5464
5459
|
sourceUrl: string;
|
|
5465
5460
|
recipe: Record<string, any>;
|
|
5461
|
+
metadata: Record<string, any>;
|
|
5466
5462
|
readme: string;
|
|
5467
5463
|
dataSpecification: {
|
|
5468
5464
|
input?: any;
|
|
@@ -5483,13 +5479,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5483
5479
|
ownerName: string;
|
|
5484
5480
|
releases: {
|
|
5485
5481
|
name: string;
|
|
5486
|
-
description: string;
|
|
5487
5482
|
uid: string;
|
|
5488
|
-
|
|
5483
|
+
id: string;
|
|
5489
5484
|
createTime: string;
|
|
5490
5485
|
updateTime: string;
|
|
5491
|
-
|
|
5486
|
+
description: string;
|
|
5492
5487
|
recipe: Record<string, any>;
|
|
5488
|
+
metadata: Record<string, any>;
|
|
5493
5489
|
readme: string;
|
|
5494
5490
|
rawRecipe: string;
|
|
5495
5491
|
dataSpecification: {
|
|
@@ -5499,6 +5495,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5499
5495
|
deleteTime?: string | undefined;
|
|
5500
5496
|
alias?: string | undefined;
|
|
5501
5497
|
}[];
|
|
5498
|
+
permission: {
|
|
5499
|
+
canEdit: boolean;
|
|
5500
|
+
canTrigger: boolean;
|
|
5501
|
+
};
|
|
5502
5502
|
tags: string[];
|
|
5503
5503
|
stats: {
|
|
5504
5504
|
lastRunTime: string;
|