instill-sdk 0.19.0-rc.5 → 0.19.0-rc.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/integration/type.d.ts +6 -6
- package/dist/core/membership/types.d.ts +108 -108
- package/dist/core/organization/types.d.ts +8 -8
- package/dist/core/user/types.d.ts +14 -14
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -103
- package/dist/index.mjs +0 -102
- package/dist/main/index.d.ts +0 -2
- package/dist/main/index.d.ts.map +1 -1
- package/dist/table/types.d.ts +1 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +36 -36
- package/dist/vdp/component/types.d.ts +28 -28
- package/dist/vdp/pipeline/types.d.ts +348 -348
- package/dist/vdp/release/types.d.ts +8 -8
- package/package.json +2 -2
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -218,9 +218,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
218
218
|
}, "strip", z.ZodTypeAny, {
|
|
219
219
|
name: string;
|
|
220
220
|
uid: string;
|
|
221
|
-
id: string;
|
|
222
221
|
createTime: string;
|
|
223
222
|
updateTime: string;
|
|
223
|
+
id: string;
|
|
224
224
|
profile?: {
|
|
225
225
|
displayName?: string | undefined;
|
|
226
226
|
bio?: string | undefined;
|
|
@@ -236,9 +236,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
236
236
|
}, {
|
|
237
237
|
name: string;
|
|
238
238
|
uid: string;
|
|
239
|
-
id: string;
|
|
240
239
|
createTime: string;
|
|
241
240
|
updateTime: string;
|
|
241
|
+
id: string;
|
|
242
242
|
profile?: {
|
|
243
243
|
displayName?: string | undefined;
|
|
244
244
|
bio?: string | undefined;
|
|
@@ -256,9 +256,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
256
256
|
user: {
|
|
257
257
|
name: string;
|
|
258
258
|
uid: string;
|
|
259
|
-
id: string;
|
|
260
259
|
createTime: string;
|
|
261
260
|
updateTime: string;
|
|
261
|
+
id: string;
|
|
262
262
|
profile?: {
|
|
263
263
|
displayName?: string | undefined;
|
|
264
264
|
bio?: string | undefined;
|
|
@@ -276,9 +276,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
276
276
|
user: {
|
|
277
277
|
name: string;
|
|
278
278
|
uid: string;
|
|
279
|
-
id: string;
|
|
280
279
|
createTime: string;
|
|
281
280
|
updateTime: string;
|
|
281
|
+
id: string;
|
|
282
282
|
profile?: {
|
|
283
283
|
displayName?: string | undefined;
|
|
284
284
|
bio?: string | undefined;
|
|
@@ -350,9 +350,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
351
|
name: string;
|
|
352
352
|
uid: string;
|
|
353
|
-
id: string;
|
|
354
353
|
createTime: string;
|
|
355
354
|
updateTime: string;
|
|
355
|
+
id: string;
|
|
356
356
|
profile?: {
|
|
357
357
|
displayName?: string | undefined;
|
|
358
358
|
bio?: string | undefined;
|
|
@@ -368,9 +368,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
368
368
|
}, {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
-
id: string;
|
|
372
371
|
createTime: string;
|
|
373
372
|
updateTime: string;
|
|
373
|
+
id: string;
|
|
374
374
|
profile?: {
|
|
375
375
|
displayName?: string | undefined;
|
|
376
376
|
bio?: string | undefined;
|
|
@@ -426,13 +426,15 @@ 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;
|
|
429
431
|
id: string;
|
|
430
432
|
owner: {
|
|
431
433
|
name: string;
|
|
432
434
|
uid: string;
|
|
433
|
-
id: string;
|
|
434
435
|
createTime: string;
|
|
435
436
|
updateTime: string;
|
|
437
|
+
id: string;
|
|
436
438
|
profile?: {
|
|
437
439
|
displayName?: string | undefined;
|
|
438
440
|
bio?: string | undefined;
|
|
@@ -446,8 +448,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
446
448
|
} | undefined;
|
|
447
449
|
} | undefined;
|
|
448
450
|
};
|
|
449
|
-
createTime: string;
|
|
450
|
-
updateTime: string;
|
|
451
451
|
profile?: {
|
|
452
452
|
displayName?: string | undefined;
|
|
453
453
|
bio?: string | undefined;
|
|
@@ -462,13 +462,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
462
462
|
}, {
|
|
463
463
|
name: string;
|
|
464
464
|
uid: string;
|
|
465
|
+
createTime: string;
|
|
466
|
+
updateTime: string;
|
|
465
467
|
id: string;
|
|
466
468
|
owner: {
|
|
467
469
|
name: string;
|
|
468
470
|
uid: string;
|
|
469
|
-
id: string;
|
|
470
471
|
createTime: string;
|
|
471
472
|
updateTime: string;
|
|
473
|
+
id: string;
|
|
472
474
|
profile?: {
|
|
473
475
|
displayName?: string | undefined;
|
|
474
476
|
bio?: string | undefined;
|
|
@@ -482,8 +484,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
482
484
|
} | undefined;
|
|
483
485
|
} | undefined;
|
|
484
486
|
};
|
|
485
|
-
createTime: string;
|
|
486
|
-
updateTime: string;
|
|
487
487
|
profile?: {
|
|
488
488
|
displayName?: string | undefined;
|
|
489
489
|
bio?: string | undefined;
|
|
@@ -500,13 +500,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
500
500
|
organization: {
|
|
501
501
|
name: string;
|
|
502
502
|
uid: string;
|
|
503
|
+
createTime: string;
|
|
504
|
+
updateTime: string;
|
|
503
505
|
id: string;
|
|
504
506
|
owner: {
|
|
505
507
|
name: string;
|
|
506
508
|
uid: string;
|
|
507
|
-
id: string;
|
|
508
509
|
createTime: string;
|
|
509
510
|
updateTime: string;
|
|
511
|
+
id: string;
|
|
510
512
|
profile?: {
|
|
511
513
|
displayName?: string | undefined;
|
|
512
514
|
bio?: string | undefined;
|
|
@@ -520,8 +522,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
520
522
|
} | undefined;
|
|
521
523
|
} | undefined;
|
|
522
524
|
};
|
|
523
|
-
createTime: string;
|
|
524
|
-
updateTime: string;
|
|
525
525
|
profile?: {
|
|
526
526
|
displayName?: string | undefined;
|
|
527
527
|
bio?: string | undefined;
|
|
@@ -538,13 +538,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
538
538
|
organization: {
|
|
539
539
|
name: string;
|
|
540
540
|
uid: string;
|
|
541
|
+
createTime: string;
|
|
542
|
+
updateTime: string;
|
|
541
543
|
id: string;
|
|
542
544
|
owner: {
|
|
543
545
|
name: string;
|
|
544
546
|
uid: string;
|
|
545
|
-
id: string;
|
|
546
547
|
createTime: string;
|
|
547
548
|
updateTime: string;
|
|
549
|
+
id: string;
|
|
548
550
|
profile?: {
|
|
549
551
|
displayName?: string | undefined;
|
|
550
552
|
bio?: string | undefined;
|
|
@@ -558,8 +560,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
558
560
|
} | undefined;
|
|
559
561
|
} | undefined;
|
|
560
562
|
};
|
|
561
|
-
createTime: string;
|
|
562
|
-
updateTime: string;
|
|
563
563
|
profile?: {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
@@ -599,13 +599,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
599
599
|
}>;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
601
|
name: string;
|
|
602
|
-
|
|
602
|
+
metadata: Record<string, any>;
|
|
603
603
|
uid: string;
|
|
604
|
-
id: string;
|
|
605
|
-
recipe: Record<string, any>;
|
|
606
604
|
createTime: string;
|
|
607
605
|
updateTime: string;
|
|
608
|
-
|
|
606
|
+
description: string;
|
|
607
|
+
id: string;
|
|
608
|
+
recipe: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
611
611
|
dataSpecification: {
|
|
@@ -616,13 +616,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
616
616
|
alias?: string | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
name: string;
|
|
619
|
-
|
|
619
|
+
metadata: Record<string, any>;
|
|
620
620
|
uid: string;
|
|
621
|
-
id: string;
|
|
622
|
-
recipe: Record<string, any>;
|
|
623
621
|
createTime: string;
|
|
624
622
|
updateTime: string;
|
|
625
|
-
|
|
623
|
+
description: string;
|
|
624
|
+
id: string;
|
|
625
|
+
recipe: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -710,8 +710,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
710
710
|
license: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
name: string;
|
|
713
|
-
|
|
713
|
+
metadata: Record<string, any>;
|
|
714
714
|
uid: string;
|
|
715
|
+
createTime: string;
|
|
716
|
+
updateTime: string;
|
|
717
|
+
description: string;
|
|
715
718
|
id: string;
|
|
716
719
|
documentationUrl: string;
|
|
717
720
|
sourceUrl: string;
|
|
@@ -719,9 +722,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
719
722
|
user: {
|
|
720
723
|
name: string;
|
|
721
724
|
uid: string;
|
|
722
|
-
id: string;
|
|
723
725
|
createTime: string;
|
|
724
726
|
updateTime: string;
|
|
727
|
+
id: string;
|
|
725
728
|
profile?: {
|
|
726
729
|
displayName?: string | undefined;
|
|
727
730
|
bio?: string | undefined;
|
|
@@ -739,13 +742,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
739
742
|
organization: {
|
|
740
743
|
name: string;
|
|
741
744
|
uid: string;
|
|
745
|
+
createTime: string;
|
|
746
|
+
updateTime: string;
|
|
742
747
|
id: string;
|
|
743
748
|
owner: {
|
|
744
749
|
name: string;
|
|
745
750
|
uid: string;
|
|
746
|
-
id: string;
|
|
747
751
|
createTime: string;
|
|
748
752
|
updateTime: string;
|
|
753
|
+
id: string;
|
|
749
754
|
profile?: {
|
|
750
755
|
displayName?: string | undefined;
|
|
751
756
|
bio?: string | undefined;
|
|
@@ -759,8 +764,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
759
764
|
} | undefined;
|
|
760
765
|
} | undefined;
|
|
761
766
|
};
|
|
762
|
-
createTime: string;
|
|
763
|
-
updateTime: string;
|
|
764
767
|
profile?: {
|
|
765
768
|
displayName?: string | undefined;
|
|
766
769
|
bio?: string | undefined;
|
|
@@ -775,9 +778,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
775
778
|
};
|
|
776
779
|
};
|
|
777
780
|
recipe: Record<string, any>;
|
|
778
|
-
createTime: string;
|
|
779
|
-
updateTime: string;
|
|
780
|
-
metadata: Record<string, any>;
|
|
781
781
|
readme: string;
|
|
782
782
|
dataSpecification: {
|
|
783
783
|
input?: any;
|
|
@@ -798,13 +798,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
798
798
|
ownerName: string;
|
|
799
799
|
releases: {
|
|
800
800
|
name: string;
|
|
801
|
-
|
|
801
|
+
metadata: Record<string, any>;
|
|
802
802
|
uid: string;
|
|
803
|
-
id: string;
|
|
804
|
-
recipe: Record<string, any>;
|
|
805
803
|
createTime: string;
|
|
806
804
|
updateTime: string;
|
|
807
|
-
|
|
805
|
+
description: string;
|
|
806
|
+
id: string;
|
|
807
|
+
recipe: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
810
810
|
dataSpecification: {
|
|
@@ -827,8 +827,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
-
|
|
830
|
+
metadata: Record<string, any>;
|
|
831
831
|
uid: string;
|
|
832
|
+
createTime: string;
|
|
833
|
+
updateTime: string;
|
|
834
|
+
description: string;
|
|
832
835
|
id: string;
|
|
833
836
|
documentationUrl: string;
|
|
834
837
|
sourceUrl: string;
|
|
@@ -836,9 +839,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
836
839
|
user: {
|
|
837
840
|
name: string;
|
|
838
841
|
uid: string;
|
|
839
|
-
id: string;
|
|
840
842
|
createTime: string;
|
|
841
843
|
updateTime: string;
|
|
844
|
+
id: string;
|
|
842
845
|
profile?: {
|
|
843
846
|
displayName?: string | undefined;
|
|
844
847
|
bio?: string | undefined;
|
|
@@ -856,13 +859,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
856
859
|
organization: {
|
|
857
860
|
name: string;
|
|
858
861
|
uid: string;
|
|
862
|
+
createTime: string;
|
|
863
|
+
updateTime: string;
|
|
859
864
|
id: string;
|
|
860
865
|
owner: {
|
|
861
866
|
name: string;
|
|
862
867
|
uid: string;
|
|
863
|
-
id: string;
|
|
864
868
|
createTime: string;
|
|
865
869
|
updateTime: string;
|
|
870
|
+
id: string;
|
|
866
871
|
profile?: {
|
|
867
872
|
displayName?: string | undefined;
|
|
868
873
|
bio?: string | undefined;
|
|
@@ -876,8 +881,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
876
881
|
} | undefined;
|
|
877
882
|
} | undefined;
|
|
878
883
|
};
|
|
879
|
-
createTime: string;
|
|
880
|
-
updateTime: string;
|
|
881
884
|
profile?: {
|
|
882
885
|
displayName?: string | undefined;
|
|
883
886
|
bio?: string | undefined;
|
|
@@ -892,9 +895,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
892
895
|
};
|
|
893
896
|
};
|
|
894
897
|
recipe: Record<string, any>;
|
|
895
|
-
createTime: string;
|
|
896
|
-
updateTime: string;
|
|
897
|
-
metadata: Record<string, any>;
|
|
898
898
|
readme: string;
|
|
899
899
|
dataSpecification: {
|
|
900
900
|
input?: any;
|
|
@@ -915,13 +915,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
915
915
|
ownerName: string;
|
|
916
916
|
releases: {
|
|
917
917
|
name: string;
|
|
918
|
-
|
|
918
|
+
metadata: Record<string, any>;
|
|
919
919
|
uid: string;
|
|
920
|
-
id: string;
|
|
921
|
-
recipe: Record<string, any>;
|
|
922
920
|
createTime: string;
|
|
923
921
|
updateTime: string;
|
|
924
|
-
|
|
922
|
+
description: string;
|
|
923
|
+
id: string;
|
|
924
|
+
recipe: Record<string, any>;
|
|
925
925
|
readme: string;
|
|
926
926
|
rawRecipe: string;
|
|
927
927
|
dataSpecification: {
|
|
@@ -1048,9 +1048,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1048
1048
|
}, "strip", z.ZodTypeAny, {
|
|
1049
1049
|
name: string;
|
|
1050
1050
|
uid: string;
|
|
1051
|
-
id: string;
|
|
1052
1051
|
createTime: string;
|
|
1053
1052
|
updateTime: string;
|
|
1053
|
+
id: string;
|
|
1054
1054
|
profile?: {
|
|
1055
1055
|
displayName?: string | undefined;
|
|
1056
1056
|
bio?: string | undefined;
|
|
@@ -1066,9 +1066,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1066
1066
|
}, {
|
|
1067
1067
|
name: string;
|
|
1068
1068
|
uid: string;
|
|
1069
|
-
id: string;
|
|
1070
1069
|
createTime: string;
|
|
1071
1070
|
updateTime: string;
|
|
1071
|
+
id: string;
|
|
1072
1072
|
profile?: {
|
|
1073
1073
|
displayName?: string | undefined;
|
|
1074
1074
|
bio?: string | undefined;
|
|
@@ -1086,9 +1086,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1086
1086
|
user: {
|
|
1087
1087
|
name: string;
|
|
1088
1088
|
uid: string;
|
|
1089
|
-
id: string;
|
|
1090
1089
|
createTime: string;
|
|
1091
1090
|
updateTime: string;
|
|
1091
|
+
id: string;
|
|
1092
1092
|
profile?: {
|
|
1093
1093
|
displayName?: string | undefined;
|
|
1094
1094
|
bio?: string | undefined;
|
|
@@ -1106,9 +1106,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1106
1106
|
user: {
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
uid: string;
|
|
1109
|
-
id: string;
|
|
1110
1109
|
createTime: string;
|
|
1111
1110
|
updateTime: string;
|
|
1111
|
+
id: string;
|
|
1112
1112
|
profile?: {
|
|
1113
1113
|
displayName?: string | undefined;
|
|
1114
1114
|
bio?: string | undefined;
|
|
@@ -1180,9 +1180,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1180
1180
|
}, "strip", z.ZodTypeAny, {
|
|
1181
1181
|
name: string;
|
|
1182
1182
|
uid: string;
|
|
1183
|
-
id: string;
|
|
1184
1183
|
createTime: string;
|
|
1185
1184
|
updateTime: string;
|
|
1185
|
+
id: string;
|
|
1186
1186
|
profile?: {
|
|
1187
1187
|
displayName?: string | undefined;
|
|
1188
1188
|
bio?: string | undefined;
|
|
@@ -1198,9 +1198,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1198
1198
|
}, {
|
|
1199
1199
|
name: string;
|
|
1200
1200
|
uid: string;
|
|
1201
|
-
id: string;
|
|
1202
1201
|
createTime: string;
|
|
1203
1202
|
updateTime: string;
|
|
1203
|
+
id: string;
|
|
1204
1204
|
profile?: {
|
|
1205
1205
|
displayName?: string | undefined;
|
|
1206
1206
|
bio?: string | undefined;
|
|
@@ -1256,13 +1256,15 @@ 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;
|
|
1259
1261
|
id: string;
|
|
1260
1262
|
owner: {
|
|
1261
1263
|
name: string;
|
|
1262
1264
|
uid: string;
|
|
1263
|
-
id: string;
|
|
1264
1265
|
createTime: string;
|
|
1265
1266
|
updateTime: string;
|
|
1267
|
+
id: string;
|
|
1266
1268
|
profile?: {
|
|
1267
1269
|
displayName?: string | undefined;
|
|
1268
1270
|
bio?: string | undefined;
|
|
@@ -1276,8 +1278,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1276
1278
|
} | undefined;
|
|
1277
1279
|
} | undefined;
|
|
1278
1280
|
};
|
|
1279
|
-
createTime: string;
|
|
1280
|
-
updateTime: string;
|
|
1281
1281
|
profile?: {
|
|
1282
1282
|
displayName?: string | undefined;
|
|
1283
1283
|
bio?: string | undefined;
|
|
@@ -1292,13 +1292,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1292
1292
|
}, {
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
uid: string;
|
|
1295
|
+
createTime: string;
|
|
1296
|
+
updateTime: string;
|
|
1295
1297
|
id: string;
|
|
1296
1298
|
owner: {
|
|
1297
1299
|
name: string;
|
|
1298
1300
|
uid: string;
|
|
1299
|
-
id: string;
|
|
1300
1301
|
createTime: string;
|
|
1301
1302
|
updateTime: string;
|
|
1303
|
+
id: string;
|
|
1302
1304
|
profile?: {
|
|
1303
1305
|
displayName?: string | undefined;
|
|
1304
1306
|
bio?: string | undefined;
|
|
@@ -1312,8 +1314,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1312
1314
|
} | undefined;
|
|
1313
1315
|
} | undefined;
|
|
1314
1316
|
};
|
|
1315
|
-
createTime: string;
|
|
1316
|
-
updateTime: string;
|
|
1317
1317
|
profile?: {
|
|
1318
1318
|
displayName?: string | undefined;
|
|
1319
1319
|
bio?: string | undefined;
|
|
@@ -1330,13 +1330,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1330
1330
|
organization: {
|
|
1331
1331
|
name: string;
|
|
1332
1332
|
uid: string;
|
|
1333
|
+
createTime: string;
|
|
1334
|
+
updateTime: string;
|
|
1333
1335
|
id: string;
|
|
1334
1336
|
owner: {
|
|
1335
1337
|
name: string;
|
|
1336
1338
|
uid: string;
|
|
1337
|
-
id: string;
|
|
1338
1339
|
createTime: string;
|
|
1339
1340
|
updateTime: string;
|
|
1341
|
+
id: string;
|
|
1340
1342
|
profile?: {
|
|
1341
1343
|
displayName?: string | undefined;
|
|
1342
1344
|
bio?: string | undefined;
|
|
@@ -1350,8 +1352,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1350
1352
|
} | undefined;
|
|
1351
1353
|
} | undefined;
|
|
1352
1354
|
};
|
|
1353
|
-
createTime: string;
|
|
1354
|
-
updateTime: string;
|
|
1355
1355
|
profile?: {
|
|
1356
1356
|
displayName?: string | undefined;
|
|
1357
1357
|
bio?: string | undefined;
|
|
@@ -1368,13 +1368,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1368
1368
|
organization: {
|
|
1369
1369
|
name: string;
|
|
1370
1370
|
uid: string;
|
|
1371
|
+
createTime: string;
|
|
1372
|
+
updateTime: string;
|
|
1371
1373
|
id: string;
|
|
1372
1374
|
owner: {
|
|
1373
1375
|
name: string;
|
|
1374
1376
|
uid: string;
|
|
1375
|
-
id: string;
|
|
1376
1377
|
createTime: string;
|
|
1377
1378
|
updateTime: string;
|
|
1379
|
+
id: string;
|
|
1378
1380
|
profile?: {
|
|
1379
1381
|
displayName?: string | undefined;
|
|
1380
1382
|
bio?: string | undefined;
|
|
@@ -1388,8 +1390,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1388
1390
|
} | undefined;
|
|
1389
1391
|
} | undefined;
|
|
1390
1392
|
};
|
|
1391
|
-
createTime: string;
|
|
1392
|
-
updateTime: string;
|
|
1393
1393
|
profile?: {
|
|
1394
1394
|
displayName?: string | undefined;
|
|
1395
1395
|
bio?: string | undefined;
|
|
@@ -1429,13 +1429,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1429
1429
|
}>;
|
|
1430
1430
|
}, "strip", z.ZodTypeAny, {
|
|
1431
1431
|
name: string;
|
|
1432
|
-
|
|
1432
|
+
metadata: Record<string, any>;
|
|
1433
1433
|
uid: string;
|
|
1434
|
-
id: string;
|
|
1435
|
-
recipe: Record<string, any>;
|
|
1436
1434
|
createTime: string;
|
|
1437
1435
|
updateTime: string;
|
|
1438
|
-
|
|
1436
|
+
description: string;
|
|
1437
|
+
id: string;
|
|
1438
|
+
recipe: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
1441
1441
|
dataSpecification: {
|
|
@@ -1446,13 +1446,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1446
1446
|
alias?: string | undefined;
|
|
1447
1447
|
}, {
|
|
1448
1448
|
name: string;
|
|
1449
|
-
|
|
1449
|
+
metadata: Record<string, any>;
|
|
1450
1450
|
uid: string;
|
|
1451
|
-
id: string;
|
|
1452
|
-
recipe: Record<string, any>;
|
|
1453
1451
|
createTime: string;
|
|
1454
1452
|
updateTime: string;
|
|
1455
|
-
|
|
1453
|
+
description: string;
|
|
1454
|
+
id: string;
|
|
1455
|
+
recipe: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1540,8 +1540,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1540
1540
|
license: z.ZodString;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1542
|
name: string;
|
|
1543
|
-
|
|
1543
|
+
metadata: Record<string, any>;
|
|
1544
1544
|
uid: string;
|
|
1545
|
+
createTime: string;
|
|
1546
|
+
updateTime: string;
|
|
1547
|
+
description: string;
|
|
1545
1548
|
id: string;
|
|
1546
1549
|
documentationUrl: string;
|
|
1547
1550
|
sourceUrl: string;
|
|
@@ -1549,9 +1552,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1549
1552
|
user: {
|
|
1550
1553
|
name: string;
|
|
1551
1554
|
uid: string;
|
|
1552
|
-
id: string;
|
|
1553
1555
|
createTime: string;
|
|
1554
1556
|
updateTime: string;
|
|
1557
|
+
id: string;
|
|
1555
1558
|
profile?: {
|
|
1556
1559
|
displayName?: string | undefined;
|
|
1557
1560
|
bio?: string | undefined;
|
|
@@ -1569,13 +1572,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1569
1572
|
organization: {
|
|
1570
1573
|
name: string;
|
|
1571
1574
|
uid: string;
|
|
1575
|
+
createTime: string;
|
|
1576
|
+
updateTime: string;
|
|
1572
1577
|
id: string;
|
|
1573
1578
|
owner: {
|
|
1574
1579
|
name: string;
|
|
1575
1580
|
uid: string;
|
|
1576
|
-
id: string;
|
|
1577
1581
|
createTime: string;
|
|
1578
1582
|
updateTime: string;
|
|
1583
|
+
id: string;
|
|
1579
1584
|
profile?: {
|
|
1580
1585
|
displayName?: string | undefined;
|
|
1581
1586
|
bio?: string | undefined;
|
|
@@ -1589,8 +1594,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1589
1594
|
} | undefined;
|
|
1590
1595
|
} | undefined;
|
|
1591
1596
|
};
|
|
1592
|
-
createTime: string;
|
|
1593
|
-
updateTime: string;
|
|
1594
1597
|
profile?: {
|
|
1595
1598
|
displayName?: string | undefined;
|
|
1596
1599
|
bio?: string | undefined;
|
|
@@ -1605,9 +1608,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1605
1608
|
};
|
|
1606
1609
|
};
|
|
1607
1610
|
recipe: Record<string, any>;
|
|
1608
|
-
createTime: string;
|
|
1609
|
-
updateTime: string;
|
|
1610
|
-
metadata: Record<string, any>;
|
|
1611
1611
|
readme: string;
|
|
1612
1612
|
dataSpecification: {
|
|
1613
1613
|
input?: any;
|
|
@@ -1628,13 +1628,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1628
1628
|
ownerName: string;
|
|
1629
1629
|
releases: {
|
|
1630
1630
|
name: string;
|
|
1631
|
-
|
|
1631
|
+
metadata: Record<string, any>;
|
|
1632
1632
|
uid: string;
|
|
1633
|
-
id: string;
|
|
1634
|
-
recipe: Record<string, any>;
|
|
1635
1633
|
createTime: string;
|
|
1636
1634
|
updateTime: string;
|
|
1637
|
-
|
|
1635
|
+
description: string;
|
|
1636
|
+
id: string;
|
|
1637
|
+
recipe: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
1640
1640
|
dataSpecification: {
|
|
@@ -1657,8 +1657,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
-
|
|
1660
|
+
metadata: Record<string, any>;
|
|
1661
1661
|
uid: string;
|
|
1662
|
+
createTime: string;
|
|
1663
|
+
updateTime: string;
|
|
1664
|
+
description: string;
|
|
1662
1665
|
id: string;
|
|
1663
1666
|
documentationUrl: string;
|
|
1664
1667
|
sourceUrl: string;
|
|
@@ -1666,9 +1669,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1666
1669
|
user: {
|
|
1667
1670
|
name: string;
|
|
1668
1671
|
uid: string;
|
|
1669
|
-
id: string;
|
|
1670
1672
|
createTime: string;
|
|
1671
1673
|
updateTime: string;
|
|
1674
|
+
id: string;
|
|
1672
1675
|
profile?: {
|
|
1673
1676
|
displayName?: string | undefined;
|
|
1674
1677
|
bio?: string | undefined;
|
|
@@ -1686,13 +1689,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1686
1689
|
organization: {
|
|
1687
1690
|
name: string;
|
|
1688
1691
|
uid: string;
|
|
1692
|
+
createTime: string;
|
|
1693
|
+
updateTime: string;
|
|
1689
1694
|
id: string;
|
|
1690
1695
|
owner: {
|
|
1691
1696
|
name: string;
|
|
1692
1697
|
uid: string;
|
|
1693
|
-
id: string;
|
|
1694
1698
|
createTime: string;
|
|
1695
1699
|
updateTime: string;
|
|
1700
|
+
id: string;
|
|
1696
1701
|
profile?: {
|
|
1697
1702
|
displayName?: string | undefined;
|
|
1698
1703
|
bio?: string | undefined;
|
|
@@ -1706,8 +1711,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1706
1711
|
} | undefined;
|
|
1707
1712
|
} | undefined;
|
|
1708
1713
|
};
|
|
1709
|
-
createTime: string;
|
|
1710
|
-
updateTime: string;
|
|
1711
1714
|
profile?: {
|
|
1712
1715
|
displayName?: string | undefined;
|
|
1713
1716
|
bio?: string | undefined;
|
|
@@ -1722,9 +1725,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1722
1725
|
};
|
|
1723
1726
|
};
|
|
1724
1727
|
recipe: Record<string, any>;
|
|
1725
|
-
createTime: string;
|
|
1726
|
-
updateTime: string;
|
|
1727
|
-
metadata: Record<string, any>;
|
|
1728
1728
|
readme: string;
|
|
1729
1729
|
dataSpecification: {
|
|
1730
1730
|
input?: any;
|
|
@@ -1745,13 +1745,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1745
1745
|
ownerName: string;
|
|
1746
1746
|
releases: {
|
|
1747
1747
|
name: string;
|
|
1748
|
-
|
|
1748
|
+
metadata: Record<string, any>;
|
|
1749
1749
|
uid: string;
|
|
1750
|
-
id: string;
|
|
1751
|
-
recipe: Record<string, any>;
|
|
1752
1750
|
createTime: string;
|
|
1753
1751
|
updateTime: string;
|
|
1754
|
-
|
|
1752
|
+
description: string;
|
|
1753
|
+
id: string;
|
|
1754
|
+
recipe: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
1757
1757
|
dataSpecification: {
|
|
@@ -1780,8 +1780,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
1782
|
name: string;
|
|
1783
|
-
|
|
1783
|
+
metadata: Record<string, any>;
|
|
1784
1784
|
uid: string;
|
|
1785
|
+
createTime: string;
|
|
1786
|
+
updateTime: string;
|
|
1787
|
+
description: string;
|
|
1785
1788
|
id: string;
|
|
1786
1789
|
documentationUrl: string;
|
|
1787
1790
|
sourceUrl: string;
|
|
@@ -1789,9 +1792,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1789
1792
|
user: {
|
|
1790
1793
|
name: string;
|
|
1791
1794
|
uid: string;
|
|
1792
|
-
id: string;
|
|
1793
1795
|
createTime: string;
|
|
1794
1796
|
updateTime: string;
|
|
1797
|
+
id: string;
|
|
1795
1798
|
profile?: {
|
|
1796
1799
|
displayName?: string | undefined;
|
|
1797
1800
|
bio?: string | undefined;
|
|
@@ -1809,13 +1812,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1809
1812
|
organization: {
|
|
1810
1813
|
name: string;
|
|
1811
1814
|
uid: string;
|
|
1815
|
+
createTime: string;
|
|
1816
|
+
updateTime: string;
|
|
1812
1817
|
id: string;
|
|
1813
1818
|
owner: {
|
|
1814
1819
|
name: string;
|
|
1815
1820
|
uid: string;
|
|
1816
|
-
id: string;
|
|
1817
1821
|
createTime: string;
|
|
1818
1822
|
updateTime: string;
|
|
1823
|
+
id: string;
|
|
1819
1824
|
profile?: {
|
|
1820
1825
|
displayName?: string | undefined;
|
|
1821
1826
|
bio?: string | undefined;
|
|
@@ -1829,8 +1834,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1829
1834
|
} | undefined;
|
|
1830
1835
|
} | undefined;
|
|
1831
1836
|
};
|
|
1832
|
-
createTime: string;
|
|
1833
|
-
updateTime: string;
|
|
1834
1837
|
profile?: {
|
|
1835
1838
|
displayName?: string | undefined;
|
|
1836
1839
|
bio?: string | undefined;
|
|
@@ -1845,9 +1848,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1845
1848
|
};
|
|
1846
1849
|
};
|
|
1847
1850
|
recipe: Record<string, any>;
|
|
1848
|
-
createTime: string;
|
|
1849
|
-
updateTime: string;
|
|
1850
|
-
metadata: Record<string, any>;
|
|
1851
1851
|
readme: string;
|
|
1852
1852
|
dataSpecification: {
|
|
1853
1853
|
input?: any;
|
|
@@ -1868,13 +1868,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1868
1868
|
ownerName: string;
|
|
1869
1869
|
releases: {
|
|
1870
1870
|
name: string;
|
|
1871
|
-
|
|
1871
|
+
metadata: Record<string, any>;
|
|
1872
1872
|
uid: string;
|
|
1873
|
-
id: string;
|
|
1874
|
-
recipe: Record<string, any>;
|
|
1875
1873
|
createTime: string;
|
|
1876
1874
|
updateTime: string;
|
|
1877
|
-
|
|
1875
|
+
description: string;
|
|
1876
|
+
id: string;
|
|
1877
|
+
recipe: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
1880
1880
|
dataSpecification: {
|
|
@@ -1901,8 +1901,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
1903
|
name: string;
|
|
1904
|
-
|
|
1904
|
+
metadata: Record<string, any>;
|
|
1905
1905
|
uid: string;
|
|
1906
|
+
createTime: string;
|
|
1907
|
+
updateTime: string;
|
|
1908
|
+
description: string;
|
|
1906
1909
|
id: string;
|
|
1907
1910
|
documentationUrl: string;
|
|
1908
1911
|
sourceUrl: string;
|
|
@@ -1910,9 +1913,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1910
1913
|
user: {
|
|
1911
1914
|
name: string;
|
|
1912
1915
|
uid: string;
|
|
1913
|
-
id: string;
|
|
1914
1916
|
createTime: string;
|
|
1915
1917
|
updateTime: string;
|
|
1918
|
+
id: string;
|
|
1916
1919
|
profile?: {
|
|
1917
1920
|
displayName?: string | undefined;
|
|
1918
1921
|
bio?: string | undefined;
|
|
@@ -1930,13 +1933,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1930
1933
|
organization: {
|
|
1931
1934
|
name: string;
|
|
1932
1935
|
uid: string;
|
|
1936
|
+
createTime: string;
|
|
1937
|
+
updateTime: string;
|
|
1933
1938
|
id: string;
|
|
1934
1939
|
owner: {
|
|
1935
1940
|
name: string;
|
|
1936
1941
|
uid: string;
|
|
1937
|
-
id: string;
|
|
1938
1942
|
createTime: string;
|
|
1939
1943
|
updateTime: string;
|
|
1944
|
+
id: string;
|
|
1940
1945
|
profile?: {
|
|
1941
1946
|
displayName?: string | undefined;
|
|
1942
1947
|
bio?: string | undefined;
|
|
@@ -1950,8 +1955,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1950
1955
|
} | undefined;
|
|
1951
1956
|
} | undefined;
|
|
1952
1957
|
};
|
|
1953
|
-
createTime: string;
|
|
1954
|
-
updateTime: string;
|
|
1955
1958
|
profile?: {
|
|
1956
1959
|
displayName?: string | undefined;
|
|
1957
1960
|
bio?: string | undefined;
|
|
@@ -1966,9 +1969,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1966
1969
|
};
|
|
1967
1970
|
};
|
|
1968
1971
|
recipe: Record<string, any>;
|
|
1969
|
-
createTime: string;
|
|
1970
|
-
updateTime: string;
|
|
1971
|
-
metadata: Record<string, any>;
|
|
1972
1972
|
readme: string;
|
|
1973
1973
|
dataSpecification: {
|
|
1974
1974
|
input?: any;
|
|
@@ -1989,13 +1989,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1989
1989
|
ownerName: string;
|
|
1990
1990
|
releases: {
|
|
1991
1991
|
name: string;
|
|
1992
|
-
|
|
1992
|
+
metadata: Record<string, any>;
|
|
1993
1993
|
uid: string;
|
|
1994
|
-
id: string;
|
|
1995
|
-
recipe: Record<string, any>;
|
|
1996
1994
|
createTime: string;
|
|
1997
1995
|
updateTime: string;
|
|
1998
|
-
|
|
1996
|
+
description: string;
|
|
1997
|
+
id: string;
|
|
1998
|
+
recipe: Record<string, any>;
|
|
1999
1999
|
readme: string;
|
|
2000
2000
|
rawRecipe: string;
|
|
2001
2001
|
dataSpecification: {
|
|
@@ -2105,9 +2105,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2105
2105
|
}, "strip", z.ZodTypeAny, {
|
|
2106
2106
|
name: string;
|
|
2107
2107
|
uid: string;
|
|
2108
|
-
id: string;
|
|
2109
2108
|
createTime: string;
|
|
2110
2109
|
updateTime: string;
|
|
2110
|
+
id: string;
|
|
2111
2111
|
profile?: {
|
|
2112
2112
|
displayName?: string | undefined;
|
|
2113
2113
|
bio?: string | undefined;
|
|
@@ -2123,9 +2123,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2123
2123
|
}, {
|
|
2124
2124
|
name: string;
|
|
2125
2125
|
uid: string;
|
|
2126
|
-
id: string;
|
|
2127
2126
|
createTime: string;
|
|
2128
2127
|
updateTime: string;
|
|
2128
|
+
id: string;
|
|
2129
2129
|
profile?: {
|
|
2130
2130
|
displayName?: string | undefined;
|
|
2131
2131
|
bio?: string | undefined;
|
|
@@ -2143,9 +2143,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2143
2143
|
user: {
|
|
2144
2144
|
name: string;
|
|
2145
2145
|
uid: string;
|
|
2146
|
-
id: string;
|
|
2147
2146
|
createTime: string;
|
|
2148
2147
|
updateTime: string;
|
|
2148
|
+
id: string;
|
|
2149
2149
|
profile?: {
|
|
2150
2150
|
displayName?: string | undefined;
|
|
2151
2151
|
bio?: string | undefined;
|
|
@@ -2163,9 +2163,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2163
2163
|
user: {
|
|
2164
2164
|
name: string;
|
|
2165
2165
|
uid: string;
|
|
2166
|
-
id: string;
|
|
2167
2166
|
createTime: string;
|
|
2168
2167
|
updateTime: string;
|
|
2168
|
+
id: string;
|
|
2169
2169
|
profile?: {
|
|
2170
2170
|
displayName?: string | undefined;
|
|
2171
2171
|
bio?: string | undefined;
|
|
@@ -2237,9 +2237,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2237
2237
|
}, "strip", z.ZodTypeAny, {
|
|
2238
2238
|
name: string;
|
|
2239
2239
|
uid: string;
|
|
2240
|
-
id: string;
|
|
2241
2240
|
createTime: string;
|
|
2242
2241
|
updateTime: string;
|
|
2242
|
+
id: string;
|
|
2243
2243
|
profile?: {
|
|
2244
2244
|
displayName?: string | undefined;
|
|
2245
2245
|
bio?: string | undefined;
|
|
@@ -2255,9 +2255,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2255
2255
|
}, {
|
|
2256
2256
|
name: string;
|
|
2257
2257
|
uid: string;
|
|
2258
|
-
id: string;
|
|
2259
2258
|
createTime: string;
|
|
2260
2259
|
updateTime: string;
|
|
2260
|
+
id: string;
|
|
2261
2261
|
profile?: {
|
|
2262
2262
|
displayName?: string | undefined;
|
|
2263
2263
|
bio?: string | undefined;
|
|
@@ -2313,13 +2313,15 @@ 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;
|
|
2316
2318
|
id: string;
|
|
2317
2319
|
owner: {
|
|
2318
2320
|
name: string;
|
|
2319
2321
|
uid: string;
|
|
2320
|
-
id: string;
|
|
2321
2322
|
createTime: string;
|
|
2322
2323
|
updateTime: string;
|
|
2324
|
+
id: string;
|
|
2323
2325
|
profile?: {
|
|
2324
2326
|
displayName?: string | undefined;
|
|
2325
2327
|
bio?: string | undefined;
|
|
@@ -2333,8 +2335,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2333
2335
|
} | undefined;
|
|
2334
2336
|
} | undefined;
|
|
2335
2337
|
};
|
|
2336
|
-
createTime: string;
|
|
2337
|
-
updateTime: string;
|
|
2338
2338
|
profile?: {
|
|
2339
2339
|
displayName?: string | undefined;
|
|
2340
2340
|
bio?: string | undefined;
|
|
@@ -2349,13 +2349,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2349
2349
|
}, {
|
|
2350
2350
|
name: string;
|
|
2351
2351
|
uid: string;
|
|
2352
|
+
createTime: string;
|
|
2353
|
+
updateTime: string;
|
|
2352
2354
|
id: string;
|
|
2353
2355
|
owner: {
|
|
2354
2356
|
name: string;
|
|
2355
2357
|
uid: string;
|
|
2356
|
-
id: string;
|
|
2357
2358
|
createTime: string;
|
|
2358
2359
|
updateTime: string;
|
|
2360
|
+
id: string;
|
|
2359
2361
|
profile?: {
|
|
2360
2362
|
displayName?: string | undefined;
|
|
2361
2363
|
bio?: string | undefined;
|
|
@@ -2369,8 +2371,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2369
2371
|
} | undefined;
|
|
2370
2372
|
} | undefined;
|
|
2371
2373
|
};
|
|
2372
|
-
createTime: string;
|
|
2373
|
-
updateTime: string;
|
|
2374
2374
|
profile?: {
|
|
2375
2375
|
displayName?: string | undefined;
|
|
2376
2376
|
bio?: string | undefined;
|
|
@@ -2387,13 +2387,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2387
2387
|
organization: {
|
|
2388
2388
|
name: string;
|
|
2389
2389
|
uid: string;
|
|
2390
|
+
createTime: string;
|
|
2391
|
+
updateTime: string;
|
|
2390
2392
|
id: string;
|
|
2391
2393
|
owner: {
|
|
2392
2394
|
name: string;
|
|
2393
2395
|
uid: string;
|
|
2394
|
-
id: string;
|
|
2395
2396
|
createTime: string;
|
|
2396
2397
|
updateTime: string;
|
|
2398
|
+
id: string;
|
|
2397
2399
|
profile?: {
|
|
2398
2400
|
displayName?: string | undefined;
|
|
2399
2401
|
bio?: string | undefined;
|
|
@@ -2407,8 +2409,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2407
2409
|
} | undefined;
|
|
2408
2410
|
} | undefined;
|
|
2409
2411
|
};
|
|
2410
|
-
createTime: string;
|
|
2411
|
-
updateTime: string;
|
|
2412
2412
|
profile?: {
|
|
2413
2413
|
displayName?: string | undefined;
|
|
2414
2414
|
bio?: string | undefined;
|
|
@@ -2425,13 +2425,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2425
2425
|
organization: {
|
|
2426
2426
|
name: string;
|
|
2427
2427
|
uid: string;
|
|
2428
|
+
createTime: string;
|
|
2429
|
+
updateTime: string;
|
|
2428
2430
|
id: string;
|
|
2429
2431
|
owner: {
|
|
2430
2432
|
name: string;
|
|
2431
2433
|
uid: string;
|
|
2432
|
-
id: string;
|
|
2433
2434
|
createTime: string;
|
|
2434
2435
|
updateTime: string;
|
|
2436
|
+
id: string;
|
|
2435
2437
|
profile?: {
|
|
2436
2438
|
displayName?: string | undefined;
|
|
2437
2439
|
bio?: string | undefined;
|
|
@@ -2445,8 +2447,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2445
2447
|
} | undefined;
|
|
2446
2448
|
} | undefined;
|
|
2447
2449
|
};
|
|
2448
|
-
createTime: string;
|
|
2449
|
-
updateTime: string;
|
|
2450
2450
|
profile?: {
|
|
2451
2451
|
displayName?: string | undefined;
|
|
2452
2452
|
bio?: string | undefined;
|
|
@@ -2486,13 +2486,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2486
2486
|
}>;
|
|
2487
2487
|
}, "strip", z.ZodTypeAny, {
|
|
2488
2488
|
name: string;
|
|
2489
|
-
|
|
2489
|
+
metadata: Record<string, any>;
|
|
2490
2490
|
uid: string;
|
|
2491
|
-
id: string;
|
|
2492
|
-
recipe: Record<string, any>;
|
|
2493
2491
|
createTime: string;
|
|
2494
2492
|
updateTime: string;
|
|
2495
|
-
|
|
2493
|
+
description: string;
|
|
2494
|
+
id: string;
|
|
2495
|
+
recipe: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
2498
2498
|
dataSpecification: {
|
|
@@ -2503,13 +2503,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2503
2503
|
alias?: string | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
name: string;
|
|
2506
|
-
|
|
2506
|
+
metadata: Record<string, any>;
|
|
2507
2507
|
uid: string;
|
|
2508
|
-
id: string;
|
|
2509
|
-
recipe: Record<string, any>;
|
|
2510
2508
|
createTime: string;
|
|
2511
2509
|
updateTime: string;
|
|
2512
|
-
|
|
2510
|
+
description: string;
|
|
2511
|
+
id: string;
|
|
2512
|
+
recipe: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2597,8 +2597,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2597
2597
|
license: z.ZodString;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2599
|
name: string;
|
|
2600
|
-
|
|
2600
|
+
metadata: Record<string, any>;
|
|
2601
2601
|
uid: string;
|
|
2602
|
+
createTime: string;
|
|
2603
|
+
updateTime: string;
|
|
2604
|
+
description: string;
|
|
2602
2605
|
id: string;
|
|
2603
2606
|
documentationUrl: string;
|
|
2604
2607
|
sourceUrl: string;
|
|
@@ -2606,9 +2609,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2606
2609
|
user: {
|
|
2607
2610
|
name: string;
|
|
2608
2611
|
uid: string;
|
|
2609
|
-
id: string;
|
|
2610
2612
|
createTime: string;
|
|
2611
2613
|
updateTime: string;
|
|
2614
|
+
id: string;
|
|
2612
2615
|
profile?: {
|
|
2613
2616
|
displayName?: string | undefined;
|
|
2614
2617
|
bio?: string | undefined;
|
|
@@ -2626,13 +2629,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2626
2629
|
organization: {
|
|
2627
2630
|
name: string;
|
|
2628
2631
|
uid: string;
|
|
2632
|
+
createTime: string;
|
|
2633
|
+
updateTime: string;
|
|
2629
2634
|
id: string;
|
|
2630
2635
|
owner: {
|
|
2631
2636
|
name: string;
|
|
2632
2637
|
uid: string;
|
|
2633
|
-
id: string;
|
|
2634
2638
|
createTime: string;
|
|
2635
2639
|
updateTime: string;
|
|
2640
|
+
id: string;
|
|
2636
2641
|
profile?: {
|
|
2637
2642
|
displayName?: string | undefined;
|
|
2638
2643
|
bio?: string | undefined;
|
|
@@ -2646,8 +2651,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2646
2651
|
} | undefined;
|
|
2647
2652
|
} | undefined;
|
|
2648
2653
|
};
|
|
2649
|
-
createTime: string;
|
|
2650
|
-
updateTime: string;
|
|
2651
2654
|
profile?: {
|
|
2652
2655
|
displayName?: string | undefined;
|
|
2653
2656
|
bio?: string | undefined;
|
|
@@ -2662,9 +2665,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2662
2665
|
};
|
|
2663
2666
|
};
|
|
2664
2667
|
recipe: Record<string, any>;
|
|
2665
|
-
createTime: string;
|
|
2666
|
-
updateTime: string;
|
|
2667
|
-
metadata: Record<string, any>;
|
|
2668
2668
|
readme: string;
|
|
2669
2669
|
dataSpecification: {
|
|
2670
2670
|
input?: any;
|
|
@@ -2685,13 +2685,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2685
2685
|
ownerName: string;
|
|
2686
2686
|
releases: {
|
|
2687
2687
|
name: string;
|
|
2688
|
-
|
|
2688
|
+
metadata: Record<string, any>;
|
|
2689
2689
|
uid: string;
|
|
2690
|
-
id: string;
|
|
2691
|
-
recipe: Record<string, any>;
|
|
2692
2690
|
createTime: string;
|
|
2693
2691
|
updateTime: string;
|
|
2694
|
-
|
|
2692
|
+
description: string;
|
|
2693
|
+
id: string;
|
|
2694
|
+
recipe: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
2697
2697
|
dataSpecification: {
|
|
@@ -2714,8 +2714,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
-
|
|
2717
|
+
metadata: Record<string, any>;
|
|
2718
2718
|
uid: string;
|
|
2719
|
+
createTime: string;
|
|
2720
|
+
updateTime: string;
|
|
2721
|
+
description: string;
|
|
2719
2722
|
id: string;
|
|
2720
2723
|
documentationUrl: string;
|
|
2721
2724
|
sourceUrl: string;
|
|
@@ -2723,9 +2726,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2723
2726
|
user: {
|
|
2724
2727
|
name: string;
|
|
2725
2728
|
uid: string;
|
|
2726
|
-
id: string;
|
|
2727
2729
|
createTime: string;
|
|
2728
2730
|
updateTime: string;
|
|
2731
|
+
id: string;
|
|
2729
2732
|
profile?: {
|
|
2730
2733
|
displayName?: string | undefined;
|
|
2731
2734
|
bio?: string | undefined;
|
|
@@ -2743,13 +2746,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2743
2746
|
organization: {
|
|
2744
2747
|
name: string;
|
|
2745
2748
|
uid: string;
|
|
2749
|
+
createTime: string;
|
|
2750
|
+
updateTime: string;
|
|
2746
2751
|
id: string;
|
|
2747
2752
|
owner: {
|
|
2748
2753
|
name: string;
|
|
2749
2754
|
uid: string;
|
|
2750
|
-
id: string;
|
|
2751
2755
|
createTime: string;
|
|
2752
2756
|
updateTime: string;
|
|
2757
|
+
id: string;
|
|
2753
2758
|
profile?: {
|
|
2754
2759
|
displayName?: string | undefined;
|
|
2755
2760
|
bio?: string | undefined;
|
|
@@ -2763,8 +2768,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2763
2768
|
} | undefined;
|
|
2764
2769
|
} | undefined;
|
|
2765
2770
|
};
|
|
2766
|
-
createTime: string;
|
|
2767
|
-
updateTime: string;
|
|
2768
2771
|
profile?: {
|
|
2769
2772
|
displayName?: string | undefined;
|
|
2770
2773
|
bio?: string | undefined;
|
|
@@ -2779,9 +2782,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2779
2782
|
};
|
|
2780
2783
|
};
|
|
2781
2784
|
recipe: Record<string, any>;
|
|
2782
|
-
createTime: string;
|
|
2783
|
-
updateTime: string;
|
|
2784
|
-
metadata: Record<string, any>;
|
|
2785
2785
|
readme: string;
|
|
2786
2786
|
dataSpecification: {
|
|
2787
2787
|
input?: any;
|
|
@@ -2802,13 +2802,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2802
2802
|
ownerName: string;
|
|
2803
2803
|
releases: {
|
|
2804
2804
|
name: string;
|
|
2805
|
-
|
|
2805
|
+
metadata: Record<string, any>;
|
|
2806
2806
|
uid: string;
|
|
2807
|
-
id: string;
|
|
2808
|
-
recipe: Record<string, any>;
|
|
2809
2807
|
createTime: string;
|
|
2810
2808
|
updateTime: string;
|
|
2811
|
-
|
|
2809
|
+
description: string;
|
|
2810
|
+
id: string;
|
|
2811
|
+
recipe: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
2814
2814
|
dataSpecification: {
|
|
@@ -2837,8 +2837,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
2839
|
name: string;
|
|
2840
|
-
|
|
2840
|
+
metadata: Record<string, any>;
|
|
2841
2841
|
uid: string;
|
|
2842
|
+
createTime: string;
|
|
2843
|
+
updateTime: string;
|
|
2844
|
+
description: string;
|
|
2842
2845
|
id: string;
|
|
2843
2846
|
documentationUrl: string;
|
|
2844
2847
|
sourceUrl: string;
|
|
@@ -2846,9 +2849,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2846
2849
|
user: {
|
|
2847
2850
|
name: string;
|
|
2848
2851
|
uid: string;
|
|
2849
|
-
id: string;
|
|
2850
2852
|
createTime: string;
|
|
2851
2853
|
updateTime: string;
|
|
2854
|
+
id: string;
|
|
2852
2855
|
profile?: {
|
|
2853
2856
|
displayName?: string | undefined;
|
|
2854
2857
|
bio?: string | undefined;
|
|
@@ -2866,13 +2869,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2866
2869
|
organization: {
|
|
2867
2870
|
name: string;
|
|
2868
2871
|
uid: string;
|
|
2872
|
+
createTime: string;
|
|
2873
|
+
updateTime: string;
|
|
2869
2874
|
id: string;
|
|
2870
2875
|
owner: {
|
|
2871
2876
|
name: string;
|
|
2872
2877
|
uid: string;
|
|
2873
|
-
id: string;
|
|
2874
2878
|
createTime: string;
|
|
2875
2879
|
updateTime: string;
|
|
2880
|
+
id: string;
|
|
2876
2881
|
profile?: {
|
|
2877
2882
|
displayName?: string | undefined;
|
|
2878
2883
|
bio?: string | undefined;
|
|
@@ -2886,8 +2891,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2886
2891
|
} | undefined;
|
|
2887
2892
|
} | undefined;
|
|
2888
2893
|
};
|
|
2889
|
-
createTime: string;
|
|
2890
|
-
updateTime: string;
|
|
2891
2894
|
profile?: {
|
|
2892
2895
|
displayName?: string | undefined;
|
|
2893
2896
|
bio?: string | undefined;
|
|
@@ -2902,9 +2905,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2902
2905
|
};
|
|
2903
2906
|
};
|
|
2904
2907
|
recipe: Record<string, any>;
|
|
2905
|
-
createTime: string;
|
|
2906
|
-
updateTime: string;
|
|
2907
|
-
metadata: Record<string, any>;
|
|
2908
2908
|
readme: string;
|
|
2909
2909
|
dataSpecification: {
|
|
2910
2910
|
input?: any;
|
|
@@ -2925,13 +2925,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2925
2925
|
ownerName: string;
|
|
2926
2926
|
releases: {
|
|
2927
2927
|
name: string;
|
|
2928
|
-
|
|
2928
|
+
metadata: Record<string, any>;
|
|
2929
2929
|
uid: string;
|
|
2930
|
-
id: string;
|
|
2931
|
-
recipe: Record<string, any>;
|
|
2932
2930
|
createTime: string;
|
|
2933
2931
|
updateTime: string;
|
|
2934
|
-
|
|
2932
|
+
description: string;
|
|
2933
|
+
id: string;
|
|
2934
|
+
recipe: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
2937
2937
|
dataSpecification: {
|
|
@@ -2958,8 +2958,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
2960
|
name: string;
|
|
2961
|
-
|
|
2961
|
+
metadata: Record<string, any>;
|
|
2962
2962
|
uid: string;
|
|
2963
|
+
createTime: string;
|
|
2964
|
+
updateTime: string;
|
|
2965
|
+
description: string;
|
|
2963
2966
|
id: string;
|
|
2964
2967
|
documentationUrl: string;
|
|
2965
2968
|
sourceUrl: string;
|
|
@@ -2967,9 +2970,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2967
2970
|
user: {
|
|
2968
2971
|
name: string;
|
|
2969
2972
|
uid: string;
|
|
2970
|
-
id: string;
|
|
2971
2973
|
createTime: string;
|
|
2972
2974
|
updateTime: string;
|
|
2975
|
+
id: string;
|
|
2973
2976
|
profile?: {
|
|
2974
2977
|
displayName?: string | undefined;
|
|
2975
2978
|
bio?: string | undefined;
|
|
@@ -2987,13 +2990,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2987
2990
|
organization: {
|
|
2988
2991
|
name: string;
|
|
2989
2992
|
uid: string;
|
|
2993
|
+
createTime: string;
|
|
2994
|
+
updateTime: string;
|
|
2990
2995
|
id: string;
|
|
2991
2996
|
owner: {
|
|
2992
2997
|
name: string;
|
|
2993
2998
|
uid: string;
|
|
2994
|
-
id: string;
|
|
2995
2999
|
createTime: string;
|
|
2996
3000
|
updateTime: string;
|
|
3001
|
+
id: string;
|
|
2997
3002
|
profile?: {
|
|
2998
3003
|
displayName?: string | undefined;
|
|
2999
3004
|
bio?: string | undefined;
|
|
@@ -3007,8 +3012,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3007
3012
|
} | undefined;
|
|
3008
3013
|
} | undefined;
|
|
3009
3014
|
};
|
|
3010
|
-
createTime: string;
|
|
3011
|
-
updateTime: string;
|
|
3012
3015
|
profile?: {
|
|
3013
3016
|
displayName?: string | undefined;
|
|
3014
3017
|
bio?: string | undefined;
|
|
@@ -3023,9 +3026,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3023
3026
|
};
|
|
3024
3027
|
};
|
|
3025
3028
|
recipe: Record<string, any>;
|
|
3026
|
-
createTime: string;
|
|
3027
|
-
updateTime: string;
|
|
3028
|
-
metadata: Record<string, any>;
|
|
3029
3029
|
readme: string;
|
|
3030
3030
|
dataSpecification: {
|
|
3031
3031
|
input?: any;
|
|
@@ -3046,13 +3046,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3046
3046
|
ownerName: string;
|
|
3047
3047
|
releases: {
|
|
3048
3048
|
name: string;
|
|
3049
|
-
|
|
3049
|
+
metadata: Record<string, any>;
|
|
3050
3050
|
uid: string;
|
|
3051
|
-
id: string;
|
|
3052
|
-
recipe: Record<string, any>;
|
|
3053
3051
|
createTime: string;
|
|
3054
3052
|
updateTime: string;
|
|
3055
|
-
|
|
3053
|
+
description: string;
|
|
3054
|
+
id: string;
|
|
3055
|
+
recipe: Record<string, any>;
|
|
3056
3056
|
readme: string;
|
|
3057
3057
|
rawRecipe: string;
|
|
3058
3058
|
dataSpecification: {
|
|
@@ -3155,9 +3155,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3155
3155
|
}, "strip", z.ZodTypeAny, {
|
|
3156
3156
|
name: string;
|
|
3157
3157
|
uid: string;
|
|
3158
|
-
id: string;
|
|
3159
3158
|
createTime: string;
|
|
3160
3159
|
updateTime: string;
|
|
3160
|
+
id: string;
|
|
3161
3161
|
profile?: {
|
|
3162
3162
|
displayName?: string | undefined;
|
|
3163
3163
|
bio?: string | undefined;
|
|
@@ -3173,9 +3173,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3173
3173
|
}, {
|
|
3174
3174
|
name: string;
|
|
3175
3175
|
uid: string;
|
|
3176
|
-
id: string;
|
|
3177
3176
|
createTime: string;
|
|
3178
3177
|
updateTime: string;
|
|
3178
|
+
id: string;
|
|
3179
3179
|
profile?: {
|
|
3180
3180
|
displayName?: string | undefined;
|
|
3181
3181
|
bio?: string | undefined;
|
|
@@ -3193,9 +3193,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3193
3193
|
user: {
|
|
3194
3194
|
name: string;
|
|
3195
3195
|
uid: string;
|
|
3196
|
-
id: string;
|
|
3197
3196
|
createTime: string;
|
|
3198
3197
|
updateTime: string;
|
|
3198
|
+
id: string;
|
|
3199
3199
|
profile?: {
|
|
3200
3200
|
displayName?: string | undefined;
|
|
3201
3201
|
bio?: string | undefined;
|
|
@@ -3213,9 +3213,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3213
3213
|
user: {
|
|
3214
3214
|
name: string;
|
|
3215
3215
|
uid: string;
|
|
3216
|
-
id: string;
|
|
3217
3216
|
createTime: string;
|
|
3218
3217
|
updateTime: string;
|
|
3218
|
+
id: string;
|
|
3219
3219
|
profile?: {
|
|
3220
3220
|
displayName?: string | undefined;
|
|
3221
3221
|
bio?: string | undefined;
|
|
@@ -3287,9 +3287,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3287
3287
|
}, "strip", z.ZodTypeAny, {
|
|
3288
3288
|
name: string;
|
|
3289
3289
|
uid: string;
|
|
3290
|
-
id: string;
|
|
3291
3290
|
createTime: string;
|
|
3292
3291
|
updateTime: string;
|
|
3292
|
+
id: string;
|
|
3293
3293
|
profile?: {
|
|
3294
3294
|
displayName?: string | undefined;
|
|
3295
3295
|
bio?: string | undefined;
|
|
@@ -3305,9 +3305,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3305
3305
|
}, {
|
|
3306
3306
|
name: string;
|
|
3307
3307
|
uid: string;
|
|
3308
|
-
id: string;
|
|
3309
3308
|
createTime: string;
|
|
3310
3309
|
updateTime: string;
|
|
3310
|
+
id: string;
|
|
3311
3311
|
profile?: {
|
|
3312
3312
|
displayName?: string | undefined;
|
|
3313
3313
|
bio?: string | undefined;
|
|
@@ -3363,13 +3363,15 @@ 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;
|
|
3366
3368
|
id: string;
|
|
3367
3369
|
owner: {
|
|
3368
3370
|
name: string;
|
|
3369
3371
|
uid: string;
|
|
3370
|
-
id: string;
|
|
3371
3372
|
createTime: string;
|
|
3372
3373
|
updateTime: string;
|
|
3374
|
+
id: string;
|
|
3373
3375
|
profile?: {
|
|
3374
3376
|
displayName?: string | undefined;
|
|
3375
3377
|
bio?: string | undefined;
|
|
@@ -3383,8 +3385,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3383
3385
|
} | undefined;
|
|
3384
3386
|
} | undefined;
|
|
3385
3387
|
};
|
|
3386
|
-
createTime: string;
|
|
3387
|
-
updateTime: string;
|
|
3388
3388
|
profile?: {
|
|
3389
3389
|
displayName?: string | undefined;
|
|
3390
3390
|
bio?: string | undefined;
|
|
@@ -3399,13 +3399,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3399
3399
|
}, {
|
|
3400
3400
|
name: string;
|
|
3401
3401
|
uid: string;
|
|
3402
|
+
createTime: string;
|
|
3403
|
+
updateTime: string;
|
|
3402
3404
|
id: string;
|
|
3403
3405
|
owner: {
|
|
3404
3406
|
name: string;
|
|
3405
3407
|
uid: string;
|
|
3406
|
-
id: string;
|
|
3407
3408
|
createTime: string;
|
|
3408
3409
|
updateTime: string;
|
|
3410
|
+
id: string;
|
|
3409
3411
|
profile?: {
|
|
3410
3412
|
displayName?: string | undefined;
|
|
3411
3413
|
bio?: string | undefined;
|
|
@@ -3419,8 +3421,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3419
3421
|
} | undefined;
|
|
3420
3422
|
} | undefined;
|
|
3421
3423
|
};
|
|
3422
|
-
createTime: string;
|
|
3423
|
-
updateTime: string;
|
|
3424
3424
|
profile?: {
|
|
3425
3425
|
displayName?: string | undefined;
|
|
3426
3426
|
bio?: string | undefined;
|
|
@@ -3437,13 +3437,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3437
3437
|
organization: {
|
|
3438
3438
|
name: string;
|
|
3439
3439
|
uid: string;
|
|
3440
|
+
createTime: string;
|
|
3441
|
+
updateTime: string;
|
|
3440
3442
|
id: string;
|
|
3441
3443
|
owner: {
|
|
3442
3444
|
name: string;
|
|
3443
3445
|
uid: string;
|
|
3444
|
-
id: string;
|
|
3445
3446
|
createTime: string;
|
|
3446
3447
|
updateTime: string;
|
|
3448
|
+
id: string;
|
|
3447
3449
|
profile?: {
|
|
3448
3450
|
displayName?: string | undefined;
|
|
3449
3451
|
bio?: string | undefined;
|
|
@@ -3457,8 +3459,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3457
3459
|
} | undefined;
|
|
3458
3460
|
} | undefined;
|
|
3459
3461
|
};
|
|
3460
|
-
createTime: string;
|
|
3461
|
-
updateTime: string;
|
|
3462
3462
|
profile?: {
|
|
3463
3463
|
displayName?: string | undefined;
|
|
3464
3464
|
bio?: string | undefined;
|
|
@@ -3475,13 +3475,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3475
3475
|
organization: {
|
|
3476
3476
|
name: string;
|
|
3477
3477
|
uid: string;
|
|
3478
|
+
createTime: string;
|
|
3479
|
+
updateTime: string;
|
|
3478
3480
|
id: string;
|
|
3479
3481
|
owner: {
|
|
3480
3482
|
name: string;
|
|
3481
3483
|
uid: string;
|
|
3482
|
-
id: string;
|
|
3483
3484
|
createTime: string;
|
|
3484
3485
|
updateTime: string;
|
|
3486
|
+
id: string;
|
|
3485
3487
|
profile?: {
|
|
3486
3488
|
displayName?: string | undefined;
|
|
3487
3489
|
bio?: string | undefined;
|
|
@@ -3495,8 +3497,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3495
3497
|
} | undefined;
|
|
3496
3498
|
} | undefined;
|
|
3497
3499
|
};
|
|
3498
|
-
createTime: string;
|
|
3499
|
-
updateTime: string;
|
|
3500
3500
|
profile?: {
|
|
3501
3501
|
displayName?: string | undefined;
|
|
3502
3502
|
bio?: string | undefined;
|
|
@@ -3536,13 +3536,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3536
3536
|
}>;
|
|
3537
3537
|
}, "strip", z.ZodTypeAny, {
|
|
3538
3538
|
name: string;
|
|
3539
|
-
|
|
3539
|
+
metadata: Record<string, any>;
|
|
3540
3540
|
uid: string;
|
|
3541
|
-
id: string;
|
|
3542
|
-
recipe: Record<string, any>;
|
|
3543
3541
|
createTime: string;
|
|
3544
3542
|
updateTime: string;
|
|
3545
|
-
|
|
3543
|
+
description: string;
|
|
3544
|
+
id: string;
|
|
3545
|
+
recipe: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
3548
3548
|
dataSpecification: {
|
|
@@ -3553,13 +3553,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3553
3553
|
alias?: string | undefined;
|
|
3554
3554
|
}, {
|
|
3555
3555
|
name: string;
|
|
3556
|
-
|
|
3556
|
+
metadata: Record<string, any>;
|
|
3557
3557
|
uid: string;
|
|
3558
|
-
id: string;
|
|
3559
|
-
recipe: Record<string, any>;
|
|
3560
3558
|
createTime: string;
|
|
3561
3559
|
updateTime: string;
|
|
3562
|
-
|
|
3560
|
+
description: string;
|
|
3561
|
+
id: string;
|
|
3562
|
+
recipe: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3647,8 +3647,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3647
3647
|
license: z.ZodString;
|
|
3648
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
3649
|
name: string;
|
|
3650
|
-
|
|
3650
|
+
metadata: Record<string, any>;
|
|
3651
3651
|
uid: string;
|
|
3652
|
+
createTime: string;
|
|
3653
|
+
updateTime: string;
|
|
3654
|
+
description: string;
|
|
3652
3655
|
id: string;
|
|
3653
3656
|
documentationUrl: string;
|
|
3654
3657
|
sourceUrl: string;
|
|
@@ -3656,9 +3659,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3656
3659
|
user: {
|
|
3657
3660
|
name: string;
|
|
3658
3661
|
uid: string;
|
|
3659
|
-
id: string;
|
|
3660
3662
|
createTime: string;
|
|
3661
3663
|
updateTime: string;
|
|
3664
|
+
id: string;
|
|
3662
3665
|
profile?: {
|
|
3663
3666
|
displayName?: string | undefined;
|
|
3664
3667
|
bio?: string | undefined;
|
|
@@ -3676,13 +3679,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3676
3679
|
organization: {
|
|
3677
3680
|
name: string;
|
|
3678
3681
|
uid: string;
|
|
3682
|
+
createTime: string;
|
|
3683
|
+
updateTime: string;
|
|
3679
3684
|
id: string;
|
|
3680
3685
|
owner: {
|
|
3681
3686
|
name: string;
|
|
3682
3687
|
uid: string;
|
|
3683
|
-
id: string;
|
|
3684
3688
|
createTime: string;
|
|
3685
3689
|
updateTime: string;
|
|
3690
|
+
id: string;
|
|
3686
3691
|
profile?: {
|
|
3687
3692
|
displayName?: string | undefined;
|
|
3688
3693
|
bio?: string | undefined;
|
|
@@ -3696,8 +3701,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3696
3701
|
} | undefined;
|
|
3697
3702
|
} | undefined;
|
|
3698
3703
|
};
|
|
3699
|
-
createTime: string;
|
|
3700
|
-
updateTime: string;
|
|
3701
3704
|
profile?: {
|
|
3702
3705
|
displayName?: string | undefined;
|
|
3703
3706
|
bio?: string | undefined;
|
|
@@ -3712,9 +3715,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3712
3715
|
};
|
|
3713
3716
|
};
|
|
3714
3717
|
recipe: Record<string, any>;
|
|
3715
|
-
createTime: string;
|
|
3716
|
-
updateTime: string;
|
|
3717
|
-
metadata: Record<string, any>;
|
|
3718
3718
|
readme: string;
|
|
3719
3719
|
dataSpecification: {
|
|
3720
3720
|
input?: any;
|
|
@@ -3735,13 +3735,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3735
3735
|
ownerName: string;
|
|
3736
3736
|
releases: {
|
|
3737
3737
|
name: string;
|
|
3738
|
-
|
|
3738
|
+
metadata: Record<string, any>;
|
|
3739
3739
|
uid: string;
|
|
3740
|
-
id: string;
|
|
3741
|
-
recipe: Record<string, any>;
|
|
3742
3740
|
createTime: string;
|
|
3743
3741
|
updateTime: string;
|
|
3744
|
-
|
|
3742
|
+
description: string;
|
|
3743
|
+
id: string;
|
|
3744
|
+
recipe: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
3747
3747
|
dataSpecification: {
|
|
@@ -3764,8 +3764,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
-
|
|
3767
|
+
metadata: Record<string, any>;
|
|
3768
3768
|
uid: string;
|
|
3769
|
+
createTime: string;
|
|
3770
|
+
updateTime: string;
|
|
3771
|
+
description: string;
|
|
3769
3772
|
id: string;
|
|
3770
3773
|
documentationUrl: string;
|
|
3771
3774
|
sourceUrl: string;
|
|
@@ -3773,9 +3776,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3773
3776
|
user: {
|
|
3774
3777
|
name: string;
|
|
3775
3778
|
uid: string;
|
|
3776
|
-
id: string;
|
|
3777
3779
|
createTime: string;
|
|
3778
3780
|
updateTime: string;
|
|
3781
|
+
id: string;
|
|
3779
3782
|
profile?: {
|
|
3780
3783
|
displayName?: string | undefined;
|
|
3781
3784
|
bio?: string | undefined;
|
|
@@ -3793,13 +3796,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3793
3796
|
organization: {
|
|
3794
3797
|
name: string;
|
|
3795
3798
|
uid: string;
|
|
3799
|
+
createTime: string;
|
|
3800
|
+
updateTime: string;
|
|
3796
3801
|
id: string;
|
|
3797
3802
|
owner: {
|
|
3798
3803
|
name: string;
|
|
3799
3804
|
uid: string;
|
|
3800
|
-
id: string;
|
|
3801
3805
|
createTime: string;
|
|
3802
3806
|
updateTime: string;
|
|
3807
|
+
id: string;
|
|
3803
3808
|
profile?: {
|
|
3804
3809
|
displayName?: string | undefined;
|
|
3805
3810
|
bio?: string | undefined;
|
|
@@ -3813,8 +3818,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3813
3818
|
} | undefined;
|
|
3814
3819
|
} | undefined;
|
|
3815
3820
|
};
|
|
3816
|
-
createTime: string;
|
|
3817
|
-
updateTime: string;
|
|
3818
3821
|
profile?: {
|
|
3819
3822
|
displayName?: string | undefined;
|
|
3820
3823
|
bio?: string | undefined;
|
|
@@ -3829,9 +3832,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3829
3832
|
};
|
|
3830
3833
|
};
|
|
3831
3834
|
recipe: Record<string, any>;
|
|
3832
|
-
createTime: string;
|
|
3833
|
-
updateTime: string;
|
|
3834
|
-
metadata: Record<string, any>;
|
|
3835
3835
|
readme: string;
|
|
3836
3836
|
dataSpecification: {
|
|
3837
3837
|
input?: any;
|
|
@@ -3852,13 +3852,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3852
3852
|
ownerName: string;
|
|
3853
3853
|
releases: {
|
|
3854
3854
|
name: string;
|
|
3855
|
-
|
|
3855
|
+
metadata: Record<string, any>;
|
|
3856
3856
|
uid: string;
|
|
3857
|
-
id: string;
|
|
3858
|
-
recipe: Record<string, any>;
|
|
3859
3857
|
createTime: string;
|
|
3860
3858
|
updateTime: string;
|
|
3861
|
-
|
|
3859
|
+
description: string;
|
|
3860
|
+
id: string;
|
|
3861
|
+
recipe: Record<string, any>;
|
|
3862
3862
|
readme: string;
|
|
3863
3863
|
rawRecipe: string;
|
|
3864
3864
|
dataSpecification: {
|
|
@@ -3964,9 +3964,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3964
3964
|
}, "strip", z.ZodTypeAny, {
|
|
3965
3965
|
name: string;
|
|
3966
3966
|
uid: string;
|
|
3967
|
-
id: string;
|
|
3968
3967
|
createTime: string;
|
|
3969
3968
|
updateTime: string;
|
|
3969
|
+
id: string;
|
|
3970
3970
|
profile?: {
|
|
3971
3971
|
displayName?: string | undefined;
|
|
3972
3972
|
bio?: string | undefined;
|
|
@@ -3982,9 +3982,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3982
3982
|
}, {
|
|
3983
3983
|
name: string;
|
|
3984
3984
|
uid: string;
|
|
3985
|
-
id: string;
|
|
3986
3985
|
createTime: string;
|
|
3987
3986
|
updateTime: string;
|
|
3987
|
+
id: string;
|
|
3988
3988
|
profile?: {
|
|
3989
3989
|
displayName?: string | undefined;
|
|
3990
3990
|
bio?: string | undefined;
|
|
@@ -4002,9 +4002,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4002
4002
|
user: {
|
|
4003
4003
|
name: string;
|
|
4004
4004
|
uid: string;
|
|
4005
|
-
id: string;
|
|
4006
4005
|
createTime: string;
|
|
4007
4006
|
updateTime: string;
|
|
4007
|
+
id: string;
|
|
4008
4008
|
profile?: {
|
|
4009
4009
|
displayName?: string | undefined;
|
|
4010
4010
|
bio?: string | undefined;
|
|
@@ -4022,9 +4022,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4022
4022
|
user: {
|
|
4023
4023
|
name: string;
|
|
4024
4024
|
uid: string;
|
|
4025
|
-
id: string;
|
|
4026
4025
|
createTime: string;
|
|
4027
4026
|
updateTime: string;
|
|
4027
|
+
id: string;
|
|
4028
4028
|
profile?: {
|
|
4029
4029
|
displayName?: string | undefined;
|
|
4030
4030
|
bio?: string | undefined;
|
|
@@ -4096,9 +4096,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4096
4096
|
}, "strip", z.ZodTypeAny, {
|
|
4097
4097
|
name: string;
|
|
4098
4098
|
uid: string;
|
|
4099
|
-
id: string;
|
|
4100
4099
|
createTime: string;
|
|
4101
4100
|
updateTime: string;
|
|
4101
|
+
id: string;
|
|
4102
4102
|
profile?: {
|
|
4103
4103
|
displayName?: string | undefined;
|
|
4104
4104
|
bio?: string | undefined;
|
|
@@ -4114,9 +4114,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4114
4114
|
}, {
|
|
4115
4115
|
name: string;
|
|
4116
4116
|
uid: string;
|
|
4117
|
-
id: string;
|
|
4118
4117
|
createTime: string;
|
|
4119
4118
|
updateTime: string;
|
|
4119
|
+
id: string;
|
|
4120
4120
|
profile?: {
|
|
4121
4121
|
displayName?: string | undefined;
|
|
4122
4122
|
bio?: string | undefined;
|
|
@@ -4172,13 +4172,15 @@ 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;
|
|
4175
4177
|
id: string;
|
|
4176
4178
|
owner: {
|
|
4177
4179
|
name: string;
|
|
4178
4180
|
uid: string;
|
|
4179
|
-
id: string;
|
|
4180
4181
|
createTime: string;
|
|
4181
4182
|
updateTime: string;
|
|
4183
|
+
id: string;
|
|
4182
4184
|
profile?: {
|
|
4183
4185
|
displayName?: string | undefined;
|
|
4184
4186
|
bio?: string | undefined;
|
|
@@ -4192,8 +4194,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4192
4194
|
} | undefined;
|
|
4193
4195
|
} | undefined;
|
|
4194
4196
|
};
|
|
4195
|
-
createTime: string;
|
|
4196
|
-
updateTime: string;
|
|
4197
4197
|
profile?: {
|
|
4198
4198
|
displayName?: string | undefined;
|
|
4199
4199
|
bio?: string | undefined;
|
|
@@ -4208,13 +4208,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4208
4208
|
}, {
|
|
4209
4209
|
name: string;
|
|
4210
4210
|
uid: string;
|
|
4211
|
+
createTime: string;
|
|
4212
|
+
updateTime: string;
|
|
4211
4213
|
id: string;
|
|
4212
4214
|
owner: {
|
|
4213
4215
|
name: string;
|
|
4214
4216
|
uid: string;
|
|
4215
|
-
id: string;
|
|
4216
4217
|
createTime: string;
|
|
4217
4218
|
updateTime: string;
|
|
4219
|
+
id: string;
|
|
4218
4220
|
profile?: {
|
|
4219
4221
|
displayName?: string | undefined;
|
|
4220
4222
|
bio?: string | undefined;
|
|
@@ -4228,8 +4230,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4228
4230
|
} | undefined;
|
|
4229
4231
|
} | undefined;
|
|
4230
4232
|
};
|
|
4231
|
-
createTime: string;
|
|
4232
|
-
updateTime: string;
|
|
4233
4233
|
profile?: {
|
|
4234
4234
|
displayName?: string | undefined;
|
|
4235
4235
|
bio?: string | undefined;
|
|
@@ -4246,13 +4246,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4246
4246
|
organization: {
|
|
4247
4247
|
name: string;
|
|
4248
4248
|
uid: string;
|
|
4249
|
+
createTime: string;
|
|
4250
|
+
updateTime: string;
|
|
4249
4251
|
id: string;
|
|
4250
4252
|
owner: {
|
|
4251
4253
|
name: string;
|
|
4252
4254
|
uid: string;
|
|
4253
|
-
id: string;
|
|
4254
4255
|
createTime: string;
|
|
4255
4256
|
updateTime: string;
|
|
4257
|
+
id: string;
|
|
4256
4258
|
profile?: {
|
|
4257
4259
|
displayName?: string | undefined;
|
|
4258
4260
|
bio?: string | undefined;
|
|
@@ -4266,8 +4268,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4266
4268
|
} | undefined;
|
|
4267
4269
|
} | undefined;
|
|
4268
4270
|
};
|
|
4269
|
-
createTime: string;
|
|
4270
|
-
updateTime: string;
|
|
4271
4271
|
profile?: {
|
|
4272
4272
|
displayName?: string | undefined;
|
|
4273
4273
|
bio?: string | undefined;
|
|
@@ -4284,13 +4284,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4284
4284
|
organization: {
|
|
4285
4285
|
name: string;
|
|
4286
4286
|
uid: string;
|
|
4287
|
+
createTime: string;
|
|
4288
|
+
updateTime: string;
|
|
4287
4289
|
id: string;
|
|
4288
4290
|
owner: {
|
|
4289
4291
|
name: string;
|
|
4290
4292
|
uid: string;
|
|
4291
|
-
id: string;
|
|
4292
4293
|
createTime: string;
|
|
4293
4294
|
updateTime: string;
|
|
4295
|
+
id: string;
|
|
4294
4296
|
profile?: {
|
|
4295
4297
|
displayName?: string | undefined;
|
|
4296
4298
|
bio?: string | undefined;
|
|
@@ -4304,8 +4306,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4304
4306
|
} | undefined;
|
|
4305
4307
|
} | undefined;
|
|
4306
4308
|
};
|
|
4307
|
-
createTime: string;
|
|
4308
|
-
updateTime: string;
|
|
4309
4309
|
profile?: {
|
|
4310
4310
|
displayName?: string | undefined;
|
|
4311
4311
|
bio?: string | undefined;
|
|
@@ -4345,13 +4345,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4345
4345
|
}>;
|
|
4346
4346
|
}, "strip", z.ZodTypeAny, {
|
|
4347
4347
|
name: string;
|
|
4348
|
-
|
|
4348
|
+
metadata: Record<string, any>;
|
|
4349
4349
|
uid: string;
|
|
4350
|
-
id: string;
|
|
4351
|
-
recipe: Record<string, any>;
|
|
4352
4350
|
createTime: string;
|
|
4353
4351
|
updateTime: string;
|
|
4354
|
-
|
|
4352
|
+
description: string;
|
|
4353
|
+
id: string;
|
|
4354
|
+
recipe: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
4357
4357
|
dataSpecification: {
|
|
@@ -4362,13 +4362,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4362
4362
|
alias?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
4364
|
name: string;
|
|
4365
|
-
|
|
4365
|
+
metadata: Record<string, any>;
|
|
4366
4366
|
uid: string;
|
|
4367
|
-
id: string;
|
|
4368
|
-
recipe: Record<string, any>;
|
|
4369
4367
|
createTime: string;
|
|
4370
4368
|
updateTime: string;
|
|
4371
|
-
|
|
4369
|
+
description: string;
|
|
4370
|
+
id: string;
|
|
4371
|
+
recipe: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4456,8 +4456,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4456
4456
|
license: z.ZodString;
|
|
4457
4457
|
}, "strip", z.ZodTypeAny, {
|
|
4458
4458
|
name: string;
|
|
4459
|
-
|
|
4459
|
+
metadata: Record<string, any>;
|
|
4460
4460
|
uid: string;
|
|
4461
|
+
createTime: string;
|
|
4462
|
+
updateTime: string;
|
|
4463
|
+
description: string;
|
|
4461
4464
|
id: string;
|
|
4462
4465
|
documentationUrl: string;
|
|
4463
4466
|
sourceUrl: string;
|
|
@@ -4465,9 +4468,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4465
4468
|
user: {
|
|
4466
4469
|
name: string;
|
|
4467
4470
|
uid: string;
|
|
4468
|
-
id: string;
|
|
4469
4471
|
createTime: string;
|
|
4470
4472
|
updateTime: string;
|
|
4473
|
+
id: string;
|
|
4471
4474
|
profile?: {
|
|
4472
4475
|
displayName?: string | undefined;
|
|
4473
4476
|
bio?: string | undefined;
|
|
@@ -4485,13 +4488,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4485
4488
|
organization: {
|
|
4486
4489
|
name: string;
|
|
4487
4490
|
uid: string;
|
|
4491
|
+
createTime: string;
|
|
4492
|
+
updateTime: string;
|
|
4488
4493
|
id: string;
|
|
4489
4494
|
owner: {
|
|
4490
4495
|
name: string;
|
|
4491
4496
|
uid: string;
|
|
4492
|
-
id: string;
|
|
4493
4497
|
createTime: string;
|
|
4494
4498
|
updateTime: string;
|
|
4499
|
+
id: string;
|
|
4495
4500
|
profile?: {
|
|
4496
4501
|
displayName?: string | undefined;
|
|
4497
4502
|
bio?: string | undefined;
|
|
@@ -4505,8 +4510,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4505
4510
|
} | undefined;
|
|
4506
4511
|
} | undefined;
|
|
4507
4512
|
};
|
|
4508
|
-
createTime: string;
|
|
4509
|
-
updateTime: string;
|
|
4510
4513
|
profile?: {
|
|
4511
4514
|
displayName?: string | undefined;
|
|
4512
4515
|
bio?: string | undefined;
|
|
@@ -4521,9 +4524,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4521
4524
|
};
|
|
4522
4525
|
};
|
|
4523
4526
|
recipe: Record<string, any>;
|
|
4524
|
-
createTime: string;
|
|
4525
|
-
updateTime: string;
|
|
4526
|
-
metadata: Record<string, any>;
|
|
4527
4527
|
readme: string;
|
|
4528
4528
|
dataSpecification: {
|
|
4529
4529
|
input?: any;
|
|
@@ -4544,13 +4544,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4544
4544
|
ownerName: string;
|
|
4545
4545
|
releases: {
|
|
4546
4546
|
name: string;
|
|
4547
|
-
|
|
4547
|
+
metadata: Record<string, any>;
|
|
4548
4548
|
uid: string;
|
|
4549
|
-
id: string;
|
|
4550
|
-
recipe: Record<string, any>;
|
|
4551
4549
|
createTime: string;
|
|
4552
4550
|
updateTime: string;
|
|
4553
|
-
|
|
4551
|
+
description: string;
|
|
4552
|
+
id: string;
|
|
4553
|
+
recipe: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
4556
4556
|
dataSpecification: {
|
|
@@ -4573,8 +4573,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
-
|
|
4576
|
+
metadata: Record<string, any>;
|
|
4577
4577
|
uid: string;
|
|
4578
|
+
createTime: string;
|
|
4579
|
+
updateTime: string;
|
|
4580
|
+
description: string;
|
|
4578
4581
|
id: string;
|
|
4579
4582
|
documentationUrl: string;
|
|
4580
4583
|
sourceUrl: string;
|
|
@@ -4582,9 +4585,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4582
4585
|
user: {
|
|
4583
4586
|
name: string;
|
|
4584
4587
|
uid: string;
|
|
4585
|
-
id: string;
|
|
4586
4588
|
createTime: string;
|
|
4587
4589
|
updateTime: string;
|
|
4590
|
+
id: string;
|
|
4588
4591
|
profile?: {
|
|
4589
4592
|
displayName?: string | undefined;
|
|
4590
4593
|
bio?: string | undefined;
|
|
@@ -4602,13 +4605,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4602
4605
|
organization: {
|
|
4603
4606
|
name: string;
|
|
4604
4607
|
uid: string;
|
|
4608
|
+
createTime: string;
|
|
4609
|
+
updateTime: string;
|
|
4605
4610
|
id: string;
|
|
4606
4611
|
owner: {
|
|
4607
4612
|
name: string;
|
|
4608
4613
|
uid: string;
|
|
4609
|
-
id: string;
|
|
4610
4614
|
createTime: string;
|
|
4611
4615
|
updateTime: string;
|
|
4616
|
+
id: string;
|
|
4612
4617
|
profile?: {
|
|
4613
4618
|
displayName?: string | undefined;
|
|
4614
4619
|
bio?: string | undefined;
|
|
@@ -4622,8 +4627,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4622
4627
|
} | undefined;
|
|
4623
4628
|
} | undefined;
|
|
4624
4629
|
};
|
|
4625
|
-
createTime: string;
|
|
4626
|
-
updateTime: string;
|
|
4627
4630
|
profile?: {
|
|
4628
4631
|
displayName?: string | undefined;
|
|
4629
4632
|
bio?: string | undefined;
|
|
@@ -4638,9 +4641,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4638
4641
|
};
|
|
4639
4642
|
};
|
|
4640
4643
|
recipe: Record<string, any>;
|
|
4641
|
-
createTime: string;
|
|
4642
|
-
updateTime: string;
|
|
4643
|
-
metadata: Record<string, any>;
|
|
4644
4644
|
readme: string;
|
|
4645
4645
|
dataSpecification: {
|
|
4646
4646
|
input?: any;
|
|
@@ -4661,13 +4661,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4661
4661
|
ownerName: string;
|
|
4662
4662
|
releases: {
|
|
4663
4663
|
name: string;
|
|
4664
|
-
|
|
4664
|
+
metadata: Record<string, any>;
|
|
4665
4665
|
uid: string;
|
|
4666
|
-
id: string;
|
|
4667
|
-
recipe: Record<string, any>;
|
|
4668
4666
|
createTime: string;
|
|
4669
4667
|
updateTime: string;
|
|
4670
|
-
|
|
4668
|
+
description: string;
|
|
4669
|
+
id: string;
|
|
4670
|
+
recipe: Record<string, any>;
|
|
4671
4671
|
readme: string;
|
|
4672
4672
|
rawRecipe: string;
|
|
4673
4673
|
dataSpecification: {
|
|
@@ -4782,9 +4782,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4782
4782
|
}, "strip", z.ZodTypeAny, {
|
|
4783
4783
|
name: string;
|
|
4784
4784
|
uid: string;
|
|
4785
|
-
id: string;
|
|
4786
4785
|
createTime: string;
|
|
4787
4786
|
updateTime: string;
|
|
4787
|
+
id: string;
|
|
4788
4788
|
profile?: {
|
|
4789
4789
|
displayName?: string | undefined;
|
|
4790
4790
|
bio?: string | undefined;
|
|
@@ -4800,9 +4800,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4800
4800
|
}, {
|
|
4801
4801
|
name: string;
|
|
4802
4802
|
uid: string;
|
|
4803
|
-
id: string;
|
|
4804
4803
|
createTime: string;
|
|
4805
4804
|
updateTime: string;
|
|
4805
|
+
id: string;
|
|
4806
4806
|
profile?: {
|
|
4807
4807
|
displayName?: string | undefined;
|
|
4808
4808
|
bio?: string | undefined;
|
|
@@ -4820,9 +4820,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4820
4820
|
user: {
|
|
4821
4821
|
name: string;
|
|
4822
4822
|
uid: string;
|
|
4823
|
-
id: string;
|
|
4824
4823
|
createTime: string;
|
|
4825
4824
|
updateTime: string;
|
|
4825
|
+
id: string;
|
|
4826
4826
|
profile?: {
|
|
4827
4827
|
displayName?: string | undefined;
|
|
4828
4828
|
bio?: string | undefined;
|
|
@@ -4840,9 +4840,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4840
4840
|
user: {
|
|
4841
4841
|
name: string;
|
|
4842
4842
|
uid: string;
|
|
4843
|
-
id: string;
|
|
4844
4843
|
createTime: string;
|
|
4845
4844
|
updateTime: string;
|
|
4845
|
+
id: string;
|
|
4846
4846
|
profile?: {
|
|
4847
4847
|
displayName?: string | undefined;
|
|
4848
4848
|
bio?: string | undefined;
|
|
@@ -4914,9 +4914,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4914
4914
|
}, "strip", z.ZodTypeAny, {
|
|
4915
4915
|
name: string;
|
|
4916
4916
|
uid: string;
|
|
4917
|
-
id: string;
|
|
4918
4917
|
createTime: string;
|
|
4919
4918
|
updateTime: string;
|
|
4919
|
+
id: string;
|
|
4920
4920
|
profile?: {
|
|
4921
4921
|
displayName?: string | undefined;
|
|
4922
4922
|
bio?: string | undefined;
|
|
@@ -4932,9 +4932,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4932
4932
|
}, {
|
|
4933
4933
|
name: string;
|
|
4934
4934
|
uid: string;
|
|
4935
|
-
id: string;
|
|
4936
4935
|
createTime: string;
|
|
4937
4936
|
updateTime: string;
|
|
4937
|
+
id: string;
|
|
4938
4938
|
profile?: {
|
|
4939
4939
|
displayName?: string | undefined;
|
|
4940
4940
|
bio?: string | undefined;
|
|
@@ -4990,13 +4990,15 @@ 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;
|
|
4993
4995
|
id: string;
|
|
4994
4996
|
owner: {
|
|
4995
4997
|
name: string;
|
|
4996
4998
|
uid: string;
|
|
4997
|
-
id: string;
|
|
4998
4999
|
createTime: string;
|
|
4999
5000
|
updateTime: string;
|
|
5001
|
+
id: string;
|
|
5000
5002
|
profile?: {
|
|
5001
5003
|
displayName?: string | undefined;
|
|
5002
5004
|
bio?: string | undefined;
|
|
@@ -5010,8 +5012,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5010
5012
|
} | undefined;
|
|
5011
5013
|
} | undefined;
|
|
5012
5014
|
};
|
|
5013
|
-
createTime: string;
|
|
5014
|
-
updateTime: string;
|
|
5015
5015
|
profile?: {
|
|
5016
5016
|
displayName?: string | undefined;
|
|
5017
5017
|
bio?: string | undefined;
|
|
@@ -5026,13 +5026,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5026
5026
|
}, {
|
|
5027
5027
|
name: string;
|
|
5028
5028
|
uid: string;
|
|
5029
|
+
createTime: string;
|
|
5030
|
+
updateTime: string;
|
|
5029
5031
|
id: string;
|
|
5030
5032
|
owner: {
|
|
5031
5033
|
name: string;
|
|
5032
5034
|
uid: string;
|
|
5033
|
-
id: string;
|
|
5034
5035
|
createTime: string;
|
|
5035
5036
|
updateTime: string;
|
|
5037
|
+
id: string;
|
|
5036
5038
|
profile?: {
|
|
5037
5039
|
displayName?: string | undefined;
|
|
5038
5040
|
bio?: string | undefined;
|
|
@@ -5046,8 +5048,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5046
5048
|
} | undefined;
|
|
5047
5049
|
} | undefined;
|
|
5048
5050
|
};
|
|
5049
|
-
createTime: string;
|
|
5050
|
-
updateTime: string;
|
|
5051
5051
|
profile?: {
|
|
5052
5052
|
displayName?: string | undefined;
|
|
5053
5053
|
bio?: string | undefined;
|
|
@@ -5064,13 +5064,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5064
5064
|
organization: {
|
|
5065
5065
|
name: string;
|
|
5066
5066
|
uid: string;
|
|
5067
|
+
createTime: string;
|
|
5068
|
+
updateTime: string;
|
|
5067
5069
|
id: string;
|
|
5068
5070
|
owner: {
|
|
5069
5071
|
name: string;
|
|
5070
5072
|
uid: string;
|
|
5071
|
-
id: string;
|
|
5072
5073
|
createTime: string;
|
|
5073
5074
|
updateTime: string;
|
|
5075
|
+
id: string;
|
|
5074
5076
|
profile?: {
|
|
5075
5077
|
displayName?: string | undefined;
|
|
5076
5078
|
bio?: string | undefined;
|
|
@@ -5084,8 +5086,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5084
5086
|
} | undefined;
|
|
5085
5087
|
} | undefined;
|
|
5086
5088
|
};
|
|
5087
|
-
createTime: string;
|
|
5088
|
-
updateTime: string;
|
|
5089
5089
|
profile?: {
|
|
5090
5090
|
displayName?: string | undefined;
|
|
5091
5091
|
bio?: string | undefined;
|
|
@@ -5102,13 +5102,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5102
5102
|
organization: {
|
|
5103
5103
|
name: string;
|
|
5104
5104
|
uid: string;
|
|
5105
|
+
createTime: string;
|
|
5106
|
+
updateTime: string;
|
|
5105
5107
|
id: string;
|
|
5106
5108
|
owner: {
|
|
5107
5109
|
name: string;
|
|
5108
5110
|
uid: string;
|
|
5109
|
-
id: string;
|
|
5110
5111
|
createTime: string;
|
|
5111
5112
|
updateTime: string;
|
|
5113
|
+
id: string;
|
|
5112
5114
|
profile?: {
|
|
5113
5115
|
displayName?: string | undefined;
|
|
5114
5116
|
bio?: string | undefined;
|
|
@@ -5122,8 +5124,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5122
5124
|
} | undefined;
|
|
5123
5125
|
} | undefined;
|
|
5124
5126
|
};
|
|
5125
|
-
createTime: string;
|
|
5126
|
-
updateTime: string;
|
|
5127
5127
|
profile?: {
|
|
5128
5128
|
displayName?: string | undefined;
|
|
5129
5129
|
bio?: string | undefined;
|
|
@@ -5163,13 +5163,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5163
5163
|
}>;
|
|
5164
5164
|
}, "strip", z.ZodTypeAny, {
|
|
5165
5165
|
name: string;
|
|
5166
|
-
|
|
5166
|
+
metadata: Record<string, any>;
|
|
5167
5167
|
uid: string;
|
|
5168
|
-
id: string;
|
|
5169
|
-
recipe: Record<string, any>;
|
|
5170
5168
|
createTime: string;
|
|
5171
5169
|
updateTime: string;
|
|
5172
|
-
|
|
5170
|
+
description: string;
|
|
5171
|
+
id: string;
|
|
5172
|
+
recipe: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
5175
5175
|
dataSpecification: {
|
|
@@ -5180,13 +5180,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5180
5180
|
alias?: string | undefined;
|
|
5181
5181
|
}, {
|
|
5182
5182
|
name: string;
|
|
5183
|
-
|
|
5183
|
+
metadata: Record<string, any>;
|
|
5184
5184
|
uid: string;
|
|
5185
|
-
id: string;
|
|
5186
|
-
recipe: Record<string, any>;
|
|
5187
5185
|
createTime: string;
|
|
5188
5186
|
updateTime: string;
|
|
5189
|
-
|
|
5187
|
+
description: string;
|
|
5188
|
+
id: string;
|
|
5189
|
+
recipe: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5274,8 +5274,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5274
5274
|
license: z.ZodString;
|
|
5275
5275
|
}, "strip", z.ZodTypeAny, {
|
|
5276
5276
|
name: string;
|
|
5277
|
-
|
|
5277
|
+
metadata: Record<string, any>;
|
|
5278
5278
|
uid: string;
|
|
5279
|
+
createTime: string;
|
|
5280
|
+
updateTime: string;
|
|
5281
|
+
description: string;
|
|
5279
5282
|
id: string;
|
|
5280
5283
|
documentationUrl: string;
|
|
5281
5284
|
sourceUrl: string;
|
|
@@ -5283,9 +5286,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5283
5286
|
user: {
|
|
5284
5287
|
name: string;
|
|
5285
5288
|
uid: string;
|
|
5286
|
-
id: string;
|
|
5287
5289
|
createTime: string;
|
|
5288
5290
|
updateTime: string;
|
|
5291
|
+
id: string;
|
|
5289
5292
|
profile?: {
|
|
5290
5293
|
displayName?: string | undefined;
|
|
5291
5294
|
bio?: string | undefined;
|
|
@@ -5303,13 +5306,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5303
5306
|
organization: {
|
|
5304
5307
|
name: string;
|
|
5305
5308
|
uid: string;
|
|
5309
|
+
createTime: string;
|
|
5310
|
+
updateTime: string;
|
|
5306
5311
|
id: string;
|
|
5307
5312
|
owner: {
|
|
5308
5313
|
name: string;
|
|
5309
5314
|
uid: string;
|
|
5310
|
-
id: string;
|
|
5311
5315
|
createTime: string;
|
|
5312
5316
|
updateTime: string;
|
|
5317
|
+
id: string;
|
|
5313
5318
|
profile?: {
|
|
5314
5319
|
displayName?: string | undefined;
|
|
5315
5320
|
bio?: string | undefined;
|
|
@@ -5323,8 +5328,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5323
5328
|
} | undefined;
|
|
5324
5329
|
} | undefined;
|
|
5325
5330
|
};
|
|
5326
|
-
createTime: string;
|
|
5327
|
-
updateTime: string;
|
|
5328
5331
|
profile?: {
|
|
5329
5332
|
displayName?: string | undefined;
|
|
5330
5333
|
bio?: string | undefined;
|
|
@@ -5339,9 +5342,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5339
5342
|
};
|
|
5340
5343
|
};
|
|
5341
5344
|
recipe: Record<string, any>;
|
|
5342
|
-
createTime: string;
|
|
5343
|
-
updateTime: string;
|
|
5344
|
-
metadata: Record<string, any>;
|
|
5345
5345
|
readme: string;
|
|
5346
5346
|
dataSpecification: {
|
|
5347
5347
|
input?: any;
|
|
@@ -5362,13 +5362,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5362
5362
|
ownerName: string;
|
|
5363
5363
|
releases: {
|
|
5364
5364
|
name: string;
|
|
5365
|
-
|
|
5365
|
+
metadata: Record<string, any>;
|
|
5366
5366
|
uid: string;
|
|
5367
|
-
id: string;
|
|
5368
|
-
recipe: Record<string, any>;
|
|
5369
5367
|
createTime: string;
|
|
5370
5368
|
updateTime: string;
|
|
5371
|
-
|
|
5369
|
+
description: string;
|
|
5370
|
+
id: string;
|
|
5371
|
+
recipe: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
5374
5374
|
dataSpecification: {
|
|
@@ -5391,8 +5391,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
-
|
|
5394
|
+
metadata: Record<string, any>;
|
|
5395
5395
|
uid: string;
|
|
5396
|
+
createTime: string;
|
|
5397
|
+
updateTime: string;
|
|
5398
|
+
description: string;
|
|
5396
5399
|
id: string;
|
|
5397
5400
|
documentationUrl: string;
|
|
5398
5401
|
sourceUrl: string;
|
|
@@ -5400,9 +5403,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5400
5403
|
user: {
|
|
5401
5404
|
name: string;
|
|
5402
5405
|
uid: string;
|
|
5403
|
-
id: string;
|
|
5404
5406
|
createTime: string;
|
|
5405
5407
|
updateTime: string;
|
|
5408
|
+
id: string;
|
|
5406
5409
|
profile?: {
|
|
5407
5410
|
displayName?: string | undefined;
|
|
5408
5411
|
bio?: string | undefined;
|
|
@@ -5420,13 +5423,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5420
5423
|
organization: {
|
|
5421
5424
|
name: string;
|
|
5422
5425
|
uid: string;
|
|
5426
|
+
createTime: string;
|
|
5427
|
+
updateTime: string;
|
|
5423
5428
|
id: string;
|
|
5424
5429
|
owner: {
|
|
5425
5430
|
name: string;
|
|
5426
5431
|
uid: string;
|
|
5427
|
-
id: string;
|
|
5428
5432
|
createTime: string;
|
|
5429
5433
|
updateTime: string;
|
|
5434
|
+
id: string;
|
|
5430
5435
|
profile?: {
|
|
5431
5436
|
displayName?: string | undefined;
|
|
5432
5437
|
bio?: string | undefined;
|
|
@@ -5440,8 +5445,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5440
5445
|
} | undefined;
|
|
5441
5446
|
} | undefined;
|
|
5442
5447
|
};
|
|
5443
|
-
createTime: string;
|
|
5444
|
-
updateTime: string;
|
|
5445
5448
|
profile?: {
|
|
5446
5449
|
displayName?: string | undefined;
|
|
5447
5450
|
bio?: string | undefined;
|
|
@@ -5456,9 +5459,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5456
5459
|
};
|
|
5457
5460
|
};
|
|
5458
5461
|
recipe: Record<string, any>;
|
|
5459
|
-
createTime: string;
|
|
5460
|
-
updateTime: string;
|
|
5461
|
-
metadata: Record<string, any>;
|
|
5462
5462
|
readme: string;
|
|
5463
5463
|
dataSpecification: {
|
|
5464
5464
|
input?: any;
|
|
@@ -5479,13 +5479,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5479
5479
|
ownerName: string;
|
|
5480
5480
|
releases: {
|
|
5481
5481
|
name: string;
|
|
5482
|
-
|
|
5482
|
+
metadata: Record<string, any>;
|
|
5483
5483
|
uid: string;
|
|
5484
|
-
id: string;
|
|
5485
|
-
recipe: Record<string, any>;
|
|
5486
5484
|
createTime: string;
|
|
5487
5485
|
updateTime: string;
|
|
5488
|
-
|
|
5486
|
+
description: string;
|
|
5487
|
+
id: string;
|
|
5488
|
+
recipe: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|
|
5491
5491
|
dataSpecification: {
|