@elyx-code/project-logic-tree 0.0.7081 → 0.0.7083
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 +120 -120
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10146 -10047
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11266,7 +11266,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11266
11266
|
|
|
11267
11267
|
export declare const cloudFileSystemUploadFileOperationError: IValueDescriptorTransfer;
|
|
11268
11268
|
|
|
11269
|
-
export declare const cloudFileSystemUploadFileResponseDataTypeTransfer:
|
|
11269
|
+
export declare const cloudFileSystemUploadFileResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11270
11270
|
|
|
11271
11271
|
export declare class CloudHostedCodebaseInfrastructureResource extends InfrastructureResource implements ICloudHostedCodebaseInfrastructureResource {
|
|
11272
11272
|
resourceType: InfrastructureResourceType.CloudHostedCodebase;
|