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