@elyx-code/project-logic-tree 0.0.7106 → 0.0.7107
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.cjs +253 -253
- package/dist/index.d.ts +13 -1
- package/dist/index.js +35998 -35843
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5012,6 +5012,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5012
5012
|
id: string;
|
|
5013
5013
|
dataType: {
|
|
5014
5014
|
id: string;
|
|
5015
|
+
orString: {
|
|
5016
|
+
id: string;
|
|
5017
|
+
};
|
|
5018
|
+
orNull: {
|
|
5019
|
+
id: string;
|
|
5020
|
+
};
|
|
5015
5021
|
};
|
|
5016
5022
|
};
|
|
5017
5023
|
maxKeys: {
|
|
@@ -11665,6 +11671,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11665
11671
|
|
|
11666
11672
|
export declare const cloudFileSystemListFilesPathInputDataTypeTransfer: IDataTypeTransfer;
|
|
11667
11673
|
|
|
11674
|
+
export declare const cloudFileSystemListFilesPathInputNullDataTypeTransfer: IDataTypeTransfer;
|
|
11675
|
+
|
|
11676
|
+
export declare const cloudFileSystemListFilesPathInputStringDataTypeTransfer: IDataTypeTransfer;
|
|
11677
|
+
|
|
11668
11678
|
export declare const cloudFileSystemListFilesPathInputTransfer: IValueDescriptorTransfer;
|
|
11669
11679
|
|
|
11670
11680
|
export declare const cloudFileSystemListFilesResponseDataTypeTransfer: IDataTypeTransfer;
|
|
@@ -19162,7 +19172,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
19162
19172
|
|
|
19163
19173
|
export declare const gmailEmailsResponseNextPageTokenPropParentRef: IDefinitionEntityReference;
|
|
19164
19174
|
|
|
19165
|
-
export declare const GOOGLE_DRIVE_MIME_TYPES:
|
|
19175
|
+
export declare const GOOGLE_DRIVE_MIME_TYPES: string[];
|
|
19166
19176
|
|
|
19167
19177
|
export declare const GOOGLE_DRIVE_SMART_FETCH_MODE_OPTIONS: readonly ["auto", "native", "plain-text", "binary"];
|
|
19168
19178
|
|
|
@@ -33662,6 +33672,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
33662
33672
|
|
|
33663
33673
|
export declare const upSqlRowTransformerEntityMethodVoidDataTypeParentRef: IDataTypeReference;
|
|
33664
33674
|
|
|
33675
|
+
export declare function uriToBytes(uri: string, getAuthToken?: () => Promise<string | null>): Promise<Uint8Array>;
|
|
33676
|
+
|
|
33665
33677
|
export declare const urlDefaultValue: ILiteralValueTransfer;
|
|
33666
33678
|
|
|
33667
33679
|
export declare const USER_MANAGED_ENTITY_TYPES: EntityType[];
|