@kumori/aurora-backend-handler 1.0.16 → 1.0.17
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.
|
@@ -1122,7 +1122,6 @@ export const updateAccount = async (account: Account, security: Security) => {
|
|
|
1122
1122
|
account: account.name,
|
|
1123
1123
|
provision_infrastructure: false,
|
|
1124
1124
|
spec: {
|
|
1125
|
-
spec: {
|
|
1126
1125
|
api: providerName,
|
|
1127
1126
|
credentials: {
|
|
1128
1127
|
method: providerName,
|
|
@@ -1183,7 +1182,7 @@ export const updateAccount = async (account: Account, security: Security) => {
|
|
|
1183
1182
|
...(account.flavors?.small?.[0] && { smallVMFlavor: account.flavors?.small?.[0] }),
|
|
1184
1183
|
...(account.flavors?.medium?.[0] && { mediumVMFlavor: account.flavors.medium[0] }),
|
|
1185
1184
|
// ...(account.flavors?.large?.[0] && { largeVMFlavor: account.flavors.large[0] }),
|
|
1186
|
-
}
|
|
1185
|
+
},
|
|
1187
1186
|
},
|
|
1188
1187
|
meta: {
|
|
1189
1188
|
labels: {
|
|
@@ -1192,7 +1191,6 @@ export const updateAccount = async (account: Account, security: Security) => {
|
|
|
1192
1191
|
additionalProp3: "string",
|
|
1193
1192
|
},
|
|
1194
1193
|
},
|
|
1195
|
-
},
|
|
1196
1194
|
};
|
|
1197
1195
|
}
|
|
1198
1196
|
else {
|