@vercel/sdk 1.7.4 → 1.7.6
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/README.md +6 -6
- package/bin/mcp-server.js +590 -349
- package/bin/mcp-server.js.map +37 -37
- package/docs/sdks/accessgroups/README.md +16 -0
- package/docs/sdks/artifacts/README.md +6 -6
- package/docs/sdks/authentication/README.md +1 -1
- package/docs/sdks/deployments/README.md +8 -14
- package/docs/sdks/dns/README.md +12 -26
- package/docs/sdks/domains/README.md +2 -2
- package/docs/sdks/edgeconfig/README.md +10 -2
- package/docs/sdks/marketplace/README.md +77 -97
- package/docs/sdks/security/README.md +4 -10
- package/docs/sdks/teams/README.md +8 -0
- package/docs/sdks/vercel/README.md +2 -2
- package/docs/sdks/webhooks/README.md +12 -4
- package/esm/__tests__/deployments.test.js +1 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +1 -1
- package/esm/funcs/authenticationExchangeSsoToken.js +1 -1
- package/esm/funcs/certsGetCertById.js +1 -1
- package/esm/funcs/certsIssueCert.js +1 -1
- package/esm/funcs/certsRemoveCert.js +1 -1
- package/esm/funcs/certsUploadCert.js +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +2 -2
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +4 -3
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.js +3 -2
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsRequestPromote.js +0 -1
- package/esm/funcs/projectsRequestPromote.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/cli/start/impl.js +2 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +1 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +1 -2
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js +1 -1
- package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/models/authuser.d.ts +0 -93
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -64
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/authuserlimited.d.ts +0 -34
- package/esm/models/authuserlimited.d.ts.map +1 -1
- package/esm/models/authuserlimited.js +0 -23
- package/esm/models/authuserlimited.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +10 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +4 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +38 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +16 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +123 -11
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +111 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getdeploymentfilecontentsop.d.ts +0 -31
- package/esm/models/getdeploymentfilecontentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentfilecontentsop.js +0 -25
- package/esm/models/getdeploymentfilecontentsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +10 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +4 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +114 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +108 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +9 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +2 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/issuecertop.d.ts +2 -2
- package/esm/models/issuecertop.d.ts.map +1 -1
- package/esm/models/issuecertop.js +2 -2
- package/esm/models/issuecertop.js.map +1 -1
- package/esm/models/removeprojectdomainop.d.ts +30 -0
- package/esm/models/removeprojectdomainop.d.ts.map +1 -1
- package/esm/models/removeprojectdomainop.js +38 -0
- package/esm/models/removeprojectdomainop.js.map +1 -1
- package/esm/models/requestpromoteop.d.ts +0 -5
- package/esm/models/requestpromoteop.d.ts.map +1 -1
- package/esm/models/requestpromoteop.js +0 -2
- package/esm/models/requestpromoteop.js.map +1 -1
- package/esm/models/teamlimited.d.ts +13 -13
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +6 -6
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +114 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +108 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +123 -11
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +111 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +10 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.js +2 -0
- package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +9 -0
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +2 -0
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/uploadcertop.d.ts +2 -2
- package/esm/models/uploadcertop.d.ts.map +1 -1
- package/esm/models/uploadcertop.js +2 -2
- package/esm/models/uploadcertop.js.map +1 -1
- package/esm/models/userevent.d.ts +391 -280
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +450 -342
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/authentication.d.ts +1 -1
- package/esm/sdk/authentication.js +1 -1
- package/esm/sdk/deployments.d.ts +2 -2
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +1 -1
- package/esm/sdk/marketplace.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -2
- package/src/funcs/authenticationExchangeSsoToken.ts +1 -1
- package/src/funcs/certsGetCertById.ts +1 -1
- package/src/funcs/certsIssueCert.ts +1 -1
- package/src/funcs/certsRemoveCert.ts +1 -1
- package/src/funcs/certsUploadCert.ts +1 -1
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +6 -7
- package/src/funcs/marketplaceExchangeSsoToken.ts +1 -1
- package/src/funcs/projectsRemoveProjectDomain.ts +3 -2
- package/src/funcs/projectsRequestPromote.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/impl.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +1 -1
- package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +1 -3
- package/src/mcp-server/tools/marketplaceExchangeSsoToken.ts +1 -1
- package/src/models/authuser.ts +0 -145
- package/src/models/authuserlimited.ts +0 -40
- package/src/models/canceldeploymentop.ts +14 -0
- package/src/models/createdeploymentop.ts +30 -16
- package/src/models/createprojectop.ts +246 -7
- package/src/models/getdeploymentfilecontentsop.ts +0 -69
- package/src/models/getdeploymentop.ts +14 -0
- package/src/models/getprojectsop.ts +237 -4
- package/src/models/importresourceop.ts +7 -0
- package/src/models/issuecertop.ts +4 -4
- package/src/models/removeprojectdomainop.ts +78 -0
- package/src/models/requestpromoteop.ts +0 -7
- package/src/models/teamlimited.ts +13 -13
- package/src/models/updateprojectdatacacheop.ts +260 -4
- package/src/models/updateprojectop.ts +246 -7
- package/src/models/updateresourcesecretsbyidop.ts +8 -1
- package/src/models/updateresourcesecretsop.ts +7 -0
- package/src/models/uploadcertop.ts +4 -4
- package/src/models/userevent.ts +837 -624
- package/src/sdk/authentication.ts +1 -1
- package/src/sdk/deployments.ts +2 -5
- package/src/sdk/marketplace.ts +1 -1
- package/vercel-spec.json +508 -163
|
@@ -139,7 +139,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
|
|
|
139
139
|
/**
|
|
140
140
|
* The payload of the event, if requested.
|
|
141
141
|
*/
|
|
142
|
-
export type
|
|
142
|
+
export type OneHundredAndFiftyOne = {
|
|
143
143
|
grantType: GrantType;
|
|
144
144
|
appName: string;
|
|
145
145
|
/**
|
|
@@ -153,11 +153,11 @@ export type OneHundredAndFifty = {
|
|
|
153
153
|
scope: string;
|
|
154
154
|
authMethod: AuthMethod;
|
|
155
155
|
};
|
|
156
|
-
export type
|
|
156
|
+
export type UserEventPayload150Team = {
|
|
157
157
|
id: string;
|
|
158
158
|
name: string;
|
|
159
159
|
};
|
|
160
|
-
export type
|
|
160
|
+
export type UserEventPayload150Configuration = {
|
|
161
161
|
id: string;
|
|
162
162
|
name?: string | undefined;
|
|
163
163
|
};
|
|
@@ -168,17 +168,17 @@ export type UserEventPayloadPeering = {
|
|
|
168
168
|
/**
|
|
169
169
|
* The payload of the event, if requested.
|
|
170
170
|
*/
|
|
171
|
-
export type
|
|
172
|
-
team:
|
|
173
|
-
configuration:
|
|
171
|
+
export type OneHundredAndFifty = {
|
|
172
|
+
team: UserEventPayload150Team;
|
|
173
|
+
configuration: UserEventPayload150Configuration;
|
|
174
174
|
peering: UserEventPayloadPeering;
|
|
175
175
|
newName?: string | undefined;
|
|
176
176
|
};
|
|
177
|
-
export type
|
|
177
|
+
export type UserEventPayload149Team = {
|
|
178
178
|
id: string;
|
|
179
179
|
name: string;
|
|
180
180
|
};
|
|
181
|
-
export type
|
|
181
|
+
export type UserEventPayload149Configuration = {
|
|
182
182
|
id: string;
|
|
183
183
|
name?: string | undefined;
|
|
184
184
|
};
|
|
@@ -189,16 +189,16 @@ export type PayloadPeering = {
|
|
|
189
189
|
/**
|
|
190
190
|
* The payload of the event, if requested.
|
|
191
191
|
*/
|
|
192
|
-
export type
|
|
193
|
-
team:
|
|
194
|
-
configuration:
|
|
192
|
+
export type OneHundredAndFortyNine = {
|
|
193
|
+
team: UserEventPayload149Team;
|
|
194
|
+
configuration: UserEventPayload149Configuration;
|
|
195
195
|
peering: PayloadPeering;
|
|
196
196
|
};
|
|
197
|
-
export type
|
|
197
|
+
export type UserEventPayload148Team = {
|
|
198
198
|
id: string;
|
|
199
199
|
name: string;
|
|
200
200
|
};
|
|
201
|
-
export type
|
|
201
|
+
export type UserEventPayload148Configuration = {
|
|
202
202
|
id: string;
|
|
203
203
|
name?: string | undefined;
|
|
204
204
|
};
|
|
@@ -211,35 +211,35 @@ export type Peering = {
|
|
|
211
211
|
/**
|
|
212
212
|
* The payload of the event, if requested.
|
|
213
213
|
*/
|
|
214
|
-
export type
|
|
215
|
-
team:
|
|
216
|
-
configuration:
|
|
214
|
+
export type OneHundredAndFortyEight = {
|
|
215
|
+
team: UserEventPayload148Team;
|
|
216
|
+
configuration: UserEventPayload148Configuration;
|
|
217
217
|
peering: Peering;
|
|
218
218
|
};
|
|
219
219
|
/**
|
|
220
220
|
* The payload of the event, if requested.
|
|
221
221
|
*/
|
|
222
|
-
export type
|
|
222
|
+
export type OneHundredAndFortySeven = {
|
|
223
223
|
appName: string;
|
|
224
224
|
};
|
|
225
225
|
/**
|
|
226
226
|
* The payload of the event, if requested.
|
|
227
227
|
*/
|
|
228
|
-
export type
|
|
228
|
+
export type OneHundredAndFortySix = {
|
|
229
229
|
appName: string;
|
|
230
230
|
nextScopes: Array<string>;
|
|
231
231
|
};
|
|
232
232
|
/**
|
|
233
233
|
* The payload of the event, if requested.
|
|
234
234
|
*/
|
|
235
|
-
export type
|
|
235
|
+
export type OneHundredAndFortyFive = {
|
|
236
236
|
appName: string;
|
|
237
237
|
scopes: Array<string>;
|
|
238
238
|
};
|
|
239
239
|
/**
|
|
240
240
|
* The payload of the event, if requested.
|
|
241
241
|
*/
|
|
242
|
-
export type
|
|
242
|
+
export type OneHundredAndFortyFour = {
|
|
243
243
|
oldName: string;
|
|
244
244
|
newName: string;
|
|
245
245
|
};
|
|
@@ -251,7 +251,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
251
251
|
/**
|
|
252
252
|
* The payload of the event, if requested.
|
|
253
253
|
*/
|
|
254
|
-
export type
|
|
254
|
+
export type OneHundredAndFortyThree = {
|
|
255
255
|
tier: Tier;
|
|
256
256
|
};
|
|
257
257
|
export type ProjectWebAnalytics = {
|
|
@@ -271,7 +271,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
271
271
|
/**
|
|
272
272
|
* The payload of the event, if requested.
|
|
273
273
|
*/
|
|
274
|
-
export type
|
|
274
|
+
export type OneHundredAndFortyTwo = {
|
|
275
275
|
projectId: string;
|
|
276
276
|
projectName: string;
|
|
277
277
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -309,7 +309,7 @@ export type Microfrontends1 = {
|
|
|
309
309
|
routeObservabilityToThisProject?: boolean | undefined;
|
|
310
310
|
};
|
|
311
311
|
export type Microfrontends = Microfrontends2 | Microfrontends1;
|
|
312
|
-
export type
|
|
312
|
+
export type UserEventPayload141Project = {
|
|
313
313
|
id: string;
|
|
314
314
|
name: string;
|
|
315
315
|
microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
|
|
@@ -346,11 +346,11 @@ export type UserEventMicrofrontends1 = {
|
|
|
346
346
|
routeObservabilityToThisProject?: boolean | undefined;
|
|
347
347
|
};
|
|
348
348
|
export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
|
|
349
|
-
export type
|
|
349
|
+
export type UserEventPayload141PrevProject = {
|
|
350
350
|
microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
|
|
351
351
|
};
|
|
352
352
|
export type PayloadPrev = {
|
|
353
|
-
project:
|
|
353
|
+
project: UserEventPayload141PrevProject;
|
|
354
354
|
};
|
|
355
355
|
export type PayloadGroup = {
|
|
356
356
|
id: string;
|
|
@@ -360,12 +360,12 @@ export type PayloadGroup = {
|
|
|
360
360
|
/**
|
|
361
361
|
* The payload of the event, if requested.
|
|
362
362
|
*/
|
|
363
|
-
export type
|
|
364
|
-
project:
|
|
363
|
+
export type OneHundredAndFortyOne = {
|
|
364
|
+
project: UserEventPayload141Project;
|
|
365
365
|
prev: PayloadPrev;
|
|
366
366
|
group: PayloadGroup;
|
|
367
367
|
};
|
|
368
|
-
export type
|
|
368
|
+
export type UserEventPayload140Project = {
|
|
369
369
|
id: string;
|
|
370
370
|
name: string;
|
|
371
371
|
};
|
|
@@ -377,8 +377,8 @@ export type Group = {
|
|
|
377
377
|
/**
|
|
378
378
|
* The payload of the event, if requested.
|
|
379
379
|
*/
|
|
380
|
-
export type
|
|
381
|
-
project:
|
|
380
|
+
export type OneHundredAndForty = {
|
|
381
|
+
project: UserEventPayload140Project;
|
|
382
382
|
group: Group;
|
|
383
383
|
};
|
|
384
384
|
export type Prev = {
|
|
@@ -388,7 +388,7 @@ export type Prev = {
|
|
|
388
388
|
/**
|
|
389
389
|
* The payload of the event, if requested.
|
|
390
390
|
*/
|
|
391
|
-
export type
|
|
391
|
+
export type OneHundredAndThirtyNine = {
|
|
392
392
|
id: string;
|
|
393
393
|
slug: string;
|
|
394
394
|
name: string;
|
|
@@ -397,11 +397,22 @@ export type OneHundredAndThirtyEight = {
|
|
|
397
397
|
/**
|
|
398
398
|
* The payload of the event, if requested.
|
|
399
399
|
*/
|
|
400
|
-
export type
|
|
400
|
+
export type OneHundredAndThirtyEight = {
|
|
401
401
|
id: string;
|
|
402
402
|
slug: string;
|
|
403
403
|
name: string;
|
|
404
404
|
};
|
|
405
|
+
export declare const UserEventPayload137Action: {
|
|
406
|
+
readonly Enable: "enable";
|
|
407
|
+
readonly Disable: "disable";
|
|
408
|
+
};
|
|
409
|
+
export type UserEventPayload137Action = ClosedEnum<typeof UserEventPayload137Action>;
|
|
410
|
+
/**
|
|
411
|
+
* The payload of the event, if requested.
|
|
412
|
+
*/
|
|
413
|
+
export type OneHundredAndThirtySeven = {
|
|
414
|
+
action: UserEventPayload137Action;
|
|
415
|
+
};
|
|
405
416
|
/**
|
|
406
417
|
* The payload of the event, if requested.
|
|
407
418
|
*/
|
|
@@ -1143,11 +1154,16 @@ export declare const EnvId2: {
|
|
|
1143
1154
|
};
|
|
1144
1155
|
export type EnvId2 = ClosedEnum<typeof EnvId2>;
|
|
1145
1156
|
export type EnvId = string | EnvId2;
|
|
1157
|
+
export type Aws = {
|
|
1158
|
+
subnetIds: Array<string>;
|
|
1159
|
+
securityGroupId: string;
|
|
1160
|
+
};
|
|
1146
1161
|
export type OldConnectConfigurations = {
|
|
1147
1162
|
envId: string | EnvId2;
|
|
1148
1163
|
connectConfigurationId: string;
|
|
1149
1164
|
passive: boolean;
|
|
1150
1165
|
buildsEnabled: boolean;
|
|
1166
|
+
aws?: Aws | undefined;
|
|
1151
1167
|
createdAt: number;
|
|
1152
1168
|
updatedAt: number;
|
|
1153
1169
|
};
|
|
@@ -1157,11 +1173,16 @@ export declare const UserEventEnvId2: {
|
|
|
1157
1173
|
};
|
|
1158
1174
|
export type UserEventEnvId2 = ClosedEnum<typeof UserEventEnvId2>;
|
|
1159
1175
|
export type PayloadEnvId = string | UserEventEnvId2;
|
|
1176
|
+
export type PayloadAws = {
|
|
1177
|
+
subnetIds: Array<string>;
|
|
1178
|
+
securityGroupId: string;
|
|
1179
|
+
};
|
|
1160
1180
|
export type NewConnectConfigurations = {
|
|
1161
1181
|
envId: string | UserEventEnvId2;
|
|
1162
1182
|
connectConfigurationId: string;
|
|
1163
1183
|
passive: boolean;
|
|
1164
1184
|
buildsEnabled: boolean;
|
|
1185
|
+
aws?: PayloadAws | undefined;
|
|
1165
1186
|
createdAt: number;
|
|
1166
1187
|
updatedAt: number;
|
|
1167
1188
|
};
|
|
@@ -2508,14 +2529,14 @@ export type PayloadFeatureBlocks = {
|
|
|
2508
2529
|
postgres?: Postgres | undefined;
|
|
2509
2530
|
redis?: Redis | undefined;
|
|
2510
2531
|
};
|
|
2511
|
-
export declare const
|
|
2532
|
+
export declare const Version: {
|
|
2512
2533
|
readonly Northstar: "northstar";
|
|
2513
2534
|
};
|
|
2514
|
-
export type
|
|
2535
|
+
export type Version = ClosedEnum<typeof Version>;
|
|
2515
2536
|
/**
|
|
2516
2537
|
* An archive of information about the Northstar migration, derived from the old (deprecated) property, `northstarMigrationEvents`.
|
|
2517
2538
|
*/
|
|
2518
|
-
export type
|
|
2539
|
+
export type NorthstarMigration = {
|
|
2519
2540
|
/**
|
|
2520
2541
|
* The ID of the team we created for this user.
|
|
2521
2542
|
*/
|
|
@@ -2664,11 +2685,11 @@ export type NewOwner = {
|
|
|
2664
2685
|
*/
|
|
2665
2686
|
featureBlocks?: PayloadFeatureBlocks | undefined;
|
|
2666
2687
|
defaultTeamId?: string | undefined;
|
|
2667
|
-
version:
|
|
2688
|
+
version: Version;
|
|
2668
2689
|
/**
|
|
2669
2690
|
* An archive of information about the Northstar migration, derived from the old (deprecated) property, `northstarMigrationEvents`.
|
|
2670
2691
|
*/
|
|
2671
|
-
northstarMigration?:
|
|
2692
|
+
northstarMigration?: NorthstarMigration | undefined;
|
|
2672
2693
|
/**
|
|
2673
2694
|
* The salesforce opportunity ID that this user is linked to. This is used to automatically associate a team of the user's choosing with the opportunity.
|
|
2674
2695
|
*/
|
|
@@ -3669,7 +3690,7 @@ export type Payload2 = {
|
|
|
3669
3690
|
* The payload of the event, if requested.
|
|
3670
3691
|
*/
|
|
3671
3692
|
export type Payload1 = {};
|
|
3672
|
-
export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree |
|
|
3693
|
+
export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndThirtySeven | OneHundredAndFortyThree | OneHundredAndFortySeven | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndForty | OneHundredAndFortyFour | OneHundredAndFortyFive | OneHundredAndFortySix | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyEight | OneHundredAndFortyNine | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyNine | OneHundredAndFortyTwo | OneHundredAndFifty | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFiftyOne | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
|
|
3673
3694
|
/**
|
|
3674
3695
|
* Array of events generated by the User.
|
|
3675
3696
|
*/
|
|
@@ -3711,7 +3732,7 @@ export type UserEvent = {
|
|
|
3711
3732
|
* If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
|
|
3712
3733
|
*/
|
|
3713
3734
|
viaIds?: Array<string> | undefined;
|
|
3714
|
-
payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree |
|
|
3735
|
+
payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndThirtySeven | OneHundredAndFortyThree | OneHundredAndFortySeven | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndForty | OneHundredAndFortyFour | OneHundredAndFortyFive | OneHundredAndFortySix | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyEight | OneHundredAndFortyNine | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyNine | OneHundredAndFortyTwo | OneHundredAndFifty | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFiftyOne | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
|
|
3715
3736
|
};
|
|
3716
3737
|
/** @internal */
|
|
3717
3738
|
export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
|
|
@@ -4098,9 +4119,9 @@ export declare namespace AuthMethod$ {
|
|
|
4098
4119
|
}>;
|
|
4099
4120
|
}
|
|
4100
4121
|
/** @internal */
|
|
4101
|
-
export declare const
|
|
4122
|
+
export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
4102
4123
|
/** @internal */
|
|
4103
|
-
export type
|
|
4124
|
+
export type OneHundredAndFiftyOne$Outbound = {
|
|
4104
4125
|
grantType: string;
|
|
4105
4126
|
appName: string;
|
|
4106
4127
|
atTTL: number;
|
|
@@ -4109,6 +4130,100 @@ export type OneHundredAndFifty$Outbound = {
|
|
|
4109
4130
|
authMethod: string;
|
|
4110
4131
|
};
|
|
4111
4132
|
/** @internal */
|
|
4133
|
+
export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
4134
|
+
/**
|
|
4135
|
+
* @internal
|
|
4136
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4137
|
+
*/
|
|
4138
|
+
export declare namespace OneHundredAndFiftyOne$ {
|
|
4139
|
+
/** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
|
|
4140
|
+
const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
4141
|
+
/** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
|
|
4142
|
+
const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
4143
|
+
/** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
|
|
4144
|
+
type Outbound = OneHundredAndFiftyOne$Outbound;
|
|
4145
|
+
}
|
|
4146
|
+
export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
|
|
4147
|
+
export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
|
|
4148
|
+
/** @internal */
|
|
4149
|
+
export declare const UserEventPayload150Team$inboundSchema: z.ZodType<UserEventPayload150Team, z.ZodTypeDef, unknown>;
|
|
4150
|
+
/** @internal */
|
|
4151
|
+
export type UserEventPayload150Team$Outbound = {
|
|
4152
|
+
id: string;
|
|
4153
|
+
name: string;
|
|
4154
|
+
};
|
|
4155
|
+
/** @internal */
|
|
4156
|
+
export declare const UserEventPayload150Team$outboundSchema: z.ZodType<UserEventPayload150Team$Outbound, z.ZodTypeDef, UserEventPayload150Team>;
|
|
4157
|
+
/**
|
|
4158
|
+
* @internal
|
|
4159
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4160
|
+
*/
|
|
4161
|
+
export declare namespace UserEventPayload150Team$ {
|
|
4162
|
+
/** @deprecated use `UserEventPayload150Team$inboundSchema` instead. */
|
|
4163
|
+
const inboundSchema: z.ZodType<UserEventPayload150Team, z.ZodTypeDef, unknown>;
|
|
4164
|
+
/** @deprecated use `UserEventPayload150Team$outboundSchema` instead. */
|
|
4165
|
+
const outboundSchema: z.ZodType<UserEventPayload150Team$Outbound, z.ZodTypeDef, UserEventPayload150Team>;
|
|
4166
|
+
/** @deprecated use `UserEventPayload150Team$Outbound` instead. */
|
|
4167
|
+
type Outbound = UserEventPayload150Team$Outbound;
|
|
4168
|
+
}
|
|
4169
|
+
export declare function userEventPayload150TeamToJSON(userEventPayload150Team: UserEventPayload150Team): string;
|
|
4170
|
+
export declare function userEventPayload150TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Team, SDKValidationError>;
|
|
4171
|
+
/** @internal */
|
|
4172
|
+
export declare const UserEventPayload150Configuration$inboundSchema: z.ZodType<UserEventPayload150Configuration, z.ZodTypeDef, unknown>;
|
|
4173
|
+
/** @internal */
|
|
4174
|
+
export type UserEventPayload150Configuration$Outbound = {
|
|
4175
|
+
id: string;
|
|
4176
|
+
name?: string | undefined;
|
|
4177
|
+
};
|
|
4178
|
+
/** @internal */
|
|
4179
|
+
export declare const UserEventPayload150Configuration$outboundSchema: z.ZodType<UserEventPayload150Configuration$Outbound, z.ZodTypeDef, UserEventPayload150Configuration>;
|
|
4180
|
+
/**
|
|
4181
|
+
* @internal
|
|
4182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4183
|
+
*/
|
|
4184
|
+
export declare namespace UserEventPayload150Configuration$ {
|
|
4185
|
+
/** @deprecated use `UserEventPayload150Configuration$inboundSchema` instead. */
|
|
4186
|
+
const inboundSchema: z.ZodType<UserEventPayload150Configuration, z.ZodTypeDef, unknown>;
|
|
4187
|
+
/** @deprecated use `UserEventPayload150Configuration$outboundSchema` instead. */
|
|
4188
|
+
const outboundSchema: z.ZodType<UserEventPayload150Configuration$Outbound, z.ZodTypeDef, UserEventPayload150Configuration>;
|
|
4189
|
+
/** @deprecated use `UserEventPayload150Configuration$Outbound` instead. */
|
|
4190
|
+
type Outbound = UserEventPayload150Configuration$Outbound;
|
|
4191
|
+
}
|
|
4192
|
+
export declare function userEventPayload150ConfigurationToJSON(userEventPayload150Configuration: UserEventPayload150Configuration): string;
|
|
4193
|
+
export declare function userEventPayload150ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Configuration, SDKValidationError>;
|
|
4194
|
+
/** @internal */
|
|
4195
|
+
export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4196
|
+
/** @internal */
|
|
4197
|
+
export type UserEventPayloadPeering$Outbound = {
|
|
4198
|
+
id: string;
|
|
4199
|
+
name?: string | undefined;
|
|
4200
|
+
};
|
|
4201
|
+
/** @internal */
|
|
4202
|
+
export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4206
|
+
*/
|
|
4207
|
+
export declare namespace UserEventPayloadPeering$ {
|
|
4208
|
+
/** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
|
|
4209
|
+
const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4210
|
+
/** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
|
|
4211
|
+
const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
|
|
4212
|
+
/** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
|
|
4213
|
+
type Outbound = UserEventPayloadPeering$Outbound;
|
|
4214
|
+
}
|
|
4215
|
+
export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
|
|
4216
|
+
export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
|
|
4217
|
+
/** @internal */
|
|
4218
|
+
export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
|
|
4219
|
+
/** @internal */
|
|
4220
|
+
export type OneHundredAndFifty$Outbound = {
|
|
4221
|
+
team: UserEventPayload150Team$Outbound;
|
|
4222
|
+
configuration: UserEventPayload150Configuration$Outbound;
|
|
4223
|
+
peering: UserEventPayloadPeering$Outbound;
|
|
4224
|
+
newName?: string | undefined;
|
|
4225
|
+
};
|
|
4226
|
+
/** @internal */
|
|
4112
4227
|
export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
|
|
4113
4228
|
/**
|
|
4114
4229
|
* @internal
|
|
@@ -4171,36 +4286,35 @@ export declare namespace UserEventPayload149Configuration$ {
|
|
|
4171
4286
|
export declare function userEventPayload149ConfigurationToJSON(userEventPayload149Configuration: UserEventPayload149Configuration): string;
|
|
4172
4287
|
export declare function userEventPayload149ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Configuration, SDKValidationError>;
|
|
4173
4288
|
/** @internal */
|
|
4174
|
-
export declare const
|
|
4289
|
+
export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4175
4290
|
/** @internal */
|
|
4176
|
-
export type
|
|
4291
|
+
export type PayloadPeering$Outbound = {
|
|
4177
4292
|
id: string;
|
|
4178
4293
|
name?: string | undefined;
|
|
4179
4294
|
};
|
|
4180
4295
|
/** @internal */
|
|
4181
|
-
export declare const
|
|
4296
|
+
export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
|
|
4182
4297
|
/**
|
|
4183
4298
|
* @internal
|
|
4184
4299
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4185
4300
|
*/
|
|
4186
|
-
export declare namespace
|
|
4187
|
-
/** @deprecated use `
|
|
4188
|
-
const inboundSchema: z.ZodType<
|
|
4189
|
-
/** @deprecated use `
|
|
4190
|
-
const outboundSchema: z.ZodType<
|
|
4191
|
-
/** @deprecated use `
|
|
4192
|
-
type Outbound =
|
|
4301
|
+
export declare namespace PayloadPeering$ {
|
|
4302
|
+
/** @deprecated use `PayloadPeering$inboundSchema` instead. */
|
|
4303
|
+
const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4304
|
+
/** @deprecated use `PayloadPeering$outboundSchema` instead. */
|
|
4305
|
+
const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
|
|
4306
|
+
/** @deprecated use `PayloadPeering$Outbound` instead. */
|
|
4307
|
+
type Outbound = PayloadPeering$Outbound;
|
|
4193
4308
|
}
|
|
4194
|
-
export declare function
|
|
4195
|
-
export declare function
|
|
4309
|
+
export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
|
|
4310
|
+
export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
|
|
4196
4311
|
/** @internal */
|
|
4197
4312
|
export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
|
|
4198
4313
|
/** @internal */
|
|
4199
4314
|
export type OneHundredAndFortyNine$Outbound = {
|
|
4200
4315
|
team: UserEventPayload149Team$Outbound;
|
|
4201
4316
|
configuration: UserEventPayload149Configuration$Outbound;
|
|
4202
|
-
peering:
|
|
4203
|
-
newName?: string | undefined;
|
|
4317
|
+
peering: PayloadPeering$Outbound;
|
|
4204
4318
|
};
|
|
4205
4319
|
/** @internal */
|
|
4206
4320
|
export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
|
|
@@ -4265,35 +4379,37 @@ export declare namespace UserEventPayload148Configuration$ {
|
|
|
4265
4379
|
export declare function userEventPayload148ConfigurationToJSON(userEventPayload148Configuration: UserEventPayload148Configuration): string;
|
|
4266
4380
|
export declare function userEventPayload148ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Configuration, SDKValidationError>;
|
|
4267
4381
|
/** @internal */
|
|
4268
|
-
export declare const
|
|
4382
|
+
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4269
4383
|
/** @internal */
|
|
4270
|
-
export type
|
|
4384
|
+
export type Peering$Outbound = {
|
|
4271
4385
|
id: string;
|
|
4272
|
-
|
|
4386
|
+
accountId: string;
|
|
4387
|
+
region: string;
|
|
4388
|
+
vpcId: string;
|
|
4273
4389
|
};
|
|
4274
4390
|
/** @internal */
|
|
4275
|
-
export declare const
|
|
4391
|
+
export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4276
4392
|
/**
|
|
4277
4393
|
* @internal
|
|
4278
4394
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4279
4395
|
*/
|
|
4280
|
-
export declare namespace
|
|
4281
|
-
/** @deprecated use `
|
|
4282
|
-
const inboundSchema: z.ZodType<
|
|
4283
|
-
/** @deprecated use `
|
|
4284
|
-
const outboundSchema: z.ZodType<
|
|
4285
|
-
/** @deprecated use `
|
|
4286
|
-
type Outbound =
|
|
4396
|
+
export declare namespace Peering$ {
|
|
4397
|
+
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
4398
|
+
const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4399
|
+
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
4400
|
+
const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4401
|
+
/** @deprecated use `Peering$Outbound` instead. */
|
|
4402
|
+
type Outbound = Peering$Outbound;
|
|
4287
4403
|
}
|
|
4288
|
-
export declare function
|
|
4289
|
-
export declare function
|
|
4404
|
+
export declare function peeringToJSON(peering: Peering): string;
|
|
4405
|
+
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4290
4406
|
/** @internal */
|
|
4291
4407
|
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
4292
4408
|
/** @internal */
|
|
4293
4409
|
export type OneHundredAndFortyEight$Outbound = {
|
|
4294
4410
|
team: UserEventPayload148Team$Outbound;
|
|
4295
4411
|
configuration: UserEventPayload148Configuration$Outbound;
|
|
4296
|
-
peering:
|
|
4412
|
+
peering: Peering$Outbound;
|
|
4297
4413
|
};
|
|
4298
4414
|
/** @internal */
|
|
4299
4415
|
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
@@ -4312,83 +4428,10 @@ export declare namespace OneHundredAndFortyEight$ {
|
|
|
4312
4428
|
export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
|
|
4313
4429
|
export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
|
|
4314
4430
|
/** @internal */
|
|
4315
|
-
export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
|
|
4316
|
-
/** @internal */
|
|
4317
|
-
export type UserEventPayload147Team$Outbound = {
|
|
4318
|
-
id: string;
|
|
4319
|
-
name: string;
|
|
4320
|
-
};
|
|
4321
|
-
/** @internal */
|
|
4322
|
-
export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
|
|
4323
|
-
/**
|
|
4324
|
-
* @internal
|
|
4325
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4326
|
-
*/
|
|
4327
|
-
export declare namespace UserEventPayload147Team$ {
|
|
4328
|
-
/** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
|
|
4329
|
-
const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
|
|
4330
|
-
/** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
|
|
4331
|
-
const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
|
|
4332
|
-
/** @deprecated use `UserEventPayload147Team$Outbound` instead. */
|
|
4333
|
-
type Outbound = UserEventPayload147Team$Outbound;
|
|
4334
|
-
}
|
|
4335
|
-
export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
|
|
4336
|
-
export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
|
|
4337
|
-
/** @internal */
|
|
4338
|
-
export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
|
|
4339
|
-
/** @internal */
|
|
4340
|
-
export type UserEventPayload147Configuration$Outbound = {
|
|
4341
|
-
id: string;
|
|
4342
|
-
name?: string | undefined;
|
|
4343
|
-
};
|
|
4344
|
-
/** @internal */
|
|
4345
|
-
export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
|
|
4346
|
-
/**
|
|
4347
|
-
* @internal
|
|
4348
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4349
|
-
*/
|
|
4350
|
-
export declare namespace UserEventPayload147Configuration$ {
|
|
4351
|
-
/** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
|
|
4352
|
-
const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
|
|
4353
|
-
/** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
|
|
4354
|
-
const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
|
|
4355
|
-
/** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
|
|
4356
|
-
type Outbound = UserEventPayload147Configuration$Outbound;
|
|
4357
|
-
}
|
|
4358
|
-
export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
|
|
4359
|
-
export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
|
|
4360
|
-
/** @internal */
|
|
4361
|
-
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4362
|
-
/** @internal */
|
|
4363
|
-
export type Peering$Outbound = {
|
|
4364
|
-
id: string;
|
|
4365
|
-
accountId: string;
|
|
4366
|
-
region: string;
|
|
4367
|
-
vpcId: string;
|
|
4368
|
-
};
|
|
4369
|
-
/** @internal */
|
|
4370
|
-
export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4371
|
-
/**
|
|
4372
|
-
* @internal
|
|
4373
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4374
|
-
*/
|
|
4375
|
-
export declare namespace Peering$ {
|
|
4376
|
-
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
4377
|
-
const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4378
|
-
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
4379
|
-
const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4380
|
-
/** @deprecated use `Peering$Outbound` instead. */
|
|
4381
|
-
type Outbound = Peering$Outbound;
|
|
4382
|
-
}
|
|
4383
|
-
export declare function peeringToJSON(peering: Peering): string;
|
|
4384
|
-
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4385
|
-
/** @internal */
|
|
4386
4431
|
export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
|
|
4387
4432
|
/** @internal */
|
|
4388
4433
|
export type OneHundredAndFortySeven$Outbound = {
|
|
4389
|
-
|
|
4390
|
-
configuration: UserEventPayload147Configuration$Outbound;
|
|
4391
|
-
peering: Peering$Outbound;
|
|
4434
|
+
appName: string;
|
|
4392
4435
|
};
|
|
4393
4436
|
/** @internal */
|
|
4394
4437
|
export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
|
|
@@ -4411,6 +4454,7 @@ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAn
|
|
|
4411
4454
|
/** @internal */
|
|
4412
4455
|
export type OneHundredAndFortySix$Outbound = {
|
|
4413
4456
|
appName: string;
|
|
4457
|
+
nextScopes: Array<string>;
|
|
4414
4458
|
};
|
|
4415
4459
|
/** @internal */
|
|
4416
4460
|
export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
|
|
@@ -4433,7 +4477,7 @@ export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredA
|
|
|
4433
4477
|
/** @internal */
|
|
4434
4478
|
export type OneHundredAndFortyFive$Outbound = {
|
|
4435
4479
|
appName: string;
|
|
4436
|
-
|
|
4480
|
+
scopes: Array<string>;
|
|
4437
4481
|
};
|
|
4438
4482
|
/** @internal */
|
|
4439
4483
|
export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
|
|
@@ -4455,8 +4499,8 @@ export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): Safe
|
|
|
4455
4499
|
export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
4456
4500
|
/** @internal */
|
|
4457
4501
|
export type OneHundredAndFortyFour$Outbound = {
|
|
4458
|
-
|
|
4459
|
-
|
|
4502
|
+
oldName: string;
|
|
4503
|
+
newName: string;
|
|
4460
4504
|
};
|
|
4461
4505
|
/** @internal */
|
|
4462
4506
|
export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
|
|
@@ -4475,29 +4519,6 @@ export declare namespace OneHundredAndFortyFour$ {
|
|
|
4475
4519
|
export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
|
|
4476
4520
|
export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
|
|
4477
4521
|
/** @internal */
|
|
4478
|
-
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4479
|
-
/** @internal */
|
|
4480
|
-
export type OneHundredAndFortyThree$Outbound = {
|
|
4481
|
-
oldName: string;
|
|
4482
|
-
newName: string;
|
|
4483
|
-
};
|
|
4484
|
-
/** @internal */
|
|
4485
|
-
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4486
|
-
/**
|
|
4487
|
-
* @internal
|
|
4488
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4489
|
-
*/
|
|
4490
|
-
export declare namespace OneHundredAndFortyThree$ {
|
|
4491
|
-
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
4492
|
-
const inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4493
|
-
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
4494
|
-
const outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4495
|
-
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
4496
|
-
type Outbound = OneHundredAndFortyThree$Outbound;
|
|
4497
|
-
}
|
|
4498
|
-
export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
|
|
4499
|
-
export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
|
|
4500
|
-
/** @internal */
|
|
4501
4522
|
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4502
4523
|
/** @internal */
|
|
4503
4524
|
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
@@ -4518,27 +4539,27 @@ export declare namespace Tier$ {
|
|
|
4518
4539
|
}>;
|
|
4519
4540
|
}
|
|
4520
4541
|
/** @internal */
|
|
4521
|
-
export declare const
|
|
4542
|
+
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4522
4543
|
/** @internal */
|
|
4523
|
-
export type
|
|
4544
|
+
export type OneHundredAndFortyThree$Outbound = {
|
|
4524
4545
|
tier: string;
|
|
4525
4546
|
};
|
|
4526
4547
|
/** @internal */
|
|
4527
|
-
export declare const
|
|
4548
|
+
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4528
4549
|
/**
|
|
4529
4550
|
* @internal
|
|
4530
4551
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4531
4552
|
*/
|
|
4532
|
-
export declare namespace
|
|
4533
|
-
/** @deprecated use `
|
|
4534
|
-
const inboundSchema: z.ZodType<
|
|
4535
|
-
/** @deprecated use `
|
|
4536
|
-
const outboundSchema: z.ZodType<
|
|
4537
|
-
/** @deprecated use `
|
|
4538
|
-
type Outbound =
|
|
4553
|
+
export declare namespace OneHundredAndFortyThree$ {
|
|
4554
|
+
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
4555
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4556
|
+
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
4557
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4558
|
+
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
4559
|
+
type Outbound = OneHundredAndFortyThree$Outbound;
|
|
4539
4560
|
}
|
|
4540
|
-
export declare function
|
|
4541
|
-
export declare function
|
|
4561
|
+
export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
|
|
4562
|
+
export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
|
|
4542
4563
|
/** @internal */
|
|
4543
4564
|
export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
|
|
4544
4565
|
/** @internal */
|
|
@@ -4592,30 +4613,30 @@ export declare namespace PrevProjectWebAnalytics$ {
|
|
|
4592
4613
|
export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
|
|
4593
4614
|
export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
|
|
4594
4615
|
/** @internal */
|
|
4595
|
-
export declare const
|
|
4616
|
+
export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
4596
4617
|
/** @internal */
|
|
4597
|
-
export type
|
|
4618
|
+
export type OneHundredAndFortyTwo$Outbound = {
|
|
4598
4619
|
projectId: string;
|
|
4599
4620
|
projectName: string;
|
|
4600
4621
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
4601
4622
|
prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
|
|
4602
4623
|
};
|
|
4603
4624
|
/** @internal */
|
|
4604
|
-
export declare const
|
|
4625
|
+
export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
4605
4626
|
/**
|
|
4606
4627
|
* @internal
|
|
4607
4628
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4608
4629
|
*/
|
|
4609
|
-
export declare namespace
|
|
4610
|
-
/** @deprecated use `
|
|
4611
|
-
const inboundSchema: z.ZodType<
|
|
4612
|
-
/** @deprecated use `
|
|
4613
|
-
const outboundSchema: z.ZodType<
|
|
4614
|
-
/** @deprecated use `
|
|
4615
|
-
type Outbound =
|
|
4630
|
+
export declare namespace OneHundredAndFortyTwo$ {
|
|
4631
|
+
/** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
|
|
4632
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
4633
|
+
/** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
|
|
4634
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
4635
|
+
/** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
|
|
4636
|
+
type Outbound = OneHundredAndFortyTwo$Outbound;
|
|
4616
4637
|
}
|
|
4617
|
-
export declare function
|
|
4618
|
-
export declare function
|
|
4638
|
+
export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
|
|
4639
|
+
export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
|
|
4619
4640
|
/** @internal */
|
|
4620
4641
|
export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
|
|
4621
4642
|
/** @internal */
|
|
@@ -4688,29 +4709,29 @@ export declare namespace Microfrontends$ {
|
|
|
4688
4709
|
export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
|
|
4689
4710
|
export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
|
|
4690
4711
|
/** @internal */
|
|
4691
|
-
export declare const
|
|
4712
|
+
export declare const UserEventPayload141Project$inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
|
|
4692
4713
|
/** @internal */
|
|
4693
|
-
export type
|
|
4714
|
+
export type UserEventPayload141Project$Outbound = {
|
|
4694
4715
|
id: string;
|
|
4695
4716
|
name: string;
|
|
4696
4717
|
microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
|
|
4697
4718
|
};
|
|
4698
4719
|
/** @internal */
|
|
4699
|
-
export declare const
|
|
4720
|
+
export declare const UserEventPayload141Project$outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
|
|
4700
4721
|
/**
|
|
4701
4722
|
* @internal
|
|
4702
4723
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4703
4724
|
*/
|
|
4704
|
-
export declare namespace
|
|
4705
|
-
/** @deprecated use `
|
|
4706
|
-
const inboundSchema: z.ZodType<
|
|
4707
|
-
/** @deprecated use `
|
|
4708
|
-
const outboundSchema: z.ZodType<
|
|
4709
|
-
/** @deprecated use `
|
|
4710
|
-
type Outbound =
|
|
4725
|
+
export declare namespace UserEventPayload141Project$ {
|
|
4726
|
+
/** @deprecated use `UserEventPayload141Project$inboundSchema` instead. */
|
|
4727
|
+
const inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
|
|
4728
|
+
/** @deprecated use `UserEventPayload141Project$outboundSchema` instead. */
|
|
4729
|
+
const outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
|
|
4730
|
+
/** @deprecated use `UserEventPayload141Project$Outbound` instead. */
|
|
4731
|
+
type Outbound = UserEventPayload141Project$Outbound;
|
|
4711
4732
|
}
|
|
4712
|
-
export declare function
|
|
4713
|
-
export declare function
|
|
4733
|
+
export declare function userEventPayload141ProjectToJSON(userEventPayload141Project: UserEventPayload141Project): string;
|
|
4734
|
+
export declare function userEventPayload141ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141Project, SDKValidationError>;
|
|
4714
4735
|
/** @internal */
|
|
4715
4736
|
export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
|
|
4716
4737
|
/** @internal */
|
|
@@ -4783,32 +4804,32 @@ export declare namespace PayloadMicrofrontends$ {
|
|
|
4783
4804
|
export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
|
|
4784
4805
|
export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
|
|
4785
4806
|
/** @internal */
|
|
4786
|
-
export declare const
|
|
4807
|
+
export declare const UserEventPayload141PrevProject$inboundSchema: z.ZodType<UserEventPayload141PrevProject, z.ZodTypeDef, unknown>;
|
|
4787
4808
|
/** @internal */
|
|
4788
|
-
export type
|
|
4809
|
+
export type UserEventPayload141PrevProject$Outbound = {
|
|
4789
4810
|
microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
|
|
4790
4811
|
};
|
|
4791
4812
|
/** @internal */
|
|
4792
|
-
export declare const
|
|
4813
|
+
export declare const UserEventPayload141PrevProject$outboundSchema: z.ZodType<UserEventPayload141PrevProject$Outbound, z.ZodTypeDef, UserEventPayload141PrevProject>;
|
|
4793
4814
|
/**
|
|
4794
4815
|
* @internal
|
|
4795
4816
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4796
4817
|
*/
|
|
4797
|
-
export declare namespace
|
|
4798
|
-
/** @deprecated use `
|
|
4799
|
-
const inboundSchema: z.ZodType<
|
|
4800
|
-
/** @deprecated use `
|
|
4801
|
-
const outboundSchema: z.ZodType<
|
|
4802
|
-
/** @deprecated use `
|
|
4803
|
-
type Outbound =
|
|
4818
|
+
export declare namespace UserEventPayload141PrevProject$ {
|
|
4819
|
+
/** @deprecated use `UserEventPayload141PrevProject$inboundSchema` instead. */
|
|
4820
|
+
const inboundSchema: z.ZodType<UserEventPayload141PrevProject, z.ZodTypeDef, unknown>;
|
|
4821
|
+
/** @deprecated use `UserEventPayload141PrevProject$outboundSchema` instead. */
|
|
4822
|
+
const outboundSchema: z.ZodType<UserEventPayload141PrevProject$Outbound, z.ZodTypeDef, UserEventPayload141PrevProject>;
|
|
4823
|
+
/** @deprecated use `UserEventPayload141PrevProject$Outbound` instead. */
|
|
4824
|
+
type Outbound = UserEventPayload141PrevProject$Outbound;
|
|
4804
4825
|
}
|
|
4805
|
-
export declare function
|
|
4806
|
-
export declare function
|
|
4826
|
+
export declare function userEventPayload141PrevProjectToJSON(userEventPayload141PrevProject: UserEventPayload141PrevProject): string;
|
|
4827
|
+
export declare function userEventPayload141PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141PrevProject, SDKValidationError>;
|
|
4807
4828
|
/** @internal */
|
|
4808
4829
|
export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
|
|
4809
4830
|
/** @internal */
|
|
4810
4831
|
export type PayloadPrev$Outbound = {
|
|
4811
|
-
project:
|
|
4832
|
+
project: UserEventPayload141PrevProject$Outbound;
|
|
4812
4833
|
};
|
|
4813
4834
|
/** @internal */
|
|
4814
4835
|
export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
|
|
@@ -4851,52 +4872,52 @@ export declare namespace PayloadGroup$ {
|
|
|
4851
4872
|
export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
|
|
4852
4873
|
export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
|
|
4853
4874
|
/** @internal */
|
|
4854
|
-
export declare const
|
|
4875
|
+
export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
|
|
4855
4876
|
/** @internal */
|
|
4856
|
-
export type
|
|
4857
|
-
project:
|
|
4877
|
+
export type OneHundredAndFortyOne$Outbound = {
|
|
4878
|
+
project: UserEventPayload141Project$Outbound;
|
|
4858
4879
|
prev: PayloadPrev$Outbound;
|
|
4859
4880
|
group: PayloadGroup$Outbound;
|
|
4860
4881
|
};
|
|
4861
4882
|
/** @internal */
|
|
4862
|
-
export declare const
|
|
4883
|
+
export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
4863
4884
|
/**
|
|
4864
4885
|
* @internal
|
|
4865
4886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4866
4887
|
*/
|
|
4867
|
-
export declare namespace
|
|
4868
|
-
/** @deprecated use `
|
|
4869
|
-
const inboundSchema: z.ZodType<
|
|
4870
|
-
/** @deprecated use `
|
|
4871
|
-
const outboundSchema: z.ZodType<
|
|
4872
|
-
/** @deprecated use `
|
|
4873
|
-
type Outbound =
|
|
4888
|
+
export declare namespace OneHundredAndFortyOne$ {
|
|
4889
|
+
/** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
|
|
4890
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
|
|
4891
|
+
/** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
|
|
4892
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
4893
|
+
/** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
|
|
4894
|
+
type Outbound = OneHundredAndFortyOne$Outbound;
|
|
4874
4895
|
}
|
|
4875
|
-
export declare function
|
|
4876
|
-
export declare function
|
|
4896
|
+
export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
|
|
4897
|
+
export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
|
|
4877
4898
|
/** @internal */
|
|
4878
|
-
export declare const
|
|
4899
|
+
export declare const UserEventPayload140Project$inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
|
|
4879
4900
|
/** @internal */
|
|
4880
|
-
export type
|
|
4901
|
+
export type UserEventPayload140Project$Outbound = {
|
|
4881
4902
|
id: string;
|
|
4882
4903
|
name: string;
|
|
4883
4904
|
};
|
|
4884
4905
|
/** @internal */
|
|
4885
|
-
export declare const
|
|
4906
|
+
export declare const UserEventPayload140Project$outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
|
|
4886
4907
|
/**
|
|
4887
4908
|
* @internal
|
|
4888
4909
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4889
4910
|
*/
|
|
4890
|
-
export declare namespace
|
|
4891
|
-
/** @deprecated use `
|
|
4892
|
-
const inboundSchema: z.ZodType<
|
|
4893
|
-
/** @deprecated use `
|
|
4894
|
-
const outboundSchema: z.ZodType<
|
|
4895
|
-
/** @deprecated use `
|
|
4896
|
-
type Outbound =
|
|
4911
|
+
export declare namespace UserEventPayload140Project$ {
|
|
4912
|
+
/** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
|
|
4913
|
+
const inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
|
|
4914
|
+
/** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
|
|
4915
|
+
const outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
|
|
4916
|
+
/** @deprecated use `UserEventPayload140Project$Outbound` instead. */
|
|
4917
|
+
type Outbound = UserEventPayload140Project$Outbound;
|
|
4897
4918
|
}
|
|
4898
|
-
export declare function
|
|
4899
|
-
export declare function
|
|
4919
|
+
export declare function userEventPayload140ProjectToJSON(userEventPayload140Project: UserEventPayload140Project): string;
|
|
4920
|
+
export declare function userEventPayload140ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140Project, SDKValidationError>;
|
|
4900
4921
|
/** @internal */
|
|
4901
4922
|
export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
4902
4923
|
/** @internal */
|
|
@@ -4922,28 +4943,28 @@ export declare namespace Group$ {
|
|
|
4922
4943
|
export declare function groupToJSON(group: Group): string;
|
|
4923
4944
|
export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
|
|
4924
4945
|
/** @internal */
|
|
4925
|
-
export declare const
|
|
4946
|
+
export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
4926
4947
|
/** @internal */
|
|
4927
|
-
export type
|
|
4928
|
-
project:
|
|
4948
|
+
export type OneHundredAndForty$Outbound = {
|
|
4949
|
+
project: UserEventPayload140Project$Outbound;
|
|
4929
4950
|
group: Group$Outbound;
|
|
4930
4951
|
};
|
|
4931
4952
|
/** @internal */
|
|
4932
|
-
export declare const
|
|
4953
|
+
export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
4933
4954
|
/**
|
|
4934
4955
|
* @internal
|
|
4935
4956
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4936
4957
|
*/
|
|
4937
|
-
export declare namespace
|
|
4938
|
-
/** @deprecated use `
|
|
4939
|
-
const inboundSchema: z.ZodType<
|
|
4940
|
-
/** @deprecated use `
|
|
4941
|
-
const outboundSchema: z.ZodType<
|
|
4942
|
-
/** @deprecated use `
|
|
4943
|
-
type Outbound =
|
|
4958
|
+
export declare namespace OneHundredAndForty$ {
|
|
4959
|
+
/** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
|
|
4960
|
+
const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
4961
|
+
/** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
|
|
4962
|
+
const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
4963
|
+
/** @deprecated use `OneHundredAndForty$Outbound` instead. */
|
|
4964
|
+
type Outbound = OneHundredAndForty$Outbound;
|
|
4944
4965
|
}
|
|
4945
|
-
export declare function
|
|
4946
|
-
export declare function
|
|
4966
|
+
export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
|
|
4967
|
+
export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
|
|
4947
4968
|
/** @internal */
|
|
4948
4969
|
export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
|
|
4949
4970
|
/** @internal */
|
|
@@ -4968,13 +4989,37 @@ export declare namespace Prev$ {
|
|
|
4968
4989
|
export declare function prevToJSON(prev: Prev): string;
|
|
4969
4990
|
export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
|
|
4970
4991
|
/** @internal */
|
|
4992
|
+
export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
4993
|
+
/** @internal */
|
|
4994
|
+
export type OneHundredAndThirtyNine$Outbound = {
|
|
4995
|
+
id: string;
|
|
4996
|
+
slug: string;
|
|
4997
|
+
name: string;
|
|
4998
|
+
prev: Prev$Outbound;
|
|
4999
|
+
};
|
|
5000
|
+
/** @internal */
|
|
5001
|
+
export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
5002
|
+
/**
|
|
5003
|
+
* @internal
|
|
5004
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5005
|
+
*/
|
|
5006
|
+
export declare namespace OneHundredAndThirtyNine$ {
|
|
5007
|
+
/** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
|
|
5008
|
+
const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
5009
|
+
/** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
|
|
5010
|
+
const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
5011
|
+
/** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
|
|
5012
|
+
type Outbound = OneHundredAndThirtyNine$Outbound;
|
|
5013
|
+
}
|
|
5014
|
+
export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
|
|
5015
|
+
export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
|
|
5016
|
+
/** @internal */
|
|
4971
5017
|
export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
|
|
4972
5018
|
/** @internal */
|
|
4973
5019
|
export type OneHundredAndThirtyEight$Outbound = {
|
|
4974
5020
|
id: string;
|
|
4975
5021
|
slug: string;
|
|
4976
5022
|
name: string;
|
|
4977
|
-
prev: Prev$Outbound;
|
|
4978
5023
|
};
|
|
4979
5024
|
/** @internal */
|
|
4980
5025
|
export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
|
|
@@ -4993,12 +5038,30 @@ export declare namespace OneHundredAndThirtyEight$ {
|
|
|
4993
5038
|
export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
|
|
4994
5039
|
export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
|
|
4995
5040
|
/** @internal */
|
|
5041
|
+
export declare const UserEventPayload137Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Action>;
|
|
5042
|
+
/** @internal */
|
|
5043
|
+
export declare const UserEventPayload137Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Action>;
|
|
5044
|
+
/**
|
|
5045
|
+
* @internal
|
|
5046
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5047
|
+
*/
|
|
5048
|
+
export declare namespace UserEventPayload137Action$ {
|
|
5049
|
+
/** @deprecated use `UserEventPayload137Action$inboundSchema` instead. */
|
|
5050
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5051
|
+
readonly Enable: "enable";
|
|
5052
|
+
readonly Disable: "disable";
|
|
5053
|
+
}>;
|
|
5054
|
+
/** @deprecated use `UserEventPayload137Action$outboundSchema` instead. */
|
|
5055
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5056
|
+
readonly Enable: "enable";
|
|
5057
|
+
readonly Disable: "disable";
|
|
5058
|
+
}>;
|
|
5059
|
+
}
|
|
5060
|
+
/** @internal */
|
|
4996
5061
|
export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
|
|
4997
5062
|
/** @internal */
|
|
4998
5063
|
export type OneHundredAndThirtySeven$Outbound = {
|
|
4999
|
-
|
|
5000
|
-
slug: string;
|
|
5001
|
-
name: string;
|
|
5064
|
+
action: string;
|
|
5002
5065
|
};
|
|
5003
5066
|
/** @internal */
|
|
5004
5067
|
export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
|
|
@@ -7239,6 +7302,29 @@ export declare namespace EnvId$ {
|
|
|
7239
7302
|
export declare function envIdToJSON(envId: EnvId): string;
|
|
7240
7303
|
export declare function envIdFromJSON(jsonString: string): SafeParseResult<EnvId, SDKValidationError>;
|
|
7241
7304
|
/** @internal */
|
|
7305
|
+
export declare const Aws$inboundSchema: z.ZodType<Aws, z.ZodTypeDef, unknown>;
|
|
7306
|
+
/** @internal */
|
|
7307
|
+
export type Aws$Outbound = {
|
|
7308
|
+
subnetIds: Array<string>;
|
|
7309
|
+
securityGroupId: string;
|
|
7310
|
+
};
|
|
7311
|
+
/** @internal */
|
|
7312
|
+
export declare const Aws$outboundSchema: z.ZodType<Aws$Outbound, z.ZodTypeDef, Aws>;
|
|
7313
|
+
/**
|
|
7314
|
+
* @internal
|
|
7315
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7316
|
+
*/
|
|
7317
|
+
export declare namespace Aws$ {
|
|
7318
|
+
/** @deprecated use `Aws$inboundSchema` instead. */
|
|
7319
|
+
const inboundSchema: z.ZodType<Aws, z.ZodTypeDef, unknown>;
|
|
7320
|
+
/** @deprecated use `Aws$outboundSchema` instead. */
|
|
7321
|
+
const outboundSchema: z.ZodType<Aws$Outbound, z.ZodTypeDef, Aws>;
|
|
7322
|
+
/** @deprecated use `Aws$Outbound` instead. */
|
|
7323
|
+
type Outbound = Aws$Outbound;
|
|
7324
|
+
}
|
|
7325
|
+
export declare function awsToJSON(aws: Aws): string;
|
|
7326
|
+
export declare function awsFromJSON(jsonString: string): SafeParseResult<Aws, SDKValidationError>;
|
|
7327
|
+
/** @internal */
|
|
7242
7328
|
export declare const OldConnectConfigurations$inboundSchema: z.ZodType<OldConnectConfigurations, z.ZodTypeDef, unknown>;
|
|
7243
7329
|
/** @internal */
|
|
7244
7330
|
export type OldConnectConfigurations$Outbound = {
|
|
@@ -7246,6 +7332,7 @@ export type OldConnectConfigurations$Outbound = {
|
|
|
7246
7332
|
connectConfigurationId: string;
|
|
7247
7333
|
passive: boolean;
|
|
7248
7334
|
buildsEnabled: boolean;
|
|
7335
|
+
aws?: Aws$Outbound | undefined;
|
|
7249
7336
|
createdAt: number;
|
|
7250
7337
|
updatedAt: number;
|
|
7251
7338
|
};
|
|
@@ -7306,6 +7393,29 @@ export declare namespace PayloadEnvId$ {
|
|
|
7306
7393
|
export declare function payloadEnvIdToJSON(payloadEnvId: PayloadEnvId): string;
|
|
7307
7394
|
export declare function payloadEnvIdFromJSON(jsonString: string): SafeParseResult<PayloadEnvId, SDKValidationError>;
|
|
7308
7395
|
/** @internal */
|
|
7396
|
+
export declare const PayloadAws$inboundSchema: z.ZodType<PayloadAws, z.ZodTypeDef, unknown>;
|
|
7397
|
+
/** @internal */
|
|
7398
|
+
export type PayloadAws$Outbound = {
|
|
7399
|
+
subnetIds: Array<string>;
|
|
7400
|
+
securityGroupId: string;
|
|
7401
|
+
};
|
|
7402
|
+
/** @internal */
|
|
7403
|
+
export declare const PayloadAws$outboundSchema: z.ZodType<PayloadAws$Outbound, z.ZodTypeDef, PayloadAws>;
|
|
7404
|
+
/**
|
|
7405
|
+
* @internal
|
|
7406
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7407
|
+
*/
|
|
7408
|
+
export declare namespace PayloadAws$ {
|
|
7409
|
+
/** @deprecated use `PayloadAws$inboundSchema` instead. */
|
|
7410
|
+
const inboundSchema: z.ZodType<PayloadAws, z.ZodTypeDef, unknown>;
|
|
7411
|
+
/** @deprecated use `PayloadAws$outboundSchema` instead. */
|
|
7412
|
+
const outboundSchema: z.ZodType<PayloadAws$Outbound, z.ZodTypeDef, PayloadAws>;
|
|
7413
|
+
/** @deprecated use `PayloadAws$Outbound` instead. */
|
|
7414
|
+
type Outbound = PayloadAws$Outbound;
|
|
7415
|
+
}
|
|
7416
|
+
export declare function payloadAwsToJSON(payloadAws: PayloadAws): string;
|
|
7417
|
+
export declare function payloadAwsFromJSON(jsonString: string): SafeParseResult<PayloadAws, SDKValidationError>;
|
|
7418
|
+
/** @internal */
|
|
7309
7419
|
export declare const NewConnectConfigurations$inboundSchema: z.ZodType<NewConnectConfigurations, z.ZodTypeDef, unknown>;
|
|
7310
7420
|
/** @internal */
|
|
7311
7421
|
export type NewConnectConfigurations$Outbound = {
|
|
@@ -7313,6 +7423,7 @@ export type NewConnectConfigurations$Outbound = {
|
|
|
7313
7423
|
connectConfigurationId: string;
|
|
7314
7424
|
passive: boolean;
|
|
7315
7425
|
buildsEnabled: boolean;
|
|
7426
|
+
aws?: PayloadAws$Outbound | undefined;
|
|
7316
7427
|
createdAt: number;
|
|
7317
7428
|
updatedAt: number;
|
|
7318
7429
|
};
|
|
@@ -12099,27 +12210,27 @@ export declare namespace PayloadFeatureBlocks$ {
|
|
|
12099
12210
|
export declare function payloadFeatureBlocksToJSON(payloadFeatureBlocks: PayloadFeatureBlocks): string;
|
|
12100
12211
|
export declare function payloadFeatureBlocksFromJSON(jsonString: string): SafeParseResult<PayloadFeatureBlocks, SDKValidationError>;
|
|
12101
12212
|
/** @internal */
|
|
12102
|
-
export declare const
|
|
12213
|
+
export declare const Version$inboundSchema: z.ZodNativeEnum<typeof Version>;
|
|
12103
12214
|
/** @internal */
|
|
12104
|
-
export declare const
|
|
12215
|
+
export declare const Version$outboundSchema: z.ZodNativeEnum<typeof Version>;
|
|
12105
12216
|
/**
|
|
12106
12217
|
* @internal
|
|
12107
12218
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12108
12219
|
*/
|
|
12109
|
-
export declare namespace
|
|
12110
|
-
/** @deprecated use `
|
|
12220
|
+
export declare namespace Version$ {
|
|
12221
|
+
/** @deprecated use `Version$inboundSchema` instead. */
|
|
12111
12222
|
const inboundSchema: z.ZodNativeEnum<{
|
|
12112
12223
|
readonly Northstar: "northstar";
|
|
12113
12224
|
}>;
|
|
12114
|
-
/** @deprecated use `
|
|
12225
|
+
/** @deprecated use `Version$outboundSchema` instead. */
|
|
12115
12226
|
const outboundSchema: z.ZodNativeEnum<{
|
|
12116
12227
|
readonly Northstar: "northstar";
|
|
12117
12228
|
}>;
|
|
12118
12229
|
}
|
|
12119
12230
|
/** @internal */
|
|
12120
|
-
export declare const
|
|
12231
|
+
export declare const NorthstarMigration$inboundSchema: z.ZodType<NorthstarMigration, z.ZodTypeDef, unknown>;
|
|
12121
12232
|
/** @internal */
|
|
12122
|
-
export type
|
|
12233
|
+
export type NorthstarMigration$Outbound = {
|
|
12123
12234
|
teamId: string;
|
|
12124
12235
|
projects: number;
|
|
12125
12236
|
stores: number;
|
|
@@ -12129,21 +12240,21 @@ export type PayloadNorthstarMigration$Outbound = {
|
|
|
12129
12240
|
endTime: number;
|
|
12130
12241
|
};
|
|
12131
12242
|
/** @internal */
|
|
12132
|
-
export declare const
|
|
12243
|
+
export declare const NorthstarMigration$outboundSchema: z.ZodType<NorthstarMigration$Outbound, z.ZodTypeDef, NorthstarMigration>;
|
|
12133
12244
|
/**
|
|
12134
12245
|
* @internal
|
|
12135
12246
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12136
12247
|
*/
|
|
12137
|
-
export declare namespace
|
|
12138
|
-
/** @deprecated use `
|
|
12139
|
-
const inboundSchema: z.ZodType<
|
|
12140
|
-
/** @deprecated use `
|
|
12141
|
-
const outboundSchema: z.ZodType<
|
|
12142
|
-
/** @deprecated use `
|
|
12143
|
-
type Outbound =
|
|
12248
|
+
export declare namespace NorthstarMigration$ {
|
|
12249
|
+
/** @deprecated use `NorthstarMigration$inboundSchema` instead. */
|
|
12250
|
+
const inboundSchema: z.ZodType<NorthstarMigration, z.ZodTypeDef, unknown>;
|
|
12251
|
+
/** @deprecated use `NorthstarMigration$outboundSchema` instead. */
|
|
12252
|
+
const outboundSchema: z.ZodType<NorthstarMigration$Outbound, z.ZodTypeDef, NorthstarMigration>;
|
|
12253
|
+
/** @deprecated use `NorthstarMigration$Outbound` instead. */
|
|
12254
|
+
type Outbound = NorthstarMigration$Outbound;
|
|
12144
12255
|
}
|
|
12145
|
-
export declare function
|
|
12146
|
-
export declare function
|
|
12256
|
+
export declare function northstarMigrationToJSON(northstarMigration: NorthstarMigration): string;
|
|
12257
|
+
export declare function northstarMigrationFromJSON(jsonString: string): SafeParseResult<NorthstarMigration, SDKValidationError>;
|
|
12147
12258
|
/** @internal */
|
|
12148
12259
|
export declare const Totp$inboundSchema: z.ZodType<Totp, z.ZodTypeDef, unknown>;
|
|
12149
12260
|
/** @internal */
|
|
@@ -12269,7 +12380,7 @@ export type NewOwner$Outbound = {
|
|
|
12269
12380
|
featureBlocks?: PayloadFeatureBlocks$Outbound | undefined;
|
|
12270
12381
|
defaultTeamId?: string | undefined;
|
|
12271
12382
|
version: string;
|
|
12272
|
-
northstarMigration?:
|
|
12383
|
+
northstarMigration?: NorthstarMigration$Outbound | undefined;
|
|
12273
12384
|
opportunityId?: string | undefined;
|
|
12274
12385
|
mfaConfiguration?: MfaConfiguration$Outbound | undefined;
|
|
12275
12386
|
};
|
|
@@ -14995,7 +15106,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
|
|
|
14995
15106
|
/** @internal */
|
|
14996
15107
|
export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
14997
15108
|
/** @internal */
|
|
14998
|
-
export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound |
|
|
15109
|
+
export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortySeven$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFiftyOne$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
|
|
14999
15110
|
/** @internal */
|
|
15000
15111
|
export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
15001
15112
|
/**
|
|
@@ -15026,7 +15137,7 @@ export type UserEvent$Outbound = {
|
|
|
15026
15137
|
userId: string;
|
|
15027
15138
|
principalId: string;
|
|
15028
15139
|
viaIds?: Array<string> | undefined;
|
|
15029
|
-
payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound |
|
|
15140
|
+
payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortySeven$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFiftyOne$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
|
|
15030
15141
|
};
|
|
15031
15142
|
/** @internal */
|
|
15032
15143
|
export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;
|