@membranehq/sdk 0.7.0 → 0.7.1

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.
@@ -537,163 +537,19 @@ export declare const FlowApiResponse: z.ZodObject<{
537
537
  appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
538
538
  element: z.ZodObject<{
539
539
  id: z.ZodString;
540
- key: z.ZodOptional<z.ZodString>;
541
- uuid: z.ZodOptional<z.ZodString>;
542
- description: z.ZodOptional<z.ZodString>;
543
- name: z.ZodString;
544
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
545
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
546
- createdAt: z.ZodOptional<z.ZodString>;
547
- updatedAt: z.ZodOptional<z.ZodString>;
548
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
549
- } & {
550
540
  integrationId: z.ZodOptional<z.ZodString>;
551
- universalFlowId: z.ZodOptional<z.ZodString>;
552
- universalFlowRevision: z.ZodOptional<z.ZodString>;
553
- parametersSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
554
- nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
555
- type: z.ZodOptional<z.ZodString>;
556
- version: z.ZodOptional<z.ZodNumber>;
557
- name: z.ZodOptional<z.ZodString>;
558
- description: z.ZodOptional<z.ZodString>;
559
- config: z.ZodOptional<z.ZodAny>;
560
- concurrency: z.ZodOptional<z.ZodNumber>;
561
- onError: z.ZodOptional<z.ZodEnum<["stop", "continue"]>>;
562
- ui: z.ZodOptional<z.ZodAny>;
563
- inputSchema: z.ZodOptional<z.ZodAny>;
564
- outputSchema: z.ZodOptional<z.ZodAny>;
565
- outputExample: z.ZodOptional<z.ZodAny>;
566
- links: z.ZodOptional<z.ZodArray<z.ZodObject<{
567
- key: z.ZodOptional<z.ZodString>;
568
- filter: z.ZodOptional<z.ZodAny>;
569
- name: z.ZodOptional<z.ZodString>;
570
- }, "strip", z.ZodTypeAny, {
571
- key?: string | undefined;
572
- filter?: any;
573
- name?: string | undefined;
574
- }, {
575
- key?: string | undefined;
576
- filter?: any;
577
- name?: string | undefined;
578
- }>, "many">>;
579
- isCustomized: z.ZodOptional<z.ZodBoolean>;
580
- }, "strip", z.ZodTypeAny, {
581
- concurrency?: number | undefined;
582
- type?: string | undefined;
583
- name?: string | undefined;
584
- description?: string | undefined;
585
- inputSchema?: any;
586
- config?: any;
587
- isCustomized?: boolean | undefined;
588
- outputSchema?: any;
589
- version?: number | undefined;
590
- onError?: "stop" | "continue" | undefined;
591
- ui?: any;
592
- outputExample?: any;
593
- links?: {
594
- key?: string | undefined;
595
- filter?: any;
596
- name?: string | undefined;
597
- }[] | undefined;
598
- }, {
599
- concurrency?: number | undefined;
600
- type?: string | undefined;
601
- name?: string | undefined;
602
- description?: string | undefined;
603
- inputSchema?: any;
604
- config?: any;
605
- isCustomized?: boolean | undefined;
606
- outputSchema?: any;
607
- version?: number | undefined;
608
- onError?: "stop" | "continue" | undefined;
609
- ui?: any;
610
- outputExample?: any;
611
- links?: {
612
- key?: string | undefined;
613
- filter?: any;
614
- name?: string | undefined;
615
- }[] | undefined;
616
- }>>>;
617
- autoCreateInstances: z.ZodOptional<z.ZodBoolean>;
618
- archivedAt: z.ZodOptional<z.ZodString>;
619
- revision: z.ZodString;
620
541
  customized: z.ZodOptional<z.ZodBoolean>;
542
+ universalFlowId: z.ZodOptional<z.ZodString>;
621
543
  }, "strip", z.ZodTypeAny, {
622
544
  id: string;
623
- name: string;
624
- revision: string;
625
- key?: string | undefined;
626
- uuid?: string | undefined;
627
- description?: string | undefined;
628
- state?: import("..").WorkspaceElementState | undefined;
629
- errors?: import("../..").ErrorDataSchema[] | undefined;
630
- createdAt?: string | undefined;
631
- updatedAt?: string | undefined;
632
- archivedAt?: string | undefined;
633
- isDeactivated?: boolean | undefined;
634
545
  integrationId?: string | undefined;
635
546
  customized?: boolean | undefined;
636
- parametersSchema?: DataSchema | undefined;
637
547
  universalFlowId?: string | undefined;
638
- universalFlowRevision?: string | undefined;
639
- nodes?: Record<string, {
640
- concurrency?: number | undefined;
641
- type?: string | undefined;
642
- name?: string | undefined;
643
- description?: string | undefined;
644
- inputSchema?: any;
645
- config?: any;
646
- isCustomized?: boolean | undefined;
647
- outputSchema?: any;
648
- version?: number | undefined;
649
- onError?: "stop" | "continue" | undefined;
650
- ui?: any;
651
- outputExample?: any;
652
- links?: {
653
- key?: string | undefined;
654
- filter?: any;
655
- name?: string | undefined;
656
- }[] | undefined;
657
- }> | undefined;
658
- autoCreateInstances?: boolean | undefined;
659
548
  }, {
660
549
  id: string;
661
- name: string;
662
- revision: string;
663
- key?: string | undefined;
664
- uuid?: string | undefined;
665
- description?: string | undefined;
666
- state?: import("..").WorkspaceElementState | undefined;
667
- errors?: import("../..").ErrorDataSchema[] | undefined;
668
- createdAt?: string | undefined;
669
- updatedAt?: string | undefined;
670
- archivedAt?: string | undefined;
671
- isDeactivated?: boolean | undefined;
672
550
  integrationId?: string | undefined;
673
551
  customized?: boolean | undefined;
674
- parametersSchema?: DataSchema | undefined;
675
552
  universalFlowId?: string | undefined;
676
- universalFlowRevision?: string | undefined;
677
- nodes?: Record<string, {
678
- concurrency?: number | undefined;
679
- type?: string | undefined;
680
- name?: string | undefined;
681
- description?: string | undefined;
682
- inputSchema?: any;
683
- config?: any;
684
- isCustomized?: boolean | undefined;
685
- outputSchema?: any;
686
- version?: number | undefined;
687
- onError?: "stop" | "continue" | undefined;
688
- ui?: any;
689
- outputExample?: any;
690
- links?: {
691
- key?: string | undefined;
692
- filter?: any;
693
- name?: string | undefined;
694
- }[] | undefined;
695
- }> | undefined;
696
- autoCreateInstances?: boolean | undefined;
697
553
  }>;
