@elyx-code/project-logic-tree 0.0.6525 → 0.0.6527
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 +531 -13
- package/dist/index.js +41719 -38515
- package/dist/index.umd.cjs +234 -236
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1837,7 +1837,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1837
1837
|
};
|
|
1838
1838
|
};
|
|
1839
1839
|
};
|
|
1840
|
-
"external-integration--google-drive--post--upload-
|
|
1840
|
+
"external-integration--google-drive--post--upload-file": {
|
|
1841
1841
|
id: ExternalIntegrationOperations;
|
|
1842
1842
|
inputs: {
|
|
1843
1843
|
connection: {
|
|
@@ -1846,8 +1846,122 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1846
1846
|
id: string;
|
|
1847
1847
|
};
|
|
1848
1848
|
};
|
|
1849
|
+
content: {
|
|
1850
|
+
id: string;
|
|
1851
|
+
dataType: {
|
|
1852
|
+
id: string;
|
|
1853
|
+
};
|
|
1854
|
+
};
|
|
1855
|
+
name: {
|
|
1856
|
+
id: string;
|
|
1857
|
+
dataType: {
|
|
1858
|
+
id: string;
|
|
1859
|
+
};
|
|
1860
|
+
};
|
|
1861
|
+
mimeType: {
|
|
1862
|
+
id: string;
|
|
1863
|
+
dataType: {
|
|
1864
|
+
id: string;
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
folderId: {
|
|
1868
|
+
id: string;
|
|
1869
|
+
dataType: {
|
|
1870
|
+
id: string;
|
|
1871
|
+
};
|
|
1872
|
+
};
|
|
1873
|
+
description: {
|
|
1874
|
+
id: string;
|
|
1875
|
+
dataType: {
|
|
1876
|
+
id: string;
|
|
1877
|
+
};
|
|
1878
|
+
};
|
|
1879
|
+
isBase64: {
|
|
1880
|
+
id: string;
|
|
1881
|
+
dataType: {
|
|
1882
|
+
id: string;
|
|
1883
|
+
};
|
|
1884
|
+
};
|
|
1885
|
+
maxBytes: {
|
|
1886
|
+
id: string;
|
|
1887
|
+
dataType: {
|
|
1888
|
+
id: string;
|
|
1889
|
+
};
|
|
1890
|
+
};
|
|
1891
|
+
supportsAllDrives: {
|
|
1892
|
+
id: string;
|
|
1893
|
+
dataType: {
|
|
1894
|
+
id: string;
|
|
1895
|
+
};
|
|
1896
|
+
};
|
|
1897
|
+
removeFromRoot: {
|
|
1898
|
+
id: string;
|
|
1899
|
+
dataType: {
|
|
1900
|
+
id: string;
|
|
1901
|
+
};
|
|
1902
|
+
};
|
|
1903
|
+
fields: {
|
|
1904
|
+
id: string;
|
|
1905
|
+
dataType: {
|
|
1906
|
+
id: string;
|
|
1907
|
+
};
|
|
1908
|
+
};
|
|
1909
|
+
};
|
|
1910
|
+
outputs: {
|
|
1911
|
+
record: {
|
|
1912
|
+
id: string;
|
|
1913
|
+
dataType: {
|
|
1914
|
+
id: string;
|
|
1915
|
+
entity: {
|
|
1916
|
+
id: string;
|
|
1917
|
+
properties: {
|
|
1918
|
+
id: {
|
|
1919
|
+
id: string;
|
|
1920
|
+
dataType: {
|
|
1921
|
+
id: string;
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1924
|
+
name: {
|
|
1925
|
+
id: string;
|
|
1926
|
+
dataType: {
|
|
1927
|
+
id: string;
|
|
1928
|
+
};
|
|
1929
|
+
};
|
|
1930
|
+
mimeType: {
|
|
1931
|
+
id: string;
|
|
1932
|
+
dataType: {
|
|
1933
|
+
id: string;
|
|
1934
|
+
};
|
|
1935
|
+
};
|
|
1936
|
+
size: {
|
|
1937
|
+
id: string;
|
|
1938
|
+
dataType: {
|
|
1939
|
+
id: string;
|
|
1940
|
+
};
|
|
1941
|
+
};
|
|
1942
|
+
webViewLink: {
|
|
1943
|
+
id: string;
|
|
1944
|
+
dataType: {
|
|
1945
|
+
id: string;
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
parents: {
|
|
1949
|
+
id: string;
|
|
1950
|
+
dataType: {
|
|
1951
|
+
id: string;
|
|
1952
|
+
};
|
|
1953
|
+
};
|
|
1954
|
+
modifiedTime: {
|
|
1955
|
+
id: string;
|
|
1956
|
+
dataType: {
|
|
1957
|
+
id: string;
|
|
1958
|
+
};
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
};
|
|
1962
|
+
};
|
|
1963
|
+
};
|
|
1849
1964
|
};
|
|
1850
|
-
outputs: {};
|
|
1851
1965
|
};
|
|
1852
1966
|
"external-integration--google-gemini--post--generate-content": {
|
|
1853
1967
|
id: ExternalIntegrationOperations;
|
|
@@ -1938,8 +2052,235 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1938
2052
|
id: string;
|
|
1939
2053
|
};
|
|
1940
2054
|
};
|
|
2055
|
+
q: {
|
|
2056
|
+
id: string;
|
|
2057
|
+
dataType: {
|
|
2058
|
+
id: string;
|
|
2059
|
+
};
|
|
2060
|
+
};
|
|
2061
|
+
after: {
|
|
2062
|
+
id: string;
|
|
2063
|
+
dataType: {
|
|
2064
|
+
id: string;
|
|
2065
|
+
};
|
|
2066
|
+
};
|
|
2067
|
+
before: {
|
|
2068
|
+
id: string;
|
|
2069
|
+
dataType: {
|
|
2070
|
+
id: string;
|
|
2071
|
+
};
|
|
2072
|
+
};
|
|
2073
|
+
labelIds: {
|
|
2074
|
+
id: string;
|
|
2075
|
+
dataType: {
|
|
2076
|
+
id: string;
|
|
2077
|
+
};
|
|
2078
|
+
};
|
|
2079
|
+
pageSize: {
|
|
2080
|
+
id: string;
|
|
2081
|
+
dataType: {
|
|
2082
|
+
id: string;
|
|
2083
|
+
};
|
|
2084
|
+
};
|
|
2085
|
+
pageToken: {
|
|
2086
|
+
id: string;
|
|
2087
|
+
dataType: {
|
|
2088
|
+
id: string;
|
|
2089
|
+
};
|
|
2090
|
+
};
|
|
2091
|
+
autoPaginate: {
|
|
2092
|
+
id: string;
|
|
2093
|
+
dataType: {
|
|
2094
|
+
id: string;
|
|
2095
|
+
};
|
|
2096
|
+
};
|
|
2097
|
+
includeBody: {
|
|
2098
|
+
id: string;
|
|
2099
|
+
dataType: {
|
|
2100
|
+
id: string;
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2103
|
+
attachmentsMode: {
|
|
2104
|
+
id: string;
|
|
2105
|
+
dataType: {
|
|
2106
|
+
id: string;
|
|
2107
|
+
};
|
|
2108
|
+
};
|
|
2109
|
+
includeHeaders: {
|
|
2110
|
+
id: string;
|
|
2111
|
+
dataType: {
|
|
2112
|
+
id: string;
|
|
2113
|
+
};
|
|
2114
|
+
};
|
|
2115
|
+
includeSpamTrash: {
|
|
2116
|
+
id: string;
|
|
2117
|
+
dataType: {
|
|
2118
|
+
id: string;
|
|
2119
|
+
};
|
|
2120
|
+
};
|
|
2121
|
+
maxPages: {
|
|
2122
|
+
id: string;
|
|
2123
|
+
dataType: {
|
|
2124
|
+
id: string;
|
|
2125
|
+
};
|
|
2126
|
+
};
|
|
2127
|
+
maxMessages: {
|
|
2128
|
+
id: string;
|
|
2129
|
+
dataType: {
|
|
2130
|
+
id: string;
|
|
2131
|
+
};
|
|
2132
|
+
};
|
|
2133
|
+
};
|
|
2134
|
+
outputs: {
|
|
2135
|
+
emails: {
|
|
2136
|
+
id: string;
|
|
2137
|
+
dataType: {
|
|
2138
|
+
id: string;
|
|
2139
|
+
entity: {
|
|
2140
|
+
id: string;
|
|
2141
|
+
properties: {
|
|
2142
|
+
id: {
|
|
2143
|
+
id: string;
|
|
2144
|
+
dataType: {
|
|
2145
|
+
id: string;
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
2148
|
+
threadId: {
|
|
2149
|
+
id: string;
|
|
2150
|
+
dataType: {
|
|
2151
|
+
id: string;
|
|
2152
|
+
};
|
|
2153
|
+
};
|
|
2154
|
+
labelIds: {
|
|
2155
|
+
id: string;
|
|
2156
|
+
dataType: {
|
|
2157
|
+
id: string;
|
|
2158
|
+
};
|
|
2159
|
+
};
|
|
2160
|
+
internalDateMs: {
|
|
2161
|
+
id: string;
|
|
2162
|
+
dataType: {
|
|
2163
|
+
id: string;
|
|
2164
|
+
};
|
|
2165
|
+
};
|
|
2166
|
+
dateIso: {
|
|
2167
|
+
id: string;
|
|
2168
|
+
dataType: {
|
|
2169
|
+
id: string;
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
from: {
|
|
2173
|
+
id: string;
|
|
2174
|
+
dataType: {
|
|
2175
|
+
id: string;
|
|
2176
|
+
};
|
|
2177
|
+
};
|
|
2178
|
+
to: {
|
|
2179
|
+
id: string;
|
|
2180
|
+
dataType: {
|
|
2181
|
+
id: string;
|
|
2182
|
+
};
|
|
2183
|
+
};
|
|
2184
|
+
cc: {
|
|
2185
|
+
id: string;
|
|
2186
|
+
dataType: {
|
|
2187
|
+
id: string;
|
|
2188
|
+
};
|
|
2189
|
+
};
|
|
2190
|
+
bcc: {
|
|
2191
|
+
id: string;
|
|
2192
|
+
dataType: {
|
|
2193
|
+
id: string;
|
|
2194
|
+
};
|
|
2195
|
+
};
|
|
2196
|
+
replyTo: {
|
|
2197
|
+
id: string;
|
|
2198
|
+
dataType: {
|
|
2199
|
+
id: string;
|
|
2200
|
+
};
|
|
2201
|
+
};
|
|
2202
|
+
subject: {
|
|
2203
|
+
id: string;
|
|
2204
|
+
dataType: {
|
|
2205
|
+
id: string;
|
|
2206
|
+
};
|
|
2207
|
+
};
|
|
2208
|
+
messageId: {
|
|
2209
|
+
id: string;
|
|
2210
|
+
dataType: {
|
|
2211
|
+
id: string;
|
|
2212
|
+
};
|
|
2213
|
+
};
|
|
2214
|
+
snippet: {
|
|
2215
|
+
id: string;
|
|
2216
|
+
dataType: {
|
|
2217
|
+
id: string;
|
|
2218
|
+
};
|
|
2219
|
+
};
|
|
2220
|
+
bodyText: {
|
|
2221
|
+
id: string;
|
|
2222
|
+
dataType: {
|
|
2223
|
+
id: string;
|
|
2224
|
+
};
|
|
2225
|
+
};
|
|
2226
|
+
bodyHtml: {
|
|
2227
|
+
id: string;
|
|
2228
|
+
dataType: {
|
|
2229
|
+
id: string;
|
|
2230
|
+
};
|
|
2231
|
+
};
|
|
2232
|
+
attachments: {
|
|
2233
|
+
id: string;
|
|
2234
|
+
dataType: {
|
|
2235
|
+
id: string;
|
|
2236
|
+
entity: {
|
|
2237
|
+
id: string;
|
|
2238
|
+
properties: {
|
|
2239
|
+
attachmentId: {
|
|
2240
|
+
id: string;
|
|
2241
|
+
dataType: {
|
|
2242
|
+
id: string;
|
|
2243
|
+
};
|
|
2244
|
+
};
|
|
2245
|
+
filename: {
|
|
2246
|
+
id: string;
|
|
2247
|
+
dataType: {
|
|
2248
|
+
id: string;
|
|
2249
|
+
};
|
|
2250
|
+
};
|
|
2251
|
+
mimeType: {
|
|
2252
|
+
id: string;
|
|
2253
|
+
dataType: {
|
|
2254
|
+
id: string;
|
|
2255
|
+
};
|
|
2256
|
+
};
|
|
2257
|
+
size: {
|
|
2258
|
+
id: string;
|
|
2259
|
+
dataType: {
|
|
2260
|
+
id: string;
|
|
2261
|
+
};
|
|
2262
|
+
};
|
|
2263
|
+
};
|
|
2264
|
+
};
|
|
2265
|
+
};
|
|
2266
|
+
};
|
|
2267
|
+
raw_json: {
|
|
2268
|
+
id: string;
|
|
2269
|
+
dataType: {
|
|
2270
|
+
id: string;
|
|
2271
|
+
};
|
|
2272
|
+
};
|
|
2273
|
+
};
|
|
2274
|
+
};
|
|
2275
|
+
};
|
|
2276
|
+
};
|
|
2277
|
+
nextPageToken: {
|
|
2278
|
+
id: string;
|
|
2279
|
+
dataType: {
|
|
2280
|
+
id: string;
|
|
2281
|
+
};
|
|
2282
|
+
};
|
|
1941
2283
|
};
|
|
1942
|
-
outputs: {};
|
|
1943
2284
|
};
|
|
1944
2285
|
"external-integration--slack--post--send-message": {
|
|
1945
2286
|
id: ExternalIntegrationOperations;
|
|
@@ -4682,12 +5023,6 @@ export declare type ElementTransfer = IProjectTransfer | IInstalledProjectTransf
|
|
|
4682
5023
|
|
|
4683
5024
|
export declare type ElementTypesUnion = ProjectTypesUnion | InstalledProjectTypesUnion | DefinitionEntityTypesUnion | GlobalEventTypesUnion | FunctionDeclarationTypesUnion | FunctionCallTypesUnion | PropertyTypesUnion | VariableDeclarationTypesUnion | VariableInstanceTypesUnion | OperationTypesUnion | ConditionTypesUnion | ArgumentDeclarationTypesUnion | InputMapTypesUnion | ReturnDeclarationTypesUnion | OutputMapTypesUnion | DataTypeTypesUnion | ReturnStatementTypesUnion | BreakStatementTypesUnion | ContinueStatementTypesUnion | LoopTypesUnion | ActionDescriptorTypesUnion | SearchTypesUnion | PrimitiveEntityTypesUnion | LiteralValueTypesUnion | ValueDescriptorTypesUnion | BuiltInBaseEntityTypesUnion | InternalCallTypesUnion;
|
|
4684
5025
|
|
|
4685
|
-
export declare const emailsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
4686
|
-
|
|
4687
|
-
export declare const emailsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
4688
|
-
|
|
4689
|
-
export declare const emailsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
4690
|
-
|
|
4691
5026
|
export declare function emitSideEffects(changeSet: ChangeSet): ChangeSet;
|
|
4692
5027
|
|
|
4693
5028
|
export declare const emptyCondition: IActionDescriptorTransfer;
|
|
@@ -5955,7 +6290,7 @@ export declare const ExternalIntegrationNames: {
|
|
|
5955
6290
|
|
|
5956
6291
|
export declare enum ExternalIntegrationOperations {
|
|
5957
6292
|
GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document",
|
|
5958
|
-
|
|
6293
|
+
GoogleDriveUploadFile = "external-integration--google-drive--post--upload-file",
|
|
5959
6294
|
GoogleDriveFiles = "external-integration--google-drive--get--files",
|
|
5960
6295
|
GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content",
|
|
5961
6296
|
GoogleMailSendEmail = "external-integration--google-mail--post--send-email",
|
|
@@ -11535,6 +11870,115 @@ declare namespace globalEventValidation {
|
|
|
11535
11870
|
}
|
|
11536
11871
|
export { globalEventValidation }
|
|
11537
11872
|
|
|
11873
|
+
/** 2: after */
|
|
11874
|
+
export declare const gmailEmailsAfterInputDataTypeTransfer: IDataTypeTransfer;
|
|
11875
|
+
|
|
11876
|
+
export declare const gmailEmailsAfterInputTransfer: IValueDescriptorTransfer;
|
|
11877
|
+
|
|
11878
|
+
export declare const gmailEmailsAttachmentEntityTransfer: IDefinitionEntityTransfer;
|
|
11879
|
+
|
|
11880
|
+
export declare const gmailEmailsAttachmentFilenameProp: IPropertyTransfer;
|
|
11881
|
+
|
|
11882
|
+
export declare const gmailEmailsAttachmentFilenamePropDT: IDataTypeTransfer;
|
|
11883
|
+
|
|
11884
|
+
export declare const gmailEmailsAttachmentIdProp: IPropertyTransfer;
|
|
11885
|
+
|
|
11886
|
+
/** Attachment entity */
|
|
11887
|
+
export declare const gmailEmailsAttachmentIdPropDT: IDataTypeTransfer;
|
|
11888
|
+
|
|
11889
|
+
export declare const gmailEmailsAttachmentMimeTypeProp: IPropertyTransfer;
|
|
11890
|
+
|
|
11891
|
+
export declare const gmailEmailsAttachmentMimeTypePropDT: IDataTypeTransfer;
|
|
11892
|
+
|
|
11893
|
+
export declare const gmailEmailsAttachmentSizeProp: IPropertyTransfer;
|
|
11894
|
+
|
|
11895
|
+
export declare const gmailEmailsAttachmentSizePropDT: IDataTypeTransfer;
|
|
11896
|
+
|
|
11897
|
+
/** attachments: list of Attachment entity */
|
|
11898
|
+
export declare const gmailEmailsAttachmentsListDataTypeTransfer: IDataTypeTransfer;
|
|
11899
|
+
|
|
11900
|
+
/** 9: attachmentsMode ('none'|'metadata'|'download') default 'metadata' */
|
|
11901
|
+
export declare const gmailEmailsAttachmentsModeInputDataTypeTransfer: IDataTypeTransfer;
|
|
11902
|
+
|
|
11903
|
+
export declare const gmailEmailsAttachmentsModeInputTransfer: IValueDescriptorTransfer;
|
|
11904
|
+
|
|
11905
|
+
export declare const gmailEmailsAttachmentsProp: IPropertyTransfer;
|
|
11906
|
+
|
|
11907
|
+
/** 7: autoPaginate (default false) */
|
|
11908
|
+
export declare const gmailEmailsAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
|
|
11909
|
+
|
|
11910
|
+
export declare const gmailEmailsAutoPaginateInputTransfer: IValueDescriptorTransfer;
|
|
11911
|
+
|
|
11912
|
+
/** 3: before */
|
|
11913
|
+
export declare const gmailEmailsBeforeInputDataTypeTransfer: IDataTypeTransfer;
|
|
11914
|
+
|
|
11915
|
+
export declare const gmailEmailsBeforeInputTransfer: IValueDescriptorTransfer;
|
|
11916
|
+
|
|
11917
|
+
export declare const gmailEmailsBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
11918
|
+
|
|
11919
|
+
/** 0: Connection */
|
|
11920
|
+
export declare const gmailEmailsConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
11921
|
+
|
|
11922
|
+
export declare const gmailEmailsConnectionInputTransfer: IValueDescriptorTransfer;
|
|
11923
|
+
|
|
11924
|
+
/** Email entity */
|
|
11925
|
+
export declare const gmailEmailsEmailEntityTransfer: IDefinitionEntityTransfer;
|
|
11926
|
+
|
|
11927
|
+
/** 8: includeBody ('none'|'text'|'html'|'both'|'auto') default 'auto' */
|
|
11928
|
+
export declare const gmailEmailsIncludeBodyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11929
|
+
|
|
11930
|
+
export declare const gmailEmailsIncludeBodyInputTransfer: IValueDescriptorTransfer;
|
|
11931
|
+
|
|
11932
|
+
/** 10: includeHeaders (string[]) */
|
|
11933
|
+
export declare const gmailEmailsIncludeHeadersInputDataTypeTransfer: IDataTypeTransfer;
|
|
11934
|
+
|
|
11935
|
+
export declare const gmailEmailsIncludeHeadersInputTransfer: IValueDescriptorTransfer;
|
|
11936
|
+
|
|
11937
|
+
/** 11: includeSpamTrash (boolean) */
|
|
11938
|
+
export declare const gmailEmailsIncludeSpamTrashInputDataTypeTransfer: IDataTypeTransfer;
|
|
11939
|
+
|
|
11940
|
+
export declare const gmailEmailsIncludeSpamTrashInputTransfer: IValueDescriptorTransfer;
|
|
11941
|
+
|
|
11942
|
+
/** 4: labelIds (string[]) */
|
|
11943
|
+
export declare const gmailEmailsLabelIdsInputDataTypeTransfer: IDataTypeTransfer;
|
|
11944
|
+
|
|
11945
|
+
export declare const gmailEmailsLabelIdsInputTransfer: IValueDescriptorTransfer;
|
|
11946
|
+
|
|
11947
|
+
/** 13: maxMessages (number; optional) */
|
|
11948
|
+
export declare const gmailEmailsMaxMessagesInputDataTypeTransfer: IDataTypeTransfer;
|
|
11949
|
+
|
|
11950
|
+
export declare const gmailEmailsMaxMessagesInputTransfer: IValueDescriptorTransfer;
|
|
11951
|
+
|
|
11952
|
+
/** 12: maxPages (number; default 10) */
|
|
11953
|
+
export declare const gmailEmailsMaxPagesInputDataTypeTransfer: IDataTypeTransfer;
|
|
11954
|
+
|
|
11955
|
+
export declare const gmailEmailsMaxPagesInputTransfer: IValueDescriptorTransfer;
|
|
11956
|
+
|
|
11957
|
+
/** nextPageToken output */
|
|
11958
|
+
export declare const gmailEmailsNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
|
|
11959
|
+
|
|
11960
|
+
export declare const gmailEmailsNextPageTokenOutputTransfer: IValueDescriptorTransfer;
|
|
11961
|
+
|
|
11962
|
+
/** 5: pageSize (number; default 100) */
|
|
11963
|
+
export declare const gmailEmailsPageSizeInputDataTypeTransfer: IDataTypeTransfer;
|
|
11964
|
+
|
|
11965
|
+
export declare const gmailEmailsPageSizeInputTransfer: IValueDescriptorTransfer;
|
|
11966
|
+
|
|
11967
|
+
/** 6: pageToken */
|
|
11968
|
+
export declare const gmailEmailsPageTokenInputDataTypeTransfer: IDataTypeTransfer;
|
|
11969
|
+
|
|
11970
|
+
export declare const gmailEmailsPageTokenInputTransfer: IValueDescriptorTransfer;
|
|
11971
|
+
|
|
11972
|
+
/** 1: q */
|
|
11973
|
+
export declare const gmailEmailsQInputDataTypeTransfer: IDataTypeTransfer;
|
|
11974
|
+
|
|
11975
|
+
export declare const gmailEmailsQInputTransfer: IValueDescriptorTransfer;
|
|
11976
|
+
|
|
11977
|
+
/** Emails output (list) */
|
|
11978
|
+
export declare const gmailEmailsRecordsOutputDataTypeTransfer: IDataTypeTransfer;
|
|
11979
|
+
|
|
11980
|
+
export declare const gmailEmailsRecordsOutputTransfer: IValueDescriptorTransfer;
|
|
11981
|
+
|
|
11538
11982
|
export declare const GOOGLE_DRIVE_MIME_TYPES: GoogleDriveMimeType[];
|
|
11539
11983
|
|
|
11540
11984
|
export declare const GOOGLE_DRIVE_SMART_FETCH_MODE_OPTIONS: readonly ["auto", "native", "plain-text", "binary"];
|
|
@@ -18753,11 +19197,85 @@ export declare const updatePersistedEntityMethod: IFunctionDeclarationTransfer;
|
|
|
18753
19197
|
|
|
18754
19198
|
export declare const updatePersistedEntityMethodParentRef: IBuiltInBaseEntityReference;
|
|
18755
19199
|
|
|
18756
|
-
export declare const
|
|
19200
|
+
export declare const uploadFileConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
19201
|
+
|
|
19202
|
+
export declare const uploadFileConnectionInputTransfer: IValueDescriptorTransfer;
|
|
19203
|
+
|
|
19204
|
+
export declare const uploadFileContentInputDataTypeTransfer: IDataTypeTransfer;
|
|
19205
|
+
|
|
19206
|
+
export declare const uploadFileContentInputTransfer: IValueDescriptorTransfer;
|
|
19207
|
+
|
|
19208
|
+
export declare const uploadFileDescriptionInputDataTypeTransfer: IDataTypeTransfer;
|
|
19209
|
+
|
|
19210
|
+
export declare const uploadFileDescriptionInputTransfer: IValueDescriptorTransfer;
|
|
19211
|
+
|
|
19212
|
+
export declare const uploadFileFieldsInputDataTypeTransfer: IDataTypeTransfer;
|
|
19213
|
+
|
|
19214
|
+
export declare const uploadFileFieldsInputTransfer: IValueDescriptorTransfer;
|
|
19215
|
+
|
|
19216
|
+
export declare const uploadFileFolderIdInputDataTypeTransfer: IDataTypeTransfer;
|
|
19217
|
+
|
|
19218
|
+
export declare const uploadFileFolderIdInputTransfer: IValueDescriptorTransfer;
|
|
19219
|
+
|
|
19220
|
+
export declare const uploadFileIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
19221
|
+
|
|
19222
|
+
export declare const uploadFileIsBase64InputDataTypeTransfer: IDataTypeTransfer;
|
|
19223
|
+
|
|
19224
|
+
export declare const uploadFileIsBase64InputTransfer: IValueDescriptorTransfer;
|
|
19225
|
+
|
|
19226
|
+
export declare const uploadFileMaxBytesInputDataTypeTransfer: IDataTypeTransfer;
|
|
19227
|
+
|
|
19228
|
+
export declare const uploadFileMaxBytesInputTransfer: IValueDescriptorTransfer;
|
|
19229
|
+
|
|
19230
|
+
export declare const uploadFileMimeTypeInputDataTypeTransfer: IDataTypeTransfer;
|
|
19231
|
+
|
|
19232
|
+
export declare const uploadFileMimeTypeInputTransfer: IValueDescriptorTransfer;
|
|
19233
|
+
|
|
19234
|
+
export declare const uploadFileNameInputDataTypeTransfer: IDataTypeTransfer;
|
|
19235
|
+
|
|
19236
|
+
export declare const uploadFileNameInputTransfer: IValueDescriptorTransfer;
|
|
19237
|
+
|
|
19238
|
+
export declare const uploadFileRecordEntityIdPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19239
|
+
|
|
19240
|
+
export declare const uploadFileRecordEntityIdPropertyTransfer: IPropertyTransfer;
|
|
19241
|
+
|
|
19242
|
+
export declare const uploadFileRecordEntityMimeTypePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19243
|
+
|
|
19244
|
+
export declare const uploadFileRecordEntityMimeTypePropertyTransfer: IPropertyTransfer;
|
|
19245
|
+
|
|
19246
|
+
export declare const uploadFileRecordEntityModifiedTimePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19247
|
+
|
|
19248
|
+
export declare const uploadFileRecordEntityModifiedTimePropertyTransfer: IPropertyTransfer;
|
|
19249
|
+
|
|
19250
|
+
export declare const uploadFileRecordEntityNamePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19251
|
+
|
|
19252
|
+
export declare const uploadFileRecordEntityNamePropertyTransfer: IPropertyTransfer;
|
|
19253
|
+
|
|
19254
|
+
export declare const uploadFileRecordEntityParentsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19255
|
+
|
|
19256
|
+
export declare const uploadFileRecordEntityParentsPropertyTransfer: IPropertyTransfer;
|
|
19257
|
+
|
|
19258
|
+
export declare const uploadFileRecordEntitySizePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19259
|
+
|
|
19260
|
+
export declare const uploadFileRecordEntitySizePropertyTransfer: IPropertyTransfer;
|
|
19261
|
+
|
|
19262
|
+
export declare const uploadFileRecordEntityTransfer: IDefinitionEntityTransfer;
|
|
19263
|
+
|
|
19264
|
+
export declare const uploadFileRecordEntityWebViewLinkPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
19265
|
+
|
|
19266
|
+
export declare const uploadFileRecordEntityWebViewLinkPropertyTransfer: IPropertyTransfer;
|
|
19267
|
+
|
|
19268
|
+
export declare const uploadFileRecordOutputDataTypeTransfer: IDataTypeTransfer;
|
|
19269
|
+
|
|
19270
|
+
export declare const uploadFileRecordOutputTransfer: IValueDescriptorTransfer;
|
|
19271
|
+
|
|
19272
|
+
export declare const uploadFileRemoveFromRootInputDataTypeTransfer: IDataTypeTransfer;
|
|
19273
|
+
|
|
19274
|
+
export declare const uploadFileRemoveFromRootInputTransfer: IValueDescriptorTransfer;
|
|
18757
19275
|
|
|
18758
|
-
export declare const
|
|
19276
|
+
export declare const uploadFileSupportsAllDrivesInputDataTypeTransfer: IDataTypeTransfer;
|
|
18759
19277
|
|
|
18760
|
-
export declare const
|
|
19278
|
+
export declare const uploadFileSupportsAllDrivesInputTransfer: IValueDescriptorTransfer;
|
|
18761
19279
|
|
|
18762
19280
|
export declare const urlDefaultValue: ILiteralValueTransfer;
|
|
18763
19281
|
|