instill-sdk 0.19.0-rc.20 → 0.19.0-rc.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat/ChatClient.d.ts +1 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/constant.d.ts +8 -0
- package/dist/chat/constant.d.ts.map +1 -0
- package/dist/chat/types.d.ts +2 -1
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/user/types.d.ts +14 -14
- package/dist/index.js +6 -34
- package/dist/index.mjs +6 -34
- package/dist/table/TableClient.d.ts +1 -3
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +0 -23
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +33 -28
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +66 -66
- package/dist/vdp/pipeline/types.d.ts +268 -268
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +0 -4
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +0 -1
|
@@ -218,9 +218,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
218
218
|
}, "strip", z.ZodTypeAny, {
|
|
219
219
|
name: string;
|
|
220
220
|
uid: string;
|
|
221
|
+
id: string;
|
|
221
222
|
createTime: string;
|
|
222
223
|
updateTime: string;
|
|
223
|
-
id: string;
|
|
224
224
|
profile?: {
|
|
225
225
|
displayName?: string | undefined;
|
|
226
226
|
bio?: string | undefined;
|
|
@@ -236,9 +236,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
236
236
|
}, {
|
|
237
237
|
name: string;
|
|
238
238
|
uid: string;
|
|
239
|
+
id: string;
|
|
239
240
|
createTime: string;
|
|
240
241
|
updateTime: string;
|
|
241
|
-
id: string;
|
|
242
242
|
profile?: {
|
|
243
243
|
displayName?: string | undefined;
|
|
244
244
|
bio?: string | undefined;
|
|
@@ -256,9 +256,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
256
256
|
user: {
|
|
257
257
|
name: string;
|
|
258
258
|
uid: string;
|
|
259
|
+
id: string;
|
|
259
260
|
createTime: string;
|
|
260
261
|
updateTime: string;
|
|
261
|
-
id: string;
|
|
262
262
|
profile?: {
|
|
263
263
|
displayName?: string | undefined;
|
|
264
264
|
bio?: string | undefined;
|
|
@@ -276,9 +276,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
276
276
|
user: {
|
|
277
277
|
name: string;
|
|
278
278
|
uid: string;
|
|
279
|
+
id: string;
|
|
279
280
|
createTime: string;
|
|
280
281
|
updateTime: string;
|
|
281
|
-
id: string;
|
|
282
282
|
profile?: {
|
|
283
283
|
displayName?: string | undefined;
|
|
284
284
|
bio?: string | undefined;
|
|
@@ -350,9 +350,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
351
|
name: string;
|
|
352
352
|
uid: string;
|
|
353
|
+
id: string;
|
|
353
354
|
createTime: string;
|
|
354
355
|
updateTime: string;
|
|
355
|
-
id: string;
|
|
356
356
|
profile?: {
|
|
357
357
|
displayName?: string | undefined;
|
|
358
358
|
bio?: string | undefined;
|
|
@@ -368,9 +368,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
368
368
|
}, {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
+
id: string;
|
|
371
372
|
createTime: string;
|
|
372
373
|
updateTime: string;
|
|
373
|
-
id: string;
|
|
374
374
|
profile?: {
|
|
375
375
|
displayName?: string | undefined;
|
|
376
376
|
bio?: string | undefined;
|
|
@@ -426,15 +426,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
427
|
name: string;
|
|
428
428
|
uid: string;
|
|
429
|
+
id: string;
|
|
429
430
|
createTime: string;
|
|
430
431
|
updateTime: string;
|
|
431
|
-
id: string;
|
|
432
432
|
owner: {
|
|
433
433
|
name: string;
|
|
434
434
|
uid: string;
|
|
435
|
+
id: string;
|
|
435
436
|
createTime: string;
|
|
436
437
|
updateTime: string;
|
|
437
|
-
id: string;
|
|
438
438
|
profile?: {
|
|
439
439
|
displayName?: string | undefined;
|
|
440
440
|
bio?: string | undefined;
|
|
@@ -462,15 +462,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
462
462
|
}, {
|
|
463
463
|
name: string;
|
|
464
464
|
uid: string;
|
|
465
|
+
id: string;
|
|
465
466
|
createTime: string;
|
|
466
467
|
updateTime: string;
|
|
467
|
-
id: string;
|
|
468
468
|
owner: {
|
|
469
469
|
name: string;
|
|
470
470
|
uid: string;
|
|
471
|
+
id: string;
|
|
471
472
|
createTime: string;
|
|
472
473
|
updateTime: string;
|
|
473
|
-
id: string;
|
|
474
474
|
profile?: {
|
|
475
475
|
displayName?: string | undefined;
|
|
476
476
|
bio?: string | undefined;
|
|
@@ -500,15 +500,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
500
500
|
organization: {
|
|
501
501
|
name: string;
|
|
502
502
|
uid: string;
|
|
503
|
+
id: string;
|
|
503
504
|
createTime: string;
|
|
504
505
|
updateTime: string;
|
|
505
|
-
id: string;
|
|
506
506
|
owner: {
|
|
507
507
|
name: string;
|
|
508
508
|
uid: string;
|
|
509
|
+
id: string;
|
|
509
510
|
createTime: string;
|
|
510
511
|
updateTime: string;
|
|
511
|
-
id: string;
|
|
512
512
|
profile?: {
|
|
513
513
|
displayName?: string | undefined;
|
|
514
514
|
bio?: string | undefined;
|
|
@@ -538,15 +538,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
538
538
|
organization: {
|
|
539
539
|
name: string;
|
|
540
540
|
uid: string;
|
|
541
|
+
id: string;
|
|
541
542
|
createTime: string;
|
|
542
543
|
updateTime: string;
|
|
543
|
-
id: string;
|
|
544
544
|
owner: {
|
|
545
545
|
name: string;
|
|
546
546
|
uid: string;
|
|
547
|
+
id: string;
|
|
547
548
|
createTime: string;
|
|
548
549
|
updateTime: string;
|
|
549
|
-
id: string;
|
|
550
550
|
profile?: {
|
|
551
551
|
displayName?: string | undefined;
|
|
552
552
|
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
|
-
metadata: Record<string, any>;
|
|
603
602
|
uid: string;
|
|
603
|
+
id: string;
|
|
604
604
|
createTime: string;
|
|
605
605
|
updateTime: string;
|
|
606
606
|
description: string;
|
|
607
|
-
id: string;
|
|
608
607
|
recipe: Record<string, any>;
|
|
608
|
+
metadata: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
611
611
|
dataSpecification: {
|
|
@@ -616,13 +616,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
616
616
|
alias?: string | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
name: string;
|
|
619
|
-
metadata: Record<string, any>;
|
|
620
619
|
uid: string;
|
|
620
|
+
id: string;
|
|
621
621
|
createTime: string;
|
|
622
622
|
updateTime: string;
|
|
623
623
|
description: string;
|
|
624
|
-
id: string;
|
|
625
624
|
recipe: Record<string, any>;
|
|
625
|
+
metadata: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -710,21 +710,17 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
710
710
|
license: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
name: string;
|
|
713
|
-
metadata: Record<string, any>;
|
|
714
713
|
uid: string;
|
|
714
|
+
id: string;
|
|
715
715
|
createTime: string;
|
|
716
716
|
updateTime: string;
|
|
717
|
-
description: string;
|
|
718
|
-
id: string;
|
|
719
|
-
documentationUrl: string;
|
|
720
|
-
sourceUrl: string;
|
|
721
717
|
owner: {
|
|
722
718
|
user: {
|
|
723
719
|
name: string;
|
|
724
720
|
uid: string;
|
|
721
|
+
id: string;
|
|
725
722
|
createTime: string;
|
|
726
723
|
updateTime: string;
|
|
727
|
-
id: string;
|
|
728
724
|
profile?: {
|
|
729
725
|
displayName?: string | undefined;
|
|
730
726
|
bio?: string | undefined;
|
|
@@ -742,15 +738,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
742
738
|
organization: {
|
|
743
739
|
name: string;
|
|
744
740
|
uid: string;
|
|
741
|
+
id: string;
|
|
745
742
|
createTime: string;
|
|
746
743
|
updateTime: string;
|
|
747
|
-
id: string;
|
|
748
744
|
owner: {
|
|
749
745
|
name: string;
|
|
750
746
|
uid: string;
|
|
747
|
+
id: string;
|
|
751
748
|
createTime: string;
|
|
752
749
|
updateTime: string;
|
|
753
|
-
id: string;
|
|
754
750
|
profile?: {
|
|
755
751
|
displayName?: string | undefined;
|
|
756
752
|
bio?: string | undefined;
|
|
@@ -777,7 +773,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
777
773
|
} | undefined;
|
|
778
774
|
};
|
|
779
775
|
};
|
|
776
|
+
description: string;
|
|
777
|
+
documentationUrl: string;
|
|
778
|
+
sourceUrl: string;
|
|
780
779
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
802
801
|
uid: string;
|
|
802
|
+
id: string;
|
|
803
803
|
createTime: string;
|
|
804
804
|
updateTime: string;
|
|
805
805
|
description: string;
|
|
806
|
-
id: string;
|
|
807
806
|
recipe: Record<string, any>;
|
|
807
|
+
metadata: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
810
810
|
dataSpecification: {
|
|
@@ -827,21 +827,17 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
-
metadata: Record<string, any>;
|
|
831
830
|
uid: string;
|
|
831
|
+
id: string;
|
|
832
832
|
createTime: string;
|
|
833
833
|
updateTime: string;
|
|
834
|
-
description: string;
|
|
835
|
-
id: string;
|
|
836
|
-
documentationUrl: string;
|
|
837
|
-
sourceUrl: string;
|
|
838
834
|
owner: {
|
|
839
835
|
user: {
|
|
840
836
|
name: string;
|
|
841
837
|
uid: string;
|
|
838
|
+
id: string;
|
|
842
839
|
createTime: string;
|
|
843
840
|
updateTime: string;
|
|
844
|
-
id: string;
|
|
845
841
|
profile?: {
|
|
846
842
|
displayName?: string | undefined;
|
|
847
843
|
bio?: string | undefined;
|
|
@@ -859,15 +855,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
859
855
|
organization: {
|
|
860
856
|
name: string;
|
|
861
857
|
uid: string;
|
|
858
|
+
id: string;
|
|
862
859
|
createTime: string;
|
|
863
860
|
updateTime: string;
|
|
864
|
-
id: string;
|
|
865
861
|
owner: {
|
|
866
862
|
name: string;
|
|
867
863
|
uid: string;
|
|
864
|
+
id: string;
|
|
868
865
|
createTime: string;
|
|
869
866
|
updateTime: string;
|
|
870
|
-
id: string;
|
|
871
867
|
profile?: {
|
|
872
868
|
displayName?: string | undefined;
|
|
873
869
|
bio?: string | undefined;
|
|
@@ -894,7 +890,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
894
890
|
} | undefined;
|
|
895
891
|
};
|
|
896
892
|
};
|
|
893
|
+
description: string;
|
|
894
|
+
documentationUrl: string;
|
|
895
|
+
sourceUrl: string;
|
|
897
896
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
919
918
|
uid: string;
|
|
919
|
+
id: string;
|
|
920
920
|
createTime: string;
|
|
921
921
|
updateTime: string;
|
|
922
922
|
description: string;
|
|
923
|
-
id: string;
|
|
924
923
|
recipe: Record<string, any>;
|
|
924
|
+
metadata: 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;
|
|
1051
1052
|
createTime: string;
|
|
1052
1053
|
updateTime: string;
|
|
1053
|
-
id: string;
|
|
1054
1054
|
profile?: {
|
|
1055
1055
|
displayName?: string | undefined;
|
|
1056
1056
|
bio?: string | undefined;
|
|
@@ -1066,9 +1066,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1066
1066
|
}, {
|
|
1067
1067
|
name: string;
|
|
1068
1068
|
uid: string;
|
|
1069
|
+
id: string;
|
|
1069
1070
|
createTime: string;
|
|
1070
1071
|
updateTime: string;
|
|
1071
|
-
id: string;
|
|
1072
1072
|
profile?: {
|
|
1073
1073
|
displayName?: string | undefined;
|
|
1074
1074
|
bio?: string | undefined;
|
|
@@ -1086,9 +1086,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1086
1086
|
user: {
|
|
1087
1087
|
name: string;
|
|
1088
1088
|
uid: string;
|
|
1089
|
+
id: string;
|
|
1089
1090
|
createTime: string;
|
|
1090
1091
|
updateTime: string;
|
|
1091
|
-
id: string;
|
|
1092
1092
|
profile?: {
|
|
1093
1093
|
displayName?: string | undefined;
|
|
1094
1094
|
bio?: string | undefined;
|
|
@@ -1106,9 +1106,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1106
1106
|
user: {
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
uid: string;
|
|
1109
|
+
id: string;
|
|
1109
1110
|
createTime: string;
|
|
1110
1111
|
updateTime: string;
|
|
1111
|
-
id: string;
|
|
1112
1112
|
profile?: {
|
|
1113
1113
|
displayName?: string | undefined;
|
|
1114
1114
|
bio?: string | undefined;
|
|
@@ -1180,9 +1180,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1180
1180
|
}, "strip", z.ZodTypeAny, {
|
|
1181
1181
|
name: string;
|
|
1182
1182
|
uid: string;
|
|
1183
|
+
id: string;
|
|
1183
1184
|
createTime: string;
|
|
1184
1185
|
updateTime: string;
|
|
1185
|
-
id: string;
|
|
1186
1186
|
profile?: {
|
|
1187
1187
|
displayName?: string | undefined;
|
|
1188
1188
|
bio?: string | undefined;
|
|
@@ -1198,9 +1198,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1198
1198
|
}, {
|
|
1199
1199
|
name: string;
|
|
1200
1200
|
uid: string;
|
|
1201
|
+
id: string;
|
|
1201
1202
|
createTime: string;
|
|
1202
1203
|
updateTime: string;
|
|
1203
|
-
id: string;
|
|
1204
1204
|
profile?: {
|
|
1205
1205
|
displayName?: string | undefined;
|
|
1206
1206
|
bio?: string | undefined;
|
|
@@ -1256,15 +1256,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
uid: string;
|
|
1259
|
+
id: string;
|
|
1259
1260
|
createTime: string;
|
|
1260
1261
|
updateTime: string;
|
|
1261
|
-
id: string;
|
|
1262
1262
|
owner: {
|
|
1263
1263
|
name: string;
|
|
1264
1264
|
uid: string;
|
|
1265
|
+
id: string;
|
|
1265
1266
|
createTime: string;
|
|
1266
1267
|
updateTime: string;
|
|
1267
|
-
id: string;
|
|
1268
1268
|
profile?: {
|
|
1269
1269
|
displayName?: string | undefined;
|
|
1270
1270
|
bio?: string | undefined;
|
|
@@ -1292,15 +1292,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1292
1292
|
}, {
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
uid: string;
|
|
1295
|
+
id: string;
|
|
1295
1296
|
createTime: string;
|
|
1296
1297
|
updateTime: string;
|
|
1297
|
-
id: string;
|
|
1298
1298
|
owner: {
|
|
1299
1299
|
name: string;
|
|
1300
1300
|
uid: string;
|
|
1301
|
+
id: string;
|
|
1301
1302
|
createTime: string;
|
|
1302
1303
|
updateTime: string;
|
|
1303
|
-
id: string;
|
|
1304
1304
|
profile?: {
|
|
1305
1305
|
displayName?: string | undefined;
|
|
1306
1306
|
bio?: string | undefined;
|
|
@@ -1330,15 +1330,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1330
1330
|
organization: {
|
|
1331
1331
|
name: string;
|
|
1332
1332
|
uid: string;
|
|
1333
|
+
id: string;
|
|
1333
1334
|
createTime: string;
|
|
1334
1335
|
updateTime: string;
|
|
1335
|
-
id: string;
|
|
1336
1336
|
owner: {
|
|
1337
1337
|
name: string;
|
|
1338
1338
|
uid: string;
|
|
1339
|
+
id: string;
|
|
1339
1340
|
createTime: string;
|
|
1340
1341
|
updateTime: string;
|
|
1341
|
-
id: string;
|
|
1342
1342
|
profile?: {
|
|
1343
1343
|
displayName?: string | undefined;
|
|
1344
1344
|
bio?: string | undefined;
|
|
@@ -1368,15 +1368,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1368
1368
|
organization: {
|
|
1369
1369
|
name: string;
|
|
1370
1370
|
uid: string;
|
|
1371
|
+
id: string;
|
|
1371
1372
|
createTime: string;
|
|
1372
1373
|
updateTime: string;
|
|
1373
|
-
id: string;
|
|
1374
1374
|
owner: {
|
|
1375
1375
|
name: string;
|
|
1376
1376
|
uid: string;
|
|
1377
|
+
id: string;
|
|
1377
1378
|
createTime: string;
|
|
1378
1379
|
updateTime: string;
|
|
1379
|
-
id: string;
|
|
1380
1380
|
profile?: {
|
|
1381
1381
|
displayName?: string | undefined;
|
|
1382
1382
|
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
|
-
metadata: Record<string, any>;
|
|
1433
1432
|
uid: string;
|
|
1433
|
+
id: string;
|
|
1434
1434
|
createTime: string;
|
|
1435
1435
|
updateTime: string;
|
|
1436
1436
|
description: string;
|
|
1437
|
-
id: string;
|
|
1438
1437
|
recipe: Record<string, any>;
|
|
1438
|
+
metadata: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
1441
1441
|
dataSpecification: {
|
|
@@ -1446,13 +1446,13 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1446
1446
|
alias?: string | undefined;
|
|
1447
1447
|
}, {
|
|
1448
1448
|
name: string;
|
|
1449
|
-
metadata: Record<string, any>;
|
|
1450
1449
|
uid: string;
|
|
1450
|
+
id: string;
|
|
1451
1451
|
createTime: string;
|
|
1452
1452
|
updateTime: string;
|
|
1453
1453
|
description: string;
|
|
1454
|
-
id: string;
|
|
1455
1454
|
recipe: Record<string, any>;
|
|
1455
|
+
metadata: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1540,21 +1540,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1540
1540
|
license: z.ZodString;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1542
|
name: string;
|
|
1543
|
-
metadata: Record<string, any>;
|
|
1544
1543
|
uid: string;
|
|
1544
|
+
id: string;
|
|
1545
1545
|
createTime: string;
|
|
1546
1546
|
updateTime: string;
|
|
1547
|
-
description: string;
|
|
1548
|
-
id: string;
|
|
1549
|
-
documentationUrl: string;
|
|
1550
|
-
sourceUrl: string;
|
|
1551
1547
|
owner: {
|
|
1552
1548
|
user: {
|
|
1553
1549
|
name: string;
|
|
1554
1550
|
uid: string;
|
|
1551
|
+
id: string;
|
|
1555
1552
|
createTime: string;
|
|
1556
1553
|
updateTime: string;
|
|
1557
|
-
id: string;
|
|
1558
1554
|
profile?: {
|
|
1559
1555
|
displayName?: string | undefined;
|
|
1560
1556
|
bio?: string | undefined;
|
|
@@ -1572,15 +1568,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1572
1568
|
organization: {
|
|
1573
1569
|
name: string;
|
|
1574
1570
|
uid: string;
|
|
1571
|
+
id: string;
|
|
1575
1572
|
createTime: string;
|
|
1576
1573
|
updateTime: string;
|
|
1577
|
-
id: string;
|
|
1578
1574
|
owner: {
|
|
1579
1575
|
name: string;
|
|
1580
1576
|
uid: string;
|
|
1577
|
+
id: string;
|
|
1581
1578
|
createTime: string;
|
|
1582
1579
|
updateTime: string;
|
|
1583
|
-
id: string;
|
|
1584
1580
|
profile?: {
|
|
1585
1581
|
displayName?: string | undefined;
|
|
1586
1582
|
bio?: string | undefined;
|
|
@@ -1607,7 +1603,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1607
1603
|
} | undefined;
|
|
1608
1604
|
};
|
|
1609
1605
|
};
|
|
1606
|
+
description: string;
|
|
1607
|
+
documentationUrl: string;
|
|
1608
|
+
sourceUrl: string;
|
|
1610
1609
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
1632
1631
|
uid: string;
|
|
1632
|
+
id: string;
|
|
1633
1633
|
createTime: string;
|
|
1634
1634
|
updateTime: string;
|
|
1635
1635
|
description: string;
|
|
1636
|
-
id: string;
|
|
1637
1636
|
recipe: Record<string, any>;
|
|
1637
|
+
metadata: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
1640
1640
|
dataSpecification: {
|
|
@@ -1657,21 +1657,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
-
metadata: Record<string, any>;
|
|
1661
1660
|
uid: string;
|
|
1661
|
+
id: string;
|
|
1662
1662
|
createTime: string;
|
|
1663
1663
|
updateTime: string;
|
|
1664
|
-
description: string;
|
|
1665
|
-
id: string;
|
|
1666
|
-
documentationUrl: string;
|
|
1667
|
-
sourceUrl: string;
|
|
1668
1664
|
owner: {
|
|
1669
1665
|
user: {
|
|
1670
1666
|
name: string;
|
|
1671
1667
|
uid: string;
|
|
1668
|
+
id: string;
|
|
1672
1669
|
createTime: string;
|
|
1673
1670
|
updateTime: string;
|
|
1674
|
-
id: string;
|
|
1675
1671
|
profile?: {
|
|
1676
1672
|
displayName?: string | undefined;
|
|
1677
1673
|
bio?: string | undefined;
|
|
@@ -1689,15 +1685,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1689
1685
|
organization: {
|
|
1690
1686
|
name: string;
|
|
1691
1687
|
uid: string;
|
|
1688
|
+
id: string;
|
|
1692
1689
|
createTime: string;
|
|
1693
1690
|
updateTime: string;
|
|
1694
|
-
id: string;
|
|
1695
1691
|
owner: {
|
|
1696
1692
|
name: string;
|
|
1697
1693
|
uid: string;
|
|
1694
|
+
id: string;
|
|
1698
1695
|
createTime: string;
|
|
1699
1696
|
updateTime: string;
|
|
1700
|
-
id: string;
|
|
1701
1697
|
profile?: {
|
|
1702
1698
|
displayName?: string | undefined;
|
|
1703
1699
|
bio?: string | undefined;
|
|
@@ -1724,7 +1720,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1724
1720
|
} | undefined;
|
|
1725
1721
|
};
|
|
1726
1722
|
};
|
|
1723
|
+
description: string;
|
|
1724
|
+
documentationUrl: string;
|
|
1725
|
+
sourceUrl: string;
|
|
1727
1726
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
1749
1748
|
uid: string;
|
|
1749
|
+
id: string;
|
|
1750
1750
|
createTime: string;
|
|
1751
1751
|
updateTime: string;
|
|
1752
1752
|
description: string;
|
|
1753
|
-
id: string;
|
|
1754
1753
|
recipe: Record<string, any>;
|
|
1754
|
+
metadata: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
1757
1757
|
dataSpecification: {
|
|
@@ -1780,21 +1780,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
1782
|
name: string;
|
|
1783
|
-
metadata: Record<string, any>;
|
|
1784
1783
|
uid: string;
|
|
1784
|
+
id: string;
|
|
1785
1785
|
createTime: string;
|
|
1786
1786
|
updateTime: string;
|
|
1787
|
-
description: string;
|
|
1788
|
-
id: string;
|
|
1789
|
-
documentationUrl: string;
|
|
1790
|
-
sourceUrl: string;
|
|
1791
1787
|
owner: {
|
|
1792
1788
|
user: {
|
|
1793
1789
|
name: string;
|
|
1794
1790
|
uid: string;
|
|
1791
|
+
id: string;
|
|
1795
1792
|
createTime: string;
|
|
1796
1793
|
updateTime: string;
|
|
1797
|
-
id: string;
|
|
1798
1794
|
profile?: {
|
|
1799
1795
|
displayName?: string | undefined;
|
|
1800
1796
|
bio?: string | undefined;
|
|
@@ -1812,15 +1808,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1812
1808
|
organization: {
|
|
1813
1809
|
name: string;
|
|
1814
1810
|
uid: string;
|
|
1811
|
+
id: string;
|
|
1815
1812
|
createTime: string;
|
|
1816
1813
|
updateTime: string;
|
|
1817
|
-
id: string;
|
|
1818
1814
|
owner: {
|
|
1819
1815
|
name: string;
|
|
1820
1816
|
uid: string;
|
|
1817
|
+
id: string;
|
|
1821
1818
|
createTime: string;
|
|
1822
1819
|
updateTime: string;
|
|
1823
|
-
id: string;
|
|
1824
1820
|
profile?: {
|
|
1825
1821
|
displayName?: string | undefined;
|
|
1826
1822
|
bio?: string | undefined;
|
|
@@ -1847,7 +1843,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1847
1843
|
} | undefined;
|
|
1848
1844
|
};
|
|
1849
1845
|
};
|
|
1846
|
+
description: string;
|
|
1847
|
+
documentationUrl: string;
|
|
1848
|
+
sourceUrl: string;
|
|
1850
1849
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
1872
1871
|
uid: string;
|
|
1872
|
+
id: string;
|
|
1873
1873
|
createTime: string;
|
|
1874
1874
|
updateTime: string;
|
|
1875
1875
|
description: string;
|
|
1876
|
-
id: string;
|
|
1877
1876
|
recipe: Record<string, any>;
|
|
1877
|
+
metadata: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
1880
1880
|
dataSpecification: {
|
|
@@ -1901,21 +1901,17 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
1903
|
name: string;
|
|
1904
|
-
metadata: Record<string, any>;
|
|
1905
1904
|
uid: string;
|
|
1905
|
+
id: string;
|
|
1906
1906
|
createTime: string;
|
|
1907
1907
|
updateTime: string;
|
|
1908
|
-
description: string;
|
|
1909
|
-
id: string;
|
|
1910
|
-
documentationUrl: string;
|
|
1911
|
-
sourceUrl: string;
|
|
1912
1908
|
owner: {
|
|
1913
1909
|
user: {
|
|
1914
1910
|
name: string;
|
|
1915
1911
|
uid: string;
|
|
1912
|
+
id: string;
|
|
1916
1913
|
createTime: string;
|
|
1917
1914
|
updateTime: string;
|
|
1918
|
-
id: string;
|
|
1919
1915
|
profile?: {
|
|
1920
1916
|
displayName?: string | undefined;
|
|
1921
1917
|
bio?: string | undefined;
|
|
@@ -1933,15 +1929,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1933
1929
|
organization: {
|
|
1934
1930
|
name: string;
|
|
1935
1931
|
uid: string;
|
|
1932
|
+
id: string;
|
|
1936
1933
|
createTime: string;
|
|
1937
1934
|
updateTime: string;
|
|
1938
|
-
id: string;
|
|
1939
1935
|
owner: {
|
|
1940
1936
|
name: string;
|
|
1941
1937
|
uid: string;
|
|
1938
|
+
id: string;
|
|
1942
1939
|
createTime: string;
|
|
1943
1940
|
updateTime: string;
|
|
1944
|
-
id: string;
|
|
1945
1941
|
profile?: {
|
|
1946
1942
|
displayName?: string | undefined;
|
|
1947
1943
|
bio?: string | undefined;
|
|
@@ -1968,7 +1964,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1968
1964
|
} | undefined;
|
|
1969
1965
|
};
|
|
1970
1966
|
};
|
|
1967
|
+
description: string;
|
|
1968
|
+
documentationUrl: string;
|
|
1969
|
+
sourceUrl: string;
|
|
1971
1970
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
1993
1992
|
uid: string;
|
|
1993
|
+
id: string;
|
|
1994
1994
|
createTime: string;
|
|
1995
1995
|
updateTime: string;
|
|
1996
1996
|
description: string;
|
|
1997
|
-
id: string;
|
|
1998
1997
|
recipe: Record<string, any>;
|
|
1998
|
+
metadata: 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;
|
|
2108
2109
|
createTime: string;
|
|
2109
2110
|
updateTime: string;
|
|
2110
|
-
id: string;
|
|
2111
2111
|
profile?: {
|
|
2112
2112
|
displayName?: string | undefined;
|
|
2113
2113
|
bio?: string | undefined;
|
|
@@ -2123,9 +2123,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2123
2123
|
}, {
|
|
2124
2124
|
name: string;
|
|
2125
2125
|
uid: string;
|
|
2126
|
+
id: string;
|
|
2126
2127
|
createTime: string;
|
|
2127
2128
|
updateTime: string;
|
|
2128
|
-
id: string;
|
|
2129
2129
|
profile?: {
|
|
2130
2130
|
displayName?: string | undefined;
|
|
2131
2131
|
bio?: string | undefined;
|
|
@@ -2143,9 +2143,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2143
2143
|
user: {
|
|
2144
2144
|
name: string;
|
|
2145
2145
|
uid: string;
|
|
2146
|
+
id: string;
|
|
2146
2147
|
createTime: string;
|
|
2147
2148
|
updateTime: string;
|
|
2148
|
-
id: string;
|
|
2149
2149
|
profile?: {
|
|
2150
2150
|
displayName?: string | undefined;
|
|
2151
2151
|
bio?: string | undefined;
|
|
@@ -2163,9 +2163,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2163
2163
|
user: {
|
|
2164
2164
|
name: string;
|
|
2165
2165
|
uid: string;
|
|
2166
|
+
id: string;
|
|
2166
2167
|
createTime: string;
|
|
2167
2168
|
updateTime: string;
|
|
2168
|
-
id: string;
|
|
2169
2169
|
profile?: {
|
|
2170
2170
|
displayName?: string | undefined;
|
|
2171
2171
|
bio?: string | undefined;
|
|
@@ -2237,9 +2237,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2237
2237
|
}, "strip", z.ZodTypeAny, {
|
|
2238
2238
|
name: string;
|
|
2239
2239
|
uid: string;
|
|
2240
|
+
id: string;
|
|
2240
2241
|
createTime: string;
|
|
2241
2242
|
updateTime: string;
|
|
2242
|
-
id: string;
|
|
2243
2243
|
profile?: {
|
|
2244
2244
|
displayName?: string | undefined;
|
|
2245
2245
|
bio?: string | undefined;
|
|
@@ -2255,9 +2255,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2255
2255
|
}, {
|
|
2256
2256
|
name: string;
|
|
2257
2257
|
uid: string;
|
|
2258
|
+
id: string;
|
|
2258
2259
|
createTime: string;
|
|
2259
2260
|
updateTime: string;
|
|
2260
|
-
id: string;
|
|
2261
2261
|
profile?: {
|
|
2262
2262
|
displayName?: string | undefined;
|
|
2263
2263
|
bio?: string | undefined;
|
|
@@ -2313,15 +2313,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
2314
|
name: string;
|
|
2315
2315
|
uid: string;
|
|
2316
|
+
id: string;
|
|
2316
2317
|
createTime: string;
|
|
2317
2318
|
updateTime: string;
|
|
2318
|
-
id: string;
|
|
2319
2319
|
owner: {
|
|
2320
2320
|
name: string;
|
|
2321
2321
|
uid: string;
|
|
2322
|
+
id: string;
|
|
2322
2323
|
createTime: string;
|
|
2323
2324
|
updateTime: string;
|
|
2324
|
-
id: string;
|
|
2325
2325
|
profile?: {
|
|
2326
2326
|
displayName?: string | undefined;
|
|
2327
2327
|
bio?: string | undefined;
|
|
@@ -2349,15 +2349,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2349
2349
|
}, {
|
|
2350
2350
|
name: string;
|
|
2351
2351
|
uid: string;
|
|
2352
|
+
id: string;
|
|
2352
2353
|
createTime: string;
|
|
2353
2354
|
updateTime: string;
|
|
2354
|
-
id: string;
|
|
2355
2355
|
owner: {
|
|
2356
2356
|
name: string;
|
|
2357
2357
|
uid: string;
|
|
2358
|
+
id: string;
|
|
2358
2359
|
createTime: string;
|
|
2359
2360
|
updateTime: string;
|
|
2360
|
-
id: string;
|
|
2361
2361
|
profile?: {
|
|
2362
2362
|
displayName?: string | undefined;
|
|
2363
2363
|
bio?: string | undefined;
|
|
@@ -2387,15 +2387,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2387
2387
|
organization: {
|
|
2388
2388
|
name: string;
|
|
2389
2389
|
uid: string;
|
|
2390
|
+
id: string;
|
|
2390
2391
|
createTime: string;
|
|
2391
2392
|
updateTime: string;
|
|
2392
|
-
id: string;
|
|
2393
2393
|
owner: {
|
|
2394
2394
|
name: string;
|
|
2395
2395
|
uid: string;
|
|
2396
|
+
id: string;
|
|
2396
2397
|
createTime: string;
|
|
2397
2398
|
updateTime: string;
|
|
2398
|
-
id: string;
|
|
2399
2399
|
profile?: {
|
|
2400
2400
|
displayName?: string | undefined;
|
|
2401
2401
|
bio?: string | undefined;
|
|
@@ -2425,15 +2425,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2425
2425
|
organization: {
|
|
2426
2426
|
name: string;
|
|
2427
2427
|
uid: string;
|
|
2428
|
+
id: string;
|
|
2428
2429
|
createTime: string;
|
|
2429
2430
|
updateTime: string;
|
|
2430
|
-
id: string;
|
|
2431
2431
|
owner: {
|
|
2432
2432
|
name: string;
|
|
2433
2433
|
uid: string;
|
|
2434
|
+
id: string;
|
|
2434
2435
|
createTime: string;
|
|
2435
2436
|
updateTime: string;
|
|
2436
|
-
id: string;
|
|
2437
2437
|
profile?: {
|
|
2438
2438
|
displayName?: string | undefined;
|
|
2439
2439
|
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
|
-
metadata: Record<string, any>;
|
|
2490
2489
|
uid: string;
|
|
2490
|
+
id: string;
|
|
2491
2491
|
createTime: string;
|
|
2492
2492
|
updateTime: string;
|
|
2493
2493
|
description: string;
|
|
2494
|
-
id: string;
|
|
2495
2494
|
recipe: Record<string, any>;
|
|
2495
|
+
metadata: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
2498
2498
|
dataSpecification: {
|
|
@@ -2503,13 +2503,13 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2503
2503
|
alias?: string | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
name: string;
|
|
2506
|
-
metadata: Record<string, any>;
|
|
2507
2506
|
uid: string;
|
|
2507
|
+
id: string;
|
|
2508
2508
|
createTime: string;
|
|
2509
2509
|
updateTime: string;
|
|
2510
2510
|
description: string;
|
|
2511
|
-
id: string;
|
|
2512
2511
|
recipe: Record<string, any>;
|
|
2512
|
+
metadata: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2597,21 +2597,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2597
2597
|
license: z.ZodString;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2599
|
name: string;
|
|
2600
|
-
metadata: Record<string, any>;
|
|
2601
2600
|
uid: string;
|
|
2601
|
+
id: string;
|
|
2602
2602
|
createTime: string;
|
|
2603
2603
|
updateTime: string;
|
|
2604
|
-
description: string;
|
|
2605
|
-
id: string;
|
|
2606
|
-
documentationUrl: string;
|
|
2607
|
-
sourceUrl: string;
|
|
2608
2604
|
owner: {
|
|
2609
2605
|
user: {
|
|
2610
2606
|
name: string;
|
|
2611
2607
|
uid: string;
|
|
2608
|
+
id: string;
|
|
2612
2609
|
createTime: string;
|
|
2613
2610
|
updateTime: string;
|
|
2614
|
-
id: string;
|
|
2615
2611
|
profile?: {
|
|
2616
2612
|
displayName?: string | undefined;
|
|
2617
2613
|
bio?: string | undefined;
|
|
@@ -2629,15 +2625,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2629
2625
|
organization: {
|
|
2630
2626
|
name: string;
|
|
2631
2627
|
uid: string;
|
|
2628
|
+
id: string;
|
|
2632
2629
|
createTime: string;
|
|
2633
2630
|
updateTime: string;
|
|
2634
|
-
id: string;
|
|
2635
2631
|
owner: {
|
|
2636
2632
|
name: string;
|
|
2637
2633
|
uid: string;
|
|
2634
|
+
id: string;
|
|
2638
2635
|
createTime: string;
|
|
2639
2636
|
updateTime: string;
|
|
2640
|
-
id: string;
|
|
2641
2637
|
profile?: {
|
|
2642
2638
|
displayName?: string | undefined;
|
|
2643
2639
|
bio?: string | undefined;
|
|
@@ -2664,7 +2660,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2664
2660
|
} | undefined;
|
|
2665
2661
|
};
|
|
2666
2662
|
};
|
|
2663
|
+
description: string;
|
|
2664
|
+
documentationUrl: string;
|
|
2665
|
+
sourceUrl: string;
|
|
2667
2666
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
2689
2688
|
uid: string;
|
|
2689
|
+
id: string;
|
|
2690
2690
|
createTime: string;
|
|
2691
2691
|
updateTime: string;
|
|
2692
2692
|
description: string;
|
|
2693
|
-
id: string;
|
|
2694
2693
|
recipe: Record<string, any>;
|
|
2694
|
+
metadata: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
2697
2697
|
dataSpecification: {
|
|
@@ -2714,21 +2714,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
-
metadata: Record<string, any>;
|
|
2718
2717
|
uid: string;
|
|
2718
|
+
id: string;
|
|
2719
2719
|
createTime: string;
|
|
2720
2720
|
updateTime: string;
|
|
2721
|
-
description: string;
|
|
2722
|
-
id: string;
|
|
2723
|
-
documentationUrl: string;
|
|
2724
|
-
sourceUrl: string;
|
|
2725
2721
|
owner: {
|
|
2726
2722
|
user: {
|
|
2727
2723
|
name: string;
|
|
2728
2724
|
uid: string;
|
|
2725
|
+
id: string;
|
|
2729
2726
|
createTime: string;
|
|
2730
2727
|
updateTime: string;
|
|
2731
|
-
id: string;
|
|
2732
2728
|
profile?: {
|
|
2733
2729
|
displayName?: string | undefined;
|
|
2734
2730
|
bio?: string | undefined;
|
|
@@ -2746,15 +2742,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2746
2742
|
organization: {
|
|
2747
2743
|
name: string;
|
|
2748
2744
|
uid: string;
|
|
2745
|
+
id: string;
|
|
2749
2746
|
createTime: string;
|
|
2750
2747
|
updateTime: string;
|
|
2751
|
-
id: string;
|
|
2752
2748
|
owner: {
|
|
2753
2749
|
name: string;
|
|
2754
2750
|
uid: string;
|
|
2751
|
+
id: string;
|
|
2755
2752
|
createTime: string;
|
|
2756
2753
|
updateTime: string;
|
|
2757
|
-
id: string;
|
|
2758
2754
|
profile?: {
|
|
2759
2755
|
displayName?: string | undefined;
|
|
2760
2756
|
bio?: string | undefined;
|
|
@@ -2781,7 +2777,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2781
2777
|
} | undefined;
|
|
2782
2778
|
};
|
|
2783
2779
|
};
|
|
2780
|
+
description: string;
|
|
2781
|
+
documentationUrl: string;
|
|
2782
|
+
sourceUrl: string;
|
|
2784
2783
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
2806
2805
|
uid: string;
|
|
2806
|
+
id: string;
|
|
2807
2807
|
createTime: string;
|
|
2808
2808
|
updateTime: string;
|
|
2809
2809
|
description: string;
|
|
2810
|
-
id: string;
|
|
2811
2810
|
recipe: Record<string, any>;
|
|
2811
|
+
metadata: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
2814
2814
|
dataSpecification: {
|
|
@@ -2837,21 +2837,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
2839
|
name: string;
|
|
2840
|
-
metadata: Record<string, any>;
|
|
2841
2840
|
uid: string;
|
|
2841
|
+
id: string;
|
|
2842
2842
|
createTime: string;
|
|
2843
2843
|
updateTime: string;
|
|
2844
|
-
description: string;
|
|
2845
|
-
id: string;
|
|
2846
|
-
documentationUrl: string;
|
|
2847
|
-
sourceUrl: string;
|
|
2848
2844
|
owner: {
|
|
2849
2845
|
user: {
|
|
2850
2846
|
name: string;
|
|
2851
2847
|
uid: string;
|
|
2848
|
+
id: string;
|
|
2852
2849
|
createTime: string;
|
|
2853
2850
|
updateTime: string;
|
|
2854
|
-
id: string;
|
|
2855
2851
|
profile?: {
|
|
2856
2852
|
displayName?: string | undefined;
|
|
2857
2853
|
bio?: string | undefined;
|
|
@@ -2869,15 +2865,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2869
2865
|
organization: {
|
|
2870
2866
|
name: string;
|
|
2871
2867
|
uid: string;
|
|
2868
|
+
id: string;
|
|
2872
2869
|
createTime: string;
|
|
2873
2870
|
updateTime: string;
|
|
2874
|
-
id: string;
|
|
2875
2871
|
owner: {
|
|
2876
2872
|
name: string;
|
|
2877
2873
|
uid: string;
|
|
2874
|
+
id: string;
|
|
2878
2875
|
createTime: string;
|
|
2879
2876
|
updateTime: string;
|
|
2880
|
-
id: string;
|
|
2881
2877
|
profile?: {
|
|
2882
2878
|
displayName?: string | undefined;
|
|
2883
2879
|
bio?: string | undefined;
|
|
@@ -2904,7 +2900,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2904
2900
|
} | undefined;
|
|
2905
2901
|
};
|
|
2906
2902
|
};
|
|
2903
|
+
description: string;
|
|
2904
|
+
documentationUrl: string;
|
|
2905
|
+
sourceUrl: string;
|
|
2907
2906
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
2929
2928
|
uid: string;
|
|
2929
|
+
id: string;
|
|
2930
2930
|
createTime: string;
|
|
2931
2931
|
updateTime: string;
|
|
2932
2932
|
description: string;
|
|
2933
|
-
id: string;
|
|
2934
2933
|
recipe: Record<string, any>;
|
|
2934
|
+
metadata: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
2937
2937
|
dataSpecification: {
|
|
@@ -2958,21 +2958,17 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
2960
|
name: string;
|
|
2961
|
-
metadata: Record<string, any>;
|
|
2962
2961
|
uid: string;
|
|
2962
|
+
id: string;
|
|
2963
2963
|
createTime: string;
|
|
2964
2964
|
updateTime: string;
|
|
2965
|
-
description: string;
|
|
2966
|
-
id: string;
|
|
2967
|
-
documentationUrl: string;
|
|
2968
|
-
sourceUrl: string;
|
|
2969
2965
|
owner: {
|
|
2970
2966
|
user: {
|
|
2971
2967
|
name: string;
|
|
2972
2968
|
uid: string;
|
|
2969
|
+
id: string;
|
|
2973
2970
|
createTime: string;
|
|
2974
2971
|
updateTime: string;
|
|
2975
|
-
id: string;
|
|
2976
2972
|
profile?: {
|
|
2977
2973
|
displayName?: string | undefined;
|
|
2978
2974
|
bio?: string | undefined;
|
|
@@ -2990,15 +2986,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2990
2986
|
organization: {
|
|
2991
2987
|
name: string;
|
|
2992
2988
|
uid: string;
|
|
2989
|
+
id: string;
|
|
2993
2990
|
createTime: string;
|
|
2994
2991
|
updateTime: string;
|
|
2995
|
-
id: string;
|
|
2996
2992
|
owner: {
|
|
2997
2993
|
name: string;
|
|
2998
2994
|
uid: string;
|
|
2995
|
+
id: string;
|
|
2999
2996
|
createTime: string;
|
|
3000
2997
|
updateTime: string;
|
|
3001
|
-
id: string;
|
|
3002
2998
|
profile?: {
|
|
3003
2999
|
displayName?: string | undefined;
|
|
3004
3000
|
bio?: string | undefined;
|
|
@@ -3025,7 +3021,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3025
3021
|
} | undefined;
|
|
3026
3022
|
};
|
|
3027
3023
|
};
|
|
3024
|
+
description: string;
|
|
3025
|
+
documentationUrl: string;
|
|
3026
|
+
sourceUrl: string;
|
|
3028
3027
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
3050
3049
|
uid: string;
|
|
3050
|
+
id: string;
|
|
3051
3051
|
createTime: string;
|
|
3052
3052
|
updateTime: string;
|
|
3053
3053
|
description: string;
|
|
3054
|
-
id: string;
|
|
3055
3054
|
recipe: Record<string, any>;
|
|
3055
|
+
metadata: 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;
|
|
3158
3159
|
createTime: string;
|
|
3159
3160
|
updateTime: string;
|
|
3160
|
-
id: string;
|
|
3161
3161
|
profile?: {
|
|
3162
3162
|
displayName?: string | undefined;
|
|
3163
3163
|
bio?: string | undefined;
|
|
@@ -3173,9 +3173,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3173
3173
|
}, {
|
|
3174
3174
|
name: string;
|
|
3175
3175
|
uid: string;
|
|
3176
|
+
id: string;
|
|
3176
3177
|
createTime: string;
|
|
3177
3178
|
updateTime: string;
|
|
3178
|
-
id: string;
|
|
3179
3179
|
profile?: {
|
|
3180
3180
|
displayName?: string | undefined;
|
|
3181
3181
|
bio?: string | undefined;
|
|
@@ -3193,9 +3193,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3193
3193
|
user: {
|
|
3194
3194
|
name: string;
|
|
3195
3195
|
uid: string;
|
|
3196
|
+
id: string;
|
|
3196
3197
|
createTime: string;
|
|
3197
3198
|
updateTime: string;
|
|
3198
|
-
id: string;
|
|
3199
3199
|
profile?: {
|
|
3200
3200
|
displayName?: string | undefined;
|
|
3201
3201
|
bio?: string | undefined;
|
|
@@ -3213,9 +3213,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3213
3213
|
user: {
|
|
3214
3214
|
name: string;
|
|
3215
3215
|
uid: string;
|
|
3216
|
+
id: string;
|
|
3216
3217
|
createTime: string;
|
|
3217
3218
|
updateTime: string;
|
|
3218
|
-
id: string;
|
|
3219
3219
|
profile?: {
|
|
3220
3220
|
displayName?: string | undefined;
|
|
3221
3221
|
bio?: string | undefined;
|
|
@@ -3287,9 +3287,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3287
3287
|
}, "strip", z.ZodTypeAny, {
|
|
3288
3288
|
name: string;
|
|
3289
3289
|
uid: string;
|
|
3290
|
+
id: string;
|
|
3290
3291
|
createTime: string;
|
|
3291
3292
|
updateTime: string;
|
|
3292
|
-
id: string;
|
|
3293
3293
|
profile?: {
|
|
3294
3294
|
displayName?: string | undefined;
|
|
3295
3295
|
bio?: string | undefined;
|
|
@@ -3305,9 +3305,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3305
3305
|
}, {
|
|
3306
3306
|
name: string;
|
|
3307
3307
|
uid: string;
|
|
3308
|
+
id: string;
|
|
3308
3309
|
createTime: string;
|
|
3309
3310
|
updateTime: string;
|
|
3310
|
-
id: string;
|
|
3311
3311
|
profile?: {
|
|
3312
3312
|
displayName?: string | undefined;
|
|
3313
3313
|
bio?: string | undefined;
|
|
@@ -3363,15 +3363,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3363
3363
|
}, "strip", z.ZodTypeAny, {
|
|
3364
3364
|
name: string;
|
|
3365
3365
|
uid: string;
|
|
3366
|
+
id: string;
|
|
3366
3367
|
createTime: string;
|
|
3367
3368
|
updateTime: string;
|
|
3368
|
-
id: string;
|
|
3369
3369
|
owner: {
|
|
3370
3370
|
name: string;
|
|
3371
3371
|
uid: string;
|
|
3372
|
+
id: string;
|
|
3372
3373
|
createTime: string;
|
|
3373
3374
|
updateTime: string;
|
|
3374
|
-
id: string;
|
|
3375
3375
|
profile?: {
|
|
3376
3376
|
displayName?: string | undefined;
|
|
3377
3377
|
bio?: string | undefined;
|
|
@@ -3399,15 +3399,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3399
3399
|
}, {
|
|
3400
3400
|
name: string;
|
|
3401
3401
|
uid: string;
|
|
3402
|
+
id: string;
|
|
3402
3403
|
createTime: string;
|
|
3403
3404
|
updateTime: string;
|
|
3404
|
-
id: string;
|
|
3405
3405
|
owner: {
|
|
3406
3406
|
name: string;
|
|
3407
3407
|
uid: string;
|
|
3408
|
+
id: string;
|
|
3408
3409
|
createTime: string;
|
|
3409
3410
|
updateTime: string;
|
|
3410
|
-
id: string;
|
|
3411
3411
|
profile?: {
|
|
3412
3412
|
displayName?: string | undefined;
|
|
3413
3413
|
bio?: string | undefined;
|
|
@@ -3437,15 +3437,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3437
3437
|
organization: {
|
|
3438
3438
|
name: string;
|
|
3439
3439
|
uid: string;
|
|
3440
|
+
id: string;
|
|
3440
3441
|
createTime: string;
|
|
3441
3442
|
updateTime: string;
|
|
3442
|
-
id: string;
|
|
3443
3443
|
owner: {
|
|
3444
3444
|
name: string;
|
|
3445
3445
|
uid: string;
|
|
3446
|
+
id: string;
|
|
3446
3447
|
createTime: string;
|
|
3447
3448
|
updateTime: string;
|
|
3448
|
-
id: string;
|
|
3449
3449
|
profile?: {
|
|
3450
3450
|
displayName?: string | undefined;
|
|
3451
3451
|
bio?: string | undefined;
|
|
@@ -3475,15 +3475,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3475
3475
|
organization: {
|
|
3476
3476
|
name: string;
|
|
3477
3477
|
uid: string;
|
|
3478
|
+
id: string;
|
|
3478
3479
|
createTime: string;
|
|
3479
3480
|
updateTime: string;
|
|
3480
|
-
id: string;
|
|
3481
3481
|
owner: {
|
|
3482
3482
|
name: string;
|
|
3483
3483
|
uid: string;
|
|
3484
|
+
id: string;
|
|
3484
3485
|
createTime: string;
|
|
3485
3486
|
updateTime: string;
|
|
3486
|
-
id: string;
|
|
3487
3487
|
profile?: {
|
|
3488
3488
|
displayName?: string | undefined;
|
|
3489
3489
|
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
|
-
metadata: Record<string, any>;
|
|
3540
3539
|
uid: string;
|
|
3540
|
+
id: string;
|
|
3541
3541
|
createTime: string;
|
|
3542
3542
|
updateTime: string;
|
|
3543
3543
|
description: string;
|
|
3544
|
-
id: string;
|
|
3545
3544
|
recipe: Record<string, any>;
|
|
3545
|
+
metadata: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
3548
3548
|
dataSpecification: {
|
|
@@ -3553,13 +3553,13 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3553
3553
|
alias?: string | undefined;
|
|
3554
3554
|
}, {
|
|
3555
3555
|
name: string;
|
|
3556
|
-
metadata: Record<string, any>;
|
|
3557
3556
|
uid: string;
|
|
3557
|
+
id: string;
|
|
3558
3558
|
createTime: string;
|
|
3559
3559
|
updateTime: string;
|
|
3560
3560
|
description: string;
|
|
3561
|
-
id: string;
|
|
3562
3561
|
recipe: Record<string, any>;
|
|
3562
|
+
metadata: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3647,21 +3647,17 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3647
3647
|
license: z.ZodString;
|
|
3648
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
3649
|
name: string;
|
|
3650
|
-
metadata: Record<string, any>;
|
|
3651
3650
|
uid: string;
|
|
3651
|
+
id: string;
|
|
3652
3652
|
createTime: string;
|
|
3653
3653
|
updateTime: string;
|
|
3654
|
-
description: string;
|
|
3655
|
-
id: string;
|
|
3656
|
-
documentationUrl: string;
|
|
3657
|
-
sourceUrl: string;
|
|
3658
3654
|
owner: {
|
|
3659
3655
|
user: {
|
|
3660
3656
|
name: string;
|
|
3661
3657
|
uid: string;
|
|
3658
|
+
id: string;
|
|
3662
3659
|
createTime: string;
|
|
3663
3660
|
updateTime: string;
|
|
3664
|
-
id: string;
|
|
3665
3661
|
profile?: {
|
|
3666
3662
|
displayName?: string | undefined;
|
|
3667
3663
|
bio?: string | undefined;
|
|
@@ -3679,15 +3675,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3679
3675
|
organization: {
|
|
3680
3676
|
name: string;
|
|
3681
3677
|
uid: string;
|
|
3678
|
+
id: string;
|
|
3682
3679
|
createTime: string;
|
|
3683
3680
|
updateTime: string;
|
|
3684
|
-
id: string;
|
|
3685
3681
|
owner: {
|
|
3686
3682
|
name: string;
|
|
3687
3683
|
uid: string;
|
|
3684
|
+
id: string;
|
|
3688
3685
|
createTime: string;
|
|
3689
3686
|
updateTime: string;
|
|
3690
|
-
id: string;
|
|
3691
3687
|
profile?: {
|
|
3692
3688
|
displayName?: string | undefined;
|
|
3693
3689
|
bio?: string | undefined;
|
|
@@ -3714,7 +3710,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3714
3710
|
} | undefined;
|
|
3715
3711
|
};
|
|
3716
3712
|
};
|
|
3713
|
+
description: string;
|
|
3714
|
+
documentationUrl: string;
|
|
3715
|
+
sourceUrl: string;
|
|
3717
3716
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
3739
3738
|
uid: string;
|
|
3739
|
+
id: string;
|
|
3740
3740
|
createTime: string;
|
|
3741
3741
|
updateTime: string;
|
|
3742
3742
|
description: string;
|
|
3743
|
-
id: string;
|
|
3744
3743
|
recipe: Record<string, any>;
|
|
3744
|
+
metadata: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
3747
3747
|
dataSpecification: {
|
|
@@ -3764,21 +3764,17 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
-
metadata: Record<string, any>;
|
|
3768
3767
|
uid: string;
|
|
3768
|
+
id: string;
|
|
3769
3769
|
createTime: string;
|
|
3770
3770
|
updateTime: string;
|
|
3771
|
-
description: string;
|
|
3772
|
-
id: string;
|
|
3773
|
-
documentationUrl: string;
|
|
3774
|
-
sourceUrl: string;
|
|
3775
3771
|
owner: {
|
|
3776
3772
|
user: {
|
|
3777
3773
|
name: string;
|
|
3778
3774
|
uid: string;
|
|
3775
|
+
id: string;
|
|
3779
3776
|
createTime: string;
|
|
3780
3777
|
updateTime: string;
|
|
3781
|
-
id: string;
|
|
3782
3778
|
profile?: {
|
|
3783
3779
|
displayName?: string | undefined;
|
|
3784
3780
|
bio?: string | undefined;
|
|
@@ -3796,15 +3792,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3796
3792
|
organization: {
|
|
3797
3793
|
name: string;
|
|
3798
3794
|
uid: string;
|
|
3795
|
+
id: string;
|
|
3799
3796
|
createTime: string;
|
|
3800
3797
|
updateTime: string;
|
|
3801
|
-
id: string;
|
|
3802
3798
|
owner: {
|
|
3803
3799
|
name: string;
|
|
3804
3800
|
uid: string;
|
|
3801
|
+
id: string;
|
|
3805
3802
|
createTime: string;
|
|
3806
3803
|
updateTime: string;
|
|
3807
|
-
id: string;
|
|
3808
3804
|
profile?: {
|
|
3809
3805
|
displayName?: string | undefined;
|
|
3810
3806
|
bio?: string | undefined;
|
|
@@ -3831,7 +3827,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3831
3827
|
} | undefined;
|
|
3832
3828
|
};
|
|
3833
3829
|
};
|
|
3830
|
+
description: string;
|
|
3831
|
+
documentationUrl: string;
|
|
3832
|
+
sourceUrl: string;
|
|
3834
3833
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
3856
3855
|
uid: string;
|
|
3856
|
+
id: string;
|
|
3857
3857
|
createTime: string;
|
|
3858
3858
|
updateTime: string;
|
|
3859
3859
|
description: string;
|
|
3860
|
-
id: string;
|
|
3861
3860
|
recipe: Record<string, any>;
|
|
3861
|
+
metadata: 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;
|
|
3967
3968
|
createTime: string;
|
|
3968
3969
|
updateTime: string;
|
|
3969
|
-
id: string;
|
|
3970
3970
|
profile?: {
|
|
3971
3971
|
displayName?: string | undefined;
|
|
3972
3972
|
bio?: string | undefined;
|
|
@@ -3982,9 +3982,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3982
3982
|
}, {
|
|
3983
3983
|
name: string;
|
|
3984
3984
|
uid: string;
|
|
3985
|
+
id: string;
|
|
3985
3986
|
createTime: string;
|
|
3986
3987
|
updateTime: string;
|
|
3987
|
-
id: string;
|
|
3988
3988
|
profile?: {
|
|
3989
3989
|
displayName?: string | undefined;
|
|
3990
3990
|
bio?: string | undefined;
|
|
@@ -4002,9 +4002,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4002
4002
|
user: {
|
|
4003
4003
|
name: string;
|
|
4004
4004
|
uid: string;
|
|
4005
|
+
id: string;
|
|
4005
4006
|
createTime: string;
|
|
4006
4007
|
updateTime: string;
|
|
4007
|
-
id: string;
|
|
4008
4008
|
profile?: {
|
|
4009
4009
|
displayName?: string | undefined;
|
|
4010
4010
|
bio?: string | undefined;
|
|
@@ -4022,9 +4022,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4022
4022
|
user: {
|
|
4023
4023
|
name: string;
|
|
4024
4024
|
uid: string;
|
|
4025
|
+
id: string;
|
|
4025
4026
|
createTime: string;
|
|
4026
4027
|
updateTime: string;
|
|
4027
|
-
id: string;
|
|
4028
4028
|
profile?: {
|
|
4029
4029
|
displayName?: string | undefined;
|
|
4030
4030
|
bio?: string | undefined;
|
|
@@ -4096,9 +4096,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4096
4096
|
}, "strip", z.ZodTypeAny, {
|
|
4097
4097
|
name: string;
|
|
4098
4098
|
uid: string;
|
|
4099
|
+
id: string;
|
|
4099
4100
|
createTime: string;
|
|
4100
4101
|
updateTime: string;
|
|
4101
|
-
id: string;
|
|
4102
4102
|
profile?: {
|
|
4103
4103
|
displayName?: string | undefined;
|
|
4104
4104
|
bio?: string | undefined;
|
|
@@ -4114,9 +4114,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4114
4114
|
}, {
|
|
4115
4115
|
name: string;
|
|
4116
4116
|
uid: string;
|
|
4117
|
+
id: string;
|
|
4117
4118
|
createTime: string;
|
|
4118
4119
|
updateTime: string;
|
|
4119
|
-
id: string;
|
|
4120
4120
|
profile?: {
|
|
4121
4121
|
displayName?: string | undefined;
|
|
4122
4122
|
bio?: string | undefined;
|
|
@@ -4172,15 +4172,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4172
4172
|
}, "strip", z.ZodTypeAny, {
|
|
4173
4173
|
name: string;
|
|
4174
4174
|
uid: string;
|
|
4175
|
+
id: string;
|
|
4175
4176
|
createTime: string;
|
|
4176
4177
|
updateTime: string;
|
|
4177
|
-
id: string;
|
|
4178
4178
|
owner: {
|
|
4179
4179
|
name: string;
|
|
4180
4180
|
uid: string;
|
|
4181
|
+
id: string;
|
|
4181
4182
|
createTime: string;
|
|
4182
4183
|
updateTime: string;
|
|
4183
|
-
id: string;
|
|
4184
4184
|
profile?: {
|
|
4185
4185
|
displayName?: string | undefined;
|
|
4186
4186
|
bio?: string | undefined;
|
|
@@ -4208,15 +4208,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4208
4208
|
}, {
|
|
4209
4209
|
name: string;
|
|
4210
4210
|
uid: string;
|
|
4211
|
+
id: string;
|
|
4211
4212
|
createTime: string;
|
|
4212
4213
|
updateTime: string;
|
|
4213
|
-
id: string;
|
|
4214
4214
|
owner: {
|
|
4215
4215
|
name: string;
|
|
4216
4216
|
uid: string;
|
|
4217
|
+
id: string;
|
|
4217
4218
|
createTime: string;
|
|
4218
4219
|
updateTime: string;
|
|
4219
|
-
id: string;
|
|
4220
4220
|
profile?: {
|
|
4221
4221
|
displayName?: string | undefined;
|
|
4222
4222
|
bio?: string | undefined;
|
|
@@ -4246,15 +4246,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4246
4246
|
organization: {
|
|
4247
4247
|
name: string;
|
|
4248
4248
|
uid: string;
|
|
4249
|
+
id: string;
|
|
4249
4250
|
createTime: string;
|
|
4250
4251
|
updateTime: string;
|
|
4251
|
-
id: string;
|
|
4252
4252
|
owner: {
|
|
4253
4253
|
name: string;
|
|
4254
4254
|
uid: string;
|
|
4255
|
+
id: string;
|
|
4255
4256
|
createTime: string;
|
|
4256
4257
|
updateTime: string;
|
|
4257
|
-
id: string;
|
|
4258
4258
|
profile?: {
|
|
4259
4259
|
displayName?: string | undefined;
|
|
4260
4260
|
bio?: string | undefined;
|
|
@@ -4284,15 +4284,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4284
4284
|
organization: {
|
|
4285
4285
|
name: string;
|
|
4286
4286
|
uid: string;
|
|
4287
|
+
id: string;
|
|
4287
4288
|
createTime: string;
|
|
4288
4289
|
updateTime: string;
|
|
4289
|
-
id: string;
|
|
4290
4290
|
owner: {
|
|
4291
4291
|
name: string;
|
|
4292
4292
|
uid: string;
|
|
4293
|
+
id: string;
|
|
4293
4294
|
createTime: string;
|
|
4294
4295
|
updateTime: string;
|
|
4295
|
-
id: string;
|
|
4296
4296
|
profile?: {
|
|
4297
4297
|
displayName?: string | undefined;
|
|
4298
4298
|
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
|
-
metadata: Record<string, any>;
|
|
4349
4348
|
uid: string;
|
|
4349
|
+
id: string;
|
|
4350
4350
|
createTime: string;
|
|
4351
4351
|
updateTime: string;
|
|
4352
4352
|
description: string;
|
|
4353
|
-
id: string;
|
|
4354
4353
|
recipe: Record<string, any>;
|
|
4354
|
+
metadata: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
4357
4357
|
dataSpecification: {
|
|
@@ -4362,13 +4362,13 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4362
4362
|
alias?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
4364
|
name: string;
|
|
4365
|
-
metadata: Record<string, any>;
|
|
4366
4365
|
uid: string;
|
|
4366
|
+
id: string;
|
|
4367
4367
|
createTime: string;
|
|
4368
4368
|
updateTime: string;
|
|
4369
4369
|
description: string;
|
|
4370
|
-
id: string;
|
|
4371
4370
|
recipe: Record<string, any>;
|
|
4371
|
+
metadata: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4456,21 +4456,17 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4456
4456
|
license: z.ZodString;
|
|
4457
4457
|
}, "strip", z.ZodTypeAny, {
|
|
4458
4458
|
name: string;
|
|
4459
|
-
metadata: Record<string, any>;
|
|
4460
4459
|
uid: string;
|
|
4460
|
+
id: string;
|
|
4461
4461
|
createTime: string;
|
|
4462
4462
|
updateTime: string;
|
|
4463
|
-
description: string;
|
|
4464
|
-
id: string;
|
|
4465
|
-
documentationUrl: string;
|
|
4466
|
-
sourceUrl: string;
|
|
4467
4463
|
owner: {
|
|
4468
4464
|
user: {
|
|
4469
4465
|
name: string;
|
|
4470
4466
|
uid: string;
|
|
4467
|
+
id: string;
|
|
4471
4468
|
createTime: string;
|
|
4472
4469
|
updateTime: string;
|
|
4473
|
-
id: string;
|
|
4474
4470
|
profile?: {
|
|
4475
4471
|
displayName?: string | undefined;
|
|
4476
4472
|
bio?: string | undefined;
|
|
@@ -4488,15 +4484,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4488
4484
|
organization: {
|
|
4489
4485
|
name: string;
|
|
4490
4486
|
uid: string;
|
|
4487
|
+
id: string;
|
|
4491
4488
|
createTime: string;
|
|
4492
4489
|
updateTime: string;
|
|
4493
|
-
id: string;
|
|
4494
4490
|
owner: {
|
|
4495
4491
|
name: string;
|
|
4496
4492
|
uid: string;
|
|
4493
|
+
id: string;
|
|
4497
4494
|
createTime: string;
|
|
4498
4495
|
updateTime: string;
|
|
4499
|
-
id: string;
|
|
4500
4496
|
profile?: {
|
|
4501
4497
|
displayName?: string | undefined;
|
|
4502
4498
|
bio?: string | undefined;
|
|
@@ -4523,7 +4519,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4523
4519
|
} | undefined;
|
|
4524
4520
|
};
|
|
4525
4521
|
};
|
|
4522
|
+
description: string;
|
|
4523
|
+
documentationUrl: string;
|
|
4524
|
+
sourceUrl: string;
|
|
4526
4525
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
4548
4547
|
uid: string;
|
|
4548
|
+
id: string;
|
|
4549
4549
|
createTime: string;
|
|
4550
4550
|
updateTime: string;
|
|
4551
4551
|
description: string;
|
|
4552
|
-
id: string;
|
|
4553
4552
|
recipe: Record<string, any>;
|
|
4553
|
+
metadata: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
4556
4556
|
dataSpecification: {
|
|
@@ -4573,21 +4573,17 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
-
metadata: Record<string, any>;
|
|
4577
4576
|
uid: string;
|
|
4577
|
+
id: string;
|
|
4578
4578
|
createTime: string;
|
|
4579
4579
|
updateTime: string;
|
|
4580
|
-
description: string;
|
|
4581
|
-
id: string;
|
|
4582
|
-
documentationUrl: string;
|
|
4583
|
-
sourceUrl: string;
|
|
4584
4580
|
owner: {
|
|
4585
4581
|
user: {
|
|
4586
4582
|
name: string;
|
|
4587
4583
|
uid: string;
|
|
4584
|
+
id: string;
|
|
4588
4585
|
createTime: string;
|
|
4589
4586
|
updateTime: string;
|
|
4590
|
-
id: string;
|
|
4591
4587
|
profile?: {
|
|
4592
4588
|
displayName?: string | undefined;
|
|
4593
4589
|
bio?: string | undefined;
|
|
@@ -4605,15 +4601,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4605
4601
|
organization: {
|
|
4606
4602
|
name: string;
|
|
4607
4603
|
uid: string;
|
|
4604
|
+
id: string;
|
|
4608
4605
|
createTime: string;
|
|
4609
4606
|
updateTime: string;
|
|
4610
|
-
id: string;
|
|
4611
4607
|
owner: {
|
|
4612
4608
|
name: string;
|
|
4613
4609
|
uid: string;
|
|
4610
|
+
id: string;
|
|
4614
4611
|
createTime: string;
|
|
4615
4612
|
updateTime: string;
|
|
4616
|
-
id: string;
|
|
4617
4613
|
profile?: {
|
|
4618
4614
|
displayName?: string | undefined;
|
|
4619
4615
|
bio?: string | undefined;
|
|
@@ -4640,7 +4636,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4640
4636
|
} | undefined;
|
|
4641
4637
|
};
|
|
4642
4638
|
};
|
|
4639
|
+
description: string;
|
|
4640
|
+
documentationUrl: string;
|
|
4641
|
+
sourceUrl: string;
|
|
4643
4642
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
4665
4664
|
uid: string;
|
|
4665
|
+
id: string;
|
|
4666
4666
|
createTime: string;
|
|
4667
4667
|
updateTime: string;
|
|
4668
4668
|
description: string;
|
|
4669
|
-
id: string;
|
|
4670
4669
|
recipe: Record<string, any>;
|
|
4670
|
+
metadata: 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;
|
|
4785
4786
|
createTime: string;
|
|
4786
4787
|
updateTime: string;
|
|
4787
|
-
id: string;
|
|
4788
4788
|
profile?: {
|
|
4789
4789
|
displayName?: string | undefined;
|
|
4790
4790
|
bio?: string | undefined;
|
|
@@ -4800,9 +4800,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4800
4800
|
}, {
|
|
4801
4801
|
name: string;
|
|
4802
4802
|
uid: string;
|
|
4803
|
+
id: string;
|
|
4803
4804
|
createTime: string;
|
|
4804
4805
|
updateTime: string;
|
|
4805
|
-
id: string;
|
|
4806
4806
|
profile?: {
|
|
4807
4807
|
displayName?: string | undefined;
|
|
4808
4808
|
bio?: string | undefined;
|
|
@@ -4820,9 +4820,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4820
4820
|
user: {
|
|
4821
4821
|
name: string;
|
|
4822
4822
|
uid: string;
|
|
4823
|
+
id: string;
|
|
4823
4824
|
createTime: string;
|
|
4824
4825
|
updateTime: string;
|
|
4825
|
-
id: string;
|
|
4826
4826
|
profile?: {
|
|
4827
4827
|
displayName?: string | undefined;
|
|
4828
4828
|
bio?: string | undefined;
|
|
@@ -4840,9 +4840,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4840
4840
|
user: {
|
|
4841
4841
|
name: string;
|
|
4842
4842
|
uid: string;
|
|
4843
|
+
id: string;
|
|
4843
4844
|
createTime: string;
|
|
4844
4845
|
updateTime: string;
|
|
4845
|
-
id: string;
|
|
4846
4846
|
profile?: {
|
|
4847
4847
|
displayName?: string | undefined;
|
|
4848
4848
|
bio?: string | undefined;
|
|
@@ -4914,9 +4914,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4914
4914
|
}, "strip", z.ZodTypeAny, {
|
|
4915
4915
|
name: string;
|
|
4916
4916
|
uid: string;
|
|
4917
|
+
id: string;
|
|
4917
4918
|
createTime: string;
|
|
4918
4919
|
updateTime: string;
|
|
4919
|
-
id: string;
|
|
4920
4920
|
profile?: {
|
|
4921
4921
|
displayName?: string | undefined;
|
|
4922
4922
|
bio?: string | undefined;
|
|
@@ -4932,9 +4932,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4932
4932
|
}, {
|
|
4933
4933
|
name: string;
|
|
4934
4934
|
uid: string;
|
|
4935
|
+
id: string;
|
|
4935
4936
|
createTime: string;
|
|
4936
4937
|
updateTime: string;
|
|
4937
|
-
id: string;
|
|
4938
4938
|
profile?: {
|
|
4939
4939
|
displayName?: string | undefined;
|
|
4940
4940
|
bio?: string | undefined;
|
|
@@ -4990,15 +4990,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4990
4990
|
}, "strip", z.ZodTypeAny, {
|
|
4991
4991
|
name: string;
|
|
4992
4992
|
uid: string;
|
|
4993
|
+
id: string;
|
|
4993
4994
|
createTime: string;
|
|
4994
4995
|
updateTime: string;
|
|
4995
|
-
id: string;
|
|
4996
4996
|
owner: {
|
|
4997
4997
|
name: string;
|
|
4998
4998
|
uid: string;
|
|
4999
|
+
id: string;
|
|
4999
5000
|
createTime: string;
|
|
5000
5001
|
updateTime: string;
|
|
5001
|
-
id: string;
|
|
5002
5002
|
profile?: {
|
|
5003
5003
|
displayName?: string | undefined;
|
|
5004
5004
|
bio?: string | undefined;
|
|
@@ -5026,15 +5026,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5026
5026
|
}, {
|
|
5027
5027
|
name: string;
|
|
5028
5028
|
uid: string;
|
|
5029
|
+
id: string;
|
|
5029
5030
|
createTime: string;
|
|
5030
5031
|
updateTime: string;
|
|
5031
|
-
id: string;
|
|
5032
5032
|
owner: {
|
|
5033
5033
|
name: string;
|
|
5034
5034
|
uid: string;
|
|
5035
|
+
id: string;
|
|
5035
5036
|
createTime: string;
|
|
5036
5037
|
updateTime: string;
|
|
5037
|
-
id: string;
|
|
5038
5038
|
profile?: {
|
|
5039
5039
|
displayName?: string | undefined;
|
|
5040
5040
|
bio?: string | undefined;
|
|
@@ -5064,15 +5064,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5064
5064
|
organization: {
|
|
5065
5065
|
name: string;
|
|
5066
5066
|
uid: string;
|
|
5067
|
+
id: string;
|
|
5067
5068
|
createTime: string;
|
|
5068
5069
|
updateTime: string;
|
|
5069
|
-
id: string;
|
|
5070
5070
|
owner: {
|
|
5071
5071
|
name: string;
|
|
5072
5072
|
uid: string;
|
|
5073
|
+
id: string;
|
|
5073
5074
|
createTime: string;
|
|
5074
5075
|
updateTime: string;
|
|
5075
|
-
id: string;
|
|
5076
5076
|
profile?: {
|
|
5077
5077
|
displayName?: string | undefined;
|
|
5078
5078
|
bio?: string | undefined;
|
|
@@ -5102,15 +5102,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5102
5102
|
organization: {
|
|
5103
5103
|
name: string;
|
|
5104
5104
|
uid: string;
|
|
5105
|
+
id: string;
|
|
5105
5106
|
createTime: string;
|
|
5106
5107
|
updateTime: string;
|
|
5107
|
-
id: string;
|
|
5108
5108
|
owner: {
|
|
5109
5109
|
name: string;
|
|
5110
5110
|
uid: string;
|
|
5111
|
+
id: string;
|
|
5111
5112
|
createTime: string;
|
|
5112
5113
|
updateTime: string;
|
|
5113
|
-
id: string;
|
|
5114
5114
|
profile?: {
|
|
5115
5115
|
displayName?: string | undefined;
|
|
5116
5116
|
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
|
-
metadata: Record<string, any>;
|
|
5167
5166
|
uid: string;
|
|
5167
|
+
id: string;
|
|
5168
5168
|
createTime: string;
|
|
5169
5169
|
updateTime: string;
|
|
5170
5170
|
description: string;
|
|
5171
|
-
id: string;
|
|
5172
5171
|
recipe: Record<string, any>;
|
|
5172
|
+
metadata: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
5175
5175
|
dataSpecification: {
|
|
@@ -5180,13 +5180,13 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5180
5180
|
alias?: string | undefined;
|
|
5181
5181
|
}, {
|
|
5182
5182
|
name: string;
|
|
5183
|
-
metadata: Record<string, any>;
|
|
5184
5183
|
uid: string;
|
|
5184
|
+
id: string;
|
|
5185
5185
|
createTime: string;
|
|
5186
5186
|
updateTime: string;
|
|
5187
5187
|
description: string;
|
|
5188
|
-
id: string;
|
|
5189
5188
|
recipe: Record<string, any>;
|
|
5189
|
+
metadata: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5274,21 +5274,17 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5274
5274
|
license: z.ZodString;
|
|
5275
5275
|
}, "strip", z.ZodTypeAny, {
|
|
5276
5276
|
name: string;
|
|
5277
|
-
metadata: Record<string, any>;
|
|
5278
5277
|
uid: string;
|
|
5278
|
+
id: string;
|
|
5279
5279
|
createTime: string;
|
|
5280
5280
|
updateTime: string;
|
|
5281
|
-
description: string;
|
|
5282
|
-
id: string;
|
|
5283
|
-
documentationUrl: string;
|
|
5284
|
-
sourceUrl: string;
|
|
5285
5281
|
owner: {
|
|
5286
5282
|
user: {
|
|
5287
5283
|
name: string;
|
|
5288
5284
|
uid: string;
|
|
5285
|
+
id: string;
|
|
5289
5286
|
createTime: string;
|
|
5290
5287
|
updateTime: string;
|
|
5291
|
-
id: string;
|
|
5292
5288
|
profile?: {
|
|
5293
5289
|
displayName?: string | undefined;
|
|
5294
5290
|
bio?: string | undefined;
|
|
@@ -5306,15 +5302,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5306
5302
|
organization: {
|
|
5307
5303
|
name: string;
|
|
5308
5304
|
uid: string;
|
|
5305
|
+
id: string;
|
|
5309
5306
|
createTime: string;
|
|
5310
5307
|
updateTime: string;
|
|
5311
|
-
id: string;
|
|
5312
5308
|
owner: {
|
|
5313
5309
|
name: string;
|
|
5314
5310
|
uid: string;
|
|
5311
|
+
id: string;
|
|
5315
5312
|
createTime: string;
|
|
5316
5313
|
updateTime: string;
|
|
5317
|
-
id: string;
|
|
5318
5314
|
profile?: {
|
|
5319
5315
|
displayName?: string | undefined;
|
|
5320
5316
|
bio?: string | undefined;
|
|
@@ -5341,7 +5337,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5341
5337
|
} | undefined;
|
|
5342
5338
|
};
|
|
5343
5339
|
};
|
|
5340
|
+
description: string;
|
|
5341
|
+
documentationUrl: string;
|
|
5342
|
+
sourceUrl: string;
|
|
5344
5343
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
5366
5365
|
uid: string;
|
|
5366
|
+
id: string;
|
|
5367
5367
|
createTime: string;
|
|
5368
5368
|
updateTime: string;
|
|
5369
5369
|
description: string;
|
|
5370
|
-
id: string;
|
|
5371
5370
|
recipe: Record<string, any>;
|
|
5371
|
+
metadata: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
5374
5374
|
dataSpecification: {
|
|
@@ -5391,21 +5391,17 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
-
metadata: Record<string, any>;
|
|
5395
5394
|
uid: string;
|
|
5395
|
+
id: string;
|
|
5396
5396
|
createTime: string;
|
|
5397
5397
|
updateTime: string;
|
|
5398
|
-
description: string;
|
|
5399
|
-
id: string;
|
|
5400
|
-
documentationUrl: string;
|
|
5401
|
-
sourceUrl: string;
|
|
5402
5398
|
owner: {
|
|
5403
5399
|
user: {
|
|
5404
5400
|
name: string;
|
|
5405
5401
|
uid: string;
|
|
5402
|
+
id: string;
|
|
5406
5403
|
createTime: string;
|
|
5407
5404
|
updateTime: string;
|
|
5408
|
-
id: string;
|
|
5409
5405
|
profile?: {
|
|
5410
5406
|
displayName?: string | undefined;
|
|
5411
5407
|
bio?: string | undefined;
|
|
@@ -5423,15 +5419,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5423
5419
|
organization: {
|
|
5424
5420
|
name: string;
|
|
5425
5421
|
uid: string;
|
|
5422
|
+
id: string;
|
|
5426
5423
|
createTime: string;
|
|
5427
5424
|
updateTime: string;
|
|
5428
|
-
id: string;
|
|
5429
5425
|
owner: {
|
|
5430
5426
|
name: string;
|
|
5431
5427
|
uid: string;
|
|
5428
|
+
id: string;
|
|
5432
5429
|
createTime: string;
|
|
5433
5430
|
updateTime: string;
|
|
5434
|
-
id: string;
|
|
5435
5431
|
profile?: {
|
|
5436
5432
|
displayName?: string | undefined;
|
|
5437
5433
|
bio?: string | undefined;
|
|
@@ -5458,7 +5454,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5458
5454
|
} | undefined;
|
|
5459
5455
|
};
|
|
5460
5456
|
};
|
|
5457
|
+
description: string;
|
|
5458
|
+
documentationUrl: string;
|
|
5459
|
+
sourceUrl: string;
|
|
5461
5460
|
recipe: Record<string, any>;
|
|
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
|
-
metadata: Record<string, any>;
|
|
5483
5482
|
uid: string;
|
|
5483
|
+
id: string;
|
|
5484
5484
|
createTime: string;
|
|
5485
5485
|
updateTime: string;
|
|
5486
5486
|
description: string;
|
|
5487
|
-
id: string;
|
|
5488
5487
|
recipe: Record<string, any>;
|
|
5488
|
+
metadata: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|
|
5491
5491
|
dataSpecification: {
|