@elyx-code/project-logic-tree 0.0.7094 → 0.0.7096
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 +321 -321
- package/dist/index.d.ts +132 -1
- package/dist/index.js +46793 -45885
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5530,6 +5530,23 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5530
5530
|
id: string;
|
|
5531
5531
|
dataType: {
|
|
5532
5532
|
id: string;
|
|
5533
|
+
entity: {
|
|
5534
|
+
id: string;
|
|
5535
|
+
properties: {
|
|
5536
|
+
partNumber: {
|
|
5537
|
+
id: string;
|
|
5538
|
+
dataType: {
|
|
5539
|
+
id: string;
|
|
5540
|
+
};
|
|
5541
|
+
};
|
|
5542
|
+
etag: {
|
|
5543
|
+
id: string;
|
|
5544
|
+
dataType: {
|
|
5545
|
+
id: string;
|
|
5546
|
+
};
|
|
5547
|
+
};
|
|
5548
|
+
};
|
|
5549
|
+
};
|
|
5533
5550
|
};
|
|
5534
5551
|
};
|
|
5535
5552
|
};
|
|
@@ -5592,6 +5609,64 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5592
5609
|
id: string;
|
|
5593
5610
|
};
|
|
5594
5611
|
};
|
|
5612
|
+
"op-cloud-file-system-upload-file-part": {
|
|
5613
|
+
id: CloudFileSystemOperations;
|
|
5614
|
+
inputs: {
|
|
5615
|
+
bucket: {
|
|
5616
|
+
id: string;
|
|
5617
|
+
dataType: {
|
|
5618
|
+
id: string;
|
|
5619
|
+
};
|
|
5620
|
+
};
|
|
5621
|
+
key: {
|
|
5622
|
+
id: string;
|
|
5623
|
+
dataType: {
|
|
5624
|
+
id: string;
|
|
5625
|
+
};
|
|
5626
|
+
};
|
|
5627
|
+
uploadId: {
|
|
5628
|
+
id: string;
|
|
5629
|
+
dataType: {
|
|
5630
|
+
id: string;
|
|
5631
|
+
};
|
|
5632
|
+
};
|
|
5633
|
+
partNumber: {
|
|
5634
|
+
id: string;
|
|
5635
|
+
dataType: {
|
|
5636
|
+
id: string;
|
|
5637
|
+
};
|
|
5638
|
+
};
|
|
5639
|
+
bytes: {
|
|
5640
|
+
id: string;
|
|
5641
|
+
dataType: {
|
|
5642
|
+
id: string;
|
|
5643
|
+
};
|
|
5644
|
+
};
|
|
5645
|
+
};
|
|
5646
|
+
dataType: {
|
|
5647
|
+
id: string;
|
|
5648
|
+
entity: {
|
|
5649
|
+
id: string;
|
|
5650
|
+
properties: {
|
|
5651
|
+
partNumber: {
|
|
5652
|
+
id: string;
|
|
5653
|
+
dataType: {
|
|
5654
|
+
id: string;
|
|
5655
|
+
};
|
|
5656
|
+
};
|
|
5657
|
+
etag: {
|
|
5658
|
+
id: string;
|
|
5659
|
+
dataType: {
|
|
5660
|
+
id: string;
|
|
5661
|
+
};
|
|
5662
|
+
};
|
|
5663
|
+
};
|
|
5664
|
+
};
|
|
5665
|
+
};
|
|
5666
|
+
error: {
|
|
5667
|
+
id: string;
|
|
5668
|
+
};
|
|
5669
|
+
};
|
|
5595
5670
|
"op-sql-execute-query": {
|
|
5596
5671
|
id: SQLOperations;
|
|
5597
5672
|
inputs: {
|
|
@@ -11245,6 +11320,16 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11245
11320
|
|
|
11246
11321
|
export declare const cloudFileSystemCompleteMultipartUploadPartsInputTransfer: IValueDescriptorTransfer;
|
|
11247
11322
|
|
|
11323
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemEntityTransfer: IDefinitionEntityTransfer;
|
|
11324
|
+
|
|
11325
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemETagPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11326
|
+
|
|
11327
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemETagPropertyTransfer: IPropertyTransfer;
|
|
11328
|
+
|
|
11329
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemPartNumberPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11330
|
+
|
|
11331
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemPartNumberPropertyTransfer: IPropertyTransfer;
|
|
11332
|
+
|
|
11248
11333
|
export declare const cloudFileSystemCompleteMultipartUploadResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11249
11334
|
|
|
11250
11335
|
export declare const cloudFileSystemCompleteMultipartUploadResponseEntityTransfer: IDefinitionEntityTransfer;
|
|
@@ -11580,7 +11665,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11580
11665
|
CreateMultipartUpload = "op-cloud-file-system-create-multipart-upload",
|
|
11581
11666
|
GetUploadPartPresignedUrl = "op-cloud-file-system-get-upload-part-presigned-url",
|
|
11582
11667
|
CompleteMultipartUpload = "op-cloud-file-system-complete-multipart-upload",
|
|
11583
|
-
AbortMultipartUpload = "op-cloud-file-system-abort-multipart-upload"
|
|
11668
|
+
AbortMultipartUpload = "op-cloud-file-system-abort-multipart-upload",
|
|
11669
|
+
UploadFilePart = "op-cloud-file-system-upload-file-part"
|
|
11584
11670
|
}
|
|
11585
11671
|
|
|
11586
11672
|
export declare const cloudFileSystemRenameFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
@@ -11635,6 +11721,42 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11635
11721
|
|
|
11636
11722
|
export declare const cloudFileSystemUploadFileOperationError: IValueDescriptorTransfer;
|
|
11637
11723
|
|
|
11724
|
+
export declare const cloudFileSystemUploadFilePartBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11725
|
+
|
|
11726
|
+
export declare const cloudFileSystemUploadFilePartBucketInputTransfer: IValueDescriptorTransfer;
|
|
11727
|
+
|
|
11728
|
+
export declare const cloudFileSystemUploadFilePartBytesInputDataTypeTransfer: IDataTypeTransfer;
|
|
11729
|
+
|
|
11730
|
+
export declare const cloudFileSystemUploadFilePartBytesInputTransfer: IValueDescriptorTransfer;
|
|
11731
|
+
|
|
11732
|
+
export declare const cloudFileSystemUploadFilePartETagPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11733
|
+
|
|
11734
|
+
export declare const cloudFileSystemUploadFilePartETagPropertyTransfer: IPropertyTransfer;
|
|
11735
|
+
|
|
11736
|
+
export declare const cloudFileSystemUploadFilePartKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11737
|
+
|
|
11738
|
+
export declare const cloudFileSystemUploadFilePartKeyInputTransfer: IValueDescriptorTransfer;
|
|
11739
|
+
|
|
11740
|
+
export declare const cloudFileSystemUploadFilePartOperation: IActionDescriptorTransfer;
|
|
11741
|
+
|
|
11742
|
+
export declare const cloudFileSystemUploadFilePartOperationError: IValueDescriptorTransfer;
|
|
11743
|
+
|
|
11744
|
+
export declare const cloudFileSystemUploadFilePartPartNumberInputDataTypeTransfer: IDataTypeTransfer;
|
|
11745
|
+
|
|
11746
|
+
export declare const cloudFileSystemUploadFilePartPartNumberInputTransfer: IValueDescriptorTransfer;
|
|
11747
|
+
|
|
11748
|
+
export declare const cloudFileSystemUploadFilePartPartNumberPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11749
|
+
|
|
11750
|
+
export declare const cloudFileSystemUploadFilePartPartNumberPropertyTransfer: IPropertyTransfer;
|
|
11751
|
+
|
|
11752
|
+
export declare const cloudFileSystemUploadFilePartResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11753
|
+
|
|
11754
|
+
export declare const cloudFileSystemUploadFilePartResponseEntityTransfer: IDefinitionEntityTransfer;
|
|
11755
|
+
|
|
11756
|
+
export declare const cloudFileSystemUploadFilePartUploadIdInputDataTypeTransfer: IDataTypeTransfer;
|
|
11757
|
+
|
|
11758
|
+
export declare const cloudFileSystemUploadFilePartUploadIdInputTransfer: IValueDescriptorTransfer;
|
|
11759
|
+
|
|
11638
11760
|
export declare const cloudFileSystemUploadFileResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11639
11761
|
|
|
11640
11762
|
export declare class CloudHostedCodebaseInfrastructureResource extends InfrastructureResource implements ICloudHostedCodebaseInfrastructureResource {
|
|
@@ -13594,6 +13716,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
13594
13716
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_UPLOAD_PART_PRESIGNED_URL: string;
|
|
13595
13717
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_COMPLETE_MULTIPART_UPLOAD: string;
|
|
13596
13718
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_ABORT_MULTIPART_UPLOAD: string;
|
|
13719
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_UPLOAD_FILE_PART: string;
|
|
13597
13720
|
};
|
|
13598
13721
|
|
|
13599
13722
|
export declare const DEFAULT_PROJECT_INSTANCE_PARENT_CONTEXT: IProjectInstanceParentContext;
|
|
@@ -25671,6 +25794,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
25671
25794
|
};
|
|
25672
25795
|
}
|
|
25673
25796
|
|
|
25797
|
+
export declare class OperationsImplementationsCloudFileSystemUploadFilePartModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25798
|
+
manifest: ExtensionManifest;
|
|
25799
|
+
module: {
|
|
25800
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25801
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25802
|
+
};
|
|
25803
|
+
}
|
|
25804
|
+
|
|
25674
25805
|
export declare class OperationsImplementationsComparisonEmptyModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25675
25806
|
manifest: ExtensionManifest;
|
|
25676
25807
|
module: {
|