instill-sdk 0.19.0-rc.1 → 0.19.0-rc.2
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/constant.d.ts +8 -0
- package/dist/chat/constant.d.ts.map +1 -0
- package/dist/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +132 -132
- package/dist/core/organization/types.d.ts +10 -10
- package/dist/core/user/types.d.ts +14 -14
- package/dist/folder/FolderClient.d.ts +11 -0
- package/dist/folder/FolderClient.d.ts.map +1 -0
- package/dist/folder/index.d.ts +3 -0
- package/dist/folder/index.d.ts.map +1 -0
- package/dist/folder/types.d.ts +51 -0
- package/dist/folder/types.d.ts.map +1 -0
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +593 -612
- package/dist/index.mjs +592 -618
- package/dist/main/index.d.ts +2 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +44 -44
- package/dist/vdp/component/types.d.ts +68 -68
- package/dist/vdp/pipeline/types.d.ts +456 -456
- package/dist/vdp/release/types.d.ts +6 -6
- package/package.json +5 -5
- package/dist/helper/makeXMLRequestWithProgress.d.ts +0 -4
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +0 -1
|
@@ -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;
|
|
222
221
|
createTime: string;
|
|
223
222
|
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;
|
|
240
239
|
createTime: string;
|
|
241
240
|
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;
|
|
260
259
|
createTime: string;
|
|
261
260
|
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;
|
|
280
279
|
createTime: string;
|
|
281
280
|
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;
|
|
354
353
|
createTime: string;
|
|
355
354
|
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;
|
|
372
371
|
createTime: string;
|
|
373
372
|
updateTime: string;
|
|
373
|
+
id: string;
|
|
374
374
|
profile?: {
|
|
375
375
|
displayName?: string | undefined;
|
|
376
376
|
bio?: string | undefined;
|
|
@@ -426,13 +426,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
427
|
name: string;
|
|
428
428
|
uid: string;
|
|
429
|
-
|
|
429
|
+
createTime: string;
|
|
430
|
+
updateTime: string;
|
|
430
431
|
owner: {
|
|
431
432
|
name: string;
|
|
432
433
|
uid: string;
|
|
433
|
-
id: string;
|
|
434
434
|
createTime: string;
|
|
435
435
|
updateTime: string;
|
|
436
|
+
id: string;
|
|
436
437
|
profile?: {
|
|
437
438
|
displayName?: string | undefined;
|
|
438
439
|
bio?: string | undefined;
|
|
@@ -446,8 +447,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
446
447
|
} | undefined;
|
|
447
448
|
} | undefined;
|
|
448
449
|
};
|
|
449
|
-
|
|
450
|
-
updateTime: string;
|
|
450
|
+
id: string;
|
|
451
451
|
profile?: {
|
|
452
452
|
displayName?: string | undefined;
|
|
453
453
|
bio?: string | undefined;
|
|
@@ -462,13 +462,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
462
462
|
}, {
|
|
463
463
|
name: string;
|
|
464
464
|
uid: string;
|
|
465
|
-
|
|
465
|
+
createTime: string;
|
|
466
|
+
updateTime: string;
|
|
466
467
|
owner: {
|
|
467
468
|
name: string;
|
|
468
469
|
uid: string;
|
|
469
|
-
id: string;
|
|
470
470
|
createTime: string;
|
|
471
471
|
updateTime: string;
|
|
472
|
+
id: string;
|
|
472
473
|
profile?: {
|
|
473
474
|
displayName?: string | undefined;
|
|
474
475
|
bio?: string | undefined;
|
|
@@ -482,8 +483,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
482
483
|
} | undefined;
|
|
483
484
|
} | undefined;
|
|
484
485
|
};
|
|
485
|
-
|
|
486
|
-
updateTime: string;
|
|
486
|
+
id: string;
|
|
487
487
|
profile?: {
|
|
488
488
|
displayName?: string | undefined;
|
|
489
489
|
bio?: string | undefined;
|
|
@@ -500,13 +500,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
500
500
|
organization: {
|
|
501
501
|
name: string;
|
|
502
502
|
uid: string;
|
|
503
|
-
|
|
503
|
+
createTime: string;
|
|
504
|
+
updateTime: string;
|
|
504
505
|
owner: {
|
|
505
506
|
name: string;
|
|
506
507
|
uid: string;
|
|
507
|
-
id: string;
|
|
508
508
|
createTime: string;
|
|
509
509
|
updateTime: string;
|
|
510
|
+
id: string;
|
|
510
511
|
profile?: {
|
|
511
512
|
displayName?: string | undefined;
|
|
512
513
|
bio?: string | undefined;
|
|
@@ -520,8 +521,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
520
521
|
} | undefined;
|
|
521
522
|
} | undefined;
|
|
522
523
|
};
|
|
523
|
-
|
|
524
|
-
updateTime: string;
|
|
524
|
+
id: string;
|
|
525
525
|
profile?: {
|
|
526
526
|
displayName?: string | undefined;
|
|
527
527
|
bio?: string | undefined;
|
|
@@ -538,13 +538,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
538
538
|
organization: {
|
|
539
539
|
name: string;
|
|
540
540
|
uid: string;
|
|
541
|
-
|
|
541
|
+
createTime: string;
|
|
542
|
+
updateTime: string;
|
|
542
543
|
owner: {
|
|
543
544
|
name: string;
|
|
544
545
|
uid: string;
|
|
545
|
-
id: string;
|
|
546
546
|
createTime: string;
|
|
547
547
|
updateTime: string;
|
|
548
|
+
id: string;
|
|
548
549
|
profile?: {
|
|
549
550
|
displayName?: string | undefined;
|
|
550
551
|
bio?: string | undefined;
|
|
@@ -558,8 +559,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
558
559
|
} | undefined;
|
|
559
560
|
} | undefined;
|
|
560
561
|
};
|
|
561
|
-
|
|
562
|
-
updateTime: string;
|
|
562
|
+
id: string;
|
|
563
563
|
profile?: {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
@@ -601,11 +601,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
601
601
|
name: string;
|
|
602
602
|
description: string;
|
|
603
603
|
uid: string;
|
|
604
|
-
|
|
605
|
-
recipe: Record<string, any>;
|
|
604
|
+
metadata: Record<string, any>;
|
|
606
605
|
createTime: string;
|
|
607
606
|
updateTime: string;
|
|
608
|
-
|
|
607
|
+
id: string;
|
|
608
|
+
recipe: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
611
611
|
dataSpecification: {
|
|
@@ -618,11 +618,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
618
618
|
name: string;
|
|
619
619
|
description: string;
|
|
620
620
|
uid: string;
|
|
621
|
-
|
|
622
|
-
recipe: Record<string, any>;
|
|
621
|
+
metadata: Record<string, any>;
|
|
623
622
|
createTime: string;
|
|
624
623
|
updateTime: string;
|
|
625
|
-
|
|
624
|
+
id: string;
|
|
625
|
+
recipe: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -712,16 +712,20 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
712
712
|
name: string;
|
|
713
713
|
description: string;
|
|
714
714
|
uid: string;
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
715
|
+
metadata: Record<string, any>;
|
|
716
|
+
createTime: string;
|
|
717
|
+
updateTime: string;
|
|
718
|
+
permission: {
|
|
719
|
+
canEdit: boolean;
|
|
720
|
+
canTrigger: boolean;
|
|
721
|
+
};
|
|
718
722
|
owner: {
|
|
719
723
|
user: {
|
|
720
724
|
name: string;
|
|
721
725
|
uid: string;
|
|
722
|
-
id: string;
|
|
723
726
|
createTime: string;
|
|
724
727
|
updateTime: string;
|
|
728
|
+
id: string;
|
|
725
729
|
profile?: {
|
|
726
730
|
displayName?: string | undefined;
|
|
727
731
|
bio?: string | undefined;
|
|
@@ -739,13 +743,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
739
743
|
organization: {
|
|
740
744
|
name: string;
|
|
741
745
|
uid: string;
|
|
742
|
-
|
|
746
|
+
createTime: string;
|
|
747
|
+
updateTime: string;
|
|
743
748
|
owner: {
|
|
744
749
|
name: string;
|
|
745
750
|
uid: string;
|
|
746
|
-
id: string;
|
|
747
751
|
createTime: string;
|
|
748
752
|
updateTime: string;
|
|
753
|
+
id: string;
|
|
749
754
|
profile?: {
|
|
750
755
|
displayName?: string | undefined;
|
|
751
756
|
bio?: string | undefined;
|
|
@@ -759,8 +764,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
759
764
|
} | undefined;
|
|
760
765
|
} | undefined;
|
|
761
766
|
};
|
|
762
|
-
|
|
763
|
-
updateTime: string;
|
|
767
|
+
id: string;
|
|
764
768
|
profile?: {
|
|
765
769
|
displayName?: string | undefined;
|
|
766
770
|
bio?: string | undefined;
|
|
@@ -774,10 +778,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
774
778
|
} | undefined;
|
|
775
779
|
};
|
|
776
780
|
};
|
|
781
|
+
id: string;
|
|
782
|
+
documentationUrl: string;
|
|
783
|
+
sourceUrl: string;
|
|
777
784
|
recipe: Record<string, any>;
|
|
778
|
-
createTime: string;
|
|
779
|
-
updateTime: string;
|
|
780
|
-
metadata: Record<string, any>;
|
|
781
785
|
readme: string;
|
|
782
786
|
dataSpecification: {
|
|
783
787
|
input?: any;
|
|
@@ -800,11 +804,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
800
804
|
name: string;
|
|
801
805
|
description: string;
|
|
802
806
|
uid: string;
|
|
803
|
-
|
|
804
|
-
recipe: Record<string, any>;
|
|
807
|
+
metadata: Record<string, any>;
|
|
805
808
|
createTime: string;
|
|
806
809
|
updateTime: string;
|
|
807
|
-
|
|
810
|
+
id: string;
|
|
811
|
+
recipe: Record<string, any>;
|
|
808
812
|
readme: string;
|
|
809
813
|
rawRecipe: string;
|
|
810
814
|
dataSpecification: {
|
|
@@ -814,10 +818,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
814
818
|
deleteTime?: string | undefined;
|
|
815
819
|
alias?: string | undefined;
|
|
816
820
|
}[];
|
|
817
|
-
permission: {
|
|
818
|
-
canEdit: boolean;
|
|
819
|
-
canTrigger: boolean;
|
|
820
|
-
};
|
|
821
821
|
tags: string[];
|
|
822
822
|
stats: {
|
|
823
823
|
lastRunTime: string;
|
|
@@ -829,16 +829,20 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
829
829
|
name: string;
|
|
830
830
|
description: string;
|
|
831
831
|
uid: string;
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
832
|
+
metadata: Record<string, any>;
|
|
833
|
+
createTime: string;
|
|
834
|
+
updateTime: string;
|
|
835
|
+
permission: {
|
|
836
|
+
canEdit: boolean;
|
|
837
|
+
canTrigger: boolean;
|
|
838
|
+
};
|
|
835
839
|
owner: {
|
|
836
840
|
user: {
|
|
837
841
|
name: string;
|
|
838
842
|
uid: string;
|
|
839
|
-
id: string;
|
|
840
843
|
createTime: string;
|
|
841
844
|
updateTime: string;
|
|
845
|
+
id: string;
|
|
842
846
|
profile?: {
|
|
843
847
|
displayName?: string | undefined;
|
|
844
848
|
bio?: string | undefined;
|
|
@@ -856,13 +860,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
856
860
|
organization: {
|
|
857
861
|
name: string;
|
|
858
862
|
uid: string;
|
|
859
|
-
|
|
863
|
+
createTime: string;
|
|
864
|
+
updateTime: string;
|
|
860
865
|
owner: {
|
|
861
866
|
name: string;
|
|
862
867
|
uid: string;
|
|
863
|
-
id: string;
|
|
864
868
|
createTime: string;
|
|
865
869
|
updateTime: string;
|
|
870
|
+
id: string;
|
|
866
871
|
profile?: {
|
|
867
872
|
displayName?: string | undefined;
|
|
868
873
|
bio?: string | undefined;
|
|
@@ -876,8 +881,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
876
881
|
} | undefined;
|
|
877
882
|
} | undefined;
|
|
878
883
|
};
|
|
879
|
-
|
|
880
|
-
updateTime: string;
|
|
884
|
+
id: string;
|
|
881
885
|
profile?: {
|
|
882
886
|
displayName?: string | undefined;
|
|
883
887
|
bio?: string | undefined;
|
|
@@ -891,10 +895,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
891
895
|
} | undefined;
|
|
892
896
|
};
|
|
893
897
|
};
|
|
898
|
+
id: string;
|
|
899
|
+
documentationUrl: string;
|
|
900
|
+
sourceUrl: string;
|
|
894
901
|
recipe: Record<string, any>;
|
|
895
|
-
createTime: string;
|
|
896
|
-
updateTime: string;
|
|
897
|
-
metadata: Record<string, any>;
|
|
898
902
|
readme: string;
|
|
899
903
|
dataSpecification: {
|
|
900
904
|
input?: any;
|
|
@@ -917,11 +921,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
917
921
|
name: string;
|
|
918
922
|
description: string;
|
|
919
923
|
uid: string;
|
|
920
|
-
|
|
921
|
-
recipe: Record<string, any>;
|
|
924
|
+
metadata: Record<string, any>;
|
|
922
925
|
createTime: string;
|
|
923
926
|
updateTime: string;
|
|
924
|
-
|
|
927
|
+
id: string;
|
|
928
|
+
recipe: Record<string, any>;
|
|
925
929
|
readme: string;
|
|
926
930
|
rawRecipe: string;
|
|
927
931
|
dataSpecification: {
|
|
@@ -931,10 +935,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
931
935
|
deleteTime?: string | undefined;
|
|
932
936
|
alias?: string | undefined;
|
|
933
937
|
}[];
|
|
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;
|
|
1052
1051
|
createTime: string;
|
|
1053
1052
|
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;
|
|
1070
1069
|
createTime: string;
|
|
1071
1070
|
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;
|
|
1090
1089
|
createTime: string;
|
|
1091
1090
|
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;
|
|
1110
1109
|
createTime: string;
|
|
1111
1110
|
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;
|
|
1184
1183
|
createTime: string;
|
|
1185
1184
|
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;
|
|
1202
1201
|
createTime: string;
|
|
1203
1202
|
updateTime: string;
|
|
1203
|
+
id: string;
|
|
1204
1204
|
profile?: {
|
|
1205
1205
|
displayName?: string | undefined;
|
|
1206
1206
|
bio?: string | undefined;
|
|
@@ -1256,13 +1256,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
uid: string;
|
|
1259
|
-
|
|
1259
|
+
createTime: string;
|
|
1260
|
+
updateTime: string;
|
|
1260
1261
|
owner: {
|
|
1261
1262
|
name: string;
|
|
1262
1263
|
uid: string;
|
|
1263
|
-
id: string;
|
|
1264
1264
|
createTime: string;
|
|
1265
1265
|
updateTime: string;
|
|
1266
|
+
id: string;
|
|
1266
1267
|
profile?: {
|
|
1267
1268
|
displayName?: string | undefined;
|
|
1268
1269
|
bio?: string | undefined;
|
|
@@ -1276,8 +1277,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1276
1277
|
} | undefined;
|
|
1277
1278
|
} | undefined;
|
|
1278
1279
|
};
|
|
1279
|
-
|
|
1280
|
-
updateTime: string;
|
|
1280
|
+
id: string;
|
|
1281
1281
|
profile?: {
|
|
1282
1282
|
displayName?: string | undefined;
|
|
1283
1283
|
bio?: string | undefined;
|
|
@@ -1292,13 +1292,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1292
1292
|
}, {
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
uid: string;
|
|
1295
|
-
|
|
1295
|
+
createTime: string;
|
|
1296
|
+
updateTime: string;
|
|
1296
1297
|
owner: {
|
|
1297
1298
|
name: string;
|
|
1298
1299
|
uid: string;
|
|
1299
|
-
id: string;
|
|
1300
1300
|
createTime: string;
|
|
1301
1301
|
updateTime: string;
|
|
1302
|
+
id: string;
|
|
1302
1303
|
profile?: {
|
|
1303
1304
|
displayName?: string | undefined;
|
|
1304
1305
|
bio?: string | undefined;
|
|
@@ -1312,8 +1313,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1312
1313
|
} | undefined;
|
|
1313
1314
|
} | undefined;
|
|
1314
1315
|
};
|
|
1315
|
-
|
|
1316
|
-
updateTime: string;
|
|
1316
|
+
id: string;
|
|
1317
1317
|
profile?: {
|
|
1318
1318
|
displayName?: string | undefined;
|
|
1319
1319
|
bio?: string | undefined;
|
|
@@ -1330,13 +1330,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1330
1330
|
organization: {
|
|
1331
1331
|
name: string;
|
|
1332
1332
|
uid: string;
|
|
1333
|
-
|
|
1333
|
+
createTime: string;
|
|
1334
|
+
updateTime: string;
|
|
1334
1335
|
owner: {
|
|
1335
1336
|
name: string;
|
|
1336
1337
|
uid: string;
|
|
1337
|
-
id: string;
|
|
1338
1338
|
createTime: string;
|
|
1339
1339
|
updateTime: string;
|
|
1340
|
+
id: string;
|
|
1340
1341
|
profile?: {
|
|
1341
1342
|
displayName?: string | undefined;
|
|
1342
1343
|
bio?: string | undefined;
|
|
@@ -1350,8 +1351,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1350
1351
|
} | undefined;
|
|
1351
1352
|
} | undefined;
|
|
1352
1353
|
};
|
|
1353
|
-
|
|
1354
|
-
updateTime: string;
|
|
1354
|
+
id: string;
|
|
1355
1355
|
profile?: {
|
|
1356
1356
|
displayName?: string | undefined;
|
|
1357
1357
|
bio?: string | undefined;
|
|
@@ -1368,13 +1368,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1368
1368
|
organization: {
|
|
1369
1369
|
name: string;
|
|
1370
1370
|
uid: string;
|
|
1371
|
-
|
|
1371
|
+
createTime: string;
|
|
1372
|
+
updateTime: string;
|
|
1372
1373
|
owner: {
|
|
1373
1374
|
name: string;
|
|
1374
1375
|
uid: string;
|
|
1375
|
-
id: string;
|
|
1376
1376
|
createTime: string;
|
|
1377
1377
|
updateTime: string;
|
|
1378
|
+
id: string;
|
|
1378
1379
|
profile?: {
|
|
1379
1380
|
displayName?: string | undefined;
|
|
1380
1381
|
bio?: string | undefined;
|
|
@@ -1388,8 +1389,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1388
1389
|
} | undefined;
|
|
1389
1390
|
} | undefined;
|
|
1390
1391
|
};
|
|
1391
|
-
|
|
1392
|
-
updateTime: string;
|
|
1392
|
+
id: string;
|
|
1393
1393
|
profile?: {
|
|
1394
1394
|
displayName?: string | undefined;
|
|
1395
1395
|
bio?: string | undefined;
|
|
@@ -1431,11 +1431,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1431
1431
|
name: string;
|
|
1432
1432
|
description: string;
|
|
1433
1433
|
uid: string;
|
|
1434
|
-
|
|
1435
|
-
recipe: Record<string, any>;
|
|
1434
|
+
metadata: Record<string, any>;
|
|
1436
1435
|
createTime: string;
|
|
1437
1436
|
updateTime: string;
|
|
1438
|
-
|
|
1437
|
+
id: string;
|
|
1438
|
+
recipe: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
1441
1441
|
dataSpecification: {
|
|
@@ -1448,11 +1448,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1448
1448
|
name: string;
|
|
1449
1449
|
description: string;
|
|
1450
1450
|
uid: string;
|
|
1451
|
-
|
|
1452
|
-
recipe: Record<string, any>;
|
|
1451
|
+
metadata: Record<string, any>;
|
|
1453
1452
|
createTime: string;
|
|
1454
1453
|
updateTime: string;
|
|
1455
|
-
|
|
1454
|
+
id: string;
|
|
1455
|
+
recipe: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1542,16 +1542,20 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1542
1542
|
name: string;
|
|
1543
1543
|
description: string;
|
|
1544
1544
|
uid: string;
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1545
|
+
metadata: Record<string, any>;
|
|
1546
|
+
createTime: string;
|
|
1547
|
+
updateTime: string;
|
|
1548
|
+
permission: {
|
|
1549
|
+
canEdit: boolean;
|
|
1550
|
+
canTrigger: boolean;
|
|
1551
|
+
};
|
|
1548
1552
|
owner: {
|
|
1549
1553
|
user: {
|
|
1550
1554
|
name: string;
|
|
1551
1555
|
uid: string;
|
|
1552
|
-
id: string;
|
|
1553
1556
|
createTime: string;
|
|
1554
1557
|
updateTime: string;
|
|
1558
|
+
id: string;
|
|
1555
1559
|
profile?: {
|
|
1556
1560
|
displayName?: string | undefined;
|
|
1557
1561
|
bio?: string | undefined;
|
|
@@ -1569,13 +1573,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1569
1573
|
organization: {
|
|
1570
1574
|
name: string;
|
|
1571
1575
|
uid: string;
|
|
1572
|
-
|
|
1576
|
+
createTime: string;
|
|
1577
|
+
updateTime: string;
|
|
1573
1578
|
owner: {
|
|
1574
1579
|
name: string;
|
|
1575
1580
|
uid: string;
|
|
1576
|
-
id: string;
|
|
1577
1581
|
createTime: string;
|
|
1578
1582
|
updateTime: string;
|
|
1583
|
+
id: string;
|
|
1579
1584
|
profile?: {
|
|
1580
1585
|
displayName?: string | undefined;
|
|
1581
1586
|
bio?: string | undefined;
|
|
@@ -1589,8 +1594,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1589
1594
|
} | undefined;
|
|
1590
1595
|
} | undefined;
|
|
1591
1596
|
};
|
|
1592
|
-
|
|
1593
|
-
updateTime: string;
|
|
1597
|
+
id: string;
|
|
1594
1598
|
profile?: {
|
|
1595
1599
|
displayName?: string | undefined;
|
|
1596
1600
|
bio?: string | undefined;
|
|
@@ -1604,10 +1608,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1604
1608
|
} | undefined;
|
|
1605
1609
|
};
|
|
1606
1610
|
};
|
|
1611
|
+
id: string;
|
|
1612
|
+
documentationUrl: string;
|
|
1613
|
+
sourceUrl: string;
|
|
1607
1614
|
recipe: Record<string, any>;
|
|
1608
|
-
createTime: string;
|
|
1609
|
-
updateTime: string;
|
|
1610
|
-
metadata: Record<string, any>;
|
|
1611
1615
|
readme: string;
|
|
1612
1616
|
dataSpecification: {
|
|
1613
1617
|
input?: any;
|
|
@@ -1630,11 +1634,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1630
1634
|
name: string;
|
|
1631
1635
|
description: string;
|
|
1632
1636
|
uid: string;
|
|
1633
|
-
|
|
1634
|
-
recipe: Record<string, any>;
|
|
1637
|
+
metadata: Record<string, any>;
|
|
1635
1638
|
createTime: string;
|
|
1636
1639
|
updateTime: string;
|
|
1637
|
-
|
|
1640
|
+
id: string;
|
|
1641
|
+
recipe: Record<string, any>;
|
|
1638
1642
|
readme: string;
|
|
1639
1643
|
rawRecipe: string;
|
|
1640
1644
|
dataSpecification: {
|
|
@@ -1644,10 +1648,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1644
1648
|
deleteTime?: string | undefined;
|
|
1645
1649
|
alias?: string | undefined;
|
|
1646
1650
|
}[];
|
|
1647
|
-
permission: {
|
|
1648
|
-
canEdit: boolean;
|
|
1649
|
-
canTrigger: boolean;
|
|
1650
|
-
};
|
|
1651
1651
|
tags: string[];
|
|
1652
1652
|
stats: {
|
|
1653
1653
|
lastRunTime: string;
|
|
@@ -1659,16 +1659,20 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1659
1659
|
name: string;
|
|
1660
1660
|
description: string;
|
|
1661
1661
|
uid: string;
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1662
|
+
metadata: Record<string, any>;
|
|
1663
|
+
createTime: string;
|
|
1664
|
+
updateTime: string;
|
|
1665
|
+
permission: {
|
|
1666
|
+
canEdit: boolean;
|
|
1667
|
+
canTrigger: boolean;
|
|
1668
|
+
};
|
|
1665
1669
|
owner: {
|
|
1666
1670
|
user: {
|
|
1667
1671
|
name: string;
|
|
1668
1672
|
uid: string;
|
|
1669
|
-
id: string;
|
|
1670
1673
|
createTime: string;
|
|
1671
1674
|
updateTime: string;
|
|
1675
|
+
id: string;
|
|
1672
1676
|
profile?: {
|
|
1673
1677
|
displayName?: string | undefined;
|
|
1674
1678
|
bio?: string | undefined;
|
|
@@ -1686,13 +1690,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1686
1690
|
organization: {
|
|
1687
1691
|
name: string;
|
|
1688
1692
|
uid: string;
|
|
1689
|
-
|
|
1693
|
+
createTime: string;
|
|
1694
|
+
updateTime: string;
|
|
1690
1695
|
owner: {
|
|
1691
1696
|
name: string;
|
|
1692
1697
|
uid: string;
|
|
1693
|
-
id: string;
|
|
1694
1698
|
createTime: string;
|
|
1695
1699
|
updateTime: string;
|
|
1700
|
+
id: string;
|
|
1696
1701
|
profile?: {
|
|
1697
1702
|
displayName?: string | undefined;
|
|
1698
1703
|
bio?: string | undefined;
|
|
@@ -1706,8 +1711,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1706
1711
|
} | undefined;
|
|
1707
1712
|
} | undefined;
|
|
1708
1713
|
};
|
|
1709
|
-
|
|
1710
|
-
updateTime: string;
|
|
1714
|
+
id: string;
|
|
1711
1715
|
profile?: {
|
|
1712
1716
|
displayName?: string | undefined;
|
|
1713
1717
|
bio?: string | undefined;
|
|
@@ -1721,10 +1725,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1721
1725
|
} | undefined;
|
|
1722
1726
|
};
|
|
1723
1727
|
};
|
|
1728
|
+
id: string;
|
|
1729
|
+
documentationUrl: string;
|
|
1730
|
+
sourceUrl: string;
|
|
1724
1731
|
recipe: Record<string, any>;
|
|
1725
|
-
createTime: string;
|
|
1726
|
-
updateTime: string;
|
|
1727
|
-
metadata: Record<string, any>;
|
|
1728
1732
|
readme: string;
|
|
1729
1733
|
dataSpecification: {
|
|
1730
1734
|
input?: any;
|
|
@@ -1747,11 +1751,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1747
1751
|
name: string;
|
|
1748
1752
|
description: string;
|
|
1749
1753
|
uid: string;
|
|
1750
|
-
|
|
1751
|
-
recipe: Record<string, any>;
|
|
1754
|
+
metadata: Record<string, any>;
|
|
1752
1755
|
createTime: string;
|
|
1753
1756
|
updateTime: string;
|
|
1754
|
-
|
|
1757
|
+
id: string;
|
|
1758
|
+
recipe: Record<string, any>;
|
|
1755
1759
|
readme: string;
|
|
1756
1760
|
rawRecipe: string;
|
|
1757
1761
|
dataSpecification: {
|
|
@@ -1761,10 +1765,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1761
1765
|
deleteTime?: string | undefined;
|
|
1762
1766
|
alias?: string | undefined;
|
|
1763
1767
|
}[];
|
|
1764
|
-
permission: {
|
|
1765
|
-
canEdit: boolean;
|
|
1766
|
-
canTrigger: boolean;
|
|
1767
|
-
};
|
|
1768
1768
|
tags: string[];
|
|
1769
1769
|
stats: {
|
|
1770
1770
|
lastRunTime: string;
|
|
@@ -1782,16 +1782,20 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1782
1782
|
name: string;
|
|
1783
1783
|
description: string;
|
|
1784
1784
|
uid: string;
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1785
|
+
metadata: Record<string, any>;
|
|
1786
|
+
createTime: string;
|
|
1787
|
+
updateTime: string;
|
|
1788
|
+
permission: {
|
|
1789
|
+
canEdit: boolean;
|
|
1790
|
+
canTrigger: boolean;
|
|
1791
|
+
};
|
|
1788
1792
|
owner: {
|
|
1789
1793
|
user: {
|
|
1790
1794
|
name: string;
|
|
1791
1795
|
uid: string;
|
|
1792
|
-
id: string;
|
|
1793
1796
|
createTime: string;
|
|
1794
1797
|
updateTime: string;
|
|
1798
|
+
id: string;
|
|
1795
1799
|
profile?: {
|
|
1796
1800
|
displayName?: string | undefined;
|
|
1797
1801
|
bio?: string | undefined;
|
|
@@ -1809,13 +1813,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1809
1813
|
organization: {
|
|
1810
1814
|
name: string;
|
|
1811
1815
|
uid: string;
|
|
1812
|
-
|
|
1816
|
+
createTime: string;
|
|
1817
|
+
updateTime: string;
|
|
1813
1818
|
owner: {
|
|
1814
1819
|
name: string;
|
|
1815
1820
|
uid: string;
|
|
1816
|
-
id: string;
|
|
1817
1821
|
createTime: string;
|
|
1818
1822
|
updateTime: string;
|
|
1823
|
+
id: string;
|
|
1819
1824
|
profile?: {
|
|
1820
1825
|
displayName?: string | undefined;
|
|
1821
1826
|
bio?: string | undefined;
|
|
@@ -1829,8 +1834,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1829
1834
|
} | undefined;
|
|
1830
1835
|
} | undefined;
|
|
1831
1836
|
};
|
|
1832
|
-
|
|
1833
|
-
updateTime: string;
|
|
1837
|
+
id: string;
|
|
1834
1838
|
profile?: {
|
|
1835
1839
|
displayName?: string | undefined;
|
|
1836
1840
|
bio?: string | undefined;
|
|
@@ -1844,10 +1848,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1844
1848
|
} | undefined;
|
|
1845
1849
|
};
|
|
1846
1850
|
};
|
|
1851
|
+
id: string;
|
|
1852
|
+
documentationUrl: string;
|
|
1853
|
+
sourceUrl: string;
|
|
1847
1854
|
recipe: Record<string, any>;
|
|
1848
|
-
createTime: string;
|
|
1849
|
-
updateTime: string;
|
|
1850
|
-
metadata: Record<string, any>;
|
|
1851
1855
|
readme: string;
|
|
1852
1856
|
dataSpecification: {
|
|
1853
1857
|
input?: any;
|
|
@@ -1870,11 +1874,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1870
1874
|
name: string;
|
|
1871
1875
|
description: string;
|
|
1872
1876
|
uid: string;
|
|
1873
|
-
|
|
1874
|
-
recipe: Record<string, any>;
|
|
1877
|
+
metadata: Record<string, any>;
|
|
1875
1878
|
createTime: string;
|
|
1876
1879
|
updateTime: string;
|
|
1877
|
-
|
|
1880
|
+
id: string;
|
|
1881
|
+
recipe: Record<string, any>;
|
|
1878
1882
|
readme: string;
|
|
1879
1883
|
rawRecipe: string;
|
|
1880
1884
|
dataSpecification: {
|
|
@@ -1884,10 +1888,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1884
1888
|
deleteTime?: string | undefined;
|
|
1885
1889
|
alias?: string | undefined;
|
|
1886
1890
|
}[];
|
|
1887
|
-
permission: {
|
|
1888
|
-
canEdit: boolean;
|
|
1889
|
-
canTrigger: boolean;
|
|
1890
|
-
};
|
|
1891
1891
|
tags: string[];
|
|
1892
1892
|
stats: {
|
|
1893
1893
|
lastRunTime: string;
|
|
@@ -1903,16 +1903,20 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1903
1903
|
name: string;
|
|
1904
1904
|
description: string;
|
|
1905
1905
|
uid: string;
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1906
|
+
metadata: Record<string, any>;
|
|
1907
|
+
createTime: string;
|
|
1908
|
+
updateTime: string;
|
|
1909
|
+
permission: {
|
|
1910
|
+
canEdit: boolean;
|
|
1911
|
+
canTrigger: boolean;
|
|
1912
|
+
};
|
|
1909
1913
|
owner: {
|
|
1910
1914
|
user: {
|
|
1911
1915
|
name: string;
|
|
1912
1916
|
uid: string;
|
|
1913
|
-
id: string;
|
|
1914
1917
|
createTime: string;
|
|
1915
1918
|
updateTime: string;
|
|
1919
|
+
id: string;
|
|
1916
1920
|
profile?: {
|
|
1917
1921
|
displayName?: string | undefined;
|
|
1918
1922
|
bio?: string | undefined;
|
|
@@ -1930,13 +1934,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1930
1934
|
organization: {
|
|
1931
1935
|
name: string;
|
|
1932
1936
|
uid: string;
|
|
1933
|
-
|
|
1937
|
+
createTime: string;
|
|
1938
|
+
updateTime: string;
|
|
1934
1939
|
owner: {
|
|
1935
1940
|
name: string;
|
|
1936
1941
|
uid: string;
|
|
1937
|
-
id: string;
|
|
1938
1942
|
createTime: string;
|
|
1939
1943
|
updateTime: string;
|
|
1944
|
+
id: string;
|
|
1940
1945
|
profile?: {
|
|
1941
1946
|
displayName?: string | undefined;
|
|
1942
1947
|
bio?: string | undefined;
|
|
@@ -1950,8 +1955,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1950
1955
|
} | undefined;
|
|
1951
1956
|
} | undefined;
|
|
1952
1957
|
};
|
|
1953
|
-
|
|
1954
|
-
updateTime: string;
|
|
1958
|
+
id: string;
|
|
1955
1959
|
profile?: {
|
|
1956
1960
|
displayName?: string | undefined;
|
|
1957
1961
|
bio?: string | undefined;
|
|
@@ -1965,10 +1969,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1965
1969
|
} | undefined;
|
|
1966
1970
|
};
|
|
1967
1971
|
};
|
|
1972
|
+
id: string;
|
|
1973
|
+
documentationUrl: string;
|
|
1974
|
+
sourceUrl: string;
|
|
1968
1975
|
recipe: Record<string, any>;
|
|
1969
|
-
createTime: string;
|
|
1970
|
-
updateTime: string;
|
|
1971
|
-
metadata: Record<string, any>;
|
|
1972
1976
|
readme: string;
|
|
1973
1977
|
dataSpecification: {
|
|
1974
1978
|
input?: any;
|
|
@@ -1991,11 +1995,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1991
1995
|
name: string;
|
|
1992
1996
|
description: string;
|
|
1993
1997
|
uid: string;
|
|
1994
|
-
|
|
1995
|
-
recipe: Record<string, any>;
|
|
1998
|
+
metadata: Record<string, any>;
|
|
1996
1999
|
createTime: string;
|
|
1997
2000
|
updateTime: string;
|
|
1998
|
-
|
|
2001
|
+
id: string;
|
|
2002
|
+
recipe: Record<string, any>;
|
|
1999
2003
|
readme: string;
|
|
2000
2004
|
rawRecipe: string;
|
|
2001
2005
|
dataSpecification: {
|
|
@@ -2005,10 +2009,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
2005
2009
|
deleteTime?: string | undefined;
|
|
2006
2010
|
alias?: string | undefined;
|
|
2007
2011
|
}[];
|
|
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;
|
|
2109
2108
|
createTime: string;
|
|
2110
2109
|
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;
|
|
2127
2126
|
createTime: string;
|
|
2128
2127
|
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;
|
|
2147
2146
|
createTime: string;
|
|
2148
2147
|
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;
|
|
2167
2166
|
createTime: string;
|
|
2168
2167
|
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;
|
|
2241
2240
|
createTime: string;
|
|
2242
2241
|
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;
|
|
2259
2258
|
createTime: string;
|
|
2260
2259
|
updateTime: string;
|
|
2260
|
+
id: string;
|
|
2261
2261
|
profile?: {
|
|
2262
2262
|
displayName?: string | undefined;
|
|
2263
2263
|
bio?: string | undefined;
|
|
@@ -2313,13 +2313,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
2314
|
name: string;
|
|
2315
2315
|
uid: string;
|
|
2316
|
-
|
|
2316
|
+
createTime: string;
|
|
2317
|
+
updateTime: string;
|
|
2317
2318
|
owner: {
|
|
2318
2319
|
name: string;
|
|
2319
2320
|
uid: string;
|
|
2320
|
-
id: string;
|
|
2321
2321
|
createTime: string;
|
|
2322
2322
|
updateTime: string;
|
|
2323
|
+
id: string;
|
|
2323
2324
|
profile?: {
|
|
2324
2325
|
displayName?: string | undefined;
|
|
2325
2326
|
bio?: string | undefined;
|
|
@@ -2333,8 +2334,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2333
2334
|
} | undefined;
|
|
2334
2335
|
} | undefined;
|
|
2335
2336
|
};
|
|
2336
|
-
|
|
2337
|
-
updateTime: string;
|
|
2337
|
+
id: string;
|
|
2338
2338
|
profile?: {
|
|
2339
2339
|
displayName?: string | undefined;
|
|
2340
2340
|
bio?: string | undefined;
|
|
@@ -2349,13 +2349,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2349
2349
|
}, {
|
|
2350
2350
|
name: string;
|
|
2351
2351
|
uid: string;
|
|
2352
|
-
|
|
2352
|
+
createTime: string;
|
|
2353
|
+
updateTime: string;
|
|
2353
2354
|
owner: {
|
|
2354
2355
|
name: string;
|
|
2355
2356
|
uid: string;
|
|
2356
|
-
id: string;
|
|
2357
2357
|
createTime: string;
|
|
2358
2358
|
updateTime: string;
|
|
2359
|
+
id: string;
|
|
2359
2360
|
profile?: {
|
|
2360
2361
|
displayName?: string | undefined;
|
|
2361
2362
|
bio?: string | undefined;
|
|
@@ -2369,8 +2370,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2369
2370
|
} | undefined;
|
|
2370
2371
|
} | undefined;
|
|
2371
2372
|
};
|
|
2372
|
-
|
|
2373
|
-
updateTime: string;
|
|
2373
|
+
id: string;
|
|
2374
2374
|
profile?: {
|
|
2375
2375
|
displayName?: string | undefined;
|
|
2376
2376
|
bio?: string | undefined;
|
|
@@ -2387,13 +2387,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2387
2387
|
organization: {
|
|
2388
2388
|
name: string;
|
|
2389
2389
|
uid: string;
|
|
2390
|
-
|
|
2390
|
+
createTime: string;
|
|
2391
|
+
updateTime: string;
|
|
2391
2392
|
owner: {
|
|
2392
2393
|
name: string;
|
|
2393
2394
|
uid: string;
|
|
2394
|
-
id: string;
|
|
2395
2395
|
createTime: string;
|
|
2396
2396
|
updateTime: string;
|
|
2397
|
+
id: string;
|
|
2397
2398
|
profile?: {
|
|
2398
2399
|
displayName?: string | undefined;
|
|
2399
2400
|
bio?: string | undefined;
|
|
@@ -2407,8 +2408,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2407
2408
|
} | undefined;
|
|
2408
2409
|
} | undefined;
|
|
2409
2410
|
};
|
|
2410
|
-
|
|
2411
|
-
updateTime: string;
|
|
2411
|
+
id: string;
|
|
2412
2412
|
profile?: {
|
|
2413
2413
|
displayName?: string | undefined;
|
|
2414
2414
|
bio?: string | undefined;
|
|
@@ -2425,13 +2425,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2425
2425
|
organization: {
|
|
2426
2426
|
name: string;
|
|
2427
2427
|
uid: string;
|
|
2428
|
-
|
|
2428
|
+
createTime: string;
|
|
2429
|
+
updateTime: string;
|
|
2429
2430
|
owner: {
|
|
2430
2431
|
name: string;
|
|
2431
2432
|
uid: string;
|
|
2432
|
-
id: string;
|
|
2433
2433
|
createTime: string;
|
|
2434
2434
|
updateTime: string;
|
|
2435
|
+
id: string;
|
|
2435
2436
|
profile?: {
|
|
2436
2437
|
displayName?: string | undefined;
|
|
2437
2438
|
bio?: string | undefined;
|
|
@@ -2445,8 +2446,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2445
2446
|
} | undefined;
|
|
2446
2447
|
} | undefined;
|
|
2447
2448
|
};
|
|
2448
|
-
|
|
2449
|
-
updateTime: string;
|
|
2449
|
+
id: string;
|
|
2450
2450
|
profile?: {
|
|
2451
2451
|
displayName?: string | undefined;
|
|
2452
2452
|
bio?: string | undefined;
|
|
@@ -2488,11 +2488,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2488
2488
|
name: string;
|
|
2489
2489
|
description: string;
|
|
2490
2490
|
uid: string;
|
|
2491
|
-
|
|
2492
|
-
recipe: Record<string, any>;
|
|
2491
|
+
metadata: Record<string, any>;
|
|
2493
2492
|
createTime: string;
|
|
2494
2493
|
updateTime: string;
|
|
2495
|
-
|
|
2494
|
+
id: string;
|
|
2495
|
+
recipe: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
2498
2498
|
dataSpecification: {
|
|
@@ -2505,11 +2505,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2505
2505
|
name: string;
|
|
2506
2506
|
description: string;
|
|
2507
2507
|
uid: string;
|
|
2508
|
-
|
|
2509
|
-
recipe: Record<string, any>;
|
|
2508
|
+
metadata: Record<string, any>;
|
|
2510
2509
|
createTime: string;
|
|
2511
2510
|
updateTime: string;
|
|
2512
|
-
|
|
2511
|
+
id: string;
|
|
2512
|
+
recipe: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2599,16 +2599,20 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2599
2599
|
name: string;
|
|
2600
2600
|
description: string;
|
|
2601
2601
|
uid: string;
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2602
|
+
metadata: Record<string, any>;
|
|
2603
|
+
createTime: string;
|
|
2604
|
+
updateTime: string;
|
|
2605
|
+
permission: {
|
|
2606
|
+
canEdit: boolean;
|
|
2607
|
+
canTrigger: boolean;
|
|
2608
|
+
};
|
|
2605
2609
|
owner: {
|
|
2606
2610
|
user: {
|
|
2607
2611
|
name: string;
|
|
2608
2612
|
uid: string;
|
|
2609
|
-
id: string;
|
|
2610
2613
|
createTime: string;
|
|
2611
2614
|
updateTime: string;
|
|
2615
|
+
id: string;
|
|
2612
2616
|
profile?: {
|
|
2613
2617
|
displayName?: string | undefined;
|
|
2614
2618
|
bio?: string | undefined;
|
|
@@ -2626,13 +2630,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2626
2630
|
organization: {
|
|
2627
2631
|
name: string;
|
|
2628
2632
|
uid: string;
|
|
2629
|
-
|
|
2633
|
+
createTime: string;
|
|
2634
|
+
updateTime: string;
|
|
2630
2635
|
owner: {
|
|
2631
2636
|
name: string;
|
|
2632
2637
|
uid: string;
|
|
2633
|
-
id: string;
|
|
2634
2638
|
createTime: string;
|
|
2635
2639
|
updateTime: string;
|
|
2640
|
+
id: string;
|
|
2636
2641
|
profile?: {
|
|
2637
2642
|
displayName?: string | undefined;
|
|
2638
2643
|
bio?: string | undefined;
|
|
@@ -2646,8 +2651,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2646
2651
|
} | undefined;
|
|
2647
2652
|
} | undefined;
|
|
2648
2653
|
};
|
|
2649
|
-
|
|
2650
|
-
updateTime: string;
|
|
2654
|
+
id: string;
|
|
2651
2655
|
profile?: {
|
|
2652
2656
|
displayName?: string | undefined;
|
|
2653
2657
|
bio?: string | undefined;
|
|
@@ -2661,10 +2665,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2661
2665
|
} | undefined;
|
|
2662
2666
|
};
|
|
2663
2667
|
};
|
|
2668
|
+
id: string;
|
|
2669
|
+
documentationUrl: string;
|
|
2670
|
+
sourceUrl: string;
|
|
2664
2671
|
recipe: Record<string, any>;
|
|
2665
|
-
createTime: string;
|
|
2666
|
-
updateTime: string;
|
|
2667
|
-
metadata: Record<string, any>;
|
|
2668
2672
|
readme: string;
|
|
2669
2673
|
dataSpecification: {
|
|
2670
2674
|
input?: any;
|
|
@@ -2687,11 +2691,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2687
2691
|
name: string;
|
|
2688
2692
|
description: string;
|
|
2689
2693
|
uid: string;
|
|
2690
|
-
|
|
2691
|
-
recipe: Record<string, any>;
|
|
2694
|
+
metadata: Record<string, any>;
|
|
2692
2695
|
createTime: string;
|
|
2693
2696
|
updateTime: string;
|
|
2694
|
-
|
|
2697
|
+
id: string;
|
|
2698
|
+
recipe: Record<string, any>;
|
|
2695
2699
|
readme: string;
|
|
2696
2700
|
rawRecipe: string;
|
|
2697
2701
|
dataSpecification: {
|
|
@@ -2701,10 +2705,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2701
2705
|
deleteTime?: string | undefined;
|
|
2702
2706
|
alias?: string | undefined;
|
|
2703
2707
|
}[];
|
|
2704
|
-
permission: {
|
|
2705
|
-
canEdit: boolean;
|
|
2706
|
-
canTrigger: boolean;
|
|
2707
|
-
};
|
|
2708
2708
|
tags: string[];
|
|
2709
2709
|
stats: {
|
|
2710
2710
|
lastRunTime: string;
|
|
@@ -2716,16 +2716,20 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2716
2716
|
name: string;
|
|
2717
2717
|
description: string;
|
|
2718
2718
|
uid: string;
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2719
|
+
metadata: Record<string, any>;
|
|
2720
|
+
createTime: string;
|
|
2721
|
+
updateTime: string;
|
|
2722
|
+
permission: {
|
|
2723
|
+
canEdit: boolean;
|
|
2724
|
+
canTrigger: boolean;
|
|
2725
|
+
};
|
|
2722
2726
|
owner: {
|
|
2723
2727
|
user: {
|
|
2724
2728
|
name: string;
|
|
2725
2729
|
uid: string;
|
|
2726
|
-
id: string;
|
|
2727
2730
|
createTime: string;
|
|
2728
2731
|
updateTime: string;
|
|
2732
|
+
id: string;
|
|
2729
2733
|
profile?: {
|
|
2730
2734
|
displayName?: string | undefined;
|
|
2731
2735
|
bio?: string | undefined;
|
|
@@ -2743,13 +2747,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2743
2747
|
organization: {
|
|
2744
2748
|
name: string;
|
|
2745
2749
|
uid: string;
|
|
2746
|
-
|
|
2750
|
+
createTime: string;
|
|
2751
|
+
updateTime: string;
|
|
2747
2752
|
owner: {
|
|
2748
2753
|
name: string;
|
|
2749
2754
|
uid: string;
|
|
2750
|
-
id: string;
|
|
2751
2755
|
createTime: string;
|
|
2752
2756
|
updateTime: string;
|
|
2757
|
+
id: string;
|
|
2753
2758
|
profile?: {
|
|
2754
2759
|
displayName?: string | undefined;
|
|
2755
2760
|
bio?: string | undefined;
|
|
@@ -2763,8 +2768,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2763
2768
|
} | undefined;
|
|
2764
2769
|
} | undefined;
|
|
2765
2770
|
};
|
|
2766
|
-
|
|
2767
|
-
updateTime: string;
|
|
2771
|
+
id: string;
|
|
2768
2772
|
profile?: {
|
|
2769
2773
|
displayName?: string | undefined;
|
|
2770
2774
|
bio?: string | undefined;
|
|
@@ -2778,10 +2782,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2778
2782
|
} | undefined;
|
|
2779
2783
|
};
|
|
2780
2784
|
};
|
|
2785
|
+
id: string;
|
|
2786
|
+
documentationUrl: string;
|
|
2787
|
+
sourceUrl: string;
|
|
2781
2788
|
recipe: Record<string, any>;
|
|
2782
|
-
createTime: string;
|
|
2783
|
-
updateTime: string;
|
|
2784
|
-
metadata: Record<string, any>;
|
|
2785
2789
|
readme: string;
|
|
2786
2790
|
dataSpecification: {
|
|
2787
2791
|
input?: any;
|
|
@@ -2804,11 +2808,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2804
2808
|
name: string;
|
|
2805
2809
|
description: string;
|
|
2806
2810
|
uid: string;
|
|
2807
|
-
|
|
2808
|
-
recipe: Record<string, any>;
|
|
2811
|
+
metadata: Record<string, any>;
|
|
2809
2812
|
createTime: string;
|
|
2810
2813
|
updateTime: string;
|
|
2811
|
-
|
|
2814
|
+
id: string;
|
|
2815
|
+
recipe: Record<string, any>;
|
|
2812
2816
|
readme: string;
|
|
2813
2817
|
rawRecipe: string;
|
|
2814
2818
|
dataSpecification: {
|
|
@@ -2818,10 +2822,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2818
2822
|
deleteTime?: string | undefined;
|
|
2819
2823
|
alias?: string | undefined;
|
|
2820
2824
|
}[];
|
|
2821
|
-
permission: {
|
|
2822
|
-
canEdit: boolean;
|
|
2823
|
-
canTrigger: boolean;
|
|
2824
|
-
};
|
|
2825
2825
|
tags: string[];
|
|
2826
2826
|
stats: {
|
|
2827
2827
|
lastRunTime: string;
|
|
@@ -2839,16 +2839,20 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2839
2839
|
name: string;
|
|
2840
2840
|
description: string;
|
|
2841
2841
|
uid: string;
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2842
|
+
metadata: Record<string, any>;
|
|
2843
|
+
createTime: string;
|
|
2844
|
+
updateTime: string;
|
|
2845
|
+
permission: {
|
|
2846
|
+
canEdit: boolean;
|
|
2847
|
+
canTrigger: boolean;
|
|
2848
|
+
};
|
|
2845
2849
|
owner: {
|
|
2846
2850
|
user: {
|
|
2847
2851
|
name: string;
|
|
2848
2852
|
uid: string;
|
|
2849
|
-
id: string;
|
|
2850
2853
|
createTime: string;
|
|
2851
2854
|
updateTime: string;
|
|
2855
|
+
id: string;
|
|
2852
2856
|
profile?: {
|
|
2853
2857
|
displayName?: string | undefined;
|
|
2854
2858
|
bio?: string | undefined;
|
|
@@ -2866,13 +2870,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2866
2870
|
organization: {
|
|
2867
2871
|
name: string;
|
|
2868
2872
|
uid: string;
|
|
2869
|
-
|
|
2873
|
+
createTime: string;
|
|
2874
|
+
updateTime: string;
|
|
2870
2875
|
owner: {
|
|
2871
2876
|
name: string;
|
|
2872
2877
|
uid: string;
|
|
2873
|
-
id: string;
|
|
2874
2878
|
createTime: string;
|
|
2875
2879
|
updateTime: string;
|
|
2880
|
+
id: string;
|
|
2876
2881
|
profile?: {
|
|
2877
2882
|
displayName?: string | undefined;
|
|
2878
2883
|
bio?: string | undefined;
|
|
@@ -2886,8 +2891,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2886
2891
|
} | undefined;
|
|
2887
2892
|
} | undefined;
|
|
2888
2893
|
};
|
|
2889
|
-
|
|
2890
|
-
updateTime: string;
|
|
2894
|
+
id: string;
|
|
2891
2895
|
profile?: {
|
|
2892
2896
|
displayName?: string | undefined;
|
|
2893
2897
|
bio?: string | undefined;
|
|
@@ -2901,10 +2905,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2901
2905
|
} | undefined;
|
|
2902
2906
|
};
|
|
2903
2907
|
};
|
|
2908
|
+
id: string;
|
|
2909
|
+
documentationUrl: string;
|
|
2910
|
+
sourceUrl: string;
|
|
2904
2911
|
recipe: Record<string, any>;
|
|
2905
|
-
createTime: string;
|
|
2906
|
-
updateTime: string;
|
|
2907
|
-
metadata: Record<string, any>;
|
|
2908
2912
|
readme: string;
|
|
2909
2913
|
dataSpecification: {
|
|
2910
2914
|
input?: any;
|
|
@@ -2927,11 +2931,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2927
2931
|
name: string;
|
|
2928
2932
|
description: string;
|
|
2929
2933
|
uid: string;
|
|
2930
|
-
|
|
2931
|
-
recipe: Record<string, any>;
|
|
2934
|
+
metadata: Record<string, any>;
|
|
2932
2935
|
createTime: string;
|
|
2933
2936
|
updateTime: string;
|
|
2934
|
-
|
|
2937
|
+
id: string;
|
|
2938
|
+
recipe: Record<string, any>;
|
|
2935
2939
|
readme: string;
|
|
2936
2940
|
rawRecipe: string;
|
|
2937
2941
|
dataSpecification: {
|
|
@@ -2941,10 +2945,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2941
2945
|
deleteTime?: string | undefined;
|
|
2942
2946
|
alias?: string | undefined;
|
|
2943
2947
|
}[];
|
|
2944
|
-
permission: {
|
|
2945
|
-
canEdit: boolean;
|
|
2946
|
-
canTrigger: boolean;
|
|
2947
|
-
};
|
|
2948
2948
|
tags: string[];
|
|
2949
2949
|
stats: {
|
|
2950
2950
|
lastRunTime: string;
|
|
@@ -2960,16 +2960,20 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2960
2960
|
name: string;
|
|
2961
2961
|
description: string;
|
|
2962
2962
|
uid: string;
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2963
|
+
metadata: Record<string, any>;
|
|
2964
|
+
createTime: string;
|
|
2965
|
+
updateTime: string;
|
|
2966
|
+
permission: {
|
|
2967
|
+
canEdit: boolean;
|
|
2968
|
+
canTrigger: boolean;
|
|
2969
|
+
};
|
|
2966
2970
|
owner: {
|
|
2967
2971
|
user: {
|
|
2968
2972
|
name: string;
|
|
2969
2973
|
uid: string;
|
|
2970
|
-
id: string;
|
|
2971
2974
|
createTime: string;
|
|
2972
2975
|
updateTime: string;
|
|
2976
|
+
id: string;
|
|
2973
2977
|
profile?: {
|
|
2974
2978
|
displayName?: string | undefined;
|
|
2975
2979
|
bio?: string | undefined;
|
|
@@ -2987,13 +2991,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2987
2991
|
organization: {
|
|
2988
2992
|
name: string;
|
|
2989
2993
|
uid: string;
|
|
2990
|
-
|
|
2994
|
+
createTime: string;
|
|
2995
|
+
updateTime: string;
|
|
2991
2996
|
owner: {
|
|
2992
2997
|
name: string;
|
|
2993
2998
|
uid: string;
|
|
2994
|
-
id: string;
|
|
2995
2999
|
createTime: string;
|
|
2996
3000
|
updateTime: string;
|
|
3001
|
+
id: string;
|
|
2997
3002
|
profile?: {
|
|
2998
3003
|
displayName?: string | undefined;
|
|
2999
3004
|
bio?: string | undefined;
|
|
@@ -3007,8 +3012,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3007
3012
|
} | undefined;
|
|
3008
3013
|
} | undefined;
|
|
3009
3014
|
};
|
|
3010
|
-
|
|
3011
|
-
updateTime: string;
|
|
3015
|
+
id: string;
|
|
3012
3016
|
profile?: {
|
|
3013
3017
|
displayName?: string | undefined;
|
|
3014
3018
|
bio?: string | undefined;
|
|
@@ -3022,10 +3026,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3022
3026
|
} | undefined;
|
|
3023
3027
|
};
|
|
3024
3028
|
};
|
|
3029
|
+
id: string;
|
|
3030
|
+
documentationUrl: string;
|
|
3031
|
+
sourceUrl: string;
|
|
3025
3032
|
recipe: Record<string, any>;
|
|
3026
|
-
createTime: string;
|
|
3027
|
-
updateTime: string;
|
|
3028
|
-
metadata: Record<string, any>;
|
|
3029
3033
|
readme: string;
|
|
3030
3034
|
dataSpecification: {
|
|
3031
3035
|
input?: any;
|
|
@@ -3048,11 +3052,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3048
3052
|
name: string;
|
|
3049
3053
|
description: string;
|
|
3050
3054
|
uid: string;
|
|
3051
|
-
|
|
3052
|
-
recipe: Record<string, any>;
|
|
3055
|
+
metadata: Record<string, any>;
|
|
3053
3056
|
createTime: string;
|
|
3054
3057
|
updateTime: string;
|
|
3055
|
-
|
|
3058
|
+
id: string;
|
|
3059
|
+
recipe: Record<string, any>;
|
|
3056
3060
|
readme: string;
|
|
3057
3061
|
rawRecipe: string;
|
|
3058
3062
|
dataSpecification: {
|
|
@@ -3062,10 +3066,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3062
3066
|
deleteTime?: string | undefined;
|
|
3063
3067
|
alias?: string | undefined;
|
|
3064
3068
|
}[];
|
|
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;
|
|
3159
3158
|
createTime: string;
|
|
3160
3159
|
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;
|
|
3177
3176
|
createTime: string;
|
|
3178
3177
|
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;
|
|
3197
3196
|
createTime: string;
|
|
3198
3197
|
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;
|
|
3217
3216
|
createTime: string;
|
|
3218
3217
|
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;
|
|
3291
3290
|
createTime: string;
|
|
3292
3291
|
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;
|
|
3309
3308
|
createTime: string;
|
|
3310
3309
|
updateTime: string;
|
|
3310
|
+
id: string;
|
|
3311
3311
|
profile?: {
|
|
3312
3312
|
displayName?: string | undefined;
|
|
3313
3313
|
bio?: string | undefined;
|
|
@@ -3363,13 +3363,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3363
3363
|
}, "strip", z.ZodTypeAny, {
|
|
3364
3364
|
name: string;
|
|
3365
3365
|
uid: string;
|
|
3366
|
-
|
|
3366
|
+
createTime: string;
|
|
3367
|
+
updateTime: string;
|
|
3367
3368
|
owner: {
|
|
3368
3369
|
name: string;
|
|
3369
3370
|
uid: string;
|
|
3370
|
-
id: string;
|
|
3371
3371
|
createTime: string;
|
|
3372
3372
|
updateTime: string;
|
|
3373
|
+
id: string;
|
|
3373
3374
|
profile?: {
|
|
3374
3375
|
displayName?: string | undefined;
|
|
3375
3376
|
bio?: string | undefined;
|
|
@@ -3383,8 +3384,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3383
3384
|
} | undefined;
|
|
3384
3385
|
} | undefined;
|
|
3385
3386
|
};
|
|
3386
|
-
|
|
3387
|
-
updateTime: string;
|
|
3387
|
+
id: string;
|
|
3388
3388
|
profile?: {
|
|
3389
3389
|
displayName?: string | undefined;
|
|
3390
3390
|
bio?: string | undefined;
|
|
@@ -3399,13 +3399,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3399
3399
|
}, {
|
|
3400
3400
|
name: string;
|
|
3401
3401
|
uid: string;
|
|
3402
|
-
|
|
3402
|
+
createTime: string;
|
|
3403
|
+
updateTime: string;
|
|
3403
3404
|
owner: {
|
|
3404
3405
|
name: string;
|
|
3405
3406
|
uid: string;
|
|
3406
|
-
id: string;
|
|
3407
3407
|
createTime: string;
|
|
3408
3408
|
updateTime: string;
|
|
3409
|
+
id: string;
|
|
3409
3410
|
profile?: {
|
|
3410
3411
|
displayName?: string | undefined;
|
|
3411
3412
|
bio?: string | undefined;
|
|
@@ -3419,8 +3420,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3419
3420
|
} | undefined;
|
|
3420
3421
|
} | undefined;
|
|
3421
3422
|
};
|
|
3422
|
-
|
|
3423
|
-
updateTime: string;
|
|
3423
|
+
id: string;
|
|
3424
3424
|
profile?: {
|
|
3425
3425
|
displayName?: string | undefined;
|
|
3426
3426
|
bio?: string | undefined;
|
|
@@ -3437,13 +3437,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3437
3437
|
organization: {
|
|
3438
3438
|
name: string;
|
|
3439
3439
|
uid: string;
|
|
3440
|
-
|
|
3440
|
+
createTime: string;
|
|
3441
|
+
updateTime: string;
|
|
3441
3442
|
owner: {
|
|
3442
3443
|
name: string;
|
|
3443
3444
|
uid: string;
|
|
3444
|
-
id: string;
|
|
3445
3445
|
createTime: string;
|
|
3446
3446
|
updateTime: string;
|
|
3447
|
+
id: string;
|
|
3447
3448
|
profile?: {
|
|
3448
3449
|
displayName?: string | undefined;
|
|
3449
3450
|
bio?: string | undefined;
|
|
@@ -3457,8 +3458,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3457
3458
|
} | undefined;
|
|
3458
3459
|
} | undefined;
|
|
3459
3460
|
};
|
|
3460
|
-
|
|
3461
|
-
updateTime: string;
|
|
3461
|
+
id: string;
|
|
3462
3462
|
profile?: {
|
|
3463
3463
|
displayName?: string | undefined;
|
|
3464
3464
|
bio?: string | undefined;
|
|
@@ -3475,13 +3475,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3475
3475
|
organization: {
|
|
3476
3476
|
name: string;
|
|
3477
3477
|
uid: string;
|
|
3478
|
-
|
|
3478
|
+
createTime: string;
|
|
3479
|
+
updateTime: string;
|
|
3479
3480
|
owner: {
|
|
3480
3481
|
name: string;
|
|
3481
3482
|
uid: string;
|
|
3482
|
-
id: string;
|
|
3483
3483
|
createTime: string;
|
|
3484
3484
|
updateTime: string;
|
|
3485
|
+
id: string;
|
|
3485
3486
|
profile?: {
|
|
3486
3487
|
displayName?: string | undefined;
|
|
3487
3488
|
bio?: string | undefined;
|
|
@@ -3495,8 +3496,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3495
3496
|
} | undefined;
|
|
3496
3497
|
} | undefined;
|
|
3497
3498
|
};
|
|
3498
|
-
|
|
3499
|
-
updateTime: string;
|
|
3499
|
+
id: string;
|
|
3500
3500
|
profile?: {
|
|
3501
3501
|
displayName?: string | undefined;
|
|
3502
3502
|
bio?: string | undefined;
|
|
@@ -3538,11 +3538,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3538
3538
|
name: string;
|
|
3539
3539
|
description: string;
|
|
3540
3540
|
uid: string;
|
|
3541
|
-
|
|
3542
|
-
recipe: Record<string, any>;
|
|
3541
|
+
metadata: Record<string, any>;
|
|
3543
3542
|
createTime: string;
|
|
3544
3543
|
updateTime: string;
|
|
3545
|
-
|
|
3544
|
+
id: string;
|
|
3545
|
+
recipe: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
3548
3548
|
dataSpecification: {
|
|
@@ -3555,11 +3555,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3555
3555
|
name: string;
|
|
3556
3556
|
description: string;
|
|
3557
3557
|
uid: string;
|
|
3558
|
-
|
|
3559
|
-
recipe: Record<string, any>;
|
|
3558
|
+
metadata: Record<string, any>;
|
|
3560
3559
|
createTime: string;
|
|
3561
3560
|
updateTime: string;
|
|
3562
|
-
|
|
3561
|
+
id: string;
|
|
3562
|
+
recipe: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3649,16 +3649,20 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3649
3649
|
name: string;
|
|
3650
3650
|
description: string;
|
|
3651
3651
|
uid: string;
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3652
|
+
metadata: Record<string, any>;
|
|
3653
|
+
createTime: string;
|
|
3654
|
+
updateTime: string;
|
|
3655
|
+
permission: {
|
|
3656
|
+
canEdit: boolean;
|
|
3657
|
+
canTrigger: boolean;
|
|
3658
|
+
};
|
|
3655
3659
|
owner: {
|
|
3656
3660
|
user: {
|
|
3657
3661
|
name: string;
|
|
3658
3662
|
uid: string;
|
|
3659
|
-
id: string;
|
|
3660
3663
|
createTime: string;
|
|
3661
3664
|
updateTime: string;
|
|
3665
|
+
id: string;
|
|
3662
3666
|
profile?: {
|
|
3663
3667
|
displayName?: string | undefined;
|
|
3664
3668
|
bio?: string | undefined;
|
|
@@ -3676,13 +3680,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3676
3680
|
organization: {
|
|
3677
3681
|
name: string;
|
|
3678
3682
|
uid: string;
|
|
3679
|
-
|
|
3683
|
+
createTime: string;
|
|
3684
|
+
updateTime: string;
|
|
3680
3685
|
owner: {
|
|
3681
3686
|
name: string;
|
|
3682
3687
|
uid: string;
|
|
3683
|
-
id: string;
|
|
3684
3688
|
createTime: string;
|
|
3685
3689
|
updateTime: string;
|
|
3690
|
+
id: string;
|
|
3686
3691
|
profile?: {
|
|
3687
3692
|
displayName?: string | undefined;
|
|
3688
3693
|
bio?: string | undefined;
|
|
@@ -3696,8 +3701,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3696
3701
|
} | undefined;
|
|
3697
3702
|
} | undefined;
|
|
3698
3703
|
};
|
|
3699
|
-
|
|
3700
|
-
updateTime: string;
|
|
3704
|
+
id: string;
|
|
3701
3705
|
profile?: {
|
|
3702
3706
|
displayName?: string | undefined;
|
|
3703
3707
|
bio?: string | undefined;
|
|
@@ -3711,10 +3715,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3711
3715
|
} | undefined;
|
|
3712
3716
|
};
|
|
3713
3717
|
};
|
|
3718
|
+
id: string;
|
|
3719
|
+
documentationUrl: string;
|
|
3720
|
+
sourceUrl: string;
|
|
3714
3721
|
recipe: Record<string, any>;
|
|
3715
|
-
createTime: string;
|
|
3716
|
-
updateTime: string;
|
|
3717
|
-
metadata: Record<string, any>;
|
|
3718
3722
|
readme: string;
|
|
3719
3723
|
dataSpecification: {
|
|
3720
3724
|
input?: any;
|
|
@@ -3737,11 +3741,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3737
3741
|
name: string;
|
|
3738
3742
|
description: string;
|
|
3739
3743
|
uid: string;
|
|
3740
|
-
|
|
3741
|
-
recipe: Record<string, any>;
|
|
3744
|
+
metadata: Record<string, any>;
|
|
3742
3745
|
createTime: string;
|
|
3743
3746
|
updateTime: string;
|
|
3744
|
-
|
|
3747
|
+
id: string;
|
|
3748
|
+
recipe: Record<string, any>;
|
|
3745
3749
|
readme: string;
|
|
3746
3750
|
rawRecipe: string;
|
|
3747
3751
|
dataSpecification: {
|
|
@@ -3751,10 +3755,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3751
3755
|
deleteTime?: string | undefined;
|
|
3752
3756
|
alias?: string | undefined;
|
|
3753
3757
|
}[];
|
|
3754
|
-
permission: {
|
|
3755
|
-
canEdit: boolean;
|
|
3756
|
-
canTrigger: boolean;
|
|
3757
|
-
};
|
|
3758
3758
|
tags: string[];
|
|
3759
3759
|
stats: {
|
|
3760
3760
|
lastRunTime: string;
|
|
@@ -3766,16 +3766,20 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3766
3766
|
name: string;
|
|
3767
3767
|
description: string;
|
|
3768
3768
|
uid: string;
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3769
|
+
metadata: Record<string, any>;
|
|
3770
|
+
createTime: string;
|
|
3771
|
+
updateTime: string;
|
|
3772
|
+
permission: {
|
|
3773
|
+
canEdit: boolean;
|
|
3774
|
+
canTrigger: boolean;
|
|
3775
|
+
};
|
|
3772
3776
|
owner: {
|
|
3773
3777
|
user: {
|
|
3774
3778
|
name: string;
|
|
3775
3779
|
uid: string;
|
|
3776
|
-
id: string;
|
|
3777
3780
|
createTime: string;
|
|
3778
3781
|
updateTime: string;
|
|
3782
|
+
id: string;
|
|
3779
3783
|
profile?: {
|
|
3780
3784
|
displayName?: string | undefined;
|
|
3781
3785
|
bio?: string | undefined;
|
|
@@ -3793,13 +3797,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3793
3797
|
organization: {
|
|
3794
3798
|
name: string;
|
|
3795
3799
|
uid: string;
|
|
3796
|
-
|
|
3800
|
+
createTime: string;
|
|
3801
|
+
updateTime: string;
|
|
3797
3802
|
owner: {
|
|
3798
3803
|
name: string;
|
|
3799
3804
|
uid: string;
|
|
3800
|
-
id: string;
|
|
3801
3805
|
createTime: string;
|
|
3802
3806
|
updateTime: string;
|
|
3807
|
+
id: string;
|
|
3803
3808
|
profile?: {
|
|
3804
3809
|
displayName?: string | undefined;
|
|
3805
3810
|
bio?: string | undefined;
|
|
@@ -3813,8 +3818,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3813
3818
|
} | undefined;
|
|
3814
3819
|
} | undefined;
|
|
3815
3820
|
};
|
|
3816
|
-
|
|
3817
|
-
updateTime: string;
|
|
3821
|
+
id: string;
|
|
3818
3822
|
profile?: {
|
|
3819
3823
|
displayName?: string | undefined;
|
|
3820
3824
|
bio?: string | undefined;
|
|
@@ -3828,10 +3832,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3828
3832
|
} | undefined;
|
|
3829
3833
|
};
|
|
3830
3834
|
};
|
|
3835
|
+
id: string;
|
|
3836
|
+
documentationUrl: string;
|
|
3837
|
+
sourceUrl: string;
|
|
3831
3838
|
recipe: Record<string, any>;
|
|
3832
|
-
createTime: string;
|
|
3833
|
-
updateTime: string;
|
|
3834
|
-
metadata: Record<string, any>;
|
|
3835
3839
|
readme: string;
|
|
3836
3840
|
dataSpecification: {
|
|
3837
3841
|
input?: any;
|
|
@@ -3854,11 +3858,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3854
3858
|
name: string;
|
|
3855
3859
|
description: string;
|
|
3856
3860
|
uid: string;
|
|
3857
|
-
|
|
3858
|
-
recipe: Record<string, any>;
|
|
3861
|
+
metadata: Record<string, any>;
|
|
3859
3862
|
createTime: string;
|
|
3860
3863
|
updateTime: string;
|
|
3861
|
-
|
|
3864
|
+
id: string;
|
|
3865
|
+
recipe: Record<string, any>;
|
|
3862
3866
|
readme: string;
|
|
3863
3867
|
rawRecipe: string;
|
|
3864
3868
|
dataSpecification: {
|
|
@@ -3868,10 +3872,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3868
3872
|
deleteTime?: string | undefined;
|
|
3869
3873
|
alias?: string | undefined;
|
|
3870
3874
|
}[];
|
|
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;
|
|
3968
3967
|
createTime: string;
|
|
3969
3968
|
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;
|
|
3986
3985
|
createTime: string;
|
|
3987
3986
|
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;
|
|
4006
4005
|
createTime: string;
|
|
4007
4006
|
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;
|
|
4026
4025
|
createTime: string;
|
|
4027
4026
|
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;
|
|
4100
4099
|
createTime: string;
|
|
4101
4100
|
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;
|
|
4118
4117
|
createTime: string;
|
|
4119
4118
|
updateTime: string;
|
|
4119
|
+
id: string;
|
|
4120
4120
|
profile?: {
|
|
4121
4121
|
displayName?: string | undefined;
|
|
4122
4122
|
bio?: string | undefined;
|
|
@@ -4172,13 +4172,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4172
4172
|
}, "strip", z.ZodTypeAny, {
|
|
4173
4173
|
name: string;
|
|
4174
4174
|
uid: string;
|
|
4175
|
-
|
|
4175
|
+
createTime: string;
|
|
4176
|
+
updateTime: string;
|
|
4176
4177
|
owner: {
|
|
4177
4178
|
name: string;
|
|
4178
4179
|
uid: string;
|
|
4179
|
-
id: string;
|
|
4180
4180
|
createTime: string;
|
|
4181
4181
|
updateTime: string;
|
|
4182
|
+
id: string;
|
|
4182
4183
|
profile?: {
|
|
4183
4184
|
displayName?: string | undefined;
|
|
4184
4185
|
bio?: string | undefined;
|
|
@@ -4192,8 +4193,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4192
4193
|
} | undefined;
|
|
4193
4194
|
} | undefined;
|
|
4194
4195
|
};
|
|
4195
|
-
|
|
4196
|
-
updateTime: string;
|
|
4196
|
+
id: string;
|
|
4197
4197
|
profile?: {
|
|
4198
4198
|
displayName?: string | undefined;
|
|
4199
4199
|
bio?: string | undefined;
|
|
@@ -4208,13 +4208,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4208
4208
|
}, {
|
|
4209
4209
|
name: string;
|
|
4210
4210
|
uid: string;
|
|
4211
|
-
|
|
4211
|
+
createTime: string;
|
|
4212
|
+
updateTime: string;
|
|
4212
4213
|
owner: {
|
|
4213
4214
|
name: string;
|
|
4214
4215
|
uid: string;
|
|
4215
|
-
id: string;
|
|
4216
4216
|
createTime: string;
|
|
4217
4217
|
updateTime: string;
|
|
4218
|
+
id: string;
|
|
4218
4219
|
profile?: {
|
|
4219
4220
|
displayName?: string | undefined;
|
|
4220
4221
|
bio?: string | undefined;
|
|
@@ -4228,8 +4229,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4228
4229
|
} | undefined;
|
|
4229
4230
|
} | undefined;
|
|
4230
4231
|
};
|
|
4231
|
-
|
|
4232
|
-
updateTime: string;
|
|
4232
|
+
id: string;
|
|
4233
4233
|
profile?: {
|
|
4234
4234
|
displayName?: string | undefined;
|
|
4235
4235
|
bio?: string | undefined;
|
|
@@ -4246,13 +4246,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4246
4246
|
organization: {
|
|
4247
4247
|
name: string;
|
|
4248
4248
|
uid: string;
|
|
4249
|
-
|
|
4249
|
+
createTime: string;
|
|
4250
|
+
updateTime: string;
|
|
4250
4251
|
owner: {
|
|
4251
4252
|
name: string;
|
|
4252
4253
|
uid: string;
|
|
4253
|
-
id: string;
|
|
4254
4254
|
createTime: string;
|
|
4255
4255
|
updateTime: string;
|
|
4256
|
+
id: string;
|
|
4256
4257
|
profile?: {
|
|
4257
4258
|
displayName?: string | undefined;
|
|
4258
4259
|
bio?: string | undefined;
|
|
@@ -4266,8 +4267,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4266
4267
|
} | undefined;
|
|
4267
4268
|
} | undefined;
|
|
4268
4269
|
};
|
|
4269
|
-
|
|
4270
|
-
updateTime: string;
|
|
4270
|
+
id: string;
|
|
4271
4271
|
profile?: {
|
|
4272
4272
|
displayName?: string | undefined;
|
|
4273
4273
|
bio?: string | undefined;
|
|
@@ -4284,13 +4284,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4284
4284
|
organization: {
|
|
4285
4285
|
name: string;
|
|
4286
4286
|
uid: string;
|
|
4287
|
-
|
|
4287
|
+
createTime: string;
|
|
4288
|
+
updateTime: string;
|
|
4288
4289
|
owner: {
|
|
4289
4290
|
name: string;
|
|
4290
4291
|
uid: string;
|
|
4291
|
-
id: string;
|
|
4292
4292
|
createTime: string;
|
|
4293
4293
|
updateTime: string;
|
|
4294
|
+
id: string;
|
|
4294
4295
|
profile?: {
|
|
4295
4296
|
displayName?: string | undefined;
|
|
4296
4297
|
bio?: string | undefined;
|
|
@@ -4304,8 +4305,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4304
4305
|
} | undefined;
|
|
4305
4306
|
} | undefined;
|
|
4306
4307
|
};
|
|
4307
|
-
|
|
4308
|
-
updateTime: string;
|
|
4308
|
+
id: string;
|
|
4309
4309
|
profile?: {
|
|
4310
4310
|
displayName?: string | undefined;
|
|
4311
4311
|
bio?: string | undefined;
|
|
@@ -4347,11 +4347,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4347
4347
|
name: string;
|
|
4348
4348
|
description: string;
|
|
4349
4349
|
uid: string;
|
|
4350
|
-
|
|
4351
|
-
recipe: Record<string, any>;
|
|
4350
|
+
metadata: Record<string, any>;
|
|
4352
4351
|
createTime: string;
|
|
4353
4352
|
updateTime: string;
|
|
4354
|
-
|
|
4353
|
+
id: string;
|
|
4354
|
+
recipe: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
4357
4357
|
dataSpecification: {
|
|
@@ -4364,11 +4364,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4364
4364
|
name: string;
|
|
4365
4365
|
description: string;
|
|
4366
4366
|
uid: string;
|
|
4367
|
-
|
|
4368
|
-
recipe: Record<string, any>;
|
|
4367
|
+
metadata: Record<string, any>;
|
|
4369
4368
|
createTime: string;
|
|
4370
4369
|
updateTime: string;
|
|
4371
|
-
|
|
4370
|
+
id: string;
|
|
4371
|
+
recipe: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4458,16 +4458,20 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4458
4458
|
name: string;
|
|
4459
4459
|
description: string;
|
|
4460
4460
|
uid: string;
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4461
|
+
metadata: Record<string, any>;
|
|
4462
|
+
createTime: string;
|
|
4463
|
+
updateTime: string;
|
|
4464
|
+
permission: {
|
|
4465
|
+
canEdit: boolean;
|
|
4466
|
+
canTrigger: boolean;
|
|
4467
|
+
};
|
|
4464
4468
|
owner: {
|
|
4465
4469
|
user: {
|
|
4466
4470
|
name: string;
|
|
4467
4471
|
uid: string;
|
|
4468
|
-
id: string;
|
|
4469
4472
|
createTime: string;
|
|
4470
4473
|
updateTime: string;
|
|
4474
|
+
id: string;
|
|
4471
4475
|
profile?: {
|
|
4472
4476
|
displayName?: string | undefined;
|
|
4473
4477
|
bio?: string | undefined;
|
|
@@ -4485,13 +4489,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4485
4489
|
organization: {
|
|
4486
4490
|
name: string;
|
|
4487
4491
|
uid: string;
|
|
4488
|
-
|
|
4492
|
+
createTime: string;
|
|
4493
|
+
updateTime: string;
|
|
4489
4494
|
owner: {
|
|
4490
4495
|
name: string;
|
|
4491
4496
|
uid: string;
|
|
4492
|
-
id: string;
|
|
4493
4497
|
createTime: string;
|
|
4494
4498
|
updateTime: string;
|
|
4499
|
+
id: string;
|
|
4495
4500
|
profile?: {
|
|
4496
4501
|
displayName?: string | undefined;
|
|
4497
4502
|
bio?: string | undefined;
|
|
@@ -4505,8 +4510,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4505
4510
|
} | undefined;
|
|
4506
4511
|
} | undefined;
|
|
4507
4512
|
};
|
|
4508
|
-
|
|
4509
|
-
updateTime: string;
|
|
4513
|
+
id: string;
|
|
4510
4514
|
profile?: {
|
|
4511
4515
|
displayName?: string | undefined;
|
|
4512
4516
|
bio?: string | undefined;
|
|
@@ -4520,10 +4524,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4520
4524
|
} | undefined;
|
|
4521
4525
|
};
|
|
4522
4526
|
};
|
|
4527
|
+
id: string;
|
|
4528
|
+
documentationUrl: string;
|
|
4529
|
+
sourceUrl: string;
|
|
4523
4530
|
recipe: Record<string, any>;
|
|
4524
|
-
createTime: string;
|
|
4525
|
-
updateTime: string;
|
|
4526
|
-
metadata: Record<string, any>;
|
|
4527
4531
|
readme: string;
|
|
4528
4532
|
dataSpecification: {
|
|
4529
4533
|
input?: any;
|
|
@@ -4546,11 +4550,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4546
4550
|
name: string;
|
|
4547
4551
|
description: string;
|
|
4548
4552
|
uid: string;
|
|
4549
|
-
|
|
4550
|
-
recipe: Record<string, any>;
|
|
4553
|
+
metadata: Record<string, any>;
|
|
4551
4554
|
createTime: string;
|
|
4552
4555
|
updateTime: string;
|
|
4553
|
-
|
|
4556
|
+
id: string;
|
|
4557
|
+
recipe: Record<string, any>;
|
|
4554
4558
|
readme: string;
|
|
4555
4559
|
rawRecipe: string;
|
|
4556
4560
|
dataSpecification: {
|
|
@@ -4560,10 +4564,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4560
4564
|
deleteTime?: string | undefined;
|
|
4561
4565
|
alias?: string | undefined;
|
|
4562
4566
|
}[];
|
|
4563
|
-
permission: {
|
|
4564
|
-
canEdit: boolean;
|
|
4565
|
-
canTrigger: boolean;
|
|
4566
|
-
};
|
|
4567
4567
|
tags: string[];
|
|
4568
4568
|
stats: {
|
|
4569
4569
|
lastRunTime: string;
|
|
@@ -4575,16 +4575,20 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4575
4575
|
name: string;
|
|
4576
4576
|
description: string;
|
|
4577
4577
|
uid: string;
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4578
|
+
metadata: Record<string, any>;
|
|
4579
|
+
createTime: string;
|
|
4580
|
+
updateTime: string;
|
|
4581
|
+
permission: {
|
|
4582
|
+
canEdit: boolean;
|
|
4583
|
+
canTrigger: boolean;
|
|
4584
|
+
};
|
|
4581
4585
|
owner: {
|
|
4582
4586
|
user: {
|
|
4583
4587
|
name: string;
|
|
4584
4588
|
uid: string;
|
|
4585
|
-
id: string;
|
|
4586
4589
|
createTime: string;
|
|
4587
4590
|
updateTime: string;
|
|
4591
|
+
id: string;
|
|
4588
4592
|
profile?: {
|
|
4589
4593
|
displayName?: string | undefined;
|
|
4590
4594
|
bio?: string | undefined;
|
|
@@ -4602,13 +4606,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4602
4606
|
organization: {
|
|
4603
4607
|
name: string;
|
|
4604
4608
|
uid: string;
|
|
4605
|
-
|
|
4609
|
+
createTime: string;
|
|
4610
|
+
updateTime: string;
|
|
4606
4611
|
owner: {
|
|
4607
4612
|
name: string;
|
|
4608
4613
|
uid: string;
|
|
4609
|
-
id: string;
|
|
4610
4614
|
createTime: string;
|
|
4611
4615
|
updateTime: string;
|
|
4616
|
+
id: string;
|
|
4612
4617
|
profile?: {
|
|
4613
4618
|
displayName?: string | undefined;
|
|
4614
4619
|
bio?: string | undefined;
|
|
@@ -4622,8 +4627,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4622
4627
|
} | undefined;
|
|
4623
4628
|
} | undefined;
|
|
4624
4629
|
};
|
|
4625
|
-
|
|
4626
|
-
updateTime: string;
|
|
4630
|
+
id: string;
|
|
4627
4631
|
profile?: {
|
|
4628
4632
|
displayName?: string | undefined;
|
|
4629
4633
|
bio?: string | undefined;
|
|
@@ -4637,10 +4641,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4637
4641
|
} | undefined;
|
|
4638
4642
|
};
|
|
4639
4643
|
};
|
|
4644
|
+
id: string;
|
|
4645
|
+
documentationUrl: string;
|
|
4646
|
+
sourceUrl: string;
|
|
4640
4647
|
recipe: Record<string, any>;
|
|
4641
|
-
createTime: string;
|
|
4642
|
-
updateTime: string;
|
|
4643
|
-
metadata: Record<string, any>;
|
|
4644
4648
|
readme: string;
|
|
4645
4649
|
dataSpecification: {
|
|
4646
4650
|
input?: any;
|
|
@@ -4663,11 +4667,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4663
4667
|
name: string;
|
|
4664
4668
|
description: string;
|
|
4665
4669
|
uid: string;
|
|
4666
|
-
|
|
4667
|
-
recipe: Record<string, any>;
|
|
4670
|
+
metadata: Record<string, any>;
|
|
4668
4671
|
createTime: string;
|
|
4669
4672
|
updateTime: string;
|
|
4670
|
-
|
|
4673
|
+
id: string;
|
|
4674
|
+
recipe: Record<string, any>;
|
|
4671
4675
|
readme: string;
|
|
4672
4676
|
rawRecipe: string;
|
|
4673
4677
|
dataSpecification: {
|
|
@@ -4677,10 +4681,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4677
4681
|
deleteTime?: string | undefined;
|
|
4678
4682
|
alias?: string | undefined;
|
|
4679
4683
|
}[];
|
|
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;
|
|
4786
4785
|
createTime: string;
|
|
4787
4786
|
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;
|
|
4804
4803
|
createTime: string;
|
|
4805
4804
|
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;
|
|
4824
4823
|
createTime: string;
|
|
4825
4824
|
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;
|
|
4844
4843
|
createTime: string;
|
|
4845
4844
|
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;
|
|
4918
4917
|
createTime: string;
|
|
4919
4918
|
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;
|
|
4936
4935
|
createTime: string;
|
|
4937
4936
|
updateTime: string;
|
|
4937
|
+
id: string;
|
|
4938
4938
|
profile?: {
|
|
4939
4939
|
displayName?: string | undefined;
|
|
4940
4940
|
bio?: string | undefined;
|
|
@@ -4990,13 +4990,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4990
4990
|
}, "strip", z.ZodTypeAny, {
|
|
4991
4991
|
name: string;
|
|
4992
4992
|
uid: string;
|
|
4993
|
-
|
|
4993
|
+
createTime: string;
|
|
4994
|
+
updateTime: string;
|
|
4994
4995
|
owner: {
|
|
4995
4996
|
name: string;
|
|
4996
4997
|
uid: string;
|
|
4997
|
-
id: string;
|
|
4998
4998
|
createTime: string;
|
|
4999
4999
|
updateTime: string;
|
|
5000
|
+
id: string;
|
|
5000
5001
|
profile?: {
|
|
5001
5002
|
displayName?: string | undefined;
|
|
5002
5003
|
bio?: string | undefined;
|
|
@@ -5010,8 +5011,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5010
5011
|
} | undefined;
|
|
5011
5012
|
} | undefined;
|
|
5012
5013
|
};
|
|
5013
|
-
|
|
5014
|
-
updateTime: string;
|
|
5014
|
+
id: string;
|
|
5015
5015
|
profile?: {
|
|
5016
5016
|
displayName?: string | undefined;
|
|
5017
5017
|
bio?: string | undefined;
|
|
@@ -5026,13 +5026,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5026
5026
|
}, {
|
|
5027
5027
|
name: string;
|
|
5028
5028
|
uid: string;
|
|
5029
|
-
|
|
5029
|
+
createTime: string;
|
|
5030
|
+
updateTime: string;
|
|
5030
5031
|
owner: {
|
|
5031
5032
|
name: string;
|
|
5032
5033
|
uid: string;
|
|
5033
|
-
id: string;
|
|
5034
5034
|
createTime: string;
|
|
5035
5035
|
updateTime: string;
|
|
5036
|
+
id: string;
|
|
5036
5037
|
profile?: {
|
|
5037
5038
|
displayName?: string | undefined;
|
|
5038
5039
|
bio?: string | undefined;
|
|
@@ -5046,8 +5047,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5046
5047
|
} | undefined;
|
|
5047
5048
|
} | undefined;
|
|
5048
5049
|
};
|
|
5049
|
-
|
|
5050
|
-
updateTime: string;
|
|
5050
|
+
id: string;
|
|
5051
5051
|
profile?: {
|
|
5052
5052
|
displayName?: string | undefined;
|
|
5053
5053
|
bio?: string | undefined;
|
|
@@ -5064,13 +5064,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5064
5064
|
organization: {
|
|
5065
5065
|
name: string;
|
|
5066
5066
|
uid: string;
|
|
5067
|
-
|
|
5067
|
+
createTime: string;
|
|
5068
|
+
updateTime: string;
|
|
5068
5069
|
owner: {
|
|
5069
5070
|
name: string;
|
|
5070
5071
|
uid: string;
|
|
5071
|
-
id: string;
|
|
5072
5072
|
createTime: string;
|
|
5073
5073
|
updateTime: string;
|
|
5074
|
+
id: string;
|
|
5074
5075
|
profile?: {
|
|
5075
5076
|
displayName?: string | undefined;
|
|
5076
5077
|
bio?: string | undefined;
|
|
@@ -5084,8 +5085,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5084
5085
|
} | undefined;
|
|
5085
5086
|
} | undefined;
|
|
5086
5087
|
};
|
|
5087
|
-
|
|
5088
|
-
updateTime: string;
|
|
5088
|
+
id: string;
|
|
5089
5089
|
profile?: {
|
|
5090
5090
|
displayName?: string | undefined;
|
|
5091
5091
|
bio?: string | undefined;
|
|
@@ -5102,13 +5102,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5102
5102
|
organization: {
|
|
5103
5103
|
name: string;
|
|
5104
5104
|
uid: string;
|
|
5105
|
-
|
|
5105
|
+
createTime: string;
|
|
5106
|
+
updateTime: string;
|
|
5106
5107
|
owner: {
|
|
5107
5108
|
name: string;
|
|
5108
5109
|
uid: string;
|
|
5109
|
-
id: string;
|
|
5110
5110
|
createTime: string;
|
|
5111
5111
|
updateTime: string;
|
|
5112
|
+
id: string;
|
|
5112
5113
|
profile?: {
|
|
5113
5114
|
displayName?: string | undefined;
|
|
5114
5115
|
bio?: string | undefined;
|
|
@@ -5122,8 +5123,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5122
5123
|
} | undefined;
|
|
5123
5124
|
} | undefined;
|
|
5124
5125
|
};
|
|
5125
|
-
|
|
5126
|
-
updateTime: string;
|
|
5126
|
+
id: string;
|
|
5127
5127
|
profile?: {
|
|
5128
5128
|
displayName?: string | undefined;
|
|
5129
5129
|
bio?: string | undefined;
|
|
@@ -5165,11 +5165,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5165
5165
|
name: string;
|
|
5166
5166
|
description: string;
|
|
5167
5167
|
uid: string;
|
|
5168
|
-
|
|
5169
|
-
recipe: Record<string, any>;
|
|
5168
|
+
metadata: Record<string, any>;
|
|
5170
5169
|
createTime: string;
|
|
5171
5170
|
updateTime: string;
|
|
5172
|
-
|
|
5171
|
+
id: string;
|
|
5172
|
+
recipe: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
5175
5175
|
dataSpecification: {
|
|
@@ -5182,11 +5182,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5182
5182
|
name: string;
|
|
5183
5183
|
description: string;
|
|
5184
5184
|
uid: string;
|
|
5185
|
-
|
|
5186
|
-
recipe: Record<string, any>;
|
|
5185
|
+
metadata: Record<string, any>;
|
|
5187
5186
|
createTime: string;
|
|
5188
5187
|
updateTime: string;
|
|
5189
|
-
|
|
5188
|
+
id: string;
|
|
5189
|
+
recipe: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5276,16 +5276,20 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5276
5276
|
name: string;
|
|
5277
5277
|
description: string;
|
|
5278
5278
|
uid: string;
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5279
|
+
metadata: Record<string, any>;
|
|
5280
|
+
createTime: string;
|
|
5281
|
+
updateTime: string;
|
|
5282
|
+
permission: {
|
|
5283
|
+
canEdit: boolean;
|
|
5284
|
+
canTrigger: boolean;
|
|
5285
|
+
};
|
|
5282
5286
|
owner: {
|
|
5283
5287
|
user: {
|
|
5284
5288
|
name: string;
|
|
5285
5289
|
uid: string;
|
|
5286
|
-
id: string;
|
|
5287
5290
|
createTime: string;
|
|
5288
5291
|
updateTime: string;
|
|
5292
|
+
id: string;
|
|
5289
5293
|
profile?: {
|
|
5290
5294
|
displayName?: string | undefined;
|
|
5291
5295
|
bio?: string | undefined;
|
|
@@ -5303,13 +5307,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5303
5307
|
organization: {
|
|
5304
5308
|
name: string;
|
|
5305
5309
|
uid: string;
|
|
5306
|
-
|
|
5310
|
+
createTime: string;
|
|
5311
|
+
updateTime: string;
|
|
5307
5312
|
owner: {
|
|
5308
5313
|
name: string;
|
|
5309
5314
|
uid: string;
|
|
5310
|
-
id: string;
|
|
5311
5315
|
createTime: string;
|
|
5312
5316
|
updateTime: string;
|
|
5317
|
+
id: string;
|
|
5313
5318
|
profile?: {
|
|
5314
5319
|
displayName?: string | undefined;
|
|
5315
5320
|
bio?: string | undefined;
|
|
@@ -5323,8 +5328,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5323
5328
|
} | undefined;
|
|
5324
5329
|
} | undefined;
|
|
5325
5330
|
};
|
|
5326
|
-
|
|
5327
|
-
updateTime: string;
|
|
5331
|
+
id: string;
|
|
5328
5332
|
profile?: {
|
|
5329
5333
|
displayName?: string | undefined;
|
|
5330
5334
|
bio?: string | undefined;
|
|
@@ -5338,10 +5342,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5338
5342
|
} | undefined;
|
|
5339
5343
|
};
|
|
5340
5344
|
};
|
|
5345
|
+
id: string;
|
|
5346
|
+
documentationUrl: string;
|
|
5347
|
+
sourceUrl: string;
|
|
5341
5348
|
recipe: Record<string, any>;
|
|
5342
|
-
createTime: string;
|
|
5343
|
-
updateTime: string;
|
|
5344
|
-
metadata: Record<string, any>;
|
|
5345
5349
|
readme: string;
|
|
5346
5350
|
dataSpecification: {
|
|
5347
5351
|
input?: any;
|
|
@@ -5364,11 +5368,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5364
5368
|
name: string;
|
|
5365
5369
|
description: string;
|
|
5366
5370
|
uid: string;
|
|
5367
|
-
|
|
5368
|
-
recipe: Record<string, any>;
|
|
5371
|
+
metadata: Record<string, any>;
|
|
5369
5372
|
createTime: string;
|
|
5370
5373
|
updateTime: string;
|
|
5371
|
-
|
|
5374
|
+
id: string;
|
|
5375
|
+
recipe: Record<string, any>;
|
|
5372
5376
|
readme: string;
|
|
5373
5377
|
rawRecipe: string;
|
|
5374
5378
|
dataSpecification: {
|
|
@@ -5378,10 +5382,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5378
5382
|
deleteTime?: string | undefined;
|
|
5379
5383
|
alias?: string | undefined;
|
|
5380
5384
|
}[];
|
|
5381
|
-
permission: {
|
|
5382
|
-
canEdit: boolean;
|
|
5383
|
-
canTrigger: boolean;
|
|
5384
|
-
};
|
|
5385
5385
|
tags: string[];
|
|
5386
5386
|
stats: {
|
|
5387
5387
|
lastRunTime: string;
|
|
@@ -5393,16 +5393,20 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5393
5393
|
name: string;
|
|
5394
5394
|
description: string;
|
|
5395
5395
|
uid: string;
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5396
|
+
metadata: Record<string, any>;
|
|
5397
|
+
createTime: string;
|
|
5398
|
+
updateTime: string;
|
|
5399
|
+
permission: {
|
|
5400
|
+
canEdit: boolean;
|
|
5401
|
+
canTrigger: boolean;
|
|
5402
|
+
};
|
|
5399
5403
|
owner: {
|
|
5400
5404
|
user: {
|
|
5401
5405
|
name: string;
|
|
5402
5406
|
uid: string;
|
|
5403
|
-
id: string;
|
|
5404
5407
|
createTime: string;
|
|
5405
5408
|
updateTime: string;
|
|
5409
|
+
id: string;
|
|
5406
5410
|
profile?: {
|
|
5407
5411
|
displayName?: string | undefined;
|
|
5408
5412
|
bio?: string | undefined;
|
|
@@ -5420,13 +5424,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5420
5424
|
organization: {
|
|
5421
5425
|
name: string;
|
|
5422
5426
|
uid: string;
|
|
5423
|
-
|
|
5427
|
+
createTime: string;
|
|
5428
|
+
updateTime: string;
|
|
5424
5429
|
owner: {
|
|
5425
5430
|
name: string;
|
|
5426
5431
|
uid: string;
|
|
5427
|
-
id: string;
|
|
5428
5432
|
createTime: string;
|
|
5429
5433
|
updateTime: string;
|
|
5434
|
+
id: string;
|
|
5430
5435
|
profile?: {
|
|
5431
5436
|
displayName?: string | undefined;
|
|
5432
5437
|
bio?: string | undefined;
|
|
@@ -5440,8 +5445,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5440
5445
|
} | undefined;
|
|
5441
5446
|
} | undefined;
|
|
5442
5447
|
};
|
|
5443
|
-
|
|
5444
|
-
updateTime: string;
|
|
5448
|
+
id: string;
|
|
5445
5449
|
profile?: {
|
|
5446
5450
|
displayName?: string | undefined;
|
|
5447
5451
|
bio?: string | undefined;
|
|
@@ -5455,10 +5459,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5455
5459
|
} | undefined;
|
|
5456
5460
|
};
|
|
5457
5461
|
};
|
|
5462
|
+
id: string;
|
|
5463
|
+
documentationUrl: string;
|
|
5464
|
+
sourceUrl: string;
|
|
5458
5465
|
recipe: Record<string, any>;
|
|
5459
|
-
createTime: string;
|
|
5460
|
-
updateTime: string;
|
|
5461
|
-
metadata: Record<string, any>;
|
|
5462
5466
|
readme: string;
|
|
5463
5467
|
dataSpecification: {
|
|
5464
5468
|
input?: any;
|
|
@@ -5481,11 +5485,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5481
5485
|
name: string;
|
|
5482
5486
|
description: string;
|
|
5483
5487
|
uid: string;
|
|
5484
|
-
|
|
5485
|
-
recipe: Record<string, any>;
|
|
5488
|
+
metadata: Record<string, any>;
|
|
5486
5489
|
createTime: string;
|
|
5487
5490
|
updateTime: string;
|
|
5488
|
-
|
|
5491
|
+
id: string;
|
|
5492
|
+
recipe: Record<string, any>;
|
|
5489
5493
|
readme: string;
|
|
5490
5494
|
rawRecipe: string;
|
|
5491
5495
|
dataSpecification: {
|
|
@@ -5495,10 +5499,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5495
5499
|
deleteTime?: string | undefined;
|
|
5496
5500
|
alias?: string | undefined;
|
|
5497
5501
|
}[];
|
|
5498
|
-
permission: {
|
|
5499
|
-
canEdit: boolean;
|
|
5500
|
-
canTrigger: boolean;
|
|
5501
|
-
};
|
|
5502
5502
|
tags: string[];
|
|
5503
5503
|
stats: {
|
|
5504
5504
|
lastRunTime: string;
|