@elyx-code/project-logic-tree 0.0.6515 → 0.0.6517
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/index.d.ts +58 -0
- package/dist/index.js +22995 -22639
- package/dist/index.umd.cjs +224 -224
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1749,6 +1749,36 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1749
1749
|
id: string;
|
|
1750
1750
|
};
|
|
1751
1751
|
};
|
|
1752
|
+
mimeTypes: {
|
|
1753
|
+
id: string;
|
|
1754
|
+
dataType: {
|
|
1755
|
+
id: string;
|
|
1756
|
+
};
|
|
1757
|
+
};
|
|
1758
|
+
trashed: {
|
|
1759
|
+
id: string;
|
|
1760
|
+
dataType: {
|
|
1761
|
+
id: string;
|
|
1762
|
+
};
|
|
1763
|
+
defaultValue: {
|
|
1764
|
+
id: string;
|
|
1765
|
+
};
|
|
1766
|
+
};
|
|
1767
|
+
pageSize: {
|
|
1768
|
+
id: string;
|
|
1769
|
+
dataType: {
|
|
1770
|
+
id: string;
|
|
1771
|
+
};
|
|
1772
|
+
defaultValue: {
|
|
1773
|
+
id: string;
|
|
1774
|
+
};
|
|
1775
|
+
};
|
|
1776
|
+
pageToken: {
|
|
1777
|
+
id: string;
|
|
1778
|
+
dataType: {
|
|
1779
|
+
id: string;
|
|
1780
|
+
};
|
|
1781
|
+
};
|
|
1752
1782
|
};
|
|
1753
1783
|
outputs: {
|
|
1754
1784
|
results: {
|
|
@@ -1798,6 +1828,12 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1798
1828
|
};
|
|
1799
1829
|
};
|
|
1800
1830
|
};
|
|
1831
|
+
nextPageToken: {
|
|
1832
|
+
id: string;
|
|
1833
|
+
dataType: {
|
|
1834
|
+
id: string;
|
|
1835
|
+
};
|
|
1836
|
+
};
|
|
1801
1837
|
};
|
|
1802
1838
|
};
|
|
1803
1839
|
"external-integration--google-drive--get--fetch-google-sheet": {
|
|
@@ -6041,10 +6077,26 @@ export declare const filesIntegrationBuiltInActionDescriptorMessageOutputTransfe
|
|
|
6041
6077
|
|
|
6042
6078
|
export declare const filesIntegrationBuiltInActionDescriptorMessagePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
6043
6079
|
|
|
6080
|
+
export declare const filesIntegrationBuiltInActionDescriptorMimeTypeInputDataTypeTransfer: IDataTypeTransfer;
|
|
6081
|
+
|
|
6082
|
+
export declare const filesIntegrationBuiltInActionDescriptorMimeTypeInputTransfer: IValueDescriptorTransfer;
|
|
6083
|
+
|
|
6084
|
+
export declare const filesIntegrationBuiltInActionDescriptorNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
|
|
6085
|
+
|
|
6086
|
+
export declare const filesIntegrationBuiltInActionDescriptorNextPageTokenOutputTransfer: IValueDescriptorTransfer;
|
|
6087
|
+
|
|
6044
6088
|
export declare const filesIntegrationBuiltInActionDescriptorOkOutputTransfer: IValueDescriptorTransfer;
|
|
6045
6089
|
|
|
6046
6090
|
export declare const filesIntegrationBuiltInActionDescriptorOkPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
6047
6091
|
|
|
6092
|
+
export declare const filesIntegrationBuiltInActionDescriptorPageSizeInputDataTypeTransfer: IDataTypeTransfer;
|
|
6093
|
+
|
|
6094
|
+
export declare const filesIntegrationBuiltInActionDescriptorPageSizeInputTransfer: IValueDescriptorTransfer;
|
|
6095
|
+
|
|
6096
|
+
export declare const filesIntegrationBuiltInActionDescriptorPageTokenInputDataTypeTransfer: IDataTypeTransfer;
|
|
6097
|
+
|
|
6098
|
+
export declare const filesIntegrationBuiltInActionDescriptorPageTokenInputTransfer: IValueDescriptorTransfer;
|
|
6099
|
+
|
|
6048
6100
|
export declare const filesIntegrationBuiltInActionDescriptorRawJsonOutputTransfer: IValueDescriptorTransfer;
|
|
6049
6101
|
|
|
6050
6102
|
export declare const filesIntegrationBuiltInActionDescriptorRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
@@ -6081,6 +6133,10 @@ export declare const filesIntegrationBuiltInActionDescriptorResultsOutputTransfe
|
|
|
6081
6133
|
|
|
6082
6134
|
export declare const filesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6083
6135
|
|
|
6136
|
+
export declare const filesIntegrationBuiltInActionDescriptorTrashedInputDataTypeTransfer: IDataTypeTransfer;
|
|
6137
|
+
|
|
6138
|
+
export declare const filesIntegrationBuiltInActionDescriptorTrashedInputTransfer: IValueDescriptorTransfer;
|
|
6139
|
+
|
|
6084
6140
|
export declare const filesIntegrationBuiltInActionDescriptorTsDataTypeTransfer: IDataTypeTransfer;
|
|
6085
6141
|
|
|
6086
6142
|
export declare const filesIntegrationBuiltInActionDescriptorTsOutputTransfer: IValueDescriptorTransfer;
|
|
@@ -11066,6 +11122,8 @@ declare namespace globalEventValidation {
|
|
|
11066
11122
|
}
|
|
11067
11123
|
export { globalEventValidation }
|
|
11068
11124
|
|
|
11125
|
+
export declare const GOOGLE_DRIVE_MIME_TYPES: string[];
|
|
11126
|
+
|
|
11069
11127
|
export declare const googleAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
11070
11128
|
|
|
11071
11129
|
export declare const googleAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;
|