@elyx-code/project-logic-tree 0.0.7101 → 0.0.7103
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 +184 -184
- package/dist/index.d.ts +72 -18
- package/dist/index.js +30652 -30360
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1145,7 +1145,32 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1145
1145
|
};
|
|
1146
1146
|
"file-reference": {
|
|
1147
1147
|
id: string;
|
|
1148
|
-
properties: {
|
|
1148
|
+
properties: {
|
|
1149
|
+
uri: {
|
|
1150
|
+
id: string;
|
|
1151
|
+
dataType: {
|
|
1152
|
+
id: string;
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
name: {
|
|
1156
|
+
id: string;
|
|
1157
|
+
dataType: {
|
|
1158
|
+
id: string;
|
|
1159
|
+
};
|
|
1160
|
+
};
|
|
1161
|
+
mimeType: {
|
|
1162
|
+
id: string;
|
|
1163
|
+
dataType: {
|
|
1164
|
+
id: string;
|
|
1165
|
+
};
|
|
1166
|
+
};
|
|
1167
|
+
size: {
|
|
1168
|
+
id: string;
|
|
1169
|
+
dataType: {
|
|
1170
|
+
id: string;
|
|
1171
|
+
};
|
|
1172
|
+
};
|
|
1173
|
+
};
|
|
1149
1174
|
};
|
|
1150
1175
|
};
|
|
1151
1176
|
"value-descriptor": {
|
|
@@ -4926,6 +4951,29 @@ export declare enum BaseValueDescriptorIds {
|
|
|
4926
4951
|
id: string;
|
|
4927
4952
|
};
|
|
4928
4953
|
};
|
|
4954
|
+
"op-cloud-file-system-get-file": {
|
|
4955
|
+
id: CloudFileSystemOperations;
|
|
4956
|
+
inputs: {
|
|
4957
|
+
bucket: {
|
|
4958
|
+
id: string;
|
|
4959
|
+
dataType: {
|
|
4960
|
+
id: string;
|
|
4961
|
+
};
|
|
4962
|
+
};
|
|
4963
|
+
key: {
|
|
4964
|
+
id: string;
|
|
4965
|
+
dataType: {
|
|
4966
|
+
id: string;
|
|
4967
|
+
};
|
|
4968
|
+
};
|
|
4969
|
+
};
|
|
4970
|
+
dataType: {
|
|
4971
|
+
id: string;
|
|
4972
|
+
};
|
|
4973
|
+
error: {
|
|
4974
|
+
id: string;
|
|
4975
|
+
};
|
|
4976
|
+
};
|
|
4929
4977
|
"op-cloud-file-system-download-file": {
|
|
4930
4978
|
id: CloudFileSystemOperations;
|
|
4931
4979
|
inputs: {
|
|
@@ -11477,20 +11525,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11477
11525
|
|
|
11478
11526
|
export declare const cloudFileSystemDeleteFoldersResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11479
11527
|
|
|
11480
|
-
export declare const cloudFileSystemDownloadFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11481
|
-
|
|
11482
|
-
export declare const cloudFileSystemDownloadFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
11483
|
-
|
|
11484
|
-
export declare const cloudFileSystemDownloadFileKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11485
|
-
|
|
11486
|
-
export declare const cloudFileSystemDownloadFileKeyInputTransfer: IValueDescriptorTransfer;
|
|
11487
|
-
|
|
11488
|
-
export declare const cloudFileSystemDownloadFileOperation: IActionDescriptorTransfer;
|
|
11489
|
-
|
|
11490
|
-
export declare const cloudFileSystemDownloadFileOperationError: IValueDescriptorTransfer;
|
|
11491
|
-
|
|
11492
|
-
export declare const cloudFileSystemDownloadFileResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11493
|
-
|
|
11494
11528
|
export declare const cloudFileSystemGetFileMetadataAccessPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11495
11529
|
|
|
11496
11530
|
export declare const cloudFileSystemGetFileMetadataAccessPropertyTransfer: IPropertyTransfer;
|
|
@@ -11671,6 +11705,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11671
11705
|
|
|
11672
11706
|
export declare enum CloudFileSystemOperations {
|
|
11673
11707
|
UploadFile = "op-cloud-file-system-upload-file",
|
|
11708
|
+
GetFile = "op-cloud-file-system-get-file",
|
|
11674
11709
|
DownloadFile = "op-cloud-file-system-download-file",
|
|
11675
11710
|
ListFiles = "op-cloud-file-system-list-files",
|
|
11676
11711
|
DeleteFile = "op-cloud-file-system-delete-file",
|
|
@@ -13735,6 +13770,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
13735
13770
|
BUILT_IN_OPERATIONS_IMPLEMENTATIONS__JSON_PARSE: string;
|
|
13736
13771
|
BUILT_IN_OPERATIONS_IMPLEMENTATIONS__JSON_STRINGIFY: string;
|
|
13737
13772
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_UPLOAD_FILE: string;
|
|
13773
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_FILE: string;
|
|
13738
13774
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DOWNLOAD_FILE: string;
|
|
13739
13775
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_LIST_FILES: string;
|
|
13740
13776
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FILE: string;
|
|
@@ -16378,7 +16414,25 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16378
16414
|
|
|
16379
16415
|
export declare function fieldTypeToReadableString(fieldType: EntityFieldType): string;
|
|
16380
16416
|
|
|
16381
|
-
export declare const
|
|
16417
|
+
export declare const fileReferenceMimeTypeProperty: IPropertyTransfer;
|
|
16418
|
+
|
|
16419
|
+
export declare const fileReferenceMimeTypePropertyDataType: IDataTypeTransfer;
|
|
16420
|
+
|
|
16421
|
+
export declare const fileReferenceNameProperty: IPropertyTransfer;
|
|
16422
|
+
|
|
16423
|
+
export declare const fileReferenceNamePropertyDataType: IDataTypeTransfer;
|
|
16424
|
+
|
|
16425
|
+
export declare const fileReferencePrototype: IPrimitiveEntityTransfer;
|
|
16426
|
+
|
|
16427
|
+
export declare const fileReferencePrototypeRef: IPrimitiveEntityReference;
|
|
16428
|
+
|
|
16429
|
+
export declare const fileReferenceSizeProperty: IPropertyTransfer;
|
|
16430
|
+
|
|
16431
|
+
export declare const fileReferenceSizePropertyDataType: IDataTypeTransfer;
|
|
16432
|
+
|
|
16433
|
+
export declare const fileReferenceUriProperty: IPropertyTransfer;
|
|
16434
|
+
|
|
16435
|
+
export declare const fileReferenceUriPropertyDataType: IDataTypeTransfer;
|
|
16382
16436
|
|
|
16383
16437
|
export declare const filesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
16384
16438
|
|
|
@@ -25759,7 +25813,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
25759
25813
|
};
|
|
25760
25814
|
}
|
|
25761
25815
|
|
|
25762
|
-
export declare class
|
|
25816
|
+
export declare class OperationsImplementationsCloudFileSystemGetFileMetadataModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25763
25817
|
manifest: ExtensionManifest;
|
|
25764
25818
|
module: {
|
|
25765
25819
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -25767,7 +25821,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
25767
25821
|
};
|
|
25768
25822
|
}
|
|
25769
25823
|
|
|
25770
|
-
export declare class
|
|
25824
|
+
export declare class OperationsImplementationsCloudFileSystemGetFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25771
25825
|
manifest: ExtensionManifest;
|
|
25772
25826
|
module: {
|
|
25773
25827
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|