698
554
  integration: z.ZodObject<{
699
555
  id: z.ZodString;
@@ -825,42 +681,9 @@ export declare const FlowApiResponse: z.ZodObject<{
825
681
  };
826
682
  element: {
827
683
  id: string;
828
- name: string;
829
- revision: string;
830
- key?: string | undefined;
831
- uuid?: string | undefined;
832
- description?: string | undefined;
833
- state?: import("..").WorkspaceElementState | undefined;
834
- errors?: import("../..").ErrorDataSchema[] | undefined;
835
- createdAt?: string | undefined;
836
- updatedAt?: string | undefined;
837
- archivedAt?: string | undefined;
838
- isDeactivated?: boolean | undefined;
839
684
  integrationId?: string | undefined;
840
685
  customized?: boolean | undefined;
841
- parametersSchema?: DataSchema | undefined;
842
686
  universalFlowId?: string | undefined;
843
- universalFlowRevision?: string | undefined;
844
- nodes?: Record<string, {
845
- concurrency?: number | undefined;
846
- type?: string | undefined;
847
- name?: string | undefined;
848
- description?: string | undefined;
849
- inputSchema?: any;
850
- config?: any;
851
- isCustomized?: boolean | undefined;
852
- outputSchema?: any;
853
- version?: number | undefined;
854
- onError?: "stop" | "continue" | undefined;
855
- ui?: any;
856
- outputExample?: any;
857
- links?: {
858
- key?: string | undefined;
859
- filter?: any;
860
- name?: string | undefined;
861
- }[] | undefined;
862
- }> | undefined;
863
- autoCreateInstances?: boolean | undefined;
864
687
  };
865
688
  }, {
866
689
  integration: {
@@ -897,44 +720,12 @@ export declare const FlowApiResponse: z.ZodObject<{
897
720
  };
898
721
  element: {
899
722
  id: string;
900
- name: string;
901
- revision: string;
902
- key?: string | undefined;
903
- uuid?: string | undefined;
904
- description?: string | undefined;
905
- state?: import("..").WorkspaceElementState | undefined;
906
- errors?: import("../..").ErrorDataSchema[] | undefined;
907
- createdAt?: string | undefined;
908
- updatedAt?: string | undefined;
909
- archivedAt?: string | undefined;
910
- isDeactivated?: boolean | undefined;
911
723
  integrationId?: string | undefined;
912
724
  customized?: boolean | undefined;
913
- parametersSchema?: DataSchema | undefined;
914
725
  universalFlowId?: string | undefined;
915
- universalFlowRevision?: string | undefined;
916
- nodes?: Record<string, {
917
- concurrency?: number | undefined;
918
- type?: string | undefined;
919
- name?: string | undefined;
920
- description?: string | undefined;
921
- inputSchema?: any;
922
- config?: any;
923
- isCustomized?: boolean | undefined;
924
- outputSchema?: any;
925
- version?: number | undefined;
926
- onError?: "stop" | "continue" | undefined;
927
- ui?: any;
928
- outputExample?: any;
929
- links?: {
930
- key?: string | undefined;
931
- filter?: any;
932
- name?: string | undefined;
933
- }[] | undefined;
934
- }> | undefined;
935
- autoCreateInstances?: boolean | undefined;
936
726
  };
937
727
  }>, "many">>;
728
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
938
729
  }, "strip", z.ZodTypeAny, {
939
730
  id: string;
940
731
  name: string;
@@ -1018,44 +809,12 @@ export declare const FlowApiResponse: z.ZodObject<{
1018
809
  };
1019
810
  element: {
1020
811
  id: string;
1021
- name: string;
1022
- revision: string;
1023
- key?: string | undefined;
1024
- uuid?: string | undefined;
1025
- description?: string | undefined;
1026
- state?: import("..").WorkspaceElementState | undefined;
1027
- errors?: import("../..").ErrorDataSchema[] | undefined;
1028
- createdAt?: string | undefined;
1029
- updatedAt?: string | undefined;
1030
- archivedAt?: string | undefined;
1031
- isDeactivated?: boolean | undefined;
1032
812
  integrationId?: string | undefined;
1033
813
  customized?: boolean | undefined;
1034
- parametersSchema?: DataSchema | undefined;
1035
814
  universalFlowId?: string | undefined;
1036
- universalFlowRevision?: string | undefined;
1037
- nodes?: Record<string, {
1038
- concurrency?: number | undefined;
1039
- type?: string | undefined;
1040
- name?: string | undefined;
1041
- description?: string | undefined;
1042
- inputSchema?: any;
1043
- config?: any;
1044
- isCustomized?: boolean | undefined;
1045
- outputSchema?: any;
1046
- version?: number | undefined;
1047
- onError?: "stop" | "continue" | undefined;
1048
- ui?: any;
1049
- outputExample?: any;
1050
- links?: {
1051
- key?: string | undefined;
1052
- filter?: any;
1053
- name?: string | undefined;
1054
- }[] | undefined;
1055
- }> | undefined;
1056
- autoCreateInstances?: boolean | undefined;
1057
815
  };
1058
816
  }[] | undefined;
