@highstate/library 0.9.32 → 0.9.33
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.
Binary file
|
package/dist/index.js
CHANGED
@@ -4810,7 +4810,7 @@ __export(yandex_exports, {
|
|
4810
4810
|
virtualMachine: () => virtualMachine3
|
4811
4811
|
});
|
4812
4812
|
var cloudEntity = defineEntity({
|
4813
|
-
type: "yandex.cloud.
|
4813
|
+
type: "yandex.cloud.v0",
|
4814
4814
|
schema: z.object({
|
4815
4815
|
token: z.string().optional(),
|
4816
4816
|
serviceAccountKeyFile: z.string().optional(),
|
@@ -4824,7 +4824,7 @@ var cloudEntity = defineEntity({
|
|
4824
4824
|
}
|
4825
4825
|
});
|
4826
4826
|
var connection4 = defineUnit({
|
4827
|
-
type: "yandex.connection.
|
4827
|
+
type: "yandex.connection.v0",
|
4828
4828
|
args: {
|
4829
4829
|
/**
|
4830
4830
|
* The availability zone for resources.
|
@@ -4868,7 +4868,7 @@ var connection4 = defineUnit({
|
|
4868
4868
|
}
|
4869
4869
|
});
|
4870
4870
|
var virtualMachine3 = defineUnit({
|
4871
|
-
type: "yandex.virtual-machine.
|
4871
|
+
type: "yandex.virtual-machine.v0",
|
4872
4872
|
args: {
|
4873
4873
|
/**
|
4874
4874
|
* The platform ID for the instance.
|