instill-sdk 0.19.0-rc.14 → 0.19.0-rc.16
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 +18 -18
- package/dist/core/membership/types.d.ts +120 -120
- package/dist/core/organization/types.d.ts +8 -8
- package/dist/core/user/types.d.ts +14 -14
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.mjs +28 -0
- package/dist/table/TableClient.d.ts +3 -1
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +23 -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 +380 -380
- 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
|
+
id: string;
|
|
607
|
+
description: 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
|
+
id: string;
|
|
624
|
+
description: string;
|
|
625
|
+
recipe: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -710,18 +710,19 @@ 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;
|
|
715
717
|
id: string;
|
|
716
|
-
|
|
717
|
-
sourceUrl: string;
|
|
718
|
+
description: string;
|
|
718
719
|
owner: {
|
|
719
720
|
user: {
|
|
720
721
|
name: string;
|
|
721
722
|
uid: string;
|
|
722
|
-
id: string;
|
|
723
723
|
createTime: string;
|
|
724
724
|
updateTime: string;
|
|
725
|
+
id: string;
|
|
725
726
|
profile?: {
|
|
726
727
|
displayName?: string | undefined;
|
|
727
728
|
bio?: string | undefined;
|
|
@@ -739,13 +740,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
739
740
|
organization: {
|
|
740
741
|
name: string;
|
|
741
742
|
uid: string;
|
|
743
|
+
createTime: string;
|
|
744
|
+
updateTime: string;
|
|
742
745
|
id: string;
|
|
743
746
|
owner: {
|
|
744
747
|
name: string;
|
|
745
748
|
uid: string;
|
|
746
|
-
id: string;
|
|
747
749
|
createTime: string;
|
|
748
750
|
updateTime: string;
|
|
751
|
+
id: string;
|
|
749
752
|
profile?: {
|
|
750
753
|
displayName?: string | undefined;
|
|
751
754
|
bio?: string | undefined;
|
|
@@ -759,8 +762,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
759
762
|
} | undefined;
|
|
760
763
|
} | undefined;
|
|
761
764
|
};
|
|
762
|
-
createTime: string;
|
|
763
|
-
updateTime: string;
|
|
764
765
|
profile?: {
|
|
765
766
|
displayName?: string | undefined;
|
|
766
767
|
bio?: string | undefined;
|
|
@@ -774,10 +775,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
774
775
|
} | undefined;
|
|
775
776
|
};
|
|
776
777
|
};
|
|
778
|
+
documentationUrl: string;
|
|
779
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
806
|
+
description: string;
|
|
807
|
+
recipe: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
810
810
|
dataSpecification: {
|
|
@@ -827,18 +827,19 @@ 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;
|
|
832
834
|
id: string;
|
|
833
|
-
|
|
834
|
-
sourceUrl: string;
|
|
835
|
+
description: string;
|
|
835
836
|
owner: {
|
|
836
837
|
user: {
|
|
837
838
|
name: string;
|
|
838
839
|
uid: string;
|
|
839
|
-
id: string;
|
|
840
840
|
createTime: string;
|
|
841
841
|
updateTime: string;
|
|
842
|
+
id: string;
|
|
842
843
|
profile?: {
|
|
843
844
|
displayName?: string | undefined;
|
|
844
845
|
bio?: string | undefined;
|
|
@@ -856,13 +857,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
856
857
|
organization: {
|
|
857
858
|
name: string;
|
|
858
859
|
uid: string;
|
|
860
|
+
createTime: string;
|
|
861
|
+
updateTime: string;
|
|
859
862
|
id: string;
|
|
860
863
|
owner: {
|
|
861
864
|
name: string;
|
|
862
865
|
uid: string;
|
|
863
|
-
id: string;
|
|
864
866
|
createTime: string;
|
|
865
867
|
updateTime: string;
|
|
868
|
+
id: string;
|
|
866
869
|
profile?: {
|
|
867
870
|
displayName?: string | undefined;
|
|
868
871
|
bio?: string | undefined;
|
|
@@ -876,8 +879,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
876
879
|
} | undefined;
|
|
877
880
|
} | undefined;
|
|
878
881
|
};
|
|
879
|
-
createTime: string;
|
|
880
|
-
updateTime: string;
|
|
881
882
|
profile?: {
|
|
882
883
|
displayName?: string | undefined;
|
|
883
884
|
bio?: string | undefined;
|
|
@@ -891,10 +892,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
891
892
|
} | undefined;
|
|
892
893
|
};
|
|
893
894
|
};
|
|
895
|
+
documentationUrl: string;
|
|
896
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
923
|
+
description: 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
|
+
id: string;
|
|
1437
|
+
description: 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
|
+
id: string;
|
|
1454
|
+
description: string;
|
|
1455
|
+
recipe: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1540,18 +1540,19 @@ 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;
|
|
1545
1547
|
id: string;
|
|
1546
|
-
|
|
1547
|
-
sourceUrl: string;
|
|
1548
|
+
description: string;
|
|
1548
1549
|
owner: {
|
|
1549
1550
|
user: {
|
|
1550
1551
|
name: string;
|
|
1551
1552
|
uid: string;
|
|
1552
|
-
id: string;
|
|
1553
1553
|
createTime: string;
|
|
1554
1554
|
updateTime: string;
|
|
1555
|
+
id: string;
|
|
1555
1556
|
profile?: {
|
|
1556
1557
|
displayName?: string | undefined;
|
|
1557
1558
|
bio?: string | undefined;
|
|
@@ -1569,13 +1570,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1569
1570
|
organization: {
|
|
1570
1571
|
name: string;
|
|
1571
1572
|
uid: string;
|
|
1573
|
+
createTime: string;
|
|
1574
|
+
updateTime: string;
|
|
1572
1575
|
id: string;
|
|
1573
1576
|
owner: {
|
|
1574
1577
|
name: string;
|
|
1575
1578
|
uid: string;
|
|
1576
|
-
id: string;
|
|
1577
1579
|
createTime: string;
|
|
1578
1580
|
updateTime: string;
|
|
1581
|
+
id: string;
|
|
1579
1582
|
profile?: {
|
|
1580
1583
|
displayName?: string | undefined;
|
|
1581
1584
|
bio?: string | undefined;
|
|
@@ -1589,8 +1592,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1589
1592
|
} | undefined;
|
|
1590
1593
|
} | undefined;
|
|
1591
1594
|
};
|
|
1592
|
-
createTime: string;
|
|
1593
|
-
updateTime: string;
|
|
1594
1595
|
profile?: {
|
|
1595
1596
|
displayName?: string | undefined;
|
|
1596
1597
|
bio?: string | undefined;
|
|
@@ -1604,10 +1605,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1604
1605
|
} | undefined;
|
|
1605
1606
|
};
|
|
1606
1607
|
};
|
|
1608
|
+
documentationUrl: string;
|
|
1609
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
1636
|
+
description: string;
|
|
1637
|
+
recipe: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
1640
1640
|
dataSpecification: {
|
|
@@ -1657,18 +1657,19 @@ 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;
|
|
1662
1664
|
id: string;
|
|
1663
|
-
|
|
1664
|
-
sourceUrl: string;
|
|
1665
|
+
description: string;
|
|
1665
1666
|
owner: {
|
|
1666
1667
|
user: {
|
|
1667
1668
|
name: string;
|
|
1668
1669
|
uid: string;
|
|
1669
|
-
id: string;
|
|
1670
1670
|
createTime: string;
|
|
1671
1671
|
updateTime: string;
|
|
1672
|
+
id: string;
|
|
1672
1673
|
profile?: {
|
|
1673
1674
|
displayName?: string | undefined;
|
|
1674
1675
|
bio?: string | undefined;
|
|
@@ -1686,13 +1687,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1686
1687
|
organization: {
|
|
1687
1688
|
name: string;
|
|
1688
1689
|
uid: string;
|
|
1690
|
+
createTime: string;
|
|
1691
|
+
updateTime: string;
|
|
1689
1692
|
id: string;
|
|
1690
1693
|
owner: {
|
|
1691
1694
|
name: string;
|
|
1692
1695
|
uid: string;
|
|
1693
|
-
id: string;
|
|
1694
1696
|
createTime: string;
|
|
1695
1697
|
updateTime: string;
|
|
1698
|
+
id: string;
|
|
1696
1699
|
profile?: {
|
|
1697
1700
|
displayName?: string | undefined;
|
|
1698
1701
|
bio?: string | undefined;
|
|
@@ -1706,8 +1709,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1706
1709
|
} | undefined;
|
|
1707
1710
|
} | undefined;
|
|
1708
1711
|
};
|
|
1709
|
-
createTime: string;
|
|
1710
|
-
updateTime: string;
|
|
1711
1712
|
profile?: {
|
|
1712
1713
|
displayName?: string | undefined;
|
|
1713
1714
|
bio?: string | undefined;
|
|
@@ -1721,10 +1722,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1721
1722
|
} | undefined;
|
|
1722
1723
|
};
|
|
1723
1724
|
};
|
|
1725
|
+
documentationUrl: string;
|
|
1726
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
1753
|
+
description: string;
|
|
1754
|
+
recipe: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
1757
1757
|
dataSpecification: {
|
|
@@ -1780,18 +1780,19 @@ 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;
|
|
1785
1787
|
id: string;
|
|
1786
|
-
|
|
1787
|
-
sourceUrl: string;
|
|
1788
|
+
description: string;
|
|
1788
1789
|
owner: {
|
|
1789
1790
|
user: {
|
|
1790
1791
|
name: string;
|
|
1791
1792
|
uid: string;
|
|
1792
|
-
id: string;
|
|
1793
1793
|
createTime: string;
|
|
1794
1794
|
updateTime: string;
|
|
1795
|
+
id: string;
|
|
1795
1796
|
profile?: {
|
|
1796
1797
|
displayName?: string | undefined;
|
|
1797
1798
|
bio?: string | undefined;
|
|
@@ -1809,13 +1810,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1809
1810
|
organization: {
|
|
1810
1811
|
name: string;
|
|
1811
1812
|
uid: string;
|
|
1813
|
+
createTime: string;
|
|
1814
|
+
updateTime: string;
|
|
1812
1815
|
id: string;
|
|
1813
1816
|
owner: {
|
|
1814
1817
|
name: string;
|
|
1815
1818
|
uid: string;
|
|
1816
|
-
id: string;
|
|
1817
1819
|
createTime: string;
|
|
1818
1820
|
updateTime: string;
|
|
1821
|
+
id: string;
|
|
1819
1822
|
profile?: {
|
|
1820
1823
|
displayName?: string | undefined;
|
|
1821
1824
|
bio?: string | undefined;
|
|
@@ -1829,8 +1832,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1829
1832
|
} | undefined;
|
|
1830
1833
|
} | undefined;
|
|
1831
1834
|
};
|
|
1832
|
-
createTime: string;
|
|
1833
|
-
updateTime: string;
|
|
1834
1835
|
profile?: {
|
|
1835
1836
|
displayName?: string | undefined;
|
|
1836
1837
|
bio?: string | undefined;
|
|
@@ -1844,10 +1845,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1844
1845
|
} | undefined;
|
|
1845
1846
|
};
|
|
1846
1847
|
};
|
|
1848
|
+
documentationUrl: string;
|
|
1849
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
1876
|
+
description: string;
|
|
1877
|
+
recipe: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
1880
1880
|
dataSpecification: {
|
|
@@ -1901,18 +1901,19 @@ 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;
|
|
1906
1908
|
id: string;
|
|
1907
|
-
|
|
1908
|
-
sourceUrl: string;
|
|
1909
|
+
description: string;
|
|
1909
1910
|
owner: {
|
|
1910
1911
|
user: {
|
|
1911
1912
|
name: string;
|
|
1912
1913
|
uid: string;
|
|
1913
|
-
id: string;
|
|
1914
1914
|
createTime: string;
|
|
1915
1915
|
updateTime: string;
|
|
1916
|
+
id: string;
|
|
1916
1917
|
profile?: {
|
|
1917
1918
|
displayName?: string | undefined;
|
|
1918
1919
|
bio?: string | undefined;
|
|
@@ -1930,13 +1931,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1930
1931
|
organization: {
|
|
1931
1932
|
name: string;
|
|
1932
1933
|
uid: string;
|
|
1934
|
+
createTime: string;
|
|
1935
|
+
updateTime: string;
|
|
1933
1936
|
id: string;
|
|
1934
1937
|
owner: {
|
|
1935
1938
|
name: string;
|
|
1936
1939
|
uid: string;
|
|
1937
|
-
id: string;
|
|
1938
1940
|
createTime: string;
|
|
1939
1941
|
updateTime: string;
|
|
1942
|
+
id: string;
|
|
1940
1943
|
profile?: {
|
|
1941
1944
|
displayName?: string | undefined;
|
|
1942
1945
|
bio?: string | undefined;
|
|
@@ -1950,8 +1953,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1950
1953
|
} | undefined;
|
|
1951
1954
|
} | undefined;
|
|
1952
1955
|
};
|
|
1953
|
-
createTime: string;
|
|
1954
|
-
updateTime: string;
|
|
1955
1956
|
profile?: {
|
|
1956
1957
|
displayName?: string | undefined;
|
|
1957
1958
|
bio?: string | undefined;
|
|
@@ -1965,10 +1966,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1965
1966
|
} | undefined;
|
|
1966
1967
|
};
|
|
1967
1968
|
};
|
|
1969
|
+
documentationUrl: string;
|
|
1970
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
1997
|
+
description: 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
|
+
id: string;
|
|
2494
|
+
description: 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
|
+
id: string;
|
|
2511
|
+
description: string;
|
|
2512
|
+
recipe: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2597,18 +2597,19 @@ 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;
|
|
2602
2604
|
id: string;
|
|
2603
|
-
|
|
2604
|
-
sourceUrl: string;
|
|
2605
|
+
description: string;
|
|
2605
2606
|
owner: {
|
|
2606
2607
|
user: {
|
|
2607
2608
|
name: string;
|
|
2608
2609
|
uid: string;
|
|
2609
|
-
id: string;
|
|
2610
2610
|
createTime: string;
|
|
2611
2611
|
updateTime: string;
|
|
2612
|
+
id: string;
|
|
2612
2613
|
profile?: {
|
|
2613
2614
|
displayName?: string | undefined;
|
|
2614
2615
|
bio?: string | undefined;
|
|
@@ -2626,13 +2627,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2626
2627
|
organization: {
|
|
2627
2628
|
name: string;
|
|
2628
2629
|
uid: string;
|
|
2630
|
+
createTime: string;
|
|
2631
|
+
updateTime: string;
|
|
2629
2632
|
id: string;
|
|
2630
2633
|
owner: {
|
|
2631
2634
|
name: string;
|
|
2632
2635
|
uid: string;
|
|
2633
|
-
id: string;
|
|
2634
2636
|
createTime: string;
|
|
2635
2637
|
updateTime: string;
|
|
2638
|
+
id: string;
|
|
2636
2639
|
profile?: {
|
|
2637
2640
|
displayName?: string | undefined;
|
|
2638
2641
|
bio?: string | undefined;
|
|
@@ -2646,8 +2649,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2646
2649
|
} | undefined;
|
|
2647
2650
|
} | undefined;
|
|
2648
2651
|
};
|
|
2649
|
-
createTime: string;
|
|
2650
|
-
updateTime: string;
|
|
2651
2652
|
profile?: {
|
|
2652
2653
|
displayName?: string | undefined;
|
|
2653
2654
|
bio?: string | undefined;
|
|
@@ -2661,10 +2662,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2661
2662
|
} | undefined;
|
|
2662
2663
|
};
|
|
2663
2664
|
};
|
|
2665
|
+
documentationUrl: string;
|
|
2666
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
2693
|
+
description: string;
|
|
2694
|
+
recipe: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
2697
2697
|
dataSpecification: {
|
|
@@ -2714,18 +2714,19 @@ 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;
|
|
2719
2721
|
id: string;
|
|
2720
|
-
|
|
2721
|
-
sourceUrl: string;
|
|
2722
|
+
description: string;
|
|
2722
2723
|
owner: {
|
|
2723
2724
|
user: {
|
|
2724
2725
|
name: string;
|
|
2725
2726
|
uid: string;
|
|
2726
|
-
id: string;
|
|
2727
2727
|
createTime: string;
|
|
2728
2728
|
updateTime: string;
|
|
2729
|
+
id: string;
|
|
2729
2730
|
profile?: {
|
|
2730
2731
|
displayName?: string | undefined;
|
|
2731
2732
|
bio?: string | undefined;
|
|
@@ -2743,13 +2744,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2743
2744
|
organization: {
|
|
2744
2745
|
name: string;
|
|
2745
2746
|
uid: string;
|
|
2747
|
+
createTime: string;
|
|
2748
|
+
updateTime: string;
|
|
2746
2749
|
id: string;
|
|
2747
2750
|
owner: {
|
|
2748
2751
|
name: string;
|
|
2749
2752
|
uid: string;
|
|
2750
|
-
id: string;
|
|
2751
2753
|
createTime: string;
|
|
2752
2754
|
updateTime: string;
|
|
2755
|
+
id: string;
|
|
2753
2756
|
profile?: {
|
|
2754
2757
|
displayName?: string | undefined;
|
|
2755
2758
|
bio?: string | undefined;
|
|
@@ -2763,8 +2766,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2763
2766
|
} | undefined;
|
|
2764
2767
|
} | undefined;
|
|
2765
2768
|
};
|
|
2766
|
-
createTime: string;
|
|
2767
|
-
updateTime: string;
|
|
2768
2769
|
profile?: {
|
|
2769
2770
|
displayName?: string | undefined;
|
|
2770
2771
|
bio?: string | undefined;
|
|
@@ -2778,10 +2779,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2778
2779
|
} | undefined;
|
|
2779
2780
|
};
|
|
2780
2781
|
};
|
|
2782
|
+
documentationUrl: string;
|
|
2783
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
2810
|
+
description: string;
|
|
2811
|
+
recipe: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
2814
2814
|
dataSpecification: {
|
|
@@ -2837,18 +2837,19 @@ 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;
|
|
2842
2844
|
id: string;
|
|
2843
|
-
|
|
2844
|
-
sourceUrl: string;
|
|
2845
|
+
description: string;
|
|
2845
2846
|
owner: {
|
|
2846
2847
|
user: {
|
|
2847
2848
|
name: string;
|
|
2848
2849
|
uid: string;
|
|
2849
|
-
id: string;
|
|
2850
2850
|
createTime: string;
|
|
2851
2851
|
updateTime: string;
|
|
2852
|
+
id: string;
|
|
2852
2853
|
profile?: {
|
|
2853
2854
|
displayName?: string | undefined;
|
|
2854
2855
|
bio?: string | undefined;
|
|
@@ -2866,13 +2867,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2866
2867
|
organization: {
|
|
2867
2868
|
name: string;
|
|
2868
2869
|
uid: string;
|
|
2870
|
+
createTime: string;
|
|
2871
|
+
updateTime: string;
|
|
2869
2872
|
id: string;
|
|
2870
2873
|
owner: {
|
|
2871
2874
|
name: string;
|
|
2872
2875
|
uid: string;
|
|
2873
|
-
id: string;
|
|
2874
2876
|
createTime: string;
|
|
2875
2877
|
updateTime: string;
|
|
2878
|
+
id: string;
|
|
2876
2879
|
profile?: {
|
|
2877
2880
|
displayName?: string | undefined;
|
|
2878
2881
|
bio?: string | undefined;
|
|
@@ -2886,8 +2889,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2886
2889
|
} | undefined;
|
|
2887
2890
|
} | undefined;
|
|
2888
2891
|
};
|
|
2889
|
-
createTime: string;
|
|
2890
|
-
updateTime: string;
|
|
2891
2892
|
profile?: {
|
|
2892
2893
|
displayName?: string | undefined;
|
|
2893
2894
|
bio?: string | undefined;
|
|
@@ -2901,10 +2902,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2901
2902
|
} | undefined;
|
|
2902
2903
|
};
|
|
2903
2904
|
};
|
|
2905
|
+
documentationUrl: string;
|
|
2906
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
2933
|
+
description: string;
|
|
2934
|
+
recipe: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
2937
2937
|
dataSpecification: {
|
|
@@ -2958,18 +2958,19 @@ 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;
|
|
2963
2965
|
id: string;
|
|
2964
|
-
|
|
2965
|
-
sourceUrl: string;
|
|
2966
|
+
description: string;
|
|
2966
2967
|
owner: {
|
|
2967
2968
|
user: {
|
|
2968
2969
|
name: string;
|
|
2969
2970
|
uid: string;
|
|
2970
|
-
id: string;
|
|
2971
2971
|
createTime: string;
|
|
2972
2972
|
updateTime: string;
|
|
2973
|
+
id: string;
|
|
2973
2974
|
profile?: {
|
|
2974
2975
|
displayName?: string | undefined;
|
|
2975
2976
|
bio?: string | undefined;
|
|
@@ -2987,13 +2988,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2987
2988
|
organization: {
|
|
2988
2989
|
name: string;
|
|
2989
2990
|
uid: string;
|
|
2991
|
+
createTime: string;
|
|
2992
|
+
updateTime: string;
|
|
2990
2993
|
id: string;
|
|
2991
2994
|
owner: {
|
|
2992
2995
|
name: string;
|
|
2993
2996
|
uid: string;
|
|
2994
|
-
id: string;
|
|
2995
2997
|
createTime: string;
|
|
2996
2998
|
updateTime: string;
|
|
2999
|
+
id: string;
|
|
2997
3000
|
profile?: {
|
|
2998
3001
|
displayName?: string | undefined;
|
|
2999
3002
|
bio?: string | undefined;
|
|
@@ -3007,8 +3010,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3007
3010
|
} | undefined;
|
|
3008
3011
|
} | undefined;
|
|
3009
3012
|
};
|
|
3010
|
-
createTime: string;
|
|
3011
|
-
updateTime: string;
|
|
3012
3013
|
profile?: {
|
|
3013
3014
|
displayName?: string | undefined;
|
|
3014
3015
|
bio?: string | undefined;
|
|
@@ -3022,10 +3023,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3022
3023
|
} | undefined;
|
|
3023
3024
|
};
|
|
3024
3025
|
};
|
|
3026
|
+
documentationUrl: string;
|
|
3027
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
3054
|
+
description: 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
|
+
id: string;
|
|
3544
|
+
description: 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
|
+
id: string;
|
|
3561
|
+
description: string;
|
|
3562
|
+
recipe: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3647,18 +3647,19 @@ 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;
|
|
3652
3654
|
id: string;
|
|
3653
|
-
|
|
3654
|
-
sourceUrl: string;
|
|
3655
|
+
description: string;
|
|
3655
3656
|
owner: {
|
|
3656
3657
|
user: {
|
|
3657
3658
|
name: string;
|
|
3658
3659
|
uid: string;
|
|
3659
|
-
id: string;
|
|
3660
3660
|
createTime: string;
|
|
3661
3661
|
updateTime: string;
|
|
3662
|
+
id: string;
|
|
3662
3663
|
profile?: {
|
|
3663
3664
|
displayName?: string | undefined;
|
|
3664
3665
|
bio?: string | undefined;
|
|
@@ -3676,13 +3677,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3676
3677
|
organization: {
|
|
3677
3678
|
name: string;
|
|
3678
3679
|
uid: string;
|
|
3680
|
+
createTime: string;
|
|
3681
|
+
updateTime: string;
|
|
3679
3682
|
id: string;
|
|
3680
3683
|
owner: {
|
|
3681
3684
|
name: string;
|
|
3682
3685
|
uid: string;
|
|
3683
|
-
id: string;
|
|
3684
3686
|
createTime: string;
|
|
3685
3687
|
updateTime: string;
|
|
3688
|
+
id: string;
|
|
3686
3689
|
profile?: {
|
|
3687
3690
|
displayName?: string | undefined;
|
|
3688
3691
|
bio?: string | undefined;
|
|
@@ -3696,8 +3699,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3696
3699
|
} | undefined;
|
|
3697
3700
|
} | undefined;
|
|
3698
3701
|
};
|
|
3699
|
-
createTime: string;
|
|
3700
|
-
updateTime: string;
|
|
3701
3702
|
profile?: {
|
|
3702
3703
|
displayName?: string | undefined;
|
|
3703
3704
|
bio?: string | undefined;
|
|
@@ -3711,10 +3712,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3711
3712
|
} | undefined;
|
|
3712
3713
|
};
|
|
3713
3714
|
};
|
|
3715
|
+
documentationUrl: string;
|
|
3716
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
3743
|
+
description: string;
|
|
3744
|
+
recipe: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
3747
3747
|
dataSpecification: {
|
|
@@ -3764,18 +3764,19 @@ 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;
|
|
3769
3771
|
id: string;
|
|
3770
|
-
|
|
3771
|
-
sourceUrl: string;
|
|
3772
|
+
description: string;
|
|
3772
3773
|
owner: {
|
|
3773
3774
|
user: {
|
|
3774
3775
|
name: string;
|
|
3775
3776
|
uid: string;
|
|
3776
|
-
id: string;
|
|
3777
3777
|
createTime: string;
|
|
3778
3778
|
updateTime: string;
|
|
3779
|
+
id: string;
|
|
3779
3780
|
profile?: {
|
|
3780
3781
|
displayName?: string | undefined;
|
|
3781
3782
|
bio?: string | undefined;
|
|
@@ -3793,13 +3794,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3793
3794
|
organization: {
|
|
3794
3795
|
name: string;
|
|
3795
3796
|
uid: string;
|
|
3797
|
+
createTime: string;
|
|
3798
|
+
updateTime: string;
|
|
3796
3799
|
id: string;
|
|
3797
3800
|
owner: {
|
|
3798
3801
|
name: string;
|
|
3799
3802
|
uid: string;
|
|
3800
|
-
id: string;
|
|
3801
3803
|
createTime: string;
|
|
3802
3804
|
updateTime: string;
|
|
3805
|
+
id: string;
|
|
3803
3806
|
profile?: {
|
|
3804
3807
|
displayName?: string | undefined;
|
|
3805
3808
|
bio?: string | undefined;
|
|
@@ -3813,8 +3816,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3813
3816
|
} | undefined;
|
|
3814
3817
|
} | undefined;
|
|
3815
3818
|
};
|
|
3816
|
-
createTime: string;
|
|
3817
|
-
updateTime: string;
|
|
3818
3819
|
profile?: {
|
|
3819
3820
|
displayName?: string | undefined;
|
|
3820
3821
|
bio?: string | undefined;
|
|
@@ -3828,10 +3829,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3828
3829
|
} | undefined;
|
|
3829
3830
|
};
|
|
3830
3831
|
};
|
|
3832
|
+
documentationUrl: string;
|
|
3833
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
3860
|
+
description: 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
|
+
id: string;
|
|
4353
|
+
description: 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
|
+
id: string;
|
|
4370
|
+
description: string;
|
|
4371
|
+
recipe: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4456,18 +4456,19 @@ 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;
|
|
4461
4463
|
id: string;
|
|
4462
|
-
|
|
4463
|
-
sourceUrl: string;
|
|
4464
|
+
description: string;
|
|
4464
4465
|
owner: {
|
|
4465
4466
|
user: {
|
|
4466
4467
|
name: string;
|
|
4467
4468
|
uid: string;
|
|
4468
|
-
id: string;
|
|
4469
4469
|
createTime: string;
|
|
4470
4470
|
updateTime: string;
|
|
4471
|
+
id: string;
|
|
4471
4472
|
profile?: {
|
|
4472
4473
|
displayName?: string | undefined;
|
|
4473
4474
|
bio?: string | undefined;
|
|
@@ -4485,13 +4486,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4485
4486
|
organization: {
|
|
4486
4487
|
name: string;
|
|
4487
4488
|
uid: string;
|
|
4489
|
+
createTime: string;
|
|
4490
|
+
updateTime: string;
|
|
4488
4491
|
id: string;
|
|
4489
4492
|
owner: {
|
|
4490
4493
|
name: string;
|
|
4491
4494
|
uid: string;
|
|
4492
|
-
id: string;
|
|
4493
4495
|
createTime: string;
|
|
4494
4496
|
updateTime: string;
|
|
4497
|
+
id: string;
|
|
4495
4498
|
profile?: {
|
|
4496
4499
|
displayName?: string | undefined;
|
|
4497
4500
|
bio?: string | undefined;
|
|
@@ -4505,8 +4508,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4505
4508
|
} | undefined;
|
|
4506
4509
|
} | undefined;
|
|
4507
4510
|
};
|
|
4508
|
-
createTime: string;
|
|
4509
|
-
updateTime: string;
|
|
4510
4511
|
profile?: {
|
|
4511
4512
|
displayName?: string | undefined;
|
|
4512
4513
|
bio?: string | undefined;
|
|
@@ -4520,10 +4521,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4520
4521
|
} | undefined;
|
|
4521
4522
|
};
|
|
4522
4523
|
};
|
|
4524
|
+
documentationUrl: string;
|
|
4525
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
4552
|
+
description: string;
|
|
4553
|
+
recipe: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
4556
4556
|
dataSpecification: {
|
|
@@ -4573,18 +4573,19 @@ 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;
|
|
4578
4580
|
id: string;
|
|
4579
|
-
|
|
4580
|
-
sourceUrl: string;
|
|
4581
|
+
description: string;
|
|
4581
4582
|
owner: {
|
|
4582
4583
|
user: {
|
|
4583
4584
|
name: string;
|
|
4584
4585
|
uid: string;
|
|
4585
|
-
id: string;
|
|
4586
4586
|
createTime: string;
|
|
4587
4587
|
updateTime: string;
|
|
4588
|
+
id: string;
|
|
4588
4589
|
profile?: {
|
|
4589
4590
|
displayName?: string | undefined;
|
|
4590
4591
|
bio?: string | undefined;
|
|
@@ -4602,13 +4603,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4602
4603
|
organization: {
|
|
4603
4604
|
name: string;
|
|
4604
4605
|
uid: string;
|
|
4606
|
+
createTime: string;
|
|
4607
|
+
updateTime: string;
|
|
4605
4608
|
id: string;
|
|
4606
4609
|
owner: {
|
|
4607
4610
|
name: string;
|
|
4608
4611
|
uid: string;
|
|
4609
|
-
id: string;
|
|
4610
4612
|
createTime: string;
|
|
4611
4613
|
updateTime: string;
|
|
4614
|
+
id: string;
|
|
4612
4615
|
profile?: {
|
|
4613
4616
|
displayName?: string | undefined;
|
|
4614
4617
|
bio?: string | undefined;
|
|
@@ -4622,8 +4625,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4622
4625
|
} | undefined;
|
|
4623
4626
|
} | undefined;
|
|
4624
4627
|
};
|
|
4625
|
-
createTime: string;
|
|
4626
|
-
updateTime: string;
|
|
4627
4628
|
profile?: {
|
|
4628
4629
|
displayName?: string | undefined;
|
|
4629
4630
|
bio?: string | undefined;
|
|
@@ -4637,10 +4638,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4637
4638
|
} | undefined;
|
|
4638
4639
|
};
|
|
4639
4640
|
};
|
|
4641
|
+
documentationUrl: string;
|
|
4642
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
4669
|
+
description: 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
|
+
id: string;
|
|
5171
|
+
description: 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
|
+
id: string;
|
|
5188
|
+
description: string;
|
|
5189
|
+
recipe: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5274,18 +5274,19 @@ 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;
|
|
5279
5281
|
id: string;
|
|
5280
|
-
|
|
5281
|
-
sourceUrl: string;
|
|
5282
|
+
description: string;
|
|
5282
5283
|
owner: {
|
|
5283
5284
|
user: {
|
|
5284
5285
|
name: string;
|
|
5285
5286
|
uid: string;
|
|
5286
|
-
id: string;
|
|
5287
5287
|
createTime: string;
|
|
5288
5288
|
updateTime: string;
|
|
5289
|
+
id: string;
|
|
5289
5290
|
profile?: {
|
|
5290
5291
|
displayName?: string | undefined;
|
|
5291
5292
|
bio?: string | undefined;
|
|
@@ -5303,13 +5304,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5303
5304
|
organization: {
|
|
5304
5305
|
name: string;
|
|
5305
5306
|
uid: string;
|
|
5307
|
+
createTime: string;
|
|
5308
|
+
updateTime: string;
|
|
5306
5309
|
id: string;
|
|
5307
5310
|
owner: {
|
|
5308
5311
|
name: string;
|
|
5309
5312
|
uid: string;
|
|
5310
|
-
id: string;
|
|
5311
5313
|
createTime: string;
|
|
5312
5314
|
updateTime: string;
|
|
5315
|
+
id: string;
|
|
5313
5316
|
profile?: {
|
|
5314
5317
|
displayName?: string | undefined;
|
|
5315
5318
|
bio?: string | undefined;
|
|
@@ -5323,8 +5326,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5323
5326
|
} | undefined;
|
|
5324
5327
|
} | undefined;
|
|
5325
5328
|
};
|
|
5326
|
-
createTime: string;
|
|
5327
|
-
updateTime: string;
|
|
5328
5329
|
profile?: {
|
|
5329
5330
|
displayName?: string | undefined;
|
|
5330
5331
|
bio?: string | undefined;
|
|
@@ -5338,10 +5339,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5338
5339
|
} | undefined;
|
|
5339
5340
|
};
|
|
5340
5341
|
};
|
|
5342
|
+
documentationUrl: string;
|
|
5343
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
5370
|
+
description: string;
|
|
5371
|
+
recipe: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
5374
5374
|
dataSpecification: {
|
|
@@ -5391,18 +5391,19 @@ 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;
|
|
5396
5398
|
id: string;
|
|
5397
|
-
|
|
5398
|
-
sourceUrl: string;
|
|
5399
|
+
description: string;
|
|
5399
5400
|
owner: {
|
|
5400
5401
|
user: {
|
|
5401
5402
|
name: string;
|
|
5402
5403
|
uid: string;
|
|
5403
|
-
id: string;
|
|
5404
5404
|
createTime: string;
|
|
5405
5405
|
updateTime: string;
|
|
5406
|
+
id: string;
|
|
5406
5407
|
profile?: {
|
|
5407
5408
|
displayName?: string | undefined;
|
|
5408
5409
|
bio?: string | undefined;
|
|
@@ -5420,13 +5421,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5420
5421
|
organization: {
|
|
5421
5422
|
name: string;
|
|
5422
5423
|
uid: string;
|
|
5424
|
+
createTime: string;
|
|
5425
|
+
updateTime: string;
|
|
5423
5426
|
id: string;
|
|
5424
5427
|
owner: {
|
|
5425
5428
|
name: string;
|
|
5426
5429
|
uid: string;
|
|
5427
|
-
id: string;
|
|
5428
5430
|
createTime: string;
|
|
5429
5431
|
updateTime: string;
|
|
5432
|
+
id: string;
|
|
5430
5433
|
profile?: {
|
|
5431
5434
|
displayName?: string | undefined;
|
|
5432
5435
|
bio?: string | undefined;
|
|
@@ -5440,8 +5443,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5440
5443
|
} | undefined;
|
|
5441
5444
|
} | undefined;
|
|
5442
5445
|
};
|
|
5443
|
-
createTime: string;
|
|
5444
|
-
updateTime: string;
|
|
5445
5446
|
profile?: {
|
|
5446
5447
|
displayName?: string | undefined;
|
|
5447
5448
|
bio?: string | undefined;
|
|
@@ -5455,10 +5456,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5455
5456
|
} | undefined;
|
|
5456
5457
|
};
|
|
5457
5458
|
};
|
|
5459
|
+
documentationUrl: string;
|
|
5460
|
+
sourceUrl: string;
|
|
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
|
+
id: string;
|
|
5487
|
+
description: string;
|
|
5488
|
+
recipe: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|
|
5491
5491
|
dataSpecification: {
|