@alienplatform/platform-api 1.4.2 → 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.
Files changed (174) hide show
  1. package/README.md +6 -2
  2. package/esm/funcs/managersGetDomainBinding.d.ts +16 -0
  3. package/esm/funcs/managersGetDomainBinding.d.ts.map +1 -0
  4. package/esm/funcs/managersGetDomainBinding.js +89 -0
  5. package/esm/funcs/managersGetDomainBinding.js.map +1 -0
  6. package/esm/funcs/managersUpdateDomainBinding.d.ts +16 -0
  7. package/esm/funcs/managersUpdateDomainBinding.d.ts.map +1 -0
  8. package/esm/funcs/managersUpdateDomainBinding.js +92 -0
  9. package/esm/funcs/managersUpdateDomainBinding.js.map +1 -0
  10. package/esm/funcs/syncReconcile.d.ts +1 -1
  11. package/esm/funcs/syncReconcile.js +1 -1
  12. package/esm/lib/config.d.ts +2 -2
  13. package/esm/lib/config.js +2 -2
  14. package/esm/models/cloudformationcallbackrequest.d.ts +47 -16
  15. package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -1
  16. package/esm/models/cloudformationcallbackrequest.js +36 -11
  17. package/esm/models/cloudformationcallbackrequest.js.map +1 -1
  18. package/esm/models/createmanagerresponse.d.ts +15 -0
  19. package/esm/models/createmanagerresponse.d.ts.map +1 -1
  20. package/esm/models/createmanagerresponse.js +9 -0
  21. package/esm/models/createmanagerresponse.js.map +1 -1
  22. package/esm/models/deployment.d.ts +5 -0
  23. package/esm/models/deployment.d.ts.map +1 -1
  24. package/esm/models/deployment.js +3 -0
  25. package/esm/models/deployment.js.map +1 -1
  26. package/esm/models/deploymentdetailresponse.d.ts +5 -0
  27. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  28. package/esm/models/deploymentdetailresponse.js +3 -0
  29. package/esm/models/deploymentdetailresponse.js.map +1 -1
  30. package/esm/models/deploymentinfo.d.ts +36 -12
  31. package/esm/models/deploymentinfo.d.ts.map +1 -1
  32. package/esm/models/deploymentinfo.js +35 -13
  33. package/esm/models/deploymentinfo.js.map +1 -1
  34. package/esm/models/deploymentportaldomainresponse.d.ts +2 -0
  35. package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -1
  36. package/esm/models/deploymentportaldomainresponse.js +2 -0
  37. package/esm/models/deploymentportaldomainresponse.js.map +1 -1
  38. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +7 -0
  39. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
  40. package/esm/models/deploymentsetupstacksettingspolicy.js +6 -0
  41. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
  42. package/esm/models/domainwithusage.d.ts +18 -0
  43. package/esm/models/domainwithusage.d.ts.map +1 -1
  44. package/esm/models/domainwithusage.js +20 -0
  45. package/esm/models/domainwithusage.js.map +1 -1
  46. package/esm/models/importsource.d.ts +47 -16
  47. package/esm/models/importsource.d.ts.map +1 -1
  48. package/esm/models/importsource.js +36 -11
  49. package/esm/models/importsource.js.map +1 -1
  50. package/esm/models/index.d.ts +5 -0
  51. package/esm/models/index.d.ts.map +1 -1
  52. package/esm/models/index.js +5 -0
  53. package/esm/models/index.js.map +1 -1
  54. package/esm/models/managerdomainbinding.d.ts +133 -0
  55. package/esm/models/managerdomainbinding.d.ts.map +1 -0
  56. package/esm/models/managerdomainbinding.js +43 -0
  57. package/esm/models/managerdomainbinding.js.map +1 -0
  58. package/esm/models/managerdomainbindingresponse.d.ts +11 -0
  59. package/esm/models/managerdomainbindingresponse.d.ts.map +1 -0
  60. package/esm/models/managerdomainbindingresponse.js +14 -0
  61. package/esm/models/managerdomainbindingresponse.js.map +1 -0
  62. package/esm/models/managerdomainbindingstatus.d.ts +15 -0
  63. package/esm/models/managerdomainbindingstatus.d.ts.map +1 -0
  64. package/esm/models/managerdomainbindingstatus.js +16 -0
  65. package/esm/models/managerdomainbindingstatus.js.map +1 -0
  66. package/esm/models/managerretryresponse.d.ts +15 -0
  67. package/esm/models/managerretryresponse.d.ts.map +1 -1
  68. package/esm/models/managerretryresponse.js +9 -0
  69. package/esm/models/managerretryresponse.js.map +1 -1
  70. package/esm/models/newdeploymentrequest.d.ts +7 -0
  71. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  72. package/esm/models/newdeploymentrequest.js +3 -0
  73. package/esm/models/newdeploymentrequest.js.map +1 -1
  74. package/esm/models/operations/createproject.d.ts +8 -8
  75. package/esm/models/operations/createprojectfromtemplate.d.ts +8 -8
  76. package/esm/models/operations/getmanagerdomainbinding.d.ts +20 -0
  77. package/esm/models/operations/getmanagerdomainbinding.d.ts.map +1 -0
  78. package/esm/models/operations/getmanagerdomainbinding.js +13 -0
  79. package/esm/models/operations/getmanagerdomainbinding.js.map +1 -0
  80. package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -0
  81. package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -1
  82. package/esm/models/operations/getresourcedeploymentdetail.js +1 -0
  83. package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -1
  84. package/esm/models/operations/index.d.ts +2 -0
  85. package/esm/models/operations/index.d.ts.map +1 -1
  86. package/esm/models/operations/index.js +2 -0
  87. package/esm/models/operations/index.js.map +1 -1
  88. package/esm/models/operations/preparedeploymentstack.d.ts +7 -0
  89. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
  90. package/esm/models/operations/preparedeploymentstack.js +3 -0
  91. package/esm/models/operations/preparedeploymentstack.js.map +1 -1
  92. package/esm/models/operations/updatemanagerdomainbinding.d.ts +23 -0
  93. package/esm/models/operations/updatemanagerdomainbinding.d.ts.map +1 -0
  94. package/esm/models/operations/updatemanagerdomainbinding.js +21 -0
  95. package/esm/models/operations/updatemanagerdomainbinding.js.map +1 -0
  96. package/esm/models/package.d.ts +6 -6
  97. package/esm/models/packagedomain.d.ts +143 -0
  98. package/esm/models/packagedomain.d.ts.map +1 -0
  99. package/esm/models/packagedomain.js +52 -0
  100. package/esm/models/packagedomain.js.map +1 -0
  101. package/esm/models/persistimporteddeploymentrequest.d.ts +29 -0
  102. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
  103. package/esm/models/persistimporteddeploymentrequest.js +18 -0
  104. package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
  105. package/esm/models/project.d.ts +4 -4
  106. package/esm/models/projectlistitemresponse.d.ts +4 -4
  107. package/esm/models/syncacquireresponse.d.ts +18 -0
  108. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  109. package/esm/models/syncacquireresponse.js +4 -0
  110. package/esm/models/syncacquireresponse.js.map +1 -1
  111. package/esm/models/synclistresponse.d.ts +5 -0
  112. package/esm/models/synclistresponse.d.ts.map +1 -1
  113. package/esm/models/synclistresponse.js +3 -0
  114. package/esm/models/synclistresponse.js.map +1 -1
  115. package/esm/models/syncreconcilerequest.d.ts +2 -0
  116. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  117. package/esm/models/syncreconcilerequest.js +1 -0
  118. package/esm/models/syncreconcilerequest.js.map +1 -1
  119. package/esm/models/syncreconcileresponse.d.ts +18 -0
  120. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  121. package/esm/models/syncreconcileresponse.js +4 -0
  122. package/esm/models/syncreconcileresponse.js.map +1 -1
  123. package/esm/models/updatemanagerdomainbinding.d.ts +15 -0
  124. package/esm/models/updatemanagerdomainbinding.d.ts.map +1 -0
  125. package/esm/models/updatemanagerdomainbinding.js +12 -0
  126. package/esm/models/updatemanagerdomainbinding.js.map +1 -0
  127. package/esm/models/updateproject.d.ts +4 -4
  128. package/esm/sdk/managers.d.ts +8 -0
  129. package/esm/sdk/managers.d.ts.map +1 -1
  130. package/esm/sdk/managers.js +14 -0
  131. package/esm/sdk/managers.js.map +1 -1
  132. package/esm/sdk/sync.d.ts +1 -1
  133. package/esm/sdk/sync.js +1 -1
  134. package/jsr.json +1 -1
  135. package/package.json +2 -2
  136. package/src/funcs/managersGetDomainBinding.ts +180 -0
  137. package/src/funcs/managersUpdateDomainBinding.ts +183 -0
  138. package/src/funcs/syncReconcile.ts +1 -1
  139. package/src/lib/config.ts +2 -2
  140. package/src/models/cloudformationcallbackrequest.ts +119 -48
  141. package/src/models/createmanagerresponse.ts +24 -0
  142. package/src/models/deployment.ts +8 -0
  143. package/src/models/deploymentdetailresponse.ts +8 -0
  144. package/src/models/deploymentinfo.ts +80 -31
  145. package/src/models/deploymentportaldomainresponse.ts +3 -0
  146. package/src/models/deploymentsetupstacksettingspolicy.ts +13 -0
  147. package/src/models/domainwithusage.ts +56 -0
  148. package/src/models/importsource.ts +106 -38
  149. package/src/models/index.ts +5 -0
  150. package/src/models/managerdomainbinding.ts +200 -0
  151. package/src/models/managerdomainbindingresponse.ts +34 -0
  152. package/src/models/managerdomainbindingstatus.ts +24 -0
  153. package/src/models/managerretryresponse.ts +24 -0
  154. package/src/models/newdeploymentrequest.ts +10 -0
  155. package/src/models/operations/createproject.ts +8 -8
  156. package/src/models/operations/createprojectfromtemplate.ts +8 -8
  157. package/src/models/operations/getmanagerdomainbinding.ts +41 -0
  158. package/src/models/operations/getresourcedeploymentdetail.ts +2 -0
  159. package/src/models/operations/index.ts +2 -0
  160. package/src/models/operations/preparedeploymentstack.ts +10 -0
  161. package/src/models/operations/updatemanagerdomainbinding.ts +53 -0
  162. package/src/models/package.ts +6 -6
  163. package/src/models/packagedomain.ts +208 -0
  164. package/src/models/persistimporteddeploymentrequest.ts +41 -0
  165. package/src/models/project.ts +4 -4
  166. package/src/models/projectlistitemresponse.ts +4 -4
  167. package/src/models/syncacquireresponse.ts +20 -0
  168. package/src/models/synclistresponse.ts +8 -0
  169. package/src/models/syncreconcilerequest.ts +3 -0
  170. package/src/models/syncreconcileresponse.ts +20 -0
  171. package/src/models/updatemanagerdomainbinding.ts +33 -0
  172. package/src/models/updateproject.ts +4 -4
  173. package/src/sdk/managers.ts +30 -0
  174. package/src/sdk/sync.ts +1 -1