817
+ dependencies?: any[] | undefined;
1059
818
  universalFlowId?: string | undefined;
1060
819
  universalFlowRevision?: string | undefined;
1061
820
  nodes?: Record<string, {
@@ -1161,44 +920,12 @@ export declare const FlowApiResponse: z.ZodObject<{
1161
920
  };
1162
921
  element: {
1163
922
  id: string;
1164
- name: string;
1165
- revision: string;
1166
- key?: string | undefined;
1167
- uuid?: string | undefined;
1168
- description?: string | undefined;
1169
- state?: import("..").WorkspaceElementState | undefined;
1170
- errors?: import("../..").ErrorDataSchema[] | undefined;
1171
- createdAt?: string | undefined;
1172
- updatedAt?: string | undefined;
1173
- archivedAt?: string | undefined;
1174
- isDeactivated?: boolean | undefined;
1175
923
  integrationId?: string | undefined;
1176
924
  customized?: boolean | undefined;
1177
- parametersSchema?: DataSchema | undefined;
1178
925
  universalFlowId?: string | undefined;
1179
- universalFlowRevision?: string | undefined;
1180
- nodes?: Record<string, {
1181
- concurrency?: number | undefined;
1182
- type?: string | undefined;
1183
- name?: string | undefined;
1184
- description?: string | undefined;
1185
- inputSchema?: any;
1186
- config?: any;
1187
- isCustomized?: boolean | undefined;
1188
- outputSchema?: any;
1189
- version?: number | undefined;
1190
- onError?: "stop" | "continue" | undefined;
1191
- ui?: any;
1192
- outputExample?: any;
1193
- links?: {
1194
- key?: string | undefined;
1195
- filter?: any;
1196
- name?: string | undefined;
1197
- }[] | undefined;
1198
- }> | undefined;
1199
- autoCreateInstances?: boolean | undefined;
1200
926
  };
1201
927
  }[] | undefined;
