instill-sdk 0.19.0-rc.25 → 0.19.0-rc.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat/types.d.ts +2 -2
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/integration/type.d.ts +18 -18
- package/dist/core/membership/types.d.ts +144 -144
- package/dist/core/organization/types.d.ts +10 -10
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +45 -41
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +72 -72
- package/dist/vdp/pipeline/types.d.ts +336 -336
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +3 -3
|
@@ -424,6 +424,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
424
424
|
} | undefined;
|
|
425
425
|
}>>;
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
|
+
name: string;
|
|
428
|
+
uid: string;
|
|
429
|
+
id: string;
|
|
430
|
+
createTime: string;
|
|
431
|
+
updateTime: string;
|
|
427
432
|
owner: {
|
|
428
433
|
name: string;
|
|
429
434
|
uid: string;
|
|
@@ -443,11 +448,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
443
448
|
} | undefined;
|
|
444
449
|
} | undefined;
|
|
445
450
|
};
|
|
446
|
-
name: string;
|
|
447
|
-
uid: string;
|
|
448
|
-
id: string;
|
|
449
|
-
createTime: string;
|
|
450
|
-
updateTime: string;
|
|
451
451
|
profile?: {
|
|
452
452
|
displayName?: string | undefined;
|
|
453
453
|
bio?: string | undefined;
|
|
@@ -460,6 +460,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
460
460
|
} | undefined;
|
|
461
461
|
} | undefined;
|
|
462
462
|
}, {
|
|
463
|
+
name: string;
|
|
464
|
+
uid: string;
|
|
465
|
+
id: string;
|
|
466
|
+
createTime: string;
|
|
467
|
+
updateTime: string;
|
|
463
468
|
owner: {
|
|
464
469
|
name: string;
|
|
465
470
|
uid: string;
|
|
@@ -479,11 +484,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
479
484
|
} | undefined;
|
|
480
485
|
} | undefined;
|
|
481
486
|
};
|
|
482
|
-
name: string;
|
|
483
|
-
uid: string;
|
|
484
|
-
id: string;
|
|
485
|
-
createTime: string;
|
|
486
|
-
updateTime: string;
|
|
487
487
|
profile?: {
|
|
488
488
|
displayName?: string | undefined;
|
|
489
489
|
bio?: string | undefined;
|
|
@@ -498,6 +498,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
498
498
|
}>;
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
500
|
organization: {
|
|
501
|
+
name: string;
|
|
502
|
+
uid: string;
|
|
503
|
+
id: string;
|
|
504
|
+
createTime: string;
|
|
505
|
+
updateTime: string;
|
|
501
506
|
owner: {
|
|
502
507
|
name: string;
|
|
503
508
|
uid: string;
|
|
@@ -517,11 +522,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
517
522
|
} | undefined;
|
|
518
523
|
} | undefined;
|
|
519
524
|
};
|
|
520
|
-
name: string;
|
|
521
|
-
uid: string;
|
|
522
|
-
id: string;
|
|
523
|
-
createTime: string;
|
|
524
|
-
updateTime: string;
|
|
525
525
|
profile?: {
|
|
526
526
|
displayName?: string | undefined;
|
|
527
527
|
bio?: string | undefined;
|
|
@@ -536,6 +536,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
536
536
|
};
|
|
537
537
|
}, {
|
|
538
538
|
organization: {
|
|
539
|
+
name: string;
|
|
540
|
+
uid: string;
|
|
541
|
+
id: string;
|
|
542
|
+
createTime: string;
|
|
543
|
+
updateTime: string;
|
|
539
544
|
owner: {
|
|
540
545
|
name: string;
|
|
541
546
|
uid: string;
|
|
@@ -555,11 +560,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
555
560
|
} | undefined;
|
|
556
561
|
} | undefined;
|
|
557
562
|
};
|
|
558
|
-
name: string;
|
|
559
|
-
uid: string;
|
|
560
|
-
id: string;
|
|
561
|
-
createTime: string;
|
|
562
|
-
updateTime: string;
|
|
563
563
|
profile?: {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
@@ -599,12 +599,12 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
599
599
|
}>;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
601
|
name: string;
|
|
602
|
-
description: string;
|
|
603
602
|
uid: string;
|
|
604
603
|
id: string;
|
|
605
|
-
recipe: Record<string, any>;
|
|
606
604
|
createTime: string;
|
|
607
605
|
updateTime: string;
|
|
606
|
+
description: string;
|
|
607
|
+
recipe: Record<string, any>;
|
|
608
608
|
metadata: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
@@ -616,12 +616,12 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
616
616
|
alias?: string | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
name: string;
|
|
619
|
-
description: string;
|
|
620
619
|
uid: string;
|
|
621
620
|
id: string;
|
|
622
|
-
recipe: Record<string, any>;
|
|
623
621
|
createTime: string;
|
|
624
622
|
updateTime: string;
|
|
623
|
+
description: string;
|
|
624
|
+
recipe: Record<string, any>;
|
|
625
625
|
metadata: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
@@ -709,6 +709,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
709
709
|
documentationUrl: z.ZodString;
|
|
710
710
|
license: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
|
+
name: string;
|
|
713
|
+
uid: string;
|
|
714
|
+
id: string;
|
|
715
|
+
createTime: string;
|
|
716
|
+
updateTime: string;
|
|
712
717
|
owner: {
|
|
713
718
|
user: {
|
|
714
719
|
name: string;
|
|
@@ -731,6 +736,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
731
736
|
};
|
|
732
737
|
} | {
|
|
733
738
|
organization: {
|
|
739
|
+
name: string;
|
|
740
|
+
uid: string;
|
|
741
|
+
id: string;
|
|
742
|
+
createTime: string;
|
|
743
|
+
updateTime: string;
|
|
734
744
|
owner: {
|
|
735
745
|
name: string;
|
|
736
746
|
uid: string;
|
|
@@ -750,11 +760,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
750
760
|
} | undefined;
|
|
751
761
|
} | undefined;
|
|
752
762
|
};
|
|
753
|
-
name: string;
|
|
754
|
-
uid: string;
|
|
755
|
-
id: string;
|
|
756
|
-
createTime: string;
|
|
757
|
-
updateTime: string;
|
|
758
763
|
profile?: {
|
|
759
764
|
displayName?: string | undefined;
|
|
760
765
|
bio?: string | undefined;
|
|
@@ -768,15 +773,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
768
773
|
} | undefined;
|
|
769
774
|
};
|
|
770
775
|
};
|
|
771
|
-
name: string;
|
|
772
776
|
description: string;
|
|
773
|
-
uid: string;
|
|
774
|
-
id: string;
|
|
775
777
|
documentationUrl: string;
|
|
776
778
|
sourceUrl: string;
|
|
777
779
|
recipe: Record<string, any>;
|
|
778
|
-
createTime: string;
|
|
779
|
-
updateTime: string;
|
|
780
780
|
metadata: Record<string, any>;
|
|
781
781
|
readme: string;
|
|
782
782
|
dataSpecification: {
|
|
@@ -798,12 +798,12 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
798
798
|
ownerName: string;
|
|
799
799
|
releases: {
|
|
800
800
|
name: string;
|
|
801
|
-
description: string;
|
|
802
801
|
uid: string;
|
|
803
802
|
id: string;
|
|
804
|
-
recipe: Record<string, any>;
|
|
805
803
|
createTime: string;
|
|
806
804
|
updateTime: string;
|
|
805
|
+
description: string;
|
|
806
|
+
recipe: Record<string, any>;
|
|
807
807
|
metadata: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
@@ -826,6 +826,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
826
826
|
profileImage: string;
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
|
+
name: string;
|
|
830
|
+
uid: string;
|
|
831
|
+
id: string;
|
|
832
|
+
createTime: string;
|
|
833
|
+
updateTime: string;
|
|
829
834
|
owner: {
|
|
830
835
|
user: {
|
|
831
836
|
name: string;
|
|
@@ -848,6 +853,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
848
853
|
};
|
|
849
854
|
} | {
|
|
850
855
|
organization: {
|
|
856
|
+
name: string;
|
|
857
|
+
uid: string;
|
|
858
|
+
id: string;
|
|
859
|
+
createTime: string;
|
|
860
|
+
updateTime: string;
|
|
851
861
|
owner: {
|
|
852
862
|
name: string;
|
|
853
863
|
uid: string;
|
|
@@ -867,11 +877,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
867
877
|
} | undefined;
|
|
868
878
|
} | undefined;
|
|
869
879
|
};
|
|
870
|
-
name: string;
|
|
871
|
-
uid: string;
|
|
872
|
-
id: string;
|
|
873
|
-
createTime: string;
|
|
874
|
-
updateTime: string;
|
|
875
880
|
profile?: {
|
|
876
881
|
displayName?: string | undefined;
|
|
877
882
|
bio?: string | undefined;
|
|
@@ -885,15 +890,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
885
890
|
} | undefined;
|
|
886
891
|
};
|
|
887
892
|
};
|
|
888
|
-
name: string;
|
|
889
893
|
description: string;
|
|
890
|
-
uid: string;
|
|
891
|
-
id: string;
|
|
892
894
|
documentationUrl: string;
|
|
893
895
|
sourceUrl: string;
|
|
894
896
|
recipe: Record<string, any>;
|
|
895
|
-
createTime: string;
|
|
896
|
-
updateTime: string;
|
|
897
897
|
metadata: Record<string, any>;
|
|
898
898
|
readme: string;
|
|
899
899
|
dataSpecification: {
|
|
@@ -915,12 +915,12 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
915
915
|
ownerName: string;
|
|
916
916
|
releases: {
|
|
917
917
|
name: string;
|
|
918
|
-
description: string;
|
|
919
918
|
uid: string;
|
|
920
919
|
id: string;
|
|
921
|
-
recipe: Record<string, any>;
|
|
922
920
|
createTime: string;
|
|
923
921
|
updateTime: string;
|
|
922
|
+
description: string;
|
|
923
|
+
recipe: Record<string, any>;
|
|
924
924
|
metadata: Record<string, any>;
|
|
925
925
|
readme: string;
|
|
926
926
|
rawRecipe: string;
|
|
@@ -1254,6 +1254,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1254
1254
|
} | undefined;
|
|
1255
1255
|
}>>;
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
|
+
name: string;
|
|
1258
|
+
uid: string;
|
|
1259
|
+
id: string;
|
|
1260
|
+
createTime: string;
|
|
1261
|
+
updateTime: string;
|
|
1257
1262
|
owner: {
|
|
1258
1263
|
name: string;
|
|
1259
1264
|
uid: string;
|
|
@@ -1273,11 +1278,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1273
1278
|
} | undefined;
|
|
1274
1279
|
} | undefined;
|
|
1275
1280
|
};
|
|
1276
|
-
name: string;
|
|
1277
|
-
uid: string;
|
|
1278
|
-
id: string;
|
|
1279
|
-
createTime: string;
|
|
1280
|
-
updateTime: string;
|
|
1281
1281
|
profile?: {
|
|
1282
1282
|
displayName?: string | undefined;
|
|
1283
1283
|
bio?: string | undefined;
|
|
@@ -1290,6 +1290,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1290
1290
|
} | undefined;
|
|
1291
1291
|
} | undefined;
|
|
1292
1292
|
}, {
|
|
1293
|
+
name: string;
|
|
1294
|
+
uid: string;
|
|
1295
|
+
id: string;
|
|
1296
|
+
createTime: string;
|
|
1297
|
+
updateTime: string;
|
|
1293
1298
|
owner: {
|
|
1294
1299
|
name: string;
|
|
1295
1300
|
uid: string;
|
|
@@ -1309,11 +1314,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1309
1314
|
} | undefined;
|
|
1310
1315
|
} | undefined;
|
|
1311
1316
|
};
|
|
1312
|
-
name: string;
|
|
1313
|
-
uid: string;
|
|
1314
|
-
id: string;
|
|
1315
|
-
createTime: string;
|
|
1316
|
-
updateTime: string;
|
|
1317
1317
|
profile?: {
|
|
1318
1318
|
displayName?: string | undefined;
|
|
1319
1319
|
bio?: string | undefined;
|
|
@@ -1328,6 +1328,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1328
1328
|
}>;
|
|
1329
1329
|
}, "strip", z.ZodTypeAny, {
|
|
1330
1330
|
organization: {
|
|
1331
|
+
name: string;
|
|
1332
|
+
uid: string;
|
|
1333
|
+
id: string;
|
|
1334
|
+
createTime: string;
|
|
1335
|
+
updateTime: string;
|
|
1331
1336
|
owner: {
|
|
1332
1337
|
name: string;
|
|
1333
1338
|
uid: string;
|
|
@@ -1347,11 +1352,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1347
1352
|
} | undefined;
|
|
1348
1353
|
} | undefined;
|
|
1349
1354
|
};
|
|
1350
|
-
name: string;
|
|
1351
|
-
uid: string;
|
|
1352
|
-
id: string;
|
|
1353
|
-
createTime: string;
|
|
1354
|
-
updateTime: string;
|
|
1355
1355
|
profile?: {
|
|
1356
1356
|
displayName?: string | undefined;
|
|
1357
1357
|
bio?: string | undefined;
|
|
@@ -1366,6 +1366,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1366
1366
|
};
|
|
1367
1367
|
}, {
|
|
1368
1368
|
organization: {
|
|
1369
|
+
name: string;
|
|
1370
|
+
uid: string;
|
|
1371
|
+
id: string;
|
|
1372
|
+
createTime: string;
|
|
1373
|
+
updateTime: string;
|
|
1369
1374
|
owner: {
|
|
1370
1375
|
name: string;
|
|
1371
1376
|
uid: string;
|
|
@@ -1385,11 +1390,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1385
1390
|
} | undefined;
|
|
1386
1391
|
} | undefined;
|
|
1387
1392
|
};
|
|
1388
|
-
name: string;
|
|
1389
|
-
uid: string;
|
|
1390
|
-
id: string;
|
|
1391
|
-
createTime: string;
|
|
1392
|
-
updateTime: string;
|
|
1393
1393
|
profile?: {
|
|
1394
1394
|
displayName?: string | undefined;
|
|
1395
1395
|
bio?: string | undefined;
|
|
@@ -1429,12 +1429,12 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1429
1429
|
}>;
|
|
1430
1430
|
}, "strip", z.ZodTypeAny, {
|
|
1431
1431
|
name: string;
|
|
1432
|
-
description: string;
|
|
1433
1432
|
uid: string;
|
|
1434
1433
|
id: string;
|
|
1435
|
-
recipe: Record<string, any>;
|
|
1436
1434
|
createTime: string;
|
|
1437
1435
|
updateTime: string;
|
|
1436
|
+
description: string;
|
|
1437
|
+
recipe: Record<string, any>;
|
|
1438
1438
|
metadata: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
@@ -1446,12 +1446,12 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1446
1446
|
alias?: string | undefined;
|
|
1447
1447
|
}, {
|
|
1448
1448
|
name: string;
|
|
1449
|
-
description: string;
|
|
1450
1449
|
uid: string;
|
|
1451
1450
|
id: string;
|
|
1452
|
-
recipe: Record<string, any>;
|
|
1453
1451
|
createTime: string;
|
|
1454
1452
|
updateTime: string;
|
|
1453
|
+
description: string;
|
|
1454
|
+
recipe: Record<string, any>;
|
|
1455
1455
|
metadata: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
@@ -1539,6 +1539,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1539
1539
|
documentationUrl: z.ZodString;
|
|
1540
1540
|
license: z.ZodString;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
|
+
name: string;
|
|
1543
|
+
uid: string;
|
|
1544
|
+
id: string;
|
|
1545
|
+
createTime: string;
|
|
1546
|
+
updateTime: string;
|
|
1542
1547
|
owner: {
|
|
1543
1548
|
user: {
|
|
1544
1549
|
name: string;
|
|
@@ -1561,6 +1566,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1561
1566
|
};
|
|
1562
1567
|
} | {
|
|
1563
1568
|
organization: {
|
|
1569
|
+
name: string;
|
|
1570
|
+
uid: string;
|
|
1571
|
+
id: string;
|
|
1572
|
+
createTime: string;
|
|
1573
|
+
updateTime: string;
|
|
1564
1574
|
owner: {
|
|
1565
1575
|
name: string;
|
|
1566
1576
|
uid: string;
|
|
@@ -1580,11 +1590,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1580
1590
|
} | undefined;
|
|
1581
1591
|
} | undefined;
|
|
1582
1592
|
};
|
|
1583
|
-
name: string;
|
|
1584
|
-
uid: string;
|
|
1585
|
-
id: string;
|
|
1586
|
-
createTime: string;
|
|
1587
|
-
updateTime: string;
|
|
1588
1593
|
profile?: {
|
|
1589
1594
|
displayName?: string | undefined;
|
|
1590
1595
|
bio?: string | undefined;
|
|
@@ -1598,15 +1603,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1598
1603
|
} | undefined;
|
|
1599
1604
|
};
|
|
1600
1605
|
};
|
|
1601
|
-
name: string;
|
|
1602
1606
|
description: string;
|
|
1603
|
-
uid: string;
|
|
1604
|
-
id: string;
|
|
1605
1607
|
documentationUrl: string;
|
|
1606
1608
|
sourceUrl: string;
|
|
1607
1609
|
recipe: Record<string, any>;
|
|
1608
|
-
createTime: string;
|
|
1609
|
-
updateTime: string;
|
|
1610
1610
|
metadata: Record<string, any>;
|
|
1611
1611
|
readme: string;
|
|
1612
1612
|
dataSpecification: {
|
|
@@ -1628,12 +1628,12 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1628
1628
|
ownerName: string;
|
|
1629
1629
|
releases: {
|
|
1630
1630
|
name: string;
|
|
1631
|
-
description: string;
|
|
1632
1631
|
uid: string;
|
|
1633
1632
|
id: string;
|
|
1634
|
-
recipe: Record<string, any>;
|
|
1635
1633
|
createTime: string;
|
|
1636
1634
|
updateTime: string;
|
|
1635
|
+
description: string;
|
|
1636
|
+
recipe: Record<string, any>;
|
|
1637
1637
|
metadata: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
@@ -1656,6 +1656,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1656
1656
|
profileImage: string;
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
|
+
name: string;
|
|
1660
|
+
uid: string;
|
|
1661
|
+
id: string;
|
|
1662
|
+
createTime: string;
|
|
1663
|
+
updateTime: string;
|
|
1659
1664
|
owner: {
|
|
1660
1665
|
user: {
|
|
1661
1666
|
name: string;
|
|
@@ -1678,6 +1683,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1678
1683
|
};
|
|
1679
1684
|
} | {
|
|
1680
1685
|
organization: {
|
|
1686
|
+
name: string;
|
|
1687
|
+
uid: string;
|
|
1688
|
+
id: string;
|
|
1689
|
+
createTime: string;
|
|
1690
|
+
updateTime: string;
|
|
1681
1691
|
owner: {
|
|
1682
1692
|
name: string;
|
|
1683
1693
|
uid: string;
|
|
@@ -1697,11 +1707,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1697
1707
|
} | undefined;
|
|
1698
1708
|
} | undefined;
|
|
1699
1709
|
};
|
|
1700
|
-
name: string;
|
|
1701
|
-
uid: string;
|
|
1702
|
-
id: string;
|
|
1703
|
-
createTime: string;
|
|
1704
|
-
updateTime: string;
|
|
1705
1710
|
profile?: {
|
|
1706
1711
|
displayName?: string | undefined;
|
|
1707
1712
|
bio?: string | undefined;
|
|
@@ -1715,15 +1720,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1715
1720
|
} | undefined;
|
|
1716
1721
|
};
|
|
1717
1722
|
};
|
|
1718
|
-
name: string;
|
|
1719
1723
|
description: string;
|
|
1720
|
-
uid: string;
|
|
1721
|
-
id: string;
|
|
1722
1724
|
documentationUrl: string;
|
|
1723
1725
|
sourceUrl: string;
|
|
1724
1726
|
recipe: Record<string, any>;
|
|
1725
|
-
createTime: string;
|
|
1726
|
-
updateTime: string;
|
|
1727
1727
|
metadata: Record<string, any>;
|
|
1728
1728
|
readme: string;
|
|
1729
1729
|
dataSpecification: {
|
|
@@ -1745,12 +1745,12 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1745
1745
|
ownerName: string;
|
|
1746
1746
|
releases: {
|
|
1747
1747
|
name: string;
|
|
1748
|
-
description: string;
|
|
1749
1748
|
uid: string;
|
|
1750
1749
|
id: string;
|
|
1751
|
-
recipe: Record<string, any>;
|
|
1752
1750
|
createTime: string;
|
|
1753
1751
|
updateTime: string;
|
|
1752
|
+
description: string;
|
|
1753
|
+
recipe: Record<string, any>;
|
|
1754
1754
|
metadata: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
@@ -1779,6 +1779,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1779
1779
|
nextPageToken: string;
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
|
+
name: string;
|
|
1783
|
+
uid: string;
|
|
1784
|
+
id: string;
|
|
1785
|
+
createTime: string;
|
|
1786
|
+
updateTime: string;
|
|
1782
1787
|
owner: {
|
|
1783
1788
|
user: {
|
|
1784
1789
|
name: string;
|
|
@@ -1801,6 +1806,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1801
1806
|
};
|
|
1802
1807
|
} | {
|
|
1803
1808
|
organization: {
|
|
1809
|
+
name: string;
|
|
1810
|
+
uid: string;
|
|
1811
|
+
id: string;
|
|
1812
|
+
createTime: string;
|
|
1813
|
+
updateTime: string;
|
|
1804
1814
|
owner: {
|
|
1805
1815
|
name: string;
|
|
1806
1816
|
uid: string;
|
|
@@ -1820,11 +1830,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1820
1830
|
} | undefined;
|
|
1821
1831
|
} | undefined;
|
|
1822
1832
|
};
|
|
1823
|
-
name: string;
|
|
1824
|
-
uid: string;
|
|
1825
|
-
id: string;
|
|
1826
|
-
createTime: string;
|
|
1827
|
-
updateTime: string;
|
|
1828
1833
|
profile?: {
|
|
1829
1834
|
displayName?: string | undefined;
|
|
1830
1835
|
bio?: string | undefined;
|
|
@@ -1838,15 +1843,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1838
1843
|
} | undefined;
|
|
1839
1844
|
};
|
|
1840
1845
|
};
|
|
1841
|
-
name: string;
|
|
1842
1846
|
description: string;
|
|
1843
|
-
uid: string;
|
|
1844
|
-
id: string;
|
|
1845
1847
|
documentationUrl: string;
|
|
1846
1848
|
sourceUrl: string;
|
|
1847
1849
|
recipe: Record<string, any>;
|
|
1848
|
-
createTime: string;
|
|
1849
|
-
updateTime: string;
|
|
1850
1850
|
metadata: Record<string, any>;
|
|
1851
1851
|
readme: string;
|
|
1852
1852
|
dataSpecification: {
|
|
@@ -1868,12 +1868,12 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1868
1868
|
ownerName: string;
|
|
1869
1869
|
releases: {
|
|
1870
1870
|
name: string;
|
|
1871
|
-
description: string;
|
|
1872
1871
|
uid: string;
|
|
1873
1872
|
id: string;
|
|
1874
|
-
recipe: Record<string, any>;
|
|
1875
1873
|
createTime: string;
|
|
1876
1874
|
updateTime: string;
|
|
1875
|
+
description: string;
|
|
1876
|
+
recipe: Record<string, any>;
|
|
1877
1877
|
metadata: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
@@ -1900,6 +1900,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1900
1900
|
nextPageToken: string;
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
|
+
name: string;
|
|
1904
|
+
uid: string;
|
|
1905
|
+
id: string;
|
|
1906
|
+
createTime: string;
|
|
1907
|
+
updateTime: string;
|
|
1903
1908
|
owner: {
|
|
1904
1909
|
user: {
|
|
1905
1910
|
name: string;
|
|
@@ -1922,6 +1927,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1922
1927
|
};
|
|
1923
1928
|
} | {
|
|
1924
1929
|
organization: {
|
|
1930
|
+
name: string;
|
|
1931
|
+
uid: string;
|
|
1932
|
+
id: string;
|
|
1933
|
+
createTime: string;
|
|
1934
|
+
updateTime: string;
|
|
1925
1935
|
owner: {
|
|
1926
1936
|
name: string;
|
|
1927
1937
|
uid: string;
|
|
@@ -1941,11 +1951,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1941
1951
|
} | undefined;
|
|
1942
1952
|
} | undefined;
|
|
1943
1953
|
};
|
|
1944
|
-
name: string;
|
|
1945
|
-
uid: string;
|
|
1946
|
-
id: string;
|
|
1947
|
-
createTime: string;
|
|
1948
|
-
updateTime: string;
|
|
1949
1954
|
profile?: {
|
|
1950
1955
|
displayName?: string | undefined;
|
|
1951
1956
|
bio?: string | undefined;
|
|
@@ -1959,15 +1964,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1959
1964
|
} | undefined;
|
|
1960
1965
|
};
|
|
1961
1966
|
};
|
|
1962
|
-
name: string;
|
|
1963
1967
|
description: string;
|
|
1964
|
-
uid: string;
|
|
1965
|
-
id: string;
|
|
1966
1968
|
documentationUrl: string;
|
|
1967
1969
|
sourceUrl: string;
|
|
1968
1970
|
recipe: Record<string, any>;
|
|
1969
|
-
createTime: string;
|
|
1970
|
-
updateTime: string;
|
|
1971
1971
|
metadata: Record<string, any>;
|
|
1972
1972
|
readme: string;
|
|
1973
1973
|
dataSpecification: {
|
|
@@ -1989,12 +1989,12 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1989
1989
|
ownerName: string;
|
|
1990
1990
|
releases: {
|
|
1991
1991
|
name: string;
|
|
1992
|
-
description: string;
|
|
1993
1992
|
uid: string;
|
|
1994
1993
|
id: string;
|
|
1995
|
-
recipe: Record<string, any>;
|
|
1996
1994
|
createTime: string;
|
|
1997
1995
|
updateTime: string;
|
|
1996
|
+
description: string;
|
|
1997
|
+
recipe: Record<string, any>;
|
|
1998
1998
|
metadata: Record<string, any>;
|
|
1999
1999
|
readme: string;
|
|
2000
2000
|
rawRecipe: string;
|
|
@@ -2311,6 +2311,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2311
2311
|
} | undefined;
|
|
2312
2312
|
}>>;
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
|
+
name: string;
|
|
2315
|
+
uid: string;
|
|
2316
|
+
id: string;
|
|
2317
|
+
createTime: string;
|
|
2318
|
+
updateTime: string;
|
|
2314
2319
|
owner: {
|
|
2315
2320
|
name: string;
|
|
2316
2321
|
uid: string;
|
|
@@ -2330,11 +2335,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2330
2335
|
} | undefined;
|
|
2331
2336
|
} | undefined;
|
|
2332
2337
|
};
|
|
2333
|
-
name: string;
|
|
2334
|
-
uid: string;
|
|
2335
|
-
id: string;
|
|
2336
|
-
createTime: string;
|
|
2337
|
-
updateTime: string;
|
|
2338
2338
|
profile?: {
|
|
2339
2339
|
displayName?: string | undefined;
|
|
2340
2340
|
bio?: string | undefined;
|
|
@@ -2347,6 +2347,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2347
2347
|
} | undefined;
|
|
2348
2348
|
} | undefined;
|
|
2349
2349
|
}, {
|
|
2350
|
+
name: string;
|
|
2351
|
+
uid: string;
|
|
2352
|
+
id: string;
|
|
2353
|
+
createTime: string;
|
|
2354
|
+
updateTime: string;
|
|
2350
2355
|
owner: {
|
|
2351
2356
|
name: string;
|
|
2352
2357
|
uid: string;
|
|
@@ -2366,11 +2371,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2366
2371
|
} | undefined;
|
|
2367
2372
|
} | undefined;
|
|
2368
2373
|
};
|
|
2369
|
-
name: string;
|
|
2370
|
-
uid: string;
|
|
2371
|
-
id: string;
|
|
2372
|
-
createTime: string;
|
|
2373
|
-
updateTime: string;
|
|
2374
2374
|
profile?: {
|
|
2375
2375
|
displayName?: string | undefined;
|
|
2376
2376
|
bio?: string | undefined;
|
|
@@ -2385,6 +2385,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2385
2385
|
}>;
|
|
2386
2386
|
}, "strip", z.ZodTypeAny, {
|
|
2387
2387
|
organization: {
|
|
2388
|
+
name: string;
|
|
2389
|
+
uid: string;
|
|
2390
|
+
id: string;
|
|
2391
|
+
createTime: string;
|
|
2392
|
+
updateTime: string;
|
|
2388
2393
|
owner: {
|
|
2389
2394
|
name: string;
|
|
2390
2395
|
uid: string;
|
|
@@ -2404,11 +2409,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2404
2409
|
} | undefined;
|
|
2405
2410
|
} | undefined;
|
|
2406
2411
|
};
|
|
2407
|
-
name: string;
|
|
2408
|
-
uid: string;
|
|
2409
|
-
id: string;
|
|
2410
|
-
createTime: string;
|
|
2411
|
-
updateTime: string;
|
|
2412
2412
|
profile?: {
|
|
2413
2413
|
displayName?: string | undefined;
|
|
2414
2414
|
bio?: string | undefined;
|
|
@@ -2423,6 +2423,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2423
2423
|
};
|
|
2424
2424
|
}, {
|
|
2425
2425
|
organization: {
|
|
2426
|
+
name: string;
|
|
2427
|
+
uid: string;
|
|
2428
|
+
id: string;
|
|
2429
|
+
createTime: string;
|
|
2430
|
+
updateTime: string;
|
|
2426
2431
|
owner: {
|
|
2427
2432
|
name: string;
|
|
2428
2433
|
uid: string;
|
|
@@ -2442,11 +2447,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2442
2447
|
} | undefined;
|
|
2443
2448
|
} | undefined;
|
|
2444
2449
|
};
|
|
2445
|
-
name: string;
|
|
2446
|
-
uid: string;
|
|
2447
|
-
id: string;
|
|
2448
|
-
createTime: string;
|
|
2449
|
-
updateTime: string;
|
|
2450
2450
|
profile?: {
|
|
2451
2451
|
displayName?: string | undefined;
|
|
2452
2452
|
bio?: string | undefined;
|
|
@@ -2486,12 +2486,12 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2486
2486
|
}>;
|
|
2487
2487
|
}, "strip", z.ZodTypeAny, {
|
|
2488
2488
|
name: string;
|
|
2489
|
-
description: string;
|
|
2490
2489
|
uid: string;
|
|
2491
2490
|
id: string;
|
|
2492
|
-
recipe: Record<string, any>;
|
|
2493
2491
|
createTime: string;
|
|
2494
2492
|
updateTime: string;
|
|
2493
|
+
description: string;
|
|
2494
|
+
recipe: Record<string, any>;
|
|
2495
2495
|
metadata: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
@@ -2503,12 +2503,12 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2503
2503
|
alias?: string | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
name: string;
|
|
2506
|
-
description: string;
|
|
2507
2506
|
uid: string;
|
|
2508
2507
|
id: string;
|
|
2509
|
-
recipe: Record<string, any>;
|
|
2510
2508
|
createTime: string;
|
|
2511
2509
|
updateTime: string;
|
|
2510
|
+
description: string;
|
|
2511
|
+
recipe: Record<string, any>;
|
|
2512
2512
|
metadata: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
@@ -2596,6 +2596,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2596
2596
|
documentationUrl: z.ZodString;
|
|
2597
2597
|
license: z.ZodString;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
|
+
name: string;
|
|
2600
|
+
uid: string;
|
|
2601
|
+
id: string;
|
|
2602
|
+
createTime: string;
|
|
2603
|
+
updateTime: string;
|
|
2599
2604
|
owner: {
|
|
2600
2605
|
user: {
|
|
2601
2606
|
name: string;
|
|
@@ -2618,6 +2623,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2618
2623
|
};
|
|
2619
2624
|
} | {
|
|
2620
2625
|
organization: {
|
|
2626
|
+
name: string;
|
|
2627
|
+
uid: string;
|
|
2628
|
+
id: string;
|
|
2629
|
+
createTime: string;
|
|
2630
|
+
updateTime: string;
|
|
2621
2631
|
owner: {
|
|
2622
2632
|
name: string;
|
|
2623
2633
|
uid: string;
|
|
@@ -2637,11 +2647,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2637
2647
|
} | undefined;
|
|
2638
2648
|
} | undefined;
|
|
2639
2649
|
};
|
|
2640
|
-
name: string;
|
|
2641
|
-
uid: string;
|
|
2642
|
-
id: string;
|
|
2643
|
-
createTime: string;
|
|
2644
|
-
updateTime: string;
|
|
2645
2650
|
profile?: {
|
|
2646
2651
|
displayName?: string | undefined;
|
|
2647
2652
|
bio?: string | undefined;
|
|
@@ -2655,15 +2660,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2655
2660
|
} | undefined;
|
|
2656
2661
|
};
|
|
2657
2662
|
};
|
|
2658
|
-
name: string;
|
|
2659
2663
|
description: string;
|
|
2660
|
-
uid: string;
|
|
2661
|
-
id: string;
|
|
2662
2664
|
documentationUrl: string;
|
|
2663
2665
|
sourceUrl: string;
|
|
2664
2666
|
recipe: Record<string, any>;
|
|
2665
|
-
createTime: string;
|
|
2666
|
-
updateTime: string;
|
|
2667
2667
|
metadata: Record<string, any>;
|
|
2668
2668
|
readme: string;
|
|
2669
2669
|
dataSpecification: {
|
|
@@ -2685,12 +2685,12 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2685
2685
|
ownerName: string;
|
|
2686
2686
|
releases: {
|
|
2687
2687
|
name: string;
|
|
2688
|
-
description: string;
|
|
2689
2688
|
uid: string;
|
|
2690
2689
|
id: string;
|
|
2691
|
-
recipe: Record<string, any>;
|
|
2692
2690
|
createTime: string;
|
|
2693
2691
|
updateTime: string;
|
|
2692
|
+
description: string;
|
|
2693
|
+
recipe: Record<string, any>;
|
|
2694
2694
|
metadata: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
@@ -2713,6 +2713,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2713
2713
|
profileImage: string;
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
|
+
name: string;
|
|
2717
|
+
uid: string;
|
|
2718
|
+
id: string;
|
|
2719
|
+
createTime: string;
|
|
2720
|
+
updateTime: string;
|
|
2716
2721
|
owner: {
|
|
2717
2722
|
user: {
|
|
2718
2723
|
name: string;
|
|
@@ -2735,6 +2740,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2735
2740
|
};
|
|
2736
2741
|
} | {
|
|
2737
2742
|
organization: {
|
|
2743
|
+
name: string;
|
|
2744
|
+
uid: string;
|
|
2745
|
+
id: string;
|
|
2746
|
+
createTime: string;
|
|
2747
|
+
updateTime: string;
|
|
2738
2748
|
owner: {
|
|
2739
2749
|
name: string;
|
|
2740
2750
|
uid: string;
|
|
@@ -2754,11 +2764,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2754
2764
|
} | undefined;
|
|
2755
2765
|
} | undefined;
|
|
2756
2766
|
};
|
|
2757
|
-
name: string;
|
|
2758
|
-
uid: string;
|
|
2759
|
-
id: string;
|
|
2760
|
-
createTime: string;
|
|
2761
|
-
updateTime: string;
|
|
2762
2767
|
profile?: {
|
|
2763
2768
|
displayName?: string | undefined;
|
|
2764
2769
|
bio?: string | undefined;
|
|
@@ -2772,15 +2777,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2772
2777
|
} | undefined;
|
|
2773
2778
|
};
|
|
2774
2779
|
};
|
|
2775
|
-
name: string;
|
|
2776
2780
|
description: string;
|
|
2777
|
-
uid: string;
|
|
2778
|
-
id: string;
|
|
2779
2781
|
documentationUrl: string;
|
|
2780
2782
|
sourceUrl: string;
|
|
2781
2783
|
recipe: Record<string, any>;
|
|
2782
|
-
createTime: string;
|
|
2783
|
-
updateTime: string;
|
|
2784
2784
|
metadata: Record<string, any>;
|
|
2785
2785
|
readme: string;
|
|
2786
2786
|
dataSpecification: {
|
|
@@ -2802,12 +2802,12 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2802
2802
|
ownerName: string;
|
|
2803
2803
|
releases: {
|
|
2804
2804
|
name: string;
|
|
2805
|
-
description: string;
|
|
2806
2805
|
uid: string;
|
|
2807
2806
|
id: string;
|
|
2808
|
-
recipe: Record<string, any>;
|
|
2809
2807
|
createTime: string;
|
|
2810
2808
|
updateTime: string;
|
|
2809
|
+
description: string;
|
|
2810
|
+
recipe: Record<string, any>;
|
|
2811
2811
|
metadata: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
@@ -2836,6 +2836,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2836
2836
|
nextPageToken: string;
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
|
+
name: string;
|
|
2840
|
+
uid: string;
|
|
2841
|
+
id: string;
|
|
2842
|
+
createTime: string;
|
|
2843
|
+
updateTime: string;
|
|
2839
2844
|
owner: {
|
|
2840
2845
|
user: {
|
|
2841
2846
|
name: string;
|
|
@@ -2858,6 +2863,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2858
2863
|
};
|
|
2859
2864
|
} | {
|
|
2860
2865
|
organization: {
|
|
2866
|
+
name: string;
|
|
2867
|
+
uid: string;
|
|
2868
|
+
id: string;
|
|
2869
|
+
createTime: string;
|
|
2870
|
+
updateTime: string;
|
|
2861
2871
|
owner: {
|
|
2862
2872
|
name: string;
|
|
2863
2873
|
uid: string;
|
|
@@ -2877,11 +2887,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2877
2887
|
} | undefined;
|
|
2878
2888
|
} | undefined;
|
|
2879
2889
|
};
|
|
2880
|
-
name: string;
|
|
2881
|
-
uid: string;
|
|
2882
|
-
id: string;
|
|
2883
|
-
createTime: string;
|
|
2884
|
-
updateTime: string;
|
|
2885
2890
|
profile?: {
|
|
2886
2891
|
displayName?: string | undefined;
|
|
2887
2892
|
bio?: string | undefined;
|
|
@@ -2895,15 +2900,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2895
2900
|
} | undefined;
|
|
2896
2901
|
};
|
|
2897
2902
|
};
|
|
2898
|
-
name: string;
|
|
2899
2903
|
description: string;
|
|
2900
|
-
uid: string;
|
|
2901
|
-
id: string;
|
|
2902
2904
|
documentationUrl: string;
|
|
2903
2905
|
sourceUrl: string;
|
|
2904
2906
|
recipe: Record<string, any>;
|
|
2905
|
-
createTime: string;
|
|
2906
|
-
updateTime: string;
|
|
2907
2907
|
metadata: Record<string, any>;
|
|
2908
2908
|
readme: string;
|
|
2909
2909
|
dataSpecification: {
|
|
@@ -2925,12 +2925,12 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2925
2925
|
ownerName: string;
|
|
2926
2926
|
releases: {
|
|
2927
2927
|
name: string;
|
|
2928
|
-
description: string;
|
|
2929
2928
|
uid: string;
|
|
2930
2929
|
id: string;
|
|
2931
|
-
recipe: Record<string, any>;
|
|
2932
2930
|
createTime: string;
|
|
2933
2931
|
updateTime: string;
|
|
2932
|
+
description: string;
|
|
2933
|
+
recipe: Record<string, any>;
|
|
2934
2934
|
metadata: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
@@ -2957,6 +2957,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2957
2957
|
nextPageToken: string;
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
|
+
name: string;
|
|
2961
|
+
uid: string;
|
|
2962
|
+
id: string;
|
|
2963
|
+
createTime: string;
|
|
2964
|
+
updateTime: string;
|
|
2960
2965
|
owner: {
|
|
2961
2966
|
user: {
|
|
2962
2967
|
name: string;
|
|
@@ -2979,6 +2984,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2979
2984
|
};
|
|
2980
2985
|
} | {
|
|
2981
2986
|
organization: {
|
|
2987
|
+
name: string;
|
|
2988
|
+
uid: string;
|
|
2989
|
+
id: string;
|
|
2990
|
+
createTime: string;
|
|
2991
|
+
updateTime: string;
|
|
2982
2992
|
owner: {
|
|
2983
2993
|
name: string;
|
|
2984
2994
|
uid: string;
|
|
@@ -2998,11 +3008,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2998
3008
|
} | undefined;
|
|
2999
3009
|
} | undefined;
|
|
3000
3010
|
};
|
|
3001
|
-
name: string;
|
|
3002
|
-
uid: string;
|
|
3003
|
-
id: string;
|
|
3004
|
-
createTime: string;
|
|
3005
|
-
updateTime: string;
|
|
3006
3011
|
profile?: {
|
|
3007
3012
|
displayName?: string | undefined;
|
|
3008
3013
|
bio?: string | undefined;
|
|
@@ -3016,15 +3021,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3016
3021
|
} | undefined;
|
|
3017
3022
|
};
|
|
3018
3023
|
};
|
|
3019
|
-
name: string;
|
|
3020
3024
|
description: string;
|
|
3021
|
-
uid: string;
|
|
3022
|
-
id: string;
|
|
3023
3025
|
documentationUrl: string;
|
|
3024
3026
|
sourceUrl: string;
|
|
3025
3027
|
recipe: Record<string, any>;
|
|
3026
|
-
createTime: string;
|
|
3027
|
-
updateTime: string;
|
|
3028
3028
|
metadata: Record<string, any>;
|
|
3029
3029
|
readme: string;
|
|
3030
3030
|
dataSpecification: {
|
|
@@ -3046,12 +3046,12 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3046
3046
|
ownerName: string;
|
|
3047
3047
|
releases: {
|
|
3048
3048
|
name: string;
|
|
3049
|
-
description: string;
|
|
3050
3049
|
uid: string;
|
|
3051
3050
|
id: string;
|
|
3052
|
-
recipe: Record<string, any>;
|
|
3053
3051
|
createTime: string;
|
|
3054
3052
|
updateTime: string;
|
|
3053
|
+
description: string;
|
|
3054
|
+
recipe: Record<string, any>;
|
|
3055
3055
|
metadata: Record<string, any>;
|
|
3056
3056
|
readme: string;
|
|
3057
3057
|
rawRecipe: string;
|
|
@@ -3361,6 +3361,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3361
3361
|
} | undefined;
|
|
3362
3362
|
}>>;
|
|
3363
3363
|
}, "strip", z.ZodTypeAny, {
|
|
3364
|
+
name: string;
|
|
3365
|
+
uid: string;
|
|
3366
|
+
id: string;
|
|
3367
|
+
createTime: string;
|
|
3368
|
+
updateTime: string;
|
|
3364
3369
|
owner: {
|
|
3365
3370
|
name: string;
|
|
3366
3371
|
uid: string;
|
|
@@ -3380,11 +3385,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3380
3385
|
} | undefined;
|
|
3381
3386
|
} | undefined;
|
|
3382
3387
|
};
|
|
3383
|
-
name: string;
|
|
3384
|
-
uid: string;
|
|
3385
|
-
id: string;
|
|
3386
|
-
createTime: string;
|
|
3387
|
-
updateTime: string;
|
|
3388
3388
|
profile?: {
|
|
3389
3389
|
displayName?: string | undefined;
|
|
3390
3390
|
bio?: string | undefined;
|
|
@@ -3397,6 +3397,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3397
3397
|
} | undefined;
|
|
3398
3398
|
} | undefined;
|
|
3399
3399
|
}, {
|
|
3400
|
+
name: string;
|
|
3401
|
+
uid: string;
|
|
3402
|
+
id: string;
|
|
3403
|
+
createTime: string;
|
|
3404
|
+
updateTime: string;
|
|
3400
3405
|
owner: {
|
|
3401
3406
|
name: string;
|
|
3402
3407
|
uid: string;
|
|
@@ -3416,11 +3421,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3416
3421
|
} | undefined;
|
|
3417
3422
|
} | undefined;
|
|
3418
3423
|
};
|
|
3419
|
-
name: string;
|
|
3420
|
-
uid: string;
|
|
3421
|
-
id: string;
|
|
3422
|
-
createTime: string;
|
|
3423
|
-
updateTime: string;
|
|
3424
3424
|
profile?: {
|
|
3425
3425
|
displayName?: string | undefined;
|
|
3426
3426
|
bio?: string | undefined;
|
|
@@ -3435,6 +3435,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3435
3435
|
}>;
|
|
3436
3436
|
}, "strip", z.ZodTypeAny, {
|
|
3437
3437
|
organization: {
|
|
3438
|
+
name: string;
|
|
3439
|
+
uid: string;
|
|
3440
|
+
id: string;
|
|
3441
|
+
createTime: string;
|
|
3442
|
+
updateTime: string;
|
|
3438
3443
|
owner: {
|
|
3439
3444
|
name: string;
|
|
3440
3445
|
uid: string;
|
|
@@ -3454,11 +3459,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3454
3459
|
} | undefined;
|
|
3455
3460
|
} | undefined;
|
|
3456
3461
|
};
|
|
3457
|
-
name: string;
|
|
3458
|
-
uid: string;
|
|
3459
|
-
id: string;
|
|
3460
|
-
createTime: string;
|
|
3461
|
-
updateTime: string;
|
|
3462
3462
|
profile?: {
|
|
3463
3463
|
displayName?: string | undefined;
|
|
3464
3464
|
bio?: string | undefined;
|
|
@@ -3473,6 +3473,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3473
3473
|
};
|
|
3474
3474
|
}, {
|
|
3475
3475
|
organization: {
|
|
3476
|
+
name: string;
|
|
3477
|
+
uid: string;
|
|
3478
|
+
id: string;
|
|
3479
|
+
createTime: string;
|
|
3480
|
+
updateTime: string;
|
|
3476
3481
|
owner: {
|
|
3477
3482
|
name: string;
|
|
3478
3483
|
uid: string;
|
|
@@ -3492,11 +3497,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3492
3497
|
} | undefined;
|
|
3493
3498
|
} | undefined;
|
|
3494
3499
|
};
|
|
3495
|
-
name: string;
|
|
3496
|
-
uid: string;
|
|
3497
|
-
id: string;
|
|
3498
|
-
createTime: string;
|
|
3499
|
-
updateTime: string;
|
|
3500
3500
|
profile?: {
|
|
3501
3501
|
displayName?: string | undefined;
|
|
3502
3502
|
bio?: string | undefined;
|
|
@@ -3536,12 +3536,12 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3536
3536
|
}>;
|
|
3537
3537
|
}, "strip", z.ZodTypeAny, {
|
|
3538
3538
|
name: string;
|
|
3539
|
-
description: string;
|
|
3540
3539
|
uid: string;
|
|
3541
3540
|
id: string;
|
|
3542
|
-
recipe: Record<string, any>;
|
|
3543
3541
|
createTime: string;
|
|
3544
3542
|
updateTime: string;
|
|
3543
|
+
description: string;
|
|
3544
|
+
recipe: Record<string, any>;
|
|
3545
3545
|
metadata: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
@@ -3553,12 +3553,12 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3553
3553
|
alias?: string | undefined;
|
|
3554
3554
|
}, {
|
|
3555
3555
|
name: string;
|
|
3556
|
-
description: string;
|
|
3557
3556
|
uid: string;
|
|
3558
3557
|
id: string;
|
|
3559
|
-
recipe: Record<string, any>;
|
|
3560
3558
|
createTime: string;
|
|
3561
3559
|
updateTime: string;
|
|
3560
|
+
description: string;
|
|
3561
|
+
recipe: Record<string, any>;
|
|
3562
3562
|
metadata: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
@@ -3646,6 +3646,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3646
3646
|
documentationUrl: z.ZodString;
|
|
3647
3647
|
license: z.ZodString;
|
|
3648
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
|
+
name: string;
|
|
3650
|
+
uid: string;
|
|
3651
|
+
id: string;
|
|
3652
|
+
createTime: string;
|
|
3653
|
+
updateTime: string;
|
|
3649
3654
|
owner: {
|
|
3650
3655
|
user: {
|
|
3651
3656
|
name: string;
|
|
@@ -3668,6 +3673,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3668
3673
|
};
|
|
3669
3674
|
} | {
|
|
3670
3675
|
organization: {
|
|
3676
|
+
name: string;
|
|
3677
|
+
uid: string;
|
|
3678
|
+
id: string;
|
|
3679
|
+
createTime: string;
|
|
3680
|
+
updateTime: string;
|
|
3671
3681
|
owner: {
|
|
3672
3682
|
name: string;
|
|
3673
3683
|
uid: string;
|
|
@@ -3687,11 +3697,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3687
3697
|
} | undefined;
|
|
3688
3698
|
} | undefined;
|
|
3689
3699
|
};
|
|
3690
|
-
name: string;
|
|
3691
|
-
uid: string;
|
|
3692
|
-
id: string;
|
|
3693
|
-
createTime: string;
|
|
3694
|
-
updateTime: string;
|
|
3695
3700
|
profile?: {
|
|
3696
3701
|
displayName?: string | undefined;
|
|
3697
3702
|
bio?: string | undefined;
|
|
@@ -3705,15 +3710,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3705
3710
|
} | undefined;
|
|
3706
3711
|
};
|
|
3707
3712
|
};
|
|
3708
|
-
name: string;
|
|
3709
3713
|
description: string;
|
|
3710
|
-
uid: string;
|
|
3711
|
-
id: string;
|
|
3712
3714
|
documentationUrl: string;
|
|
3713
3715
|
sourceUrl: string;
|
|
3714
3716
|
recipe: Record<string, any>;
|
|
3715
|
-
createTime: string;
|
|
3716
|
-
updateTime: string;
|
|
3717
3717
|
metadata: Record<string, any>;
|
|
3718
3718
|
readme: string;
|
|
3719
3719
|
dataSpecification: {
|
|
@@ -3735,12 +3735,12 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3735
3735
|
ownerName: string;
|
|
3736
3736
|
releases: {
|
|
3737
3737
|
name: string;
|
|
3738
|
-
description: string;
|
|
3739
3738
|
uid: string;
|
|
3740
3739
|
id: string;
|
|
3741
|
-
recipe: Record<string, any>;
|
|
3742
3740
|
createTime: string;
|
|
3743
3741
|
updateTime: string;
|
|
3742
|
+
description: string;
|
|
3743
|
+
recipe: Record<string, any>;
|
|
3744
3744
|
metadata: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
@@ -3763,6 +3763,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3763
3763
|
profileImage: string;
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
|
+
name: string;
|
|
3767
|
+
uid: string;
|
|
3768
|
+
id: string;
|
|
3769
|
+
createTime: string;
|
|
3770
|
+
updateTime: string;
|
|
3766
3771
|
owner: {
|
|
3767
3772
|
user: {
|
|
3768
3773
|
name: string;
|
|
@@ -3785,6 +3790,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3785
3790
|
};
|
|
3786
3791
|
} | {
|
|
3787
3792
|
organization: {
|
|
3793
|
+
name: string;
|
|
3794
|
+
uid: string;
|
|
3795
|
+
id: string;
|
|
3796
|
+
createTime: string;
|
|
3797
|
+
updateTime: string;
|
|
3788
3798
|
owner: {
|
|
3789
3799
|
name: string;
|
|
3790
3800
|
uid: string;
|
|
@@ -3804,11 +3814,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3804
3814
|
} | undefined;
|
|
3805
3815
|
} | undefined;
|
|
3806
3816
|
};
|
|
3807
|
-
name: string;
|
|
3808
|
-
uid: string;
|
|
3809
|
-
id: string;
|
|
3810
|
-
createTime: string;
|
|
3811
|
-
updateTime: string;
|
|
3812
3817
|
profile?: {
|
|
3813
3818
|
displayName?: string | undefined;
|
|
3814
3819
|
bio?: string | undefined;
|
|
@@ -3822,15 +3827,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3822
3827
|
} | undefined;
|
|
3823
3828
|
};
|
|
3824
3829
|
};
|
|
3825
|
-
name: string;
|
|
3826
3830
|
description: string;
|
|
3827
|
-
uid: string;
|
|
3828
|
-
id: string;
|
|
3829
3831
|
documentationUrl: string;
|
|
3830
3832
|
sourceUrl: string;
|
|
3831
3833
|
recipe: Record<string, any>;
|
|
3832
|
-
createTime: string;
|
|
3833
|
-
updateTime: string;
|
|
3834
3834
|
metadata: Record<string, any>;
|
|
3835
3835
|
readme: string;
|
|
3836
3836
|
dataSpecification: {
|
|
@@ -3852,12 +3852,12 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3852
3852
|
ownerName: string;
|
|
3853
3853
|
releases: {
|
|
3854
3854
|
name: string;
|
|
3855
|
-
description: string;
|
|
3856
3855
|
uid: string;
|
|
3857
3856
|
id: string;
|
|
3858
|
-
recipe: Record<string, any>;
|
|
3859
3857
|
createTime: string;
|
|
3860
3858
|
updateTime: string;
|
|
3859
|
+
description: string;
|
|
3860
|
+
recipe: Record<string, any>;
|
|
3861
3861
|
metadata: Record<string, any>;
|
|
3862
3862
|
readme: string;
|
|
3863
3863
|
rawRecipe: string;
|
|
@@ -4170,6 +4170,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4170
4170
|
} | undefined;
|
|
4171
4171
|
}>>;
|
|
4172
4172
|
}, "strip", z.ZodTypeAny, {
|
|
4173
|
+
name: string;
|
|
4174
|
+
uid: string;
|
|
4175
|
+
id: string;
|
|
4176
|
+
createTime: string;
|
|
4177
|
+
updateTime: string;
|
|
4173
4178
|
owner: {
|
|
4174
4179
|
name: string;
|
|
4175
4180
|
uid: string;
|
|
@@ -4189,11 +4194,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4189
4194
|
} | undefined;
|
|
4190
4195
|
} | undefined;
|
|
4191
4196
|
};
|
|
4192
|
-
name: string;
|
|
4193
|
-
uid: string;
|
|
4194
|
-
id: string;
|
|
4195
|
-
createTime: string;
|
|
4196
|
-
updateTime: string;
|
|
4197
4197
|
profile?: {
|
|
4198
4198
|
displayName?: string | undefined;
|
|
4199
4199
|
bio?: string | undefined;
|
|
@@ -4206,6 +4206,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4206
4206
|
} | undefined;
|
|
4207
4207
|
} | undefined;
|
|
4208
4208
|
}, {
|
|
4209
|
+
name: string;
|
|
4210
|
+
uid: string;
|
|
4211
|
+
id: string;
|
|
4212
|
+
createTime: string;
|
|
4213
|
+
updateTime: string;
|
|
4209
4214
|
owner: {
|
|
4210
4215
|
name: string;
|
|
4211
4216
|
uid: string;
|
|
@@ -4225,11 +4230,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4225
4230
|
} | undefined;
|
|
4226
4231
|
} | undefined;
|
|
4227
4232
|
};
|
|
4228
|
-
name: string;
|
|
4229
|
-
uid: string;
|
|
4230
|
-
id: string;
|
|
4231
|
-
createTime: string;
|
|
4232
|
-
updateTime: string;
|
|
4233
4233
|
profile?: {
|
|
4234
4234
|
displayName?: string | undefined;
|
|
4235
4235
|
bio?: string | undefined;
|
|
@@ -4244,6 +4244,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4244
4244
|
}>;
|
|
4245
4245
|
}, "strip", z.ZodTypeAny, {
|
|
4246
4246
|
organization: {
|
|
4247
|
+
name: string;
|
|
4248
|
+
uid: string;
|
|
4249
|
+
id: string;
|
|
4250
|
+
createTime: string;
|
|
4251
|
+
updateTime: string;
|
|
4247
4252
|
owner: {
|
|
4248
4253
|
name: string;
|
|
4249
4254
|
uid: string;
|
|
@@ -4263,11 +4268,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4263
4268
|
} | undefined;
|
|
4264
4269
|
} | undefined;
|
|
4265
4270
|
};
|
|
4266
|
-
name: string;
|
|
4267
|
-
uid: string;
|
|
4268
|
-
id: string;
|
|
4269
|
-
createTime: string;
|
|
4270
|
-
updateTime: string;
|
|
4271
4271
|
profile?: {
|
|
4272
4272
|
displayName?: string | undefined;
|
|
4273
4273
|
bio?: string | undefined;
|
|
@@ -4282,6 +4282,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4282
4282
|
};
|
|
4283
4283
|
}, {
|
|
4284
4284
|
organization: {
|
|
4285
|
+
name: string;
|
|
4286
|
+
uid: string;
|
|
4287
|
+
id: string;
|
|
4288
|
+
createTime: string;
|
|
4289
|
+
updateTime: string;
|
|
4285
4290
|
owner: {
|
|
4286
4291
|
name: string;
|
|
4287
4292
|
uid: string;
|
|
@@ -4301,11 +4306,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4301
4306
|
} | undefined;
|
|
4302
4307
|
} | undefined;
|
|
4303
4308
|
};
|
|
4304
|
-
name: string;
|
|
4305
|
-
uid: string;
|
|
4306
|
-
id: string;
|
|
4307
|
-
createTime: string;
|
|
4308
|
-
updateTime: string;
|
|
4309
4309
|
profile?: {
|
|
4310
4310
|
displayName?: string | undefined;
|
|
4311
4311
|
bio?: string | undefined;
|
|
@@ -4345,12 +4345,12 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4345
4345
|
}>;
|
|
4346
4346
|
}, "strip", z.ZodTypeAny, {
|
|
4347
4347
|
name: string;
|
|
4348
|
-
description: string;
|
|
4349
4348
|
uid: string;
|
|
4350
4349
|
id: string;
|
|
4351
|
-
recipe: Record<string, any>;
|
|
4352
4350
|
createTime: string;
|
|
4353
4351
|
updateTime: string;
|
|
4352
|
+
description: string;
|
|
4353
|
+
recipe: Record<string, any>;
|
|
4354
4354
|
metadata: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
@@ -4362,12 +4362,12 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4362
4362
|
alias?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
4364
|
name: string;
|
|
4365
|
-
description: string;
|
|
4366
4365
|
uid: string;
|
|
4367
4366
|
id: string;
|
|
4368
|
-
recipe: Record<string, any>;
|
|
4369
4367
|
createTime: string;
|
|
4370
4368
|
updateTime: string;
|
|
4369
|
+
description: string;
|
|
4370
|
+
recipe: Record<string, any>;
|
|
4371
4371
|
metadata: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
@@ -4455,6 +4455,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4455
4455
|
documentationUrl: z.ZodString;
|
|
4456
4456
|
license: z.ZodString;
|
|
4457
4457
|
}, "strip", z.ZodTypeAny, {
|
|
4458
|
+
name: string;
|
|
4459
|
+
uid: string;
|
|
4460
|
+
id: string;
|
|
4461
|
+
createTime: string;
|
|
4462
|
+
updateTime: string;
|
|
4458
4463
|
owner: {
|
|
4459
4464
|
user: {
|
|
4460
4465
|
name: string;
|
|
@@ -4477,6 +4482,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4477
4482
|
};
|
|
4478
4483
|
} | {
|
|
4479
4484
|
organization: {
|
|
4485
|
+
name: string;
|
|
4486
|
+
uid: string;
|
|
4487
|
+
id: string;
|
|
4488
|
+
createTime: string;
|
|
4489
|
+
updateTime: string;
|
|
4480
4490
|
owner: {
|
|
4481
4491
|
name: string;
|
|
4482
4492
|
uid: string;
|
|
@@ -4496,11 +4506,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4496
4506
|
} | undefined;
|
|
4497
4507
|
} | undefined;
|
|
4498
4508
|
};
|
|
4499
|
-
name: string;
|
|
4500
|
-
uid: string;
|
|
4501
|
-
id: string;
|
|
4502
|
-
createTime: string;
|
|
4503
|
-
updateTime: string;
|
|
4504
4509
|
profile?: {
|
|
4505
4510
|
displayName?: string | undefined;
|
|
4506
4511
|
bio?: string | undefined;
|
|
@@ -4514,15 +4519,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4514
4519
|
} | undefined;
|
|
4515
4520
|
};
|
|
4516
4521
|
};
|
|
4517
|
-
name: string;
|
|
4518
4522
|
description: string;
|
|
4519
|
-
uid: string;
|
|
4520
|
-
id: string;
|
|
4521
4523
|
documentationUrl: string;
|
|
4522
4524
|
sourceUrl: string;
|
|
4523
4525
|
recipe: Record<string, any>;
|
|
4524
|
-
createTime: string;
|
|
4525
|
-
updateTime: string;
|
|
4526
4526
|
metadata: Record<string, any>;
|
|
4527
4527
|
readme: string;
|
|
4528
4528
|
dataSpecification: {
|
|
@@ -4544,12 +4544,12 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4544
4544
|
ownerName: string;
|
|
4545
4545
|
releases: {
|
|
4546
4546
|
name: string;
|
|
4547
|
-
description: string;
|
|
4548
4547
|
uid: string;
|
|
4549
4548
|
id: string;
|
|
4550
|
-
recipe: Record<string, any>;
|
|
4551
4549
|
createTime: string;
|
|
4552
4550
|
updateTime: string;
|
|
4551
|
+
description: string;
|
|
4552
|
+
recipe: Record<string, any>;
|
|
4553
4553
|
metadata: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
@@ -4572,6 +4572,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4572
4572
|
profileImage: string;
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
|
+
name: string;
|
|
4576
|
+
uid: string;
|
|
4577
|
+
id: string;
|
|
4578
|
+
createTime: string;
|
|
4579
|
+
updateTime: string;
|
|
4575
4580
|
owner: {
|
|
4576
4581
|
user: {
|
|
4577
4582
|
name: string;
|
|
@@ -4594,6 +4599,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4594
4599
|
};
|
|
4595
4600
|
} | {
|
|
4596
4601
|
organization: {
|
|
4602
|
+
name: string;
|
|
4603
|
+
uid: string;
|
|
4604
|
+
id: string;
|
|
4605
|
+
createTime: string;
|
|
4606
|
+
updateTime: string;
|
|
4597
4607
|
owner: {
|
|
4598
4608
|
name: string;
|
|
4599
4609
|
uid: string;
|
|
@@ -4613,11 +4623,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4613
4623
|
} | undefined;
|
|
4614
4624
|
} | undefined;
|
|
4615
4625
|
};
|
|
4616
|
-
name: string;
|
|
4617
|
-
uid: string;
|
|
4618
|
-
id: string;
|
|
4619
|
-
createTime: string;
|
|
4620
|
-
updateTime: string;
|
|
4621
4626
|
profile?: {
|
|
4622
4627
|
displayName?: string | undefined;
|
|
4623
4628
|
bio?: string | undefined;
|
|
@@ -4631,15 +4636,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4631
4636
|
} | undefined;
|
|
4632
4637
|
};
|
|
4633
4638
|
};
|
|
4634
|
-
name: string;
|
|
4635
4639
|
description: string;
|
|
4636
|
-
uid: string;
|
|
4637
|
-
id: string;
|
|
4638
4640
|
documentationUrl: string;
|
|
4639
4641
|
sourceUrl: string;
|
|
4640
4642
|
recipe: Record<string, any>;
|
|
4641
|
-
createTime: string;
|
|
4642
|
-
updateTime: string;
|
|
4643
4643
|
metadata: Record<string, any>;
|
|
4644
4644
|
readme: string;
|
|
4645
4645
|
dataSpecification: {
|
|
@@ -4661,12 +4661,12 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4661
4661
|
ownerName: string;
|
|
4662
4662
|
releases: {
|
|
4663
4663
|
name: string;
|
|
4664
|
-
description: string;
|
|
4665
4664
|
uid: string;
|
|
4666
4665
|
id: string;
|
|
4667
|
-
recipe: Record<string, any>;
|
|
4668
4666
|
createTime: string;
|
|
4669
4667
|
updateTime: string;
|
|
4668
|
+
description: string;
|
|
4669
|
+
recipe: Record<string, any>;
|
|
4670
4670
|
metadata: Record<string, any>;
|
|
4671
4671
|
readme: string;
|
|
4672
4672
|
rawRecipe: string;
|
|
@@ -4988,6 +4988,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4988
4988
|
} | undefined;
|
|
4989
4989
|
}>>;
|
|
4990
4990
|
}, "strip", z.ZodTypeAny, {
|
|
4991
|
+
name: string;
|
|
4992
|
+
uid: string;
|
|
4993
|
+
id: string;
|
|
4994
|
+
createTime: string;
|
|
4995
|
+
updateTime: string;
|
|
4991
4996
|
owner: {
|
|
4992
4997
|
name: string;
|
|
4993
4998
|
uid: string;
|
|
@@ -5007,11 +5012,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5007
5012
|
} | undefined;
|
|
5008
5013
|
} | undefined;
|
|
5009
5014
|
};
|
|
5010
|
-
name: string;
|
|
5011
|
-
uid: string;
|
|
5012
|
-
id: string;
|
|
5013
|
-
createTime: string;
|
|
5014
|
-
updateTime: string;
|
|
5015
5015
|
profile?: {
|
|
5016
5016
|
displayName?: string | undefined;
|
|
5017
5017
|
bio?: string | undefined;
|
|
@@ -5024,6 +5024,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5024
5024
|
} | undefined;
|
|
5025
5025
|
} | undefined;
|
|
5026
5026
|
}, {
|
|
5027
|
+
name: string;
|
|
5028
|
+
uid: string;
|
|
5029
|
+
id: string;
|
|
5030
|
+
createTime: string;
|
|
5031
|
+
updateTime: string;
|
|
5027
5032
|
owner: {
|
|
5028
5033
|
name: string;
|
|
5029
5034
|
uid: string;
|
|
@@ -5043,11 +5048,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5043
5048
|
} | undefined;
|
|
5044
5049
|
} | undefined;
|
|
5045
5050
|
};
|
|
5046
|
-
name: string;
|
|
5047
|
-
uid: string;
|
|
5048
|
-
id: string;
|
|
5049
|
-
createTime: string;
|
|
5050
|
-
updateTime: string;
|
|
5051
5051
|
profile?: {
|
|
5052
5052
|
displayName?: string | undefined;
|
|
5053
5053
|
bio?: string | undefined;
|
|
@@ -5062,6 +5062,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5062
5062
|
}>;
|
|
5063
5063
|
}, "strip", z.ZodTypeAny, {
|
|
5064
5064
|
organization: {
|
|
5065
|
+
name: string;
|
|
5066
|
+
uid: string;
|
|
5067
|
+
id: string;
|
|
5068
|
+
createTime: string;
|
|
5069
|
+
updateTime: string;
|
|
5065
5070
|
owner: {
|
|
5066
5071
|
name: string;
|
|
5067
5072
|
uid: string;
|
|
@@ -5081,11 +5086,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5081
5086
|
} | undefined;
|
|
5082
5087
|
} | undefined;
|
|
5083
5088
|
};
|
|
5084
|
-
name: string;
|
|
5085
|
-
uid: string;
|
|
5086
|
-
id: string;
|
|
5087
|
-
createTime: string;
|
|
5088
|
-
updateTime: string;
|
|
5089
5089
|
profile?: {
|
|
5090
5090
|
displayName?: string | undefined;
|
|
5091
5091
|
bio?: string | undefined;
|
|
@@ -5100,6 +5100,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5100
5100
|
};
|
|
5101
5101
|
}, {
|
|
5102
5102
|
organization: {
|
|
5103
|
+
name: string;
|
|
5104
|
+
uid: string;
|
|
5105
|
+
id: string;
|
|
5106
|
+
createTime: string;
|
|
5107
|
+
updateTime: string;
|
|
5103
5108
|
owner: {
|
|
5104
5109
|
name: string;
|
|
5105
5110
|
uid: string;
|
|
@@ -5119,11 +5124,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5119
5124
|
} | undefined;
|
|
5120
5125
|
} | undefined;
|
|
5121
5126
|
};
|
|
5122
|
-
name: string;
|
|
5123
|
-
uid: string;
|
|
5124
|
-
id: string;
|
|
5125
|
-
createTime: string;
|
|
5126
|
-
updateTime: string;
|
|
5127
5127
|
profile?: {
|
|
5128
5128
|
displayName?: string | undefined;
|
|
5129
5129
|
bio?: string | undefined;
|
|
@@ -5163,12 +5163,12 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5163
5163
|
}>;
|
|
5164
5164
|
}, "strip", z.ZodTypeAny, {
|
|
5165
5165
|
name: string;
|
|
5166
|
-
description: string;
|
|
5167
5166
|
uid: string;
|
|
5168
5167
|
id: string;
|
|
5169
|
-
recipe: Record<string, any>;
|
|
5170
5168
|
createTime: string;
|
|
5171
5169
|
updateTime: string;
|
|
5170
|
+
description: string;
|
|
5171
|
+
recipe: Record<string, any>;
|
|
5172
5172
|
metadata: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
@@ -5180,12 +5180,12 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5180
5180
|
alias?: string | undefined;
|
|
5181
5181
|
}, {
|
|
5182
5182
|
name: string;
|
|
5183
|
-
description: string;
|
|
5184
5183
|
uid: string;
|
|
5185
5184
|
id: string;
|
|
5186
|
-
recipe: Record<string, any>;
|
|
5187
5185
|
createTime: string;
|
|
5188
5186
|
updateTime: string;
|
|
5187
|
+
description: string;
|
|
5188
|
+
recipe: Record<string, any>;
|
|
5189
5189
|
metadata: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
@@ -5273,6 +5273,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5273
5273
|
documentationUrl: z.ZodString;
|
|
5274
5274
|
license: z.ZodString;
|
|
5275
5275
|
}, "strip", z.ZodTypeAny, {
|
|
5276
|
+
name: string;
|
|
5277
|
+
uid: string;
|
|
5278
|
+
id: string;
|
|
5279
|
+
createTime: string;
|
|
5280
|
+
updateTime: string;
|
|
5276
5281
|
owner: {
|
|
5277
5282
|
user: {
|
|
5278
5283
|
name: string;
|
|
@@ -5295,6 +5300,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5295
5300
|
};
|
|
5296
5301
|
} | {
|
|
5297
5302
|
organization: {
|
|
5303
|
+
name: string;
|
|
5304
|
+
uid: string;
|
|
5305
|
+
id: string;
|
|
5306
|
+
createTime: string;
|
|
5307
|
+
updateTime: string;
|
|
5298
5308
|
owner: {
|
|
5299
5309
|
name: string;
|
|
5300
5310
|
uid: string;
|
|
@@ -5314,11 +5324,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5314
5324
|
} | undefined;
|
|
5315
5325
|
} | undefined;
|
|
5316
5326
|
};
|
|
5317
|
-
name: string;
|
|
5318
|
-
uid: string;
|
|
5319
|
-
id: string;
|
|
5320
|
-
createTime: string;
|
|
5321
|
-
updateTime: string;
|
|
5322
5327
|
profile?: {
|
|
5323
5328
|
displayName?: string | undefined;
|
|
5324
5329
|
bio?: string | undefined;
|
|
@@ -5332,15 +5337,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5332
5337
|
} | undefined;
|
|
5333
5338
|
};
|
|
5334
5339
|
};
|
|
5335
|
-
name: string;
|
|
5336
5340
|
description: string;
|
|
5337
|
-
uid: string;
|
|
5338
|
-
id: string;
|
|
5339
5341
|
documentationUrl: string;
|
|
5340
5342
|
sourceUrl: string;
|
|
5341
5343
|
recipe: Record<string, any>;
|
|
5342
|
-
createTime: string;
|
|
5343
|
-
updateTime: string;
|
|
5344
5344
|
metadata: Record<string, any>;
|
|
5345
5345
|
readme: string;
|
|
5346
5346
|
dataSpecification: {
|
|
@@ -5362,12 +5362,12 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5362
5362
|
ownerName: string;
|
|
5363
5363
|
releases: {
|
|
5364
5364
|
name: string;
|
|
5365
|
-
description: string;
|
|
5366
5365
|
uid: string;
|
|
5367
5366
|
id: string;
|
|
5368
|
-
recipe: Record<string, any>;
|
|
5369
5367
|
createTime: string;
|
|
5370
5368
|
updateTime: string;
|
|
5369
|
+
description: string;
|
|
5370
|
+
recipe: Record<string, any>;
|
|
5371
5371
|
metadata: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
@@ -5390,6 +5390,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5390
5390
|
profileImage: string;
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
|
+
name: string;
|
|
5394
|
+
uid: string;
|
|
5395
|
+
id: string;
|
|
5396
|
+
createTime: string;
|
|
5397
|
+
updateTime: string;
|
|
5393
5398
|
owner: {
|
|
5394
5399
|
user: {
|
|
5395
5400
|
name: string;
|
|
@@ -5412,6 +5417,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5412
5417
|
};
|
|
5413
5418
|
} | {
|
|
5414
5419
|
organization: {
|
|
5420
|
+
name: string;
|
|
5421
|
+
uid: string;
|
|
5422
|
+
id: string;
|
|
5423
|
+
createTime: string;
|
|
5424
|
+
updateTime: string;
|
|
5415
5425
|
owner: {
|
|
5416
5426
|
name: string;
|
|
5417
5427
|
uid: string;
|
|
@@ -5431,11 +5441,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5431
5441
|
} | undefined;
|
|
5432
5442
|
} | undefined;
|
|
5433
5443
|
};
|
|
5434
|
-
name: string;
|
|
5435
|
-
uid: string;
|
|
5436
|
-
id: string;
|
|
5437
|
-
createTime: string;
|
|
5438
|
-
updateTime: string;
|
|
5439
5444
|
profile?: {
|
|
5440
5445
|
displayName?: string | undefined;
|
|
5441
5446
|
bio?: string | undefined;
|
|
@@ -5449,15 +5454,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5449
5454
|
} | undefined;
|
|
5450
5455
|
};
|
|
5451
5456
|
};
|
|
5452
|
-
name: string;
|
|
5453
5457
|
description: string;
|
|
5454
|
-
uid: string;
|
|
5455
|
-
id: string;
|
|
5456
5458
|
documentationUrl: string;
|
|
5457
5459
|
sourceUrl: string;
|
|
5458
5460
|
recipe: Record<string, any>;
|
|
5459
|
-
createTime: string;
|
|
5460
|
-
updateTime: string;
|
|
5461
5461
|
metadata: Record<string, any>;
|
|
5462
5462
|
readme: string;
|
|
5463
5463
|
dataSpecification: {
|
|
@@ -5479,12 +5479,12 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5479
5479
|
ownerName: string;
|
|
5480
5480
|
releases: {
|
|
5481
5481
|
name: string;
|
|
5482
|
-
description: string;
|
|
5483
5482
|
uid: string;
|
|
5484
5483
|
id: string;
|
|
5485
|
-
recipe: Record<string, any>;
|
|
5486
5484
|
createTime: string;
|
|
5487
5485
|
updateTime: string;
|
|
5486
|
+
description: string;
|
|
5487
|
+
recipe: Record<string, any>;
|
|
5488
5488
|
metadata: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|