@alienplatform/sdk 1.4.1 → 1.5.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @alienplatform/sdk@1.4.1 build /home/runner/work/alien/alien/packages/sdk
2
+ > @alienplatform/sdk@1.5.1 build /home/runner/work/alien/alien/packages/sdk
3
3
  > tsdown && tsc --emitDeclarationOnly
4
4
 
5
5
  ℹ tsdown v0.13.5 powered by rolldown v1.0.3
@@ -12,8 +12,8 @@
12
12
  - For the "define". Invalid key: Expected never but received "define". 
13
13
  ℹ dist/index.js 1338.28 kB
14
14
  ℹ dist/commands/index.js  12.03 kB │ gzip: 3.11 kB
15
- ℹ dist/dist.js  333.03 kB │ gzip: 62.27 kB
16
- ℹ 3 files, total: 1683.34 kB
15
+ ℹ dist/dist.js  333.31 kB │ gzip: 62.28 kB
16
+ ℹ 3 files, total: 1683.62 kB
17
17
  ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js (12:18) [EVAL] Use of direct `eval` function is strongly discouraged as it poses security risks and may cause issues with minification.
18
18
  ╭─[ ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js:12:19 ]
19
19
  │
@@ -24,4 +24,4 @@
24
24
   │ Help: Consider using indirect eval. For more information, check the documentation: https://rolldown.rs/guide/troubleshooting#avoiding-direct-eval
25
25
  ────╯
26
26
 
27
- ✔ Build complete in 227ms
27
+ ✔ Build complete in 359ms
package/dist/dist.js CHANGED
@@ -3763,7 +3763,7 @@ function superRefine(fn) {
3763
3763
  return /* @__PURE__ */ _superRefine(fn);
3764
3764
  }
3765
3765
  //#endregion
3766
- //#region ../../node_modules/.pnpm/@alienplatform+core@file+packages+core_openapi-types@12.1.3/node_modules/@alienplatform/core/dist/stack.js
3766
+ //#region ../core/dist/stack.js
3767
3767
  /**
3768
3768
  * Generated by Kubb (https://kubb.dev/).
3769
3769
  * Do not edit manually.
@@ -5311,7 +5311,10 @@ const AzureContainerAppsWorkerHeartbeatDataSchema = object({
5311
5311
  * Generated by Kubb (https://kubb.dev/).
5312
5312
  * Do not edit manually.
5313
5313
  */
5314
- const AzureCustomCertificateConfigSchema = object({ "keyVaultCertificateId": string() });
5314
+ const AzureCustomCertificateConfigSchema = object({
5315
+ "keyVaultCertificateId": string(),
5316
+ "keyVaultResourceId": string().nullish()
5317
+ });
5315
5318
  /**
5316
5319
  * Generated by Kubb (https://kubb.dev/).
5317
5320
  * Do not edit manually.
@@ -5408,6 +5411,8 @@ const AzureManagementConfigSchema = object({
5408
5411
  "oidcSubject": string().describe("OIDC subject claim trusted by the target-side managed identity.")
5409
5412
  }).describe("Azure management configuration extracted from stack settings");
5410
5413
  object({
5414
+ "applicationGatewaySubnetId": string().describe("Dedicated subnet for classic Azure Application Gateway ingress.").nullish(),
5415
+ "applicationGatewaySubnetName": string().describe("Dedicated subnet name for classic Azure Application Gateway ingress.").nullish(),
5411
5416
  "isByoVnet": boolean().describe("True when the VNet is owned outside this stack."),
5412
5417
  "natGatewayId": string().describe("NAT gateway resource id when one was created.").nullish(),
5413
5418
  "networkSecurityGroupId": string().describe("Network Security Group resource id attached to workload subnets.").nullish(),
@@ -5727,6 +5732,7 @@ object({
5727
5732
  * Do not edit manually.
5728
5733
  */
5729
5734
  const AzureVnetNetworkHeartbeatDataSchema = object({
5735
+ "applicationGatewaySubnetName": string().nullish(),
5730
5736
  "cidrBlock": string().nullish(),
5731
5737
  "isByoVnet": boolean(),
5732
5738
  "lastByoVnetVerificationErrorCode": string().nullish(),
@@ -7884,6 +7890,7 @@ const NetworkSettingsSchema = union([
7884
7890
  "type": _enum(["byo-vpc-gcp"])
7885
7891
  }),
7886
7892
  object({
7893
+ "application_gateway_subnet_name": string().describe("Name of the dedicated classic Application Gateway subnet within the VNet.").nullish(),
7887
7894
  "private_subnet_name": string().describe("Name of the private subnet within the VNet"),
7888
7895
  "public_subnet_name": string().describe("Name of the public subnet within the VNet"),
7889
7896
  "type": _enum(["byo-vnet-azure"]),
@@ -8559,7 +8566,7 @@ function isErrorLike(value) {
8559
8566
  return Boolean(value) && typeof value === "object" && typeof value.name === "string" && typeof value.message === "string" && typeof value.stack === "string";
8560
8567
  }
8561
8568
  //#endregion
8562
- //#region ../../node_modules/.pnpm/@alienplatform+core@file+packages+core_openapi-types@12.1.3/node_modules/@alienplatform/core/dist/index.js
8569
+ //#region ../core/dist/index.js
8563
8570
  /**
8564
8571
  * This module provides a structured error handling system similar to Rust's error types,
8565
8572
  * with TypeScript type safety, error chaining, and context preservation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alienplatform/sdk",
3
- "version": "1.4.1",
3
+ "version": "1.5.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -50,7 +50,7 @@
50
50
  "protobufjs": "^7.5.3",
51
51
  "ts-pattern": "^5.7.1",
52
52
  "zod": "4.3.2",
53
- "@alienplatform/core": "^1.4.1"
53
+ "@alienplatform/core": "^1.5.1"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown && tsc --emitDeclarationOnly",