928
+ dependencies?: any[] | undefined;
1202
929
  universalFlowId?: string | undefined;
1203
930
  universalFlowRevision?: string | undefined;
1204
931
  nodes?: Record<string, {
@@ -1248,7 +975,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
1248
975
  createdAt: z.ZodString;
1249
976
  updatedAt: z.ZodString;
1250
977
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
1251
- outdated: z.ZodOptional<z.ZodBoolean>;
1252
978
  customized: z.ZodOptional<z.ZodObject<{
1253
979
  name: z.ZodOptional<z.ZodBoolean>;
1254
980
  nodes: z.ZodOptional<z.ZodBoolean>;
@@ -1505,163 +1231,19 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
1505
1231
  appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1506
1232
  element: z.ZodObject<{
1507
1233
  id: z.ZodString;
1508
- key: z.ZodOptional<z.ZodString>;
1509
- uuid: z.ZodOptional<z.ZodString>;
1510
- description: z.ZodOptional<z.ZodString>;
1511
- name: z.ZodString;
1512
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
1513
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
1514
- createdAt: z.ZodOptional<z.ZodString>;
1515
- updatedAt: z.ZodOptional<z.ZodString>;
1516
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
1517
- } & {
1518
1234
  integrationId: z.ZodOptional<z.ZodString>;
1519
- universalFlowId: z.ZodOptional<z.ZodString>;
1520
- universalFlowRevision: z.ZodOptional<z.ZodString>;
1521
- parametersSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
1522
- nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1523
- type: z.ZodOptional<z.ZodString>;
1524
- version: z.ZodOptional<z.ZodNumber>;
1525
- name: z.ZodOptional<z.ZodString>;
1526
- description: z.ZodOptional<z.ZodString>;
1527
- config: z.ZodOptional<z.ZodAny>;
1528
- concurrency: z.ZodOptional<z.ZodNumber>;
1529
- onError: z.ZodOptional<z.ZodEnum<["stop", "continue"]>>;
1530
- ui: z.ZodOptional<z.ZodAny>;
1531
- inputSchema: z.ZodOptional<z.ZodAny>;
1532
- outputSchema: z.ZodOptional<z.ZodAny>;
1533
- outputExample: z.ZodOptional<z.ZodAny>;
1534
- links: z.ZodOptional<z.ZodArray<z.ZodObject<{
1535
- key: z.ZodOptional<z.ZodString>;
1536
- filter: z.ZodOptional<z.ZodAny>;
1537
- name: z.ZodOptional<z.ZodString>;
1538
- }, "strip", z.ZodTypeAny, {
1539
- key?: string | undefined;
1540
- filter?: any;
1541
- name?: string | undefined;
1542
- }, {
1543
- key?: string | undefined;
1544
- filter?: any;
1545
- name?: string | undefined;
1546
- }>, "many">>;
1547
- isCustomized: z.ZodOptional<z.ZodBoolean>;
1548
- }, "strip", z.ZodTypeAny, {
1549
- concurrency?: number | undefined;
1550
- type?: string | undefined;
1551
- name?: string | undefined;
1552
- description?: string | undefined;
1553
- inputSchema?: any;
1554
- config?: any;
1555
- isCustomized?: boolean | undefined;
1556
- outputSchema?: any;
1557
- version?: number | undefined;
1558
- onError?: "stop" | "continue" | undefined;
1559
- ui?: any;
1560
- outputExample?: any;
1561
- links?: {
1562
- key?: string | undefined;
1563
- filter?: any;
1564
- name?: string | undefined;
1565
- }[] | undefined;
1566
- }, {
1567
- concurrency?: number | undefined;
1568
- type?: string | undefined;
1569
- name?: string | undefined;
1570
- description?: string | undefined;
1571
- inputSchema?: any;
1572
- config?: any;
1573
- isCustomized?: boolean | undefined;
1574
- outputSchema?: any;
1575
- version?: number | undefined;
1576
- onError?: "stop" | "continue" | undefined;
1577
- ui?: any;
1578
- outputExample?: any;
1579
- links?: {
1580
- key?: string | undefined;
1581
- filter?: any;
1582
- name?: string | undefined;
1583
- }[] | undefined;
1584
- }>>>;
1585
- autoCreateInstances: z.ZodOptional<z.ZodBoolean>;
1586
- archivedAt: z.ZodOptional<z.ZodString>;
1587
- revision: z.ZodString;
1588
1235
  customized: z.ZodOptional<z.ZodBoolean>;
1236
+ universalFlowId: z.ZodOptional<z.ZodString>;
1589
1237
  }, "strip", z.ZodTypeAny, {
1590
1238
  id: string;
1591
- name: string;
1592
- revision: string;
1593
- key?: string | undefined;
1594
- uuid?: string | undefined;
1595
- description?: string | undefined;
1596
- state?: import("..").WorkspaceElementState | undefined;
1597
- errors?: import("../..").ErrorDataSchema[] | undefined;
1598
- createdAt?: string | undefined;
1599
- updatedAt?: string | undefined;
1600
- archivedAt?: string | undefined;
1601
- isDeactivated?: boolean | undefined;
1602
1239
  integrationId?: string | undefined;
1603
1240
  customized?: boolean | undefined;
1604
- parametersSchema?: DataSchema | undefined;
1605
1241
  universalFlowId?: string | undefined;
1606
- universalFlowRevision?: string | undefined;
1607
- nodes?: Record<string, {
1608
- concurrency?: number | undefined;
1609
- type?: string | undefined;
1610
- name?: string | undefined;
1611
- description?: string | undefined;
1612
- inputSchema?: any;
1613
- config?: any;
1614
- isCustomized?: boolean | undefined;
1615
- outputSchema?: any;
1616
- version?: number | undefined;
1617
- onError?: "stop" | "continue" | undefined;
1618
- ui?: any;
1619
- outputExample?: any;
1620
- links?: {
1621
- key?: string | undefined;
1622
- filter?: any;
1623
- name?: string | undefined;
1624
- }[] | undefined;
1625
- }> | undefined;
1626
- autoCreateInstances?: boolean | undefined;
1627
1242
  }, {
1628
1243
  id: string;
1629
- name: string;
1630
- revision: string;
1631
- key?: string | undefined;
1632
- uuid?: string | undefined;
1633
- description?: string | undefined;
1634
- state?: import("..").WorkspaceElementState | undefined;
1635
- errors?: import("../..").ErrorDataSchema[] | undefined;
1636
- createdAt?: string | undefined;
1637
- updatedAt?: string | undefined;
1638
- archivedAt?: string | undefined;
1639
- isDeactivated?: boolean | undefined;
1640
1244
  integrationId?: string | undefined;
1641
1245
  customized?: boolean | undefined;
1642
- parametersSchema?: DataSchema | undefined;
1643
1246
  universalFlowId?: string | undefined;
1644
- universalFlowRevision?: string | undefined;
1645
- nodes?: Record<string, {
1646
- concurrency?: number | undefined;
1647
- type?: string | undefined;
1648
- name?: string | undefined;
1649
- description?: string | undefined;
1650
- inputSchema?: any;
1651
- config?: any;
1652
- isCustomized?: boolean | undefined;
1653
- outputSchema?: any;
1654
- version?: number | undefined;
1655
- onError?: "stop" | "continue" | undefined;
1656
- ui?: any;
1657
- outputExample?: any;
1658
- links?: {
1659
- key?: string | undefined;
1660
- filter?: any;
1661
- name?: string | undefined;
1662
- }[] | undefined;
1663
- }> | undefined;
1664
- autoCreateInstances?: boolean | undefined;
1665
1247
  }>;
1666
1248
  integration: z.ZodObject<{
1667
1249
  id: z.ZodString;
@@ -1793,42 +1375,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
1793
1375
  };
1794
1376
  element: {
1795
1377
  id: string;
1796
- name: string;
1797
- revision: string;
1798
- key?: string | undefined;
1799
- uuid?: string | undefined;
1800
- description?: string | undefined;
1801
- state?: import("..").WorkspaceElementState | undefined;
1802
- errors?: import("../..").ErrorDataSchema[] | undefined;
1803
- createdAt?: string | undefined;
1804
- updatedAt?: string | undefined;
1805
- archivedAt?: string | undefined;
1806
- isDeactivated?: boolean | undefined;
1807
1378
  integrationId?: string | undefined;
1808
1379
  customized?: boolean | undefined;
1809
- parametersSchema?: DataSchema | undefined;
1810
1380
  universalFlowId?: string | undefined;
1811
- universalFlowRevision?: string | undefined;
1812
- nodes?: Record<string, {
1813
- concurrency?: number | undefined;
1814
- type?: string | undefined;
1815
- name?: string | undefined;
1816
- description?: string | undefined;
1817
- inputSchema?: any;
1818
- config?: any;
1819
- isCustomized?: boolean | undefined;
1820
- outputSchema?: any;
1821
- version?: number | undefined;
1822
- onError?: "stop" | "continue" | undefined;
1823
- ui?: any;
1824
- outputExample?: any;
1825
- links?: {
1826
- key?: string | undefined;
1827
- filter?: any;
1828
- name?: string | undefined;
1829
- }[] | undefined;
1830
- }> | undefined;
1831
- autoCreateInstances?: boolean | undefined;
1832
1381
  };
1833
1382
  }, {
1834
1383
  integration: {
@@ -1865,44 +1414,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
1865
1414
  };
1866
1415
  element: {
1867
1416
  id: string;
1868
- name: string;
1869
- revision: string;
1870
- key?: string | undefined;
1871
- uuid?: string | undefined;
1872
- description?: string | undefined;
1873
- state?: import("..").WorkspaceElementState | undefined;
1874
- errors?: import("../..").ErrorDataSchema[] | undefined;
1875
- createdAt?: string | undefined;
1876
- updatedAt?: string | undefined;
1877
- archivedAt?: string | undefined;
1878
- isDeactivated?: boolean | undefined;
1879
1417
  integrationId?: string | undefined;
1880
1418
  customized?: boolean | undefined;
1881
- parametersSchema?: DataSchema | undefined;
1882
1419
  universalFlowId?: string | undefined;
1883
- universalFlowRevision?: string | undefined;
1884
- nodes?: Record<string, {
1885
- concurrency?: number | undefined;
1886
- type?: string | undefined;
1887
- name?: string | undefined;
1888
- description?: string | undefined;
1889
- inputSchema?: any;
1890
- config?: any;
1891
- isCustomized?: boolean | undefined;
1892
- outputSchema?: any;
1893
- version?: number | undefined;
1894
- onError?: "stop" | "continue" | undefined;
1895
- ui?: any;
1896
- outputExample?: any;
1897
- links?: {
1898
- key?: string | undefined;
1899
- filter?: any;
1900
- name?: string | undefined;
1901
- }[] | undefined;
1902
- }> | undefined;
1903
- autoCreateInstances?: boolean | undefined;
1904
1420
  };
1905
1421
  }>, "many">>;
