instill-sdk 0.19.0-rc.21 → 0.19.0-rc.22
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 +2 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +30 -0
- 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/index.js +10 -0
- package/dist/index.mjs +10 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +40 -40
- package/dist/vdp/component/types.d.ts +72 -72
- package/dist/vdp/pipeline/types.d.ts +339 -339
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +3 -3
|
@@ -424,11 +424,6 @@ 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;
|
|
432
427
|
owner: {
|
|
433
428
|
name: string;
|
|
434
429
|
uid: string;
|
|
@@ -448,6 +443,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
448
443
|
} | undefined;
|
|
449
444
|
} | undefined;
|
|
450
445
|
};
|
|
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,11 +460,6 @@ 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;
|
|
468
463
|
owner: {
|
|
469
464
|
name: string;
|
|
470
465
|
uid: string;
|
|
@@ -484,6 +479,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
484
479
|
} | undefined;
|
|
485
480
|
} | undefined;
|
|
486
481
|
};
|
|
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,11 +498,6 @@ 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;
|
|
506
501
|
owner: {
|
|
507
502
|
name: string;
|
|
508
503
|
uid: string;
|
|
@@ -522,6 +517,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
522
517
|
} | undefined;
|
|
523
518
|
} | undefined;
|
|
524
519
|
};
|
|
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,11 +536,6 @@ 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;
|
|
544
539
|
owner: {
|
|
545
540
|
name: string;
|
|
546
541
|
uid: string;
|
|
@@ -560,6 +555,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
560
555
|
} | undefined;
|
|
561
556
|
} | undefined;
|
|
562
557
|
};
|
|
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;
|
|
602
603
|
uid: string;
|
|
603
604
|
id: string;
|
|
605
|
+
recipe: Record<string, any>;
|
|
604
606
|
createTime: string;
|
|
605
607
|
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;
|
|
619
620
|
uid: string;
|
|
620
621
|
id: string;
|
|
622
|
+
recipe: Record<string, any>;
|
|
621
623
|
createTime: string;
|
|
622
624
|
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,11 +709,6 @@ 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;
|
|
717
712
|
owner: {
|
|
718
713
|
user: {
|
|
719
714
|
name: string;
|
|
@@ -736,11 +731,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
736
731
|
};
|
|
737
732
|
} | {
|
|
738
733
|
organization: {
|
|
739
|
-
name: string;
|
|
740
|
-
uid: string;
|
|
741
|
-
id: string;
|
|
742
|
-
createTime: string;
|
|
743
|
-
updateTime: string;
|
|
744
734
|
owner: {
|
|
745
735
|
name: string;
|
|
746
736
|
uid: string;
|
|
@@ -760,6 +750,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
760
750
|
} | undefined;
|
|
761
751
|
} | undefined;
|
|
762
752
|
};
|
|
753
|
+
name: string;
|
|
754
|
+
uid: string;
|
|
755
|
+
id: string;
|
|
756
|
+
createTime: string;
|
|
757
|
+
updateTime: string;
|
|
763
758
|
profile?: {
|
|
764
759
|
displayName?: string | undefined;
|
|
765
760
|
bio?: string | undefined;
|
|
@@ -773,10 +768,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
773
768
|
} | undefined;
|
|
774
769
|
};
|
|
775
770
|
};
|
|
771
|
+
name: string;
|
|
776
772
|
description: string;
|
|
773
|
+
uid: string;
|
|
774
|
+
id: string;
|
|
777
775
|
documentationUrl: string;
|
|
778
776
|
sourceUrl: string;
|
|
779
777
|
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;
|
|
801
802
|
uid: string;
|
|
802
803
|
id: string;
|
|
804
|
+
recipe: Record<string, any>;
|
|
803
805
|
createTime: string;
|
|
804
806
|
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,11 +826,6 @@ 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;
|
|
834
829
|
owner: {
|
|
835
830
|
user: {
|
|
836
831
|
name: string;
|
|
@@ -853,11 +848,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
853
848
|
};
|
|
854
849
|
} | {
|
|
855
850
|
organization: {
|
|
856
|
-
name: string;
|
|
857
|
-
uid: string;
|
|
858
|
-
id: string;
|
|
859
|
-
createTime: string;
|
|
860
|
-
updateTime: string;
|
|
861
851
|
owner: {
|
|
862
852
|
name: string;
|
|
863
853
|
uid: string;
|
|
@@ -877,6 +867,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
877
867
|
} | undefined;
|
|
878
868
|
} | undefined;
|
|
879
869
|
};
|
|
870
|
+
name: string;
|
|
871
|
+
uid: string;
|
|
872
|
+
id: string;
|
|
873
|
+
createTime: string;
|
|
874
|
+
updateTime: string;
|
|
880
875
|
profile?: {
|
|
881
876
|
displayName?: string | undefined;
|
|
882
877
|
bio?: string | undefined;
|
|
@@ -890,10 +885,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
890
885
|
} | undefined;
|
|
891
886
|
};
|
|
892
887
|
};
|
|
888
|
+
name: string;
|
|
893
889
|
description: string;
|
|
890
|
+
uid: string;
|
|
891
|
+
id: string;
|
|
894
892
|
documentationUrl: string;
|
|
895
893
|
sourceUrl: string;
|
|
896
894
|
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;
|
|
918
919
|
uid: string;
|
|
919
920
|
id: string;
|
|
921
|
+
recipe: Record<string, any>;
|
|
920
922
|
createTime: string;
|
|
921
923
|
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,11 +1254,6 @@ 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;
|
|
1262
1257
|
owner: {
|
|
1263
1258
|
name: string;
|
|
1264
1259
|
uid: string;
|
|
@@ -1278,6 +1273,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1278
1273
|
} | undefined;
|
|
1279
1274
|
} | undefined;
|
|
1280
1275
|
};
|
|
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,11 +1290,6 @@ 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;
|
|
1298
1293
|
owner: {
|
|
1299
1294
|
name: string;
|
|
1300
1295
|
uid: string;
|
|
@@ -1314,6 +1309,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1314
1309
|
} | undefined;
|
|
1315
1310
|
} | undefined;
|
|
1316
1311
|
};
|
|
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,11 +1328,6 @@ 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;
|
|
1336
1331
|
owner: {
|
|
1337
1332
|
name: string;
|
|
1338
1333
|
uid: string;
|
|
@@ -1352,6 +1347,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1352
1347
|
} | undefined;
|
|
1353
1348
|
} | undefined;
|
|
1354
1349
|
};
|
|
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,11 +1366,6 @@ 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;
|
|
1374
1369
|
owner: {
|
|
1375
1370
|
name: string;
|
|
1376
1371
|
uid: string;
|
|
@@ -1390,6 +1385,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1390
1385
|
} | undefined;
|
|
1391
1386
|
} | undefined;
|
|
1392
1387
|
};
|
|
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;
|
|
1432
1433
|
uid: string;
|
|
1433
1434
|
id: string;
|
|
1435
|
+
recipe: Record<string, any>;
|
|
1434
1436
|
createTime: string;
|
|
1435
1437
|
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;
|
|
1449
1450
|
uid: string;
|
|
1450
1451
|
id: string;
|
|
1452
|
+
recipe: Record<string, any>;
|
|
1451
1453
|
createTime: string;
|
|
1452
1454
|
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,11 +1539,6 @@ 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;
|
|
1547
1542
|
owner: {
|
|
1548
1543
|
user: {
|
|
1549
1544
|
name: string;
|
|
@@ -1566,11 +1561,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1566
1561
|
};
|
|
1567
1562
|
} | {
|
|
1568
1563
|
organization: {
|
|
1569
|
-
name: string;
|
|
1570
|
-
uid: string;
|
|
1571
|
-
id: string;
|
|
1572
|
-
createTime: string;
|
|
1573
|
-
updateTime: string;
|
|
1574
1564
|
owner: {
|
|
1575
1565
|
name: string;
|
|
1576
1566
|
uid: string;
|
|
@@ -1590,6 +1580,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1590
1580
|
} | undefined;
|
|
1591
1581
|
} | undefined;
|
|
1592
1582
|
};
|
|
1583
|
+
name: string;
|
|
1584
|
+
uid: string;
|
|
1585
|
+
id: string;
|
|
1586
|
+
createTime: string;
|
|
1587
|
+
updateTime: string;
|
|
1593
1588
|
profile?: {
|
|
1594
1589
|
displayName?: string | undefined;
|
|
1595
1590
|
bio?: string | undefined;
|
|
@@ -1603,10 +1598,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1603
1598
|
} | undefined;
|
|
1604
1599
|
};
|
|
1605
1600
|
};
|
|
1601
|
+
name: string;
|
|
1606
1602
|
description: string;
|
|
1603
|
+
uid: string;
|
|
1604
|
+
id: string;
|
|
1607
1605
|
documentationUrl: string;
|
|
1608
1606
|
sourceUrl: string;
|
|
1609
1607
|
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;
|
|
1631
1632
|
uid: string;
|
|
1632
1633
|
id: string;
|
|
1634
|
+
recipe: Record<string, any>;
|
|
1633
1635
|
createTime: string;
|
|
1634
1636
|
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,11 +1656,6 @@ 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;
|
|
1664
1659
|
owner: {
|
|
1665
1660
|
user: {
|
|
1666
1661
|
name: string;
|
|
@@ -1683,11 +1678,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1683
1678
|
};
|
|
1684
1679
|
} | {
|
|
1685
1680
|
organization: {
|
|
1686
|
-
name: string;
|
|
1687
|
-
uid: string;
|
|
1688
|
-
id: string;
|
|
1689
|
-
createTime: string;
|
|
1690
|
-
updateTime: string;
|
|
1691
1681
|
owner: {
|
|
1692
1682
|
name: string;
|
|
1693
1683
|
uid: string;
|
|
@@ -1707,6 +1697,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1707
1697
|
} | undefined;
|
|
1708
1698
|
} | undefined;
|
|
1709
1699
|
};
|
|
1700
|
+
name: string;
|
|
1701
|
+
uid: string;
|
|
1702
|
+
id: string;
|
|
1703
|
+
createTime: string;
|
|
1704
|
+
updateTime: string;
|
|
1710
1705
|
profile?: {
|
|
1711
1706
|
displayName?: string | undefined;
|
|
1712
1707
|
bio?: string | undefined;
|
|
@@ -1720,10 +1715,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1720
1715
|
} | undefined;
|
|
1721
1716
|
};
|
|
1722
1717
|
};
|
|
1718
|
+
name: string;
|
|
1723
1719
|
description: string;
|
|
1720
|
+
uid: string;
|
|
1721
|
+
id: string;
|
|
1724
1722
|
documentationUrl: string;
|
|
1725
1723
|
sourceUrl: string;
|
|
1726
1724
|
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;
|
|
1748
1749
|
uid: string;
|
|
1749
1750
|
id: string;
|
|
1751
|
+
recipe: Record<string, any>;
|
|
1750
1752
|
createTime: string;
|
|
1751
1753
|
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,11 +1779,6 @@ 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;
|
|
1787
1782
|
owner: {
|
|
1788
1783
|
user: {
|
|
1789
1784
|
name: string;
|
|
@@ -1806,11 +1801,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1806
1801
|
};
|
|
1807
1802
|
} | {
|
|
1808
1803
|
organization: {
|
|
1809
|
-
name: string;
|
|
1810
|
-
uid: string;
|
|
1811
|
-
id: string;
|
|
1812
|
-
createTime: string;
|
|
1813
|
-
updateTime: string;
|
|
1814
1804
|
owner: {
|
|
1815
1805
|
name: string;
|
|
1816
1806
|
uid: string;
|
|
@@ -1830,6 +1820,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1830
1820
|
} | undefined;
|
|
1831
1821
|
} | undefined;
|
|
1832
1822
|
};
|
|
1823
|
+
name: string;
|
|
1824
|
+
uid: string;
|
|
1825
|
+
id: string;
|
|
1826
|
+
createTime: string;
|
|
1827
|
+
updateTime: string;
|
|
1833
1828
|
profile?: {
|
|
1834
1829
|
displayName?: string | undefined;
|
|
1835
1830
|
bio?: string | undefined;
|
|
@@ -1843,10 +1838,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1843
1838
|
} | undefined;
|
|
1844
1839
|
};
|
|
1845
1840
|
};
|
|
1841
|
+
name: string;
|
|
1846
1842
|
description: string;
|
|
1843
|
+
uid: string;
|
|
1844
|
+
id: string;
|
|
1847
1845
|
documentationUrl: string;
|
|
1848
1846
|
sourceUrl: string;
|
|
1849
1847
|
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;
|
|
1871
1872
|
uid: string;
|
|
1872
1873
|
id: string;
|
|
1874
|
+
recipe: Record<string, any>;
|
|
1873
1875
|
createTime: string;
|
|
1874
1876
|
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,11 +1900,6 @@ 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;
|
|
1908
1903
|
owner: {
|
|
1909
1904
|
user: {
|
|
1910
1905
|
name: string;
|
|
@@ -1927,11 +1922,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1927
1922
|
};
|
|
1928
1923
|
} | {
|
|
1929
1924
|
organization: {
|
|
1930
|
-
name: string;
|
|
1931
|
-
uid: string;
|
|
1932
|
-
id: string;
|
|
1933
|
-
createTime: string;
|
|
1934
|
-
updateTime: string;
|
|
1935
1925
|
owner: {
|
|
1936
1926
|
name: string;
|
|
1937
1927
|
uid: string;
|
|
@@ -1951,6 +1941,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1951
1941
|
} | undefined;
|
|
1952
1942
|
} | undefined;
|
|
1953
1943
|
};
|
|
1944
|
+
name: string;
|
|
1945
|
+
uid: string;
|
|
1946
|
+
id: string;
|
|
1947
|
+
createTime: string;
|
|
1948
|
+
updateTime: string;
|
|
1954
1949
|
profile?: {
|
|
1955
1950
|
displayName?: string | undefined;
|
|
1956
1951
|
bio?: string | undefined;
|
|
@@ -1964,10 +1959,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1964
1959
|
} | undefined;
|
|
1965
1960
|
};
|
|
1966
1961
|
};
|
|
1962
|
+
name: string;
|
|
1967
1963
|
description: string;
|
|
1964
|
+
uid: string;
|
|
1965
|
+
id: string;
|
|
1968
1966
|
documentationUrl: string;
|
|
1969
1967
|
sourceUrl: string;
|
|
1970
1968
|
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;
|
|
1992
1993
|
uid: string;
|
|
1993
1994
|
id: string;
|
|
1995
|
+
recipe: Record<string, any>;
|
|
1994
1996
|
createTime: string;
|
|
1995
1997
|
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,11 +2311,6 @@ 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;
|
|
2319
2314
|
owner: {
|
|
2320
2315
|
name: string;
|
|
2321
2316
|
uid: string;
|
|
@@ -2335,6 +2330,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2335
2330
|
} | undefined;
|
|
2336
2331
|
} | undefined;
|
|
2337
2332
|
};
|
|
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,11 +2347,6 @@ 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;
|
|
2355
2350
|
owner: {
|
|
2356
2351
|
name: string;
|
|
2357
2352
|
uid: string;
|
|
@@ -2371,6 +2366,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2371
2366
|
} | undefined;
|
|
2372
2367
|
} | undefined;
|
|
2373
2368
|
};
|
|
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,11 +2385,6 @@ 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;
|
|
2393
2388
|
owner: {
|
|
2394
2389
|
name: string;
|
|
2395
2390
|
uid: string;
|
|
@@ -2409,6 +2404,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2409
2404
|
} | undefined;
|
|
2410
2405
|
} | undefined;
|
|
2411
2406
|
};
|
|
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,11 +2423,6 @@ 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;
|
|
2431
2426
|
owner: {
|
|
2432
2427
|
name: string;
|
|
2433
2428
|
uid: string;
|
|
@@ -2447,6 +2442,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2447
2442
|
} | undefined;
|
|
2448
2443
|
} | undefined;
|
|
2449
2444
|
};
|
|
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;
|
|
2489
2490
|
uid: string;
|
|
2490
2491
|
id: string;
|
|
2492
|
+
recipe: Record<string, any>;
|
|
2491
2493
|
createTime: string;
|
|
2492
2494
|
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;
|
|
2506
2507
|
uid: string;
|
|
2507
2508
|
id: string;
|
|
2509
|
+
recipe: Record<string, any>;
|
|
2508
2510
|
createTime: string;
|
|
2509
2511
|
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,11 +2596,6 @@ 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;
|
|
2604
2599
|
owner: {
|
|
2605
2600
|
user: {
|
|
2606
2601
|
name: string;
|
|
@@ -2623,11 +2618,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2623
2618
|
};
|
|
2624
2619
|
} | {
|
|
2625
2620
|
organization: {
|
|
2626
|
-
name: string;
|
|
2627
|
-
uid: string;
|
|
2628
|
-
id: string;
|
|
2629
|
-
createTime: string;
|
|
2630
|
-
updateTime: string;
|
|
2631
2621
|
owner: {
|
|
2632
2622
|
name: string;
|
|
2633
2623
|
uid: string;
|
|
@@ -2647,6 +2637,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2647
2637
|
} | undefined;
|
|
2648
2638
|
} | undefined;
|
|
2649
2639
|
};
|
|
2640
|
+
name: string;
|
|
2641
|
+
uid: string;
|
|
2642
|
+
id: string;
|
|
2643
|
+
createTime: string;
|
|
2644
|
+
updateTime: string;
|
|
2650
2645
|
profile?: {
|
|
2651
2646
|
displayName?: string | undefined;
|
|
2652
2647
|
bio?: string | undefined;
|
|
@@ -2660,10 +2655,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2660
2655
|
} | undefined;
|
|
2661
2656
|
};
|
|
2662
2657
|
};
|
|
2658
|
+
name: string;
|
|
2663
2659
|
description: string;
|
|
2660
|
+
uid: string;
|
|
2661
|
+
id: string;
|
|
2664
2662
|
documentationUrl: string;
|
|
2665
2663
|
sourceUrl: string;
|
|
2666
2664
|
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;
|
|
2688
2689
|
uid: string;
|
|
2689
2690
|
id: string;
|
|
2691
|
+
recipe: Record<string, any>;
|
|
2690
2692
|
createTime: string;
|
|
2691
2693
|
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,11 +2713,6 @@ 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;
|
|
2721
2716
|
owner: {
|
|
2722
2717
|
user: {
|
|
2723
2718
|
name: string;
|
|
@@ -2740,11 +2735,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2740
2735
|
};
|
|
2741
2736
|
} | {
|
|
2742
2737
|
organization: {
|
|
2743
|
-
name: string;
|
|
2744
|
-
uid: string;
|
|
2745
|
-
id: string;
|
|
2746
|
-
createTime: string;
|
|
2747
|
-
updateTime: string;
|
|
2748
2738
|
owner: {
|
|
2749
2739
|
name: string;
|
|
2750
2740
|
uid: string;
|
|
@@ -2764,6 +2754,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2764
2754
|
} | undefined;
|
|
2765
2755
|
} | undefined;
|
|
2766
2756
|
};
|
|
2757
|
+
name: string;
|
|
2758
|
+
uid: string;
|
|
2759
|
+
id: string;
|
|
2760
|
+
createTime: string;
|
|
2761
|
+
updateTime: string;
|
|
2767
2762
|
profile?: {
|
|
2768
2763
|
displayName?: string | undefined;
|
|
2769
2764
|
bio?: string | undefined;
|
|
@@ -2777,10 +2772,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2777
2772
|
} | undefined;
|
|
2778
2773
|
};
|
|
2779
2774
|
};
|
|
2775
|
+
name: string;
|
|
2780
2776
|
description: string;
|
|
2777
|
+
uid: string;
|
|
2778
|
+
id: string;
|
|
2781
2779
|
documentationUrl: string;
|
|
2782
2780
|
sourceUrl: string;
|
|
2783
2781
|
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;
|
|
2805
2806
|
uid: string;
|
|
2806
2807
|
id: string;
|
|
2808
|
+
recipe: Record<string, any>;
|
|
2807
2809
|
createTime: string;
|
|
2808
2810
|
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,11 +2836,6 @@ 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;
|
|
2844
2839
|
owner: {
|
|
2845
2840
|
user: {
|
|
2846
2841
|
name: string;
|
|
@@ -2863,11 +2858,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2863
2858
|
};
|
|
2864
2859
|
} | {
|
|
2865
2860
|
organization: {
|
|
2866
|
-
name: string;
|
|
2867
|
-
uid: string;
|
|
2868
|
-
id: string;
|
|
2869
|
-
createTime: string;
|
|
2870
|
-
updateTime: string;
|
|
2871
2861
|
owner: {
|
|
2872
2862
|
name: string;
|
|
2873
2863
|
uid: string;
|
|
@@ -2887,6 +2877,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2887
2877
|
} | undefined;
|
|
2888
2878
|
} | undefined;
|
|
2889
2879
|
};
|
|
2880
|
+
name: string;
|
|
2881
|
+
uid: string;
|
|
2882
|
+
id: string;
|
|
2883
|
+
createTime: string;
|
|
2884
|
+
updateTime: string;
|
|
2890
2885
|
profile?: {
|
|
2891
2886
|
displayName?: string | undefined;
|
|
2892
2887
|
bio?: string | undefined;
|
|
@@ -2900,10 +2895,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2900
2895
|
} | undefined;
|
|
2901
2896
|
};
|
|
2902
2897
|
};
|
|
2898
|
+
name: string;
|
|
2903
2899
|
description: string;
|
|
2900
|
+
uid: string;
|
|
2901
|
+
id: string;
|
|
2904
2902
|
documentationUrl: string;
|
|
2905
2903
|
sourceUrl: string;
|
|
2906
2904
|
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;
|
|
2928
2929
|
uid: string;
|
|
2929
2930
|
id: string;
|
|
2931
|
+
recipe: Record<string, any>;
|
|
2930
2932
|
createTime: string;
|
|
2931
2933
|
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,11 +2957,6 @@ 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;
|
|
2965
2960
|
owner: {
|
|
2966
2961
|
user: {
|
|
2967
2962
|
name: string;
|
|
@@ -2984,11 +2979,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2984
2979
|
};
|
|
2985
2980
|
} | {
|
|
2986
2981
|
organization: {
|
|
2987
|
-
name: string;
|
|
2988
|
-
uid: string;
|
|
2989
|
-
id: string;
|
|
2990
|
-
createTime: string;
|
|
2991
|
-
updateTime: string;
|
|
2992
2982
|
owner: {
|
|
2993
2983
|
name: string;
|
|
2994
2984
|
uid: string;
|
|
@@ -3008,6 +2998,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3008
2998
|
} | undefined;
|
|
3009
2999
|
} | undefined;
|
|
3010
3000
|
};
|
|
3001
|
+
name: string;
|
|
3002
|
+
uid: string;
|
|
3003
|
+
id: string;
|
|
3004
|
+
createTime: string;
|
|
3005
|
+
updateTime: string;
|
|
3011
3006
|
profile?: {
|
|
3012
3007
|
displayName?: string | undefined;
|
|
3013
3008
|
bio?: string | undefined;
|
|
@@ -3021,10 +3016,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3021
3016
|
} | undefined;
|
|
3022
3017
|
};
|
|
3023
3018
|
};
|
|
3019
|
+
name: string;
|
|
3024
3020
|
description: string;
|
|
3021
|
+
uid: string;
|
|
3022
|
+
id: string;
|
|
3025
3023
|
documentationUrl: string;
|
|
3026
3024
|
sourceUrl: string;
|
|
3027
3025
|
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;
|
|
3049
3050
|
uid: string;
|
|
3050
3051
|
id: string;
|
|
3052
|
+
recipe: Record<string, any>;
|
|
3051
3053
|
createTime: string;
|
|
3052
3054
|
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,11 +3361,6 @@ 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;
|
|
3369
3364
|
owner: {
|
|
3370
3365
|
name: string;
|
|
3371
3366
|
uid: string;
|
|
@@ -3385,6 +3380,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3385
3380
|
} | undefined;
|
|
3386
3381
|
} | undefined;
|
|
3387
3382
|
};
|
|
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,11 +3397,6 @@ 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;
|
|
3405
3400
|
owner: {
|
|
3406
3401
|
name: string;
|
|
3407
3402
|
uid: string;
|
|
@@ -3421,6 +3416,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3421
3416
|
} | undefined;
|
|
3422
3417
|
} | undefined;
|
|
3423
3418
|
};
|
|
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,11 +3435,6 @@ 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;
|
|
3443
3438
|
owner: {
|
|
3444
3439
|
name: string;
|
|
3445
3440
|
uid: string;
|
|
@@ -3459,6 +3454,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3459
3454
|
} | undefined;
|
|
3460
3455
|
} | undefined;
|
|
3461
3456
|
};
|
|
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;
|
|
@@ -3470,14 +3470,9 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3470
3470
|
github?: string | undefined;
|
|
3471
3471
|
} | undefined;
|
|
3472
3472
|
} | undefined;
|
|
3473
|
-
};
|
|
3474
|
-
}, {
|
|
3475
|
-
organization: {
|
|
3476
|
-
name: string;
|
|
3477
|
-
uid: string;
|
|
3478
|
-
id: string;
|
|
3479
|
-
createTime: string;
|
|
3480
|
-
updateTime: string;
|
|
3473
|
+
};
|
|
3474
|
+
}, {
|
|
3475
|
+
organization: {
|
|
3481
3476
|
owner: {
|
|
3482
3477
|
name: string;
|
|
3483
3478
|
uid: string;
|
|
@@ -3497,6 +3492,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3497
3492
|
} | undefined;
|
|
3498
3493
|
} | undefined;
|
|
3499
3494
|
};
|
|
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;
|
|
3539
3540
|
uid: string;
|
|
3540
3541
|
id: string;
|
|
3542
|
+
recipe: Record<string, any>;
|
|
3541
3543
|
createTime: string;
|
|
3542
3544
|
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;
|
|
3556
3557
|
uid: string;
|
|
3557
3558
|
id: string;
|
|
3559
|
+
recipe: Record<string, any>;
|
|
3558
3560
|
createTime: string;
|
|
3559
3561
|
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,11 +3646,6 @@ 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;
|
|
3654
3649
|
owner: {
|
|
3655
3650
|
user: {
|
|
3656
3651
|
name: string;
|
|
@@ -3673,11 +3668,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3673
3668
|
};
|
|
3674
3669
|
} | {
|
|
3675
3670
|
organization: {
|
|
3676
|
-
name: string;
|
|
3677
|
-
uid: string;
|
|
3678
|
-
id: string;
|
|
3679
|
-
createTime: string;
|
|
3680
|
-
updateTime: string;
|
|
3681
3671
|
owner: {
|
|
3682
3672
|
name: string;
|
|
3683
3673
|
uid: string;
|
|
@@ -3697,6 +3687,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3697
3687
|
} | undefined;
|
|
3698
3688
|
} | undefined;
|
|
3699
3689
|
};
|
|
3690
|
+
name: string;
|
|
3691
|
+
uid: string;
|
|
3692
|
+
id: string;
|
|
3693
|
+
createTime: string;
|
|
3694
|
+
updateTime: string;
|
|
3700
3695
|
profile?: {
|
|
3701
3696
|
displayName?: string | undefined;
|
|
3702
3697
|
bio?: string | undefined;
|
|
@@ -3710,10 +3705,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3710
3705
|
} | undefined;
|
|
3711
3706
|
};
|
|
3712
3707
|
};
|
|
3708
|
+
name: string;
|
|
3713
3709
|
description: string;
|
|
3710
|
+
uid: string;
|
|
3711
|
+
id: string;
|
|
3714
3712
|
documentationUrl: string;
|
|
3715
3713
|
sourceUrl: string;
|
|
3716
3714
|
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;
|
|
3738
3739
|
uid: string;
|
|
3739
3740
|
id: string;
|
|
3741
|
+
recipe: Record<string, any>;
|
|
3740
3742
|
createTime: string;
|
|
3741
3743
|
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,11 +3763,6 @@ 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;
|
|
3771
3766
|
owner: {
|
|
3772
3767
|
user: {
|
|
3773
3768
|
name: string;
|
|
@@ -3790,11 +3785,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3790
3785
|
};
|
|
3791
3786
|
} | {
|
|
3792
3787
|
organization: {
|
|
3793
|
-
name: string;
|
|
3794
|
-
uid: string;
|
|
3795
|
-
id: string;
|
|
3796
|
-
createTime: string;
|
|
3797
|
-
updateTime: string;
|
|
3798
3788
|
owner: {
|
|
3799
3789
|
name: string;
|
|
3800
3790
|
uid: string;
|
|
@@ -3814,6 +3804,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3814
3804
|
} | undefined;
|
|
3815
3805
|
} | undefined;
|
|
3816
3806
|
};
|
|
3807
|
+
name: string;
|
|
3808
|
+
uid: string;
|
|
3809
|
+
id: string;
|
|
3810
|
+
createTime: string;
|
|
3811
|
+
updateTime: string;
|
|
3817
3812
|
profile?: {
|
|
3818
3813
|
displayName?: string | undefined;
|
|
3819
3814
|
bio?: string | undefined;
|
|
@@ -3827,10 +3822,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3827
3822
|
} | undefined;
|
|
3828
3823
|
};
|
|
3829
3824
|
};
|
|
3825
|
+
name: string;
|
|
3830
3826
|
description: string;
|
|
3827
|
+
uid: string;
|
|
3828
|
+
id: string;
|
|
3831
3829
|
documentationUrl: string;
|
|
3832
3830
|
sourceUrl: string;
|
|
3833
3831
|
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;
|
|
3855
3856
|
uid: string;
|
|
3856
3857
|
id: string;
|
|
3858
|
+
recipe: Record<string, any>;
|
|
3857
3859
|
createTime: string;
|
|
3858
3860
|
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,11 +4170,6 @@ 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;
|
|
4178
4173
|
owner: {
|
|
4179
4174
|
name: string;
|
|
4180
4175
|
uid: string;
|
|
@@ -4194,6 +4189,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4194
4189
|
} | undefined;
|
|
4195
4190
|
} | undefined;
|
|
4196
4191
|
};
|
|
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,11 +4206,6 @@ 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;
|
|
4214
4209
|
owner: {
|
|
4215
4210
|
name: string;
|
|
4216
4211
|
uid: string;
|
|
@@ -4230,6 +4225,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4230
4225
|
} | undefined;
|
|
4231
4226
|
} | undefined;
|
|
4232
4227
|
};
|
|
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,11 +4244,6 @@ 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;
|
|
4252
4247
|
owner: {
|
|
4253
4248
|
name: string;
|
|
4254
4249
|
uid: string;
|
|
@@ -4268,6 +4263,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4268
4263
|
} | undefined;
|
|
4269
4264
|
} | undefined;
|
|
4270
4265
|
};
|
|
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,11 +4282,6 @@ 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;
|
|
4290
4285
|
owner: {
|
|
4291
4286
|
name: string;
|
|
4292
4287
|
uid: string;
|
|
@@ -4306,6 +4301,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4306
4301
|
} | undefined;
|
|
4307
4302
|
} | undefined;
|
|
4308
4303
|
};
|
|
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;
|
|
4348
4349
|
uid: string;
|
|
4349
4350
|
id: string;
|
|
4351
|
+
recipe: Record<string, any>;
|
|
4350
4352
|
createTime: string;
|
|
4351
4353
|
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;
|
|
4365
4366
|
uid: string;
|
|
4366
4367
|
id: string;
|
|
4368
|
+
recipe: Record<string, any>;
|
|
4367
4369
|
createTime: string;
|
|
4368
4370
|
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,11 +4455,6 @@ 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;
|
|
4463
4458
|
owner: {
|
|
4464
4459
|
user: {
|
|
4465
4460
|
name: string;
|
|
@@ -4482,11 +4477,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4482
4477
|
};
|
|
4483
4478
|
} | {
|
|
4484
4479
|
organization: {
|
|
4485
|
-
name: string;
|
|
4486
|
-
uid: string;
|
|
4487
|
-
id: string;
|
|
4488
|
-
createTime: string;
|
|
4489
|
-
updateTime: string;
|
|
4490
4480
|
owner: {
|
|
4491
4481
|
name: string;
|
|
4492
4482
|
uid: string;
|
|
@@ -4506,6 +4496,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4506
4496
|
} | undefined;
|
|
4507
4497
|
} | undefined;
|
|
4508
4498
|
};
|
|
4499
|
+
name: string;
|
|
4500
|
+
uid: string;
|
|
4501
|
+
id: string;
|
|
4502
|
+
createTime: string;
|
|
4503
|
+
updateTime: string;
|
|
4509
4504
|
profile?: {
|
|
4510
4505
|
displayName?: string | undefined;
|
|
4511
4506
|
bio?: string | undefined;
|
|
@@ -4519,10 +4514,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4519
4514
|
} | undefined;
|
|
4520
4515
|
};
|
|
4521
4516
|
};
|
|
4517
|
+
name: string;
|
|
4522
4518
|
description: string;
|
|
4519
|
+
uid: string;
|
|
4520
|
+
id: string;
|
|
4523
4521
|
documentationUrl: string;
|
|
4524
4522
|
sourceUrl: string;
|
|
4525
4523
|
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;
|
|
4547
4548
|
uid: string;
|
|
4548
4549
|
id: string;
|
|
4550
|
+
recipe: Record<string, any>;
|
|
4549
4551
|
createTime: string;
|
|
4550
4552
|
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,11 +4572,6 @@ 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;
|
|
4580
4575
|
owner: {
|
|
4581
4576
|
user: {
|
|
4582
4577
|
name: string;
|
|
@@ -4599,11 +4594,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4599
4594
|
};
|
|
4600
4595
|
} | {
|
|
4601
4596
|
organization: {
|
|
4602
|
-
name: string;
|
|
4603
|
-
uid: string;
|
|
4604
|
-
id: string;
|
|
4605
|
-
createTime: string;
|
|
4606
|
-
updateTime: string;
|
|
4607
4597
|
owner: {
|
|
4608
4598
|
name: string;
|
|
4609
4599
|
uid: string;
|
|
@@ -4623,6 +4613,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4623
4613
|
} | undefined;
|
|
4624
4614
|
} | undefined;
|
|
4625
4615
|
};
|
|
4616
|
+
name: string;
|
|
4617
|
+
uid: string;
|
|
4618
|
+
id: string;
|
|
4619
|
+
createTime: string;
|
|
4620
|
+
updateTime: string;
|
|
4626
4621
|
profile?: {
|
|
4627
4622
|
displayName?: string | undefined;
|
|
4628
4623
|
bio?: string | undefined;
|
|
@@ -4636,10 +4631,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4636
4631
|
} | undefined;
|
|
4637
4632
|
};
|
|
4638
4633
|
};
|
|
4634
|
+
name: string;
|
|
4639
4635
|
description: string;
|
|
4636
|
+
uid: string;
|
|
4637
|
+
id: string;
|
|
4640
4638
|
documentationUrl: string;
|
|
4641
4639
|
sourceUrl: string;
|
|
4642
4640
|
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;
|
|
4664
4665
|
uid: string;
|
|
4665
4666
|
id: string;
|
|
4667
|
+
recipe: Record<string, any>;
|
|
4666
4668
|
createTime: string;
|
|
4667
4669
|
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,11 +4988,6 @@ 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;
|
|
4996
4991
|
owner: {
|
|
4997
4992
|
name: string;
|
|
4998
4993
|
uid: string;
|
|
@@ -5012,6 +5007,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5012
5007
|
} | undefined;
|
|
5013
5008
|
} | undefined;
|
|
5014
5009
|
};
|
|
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,11 +5024,6 @@ 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;
|
|
5032
5027
|
owner: {
|
|
5033
5028
|
name: string;
|
|
5034
5029
|
uid: string;
|
|
@@ -5048,6 +5043,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5048
5043
|
} | undefined;
|
|
5049
5044
|
} | undefined;
|
|
5050
5045
|
};
|
|
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,11 +5062,6 @@ 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;
|
|
5070
5065
|
owner: {
|
|
5071
5066
|
name: string;
|
|
5072
5067
|
uid: string;
|
|
@@ -5086,6 +5081,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5086
5081
|
} | undefined;
|
|
5087
5082
|
} | undefined;
|
|
5088
5083
|
};
|
|
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,11 +5100,6 @@ 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;
|
|
5108
5103
|
owner: {
|
|
5109
5104
|
name: string;
|
|
5110
5105
|
uid: string;
|
|
@@ -5124,6 +5119,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5124
5119
|
} | undefined;
|
|
5125
5120
|
} | undefined;
|
|
5126
5121
|
};
|
|
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;
|
|
5166
5167
|
uid: string;
|
|
5167
5168
|
id: string;
|
|
5169
|
+
recipe: Record<string, any>;
|
|
5168
5170
|
createTime: string;
|
|
5169
5171
|
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;
|
|
5183
5184
|
uid: string;
|
|
5184
5185
|
id: string;
|
|
5186
|
+
recipe: Record<string, any>;
|
|
5185
5187
|
createTime: string;
|
|
5186
5188
|
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,11 +5273,6 @@ 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;
|
|
5281
5276
|
owner: {
|
|
5282
5277
|
user: {
|
|
5283
5278
|
name: string;
|
|
@@ -5300,11 +5295,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5300
5295
|
};
|
|
5301
5296
|
} | {
|
|
5302
5297
|
organization: {
|
|
5303
|
-
name: string;
|
|
5304
|
-
uid: string;
|
|
5305
|
-
id: string;
|
|
5306
|
-
createTime: string;
|
|
5307
|
-
updateTime: string;
|
|
5308
5298
|
owner: {
|
|
5309
5299
|
name: string;
|
|
5310
5300
|
uid: string;
|
|
@@ -5324,6 +5314,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5324
5314
|
} | undefined;
|
|
5325
5315
|
} | undefined;
|
|
5326
5316
|
};
|
|
5317
|
+
name: string;
|
|
5318
|
+
uid: string;
|
|
5319
|
+
id: string;
|
|
5320
|
+
createTime: string;
|
|
5321
|
+
updateTime: string;
|
|
5327
5322
|
profile?: {
|
|
5328
5323
|
displayName?: string | undefined;
|
|
5329
5324
|
bio?: string | undefined;
|
|
@@ -5337,10 +5332,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5337
5332
|
} | undefined;
|
|
5338
5333
|
};
|
|
5339
5334
|
};
|
|
5335
|
+
name: string;
|
|
5340
5336
|
description: string;
|
|
5337
|
+
uid: string;
|
|
5338
|
+
id: string;
|
|
5341
5339
|
documentationUrl: string;
|
|
5342
5340
|
sourceUrl: string;
|
|
5343
5341
|
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;
|
|
5365
5366
|
uid: string;
|
|
5366
5367
|
id: string;
|
|
5368
|
+
recipe: Record<string, any>;
|
|
5367
5369
|
createTime: string;
|
|
5368
5370
|
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,11 +5390,6 @@ 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;
|
|
5398
5393
|
owner: {
|
|
5399
5394
|
user: {
|
|
5400
5395
|
name: string;
|
|
@@ -5417,11 +5412,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5417
5412
|
};
|
|
5418
5413
|
} | {
|
|
5419
5414
|
organization: {
|
|
5420
|
-
name: string;
|
|
5421
|
-
uid: string;
|
|
5422
|
-
id: string;
|
|
5423
|
-
createTime: string;
|
|
5424
|
-
updateTime: string;
|
|
5425
5415
|
owner: {
|
|
5426
5416
|
name: string;
|
|
5427
5417
|
uid: string;
|
|
@@ -5441,6 +5431,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5441
5431
|
} | undefined;
|
|
5442
5432
|
} | undefined;
|
|
5443
5433
|
};
|
|
5434
|
+
name: string;
|
|
5435
|
+
uid: string;
|
|
5436
|
+
id: string;
|
|
5437
|
+
createTime: string;
|
|
5438
|
+
updateTime: string;
|
|
5444
5439
|
profile?: {
|
|
5445
5440
|
displayName?: string | undefined;
|
|
5446
5441
|
bio?: string | undefined;
|
|
@@ -5454,10 +5449,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5454
5449
|
} | undefined;
|
|
5455
5450
|
};
|
|
5456
5451
|
};
|
|
5452
|
+
name: string;
|
|
5457
5453
|
description: string;
|
|
5454
|
+
uid: string;
|
|
5455
|
+
id: string;
|
|
5458
5456
|
documentationUrl: string;
|
|
5459
5457
|
sourceUrl: string;
|
|
5460
5458
|
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;
|
|
5482
5483
|
uid: string;
|
|
5483
5484
|
id: string;
|
|
5485
|
+
recipe: Record<string, any>;
|
|
5484
5486
|
createTime: string;
|
|
5485
5487
|
updateTime: string;
|
|
5486
|
-
description: string;
|
|
5487
|
-
recipe: Record<string, any>;
|
|
5488
5488
|
metadata: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|