instill-sdk 0.19.0-rc.28 → 0.19.0-rc.4

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