1422
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
1906
1423
  }, "strip", z.ZodTypeAny, {
1907
1424
  id: string;
1908
1425
  name: string;
@@ -1986,44 +1503,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
1986
1503
  };
1987
1504
  element: {
1988
1505
  id: string;
1989
- name: string;
1990
- revision: string;
1991
- key?: string | undefined;
1992
- uuid?: string | undefined;
1993
- description?: string | undefined;
1994
- state?: import("..").WorkspaceElementState | undefined;
1995
- errors?: import("../..").ErrorDataSchema[] | undefined;
1996
- createdAt?: string | undefined;
1997
- updatedAt?: string | undefined;
1998
- archivedAt?: string | undefined;
1999
- isDeactivated?: boolean | undefined;
2000
1506
  integrationId?: string | undefined;
2001
1507
  customized?: boolean | undefined;
2002
- parametersSchema?: DataSchema | undefined;
2003
1508
  universalFlowId?: string | undefined;
2004
- universalFlowRevision?: string | undefined;
2005
- nodes?: Record<string, {
2006
- concurrency?: number | undefined;
2007
- type?: string | undefined;
2008
- name?: string | undefined;
2009
- description?: string | undefined;
2010
- inputSchema?: any;
2011
- config?: any;
2012
- isCustomized?: boolean | undefined;
2013
- outputSchema?: any;
2014
- version?: number | undefined;
2015
- onError?: "stop" | "continue" | undefined;
2016
- ui?: any;
2017
- outputExample?: any;
2018
- links?: {
2019
- key?: string | undefined;
2020
- filter?: any;
2021
- name?: string | undefined;
2022
- }[] | undefined;
2023
- }> | undefined;
2024
- autoCreateInstances?: boolean | undefined;
2025
1509
  };
