instill-sdk 0.19.0-rc.15 → 0.19.0-rc.17
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/types.d.ts +1 -2
- package/dist/chat/types.d.ts.map +1 -1
- 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/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +30 -6
- package/dist/index.mjs +30 -6
- 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 +28 -33
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +44 -44
- package/dist/vdp/pipeline/types.d.ts +236 -236
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/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,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;
|
|
430
429
|
createTime: string;
|
|
431
430
|
updateTime: string;
|
|
431
|
+
id: string;
|
|
432
432
|
owner: {
|
|
433
433
|
name: string;
|
|
434
434
|
uid: string;
|
|
435
|
-
id: string;
|
|
436
435
|
createTime: string;
|
|
437
436
|
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;
|
|
466
465
|
createTime: string;
|
|
467
466
|
updateTime: string;
|
|
467
|
+
id: string;
|
|
468
468
|
owner: {
|
|
469
469
|
name: string;
|
|
470
470
|
uid: string;
|
|
471
|
-
id: string;
|
|
472
471
|
createTime: string;
|
|
473
472
|
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;
|
|
504
503
|
createTime: string;
|
|
505
504
|
updateTime: string;
|
|
505
|
+
id: string;
|
|
506
506
|
owner: {
|
|
507
507
|
name: string;
|
|
508
508
|
uid: string;
|
|
509
|
-
id: string;
|
|
510
509
|
createTime: string;
|
|
511
510
|
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;
|
|
542
541
|
createTime: string;
|
|
543
542
|
updateTime: string;
|
|
543
|
+
id: string;
|
|
544
544
|
owner: {
|
|
545
545
|
name: string;
|
|
546
546
|
uid: string;
|
|
547
|
-
id: string;
|
|
548
547
|
createTime: string;
|
|
549
548
|
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>;
|
|
602
603
|
uid: string;
|
|
603
|
-
id: string;
|
|
604
604
|
createTime: string;
|
|
605
605
|
updateTime: string;
|
|
606
|
+
id: string;
|
|
606
607
|
description: string;
|
|
607
608
|
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>;
|
|
619
620
|
uid: string;
|
|
620
|
-
id: string;
|
|
621
621
|
createTime: string;
|
|
622
622
|
updateTime: string;
|
|
623
|
+
id: string;
|
|
623
624
|
description: string;
|
|
624
625
|
recipe: Record<string, any>;
|
|
625
|
-
metadata: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -710,17 +710,19 @@ 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>;
|
|
713
714
|
uid: string;
|
|
714
|
-
id: string;
|
|
715
715
|
createTime: string;
|
|
716
716
|
updateTime: string;
|
|
717
|
+
id: string;
|
|
718
|
+
description: string;
|
|
717
719
|
owner: {
|
|
718
720
|
user: {
|
|
719
721
|
name: string;
|
|
720
722
|
uid: string;
|
|
721
|
-
id: string;
|
|
722
723
|
createTime: string;
|
|
723
724
|
updateTime: string;
|
|
725
|
+
id: string;
|
|
724
726
|
profile?: {
|
|
725
727
|
displayName?: string | undefined;
|
|
726
728
|
bio?: string | undefined;
|
|
@@ -738,15 +740,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
738
740
|
organization: {
|
|
739
741
|
name: string;
|
|
740
742
|
uid: string;
|
|
741
|
-
id: string;
|
|
742
743
|
createTime: string;
|
|
743
744
|
updateTime: string;
|
|
745
|
+
id: string;
|
|
744
746
|
owner: {
|
|
745
747
|
name: string;
|
|
746
748
|
uid: string;
|
|
747
|
-
id: string;
|
|
748
749
|
createTime: string;
|
|
749
750
|
updateTime: string;
|
|
751
|
+
id: string;
|
|
750
752
|
profile?: {
|
|
751
753
|
displayName?: string | undefined;
|
|
752
754
|
bio?: string | undefined;
|
|
@@ -773,11 +775,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
773
775
|
} | undefined;
|
|
774
776
|
};
|
|
775
777
|
};
|
|
776
|
-
description: string;
|
|
777
778
|
documentationUrl: string;
|
|
778
779
|
sourceUrl: string;
|
|
779
780
|
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>;
|
|
801
802
|
uid: string;
|
|
802
|
-
id: string;
|
|
803
803
|
createTime: string;
|
|
804
804
|
updateTime: string;
|
|
805
|
+
id: string;
|
|
805
806
|
description: string;
|
|
806
807
|
recipe: Record<string, any>;
|
|
807
|
-
metadata: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
810
810
|
dataSpecification: {
|
|
@@ -827,17 +827,19 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
+
metadata: Record<string, any>;
|
|
830
831
|
uid: string;
|
|
831
|
-
id: string;
|
|
832
832
|
createTime: string;
|
|
833
833
|
updateTime: string;
|
|
834
|
+
id: string;
|
|
835
|
+
description: string;
|
|
834
836
|
owner: {
|
|
835
837
|
user: {
|
|
836
838
|
name: string;
|
|
837
839
|
uid: string;
|
|
838
|
-
id: string;
|
|
839
840
|
createTime: string;
|
|
840
841
|
updateTime: string;
|
|
842
|
+
id: string;
|
|
841
843
|
profile?: {
|
|
842
844
|
displayName?: string | undefined;
|
|
843
845
|
bio?: string | undefined;
|
|
@@ -855,15 +857,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
855
857
|
organization: {
|
|
856
858
|
name: string;
|
|
857
859
|
uid: string;
|
|
858
|
-
id: string;
|
|
859
860
|
createTime: string;
|
|
860
861
|
updateTime: string;
|
|
862
|
+
id: string;
|
|
861
863
|
owner: {
|
|
862
864
|
name: string;
|
|
863
865
|
uid: string;
|
|
864
|
-
id: string;
|
|
865
866
|
createTime: string;
|
|
866
867
|
updateTime: string;
|
|
868
|
+
id: string;
|
|
867
869
|
profile?: {
|
|
868
870
|
displayName?: string | undefined;
|
|
869
871
|
bio?: string | undefined;
|
|
@@ -890,11 +892,9 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
890
892
|
} | undefined;
|
|
891
893
|
};
|
|
892
894
|
};
|
|
893
|
-
description: string;
|
|
894
895
|
documentationUrl: string;
|
|
895
896
|
sourceUrl: string;
|
|
896
897
|
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>;
|
|
918
919
|
uid: string;
|
|
919
|
-
id: string;
|
|
920
920
|
createTime: string;
|
|
921
921
|
updateTime: string;
|
|
922
|
+
id: string;
|
|
922
923
|
description: string;
|
|
923
924
|
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;
|
|
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,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;
|
|
1260
1259
|
createTime: string;
|
|
1261
1260
|
updateTime: string;
|
|
1261
|
+
id: string;
|
|
1262
1262
|
owner: {
|
|
1263
1263
|
name: string;
|
|
1264
1264
|
uid: string;
|
|
1265
|
-
id: string;
|
|
1266
1265
|
createTime: string;
|
|
1267
1266
|
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;
|
|
1296
1295
|
createTime: string;
|
|
1297
1296
|
updateTime: string;
|
|
1297
|
+
id: string;
|
|
1298
1298
|
owner: {
|
|
1299
1299
|
name: string;
|
|
1300
1300
|
uid: string;
|
|
1301
|
-
id: string;
|
|
1302
1301
|
createTime: string;
|
|
1303
1302
|
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;
|
|
1334
1333
|
createTime: string;
|
|
1335
1334
|
updateTime: string;
|
|
1335
|
+
id: string;
|
|
1336
1336
|
owner: {
|
|
1337
1337
|
name: string;
|
|
1338
1338
|
uid: string;
|
|
1339
|
-
id: string;
|
|
1340
1339
|
createTime: string;
|
|
1341
1340
|
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;
|
|
1372
1371
|
createTime: string;
|
|
1373
1372
|
updateTime: string;
|
|
1373
|
+
id: string;
|
|
1374
1374
|
owner: {
|
|
1375
1375
|
name: string;
|
|
1376
1376
|
uid: string;
|
|
1377
|
-
id: string;
|
|
1378
1377
|
createTime: string;
|
|
1379
1378
|
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>;
|
|
1432
1433
|
uid: string;
|
|
1433
|
-
id: string;
|
|
1434
1434
|
createTime: string;
|
|
1435
1435
|
updateTime: string;
|
|
1436
|
+
id: string;
|
|
1436
1437
|
description: string;
|
|
1437
1438
|
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>;
|
|
1449
1450
|
uid: string;
|
|
1450
|
-
id: string;
|
|
1451
1451
|
createTime: string;
|
|
1452
1452
|
updateTime: string;
|
|
1453
|
+
id: string;
|
|
1453
1454
|
description: string;
|
|
1454
1455
|
recipe: Record<string, any>;
|
|
1455
|
-
metadata: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1540,17 +1540,19 @@ 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>;
|
|
1543
1544
|
uid: string;
|
|
1544
|
-
id: string;
|
|
1545
1545
|
createTime: string;
|
|
1546
1546
|
updateTime: string;
|
|
1547
|
+
id: string;
|
|
1548
|
+
description: string;
|
|
1547
1549
|
owner: {
|
|
1548
1550
|
user: {
|
|
1549
1551
|
name: string;
|
|
1550
1552
|
uid: string;
|
|
1551
|
-
id: string;
|
|
1552
1553
|
createTime: string;
|
|
1553
1554
|
updateTime: string;
|
|
1555
|
+
id: string;
|
|
1554
1556
|
profile?: {
|
|
1555
1557
|
displayName?: string | undefined;
|
|
1556
1558
|
bio?: string | undefined;
|
|
@@ -1568,15 +1570,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1568
1570
|
organization: {
|
|
1569
1571
|
name: string;
|
|
1570
1572
|
uid: string;
|
|
1571
|
-
id: string;
|
|
1572
1573
|
createTime: string;
|
|
1573
1574
|
updateTime: string;
|
|
1575
|
+
id: string;
|
|
1574
1576
|
owner: {
|
|
1575
1577
|
name: string;
|
|
1576
1578
|
uid: string;
|
|
1577
|
-
id: string;
|
|
1578
1579
|
createTime: string;
|
|
1579
1580
|
updateTime: string;
|
|
1581
|
+
id: string;
|
|
1580
1582
|
profile?: {
|
|
1581
1583
|
displayName?: string | undefined;
|
|
1582
1584
|
bio?: string | undefined;
|
|
@@ -1603,11 +1605,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1603
1605
|
} | undefined;
|
|
1604
1606
|
};
|
|
1605
1607
|
};
|
|
1606
|
-
description: string;
|
|
1607
1608
|
documentationUrl: string;
|
|
1608
1609
|
sourceUrl: string;
|
|
1609
1610
|
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>;
|
|
1631
1632
|
uid: string;
|
|
1632
|
-
id: string;
|
|
1633
1633
|
createTime: string;
|
|
1634
1634
|
updateTime: string;
|
|
1635
|
+
id: string;
|
|
1635
1636
|
description: string;
|
|
1636
1637
|
recipe: Record<string, any>;
|
|
1637
|
-
metadata: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
1640
1640
|
dataSpecification: {
|
|
@@ -1657,17 +1657,19 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
+
metadata: Record<string, any>;
|
|
1660
1661
|
uid: string;
|
|
1661
|
-
id: string;
|
|
1662
1662
|
createTime: string;
|
|
1663
1663
|
updateTime: string;
|
|
1664
|
+
id: string;
|
|
1665
|
+
description: string;
|
|
1664
1666
|
owner: {
|
|
1665
1667
|
user: {
|
|
1666
1668
|
name: string;
|
|
1667
1669
|
uid: string;
|
|
1668
|
-
id: string;
|
|
1669
1670
|
createTime: string;
|
|
1670
1671
|
updateTime: string;
|
|
1672
|
+
id: string;
|
|
1671
1673
|
profile?: {
|
|
1672
1674
|
displayName?: string | undefined;
|
|
1673
1675
|
bio?: string | undefined;
|
|
@@ -1685,15 +1687,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1685
1687
|
organization: {
|
|
1686
1688
|
name: string;
|
|
1687
1689
|
uid: string;
|
|
1688
|
-
id: string;
|
|
1689
1690
|
createTime: string;
|
|
1690
1691
|
updateTime: string;
|
|
1692
|
+
id: string;
|
|
1691
1693
|
owner: {
|
|
1692
1694
|
name: string;
|
|
1693
1695
|
uid: string;
|
|
1694
|
-
id: string;
|
|
1695
1696
|
createTime: string;
|
|
1696
1697
|
updateTime: string;
|
|
1698
|
+
id: string;
|
|
1697
1699
|
profile?: {
|
|
1698
1700
|
displayName?: string | undefined;
|
|
1699
1701
|
bio?: string | undefined;
|
|
@@ -1720,11 +1722,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1720
1722
|
} | undefined;
|
|
1721
1723
|
};
|
|
1722
1724
|
};
|
|
1723
|
-
description: string;
|
|
1724
1725
|
documentationUrl: string;
|
|
1725
1726
|
sourceUrl: string;
|
|
1726
1727
|
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>;
|
|
1748
1749
|
uid: string;
|
|
1749
|
-
id: string;
|
|
1750
1750
|
createTime: string;
|
|
1751
1751
|
updateTime: string;
|
|
1752
|
+
id: string;
|
|
1752
1753
|
description: string;
|
|
1753
1754
|
recipe: Record<string, any>;
|
|
1754
|
-
metadata: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
1757
1757
|
dataSpecification: {
|
|
@@ -1780,17 +1780,19 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
1782
|
name: string;
|
|
1783
|
+
metadata: Record<string, any>;
|
|
1783
1784
|
uid: string;
|
|
1784
|
-
id: string;
|
|
1785
1785
|
createTime: string;
|
|
1786
1786
|
updateTime: string;
|
|
1787
|
+
id: string;
|
|
1788
|
+
description: string;
|
|
1787
1789
|
owner: {
|
|
1788
1790
|
user: {
|
|
1789
1791
|
name: string;
|
|
1790
1792
|
uid: string;
|
|
1791
|
-
id: string;
|
|
1792
1793
|
createTime: string;
|
|
1793
1794
|
updateTime: string;
|
|
1795
|
+
id: string;
|
|
1794
1796
|
profile?: {
|
|
1795
1797
|
displayName?: string | undefined;
|
|
1796
1798
|
bio?: string | undefined;
|
|
@@ -1808,15 +1810,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1808
1810
|
organization: {
|
|
1809
1811
|
name: string;
|
|
1810
1812
|
uid: string;
|
|
1811
|
-
id: string;
|
|
1812
1813
|
createTime: string;
|
|
1813
1814
|
updateTime: string;
|
|
1815
|
+
id: string;
|
|
1814
1816
|
owner: {
|
|
1815
1817
|
name: string;
|
|
1816
1818
|
uid: string;
|
|
1817
|
-
id: string;
|
|
1818
1819
|
createTime: string;
|
|
1819
1820
|
updateTime: string;
|
|
1821
|
+
id: string;
|
|
1820
1822
|
profile?: {
|
|
1821
1823
|
displayName?: string | undefined;
|
|
1822
1824
|
bio?: string | undefined;
|
|
@@ -1843,11 +1845,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1843
1845
|
} | undefined;
|
|
1844
1846
|
};
|
|
1845
1847
|
};
|
|
1846
|
-
description: string;
|
|
1847
1848
|
documentationUrl: string;
|
|
1848
1849
|
sourceUrl: string;
|
|
1849
1850
|
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>;
|
|
1871
1872
|
uid: string;
|
|
1872
|
-
id: string;
|
|
1873
1873
|
createTime: string;
|
|
1874
1874
|
updateTime: string;
|
|
1875
|
+
id: string;
|
|
1875
1876
|
description: string;
|
|
1876
1877
|
recipe: Record<string, any>;
|
|
1877
|
-
metadata: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
1880
1880
|
dataSpecification: {
|
|
@@ -1901,17 +1901,19 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
1903
|
name: string;
|
|
1904
|
+
metadata: Record<string, any>;
|
|
1904
1905
|
uid: string;
|
|
1905
|
-
id: string;
|
|
1906
1906
|
createTime: string;
|
|
1907
1907
|
updateTime: string;
|
|
1908
|
+
id: string;
|
|
1909
|
+
description: string;
|
|
1908
1910
|
owner: {
|
|
1909
1911
|
user: {
|
|
1910
1912
|
name: string;
|
|
1911
1913
|
uid: string;
|
|
1912
|
-
id: string;
|
|
1913
1914
|
createTime: string;
|
|
1914
1915
|
updateTime: string;
|
|
1916
|
+
id: string;
|
|
1915
1917
|
profile?: {
|
|
1916
1918
|
displayName?: string | undefined;
|
|
1917
1919
|
bio?: string | undefined;
|
|
@@ -1929,15 +1931,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1929
1931
|
organization: {
|
|
1930
1932
|
name: string;
|
|
1931
1933
|
uid: string;
|
|
1932
|
-
id: string;
|
|
1933
1934
|
createTime: string;
|
|
1934
1935
|
updateTime: string;
|
|
1936
|
+
id: string;
|
|
1935
1937
|
owner: {
|
|
1936
1938
|
name: string;
|
|
1937
1939
|
uid: string;
|
|
1938
|
-
id: string;
|
|
1939
1940
|
createTime: string;
|
|
1940
1941
|
updateTime: string;
|
|
1942
|
+
id: string;
|
|
1941
1943
|
profile?: {
|
|
1942
1944
|
displayName?: string | undefined;
|
|
1943
1945
|
bio?: string | undefined;
|
|
@@ -1964,11 +1966,9 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1964
1966
|
} | undefined;
|
|
1965
1967
|
};
|
|
1966
1968
|
};
|
|
1967
|
-
description: string;
|
|
1968
1969
|
documentationUrl: string;
|
|
1969
1970
|
sourceUrl: string;
|
|
1970
1971
|
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>;
|
|
1992
1993
|
uid: string;
|
|
1993
|
-
id: string;
|
|
1994
1994
|
createTime: string;
|
|
1995
1995
|
updateTime: string;
|
|
1996
|
+
id: string;
|
|
1996
1997
|
description: string;
|
|
1997
1998
|
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;
|
|
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,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;
|
|
2317
2316
|
createTime: string;
|
|
2318
2317
|
updateTime: string;
|
|
2318
|
+
id: string;
|
|
2319
2319
|
owner: {
|
|
2320
2320
|
name: string;
|
|
2321
2321
|
uid: string;
|
|
2322
|
-
id: string;
|
|
2323
2322
|
createTime: string;
|
|
2324
2323
|
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;
|
|
2353
2352
|
createTime: string;
|
|
2354
2353
|
updateTime: string;
|
|
2354
|
+
id: string;
|
|
2355
2355
|
owner: {
|
|
2356
2356
|
name: string;
|
|
2357
2357
|
uid: string;
|
|
2358
|
-
id: string;
|
|
2359
2358
|
createTime: string;
|
|
2360
2359
|
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;
|
|
2391
2390
|
createTime: string;
|
|
2392
2391
|
updateTime: string;
|
|
2392
|
+
id: string;
|
|
2393
2393
|
owner: {
|
|
2394
2394
|
name: string;
|
|
2395
2395
|
uid: string;
|
|
2396
|
-
id: string;
|
|
2397
2396
|
createTime: string;
|
|
2398
2397
|
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;
|
|
2429
2428
|
createTime: string;
|
|
2430
2429
|
updateTime: string;
|
|
2430
|
+
id: string;
|
|
2431
2431
|
owner: {
|
|
2432
2432
|
name: string;
|
|
2433
2433
|
uid: string;
|
|
2434
|
-
id: string;
|
|
2435
2434
|
createTime: string;
|
|
2436
2435
|
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>;
|
|
2489
2490
|
uid: string;
|
|
2490
|
-
id: string;
|
|
2491
2491
|
createTime: string;
|
|
2492
2492
|
updateTime: string;
|
|
2493
|
+
id: string;
|
|
2493
2494
|
description: string;
|
|
2494
2495
|
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>;
|
|
2506
2507
|
uid: string;
|
|
2507
|
-
id: string;
|
|
2508
2508
|
createTime: string;
|
|
2509
2509
|
updateTime: string;
|
|
2510
|
+
id: string;
|
|
2510
2511
|
description: string;
|
|
2511
2512
|
recipe: Record<string, any>;
|
|
2512
|
-
metadata: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2597,17 +2597,19 @@ 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>;
|
|
2600
2601
|
uid: string;
|
|
2601
|
-
id: string;
|
|
2602
2602
|
createTime: string;
|
|
2603
2603
|
updateTime: string;
|
|
2604
|
+
id: string;
|
|
2605
|
+
description: string;
|
|
2604
2606
|
owner: {
|
|
2605
2607
|
user: {
|
|
2606
2608
|
name: string;
|
|
2607
2609
|
uid: string;
|
|
2608
|
-
id: string;
|
|
2609
2610
|
createTime: string;
|
|
2610
2611
|
updateTime: string;
|
|
2612
|
+
id: string;
|
|
2611
2613
|
profile?: {
|
|
2612
2614
|
displayName?: string | undefined;
|
|
2613
2615
|
bio?: string | undefined;
|
|
@@ -2625,15 +2627,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2625
2627
|
organization: {
|
|
2626
2628
|
name: string;
|
|
2627
2629
|
uid: string;
|
|
2628
|
-
id: string;
|
|
2629
2630
|
createTime: string;
|
|
2630
2631
|
updateTime: string;
|
|
2632
|
+
id: string;
|
|
2631
2633
|
owner: {
|
|
2632
2634
|
name: string;
|
|
2633
2635
|
uid: string;
|
|
2634
|
-
id: string;
|
|
2635
2636
|
createTime: string;
|
|
2636
2637
|
updateTime: string;
|
|
2638
|
+
id: string;
|
|
2637
2639
|
profile?: {
|
|
2638
2640
|
displayName?: string | undefined;
|
|
2639
2641
|
bio?: string | undefined;
|
|
@@ -2660,11 +2662,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2660
2662
|
} | undefined;
|
|
2661
2663
|
};
|
|
2662
2664
|
};
|
|
2663
|
-
description: string;
|
|
2664
2665
|
documentationUrl: string;
|
|
2665
2666
|
sourceUrl: string;
|
|
2666
2667
|
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>;
|
|
2688
2689
|
uid: string;
|
|
2689
|
-
id: string;
|
|
2690
2690
|
createTime: string;
|
|
2691
2691
|
updateTime: string;
|
|
2692
|
+
id: string;
|
|
2692
2693
|
description: string;
|
|
2693
2694
|
recipe: Record<string, any>;
|
|
2694
|
-
metadata: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
2697
2697
|
dataSpecification: {
|
|
@@ -2714,17 +2714,19 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
+
metadata: Record<string, any>;
|
|
2717
2718
|
uid: string;
|
|
2718
|
-
id: string;
|
|
2719
2719
|
createTime: string;
|
|
2720
2720
|
updateTime: string;
|
|
2721
|
+
id: string;
|
|
2722
|
+
description: string;
|
|
2721
2723
|
owner: {
|
|
2722
2724
|
user: {
|
|
2723
2725
|
name: string;
|
|
2724
2726
|
uid: string;
|
|
2725
|
-
id: string;
|
|
2726
2727
|
createTime: string;
|
|
2727
2728
|
updateTime: string;
|
|
2729
|
+
id: string;
|
|
2728
2730
|
profile?: {
|
|
2729
2731
|
displayName?: string | undefined;
|
|
2730
2732
|
bio?: string | undefined;
|
|
@@ -2742,15 +2744,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2742
2744
|
organization: {
|
|
2743
2745
|
name: string;
|
|
2744
2746
|
uid: string;
|
|
2745
|
-
id: string;
|
|
2746
2747
|
createTime: string;
|
|
2747
2748
|
updateTime: string;
|
|
2749
|
+
id: string;
|
|
2748
2750
|
owner: {
|
|
2749
2751
|
name: string;
|
|
2750
2752
|
uid: string;
|
|
2751
|
-
id: string;
|
|
2752
2753
|
createTime: string;
|
|
2753
2754
|
updateTime: string;
|
|
2755
|
+
id: string;
|
|
2754
2756
|
profile?: {
|
|
2755
2757
|
displayName?: string | undefined;
|
|
2756
2758
|
bio?: string | undefined;
|
|
@@ -2777,11 +2779,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2777
2779
|
} | undefined;
|
|
2778
2780
|
};
|
|
2779
2781
|
};
|
|
2780
|
-
description: string;
|
|
2781
2782
|
documentationUrl: string;
|
|
2782
2783
|
sourceUrl: string;
|
|
2783
2784
|
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>;
|
|
2805
2806
|
uid: string;
|
|
2806
|
-
id: string;
|
|
2807
2807
|
createTime: string;
|
|
2808
2808
|
updateTime: string;
|
|
2809
|
+
id: string;
|
|
2809
2810
|
description: string;
|
|
2810
2811
|
recipe: Record<string, any>;
|
|
2811
|
-
metadata: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
2814
2814
|
dataSpecification: {
|
|
@@ -2837,17 +2837,19 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
2839
|
name: string;
|
|
2840
|
+
metadata: Record<string, any>;
|
|
2840
2841
|
uid: string;
|
|
2841
|
-
id: string;
|
|
2842
2842
|
createTime: string;
|
|
2843
2843
|
updateTime: string;
|
|
2844
|
+
id: string;
|
|
2845
|
+
description: string;
|
|
2844
2846
|
owner: {
|
|
2845
2847
|
user: {
|
|
2846
2848
|
name: string;
|
|
2847
2849
|
uid: string;
|
|
2848
|
-
id: string;
|
|
2849
2850
|
createTime: string;
|
|
2850
2851
|
updateTime: string;
|
|
2852
|
+
id: string;
|
|
2851
2853
|
profile?: {
|
|
2852
2854
|
displayName?: string | undefined;
|
|
2853
2855
|
bio?: string | undefined;
|
|
@@ -2865,15 +2867,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2865
2867
|
organization: {
|
|
2866
2868
|
name: string;
|
|
2867
2869
|
uid: string;
|
|
2868
|
-
id: string;
|
|
2869
2870
|
createTime: string;
|
|
2870
2871
|
updateTime: string;
|
|
2872
|
+
id: string;
|
|
2871
2873
|
owner: {
|
|
2872
2874
|
name: string;
|
|
2873
2875
|
uid: string;
|
|
2874
|
-
id: string;
|
|
2875
2876
|
createTime: string;
|
|
2876
2877
|
updateTime: string;
|
|
2878
|
+
id: string;
|
|
2877
2879
|
profile?: {
|
|
2878
2880
|
displayName?: string | undefined;
|
|
2879
2881
|
bio?: string | undefined;
|
|
@@ -2900,11 +2902,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2900
2902
|
} | undefined;
|
|
2901
2903
|
};
|
|
2902
2904
|
};
|
|
2903
|
-
description: string;
|
|
2904
2905
|
documentationUrl: string;
|
|
2905
2906
|
sourceUrl: string;
|
|
2906
2907
|
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>;
|
|
2928
2929
|
uid: string;
|
|
2929
|
-
id: string;
|
|
2930
2930
|
createTime: string;
|
|
2931
2931
|
updateTime: string;
|
|
2932
|
+
id: string;
|
|
2932
2933
|
description: string;
|
|
2933
2934
|
recipe: Record<string, any>;
|
|
2934
|
-
metadata: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
2937
2937
|
dataSpecification: {
|
|
@@ -2958,17 +2958,19 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
2960
|
name: string;
|
|
2961
|
+
metadata: Record<string, any>;
|
|
2961
2962
|
uid: string;
|
|
2962
|
-
id: string;
|
|
2963
2963
|
createTime: string;
|
|
2964
2964
|
updateTime: string;
|
|
2965
|
+
id: string;
|
|
2966
|
+
description: string;
|
|
2965
2967
|
owner: {
|
|
2966
2968
|
user: {
|
|
2967
2969
|
name: string;
|
|
2968
2970
|
uid: string;
|
|
2969
|
-
id: string;
|
|
2970
2971
|
createTime: string;
|
|
2971
2972
|
updateTime: string;
|
|
2973
|
+
id: string;
|
|
2972
2974
|
profile?: {
|
|
2973
2975
|
displayName?: string | undefined;
|
|
2974
2976
|
bio?: string | undefined;
|
|
@@ -2986,15 +2988,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2986
2988
|
organization: {
|
|
2987
2989
|
name: string;
|
|
2988
2990
|
uid: string;
|
|
2989
|
-
id: string;
|
|
2990
2991
|
createTime: string;
|
|
2991
2992
|
updateTime: string;
|
|
2993
|
+
id: string;
|
|
2992
2994
|
owner: {
|
|
2993
2995
|
name: string;
|
|
2994
2996
|
uid: string;
|
|
2995
|
-
id: string;
|
|
2996
2997
|
createTime: string;
|
|
2997
2998
|
updateTime: string;
|
|
2999
|
+
id: string;
|
|
2998
3000
|
profile?: {
|
|
2999
3001
|
displayName?: string | undefined;
|
|
3000
3002
|
bio?: string | undefined;
|
|
@@ -3021,11 +3023,9 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3021
3023
|
} | undefined;
|
|
3022
3024
|
};
|
|
3023
3025
|
};
|
|
3024
|
-
description: string;
|
|
3025
3026
|
documentationUrl: string;
|
|
3026
3027
|
sourceUrl: string;
|
|
3027
3028
|
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>;
|
|
3049
3050
|
uid: string;
|
|
3050
|
-
id: string;
|
|
3051
3051
|
createTime: string;
|
|
3052
3052
|
updateTime: string;
|
|
3053
|
+
id: string;
|
|
3053
3054
|
description: string;
|
|
3054
3055
|
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;
|
|
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,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;
|
|
3367
3366
|
createTime: string;
|
|
3368
3367
|
updateTime: string;
|
|
3368
|
+
id: string;
|
|
3369
3369
|
owner: {
|
|
3370
3370
|
name: string;
|
|
3371
3371
|
uid: string;
|
|
3372
|
-
id: string;
|
|
3373
3372
|
createTime: string;
|
|
3374
3373
|
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;
|
|
3403
3402
|
createTime: string;
|
|
3404
3403
|
updateTime: string;
|
|
3404
|
+
id: string;
|
|
3405
3405
|
owner: {
|
|
3406
3406
|
name: string;
|
|
3407
3407
|
uid: string;
|
|
3408
|
-
id: string;
|
|
3409
3408
|
createTime: string;
|
|
3410
3409
|
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;
|
|
3441
3440
|
createTime: string;
|
|
3442
3441
|
updateTime: string;
|
|
3442
|
+
id: string;
|
|
3443
3443
|
owner: {
|
|
3444
3444
|
name: string;
|
|
3445
3445
|
uid: string;
|
|
3446
|
-
id: string;
|
|
3447
3446
|
createTime: string;
|
|
3448
3447
|
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;
|
|
3479
3478
|
createTime: string;
|
|
3480
3479
|
updateTime: string;
|
|
3480
|
+
id: string;
|
|
3481
3481
|
owner: {
|
|
3482
3482
|
name: string;
|
|
3483
3483
|
uid: string;
|
|
3484
|
-
id: string;
|
|
3485
3484
|
createTime: string;
|
|
3486
3485
|
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>;
|
|
3539
3540
|
uid: string;
|
|
3540
|
-
id: string;
|
|
3541
3541
|
createTime: string;
|
|
3542
3542
|
updateTime: string;
|
|
3543
|
+
id: string;
|
|
3543
3544
|
description: string;
|
|
3544
3545
|
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>;
|
|
3556
3557
|
uid: string;
|
|
3557
|
-
id: string;
|
|
3558
3558
|
createTime: string;
|
|
3559
3559
|
updateTime: string;
|
|
3560
|
+
id: string;
|
|
3560
3561
|
description: string;
|
|
3561
3562
|
recipe: Record<string, any>;
|
|
3562
|
-
metadata: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3647,17 +3647,19 @@ 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>;
|
|
3650
3651
|
uid: string;
|
|
3651
|
-
id: string;
|
|
3652
3652
|
createTime: string;
|
|
3653
3653
|
updateTime: string;
|
|
3654
|
+
id: string;
|
|
3655
|
+
description: string;
|
|
3654
3656
|
owner: {
|
|
3655
3657
|
user: {
|
|
3656
3658
|
name: string;
|
|
3657
3659
|
uid: string;
|
|
3658
|
-
id: string;
|
|
3659
3660
|
createTime: string;
|
|
3660
3661
|
updateTime: string;
|
|
3662
|
+
id: string;
|
|
3661
3663
|
profile?: {
|
|
3662
3664
|
displayName?: string | undefined;
|
|
3663
3665
|
bio?: string | undefined;
|
|
@@ -3675,15 +3677,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3675
3677
|
organization: {
|
|
3676
3678
|
name: string;
|
|
3677
3679
|
uid: string;
|
|
3678
|
-
id: string;
|
|
3679
3680
|
createTime: string;
|
|
3680
3681
|
updateTime: string;
|
|
3682
|
+
id: string;
|
|
3681
3683
|
owner: {
|
|
3682
3684
|
name: string;
|
|
3683
3685
|
uid: string;
|
|
3684
|
-
id: string;
|
|
3685
3686
|
createTime: string;
|
|
3686
3687
|
updateTime: string;
|
|
3688
|
+
id: string;
|
|
3687
3689
|
profile?: {
|
|
3688
3690
|
displayName?: string | undefined;
|
|
3689
3691
|
bio?: string | undefined;
|
|
@@ -3710,11 +3712,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3710
3712
|
} | undefined;
|
|
3711
3713
|
};
|
|
3712
3714
|
};
|
|
3713
|
-
description: string;
|
|
3714
3715
|
documentationUrl: string;
|
|
3715
3716
|
sourceUrl: string;
|
|
3716
3717
|
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>;
|
|
3738
3739
|
uid: string;
|
|
3739
|
-
id: string;
|
|
3740
3740
|
createTime: string;
|
|
3741
3741
|
updateTime: string;
|
|
3742
|
+
id: string;
|
|
3742
3743
|
description: string;
|
|
3743
3744
|
recipe: Record<string, any>;
|
|
3744
|
-
metadata: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
3747
3747
|
dataSpecification: {
|
|
@@ -3764,17 +3764,19 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
+
metadata: Record<string, any>;
|
|
3767
3768
|
uid: string;
|
|
3768
|
-
id: string;
|
|
3769
3769
|
createTime: string;
|
|
3770
3770
|
updateTime: string;
|
|
3771
|
+
id: string;
|
|
3772
|
+
description: string;
|
|
3771
3773
|
owner: {
|
|
3772
3774
|
user: {
|
|
3773
3775
|
name: string;
|
|
3774
3776
|
uid: string;
|
|
3775
|
-
id: string;
|
|
3776
3777
|
createTime: string;
|
|
3777
3778
|
updateTime: string;
|
|
3779
|
+
id: string;
|
|
3778
3780
|
profile?: {
|
|
3779
3781
|
displayName?: string | undefined;
|
|
3780
3782
|
bio?: string | undefined;
|
|
@@ -3792,15 +3794,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3792
3794
|
organization: {
|
|
3793
3795
|
name: string;
|
|
3794
3796
|
uid: string;
|
|
3795
|
-
id: string;
|
|
3796
3797
|
createTime: string;
|
|
3797
3798
|
updateTime: string;
|
|
3799
|
+
id: string;
|
|
3798
3800
|
owner: {
|
|
3799
3801
|
name: string;
|
|
3800
3802
|
uid: string;
|
|
3801
|
-
id: string;
|
|
3802
3803
|
createTime: string;
|
|
3803
3804
|
updateTime: string;
|
|
3805
|
+
id: string;
|
|
3804
3806
|
profile?: {
|
|
3805
3807
|
displayName?: string | undefined;
|
|
3806
3808
|
bio?: string | undefined;
|
|
@@ -3827,11 +3829,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3827
3829
|
} | undefined;
|
|
3828
3830
|
};
|
|
3829
3831
|
};
|
|
3830
|
-
description: string;
|
|
3831
3832
|
documentationUrl: string;
|
|
3832
3833
|
sourceUrl: string;
|
|
3833
3834
|
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>;
|
|
3855
3856
|
uid: string;
|
|
3856
|
-
id: string;
|
|
3857
3857
|
createTime: string;
|
|
3858
3858
|
updateTime: string;
|
|
3859
|
+
id: string;
|
|
3859
3860
|
description: string;
|
|
3860
3861
|
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;
|
|
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,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;
|
|
4176
4175
|
createTime: string;
|
|
4177
4176
|
updateTime: string;
|
|
4177
|
+
id: string;
|
|
4178
4178
|
owner: {
|
|
4179
4179
|
name: string;
|
|
4180
4180
|
uid: string;
|
|
4181
|
-
id: string;
|
|
4182
4181
|
createTime: string;
|
|
4183
4182
|
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;
|
|
4212
4211
|
createTime: string;
|
|
4213
4212
|
updateTime: string;
|
|
4213
|
+
id: string;
|
|
4214
4214
|
owner: {
|
|
4215
4215
|
name: string;
|
|
4216
4216
|
uid: string;
|
|
4217
|
-
id: string;
|
|
4218
4217
|
createTime: string;
|
|
4219
4218
|
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;
|
|
4250
4249
|
createTime: string;
|
|
4251
4250
|
updateTime: string;
|
|
4251
|
+
id: string;
|
|
4252
4252
|
owner: {
|
|
4253
4253
|
name: string;
|
|
4254
4254
|
uid: string;
|
|
4255
|
-
id: string;
|
|
4256
4255
|
createTime: string;
|
|
4257
4256
|
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;
|
|
4288
4287
|
createTime: string;
|
|
4289
4288
|
updateTime: string;
|
|
4289
|
+
id: string;
|
|
4290
4290
|
owner: {
|
|
4291
4291
|
name: string;
|
|
4292
4292
|
uid: string;
|
|
4293
|
-
id: string;
|
|
4294
4293
|
createTime: string;
|
|
4295
4294
|
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>;
|
|
4348
4349
|
uid: string;
|
|
4349
|
-
id: string;
|
|
4350
4350
|
createTime: string;
|
|
4351
4351
|
updateTime: string;
|
|
4352
|
+
id: string;
|
|
4352
4353
|
description: string;
|
|
4353
4354
|
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>;
|
|
4365
4366
|
uid: string;
|
|
4366
|
-
id: string;
|
|
4367
4367
|
createTime: string;
|
|
4368
4368
|
updateTime: string;
|
|
4369
|
+
id: string;
|
|
4369
4370
|
description: string;
|
|
4370
4371
|
recipe: Record<string, any>;
|
|
4371
|
-
metadata: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4456,17 +4456,19 @@ 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>;
|
|
4459
4460
|
uid: string;
|
|
4460
|
-
id: string;
|
|
4461
4461
|
createTime: string;
|
|
4462
4462
|
updateTime: string;
|
|
4463
|
+
id: string;
|
|
4464
|
+
description: string;
|
|
4463
4465
|
owner: {
|
|
4464
4466
|
user: {
|
|
4465
4467
|
name: string;
|
|
4466
4468
|
uid: string;
|
|
4467
|
-
id: string;
|
|
4468
4469
|
createTime: string;
|
|
4469
4470
|
updateTime: string;
|
|
4471
|
+
id: string;
|
|
4470
4472
|
profile?: {
|
|
4471
4473
|
displayName?: string | undefined;
|
|
4472
4474
|
bio?: string | undefined;
|
|
@@ -4484,15 +4486,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4484
4486
|
organization: {
|
|
4485
4487
|
name: string;
|
|
4486
4488
|
uid: string;
|
|
4487
|
-
id: string;
|
|
4488
4489
|
createTime: string;
|
|
4489
4490
|
updateTime: string;
|
|
4491
|
+
id: string;
|
|
4490
4492
|
owner: {
|
|
4491
4493
|
name: string;
|
|
4492
4494
|
uid: string;
|
|
4493
|
-
id: string;
|
|
4494
4495
|
createTime: string;
|
|
4495
4496
|
updateTime: string;
|
|
4497
|
+
id: string;
|
|
4496
4498
|
profile?: {
|
|
4497
4499
|
displayName?: string | undefined;
|
|
4498
4500
|
bio?: string | undefined;
|
|
@@ -4519,11 +4521,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4519
4521
|
} | undefined;
|
|
4520
4522
|
};
|
|
4521
4523
|
};
|
|
4522
|
-
description: string;
|
|
4523
4524
|
documentationUrl: string;
|
|
4524
4525
|
sourceUrl: string;
|
|
4525
4526
|
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>;
|
|
4547
4548
|
uid: string;
|
|
4548
|
-
id: string;
|
|
4549
4549
|
createTime: string;
|
|
4550
4550
|
updateTime: string;
|
|
4551
|
+
id: string;
|
|
4551
4552
|
description: string;
|
|
4552
4553
|
recipe: Record<string, any>;
|
|
4553
|
-
metadata: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
4556
4556
|
dataSpecification: {
|
|
@@ -4573,17 +4573,19 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
+
metadata: Record<string, any>;
|
|
4576
4577
|
uid: string;
|
|
4577
|
-
id: string;
|
|
4578
4578
|
createTime: string;
|
|
4579
4579
|
updateTime: string;
|
|
4580
|
+
id: string;
|
|
4581
|
+
description: string;
|
|
4580
4582
|
owner: {
|
|
4581
4583
|
user: {
|
|
4582
4584
|
name: string;
|
|
4583
4585
|
uid: string;
|
|
4584
|
-
id: string;
|
|
4585
4586
|
createTime: string;
|
|
4586
4587
|
updateTime: string;
|
|
4588
|
+
id: string;
|
|
4587
4589
|
profile?: {
|
|
4588
4590
|
displayName?: string | undefined;
|
|
4589
4591
|
bio?: string | undefined;
|
|
@@ -4601,15 +4603,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4601
4603
|
organization: {
|
|
4602
4604
|
name: string;
|
|
4603
4605
|
uid: string;
|
|
4604
|
-
id: string;
|
|
4605
4606
|
createTime: string;
|
|
4606
4607
|
updateTime: string;
|
|
4608
|
+
id: string;
|
|
4607
4609
|
owner: {
|
|
4608
4610
|
name: string;
|
|
4609
4611
|
uid: string;
|
|
4610
|
-
id: string;
|
|
4611
4612
|
createTime: string;
|
|
4612
4613
|
updateTime: string;
|
|
4614
|
+
id: string;
|
|
4613
4615
|
profile?: {
|
|
4614
4616
|
displayName?: string | undefined;
|
|
4615
4617
|
bio?: string | undefined;
|
|
@@ -4636,11 +4638,9 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4636
4638
|
} | undefined;
|
|
4637
4639
|
};
|
|
4638
4640
|
};
|
|
4639
|
-
description: string;
|
|
4640
4641
|
documentationUrl: string;
|
|
4641
4642
|
sourceUrl: string;
|
|
4642
4643
|
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>;
|
|
4664
4665
|
uid: string;
|
|
4665
|
-
id: string;
|
|
4666
4666
|
createTime: string;
|
|
4667
4667
|
updateTime: string;
|
|
4668
|
+
id: string;
|
|
4668
4669
|
description: string;
|
|
4669
4670
|
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;
|
|
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,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;
|
|
4994
4993
|
createTime: string;
|
|
4995
4994
|
updateTime: string;
|
|
4995
|
+
id: string;
|
|
4996
4996
|
owner: {
|
|
4997
4997
|
name: string;
|
|
4998
4998
|
uid: string;
|
|
4999
|
-
id: string;
|
|
5000
4999
|
createTime: string;
|
|
5001
5000
|
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;
|
|
5030
5029
|
createTime: string;
|
|
5031
5030
|
updateTime: string;
|
|
5031
|
+
id: string;
|
|
5032
5032
|
owner: {
|
|
5033
5033
|
name: string;
|
|
5034
5034
|
uid: string;
|
|
5035
|
-
id: string;
|
|
5036
5035
|
createTime: string;
|
|
5037
5036
|
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;
|
|
5068
5067
|
createTime: string;
|
|
5069
5068
|
updateTime: string;
|
|
5069
|
+
id: string;
|
|
5070
5070
|
owner: {
|
|
5071
5071
|
name: string;
|
|
5072
5072
|
uid: string;
|
|
5073
|
-
id: string;
|
|
5074
5073
|
createTime: string;
|
|
5075
5074
|
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;
|
|
5106
5105
|
createTime: string;
|
|
5107
5106
|
updateTime: string;
|
|
5107
|
+
id: string;
|
|
5108
5108
|
owner: {
|
|
5109
5109
|
name: string;
|
|
5110
5110
|
uid: string;
|
|
5111
|
-
id: string;
|
|
5112
5111
|
createTime: string;
|
|
5113
5112
|
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>;
|
|
5166
5167
|
uid: string;
|
|
5167
|
-
id: string;
|
|
5168
5168
|
createTime: string;
|
|
5169
5169
|
updateTime: string;
|
|
5170
|
+
id: string;
|
|
5170
5171
|
description: string;
|
|
5171
5172
|
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>;
|
|
5183
5184
|
uid: string;
|
|
5184
|
-
id: string;
|
|
5185
5185
|
createTime: string;
|
|
5186
5186
|
updateTime: string;
|
|
5187
|
+
id: string;
|
|
5187
5188
|
description: string;
|
|
5188
5189
|
recipe: Record<string, any>;
|
|
5189
|
-
metadata: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5274,17 +5274,19 @@ 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>;
|
|
5277
5278
|
uid: string;
|
|
5278
|
-
id: string;
|
|
5279
5279
|
createTime: string;
|
|
5280
5280
|
updateTime: string;
|
|
5281
|
+
id: string;
|
|
5282
|
+
description: string;
|
|
5281
5283
|
owner: {
|
|
5282
5284
|
user: {
|
|
5283
5285
|
name: string;
|
|
5284
5286
|
uid: string;
|
|
5285
|
-
id: string;
|
|
5286
5287
|
createTime: string;
|
|
5287
5288
|
updateTime: string;
|
|
5289
|
+
id: string;
|
|
5288
5290
|
profile?: {
|
|
5289
5291
|
displayName?: string | undefined;
|
|
5290
5292
|
bio?: string | undefined;
|
|
@@ -5302,15 +5304,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5302
5304
|
organization: {
|
|
5303
5305
|
name: string;
|
|
5304
5306
|
uid: string;
|
|
5305
|
-
id: string;
|
|
5306
5307
|
createTime: string;
|
|
5307
5308
|
updateTime: string;
|
|
5309
|
+
id: string;
|
|
5308
5310
|
owner: {
|
|
5309
5311
|
name: string;
|
|
5310
5312
|
uid: string;
|
|
5311
|
-
id: string;
|
|
5312
5313
|
createTime: string;
|
|
5313
5314
|
updateTime: string;
|
|
5315
|
+
id: string;
|
|
5314
5316
|
profile?: {
|
|
5315
5317
|
displayName?: string | undefined;
|
|
5316
5318
|
bio?: string | undefined;
|
|
@@ -5337,11 +5339,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5337
5339
|
} | undefined;
|
|
5338
5340
|
};
|
|
5339
5341
|
};
|
|
5340
|
-
description: string;
|
|
5341
5342
|
documentationUrl: string;
|
|
5342
5343
|
sourceUrl: string;
|
|
5343
5344
|
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>;
|
|
5365
5366
|
uid: string;
|
|
5366
|
-
id: string;
|
|
5367
5367
|
createTime: string;
|
|
5368
5368
|
updateTime: string;
|
|
5369
|
+
id: string;
|
|
5369
5370
|
description: string;
|
|
5370
5371
|
recipe: Record<string, any>;
|
|
5371
|
-
metadata: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
5374
5374
|
dataSpecification: {
|
|
@@ -5391,17 +5391,19 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
+
metadata: Record<string, any>;
|
|
5394
5395
|
uid: string;
|
|
5395
|
-
id: string;
|
|
5396
5396
|
createTime: string;
|
|
5397
5397
|
updateTime: string;
|
|
5398
|
+
id: string;
|
|
5399
|
+
description: string;
|
|
5398
5400
|
owner: {
|
|
5399
5401
|
user: {
|
|
5400
5402
|
name: string;
|
|
5401
5403
|
uid: string;
|
|
5402
|
-
id: string;
|
|
5403
5404
|
createTime: string;
|
|
5404
5405
|
updateTime: string;
|
|
5406
|
+
id: string;
|
|
5405
5407
|
profile?: {
|
|
5406
5408
|
displayName?: string | undefined;
|
|
5407
5409
|
bio?: string | undefined;
|
|
@@ -5419,15 +5421,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5419
5421
|
organization: {
|
|
5420
5422
|
name: string;
|
|
5421
5423
|
uid: string;
|
|
5422
|
-
id: string;
|
|
5423
5424
|
createTime: string;
|
|
5424
5425
|
updateTime: string;
|
|
5426
|
+
id: string;
|
|
5425
5427
|
owner: {
|
|
5426
5428
|
name: string;
|
|
5427
5429
|
uid: string;
|
|
5428
|
-
id: string;
|
|
5429
5430
|
createTime: string;
|
|
5430
5431
|
updateTime: string;
|
|
5432
|
+
id: string;
|
|
5431
5433
|
profile?: {
|
|
5432
5434
|
displayName?: string | undefined;
|
|
5433
5435
|
bio?: string | undefined;
|
|
@@ -5454,11 +5456,9 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5454
5456
|
} | undefined;
|
|
5455
5457
|
};
|
|
5456
5458
|
};
|
|
5457
|
-
description: string;
|
|
5458
5459
|
documentationUrl: string;
|
|
5459
5460
|
sourceUrl: string;
|
|
5460
5461
|
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>;
|
|
5482
5483
|
uid: string;
|
|
5483
|
-
id: string;
|
|
5484
5484
|
createTime: string;
|
|
5485
5485
|
updateTime: string;
|
|
5486
|
+
id: string;
|
|
5486
5487
|
description: string;
|
|
5487
5488
|
recipe: Record<string, any>;
|
|
5488
|
-
metadata: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|
|
5491
5491
|
dataSpecification: {
|