instill-sdk 0.19.0-rc.14 → 0.19.0-rc.15
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 +2 -1
- 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 +72 -72
- package/dist/core/organization/types.d.ts +4 -4
- package/dist/index.js +6 -2
- package/dist/index.mjs +6 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +21 -16
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +72 -72
- package/dist/vdp/pipeline/types.d.ts +216 -216
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +1 -1
|
@@ -427,6 +427,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
427
427
|
name: string;
|
|
428
428
|
uid: string;
|
|
429
429
|
id: string;
|
|
430
|
+
createTime: string;
|
|
431
|
+
updateTime: string;
|
|
430
432
|
owner: {
|
|
431
433
|
name: string;
|
|
432
434
|
uid: string;
|
|
@@ -446,8 +448,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
446
448
|
} | undefined;
|
|
447
449
|
} | undefined;
|
|
448
450
|
};
|
|
449
|
-
createTime: string;
|
|
450
|
-
updateTime: string;
|
|
451
451
|
profile?: {
|
|
452
452
|
displayName?: string | undefined;
|
|
453
453
|
bio?: string | undefined;
|
|
@@ -463,6 +463,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
463
463
|
name: string;
|
|
464
464
|
uid: string;
|
|
465
465
|
id: string;
|
|
466
|
+
createTime: string;
|
|
467
|
+
updateTime: string;
|
|
466
468
|
owner: {
|
|
467
469
|
name: string;
|
|
468
470
|
uid: string;
|
|
@@ -482,8 +484,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
482
484
|
} | undefined;
|
|
483
485
|
} | undefined;
|
|
484
486
|
};
|
|
485
|
-
createTime: string;
|
|
486
|
-
updateTime: string;
|
|
487
487
|
profile?: {
|
|
488
488
|
displayName?: string | undefined;
|
|
489
489
|
bio?: string | undefined;
|
|
@@ -501,6 +501,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
501
501
|
name: string;
|
|
502
502
|
uid: string;
|
|
503
503
|
id: string;
|
|
504
|
+
createTime: string;
|
|
505
|
+
updateTime: string;
|
|
504
506
|
owner: {
|
|
505
507
|
name: string;
|
|
506
508
|
uid: string;
|
|
@@ -520,8 +522,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
520
522
|
} | undefined;
|
|
521
523
|
} | undefined;
|
|
522
524
|
};
|
|
523
|
-
createTime: string;
|
|
524
|
-
updateTime: string;
|
|
525
525
|
profile?: {
|
|
526
526
|
displayName?: string | undefined;
|
|
527
527
|
bio?: string | undefined;
|
|
@@ -539,6 +539,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
539
539
|
name: string;
|
|
540
540
|
uid: string;
|
|
541
541
|
id: string;
|
|
542
|
+
createTime: string;
|
|
543
|
+
updateTime: string;
|
|
542
544
|
owner: {
|
|
543
545
|
name: string;
|
|
544
546
|
uid: string;
|
|
@@ -558,8 +560,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
558
560
|
} | undefined;
|
|
559
561
|
} | undefined;
|
|
560
562
|
};
|
|
561
|
-
createTime: string;
|
|
562
|
-
updateTime: string;
|
|
563
563
|
profile?: {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
@@ -599,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;
|
|
@@ -710,11 +710,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
710
710
|
license: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
name: string;
|
|
713
|
-
description: string;
|
|
714
713
|
uid: string;
|
|
715
714
|
id: string;
|
|
716
|
-
|
|
717
|
-
|
|
715
|
+
createTime: string;
|
|
716
|
+
updateTime: string;
|
|
718
717
|
owner: {
|
|
719
718
|
user: {
|
|
720
719
|
name: string;
|
|
@@ -740,6 +739,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
740
739
|
name: string;
|
|
741
740
|
uid: string;
|
|
742
741
|
id: string;
|
|
742
|
+
createTime: string;
|
|
743
|
+
updateTime: string;
|
|
743
744
|
owner: {
|
|
744
745
|
name: string;
|
|
745
746
|
uid: string;
|
|
@@ -759,8 +760,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
759
760
|
} | undefined;
|
|
760
761
|
} | undefined;
|
|
761
762
|
};
|
|
762
|
-
createTime: string;
|
|
763
|
-
updateTime: string;
|
|
764
763
|
profile?: {
|
|
765
764
|
displayName?: string | undefined;
|
|
766
765
|
bio?: string | undefined;
|
|
@@ -774,9 +773,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
774
773
|
} | undefined;
|
|
775
774
|
};
|
|
776
775
|
};
|
|
776
|
+
description: string;
|
|
777
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -827,11 +827,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
-
description: string;
|
|
831
830
|
uid: string;
|
|
832
831
|
id: string;
|
|
833
|
-
|
|
834
|
-
|
|
832
|
+
createTime: string;
|
|
833
|
+
updateTime: string;
|
|
835
834
|
owner: {
|
|
836
835
|
user: {
|
|
837
836
|
name: string;
|
|
@@ -857,6 +856,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
857
856
|
name: string;
|
|
858
857
|
uid: string;
|
|
859
858
|
id: string;
|
|
859
|
+
createTime: string;
|
|
860
|
+
updateTime: string;
|
|
860
861
|
owner: {
|
|
861
862
|
name: string;
|
|
862
863
|
uid: string;
|
|
@@ -876,8 +877,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
876
877
|
} | undefined;
|
|
877
878
|
} | undefined;
|
|
878
879
|
};
|
|
879
|
-
createTime: string;
|
|
880
|
-
updateTime: string;
|
|
881
880
|
profile?: {
|
|
882
881
|
displayName?: string | undefined;
|
|
883
882
|
bio?: string | undefined;
|
|
@@ -891,9 +890,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
891
890
|
} | undefined;
|
|
892
891
|
};
|
|
893
892
|
};
|
|
893
|
+
description: string;
|
|
894
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -1257,6 +1257,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
uid: string;
|
|
1259
1259
|
id: string;
|
|
1260
|
+
createTime: string;
|
|
1261
|
+
updateTime: string;
|
|
1260
1262
|
owner: {
|
|
1261
1263
|
name: string;
|
|
1262
1264
|
uid: string;
|
|
@@ -1276,8 +1278,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1276
1278
|
} | undefined;
|
|
1277
1279
|
} | undefined;
|
|
1278
1280
|
};
|
|
1279
|
-
createTime: string;
|
|
1280
|
-
updateTime: string;
|
|
1281
1281
|
profile?: {
|
|
1282
1282
|
displayName?: string | undefined;
|
|
1283
1283
|
bio?: string | undefined;
|
|
@@ -1293,6 +1293,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
uid: string;
|
|
1295
1295
|
id: string;
|
|
1296
|
+
createTime: string;
|
|
1297
|
+
updateTime: string;
|
|
1296
1298
|
owner: {
|
|
1297
1299
|
name: string;
|
|
1298
1300
|
uid: string;
|
|
@@ -1312,8 +1314,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1312
1314
|
} | undefined;
|
|
1313
1315
|
} | undefined;
|
|
1314
1316
|
};
|
|
1315
|
-
createTime: string;
|
|
1316
|
-
updateTime: string;
|
|
1317
1317
|
profile?: {
|
|
1318
1318
|
displayName?: string | undefined;
|
|
1319
1319
|
bio?: string | undefined;
|
|
@@ -1331,6 +1331,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1331
1331
|
name: string;
|
|
1332
1332
|
uid: string;
|
|
1333
1333
|
id: string;
|
|
1334
|
+
createTime: string;
|
|
1335
|
+
updateTime: string;
|
|
1334
1336
|
owner: {
|
|
1335
1337
|
name: string;
|
|
1336
1338
|
uid: string;
|
|
@@ -1350,8 +1352,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1350
1352
|
} | undefined;
|
|
1351
1353
|
} | undefined;
|
|
1352
1354
|
};
|
|
1353
|
-
createTime: string;
|
|
1354
|
-
updateTime: string;
|
|
1355
1355
|
profile?: {
|
|
1356
1356
|
displayName?: string | undefined;
|
|
1357
1357
|
bio?: string | undefined;
|
|
@@ -1369,6 +1369,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1369
1369
|
name: string;
|
|
1370
1370
|
uid: string;
|
|
1371
1371
|
id: string;
|
|
1372
|
+
createTime: string;
|
|
1373
|
+
updateTime: string;
|
|
1372
1374
|
owner: {
|
|
1373
1375
|
name: string;
|
|
1374
1376
|
uid: string;
|
|
@@ -1388,8 +1390,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1388
1390
|
} | undefined;
|
|
1389
1391
|
} | undefined;
|
|
1390
1392
|
};
|
|
1391
|
-
createTime: string;
|
|
1392
|
-
updateTime: string;
|
|
1393
1393
|
profile?: {
|
|
1394
1394
|
displayName?: string | undefined;
|
|
1395
1395
|
bio?: string | undefined;
|
|
@@ -1429,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;
|
|
@@ -1540,11 +1540,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1540
1540
|
license: z.ZodString;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1542
|
name: string;
|
|
1543
|
-
description: string;
|
|
1544
1543
|
uid: string;
|
|
1545
1544
|
id: string;
|
|
1546
|
-
|
|
1547
|
-
|
|
1545
|
+
createTime: string;
|
|
1546
|
+
updateTime: string;
|
|
1548
1547
|
owner: {
|
|
1549
1548
|
user: {
|
|
1550
1549
|
name: string;
|
|
@@ -1570,6 +1569,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1570
1569
|
name: string;
|
|
1571
1570
|
uid: string;
|
|
1572
1571
|
id: string;
|
|
1572
|
+
createTime: string;
|
|
1573
|
+
updateTime: string;
|
|
1573
1574
|
owner: {
|
|
1574
1575
|
name: string;
|
|
1575
1576
|
uid: string;
|
|
@@ -1589,8 +1590,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1589
1590
|
} | undefined;
|
|
1590
1591
|
} | undefined;
|
|
1591
1592
|
};
|
|
1592
|
-
createTime: string;
|
|
1593
|
-
updateTime: string;
|
|
1594
1593
|
profile?: {
|
|
1595
1594
|
displayName?: string | undefined;
|
|
1596
1595
|
bio?: string | undefined;
|
|
@@ -1604,9 +1603,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1604
1603
|
} | undefined;
|
|
1605
1604
|
};
|
|
1606
1605
|
};
|
|
1606
|
+
description: string;
|
|
1607
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -1657,11 +1657,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
-
description: string;
|
|
1661
1660
|
uid: string;
|
|
1662
1661
|
id: string;
|
|
1663
|
-
|
|
1664
|
-
|
|
1662
|
+
createTime: string;
|
|
1663
|
+
updateTime: string;
|
|
1665
1664
|
owner: {
|
|
1666
1665
|
user: {
|
|
1667
1666
|
name: string;
|
|
@@ -1687,6 +1686,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1687
1686
|
name: string;
|
|
1688
1687
|
uid: string;
|
|
1689
1688
|
id: string;
|
|
1689
|
+
createTime: string;
|
|
1690
|
+
updateTime: string;
|
|
1690
1691
|
owner: {
|
|
1691
1692
|
name: string;
|
|
1692
1693
|
uid: string;
|
|
@@ -1706,8 +1707,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1706
1707
|
} | undefined;
|
|
1707
1708
|
} | undefined;
|
|
1708
1709
|
};
|
|
1709
|
-
createTime: string;
|
|
1710
|
-
updateTime: string;
|
|
1711
1710
|
profile?: {
|
|
1712
1711
|
displayName?: string | undefined;
|
|
1713
1712
|
bio?: string | undefined;
|
|
@@ -1721,9 +1720,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1721
1720
|
} | undefined;
|
|
1722
1721
|
};
|
|
1723
1722
|
};
|
|
1723
|
+
description: string;
|
|
1724
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -1780,11 +1780,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
1782
|
name: string;
|
|
1783
|
-
description: string;
|
|
1784
1783
|
uid: string;
|
|
1785
1784
|
id: string;
|
|
1786
|
-
|
|
1787
|
-
|
|
1785
|
+
createTime: string;
|
|
1786
|
+
updateTime: string;
|
|
1788
1787
|
owner: {
|
|
1789
1788
|
user: {
|
|
1790
1789
|
name: string;
|
|
@@ -1810,6 +1809,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1810
1809
|
name: string;
|
|
1811
1810
|
uid: string;
|
|
1812
1811
|
id: string;
|
|
1812
|
+
createTime: string;
|
|
1813
|
+
updateTime: string;
|
|
1813
1814
|
owner: {
|
|
1814
1815
|
name: string;
|
|
1815
1816
|
uid: string;
|
|
@@ -1829,8 +1830,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1829
1830
|
} | undefined;
|
|
1830
1831
|
} | undefined;
|
|
1831
1832
|
};
|
|
1832
|
-
createTime: string;
|
|
1833
|
-
updateTime: string;
|
|
1834
1833
|
profile?: {
|
|
1835
1834
|
displayName?: string | undefined;
|
|
1836
1835
|
bio?: string | undefined;
|
|
@@ -1844,9 +1843,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1844
1843
|
} | undefined;
|
|
1845
1844
|
};
|
|
1846
1845
|
};
|
|
1846
|
+
description: string;
|
|
1847
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -1901,11 +1901,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
1903
|
name: string;
|
|
1904
|
-
description: string;
|
|
1905
1904
|
uid: string;
|
|
1906
1905
|
id: string;
|
|
1907
|
-
|
|
1908
|
-
|
|
1906
|
+
createTime: string;
|
|
1907
|
+
updateTime: string;
|
|
1909
1908
|
owner: {
|
|
1910
1909
|
user: {
|
|
1911
1910
|
name: string;
|
|
@@ -1931,6 +1930,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1931
1930
|
name: string;
|
|
1932
1931
|
uid: string;
|
|
1933
1932
|
id: string;
|
|
1933
|
+
createTime: string;
|
|
1934
|
+
updateTime: string;
|
|
1934
1935
|
owner: {
|
|
1935
1936
|
name: string;
|
|
1936
1937
|
uid: string;
|
|
@@ -1950,8 +1951,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1950
1951
|
} | undefined;
|
|
1951
1952
|
} | undefined;
|
|
1952
1953
|
};
|
|
1953
|
-
createTime: string;
|
|
1954
|
-
updateTime: string;
|
|
1955
1954
|
profile?: {
|
|
1956
1955
|
displayName?: string | undefined;
|
|
1957
1956
|
bio?: string | undefined;
|
|
@@ -1965,9 +1964,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1965
1964
|
} | undefined;
|
|
1966
1965
|
};
|
|
1967
1966
|
};
|
|
1967
|
+
description: string;
|
|
1968
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -2314,6 +2314,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2314
2314
|
name: string;
|
|
2315
2315
|
uid: string;
|
|
2316
2316
|
id: string;
|
|
2317
|
+
createTime: string;
|
|
2318
|
+
updateTime: string;
|
|
2317
2319
|
owner: {
|
|
2318
2320
|
name: string;
|
|
2319
2321
|
uid: string;
|
|
@@ -2333,8 +2335,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2333
2335
|
} | undefined;
|
|
2334
2336
|
} | undefined;
|
|
2335
2337
|
};
|
|
2336
|
-
createTime: string;
|
|
2337
|
-
updateTime: string;
|
|
2338
2338
|
profile?: {
|
|
2339
2339
|
displayName?: string | undefined;
|
|
2340
2340
|
bio?: string | undefined;
|
|
@@ -2350,6 +2350,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2350
2350
|
name: string;
|
|
2351
2351
|
uid: string;
|
|
2352
2352
|
id: string;
|
|
2353
|
+
createTime: string;
|
|
2354
|
+
updateTime: string;
|
|
2353
2355
|
owner: {
|
|
2354
2356
|
name: string;
|
|
2355
2357
|
uid: string;
|
|
@@ -2369,8 +2371,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2369
2371
|
} | undefined;
|
|
2370
2372
|
} | undefined;
|
|
2371
2373
|
};
|
|
2372
|
-
createTime: string;
|
|
2373
|
-
updateTime: string;
|
|
2374
2374
|
profile?: {
|
|
2375
2375
|
displayName?: string | undefined;
|
|
2376
2376
|
bio?: string | undefined;
|
|
@@ -2388,6 +2388,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2388
2388
|
name: string;
|
|
2389
2389
|
uid: string;
|
|
2390
2390
|
id: string;
|
|
2391
|
+
createTime: string;
|
|
2392
|
+
updateTime: string;
|
|
2391
2393
|
owner: {
|
|
2392
2394
|
name: string;
|
|
2393
2395
|
uid: string;
|
|
@@ -2407,8 +2409,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2407
2409
|
} | undefined;
|
|
2408
2410
|
} | undefined;
|
|
2409
2411
|
};
|
|
2410
|
-
createTime: string;
|
|
2411
|
-
updateTime: string;
|
|
2412
2412
|
profile?: {
|
|
2413
2413
|
displayName?: string | undefined;
|
|
2414
2414
|
bio?: string | undefined;
|
|
@@ -2426,6 +2426,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2426
2426
|
name: string;
|
|
2427
2427
|
uid: string;
|
|
2428
2428
|
id: string;
|
|
2429
|
+
createTime: string;
|
|
2430
|
+
updateTime: string;
|
|
2429
2431
|
owner: {
|
|
2430
2432
|
name: string;
|
|
2431
2433
|
uid: string;
|
|
@@ -2445,8 +2447,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2445
2447
|
} | undefined;
|
|
2446
2448
|
} | undefined;
|
|
2447
2449
|
};
|
|
2448
|
-
createTime: string;
|
|
2449
|
-
updateTime: string;
|
|
2450
2450
|
profile?: {
|
|
2451
2451
|
displayName?: string | undefined;
|
|
2452
2452
|
bio?: string | undefined;
|
|
@@ -2486,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;
|
|
@@ -2597,11 +2597,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2597
2597
|
license: z.ZodString;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2599
|
name: string;
|
|
2600
|
-
description: string;
|
|
2601
2600
|
uid: string;
|
|
2602
2601
|
id: string;
|
|
2603
|
-
|
|
2604
|
-
|
|
2602
|
+
createTime: string;
|
|
2603
|
+
updateTime: string;
|
|
2605
2604
|
owner: {
|
|
2606
2605
|
user: {
|
|
2607
2606
|
name: string;
|
|
@@ -2627,6 +2626,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2627
2626
|
name: string;
|
|
2628
2627
|
uid: string;
|
|
2629
2628
|
id: string;
|
|
2629
|
+
createTime: string;
|
|
2630
|
+
updateTime: string;
|
|
2630
2631
|
owner: {
|
|
2631
2632
|
name: string;
|
|
2632
2633
|
uid: string;
|
|
@@ -2646,8 +2647,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2646
2647
|
} | undefined;
|
|
2647
2648
|
} | undefined;
|
|
2648
2649
|
};
|
|
2649
|
-
createTime: string;
|
|
2650
|
-
updateTime: string;
|
|
2651
2650
|
profile?: {
|
|
2652
2651
|
displayName?: string | undefined;
|
|
2653
2652
|
bio?: string | undefined;
|
|
@@ -2661,9 +2660,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2661
2660
|
} | undefined;
|
|
2662
2661
|
};
|
|
2663
2662
|
};
|
|
2663
|
+
description: string;
|
|
2664
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -2714,11 +2714,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
-
description: string;
|
|
2718
2717
|
uid: string;
|
|
2719
2718
|
id: string;
|
|
2720
|
-
|
|
2721
|
-
|
|
2719
|
+
createTime: string;
|
|
2720
|
+
updateTime: string;
|
|
2722
2721
|
owner: {
|
|
2723
2722
|
user: {
|
|
2724
2723
|
name: string;
|
|
@@ -2744,6 +2743,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2744
2743
|
name: string;
|
|
2745
2744
|
uid: string;
|
|
2746
2745
|
id: string;
|
|
2746
|
+
createTime: string;
|
|
2747
|
+
updateTime: string;
|
|
2747
2748
|
owner: {
|
|
2748
2749
|
name: string;
|
|
2749
2750
|
uid: string;
|
|
@@ -2763,8 +2764,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2763
2764
|
} | undefined;
|
|
2764
2765
|
} | undefined;
|
|
2765
2766
|
};
|
|
2766
|
-
createTime: string;
|
|
2767
|
-
updateTime: string;
|
|
2768
2767
|
profile?: {
|
|
2769
2768
|
displayName?: string | undefined;
|
|
2770
2769
|
bio?: string | undefined;
|
|
@@ -2778,9 +2777,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2778
2777
|
} | undefined;
|
|
2779
2778
|
};
|
|
2780
2779
|
};
|
|
2780
|
+
description: string;
|
|
2781
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -2837,11 +2837,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
2839
|
name: string;
|
|
2840
|
-
description: string;
|
|
2841
2840
|
uid: string;
|
|
2842
2841
|
id: string;
|
|
2843
|
-
|
|
2844
|
-
|
|
2842
|
+
createTime: string;
|
|
2843
|
+
updateTime: string;
|
|
2845
2844
|
owner: {
|
|
2846
2845
|
user: {
|
|
2847
2846
|
name: string;
|
|
@@ -2867,6 +2866,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2867
2866
|
name: string;
|
|
2868
2867
|
uid: string;
|
|
2869
2868
|
id: string;
|
|
2869
|
+
createTime: string;
|
|
2870
|
+
updateTime: string;
|
|
2870
2871
|
owner: {
|
|
2871
2872
|
name: string;
|
|
2872
2873
|
uid: string;
|
|
@@ -2886,8 +2887,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2886
2887
|
} | undefined;
|
|
2887
2888
|
} | undefined;
|
|
2888
2889
|
};
|
|
2889
|
-
createTime: string;
|
|
2890
|
-
updateTime: string;
|
|
2891
2890
|
profile?: {
|
|
2892
2891
|
displayName?: string | undefined;
|
|
2893
2892
|
bio?: string | undefined;
|
|
@@ -2901,9 +2900,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2901
2900
|
} | undefined;
|
|
2902
2901
|
};
|
|
2903
2902
|
};
|
|
2903
|
+
description: string;
|
|
2904
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -2958,11 +2958,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
2960
|
name: string;
|
|
2961
|
-
description: string;
|
|
2962
2961
|
uid: string;
|
|
2963
2962
|
id: string;
|
|
2964
|
-
|
|
2965
|
-
|
|
2963
|
+
createTime: string;
|
|
2964
|
+
updateTime: string;
|
|
2966
2965
|
owner: {
|
|
2967
2966
|
user: {
|
|
2968
2967
|
name: string;
|
|
@@ -2988,6 +2987,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2988
2987
|
name: string;
|
|
2989
2988
|
uid: string;
|
|
2990
2989
|
id: string;
|
|
2990
|
+
createTime: string;
|
|
2991
|
+
updateTime: string;
|
|
2991
2992
|
owner: {
|
|
2992
2993
|
name: string;
|
|
2993
2994
|
uid: string;
|
|
@@ -3007,8 +3008,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3007
3008
|
} | undefined;
|
|
3008
3009
|
} | undefined;
|
|
3009
3010
|
};
|
|
3010
|
-
createTime: string;
|
|
3011
|
-
updateTime: string;
|
|
3012
3011
|
profile?: {
|
|
3013
3012
|
displayName?: string | undefined;
|
|
3014
3013
|
bio?: string | undefined;
|
|
@@ -3022,9 +3021,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3022
3021
|
} | undefined;
|
|
3023
3022
|
};
|
|
3024
3023
|
};
|
|
3024
|
+
description: string;
|
|
3025
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -3364,6 +3364,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3364
3364
|
name: string;
|
|
3365
3365
|
uid: string;
|
|
3366
3366
|
id: string;
|
|
3367
|
+
createTime: string;
|
|
3368
|
+
updateTime: string;
|
|
3367
3369
|
owner: {
|
|
3368
3370
|
name: string;
|
|
3369
3371
|
uid: string;
|
|
@@ -3383,8 +3385,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3383
3385
|
} | undefined;
|
|
3384
3386
|
} | undefined;
|
|
3385
3387
|
};
|
|
3386
|
-
createTime: string;
|
|
3387
|
-
updateTime: string;
|
|
3388
3388
|
profile?: {
|
|
3389
3389
|
displayName?: string | undefined;
|
|
3390
3390
|
bio?: string | undefined;
|
|
@@ -3400,6 +3400,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3400
3400
|
name: string;
|
|
3401
3401
|
uid: string;
|
|
3402
3402
|
id: string;
|
|
3403
|
+
createTime: string;
|
|
3404
|
+
updateTime: string;
|
|
3403
3405
|
owner: {
|
|
3404
3406
|
name: string;
|
|
3405
3407
|
uid: string;
|
|
@@ -3419,8 +3421,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3419
3421
|
} | undefined;
|
|
3420
3422
|
} | undefined;
|
|
3421
3423
|
};
|
|
3422
|
-
createTime: string;
|
|
3423
|
-
updateTime: string;
|
|
3424
3424
|
profile?: {
|
|
3425
3425
|
displayName?: string | undefined;
|
|
3426
3426
|
bio?: string | undefined;
|
|
@@ -3438,6 +3438,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3438
3438
|
name: string;
|
|
3439
3439
|
uid: string;
|
|
3440
3440
|
id: string;
|
|
3441
|
+
createTime: string;
|
|
3442
|
+
updateTime: string;
|
|
3441
3443
|
owner: {
|
|
3442
3444
|
name: string;
|
|
3443
3445
|
uid: string;
|
|
@@ -3457,8 +3459,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3457
3459
|
} | undefined;
|
|
3458
3460
|
} | undefined;
|
|
3459
3461
|
};
|
|
3460
|
-
createTime: string;
|
|
3461
|
-
updateTime: string;
|
|
3462
3462
|
profile?: {
|
|
3463
3463
|
displayName?: string | undefined;
|
|
3464
3464
|
bio?: string | undefined;
|
|
@@ -3476,6 +3476,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3476
3476
|
name: string;
|
|
3477
3477
|
uid: string;
|
|
3478
3478
|
id: string;
|
|
3479
|
+
createTime: string;
|
|
3480
|
+
updateTime: string;
|
|
3479
3481
|
owner: {
|
|
3480
3482
|
name: string;
|
|
3481
3483
|
uid: string;
|
|
@@ -3495,8 +3497,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3495
3497
|
} | undefined;
|
|
3496
3498
|
} | undefined;
|
|
3497
3499
|
};
|
|
3498
|
-
createTime: string;
|
|
3499
|
-
updateTime: string;
|
|
3500
3500
|
profile?: {
|
|
3501
3501
|
displayName?: string | undefined;
|
|
3502
3502
|
bio?: string | undefined;
|
|
@@ -3536,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;
|
|
@@ -3647,11 +3647,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3647
3647
|
license: z.ZodString;
|
|
3648
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
3649
|
name: string;
|
|
3650
|
-
description: string;
|
|
3651
3650
|
uid: string;
|
|
3652
3651
|
id: string;
|
|
3653
|
-
|
|
3654
|
-
|
|
3652
|
+
createTime: string;
|
|
3653
|
+
updateTime: string;
|
|
3655
3654
|
owner: {
|
|
3656
3655
|
user: {
|
|
3657
3656
|
name: string;
|
|
@@ -3677,6 +3676,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3677
3676
|
name: string;
|
|
3678
3677
|
uid: string;
|
|
3679
3678
|
id: string;
|
|
3679
|
+
createTime: string;
|
|
3680
|
+
updateTime: string;
|
|
3680
3681
|
owner: {
|
|
3681
3682
|
name: string;
|
|
3682
3683
|
uid: string;
|
|
@@ -3696,8 +3697,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3696
3697
|
} | undefined;
|
|
3697
3698
|
} | undefined;
|
|
3698
3699
|
};
|
|
3699
|
-
createTime: string;
|
|
3700
|
-
updateTime: string;
|
|
3701
3700
|
profile?: {
|
|
3702
3701
|
displayName?: string | undefined;
|
|
3703
3702
|
bio?: string | undefined;
|
|
@@ -3711,9 +3710,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3711
3710
|
} | undefined;
|
|
3712
3711
|
};
|
|
3713
3712
|
};
|
|
3713
|
+
description: string;
|
|
3714
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -3764,11 +3764,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
-
description: string;
|
|
3768
3767
|
uid: string;
|
|
3769
3768
|
id: string;
|
|
3770
|
-
|
|
3771
|
-
|
|
3769
|
+
createTime: string;
|
|
3770
|
+
updateTime: string;
|
|
3772
3771
|
owner: {
|
|
3773
3772
|
user: {
|
|
3774
3773
|
name: string;
|
|
@@ -3794,6 +3793,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3794
3793
|
name: string;
|
|
3795
3794
|
uid: string;
|
|
3796
3795
|
id: string;
|
|
3796
|
+
createTime: string;
|
|
3797
|
+
updateTime: string;
|
|
3797
3798
|
owner: {
|
|
3798
3799
|
name: string;
|
|
3799
3800
|
uid: string;
|
|
@@ -3813,8 +3814,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3813
3814
|
} | undefined;
|
|
3814
3815
|
} | undefined;
|
|
3815
3816
|
};
|
|
3816
|
-
createTime: string;
|
|
3817
|
-
updateTime: string;
|
|
3818
3817
|
profile?: {
|
|
3819
3818
|
displayName?: string | undefined;
|
|
3820
3819
|
bio?: string | undefined;
|
|
@@ -3828,9 +3827,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3828
3827
|
} | undefined;
|
|
3829
3828
|
};
|
|
3830
3829
|
};
|
|
3830
|
+
description: string;
|
|
3831
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -4173,6 +4173,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4173
4173
|
name: string;
|
|
4174
4174
|
uid: string;
|
|
4175
4175
|
id: string;
|
|
4176
|
+
createTime: string;
|
|
4177
|
+
updateTime: string;
|
|
4176
4178
|
owner: {
|
|
4177
4179
|
name: string;
|
|
4178
4180
|
uid: string;
|
|
@@ -4192,8 +4194,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4192
4194
|
} | undefined;
|
|
4193
4195
|
} | undefined;
|
|
4194
4196
|
};
|
|
4195
|
-
createTime: string;
|
|
4196
|
-
updateTime: string;
|
|
4197
4197
|
profile?: {
|
|
4198
4198
|
displayName?: string | undefined;
|
|
4199
4199
|
bio?: string | undefined;
|
|
@@ -4209,6 +4209,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4209
4209
|
name: string;
|
|
4210
4210
|
uid: string;
|
|
4211
4211
|
id: string;
|
|
4212
|
+
createTime: string;
|
|
4213
|
+
updateTime: string;
|
|
4212
4214
|
owner: {
|
|
4213
4215
|
name: string;
|
|
4214
4216
|
uid: string;
|
|
@@ -4228,8 +4230,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4228
4230
|
} | undefined;
|
|
4229
4231
|
} | undefined;
|
|
4230
4232
|
};
|
|
4231
|
-
createTime: string;
|
|
4232
|
-
updateTime: string;
|
|
4233
4233
|
profile?: {
|
|
4234
4234
|
displayName?: string | undefined;
|
|
4235
4235
|
bio?: string | undefined;
|
|
@@ -4247,6 +4247,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4247
4247
|
name: string;
|
|
4248
4248
|
uid: string;
|
|
4249
4249
|
id: string;
|
|
4250
|
+
createTime: string;
|
|
4251
|
+
updateTime: string;
|
|
4250
4252
|
owner: {
|
|
4251
4253
|
name: string;
|
|
4252
4254
|
uid: string;
|
|
@@ -4266,8 +4268,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4266
4268
|
} | undefined;
|
|
4267
4269
|
} | undefined;
|
|
4268
4270
|
};
|
|
4269
|
-
createTime: string;
|
|
4270
|
-
updateTime: string;
|
|
4271
4271
|
profile?: {
|
|
4272
4272
|
displayName?: string | undefined;
|
|
4273
4273
|
bio?: string | undefined;
|
|
@@ -4285,6 +4285,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4285
4285
|
name: string;
|
|
4286
4286
|
uid: string;
|
|
4287
4287
|
id: string;
|
|
4288
|
+
createTime: string;
|
|
4289
|
+
updateTime: string;
|
|
4288
4290
|
owner: {
|
|
4289
4291
|
name: string;
|
|
4290
4292
|
uid: string;
|
|
@@ -4304,8 +4306,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4304
4306
|
} | undefined;
|
|
4305
4307
|
} | undefined;
|
|
4306
4308
|
};
|
|
4307
|
-
createTime: string;
|
|
4308
|
-
updateTime: string;
|
|
4309
4309
|
profile?: {
|
|
4310
4310
|
displayName?: string | undefined;
|
|
4311
4311
|
bio?: string | undefined;
|
|
@@ -4345,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;
|
|
@@ -4456,11 +4456,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4456
4456
|
license: z.ZodString;
|
|
4457
4457
|
}, "strip", z.ZodTypeAny, {
|
|
4458
4458
|
name: string;
|
|
4459
|
-
description: string;
|
|
4460
4459
|
uid: string;
|
|
4461
4460
|
id: string;
|
|
4462
|
-
|
|
4463
|
-
|
|
4461
|
+
createTime: string;
|
|
4462
|
+
updateTime: string;
|
|
4464
4463
|
owner: {
|
|
4465
4464
|
user: {
|
|
4466
4465
|
name: string;
|
|
@@ -4486,6 +4485,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4486
4485
|
name: string;
|
|
4487
4486
|
uid: string;
|
|
4488
4487
|
id: string;
|
|
4488
|
+
createTime: string;
|
|
4489
|
+
updateTime: string;
|
|
4489
4490
|
owner: {
|
|
4490
4491
|
name: string;
|
|
4491
4492
|
uid: string;
|
|
@@ -4505,8 +4506,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4505
4506
|
} | undefined;
|
|
4506
4507
|
} | undefined;
|
|
4507
4508
|
};
|
|
4508
|
-
createTime: string;
|
|
4509
|
-
updateTime: string;
|
|
4510
4509
|
profile?: {
|
|
4511
4510
|
displayName?: string | undefined;
|
|
4512
4511
|
bio?: string | undefined;
|
|
@@ -4520,9 +4519,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4520
4519
|
} | undefined;
|
|
4521
4520
|
};
|
|
4522
4521
|
};
|
|
4522
|
+
description: string;
|
|
4523
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -4573,11 +4573,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
-
description: string;
|
|
4577
4576
|
uid: string;
|
|
4578
4577
|
id: string;
|
|
4579
|
-
|
|
4580
|
-
|
|
4578
|
+
createTime: string;
|
|
4579
|
+
updateTime: string;
|
|
4581
4580
|
owner: {
|
|
4582
4581
|
user: {
|
|
4583
4582
|
name: string;
|
|
@@ -4603,6 +4602,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4603
4602
|
name: string;
|
|
4604
4603
|
uid: string;
|
|
4605
4604
|
id: string;
|
|
4605
|
+
createTime: string;
|
|
4606
|
+
updateTime: string;
|
|
4606
4607
|
owner: {
|
|
4607
4608
|
name: string;
|
|
4608
4609
|
uid: string;
|
|
@@ -4622,8 +4623,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4622
4623
|
} | undefined;
|
|
4623
4624
|
} | undefined;
|
|
4624
4625
|
};
|
|
4625
|
-
createTime: string;
|
|
4626
|
-
updateTime: string;
|
|
4627
4626
|
profile?: {
|
|
4628
4627
|
displayName?: string | undefined;
|
|
4629
4628
|
bio?: string | undefined;
|
|
@@ -4637,9 +4636,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4637
4636
|
} | undefined;
|
|
4638
4637
|
};
|
|
4639
4638
|
};
|
|
4639
|
+
description: string;
|
|
4640
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -4991,6 +4991,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4991
4991
|
name: string;
|
|
4992
4992
|
uid: string;
|
|
4993
4993
|
id: string;
|
|
4994
|
+
createTime: string;
|
|
4995
|
+
updateTime: string;
|
|
4994
4996
|
owner: {
|
|
4995
4997
|
name: string;
|
|
4996
4998
|
uid: string;
|
|
@@ -5010,8 +5012,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5010
5012
|
} | undefined;
|
|
5011
5013
|
} | undefined;
|
|
5012
5014
|
};
|
|
5013
|
-
createTime: string;
|
|
5014
|
-
updateTime: string;
|
|
5015
5015
|
profile?: {
|
|
5016
5016
|
displayName?: string | undefined;
|
|
5017
5017
|
bio?: string | undefined;
|
|
@@ -5027,6 +5027,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5027
5027
|
name: string;
|
|
5028
5028
|
uid: string;
|
|
5029
5029
|
id: string;
|
|
5030
|
+
createTime: string;
|
|
5031
|
+
updateTime: string;
|
|
5030
5032
|
owner: {
|
|
5031
5033
|
name: string;
|
|
5032
5034
|
uid: string;
|
|
@@ -5046,8 +5048,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5046
5048
|
} | undefined;
|
|
5047
5049
|
} | undefined;
|
|
5048
5050
|
};
|
|
5049
|
-
createTime: string;
|
|
5050
|
-
updateTime: string;
|
|
5051
5051
|
profile?: {
|
|
5052
5052
|
displayName?: string | undefined;
|
|
5053
5053
|
bio?: string | undefined;
|
|
@@ -5065,6 +5065,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5065
5065
|
name: string;
|
|
5066
5066
|
uid: string;
|
|
5067
5067
|
id: string;
|
|
5068
|
+
createTime: string;
|
|
5069
|
+
updateTime: string;
|
|
5068
5070
|
owner: {
|
|
5069
5071
|
name: string;
|
|
5070
5072
|
uid: string;
|
|
@@ -5084,8 +5086,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5084
5086
|
} | undefined;
|
|
5085
5087
|
} | undefined;
|
|
5086
5088
|
};
|
|
5087
|
-
createTime: string;
|
|
5088
|
-
updateTime: string;
|
|
5089
5089
|
profile?: {
|
|
5090
5090
|
displayName?: string | undefined;
|
|
5091
5091
|
bio?: string | undefined;
|
|
@@ -5103,6 +5103,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5103
5103
|
name: string;
|
|
5104
5104
|
uid: string;
|
|
5105
5105
|
id: string;
|
|
5106
|
+
createTime: string;
|
|
5107
|
+
updateTime: string;
|
|
5106
5108
|
owner: {
|
|
5107
5109
|
name: string;
|
|
5108
5110
|
uid: string;
|
|
@@ -5122,8 +5124,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5122
5124
|
} | undefined;
|
|
5123
5125
|
} | undefined;
|
|
5124
5126
|
};
|
|
5125
|
-
createTime: string;
|
|
5126
|
-
updateTime: string;
|
|
5127
5127
|
profile?: {
|
|
5128
5128
|
displayName?: string | undefined;
|
|
5129
5129
|
bio?: string | undefined;
|
|
@@ -5163,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;
|
|
@@ -5274,11 +5274,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5274
5274
|
license: z.ZodString;
|
|
5275
5275
|
}, "strip", z.ZodTypeAny, {
|
|
5276
5276
|
name: string;
|
|
5277
|
-
description: string;
|
|
5278
5277
|
uid: string;
|
|
5279
5278
|
id: string;
|
|
5280
|
-
|
|
5281
|
-
|
|
5279
|
+
createTime: string;
|
|
5280
|
+
updateTime: string;
|
|
5282
5281
|
owner: {
|
|
5283
5282
|
user: {
|
|
5284
5283
|
name: string;
|
|
@@ -5304,6 +5303,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5304
5303
|
name: string;
|
|
5305
5304
|
uid: string;
|
|
5306
5305
|
id: string;
|
|
5306
|
+
createTime: string;
|
|
5307
|
+
updateTime: string;
|
|
5307
5308
|
owner: {
|
|
5308
5309
|
name: string;
|
|
5309
5310
|
uid: string;
|
|
@@ -5323,8 +5324,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5323
5324
|
} | undefined;
|
|
5324
5325
|
} | undefined;
|
|
5325
5326
|
};
|
|
5326
|
-
createTime: string;
|
|
5327
|
-
updateTime: string;
|
|
5328
5327
|
profile?: {
|
|
5329
5328
|
displayName?: string | undefined;
|
|
5330
5329
|
bio?: string | undefined;
|
|
@@ -5338,9 +5337,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5338
5337
|
} | undefined;
|
|
5339
5338
|
};
|
|
5340
5339
|
};
|
|
5340
|
+
description: string;
|
|
5341
|
+
documentationUrl: string;
|
|
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;
|
|
@@ -5391,11 +5391,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
-
description: string;
|
|
5395
5394
|
uid: string;
|
|
5396
5395
|
id: string;
|
|
5397
|
-
|
|
5398
|
-
|
|
5396
|
+
createTime: string;
|
|
5397
|
+
updateTime: string;
|
|
5399
5398
|
owner: {
|
|
5400
5399
|
user: {
|
|
5401
5400
|
name: string;
|
|
@@ -5421,6 +5420,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5421
5420
|
name: string;
|
|
5422
5421
|
uid: string;
|
|
5423
5422
|
id: string;
|
|
5423
|
+
createTime: string;
|
|
5424
|
+
updateTime: string;
|
|
5424
5425
|
owner: {
|
|
5425
5426
|
name: string;
|
|
5426
5427
|
uid: string;
|
|
@@ -5440,8 +5441,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5440
5441
|
} | undefined;
|
|
5441
5442
|
} | undefined;
|
|
5442
5443
|
};
|
|
5443
|
-
createTime: string;
|
|
5444
|
-
updateTime: string;
|
|
5445
5444
|
profile?: {
|
|
5446
5445
|
displayName?: string | undefined;
|
|
5447
5446
|
bio?: string | undefined;
|
|
@@ -5455,9 +5454,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5455
5454
|
} | undefined;
|
|
5456
5455
|
};
|
|
5457
5456
|
};
|
|
5457
|
+
description: string;
|
|
5458
|
+
documentationUrl: string;
|
|
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;
|