2026
1510
  }[] | undefined;
1511
+ dependencies?: any[] | undefined;
2027
1512
  universalFlowId?: string | undefined;
2028
1513
  universalFlowRevision?: string | undefined;
2029
1514
  nodes?: Record<string, {
@@ -2129,44 +1614,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
2129
1614
  };
2130
1615
  element: {
2131
1616
  id: string;
2132
- name: string;
2133
- revision: string;
2134
- key?: string | undefined;
2135
- uuid?: string | undefined;
2136
- description?: string | undefined;
2137
- state?: import("..").WorkspaceElementState | undefined;
2138
- errors?: import("../..").ErrorDataSchema[] | undefined;
2139
- createdAt?: string | undefined;
2140
- updatedAt?: string | undefined;
2141
- archivedAt?: string | undefined;
2142
- isDeactivated?: boolean | undefined;
2143
1617
  integrationId?: string | undefined;
2144
1618
  customized?: boolean | undefined;
2145
- parametersSchema?: DataSchema | undefined;
2146
1619
  universalFlowId?: string | undefined;
2147
- universalFlowRevision?: string | undefined;
2148
- nodes?: Record<string, {
2149
- concurrency?: number | undefined;
2150
- type?: string | undefined;
2151
- name?: string | undefined;
2152
- description?: string | undefined;
2153
- inputSchema?: any;
2154
- config?: any;
2155
- isCustomized?: boolean | undefined;
2156
- outputSchema?: any;
2157
- version?: number | undefined;
2158
- onError?: "stop" | "continue" | undefined;
2159
- ui?: any;
2160
- outputExample?: any;
2161
- links?: {
2162
- key?: string | undefined;
2163
- filter?: any;
2164
- name?: string | undefined;
2165
- }[] | undefined;
2166
- }> | undefined;
2167
- autoCreateInstances?: boolean | undefined;
2168
1620
  };