@@ -0,0 +1,208 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import { ClosedEnum } from "../types/enums.js";
8
+ import { Result as SafeParseResult } from "../types/fp.js";
9
+ import {
10
+ DeploymentPortalManagedDnsRecord,
11
+ DeploymentPortalManagedDnsRecord$inboundSchema,
12
+ } from "./deploymentportalmanageddnsrecord.js";
13
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
14
+
15
+ export const PackageDomainStatus = {
16
+ WaitingForDomain: "waiting-for-domain",
17
+ PendingEdge: "pending-edge",
18
+ PendingHealth: "pending-health",
19
+ Active: "active",
20
+ Failed: "failed",
21
+ Deleting: "deleting",
22
+ } as const;
23
+ export type PackageDomainStatus = ClosedEnum<typeof PackageDomainStatus>;
24
+
25
+ /**
26
+ * Canonical error container that provides a structured way to represent errors
27
+ *
28
+ * @remarks
29
+ * with rich metadata including error codes, human-readable messages, context,
30
+ * and chaining capabilities for error propagation.
31
+ *
32
+ * This struct is designed to be both machine-readable and user-friendly,
33
+ * supporting serialization for API responses and detailed error reporting
34
+ * in distributed systems.
35
+ */
36
+ export type PackageDomainError = {
37
+ /**
38
+ * A unique identifier for the type of error.
39
+ *
40
+ * @remarks
41
+ *
42
+ * This should be a short, machine-readable string that can be used
43
+ * by clients to programmatically handle different error types.
44
+ * Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
45
+ */
46
+ code: string;
47
+ /**
48
+ * Additional diagnostic information about the error context.
49
+ *
50
+ * @remarks
51
+ *
52
+ * This optional field can contain structured data providing more details
53
+ * about the error, such as validation errors, request parameters that
54
+ * caused the issue, or other relevant context information.
55
+ */
56
+ context?: any | null | undefined;
57
+ /**
58
+ * Optional human-facing remediation hint.
59
+ */
60
+ hint?: string | null | undefined;
61
+ /**
62
+ * HTTP status code for this error.
63
+ *
64
+ * @remarks
65
+ *
66
+ * Used when converting the error to an HTTP response. If None, falls back to
67
+ * the error type's default status code or 500.
68
+ */
69
+ httpStatusCode?: number | null | undefined;
70
+ /**
71
+ * Indicates if this is an internal error that should not be exposed to users.
72
+ *
73
+ * @remarks
74
+ *
75
+ * When `true`, this error contains sensitive information or implementation
76
+ * details that should not be shown to end-users. Such errors should be
77
+ * logged for debugging but replaced with generic error messages in responses.
78
+ */
79
+ internal: boolean;
80
+ /**
81
+ * Human-readable error message.
82
+ *
83
+ * @remarks
84
+ *
85
+ * This message should be clear and actionable for developers or end-users,
86
+ * providing context about what went wrong and potentially how to fix it.
87
+ */
88
+ message: string;
89
+ /**
90
+ * Indicates whether the operation that caused the error should be retried.
91
+ *
92
+ * @remarks
93
+ *
94
+ * When `true`, the error is transient and the operation might succeed
95
+ * if attempted again. When `false`, retrying the same operation is
96
+ * unlikely to succeed without changes.
97
+ */
98
+ retryable: boolean;
99
+ /**
100
+ * The underlying error that caused this error, creating an error chain.
101
+ *
102
+ * @remarks
103
+ *
104
+ * This allows for proper error propagation and debugging by maintaining
105
+ * the full context of how an error occurred through multiple layers
106
+ * of an application.
107
+ */
108
+ source?: any | null | undefined;
109
+ };
110
+
111
+ export type PackageDomain = {
112
+ /**
113
+ * Unique identifier for the package domain.
114
+ */
115
+ id: string;
116
+ /**
117
+ * Unique identifier for the workspace.
118
+ */
119
+ workspaceId: string;
120
+ /**
121
+ * Unique identifier for the domain.
122
+ */
123
+ domainId: string;
124
+ hostname: string;
125
+ status: PackageDomainStatus;
126
+ managedDnsRecords: Array<DeploymentPortalManagedDnsRecord>;
127
+ /**
128
+ * Canonical error container that provides a structured way to represent errors
129
+ *
130
+ * @remarks
131
+ * with rich metadata including error codes, human-readable messages, context,
132
+ * and chaining capabilities for error propagation.
133
+ *
134
+ * This struct is designed to be both machine-readable and user-friendly,
135
+ * supporting serialization for API responses and detailed error reporting
136
+ * in distributed systems.
137
+ */
138
+ error?: PackageDomainError | null | undefined;
139
+ lockedAt?: Date | null | undefined;
140
+ lockedBy?: string | null | undefined;
141
+ retryAttempts: number;
142
+ nextStepAfter?: Date | null | undefined;
143
+ createdAt: Date;
144
+ updatedAt: Date;
145
+ };
146
+
147
+ /** @internal */
148
+ export const PackageDomainStatus$inboundSchema: z.ZodEnum<
149
+ typeof PackageDomainStatus
150
+ > = z.enum(PackageDomainStatus);
151
+
152
+ /** @internal */
153
+ export const PackageDomainError$inboundSchema: z.ZodType<
154
+ PackageDomainError,
155
+ unknown
156
+ > = z.object({
157
+ code: z.string(),
158
+ context: z.nullable(z.any()).optional(),
159
+ hint: z.nullable(z.string()).optional(),
160
+ httpStatusCode: z.nullable(z.int()).optional(),
161
+ internal: z.boolean(),
162
+ message: z.string(),
163
+ retryable: z.boolean().default(false),
164
+ source: z.nullable(z.any()).optional(),
165
+ });
166
+
167
+ export function packageDomainErrorFromJSON(
168
+ jsonString: string,
169
+ ): SafeParseResult<PackageDomainError, SDKValidationError> {
170
+ return safeParse(
171
+ jsonString,
172
+ (x) => PackageDomainError$inboundSchema.parse(JSON.parse(x)),
173
+ `Failed to parse 'PackageDomainError' from JSON`,
174
+ );
175
+ }
176
+
177
+ /** @internal */
178
+ export const PackageDomain$inboundSchema: z.ZodType<PackageDomain, unknown> = z
179
+ .object({
180
+ id: z.string(),
181
+ workspaceId: z.string(),
182
+ domainId: z.string(),
183
+ hostname: z.string(),
184
+ status: PackageDomainStatus$inboundSchema,
185
+ managedDnsRecords: z.array(DeploymentPortalManagedDnsRecord$inboundSchema),
186
+ error: z.nullable(z.lazy(() => PackageDomainError$inboundSchema))
187
+ .optional(),
188
+ lockedAt: z.nullable(
189
+ z.iso.datetime({ offset: true }).transform(v => new Date(v)),
190
+ ).optional(),
191
+ lockedBy: z.nullable(z.string()).optional(),
192
+ retryAttempts: z.int(),
193
+ nextStepAfter: z.nullable(
194
+ z.iso.datetime({ offset: true }).transform(v => new Date(v)),
195
+ ).optional(),
196
+ createdAt: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
197
+ updatedAt: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
198
+ });
199
+
200
+ export function packageDomainFromJSON(
201
+ jsonString: string,
202
+ ): SafeParseResult<PackageDomain, SDKValidationError> {
203
+ return safeParse(
204
+ jsonString,
205
+ (x) => PackageDomain$inboundSchema.parse(JSON.parse(x)),
206
+ `Failed to parse 'PackageDomain' from JSON`,
207
+ );
208
+ }
@@ -33,6 +33,24 @@ export type PersistImportedDeploymentRequestPlatformEnum = ClosedEnum<
33
33
  typeof PersistImportedDeploymentRequestPlatformEnum
