@elyx-code/project-logic-tree 0.0.7084 → 0.0.7086

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 CHANGED
@@ -5198,6 +5198,12 @@ export declare enum BaseValueDescriptorIds {
5198
5198
  id: string;
5199
5199
  };
5200
5200
  };
5201
+ access: {
5202
+ id: string;
5203
+ dataType: {
5204
+ id: string;
5205
+ };
5206
+ };
5201
5207
  };
5202
5208
  };
5203
5209
  };
@@ -11052,6 +11058,10 @@ export declare enum BaseValueDescriptorIds {
11052
11058
 
11053
11059
  export declare const cloudFileSystemDownloadFileResponseDataTypeTransfer: IDataTypeTransfer;
11054
11060
 
11061
+ export declare const cloudFileSystemGetFileMetadataAccessPropertyDataTypeTransfer: IDataTypeTransfer;
11062
+
11063
+ export declare const cloudFileSystemGetFileMetadataAccessPropertyTransfer: IPropertyTransfer;
11064
+
11055
11065
  export declare const cloudFileSystemGetFileMetadataBucketInputDataTypeTransfer: IDataTypeTransfer;
11056
11066
 
11057
11067
  export declare const cloudFileSystemGetFileMetadataBucketInputTransfer: IValueDescriptorTransfer;
@@ -25342,7 +25352,7 @@ export declare enum BaseValueDescriptorIds {
25342
25352
  manifest: ExtensionManifest;
25343
25353
  module: {
25344
25354
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25345
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25355
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25346
25356
  };
25347
25357
  }
25348
25358
 
@@ -25446,7 +25456,7 @@ export declare enum BaseValueDescriptorIds {
25446
25456
  manifest: ExtensionManifest;
25447
25457
  module: {
25448
25458
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25449
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25459
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25450
25460
  };
25451
25461
  }
25452
25462
 
@@ -30251,6 +30261,8 @@ export declare enum BaseValueDescriptorIds {
30251
30261
 
30252
30262
  export declare const roundToUnitDT: IDataTypeTransfer;
30253
30263
 
30264
+ export declare function safeResolveEntityCodeName(entity: EntityPayloadUnion, project: ProjectState, fallback: string): string;
30265
+
30254
30266
  export declare function safeResolveEntityName(entity: EntityPayloadUnion, project: ProjectState, fallback?: string): string;
30255
30267
 
30256
30268
  export declare const saltEncDefault: ILiteralValueTransfer;