2169
1621
  }[] | undefined;
1622
+ dependencies?: any[] | undefined;
2170
1623
  universalFlowId?: string | undefined;
2171
1624
  universalFlowRevision?: string | undefined;
2172
1625
  nodes?: Record<string, {
@@ -2397,44 +1850,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
2397
1850
  };
2398
1851
  element: {
2399
1852
  id: string;
2400
- name: string;
2401
- revision: string;
2402
- key?: string | undefined;
2403
- uuid?: string | undefined;
2404
- description?: string | undefined;
2405
- state?: import("..").WorkspaceElementState | undefined;
2406
- errors?: import("../..").ErrorDataSchema[] | undefined;
2407
- createdAt?: string | undefined;
2408
- updatedAt?: string | undefined;
2409
- archivedAt?: string | undefined;
2410
- isDeactivated?: boolean | undefined;
2411
1853
  integrationId?: string | undefined;
2412
1854
  customized?: boolean | undefined;
2413
- parametersSchema?: DataSchema | undefined;
2414
1855
  universalFlowId?: string | undefined;
2415
- universalFlowRevision?: string | undefined;
2416
- nodes?: Record<string, {
2417
- concurrency?: number | undefined;
2418
- type?: string | undefined;
2419
- name?: string | undefined;
2420
- description?: string | undefined;
2421
- inputSchema?: any;
2422
- config?: any;
2423
- isCustomized?: boolean | undefined;
2424
- outputSchema?: any;
2425
- version?: number | undefined;
2426
- onError?: "stop" | "continue" | undefined;
2427
- ui?: any;
2428
- outputExample?: any;
2429
- links?: {
2430
- key?: string | undefined;
2431
- filter?: any;
2432
- name?: string | undefined;
2433
- }[] | undefined;
2434
- }> | undefined;
2435
- autoCreateInstances?: boolean | undefined;
2436
1856
  };
