@elyx-code/project-logic-tree 0.0.7049 → 0.0.7051
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 +15 -15
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3424 -3412
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -776,7 +776,7 @@ export declare enum BaseEntityNames {
|
|
|
776
776
|
COMPUTE_ENTITY = "BUILT_IN_COMPUTE_ENTITY",
|
|
777
777
|
CONTAINER_COMPUTE_ENTITY = "BUILT_IN_CONTAINER_COMPUTE_ENTITY",
|
|
778
778
|
SHARED_DRIVE_ENTITY = "BUILT_IN_SHARED_DRIVE_ENTITY",
|
|
779
|
-
|
|
779
|
+
CONTAINER_AUTH_REGISTRY_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_CONTAINER-REGISTRY_AUTH"
|
|
780
780
|
}
|
|
781
781
|
|
|
782
782
|
export declare class BaseExtensionState implements IExtensionState {
|
|
@@ -1559,7 +1559,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1559
1559
|
};
|
|
1560
1560
|
methods: {};
|
|
1561
1561
|
};
|
|
1562
|
-
|
|
1562
|
+
"BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_CONTAINER-REGISTRY_AUTH": {
|
|
1563
1563
|
id: BaseEntityNames;
|
|
1564
1564
|
properties: {
|
|
1565
1565
|
integration: {
|