34
34
  >;
35
35
 
36
+ /**
37
+ * Base cloud platform for cloud-backed Kubernetes imports.
38
+ */
39
+ export const PersistImportedDeploymentRequestBasePlatform = {
40
+ Aws: "aws",
41
+ Gcp: "gcp",
42
+ Azure: "azure",
43
+ Kubernetes: "kubernetes",
44
+ Local: "local",
45
+ Test: "test",
46
+ } as const;
47
+ /**
48
+ * Base cloud platform for cloud-backed Kubernetes imports.
49
+ */
50
+ export type PersistImportedDeploymentRequestBasePlatform = ClosedEnum<
51
+ typeof PersistImportedDeploymentRequestBasePlatform
52
+ >;
53
+
36
54
  /**
37
55
  * Deployment model: how updates are delivered to the remote environment.
38
56
  */
@@ -57,6 +75,7 @@ export type PersistImportedDeploymentRequestAwsUnion =
57
75
 
58
76
  export type PersistImportedDeploymentRequestAzureStackSettings = {
59
77
  keyVaultCertificateId: string;
78
+ keyVaultResourceId?: string | null | undefined;
60
79
  };
61
80
 
62
81
  export type PersistImportedDeploymentRequestAzureUnion =
@@ -891,6 +910,10 @@ export type PersistImportedDeploymentRequestTypeByoVnetAzure = ClosedEnum<
891
910
  >;