2437
1857
  }[] | undefined;
1858
+ dependencies?: any[] | undefined;
2438
1859
  universalFlowId?: string | undefined;
2439
1860
  universalFlowRevision?: string | undefined;
2440
1861
  nodes?: Record<string, {
@@ -2489,7 +1910,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
2489
1910
  universalFlowId?: string | undefined;
2490
1911
  nodes?: Record<string, any> | undefined;
2491
1912
  flowId?: string | undefined;
2492
- outdated?: boolean | undefined;
2493
1913
  }, {
2494
1914
  id: string;
2495
1915
  name: string;
@@ -2634,44 +2054,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
2634
2054
  };
2635
2055
  element: {
2636
2056
  id: string;
2637
- name: string;
2638
- revision: string;
2639
- key?: string | undefined;
2640
- uuid?: string | undefined;
2641
- description?: string | undefined;
2642
- state?: import("..").WorkspaceElementState | undefined;
2643
- errors?: import("../..").ErrorDataSchema[] | undefined;
2644
- createdAt?: string | undefined;
2645
- updatedAt?: string | undefined;
2646
- archivedAt?: string | undefined;
2647
- isDeactivated?: boolean | undefined;
2648
2057
  integrationId?: string | undefined;
2649
2058
  customized?: boolean | undefined;
2650
- parametersSchema?: DataSchema | undefined;
2651
2059
  universalFlowId?: string | undefined;
2652
- universalFlowRevision?: string | undefined;
2653
- nodes?: Record<string, {
2654
- concurrency?: number | undefined;
2655
- type?: string | undefined;
2656
- name?: string | undefined;
2657
- description?: string | undefined;
2658
- inputSchema?: any;
2659
- config?: any;
2660
- isCustomized?: boolean | undefined;
2661
- outputSchema?: any;
2662
- version?: number | undefined;
2663
- onError?: "stop" | "continue" | undefined;
2664
- ui?: any;
2665
- outputExample?: any;
2666
- links?: {
2667
- key?: string | undefined;
2668
- filter?: any;
2669
- name?: string | undefined;
2670
- }[] | undefined;
2671
- }> | undefined;
2672
- autoCreateInstances?: boolean | undefined;
2673
2060
  };
2674
2061
  }[] | undefined;
2062
+ dependencies?: any[] | undefined;
2675
2063
  universalFlowId?: string | undefined;
2676
2064
  universalFlowRevision?: string | undefined;
2677
2065
  nodes?: Record<string, {
@@ -2726,7 +2114,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
2726
2114
  universalFlowId?: string | undefined;
2727
2115
  nodes?: Record<string, any> | undefined;
2728
2116
  flowId?: string | undefined;
2729
- outdated?: boolean | undefined;
2730
2117
  }>;
2731
2118
  export type FlowInstanceApiResponse = z.infer<typeof FlowInstanceApiResponse>;
2732
2119
  export type FlowInstance = FlowInstanceApiResponse;