892
911
 
893
912
  export type PersistImportedDeploymentRequestNetworkByoVnetAzure = {
913
+ /**
914
+ * Name of the dedicated classic Application Gateway subnet within the VNet.
915
+ */
916
+ applicationGatewaySubnetName?: string | null | undefined;
894
917
  /**
895
918
  * Name of the private subnet within the VNet
896
919
  */
@@ -2651,6 +2674,10 @@ export type PersistImportedDeploymentRequest = {
2651
2674
  * Represents the target cloud platform.
2652
2675
  */
2653
2676
  platform: PersistImportedDeploymentRequestPlatformEnum;
2677
+ /**
2678
+ * Base cloud platform for cloud-backed Kubernetes imports.
2679
+ */
2680
+ basePlatform?: PersistImportedDeploymentRequestBasePlatform | undefined;
2654
2681
  /**
2655
2682
  * User-customizable deployment settings specified at deploy time.
2656
2683
  *
@@ -2742,6 +2769,12 @@ export const PersistImportedDeploymentRequestPlatformEnum$outboundSchema:
2742
2769
  PersistImportedDeploymentRequestPlatformEnum,
2743
2770
  );
2744
2771
 
2772
+ /** @internal */
2773
+ export const PersistImportedDeploymentRequestBasePlatform$outboundSchema:
2774
+ z.ZodEnum<typeof PersistImportedDeploymentRequestBasePlatform> = z.enum(
2775
+ PersistImportedDeploymentRequestBasePlatform,
2776
+ );
2777
+
2745
2778
  /** @internal */
2746
2779
  export const PersistImportedDeploymentRequestDeploymentModel$outboundSchema:
2747
2780
  z.ZodEnum<typeof PersistImportedDeploymentRequestDeploymentModel> = z.enum(
@@ -2799,6 +2832,7 @@ export function persistImportedDeploymentRequestAwsUnionToJSON(
2799
2832
  /** @internal */
2800
2833
  export type PersistImportedDeploymentRequestAzureStackSettings$Outbound = {
2801
2834
  keyVaultCertificateId: string;
2835
+ keyVaultResourceId?: string | null | undefined;
2802
2836
  };
2803
2837
 
2804
2838
  /** @internal */
@@ -2808,6 +2842,7 @@ export const PersistImportedDeploymentRequestAzureStackSettings$outboundSchema:
2808
2842
  PersistImportedDeploymentRequestAzureStackSettings
2809
2843
  > = z.object({
2810
2844
  keyVaultCertificateId: z.string(),
2845
+ keyVaultResourceId: z.nullable(z.string()).optional(),
2811
2846
  });
2812
2847
 
2813
2848
  export function persistImportedDeploymentRequestAzureStackSettingsToJSON(
@@ -4812,6 +4847,7 @@ export const PersistImportedDeploymentRequestTypeByoVnetAzure$outboundSchema:
4812
4847
 
4813
4848
  /** @internal */
4814
4849
  export type PersistImportedDeploymentRequestNetworkByoVnetAzure$Outbound = {
4850
+ application_gateway_subnet_name?: string | null | undefined;
4815
4851
  private_subnet_name: string;
4816
4852
  public_subnet_name: string;
4817
4853
  type: string;
@@ -4824,12 +4860,14 @@ export const PersistImportedDeploymentRequestNetworkByoVnetAzure$outboundSchema:
4824
4860
  PersistImportedDeploymentRequestNetworkByoVnetAzure$Outbound,
4825
4861
  PersistImportedDeploymentRequestNetworkByoVnetAzure
4826
4862
  > = z.object({
4863
+ applicationGatewaySubnetName: z.nullable(z.string()).optional(),
4827
4864
  privateSubnetName: z.string(),
4828
4865
  publicSubnetName: z.string(),
4829
4866
  type: PersistImportedDeploymentRequestTypeByoVnetAzure$outboundSchema,
4830
4867
  vnetResourceId: z.string(),
4831
4868
  }).transform((v) => {
4832
4869
  return remap$(v, {
4870
+ applicationGatewaySubnetName: "application_gateway_subnet_name",
4833
4871
  privateSubnetName: "private_subnet_name",
4834
4872
  publicSubnetName: "public_subnet_name",
4835
4873
  vnetResourceId: "vnet_resource_id",
@@ -8117,6 +8155,7 @@ export type PersistImportedDeploymentRequest$Outbound = {
8117
8155
  deploymentGroupId: string;
8118
8156
  managerId: string;
8119
8157
  platform: string;
8158
+ basePlatform?: string | undefined;
8120
8159
  stackSettings: PersistImportedDeploymentRequestStackSettings$Outbound;
8121
8160
  stackState?: any | null | undefined;
8122
8161
  environmentInfo?:
@@ -8156,6 +8195,8 @@ export const PersistImportedDeploymentRequest$outboundSchema: z.ZodType<
8156
8195
  deploymentGroupId: z.string(),
8157
8196
  managerId: z.string(),
8158
8197
  platform: PersistImportedDeploymentRequestPlatformEnum$outboundSchema,
8198
+ basePlatform: PersistImportedDeploymentRequestBasePlatform$outboundSchema
8199
+ .optional(),
8159
8200
  stackSettings: z.lazy(() =>
8160
8201
  PersistImportedDeploymentRequestStackSettings$outboundSchema
8161
8202
  ),
@@ -116,7 +116,7 @@ export type ProjectCloudformation = {
116
116
  };
117
117
 
118
118
  /**
119
- * Agent image package configuration. Required when Helm is enabled. If null, agent image packages will not be generated.
119
+ * Operator image package configuration. Required when Helm is enabled. If null, Operator image packages will not be generated.
120
120
  */
121
121
  export type ProjectAgentImage = {
122
122
  /**
@@ -124,11 +124,11 @@ export type ProjectAgentImage = {
124
124
  */
125
125
  displayName: string;
126
126
  /**
127
- * Binary name (e.g., "acme-agent")
127
+ * Image name (e.g., "acme-operator")
128
128
  */
129
129
  name: string;
130
130
  /**
131
- * Whether agent image package generation is enabled
131
+ * Whether Operator image package generation is enabled
132
132
  */
133
133
  enabled: boolean;
134
134
  };
@@ -178,7 +178,7 @@ export type ProjectPackagesConfig = {
178
178
  */
179
179
  cloudformation?: ProjectCloudformation | null | undefined;
180
180
  /**
181
- * Agent image package configuration. Required when Helm is enabled. If null, agent image packages will not be generated.
181
+ * Operator image package configuration. Required when Helm is enabled. If null, Operator image packages will not be generated.
182
182
  */
183
183
  agentImage?: ProjectAgentImage | null | undefined;
184
184
  /**
@@ -122,7 +122,7 @@ export type ProjectListItemResponseCloudformation = {
122
122
  };
123
123
 
124
124
  /**
125
- * Agent image package configuration. Required when Helm is enabled. If null, agent image packages will not be generated.
125
+ * Operator image package configuration. Required when Helm is enabled. If null, Operator image packages will not be generated.
126
126
  */
127
127
  export type ProjectListItemResponseAgentImage = {
128
128
  /**
@@ -130,11 +130,11 @@ export type ProjectListItemResponseAgentImage = {
130
130
  */
131
131
  displayName: string;
132
132
  /**
133
- * Binary name (e.g., "acme-agent")
133
+ * Image name (e.g., "acme-operator")
134
134
  */
135
135
  name: string;
136
136
  /**
137
- * Whether agent image package generation is enabled
137
+ * Whether Operator image package generation is enabled
138
138
  */
139
139
  enabled: boolean;
140
140
  };
@@ -184,7 +184,7 @@ export type ProjectListItemResponsePackagesConfig = {
184
184
  */
185
185
  cloudformation?: ProjectListItemResponseCloudformation | null | undefined;
186
186
  /**
187
- * Agent image package configuration. Required when Helm is enabled. If null, agent image packages will not be generated.
187
+ * Operator image package configuration. Required when Helm is enabled. If null, Operator image packages will not be generated.
188
188
  */
189
189
  agentImage?: ProjectListItemResponseAgentImage | null | undefined;
190
190
  /**
@@ -6810,6 +6810,17 @@ export type SyncAcquireResponseMonitoring = {
6810
6810
  * Example: "https://api.axiom.co/v1/metrics"
6811
6811
  */
6812
6812
  metricsEndpoint?: string | null | undefined;
6813
+ /**
6814
+ * Resource attributes attached to every OTLP signal emitted for this deployment.
6815
+ *
6816
+ * @remarks
6817
+ *
6818
+ * Platform managers use this for stable identity such as `alien.workspace_id`,
6819
+ * `alien.project_id`, `alien.deployment_group_id`, and `alien.deployment_id`.
6820
+ * Runtime-specific resource attributes such as `service.name` remain owned by
6821
+ * the runtime/exporter.
6822
+ */
6823
+ resourceAttributes?: { [k: string]: string } | undefined;
6813
6824
  };
6814
6825
 
6815
6826
  export type SyncAcquireResponseMonitoringUnion =
@@ -6840,6 +6851,7 @@ export type SyncAcquireResponseStackSettingsAwsUnion =
6840
6851
 
6841
6852
  export type SyncAcquireResponseAzureStackSettings = {
6842
6853
  keyVaultCertificateId: string;
6854
+ keyVaultResourceId?: string | null | undefined;
6843
6855
  };
6844
6856
 
6845
6857
  export type SyncAcquireResponseStackSettingsAzureUnion =
@@ -7652,6 +7664,10 @@ export type SyncAcquireResponseTypeByoVnetAzure = ClosedEnum<
7652
7664
  >;
7653
7665
 
7654
7666
  export type SyncAcquireResponseNetworkByoVnetAzure = {
7667
+ /**
7668
+ * Name of the dedicated classic Application Gateway subnet within the VNet.
7669
+ */
7670
+ applicationGatewaySubnetName?: string | null | undefined;
7655
7671
  /**
7656
7672
  * Name of the private subnet within the VNet
7657
7673
  */
@@ -19517,6 +19533,7 @@ export const SyncAcquireResponseMonitoring$inboundSchema: z.ZodType<
19517
19533
  logsEndpoint: z.string(),
19518
19534
  metricsAuthHeader: z.nullable(z.string()).optional(),
19519
19535
  metricsEndpoint: z.nullable(z.string()).optional(),
19536
+ resourceAttributes: z.record(z.string(), z.string()).optional(),
19520
19537
  });
19521
19538
 
19522
19539
  export function syncAcquireResponseMonitoringFromJSON(
@@ -19604,6 +19621,7 @@ export const SyncAcquireResponseAzureStackSettings$inboundSchema: z.ZodType<
19604
19621
  unknown
19605
19622
  > = z.object({
19606
19623
  keyVaultCertificateId: z.string(),
19624
+ keyVaultResourceId: z.nullable(z.string()).optional(),
19607
19625
  });
19608
19626
 
19609
19627
  export function syncAcquireResponseAzureStackSettingsFromJSON(
@@ -21031,12 +21049,14 @@ export const SyncAcquireResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
21031
21049
  SyncAcquireResponseNetworkByoVnetAzure,
21032
21050
  unknown
21033
21051
  > = z.object({
21052
+ application_gateway_subnet_name: z.nullable(z.string()).optional(),
21034
21053
  private_subnet_name: z.string(),
21035
21054
  public_subnet_name: z.string(),
21036
21055
  type: SyncAcquireResponseTypeByoVnetAzure$inboundSchema,
21037
21056
  vnet_resource_id: z.string(),
21038
21057
  }).transform((v) => {
21039
21058
  return remap$(v, {
21059
+ "application_gateway_subnet_name": "applicationGatewaySubnetName",
21040
21060
  "private_subnet_name": "privateSubnetName",
21041
21061
  "public_subnet_name": "publicSubnetName",
21042
21062
  "vnet_resource_id": "vnetResourceId",
@@ -210,6 +210,7 @@ export type SyncListResponseAwsUnion = SyncListResponseAws | any;
210
210
 
211
211
  export type SyncListResponseAzureStackSettings = {
212
212
  keyVaultCertificateId: string;
213
+ keyVaultResourceId?: string | null | undefined;
213
214
  };
214
215
 
215
216
  export type SyncListResponseAzureUnion =
@@ -1014,6 +1015,10 @@ export type SyncListResponseTypeByoVnetAzure = ClosedEnum<
1014
1015
  >;
1015
1016
 
1016
1017
  export type SyncListResponseNetworkByoVnetAzure = {
1018
+ /**
1019
+ * Name of the dedicated classic Application Gateway subnet within the VNet.
1020
+ */
1021
+ applicationGatewaySubnetName?: string | null | undefined;
1017
1022
  /**
1018
1023
  * Name of the private subnet within the VNet
1019
1024
  */
@@ -3320,6 +3325,7 @@ export const SyncListResponseAzureStackSettings$inboundSchema: z.ZodType<
3320
3325
  unknown
3321
3326
  > = z.object({
3322
3327
  keyVaultCertificateId: z.string(),
3328
+ keyVaultResourceId: z.nullable(z.string()).optional(),
3323
3329
  });
3324
3330
 
3325
3331
  export function syncListResponseAzureStackSettingsFromJSON(
@@ -4684,12 +4690,14 @@ export const SyncListResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
4684
4690
  SyncListResponseNetworkByoVnetAzure,
4685
4691
  unknown
4686
4692
  > = z.object({
4693
+ application_gateway_subnet_name: z.nullable(z.string()).optional(),
4687
4694
  private_subnet_name: z.string(),
4688
4695
  public_subnet_name: z.string(),
4689
4696
  type: SyncListResponseTypeByoVnetAzure$inboundSchema,
4690
4697
  vnet_resource_id: z.string(),
4691
4698
  }).transform((v) => {
4692
4699
  return remap$(v, {
4700
+ "application_gateway_subnet_name": "applicationGatewaySubnetName",
4693
4701
  "private_subnet_name": "privateSubnetName",
4694
4702
  "public_subnet_name": "publicSubnetName",
4695
4703
  "vnet_resource_id": "vnetResourceId",
@@ -5881,6 +5881,7 @@ export type HeartbeatStatus42 = {
5881
5881
  };
5882
5882
 
5883
5883
  export type DataAzureVnet = {
5884
+ applicationGatewaySubnetName?: string | null | undefined;
5884
5885
  cidrBlock?: string | null | undefined;
5885
5886
  isByoVnet: boolean;
5886
5887
  lastByoVnetVerificationErrorCode?: string | null | undefined;
@@ -21923,6 +21924,7 @@ export function heartbeatStatus42ToJSON(
21923
21924
 
21924
21925
  /** @internal */
21925
21926
  export type DataAzureVnet$Outbound = {
21927
+ applicationGatewaySubnetName?: string | null | undefined;
21926
21928
  cidrBlock?: string | null | undefined;
21927
21929
  isByoVnet: boolean;
21928
21930
  lastByoVnetVerificationErrorCode?: string | null | undefined;
@@ -21944,6 +21946,7 @@ export const DataAzureVnet$outboundSchema: z.ZodType<
21944
21946
  DataAzureVnet$Outbound,
21945
21947
  DataAzureVnet
21946
21948
  > = z.object({
21949
+ applicationGatewaySubnetName: z.nullable(z.string()).optional(),
21947
21950
  cidrBlock: z.nullable(z.string()).optional(),
21948
21951
  isByoVnet: z.boolean(),
21949
21952
  lastByoVnetVerificationErrorCode: z.nullable(z.string()).optional(),
@@ -6846,6 +6846,17 @@ export type SyncReconcileResponseMonitoring = {
6846
6846
  * Example: "https://api.axiom.co/v1/metrics"
6847
6847
  */
6848
6848
  metricsEndpoint?: string | null | undefined;
6849
+ /**
6850
+ * Resource attributes attached to every OTLP signal emitted for this deployment.
6851
+ *
6852
+ * @remarks
6853
+ *
6854
+ * Platform managers use this for stable identity such as `alien.workspace_id`,
6855
+ * `alien.project_id`, `alien.deployment_group_id`, and `alien.deployment_id`.
6856
+ * Runtime-specific resource attributes such as `service.name` remain owned by
6857
+ * the runtime/exporter.
6858
+ */
6859
+ resourceAttributes?: { [k: string]: string } | undefined;
6849
6860
  };
6850
6861
 
6851
6862
  export type SyncReconcileResponseMonitoringUnion =
@@ -6876,6 +6887,7 @@ export type SyncReconcileResponseStackSettingsAwsUnion =
6876
6887
 
6877
6888
  export type AzureTargetStackSettings = {
6878
6889
  keyVaultCertificateId: string;
6890
+ keyVaultResourceId?: string | null | undefined;
6879
6891
  };
6880
6892
 
6881
6893
  export type TargetStackSettingsAzureUnion = AzureTargetStackSettings | any;
@@ -7696,6 +7708,10 @@ export type SyncReconcileResponseTypeByoVnetAzure = ClosedEnum<
7696
7708
  >;
7697
7709
 
7698
7710
  export type SyncReconcileResponseNetworkByoVnetAzure = {
7711
+ /**
7712
+ * Name of the dedicated classic Application Gateway subnet within the VNet.
7713
+ */
7714
+ applicationGatewaySubnetName?: string | null | undefined;
7699
7715
  /**
7700
7716
  * Name of the private subnet within the VNet
7701
7717
  */
@@ -21024,6 +21040,7 @@ export const SyncReconcileResponseMonitoring$inboundSchema: z.ZodType<
21024
21040
  logsEndpoint: z.string(),
21025
21041
  metricsAuthHeader: z.nullable(z.string()).optional(),
21026
21042
  metricsEndpoint: z.nullable(z.string()).optional(),
21043
+ resourceAttributes: z.record(z.string(), z.string()).optional(),
21027
21044
  });
21028
21045
 
21029
21046
  export function syncReconcileResponseMonitoringFromJSON(
@@ -21109,6 +21126,7 @@ export const AzureTargetStackSettings$inboundSchema: z.ZodType<
21109
21126
  unknown
21110
21127
  > = z.object({
21111
21128
  keyVaultCertificateId: z.string(),
21129
+ keyVaultResourceId: z.nullable(z.string()).optional(),
21112
21130
  });
21113
21131
 
21114
21132
  export function azureTargetStackSettingsFromJSON(
@@ -22559,12 +22577,14 @@ export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
22559
22577
  SyncReconcileResponseNetworkByoVnetAzure,
22560
22578
  unknown
22561
22579
  > = z.object({
22580
+ application_gateway_subnet_name: z.nullable(z.string()).optional(),
22562
22581
  private_subnet_name: z.string(),
22563
22582
  public_subnet_name: z.string(),
22564
22583
  type: SyncReconcileResponseTypeByoVnetAzure$inboundSchema,
22565
22584
  vnet_resource_id: z.string(),
22566
22585
  }).transform((v) => {
22567
22586
  return remap$(v, {
22587
+ "application_gateway_subnet_name": "applicationGatewaySubnetName",
22568
22588
  "private_subnet_name": "privateSubnetName",
22569
22589
  "public_subnet_name": "publicSubnetName",
22570
22590
  "vnet_resource_id": "vnetResourceId",
@@ -0,0 +1,33 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+
7
+ export type UpdateManagerDomainBinding = {
8
+ /**
9
+ * Unique identifier for the domain.
10
+ */
11
+ domainId?: string | null | undefined;
12
+ };
13
+
14
+ /** @internal */
15
+ export type UpdateManagerDomainBinding$Outbound = {
16
+ domainId?: string | null | undefined;
17
+ };
18
+
19
+ /** @internal */
20
+ export const UpdateManagerDomainBinding$outboundSchema: z.ZodType<
21
+ UpdateManagerDomainBinding$Outbound,
22
+ UpdateManagerDomainBinding
23
+ > = z.object({
24
+ domainId: z.nullable(z.string()).optional(),
25
+ });
26
+
27
+ export function updateManagerDomainBindingToJSON(
28
+ updateManagerDomainBinding: UpdateManagerDomainBinding,
29
+ ): string {
30
+ return JSON.stringify(
31
+ UpdateManagerDomainBinding$outboundSchema.parse(updateManagerDomainBinding),
32
+ );
33
+ }
@@ -113,7 +113,7 @@ export type UpdateProjectCloudformation = {
113
113
  };
114
114
 
115
115
  /**
116
- * Agent image package configuration. Required when Helm is enabled. If null, agent image packages will not be generated.
116
+ * Operator image package configuration. Required when Helm is enabled. If null, Operator image packages will not be generated.
117
117
  */
118
118
  export type UpdateProjectAgentImage = {
119
119
  /**
@@ -121,11 +121,11 @@ export type UpdateProjectAgentImage = {
121
121
  */
122
122
  displayName: string;
123
123
  /**
124
- * Binary name (e.g., "acme-agent")
124
+ * Image name (e.g., "acme-operator")
125
125
  */
126
126
  name: string;
127
127
  /**
128
- * Whether agent image package generation is enabled
128
+ * Whether Operator image package generation is enabled
129
129
  */
130
130
  enabled: boolean;
131
131
  };
@@ -175,7 +175,7 @@ export type UpdateProjectPackagesConfig = {
175
175
  */
176
176
  cloudformation?: UpdateProjectCloudformation | null | undefined;
177
177
  /**
178
- * Agent image package configuration. Required when Helm is enabled. If null, agent image packages will not be generated.
178
+ * Operator image package configuration. Required when Helm is enabled. If null, Operator image packages will not be generated.
179
179
  */
180
180
  agentImage?: UpdateProjectAgentImage | null | undefined;
181
181
  /**