vercel-api-js 1.13.0 → 1.14.0
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/dist/{components-j923ydcw.cjs → components-l5748yis.cjs} +364 -52
- package/dist/{components-eqgrkxe2.js → components-nvgbng8u.js} +351 -51
- package/dist/components.cjs +15 -3
- package/dist/components.d.mts +278 -37
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/effect.cjs +1 -1
- package/dist/effect.d.mts +31 -5
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -1
- package/dist/index.cjs +789 -159
- package/dist/index.d.ts +16560 -37080
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{schemas-kwntyl9n.js → schemas-bz496bmo.js} +7517 -2016
- package/dist/{schemas-nxmmau12.cjs → schemas-rypj5lzu.cjs} +8068 -2033
- package/dist/schemas.cjs +553 -19
- package/dist/schemas.d.mts +1723 -684
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +1814 -460
- package/dist/types.d.mts +14781 -36593
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +1580 -322
- package/package.json +7 -8
package/dist/components.d.mts
CHANGED
|
@@ -989,10 +989,14 @@ declare function readNetwork({ pathParams, queryParams, config, }?: {
|
|
|
989
989
|
}): Promise<unknown>;
|
|
990
990
|
/**
|
|
991
991
|
* @summary Create a connector
|
|
992
|
-
* @description Create a connector
|
|
992
|
+
* @description Create a connector and optionally link it to a project. Use `type` with complete provider data, or use `service` with `connectionMethod` so Connect can supply the type, endpoints, templates, and defaults.
|
|
993
993
|
* @link /v1/connect/connectors
|
|
994
994
|
*/
|
|
995
|
-
declare function createConnector({ config }?: {
|
|
995
|
+
declare function createConnector({ queryParams, config, }?: {
|
|
996
|
+
queryParams?: {
|
|
997
|
+
teamId?: string;
|
|
998
|
+
slug?: string;
|
|
999
|
+
};
|
|
996
1000
|
config?: Partial<FetcherConfig> & {
|
|
997
1001
|
client?: typeof client;
|
|
998
1002
|
};
|
|
@@ -1010,19 +1014,6 @@ declare function getConnectorToken({ pathParams, config, }?: {
|
|
|
1010
1014
|
client?: typeof client;
|
|
1011
1015
|
};
|
|
1012
1016
|
}): Promise<unknown>;
|
|
1013
|
-
/**
|
|
1014
|
-
* @summary Import Connect tokens
|
|
1015
|
-
* @description Import access and refresh tokens for a connector identified by the path parameter.
|
|
1016
|
-
* @link /v1/connect/token/{connector}/import
|
|
1017
|
-
*/
|
|
1018
|
-
declare function importConnectorTokens({ pathParams, config, }?: {
|
|
1019
|
-
pathParams: {
|
|
1020
|
-
connector: string;
|
|
1021
|
-
};
|
|
1022
|
-
config?: Partial<FetcherConfig> & {
|
|
1023
|
-
client?: typeof client;
|
|
1024
|
-
};
|
|
1025
|
-
}): Promise<unknown>;
|
|
1026
1017
|
/**
|
|
1027
1018
|
* @summary Create a Connect authorization request
|
|
1028
1019
|
* @description Create an authorization request for a connector and return the URL and verifier details needed to complete the flow.
|
|
@@ -1036,19 +1027,6 @@ declare function createConnectorAuthorizationRequest({ pathParams, config, }?: {
|
|
|
1036
1027
|
client?: typeof client;
|
|
1037
1028
|
};
|
|
1038
1029
|
}): Promise<unknown>;
|
|
1039
|
-
/**
|
|
1040
|
-
* @summary Create a Connect installation request
|
|
1041
|
-
* @description Create an installation request for a connector and return the URL and verifier details needed to complete the flow.
|
|
1042
|
-
* @link /v1/connect/install/{connector}
|
|
1043
|
-
*/
|
|
1044
|
-
declare function createConnectorInstallationRequest({ pathParams, config, }?: {
|
|
1045
|
-
pathParams: {
|
|
1046
|
-
connector: string;
|
|
1047
|
-
};
|
|
1048
|
-
config?: Partial<FetcherConfig> & {
|
|
1049
|
-
client?: typeof client;
|
|
1050
|
-
};
|
|
1051
|
-
}): Promise<unknown>;
|
|
1052
1030
|
/**
|
|
1053
1031
|
* @summary Get deployment events
|
|
1054
1032
|
* @description Get the build logs of a deployment by deployment ID and build ID. It can work as an infinite stream of logs or as a JSON endpoint depending on the input parameters.
|
|
@@ -2853,6 +2831,19 @@ declare function rotateInstallationCredential({ pathParams, config, }?: {
|
|
|
2853
2831
|
client?: typeof client;
|
|
2854
2832
|
};
|
|
2855
2833
|
}): Promise<unknown>;
|
|
2834
|
+
/**
|
|
2835
|
+
* @summary Revoke Installation Credential
|
|
2836
|
+
* @description Retires a superseded installation credential, so a partner can complete a rotation it started with `POST /credentials/rotate` — the leaked credential stops working without the customer having to reinstall. Authenticated by a live installation credential plus the integration's client secret. The credential to retire is named in the body rather than being the one that authenticates, so the ordinary flow is: rotate, store the replacement, then authenticate with the replacement and revoke the old one. Refuses to retire an installation's last live credential. Rotation exists so remediation is not customer-visible; revoking the only credential would undo that and leave the install needing a reinstall.
|
|
2837
|
+
* @link /v1/installations/{integrationConfigurationId}/credentials/revoke
|
|
2838
|
+
*/
|
|
2839
|
+
declare function revokeInstallationCredential({ pathParams, config, }?: {
|
|
2840
|
+
pathParams: {
|
|
2841
|
+
integrationConfigurationId: string;
|
|
2842
|
+
};
|
|
2843
|
+
config?: Partial<FetcherConfig> & {
|
|
2844
|
+
client?: typeof client;
|
|
2845
|
+
};
|
|
2846
|
+
}): Promise<unknown>;
|
|
2856
2847
|
/**
|
|
2857
2848
|
* @summary Create Event
|
|
2858
2849
|
* @description Partner notifies Vercel of any changes made to an Installation or a Resource. Vercel is expected to use `list-resources` and other read APIs to get the new state.<br/> <br/> `resource.updated` event should be dispatched when any state of a resource linked to Vercel is modified by the partner.<br/> `installation.updated` event should be dispatched when an installation's billing plan is changed via the provider instead of Vercel.<br/> <br/> Resource update use cases: <br/> <br/> - The user renames a database in the partner’s application. The partner should dispatch a `resource.updated` event to notify Vercel to update the resource in Vercel’s datastores.<br/> - A resource has been suspended due to a lack of use. The partner should dispatch a `resource.updated` event to notify Vercel to update the resource's status in Vercel's datastores.<br/>
|
|
@@ -3176,6 +3167,221 @@ declare function createApiKeys({ config }?: {
|
|
|
3176
3167
|
client?: typeof client;
|
|
3177
3168
|
};
|
|
3178
3169
|
}): Promise<unknown>;
|
|
3170
|
+
/**
|
|
3171
|
+
* @summary List issuers
|
|
3172
|
+
* @description Retrieve the list of KMS issuers that belong to the authenticated team. The results are paginated.
|
|
3173
|
+
* @link /v1/kms/issuers
|
|
3174
|
+
*/
|
|
3175
|
+
declare function listKmsIssuers({ queryParams, config, }?: {
|
|
3176
|
+
queryParams?: {
|
|
3177
|
+
limit?: number;
|
|
3178
|
+
next?: string;
|
|
3179
|
+
teamId?: string;
|
|
3180
|
+
slug?: string;
|
|
3181
|
+
};
|
|
3182
|
+
config?: Partial<FetcherConfig> & {
|
|
3183
|
+
client?: typeof client;
|
|
3184
|
+
};
|
|
3185
|
+
}): Promise<unknown>;
|
|
3186
|
+
/**
|
|
3187
|
+
* @summary Create an issuer
|
|
3188
|
+
* @description Create a new KMS issuer for the authenticated team. An issuer owns the asymmetric signing keys that are used to sign tokens and messages.
|
|
3189
|
+
* @link /v1/kms/issuers
|
|
3190
|
+
*/
|
|
3191
|
+
declare function createKmsIssuer({ queryParams, config, }?: {
|
|
3192
|
+
queryParams?: {
|
|
3193
|
+
teamId?: string;
|
|
3194
|
+
slug?: string;
|
|
3195
|
+
};
|
|
3196
|
+
config?: Partial<FetcherConfig> & {
|
|
3197
|
+
client?: typeof client;
|
|
3198
|
+
};
|
|
3199
|
+
}): Promise<unknown>;
|
|
3200
|
+
/**
|
|
3201
|
+
* @summary Sign a message
|
|
3202
|
+
* @description Sign a raw message with a KMS issuer's active signing key. Authenticate the request with a Vercel OIDC token in the `Authorization: Bearer` header; the issuer's policies decide which workloads are allowed to sign.
|
|
3203
|
+
* @link /v1/kms/issuers/{issuerId}/sign/message
|
|
3204
|
+
*/
|
|
3205
|
+
declare function signKmsMessage({ pathParams, config, }?: {
|
|
3206
|
+
pathParams: {
|
|
3207
|
+
issuerId: string;
|
|
3208
|
+
};
|
|
3209
|
+
config?: Partial<FetcherConfig> & {
|
|
3210
|
+
client?: typeof client;
|
|
3211
|
+
};
|
|
3212
|
+
}): Promise<unknown>;
|
|
3213
|
+
/**
|
|
3214
|
+
* @summary Sign a token
|
|
3215
|
+
* @description Sign a JWT with a KMS issuer's active signing key. Authenticate the request with a Vercel OIDC token in the `Authorization: Bearer` header; the issuer's policies decide which workloads are allowed to sign.
|
|
3216
|
+
* @link /v1/kms/issuers/{issuerId}/sign/token
|
|
3217
|
+
*/
|
|
3218
|
+
declare function signKmsToken({ pathParams, config, }?: {
|
|
3219
|
+
pathParams: {
|
|
3220
|
+
issuerId: string;
|
|
3221
|
+
};
|
|
3222
|
+
config?: Partial<FetcherConfig> & {
|
|
3223
|
+
client?: typeof client;
|
|
3224
|
+
};
|
|
3225
|
+
}): Promise<unknown>;
|
|
3226
|
+
/**
|
|
3227
|
+
* @summary Create a signing key
|
|
3228
|
+
* @description Create a new signing key for a KMS issuer. Depending on the activation mode, the key is activated automatically once its public key has propagated, or manually via the activate endpoint.
|
|
3229
|
+
* @link /v1/kms/issuers/{issuerId}/keys
|
|
3230
|
+
*/
|
|
3231
|
+
declare function createKmsSigningKey({ pathParams, queryParams, config, }?: {
|
|
3232
|
+
pathParams: {
|
|
3233
|
+
issuerId: string;
|
|
3234
|
+
};
|
|
3235
|
+
queryParams?: {
|
|
3236
|
+
teamId?: string;
|
|
3237
|
+
slug?: string;
|
|
3238
|
+
};
|
|
3239
|
+
config?: Partial<FetcherConfig> & {
|
|
3240
|
+
client?: typeof client;
|
|
3241
|
+
};
|
|
3242
|
+
}): Promise<unknown>;
|
|
3243
|
+
/**
|
|
3244
|
+
* @summary Activate a signing key
|
|
3245
|
+
* @description Activate a pending signing key so the issuer starts signing with it.
|
|
3246
|
+
* @link /v1/kms/issuers/{issuerId}/keys/{keyId}/activate
|
|
3247
|
+
*/
|
|
3248
|
+
declare function activateKmsSigningKey({ pathParams, queryParams, config, }?: {
|
|
3249
|
+
pathParams: {
|
|
3250
|
+
issuerId: string;
|
|
3251
|
+
keyId: string;
|
|
3252
|
+
};
|
|
3253
|
+
queryParams?: {
|
|
3254
|
+
teamId?: string;
|
|
3255
|
+
slug?: string;
|
|
3256
|
+
};
|
|
3257
|
+
config?: Partial<FetcherConfig> & {
|
|
3258
|
+
client?: typeof client;
|
|
3259
|
+
};
|
|
3260
|
+
}): Promise<unknown>;
|
|
3261
|
+
/**
|
|
3262
|
+
* @summary Revoke a signing key
|
|
3263
|
+
* @description Immediately revoke a signing key that is already scheduled for revocation.
|
|
3264
|
+
* @link /v1/kms/issuers/{issuerId}/keys/{keyId}/revoke
|
|
3265
|
+
*/
|
|
3266
|
+
declare function revokeKmsSigningKey({ pathParams, queryParams, config, }?: {
|
|
3267
|
+
pathParams: {
|
|
3268
|
+
issuerId: string;
|
|
3269
|
+
keyId: string;
|
|
3270
|
+
};
|
|
3271
|
+
queryParams?: {
|
|
3272
|
+
teamId?: string;
|
|
3273
|
+
slug?: string;
|
|
3274
|
+
};
|
|
3275
|
+
config?: Partial<FetcherConfig> & {
|
|
3276
|
+
client?: typeof client;
|
|
3277
|
+
};
|
|
3278
|
+
}): Promise<unknown>;
|
|
3279
|
+
/**
|
|
3280
|
+
* @summary Get an issuer
|
|
3281
|
+
* @description Retrieve a single KMS issuer by its ID. Accepts either a team bearer token (existing path) or an OIDC token authorized by one of the issuer's policies (e.g. a connex-grant token). The OIDC path returns the issuer without policies, since a policy token only proves signing access, not management access.
|
|
3282
|
+
* @link /v1/kms/issuers/{issuerId}
|
|
3283
|
+
*/
|
|
3284
|
+
declare function getKmsIssuer({ pathParams, queryParams, config, }?: {
|
|
3285
|
+
pathParams: {
|
|
3286
|
+
issuerId: string;
|
|
3287
|
+
};
|
|
3288
|
+
queryParams?: {
|
|
3289
|
+
teamId?: string;
|
|
3290
|
+
slug?: string;
|
|
3291
|
+
};
|
|
3292
|
+
config?: Partial<FetcherConfig> & {
|
|
3293
|
+
client?: typeof client;
|
|
3294
|
+
};
|
|
3295
|
+
}): Promise<unknown>;
|
|
3296
|
+
/**
|
|
3297
|
+
* @summary Update an issuer
|
|
3298
|
+
* @description Update a KMS issuer's name or claims schema.
|
|
3299
|
+
* @link /v1/kms/issuers/{issuerId}
|
|
3300
|
+
*/
|
|
3301
|
+
declare function updateKmsIssuer({ pathParams, queryParams, config, }?: {
|
|
3302
|
+
pathParams: {
|
|
3303
|
+
issuerId: string;
|
|
3304
|
+
};
|
|
3305
|
+
queryParams?: {
|
|
3306
|
+
teamId?: string;
|
|
3307
|
+
slug?: string;
|
|
3308
|
+
};
|
|
3309
|
+
config?: Partial<FetcherConfig> & {
|
|
3310
|
+
client?: typeof client;
|
|
3311
|
+
};
|
|
3312
|
+
}): Promise<unknown>;
|
|
3313
|
+
/**
|
|
3314
|
+
* @summary Delete an issuer
|
|
3315
|
+
* @description Delete a KMS issuer and its signing keys.
|
|
3316
|
+
* @link /v1/kms/issuers/{issuerId}
|
|
3317
|
+
*/
|
|
3318
|
+
declare function deleteKmsIssuer({ pathParams, queryParams, config, }?: {
|
|
3319
|
+
pathParams: {
|
|
3320
|
+
issuerId: string;
|
|
3321
|
+
};
|
|
3322
|
+
queryParams?: {
|
|
3323
|
+
teamId?: string;
|
|
3324
|
+
slug?: string;
|
|
3325
|
+
};
|
|
3326
|
+
config?: Partial<FetcherConfig> & {
|
|
3327
|
+
client?: typeof client;
|
|
3328
|
+
};
|
|
3329
|
+
}): Promise<unknown>;
|
|
3330
|
+
/**
|
|
3331
|
+
* @summary Create an issuer policy
|
|
3332
|
+
* @description Attach a policy to a KMS issuer that grants a project's deployments permission to sign with it.
|
|
3333
|
+
* @link /v1/kms/issuers/{issuerId}/policies
|
|
3334
|
+
*/
|
|
3335
|
+
declare function createKmsIssuerPolicy({ pathParams, queryParams, config, }?: {
|
|
3336
|
+
pathParams: {
|
|
3337
|
+
issuerId: string;
|
|
3338
|
+
};
|
|
3339
|
+
queryParams?: {
|
|
3340
|
+
teamId?: string;
|
|
3341
|
+
slug?: string;
|
|
3342
|
+
};
|
|
3343
|
+
config?: Partial<FetcherConfig> & {
|
|
3344
|
+
client?: typeof client;
|
|
3345
|
+
};
|
|
3346
|
+
}): Promise<unknown>;
|
|
3347
|
+
/**
|
|
3348
|
+
* @summary Update an issuer policy
|
|
3349
|
+
* @description Update an existing KMS issuer policy's environments or token claims.
|
|
3350
|
+
* @link /v1/kms/issuers/{issuerId}/policies/{kind}/{policyKey}
|
|
3351
|
+
*/
|
|
3352
|
+
declare function updateKmsIssuerPolicy({ pathParams, queryParams, config, }?: {
|
|
3353
|
+
pathParams: {
|
|
3354
|
+
issuerId: string;
|
|
3355
|
+
kind: "project-grant";
|
|
3356
|
+
policyKey: string;
|
|
3357
|
+
};
|
|
3358
|
+
queryParams?: {
|
|
3359
|
+
teamId?: string;
|
|
3360
|
+
slug?: string;
|
|
3361
|
+
};
|
|
3362
|
+
config?: Partial<FetcherConfig> & {
|
|
3363
|
+
client?: typeof client;
|
|
3364
|
+
};
|
|
3365
|
+
}): Promise<unknown>;
|
|
3366
|
+
/**
|
|
3367
|
+
* @summary Delete an issuer policy
|
|
3368
|
+
* @description Remove a policy from a KMS issuer.
|
|
3369
|
+
* @link /v1/kms/issuers/{issuerId}/policies/{kind}/{policyKey}
|
|
3370
|
+
*/
|
|
3371
|
+
declare function deleteKmsIssuerPolicy({ pathParams, queryParams, config, }?: {
|
|
3372
|
+
pathParams: {
|
|
3373
|
+
issuerId: string;
|
|
3374
|
+
kind: "project-grant" | "connex-grant";
|
|
3375
|
+
policyKey: string;
|
|
3376
|
+
};
|
|
3377
|
+
queryParams?: {
|
|
3378
|
+
teamId?: string;
|
|
3379
|
+
slug?: string;
|
|
3380
|
+
};
|
|
3381
|
+
config?: Partial<FetcherConfig> & {
|
|
3382
|
+
client?: typeof client;
|
|
3383
|
+
};
|
|
3384
|
+
}): Promise<unknown>;
|
|
3179
3385
|
/**
|
|
3180
3386
|
* @summary Get logs for a deployment
|
|
3181
3387
|
* @description Returns a stream of logs for a given deployment.
|
|
@@ -4651,6 +4857,7 @@ declare function deleteSandbox({ pathParams, queryParams, config, }?: {
|
|
|
4651
4857
|
};
|
|
4652
4858
|
queryParams?: {
|
|
4653
4859
|
projectId?: string;
|
|
4860
|
+
deleteOrphanSnapshots?: boolean;
|
|
4654
4861
|
teamId?: string;
|
|
4655
4862
|
slug?: string;
|
|
4656
4863
|
};
|
|
@@ -5117,7 +5324,7 @@ declare function removeBypassIp({ queryParams, config, }?: {
|
|
|
5117
5324
|
}): Promise<unknown>;
|
|
5118
5325
|
/**
|
|
5119
5326
|
* @summary Read Firewall Actions by Project
|
|
5120
|
-
* @description Retrieve firewall actions for a project
|
|
5327
|
+
* @description Retrieve firewall actions for a project Rule names are resolved against the project's *current* active firewall configuration and the team's active rulesets, so a rule that has since been renamed reports its new name and one that has been deleted reports `null`. System rules such as `sys_dos_mitigation` and `ip_blocking` have no configured name and always report `null`.
|
|
5121
5328
|
* @link /v1/security/firewall/events
|
|
5122
5329
|
*/
|
|
5123
5330
|
declare function getSecurityFirewallEvents({ queryParams, config, }?: {
|
|
@@ -5126,6 +5333,8 @@ declare function getSecurityFirewallEvents({ queryParams, config, }?: {
|
|
|
5126
5333
|
startTimestamp?: number;
|
|
5127
5334
|
endTimestamp?: number;
|
|
5128
5335
|
hosts?: string;
|
|
5336
|
+
teamId?: string;
|
|
5337
|
+
slug?: string;
|
|
5129
5338
|
};
|
|
5130
5339
|
config?: Partial<FetcherConfig> & {
|
|
5131
5340
|
client?: typeof client;
|
|
@@ -5424,7 +5633,7 @@ declare function deleteTeamInviteCode({ pathParams, config, }?: {
|
|
|
5424
5633
|
}): Promise<unknown>;
|
|
5425
5634
|
/**
|
|
5426
5635
|
* @summary Update a microfrontends group
|
|
5427
|
-
* @description Updates
|
|
5636
|
+
* @description Updates a microfrontends group's settings.
|
|
5428
5637
|
* @link /v1/teams/{teamId}/microfrontends/{groupId}
|
|
5429
5638
|
*/
|
|
5430
5639
|
declare function updateMicrofrontendsGroup({ pathParams, queryParams, config, }?: {
|
|
@@ -6459,9 +6668,7 @@ declare const operationsByPath: {
|
|
|
6459
6668
|
"GET /v1/connect/networks/{networkId}": typeof readNetwork;
|
|
6460
6669
|
"POST /v1/connect/connectors": typeof createConnector;
|
|
6461
6670
|
"POST /v1/connect/token/{connector}": typeof getConnectorToken;
|
|
6462
|
-
"POST /v1/connect/token/{connector}/import": typeof importConnectorTokens;
|
|
6463
6671
|
"POST /v1/connect/authorize/{connector}": typeof createConnectorAuthorizationRequest;
|
|
6464
|
-
"POST /v1/connect/install/{connector}": typeof createConnectorInstallationRequest;
|
|
6465
6672
|
"GET /v3/deployments/{idOrUrl}/events": typeof getDeploymentEvents;
|
|
6466
6673
|
"PATCH /v1/deployments/{deploymentId}/integrations/{integrationConfigurationId}/resources/{resourceId}/actions/{action}": typeof updateIntegrationDeploymentAction;
|
|
6467
6674
|
"GET /v13/deployments/{idOrUrl}": typeof getDeployment;
|
|
@@ -6568,6 +6775,7 @@ declare const operationsByPath: {
|
|
|
6568
6775
|
"GET /v1/installations/{integrationConfigurationId}/account": typeof getAccountInfo;
|
|
6569
6776
|
"GET /v1/installations/{integrationConfigurationId}/member/{memberId}": typeof getMember;
|
|
6570
6777
|
"POST /v1/installations/{integrationConfigurationId}/credentials/rotate": typeof rotateInstallationCredential;
|
|
6778
|
+
"POST /v1/installations/{integrationConfigurationId}/credentials/revoke": typeof revokeInstallationCredential;
|
|
6571
6779
|
"POST /v1/installations/{integrationConfigurationId}/events": typeof createEvent;
|
|
6572
6780
|
"GET /v1/installations/{integrationConfigurationId}/resources": typeof getIntegrationResources;
|
|
6573
6781
|
"GET /v1/installations/{integrationConfigurationId}/resources/{resourceId}": typeof getIntegrationResource;
|
|
@@ -6591,6 +6799,19 @@ declare const operationsByPath: {
|
|
|
6591
6799
|
"POST /v2/integrations/log-drains": typeof createLogDrain;
|
|
6592
6800
|
"DELETE /v1/integrations/log-drains/{id}": typeof deleteIntegrationLogDrain;
|
|
6593
6801
|
"POST /api-keys": typeof createApiKeys;
|
|
6802
|
+
"GET /v1/kms/issuers": typeof listKmsIssuers;
|
|
6803
|
+
"POST /v1/kms/issuers": typeof createKmsIssuer;
|
|
6804
|
+
"POST /v1/kms/issuers/{issuerId}/sign/message": typeof signKmsMessage;
|
|
6805
|
+
"POST /v1/kms/issuers/{issuerId}/sign/token": typeof signKmsToken;
|
|
6806
|
+
"POST /v1/kms/issuers/{issuerId}/keys": typeof createKmsSigningKey;
|
|
6807
|
+
"POST /v1/kms/issuers/{issuerId}/keys/{keyId}/activate": typeof activateKmsSigningKey;
|
|
6808
|
+
"POST /v1/kms/issuers/{issuerId}/keys/{keyId}/revoke": typeof revokeKmsSigningKey;
|
|
6809
|
+
"GET /v1/kms/issuers/{issuerId}": typeof getKmsIssuer;
|
|
6810
|
+
"PATCH /v1/kms/issuers/{issuerId}": typeof updateKmsIssuer;
|
|
6811
|
+
"DELETE /v1/kms/issuers/{issuerId}": typeof deleteKmsIssuer;
|
|
6812
|
+
"POST /v1/kms/issuers/{issuerId}/policies": typeof createKmsIssuerPolicy;
|
|
6813
|
+
"PATCH /v1/kms/issuers/{issuerId}/policies/{kind}/{policyKey}": typeof updateKmsIssuerPolicy;
|
|
6814
|
+
"DELETE /v1/kms/issuers/{issuerId}/policies/{kind}/{policyKey}": typeof deleteKmsIssuerPolicy;
|
|
6594
6815
|
"GET /v1/projects/{projectId}/deployments/{deploymentId}/runtime-logs": typeof getRuntimeLogs;
|
|
6595
6816
|
"POST /v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/items": typeof createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItems;
|
|
6596
6817
|
"PATCH /v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/items/{itemId}": typeof updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId;
|
|
@@ -6864,9 +7085,7 @@ declare const operationsByTag: {
|
|
|
6864
7085
|
connect: {
|
|
6865
7086
|
createConnector: typeof createConnector;
|
|
6866
7087
|
getConnectorToken: typeof getConnectorToken;
|
|
6867
|
-
importConnectorTokens: typeof importConnectorTokens;
|
|
6868
7088
|
createConnectorAuthorizationRequest: typeof createConnectorAuthorizationRequest;
|
|
6869
|
-
createConnectorInstallationRequest: typeof createConnectorInstallationRequest;
|
|
6870
7089
|
};
|
|
6871
7090
|
deployments: {
|
|
6872
7091
|
getDeploymentEvents: typeof getDeploymentEvents;
|
|
@@ -7018,6 +7237,7 @@ declare const operationsByTag: {
|
|
|
7018
7237
|
getAccountInfo: typeof getAccountInfo;
|
|
7019
7238
|
getMember: typeof getMember;
|
|
7020
7239
|
rotateInstallationCredential: typeof rotateInstallationCredential;
|
|
7240
|
+
revokeInstallationCredential: typeof revokeInstallationCredential;
|
|
7021
7241
|
createEvent: typeof createEvent;
|
|
7022
7242
|
getIntegrationResources: typeof getIntegrationResources;
|
|
7023
7243
|
getIntegrationResource: typeof getIntegrationResource;
|
|
@@ -7046,6 +7266,21 @@ declare const operationsByTag: {
|
|
|
7046
7266
|
getAuthToken: typeof getAuthToken;
|
|
7047
7267
|
deleteAuthToken: typeof deleteAuthToken;
|
|
7048
7268
|
};
|
|
7269
|
+
kms: {
|
|
7270
|
+
listKmsIssuers: typeof listKmsIssuers;
|
|
7271
|
+
createKmsIssuer: typeof createKmsIssuer;
|
|
7272
|
+
signKmsMessage: typeof signKmsMessage;
|
|
7273
|
+
signKmsToken: typeof signKmsToken;
|
|
7274
|
+
createKmsSigningKey: typeof createKmsSigningKey;
|
|
7275
|
+
activateKmsSigningKey: typeof activateKmsSigningKey;
|
|
7276
|
+
revokeKmsSigningKey: typeof revokeKmsSigningKey;
|
|
7277
|
+
getKmsIssuer: typeof getKmsIssuer;
|
|
7278
|
+
updateKmsIssuer: typeof updateKmsIssuer;
|
|
7279
|
+
deleteKmsIssuer: typeof deleteKmsIssuer;
|
|
7280
|
+
createKmsIssuerPolicy: typeof createKmsIssuerPolicy;
|
|
7281
|
+
updateKmsIssuerPolicy: typeof updateKmsIssuerPolicy;
|
|
7282
|
+
deleteKmsIssuerPolicy: typeof deleteKmsIssuerPolicy;
|
|
7283
|
+
};
|
|
7049
7284
|
logs: {
|
|
7050
7285
|
getRuntimeLogs: typeof getRuntimeLogs;
|
|
7051
7286
|
};
|
|
@@ -7301,7 +7536,7 @@ declare const tagDictionary: {
|
|
|
7301
7536
|
readonly PATCH: readonly ["updateNetwork", "updateStaticIps"];
|
|
7302
7537
|
};
|
|
7303
7538
|
readonly connect: {
|
|
7304
|
-
readonly POST: readonly ["createConnector", "getConnectorToken", "
|
|
7539
|
+
readonly POST: readonly ["createConnector", "getConnectorToken", "createConnectorAuthorizationRequest"];
|
|
7305
7540
|
};
|
|
7306
7541
|
readonly deployments: {
|
|
7307
7542
|
readonly GET: readonly ["getDeploymentEvents", "getDeployment", "listDeploymentFiles", "getDeploymentFileContents", "getDeployments"];
|
|
@@ -7372,7 +7607,7 @@ declare const tagDictionary: {
|
|
|
7372
7607
|
readonly marketplace: {
|
|
7373
7608
|
readonly PATCH: readonly ["updateInstallation", "updateResource", "updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId"];
|
|
7374
7609
|
readonly GET: readonly ["getAccountInfo", "getMember", "getIntegrationResources", "getIntegrationResource", "getInvoice", "getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfig"];
|
|
7375
|
-
readonly POST: readonly ["rotateInstallationCredential", "createEvent", "submitBillingData", "submitInvoice", "finalizeInstallation", "updateInvoice", "submitPrepaymentBalances", "exchangeSsoToken", "createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItems"];
|
|
7610
|
+
readonly POST: readonly ["rotateInstallationCredential", "revokeInstallationCredential", "createEvent", "submitBillingData", "submitInvoice", "finalizeInstallation", "updateInvoice", "submitPrepaymentBalances", "exchangeSsoToken", "createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItems"];
|
|
7376
7611
|
readonly DELETE: readonly ["deleteIntegrationResource", "deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId"];
|
|
7377
7612
|
readonly PUT: readonly ["importResource", "updateResourceSecrets", "updateResourceSecretsById", "replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfig"];
|
|
7378
7613
|
};
|
|
@@ -7381,6 +7616,12 @@ declare const tagDictionary: {
|
|
|
7381
7616
|
readonly GET: readonly ["listAuthTokens", "getAuthToken"];
|
|
7382
7617
|
readonly DELETE: readonly ["deleteAuthToken"];
|
|
7383
7618
|
};
|
|
7619
|
+
readonly kms: {
|
|
7620
|
+
readonly GET: readonly ["listKmsIssuers", "getKmsIssuer"];
|
|
7621
|
+
readonly POST: readonly ["createKmsIssuer", "signKmsMessage", "signKmsToken", "createKmsSigningKey", "activateKmsSigningKey", "revokeKmsSigningKey", "createKmsIssuerPolicy"];
|
|
7622
|
+
readonly PATCH: readonly ["updateKmsIssuer", "updateKmsIssuerPolicy"];
|
|
7623
|
+
readonly DELETE: readonly ["deleteKmsIssuer", "deleteKmsIssuerPolicy"];
|
|
7624
|
+
};
|
|
7384
7625
|
readonly logs: {
|
|
7385
7626
|
readonly GET: readonly ["getRuntimeLogs"];
|
|
7386
7627
|
};
|
|
@@ -7473,5 +7714,5 @@ declare const tagDictionary: {
|
|
|
7473
7714
|
};
|
|
7474
7715
|
};
|
|
7475
7716
|
|
|
7476
|
-
export { acceptProjectTransferRequest, addBypassIp, addProjectDomain, addProjectMember, addRepositoryPermission, addRoute, aggregateEvents, aggregatePageviews, approveRollingReleaseStage, artifactQuery, assignAlias, batchRemoveProjectEnv, buyCredits, buyDomains, buySingleDomain, cancelDeployment, claimDomainOwnership, clearRepositoryPermissions, completeRollingRelease, connectIntegrationResourceToProject, countEvents, countPageviews, createAccessGroup, createAccessGroupProject, createAiGatewayRule, createAiGatewayVirtualModelConfig, createApiKeys, createAuthToken, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploads, createCheck, createConfigurableLogDrain, createConnector, createConnectorAuthorizationRequest,
|
|
7717
|
+
export { acceptProjectTransferRequest, activateKmsSigningKey, addBypassIp, addProjectDomain, addProjectMember, addRepositoryPermission, addRoute, aggregateEvents, aggregatePageviews, approveRollingReleaseStage, artifactQuery, assignAlias, batchRemoveProjectEnv, buyCredits, buyDomains, buySingleDomain, cancelDeployment, claimDomainOwnership, clearRepositoryPermissions, completeRollingRelease, connectIntegrationResourceToProject, countEvents, countPageviews, createAccessGroup, createAccessGroupProject, createAiGatewayRule, createAiGatewayVirtualModelConfig, createApiKeys, createAuthToken, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploads, createCheck, createConfigurableLogDrain, createConnector, createConnectorAuthorizationRequest, createCustomEnvironment, createDeployment, createDeploymentCheckRun, createDrain, createEdgeConfig, createEdgeConfigToken, createEvent, createFlag, createFlagSegment, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItems, createIntegrationStoreDirect, createKmsIssuer, createKmsIssuerPolicy, createKmsSigningKey, createLogDrain, createMicrofrontendsGroupWithApplications, createNetwork, createObservabilityQuery, createOrTransferDomain, createProject, createProjectCheck, createProjectEnv, createProjectTransferRequest, createRecord, createRepository, createSandboxesByNameForkV2, createSandboxesByNameForkV3, createSandboxesSessionsBySessionIdSnapshotV2, createSandboxesSessionsBySessionIdSnapshotV3, createSandboxesV2, createSandboxesV3, createSandboxesV4, createSdkKey, createSecurityFirewallConfigByConfigVersionActivate, createSessionDirectory, createSharedEnvVariable, createSpeedInsightsToggle, createStorageStoresBlob, createTeam, createTraceSession, createWebInsightsToggle, createWebhook, dangerouslyDeleteBySrcImages, dangerouslyDeleteByTags, deleteAccessGroup, deleteAccessGroupProject, deleteAiGatewayRule, deleteAiGatewayVirtualModelConfig, deleteAlias, deleteAllArtifacts, deleteAuthToken, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigest, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuid, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReference, deleteConfigurableLogDrain, deleteConfiguration, deleteDeployment, deleteDomain, deleteDrain, deleteDrive, deleteEdgeConfig, deleteEdgeConfigSchema, deleteEdgeConfigTokens, deleteFlag, deleteFlagSegment, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId, deleteIntegrationLogDrain, deleteIntegrationResource, deleteKmsIssuer, deleteKmsIssuerPolicy, deleteMicrofrontendsGroup, deleteNetwork, deleteProject, deleteProjectCheck, deleteRedirects, deleteRepository, deleteRepositoryImage, deleteRollingReleaseConfig, deleteRoutes, deleteSandbox, deleteSdkKey, deleteSecurityFirewallConfigByConfigVersion, deleteSessionSnapshot, deleteSharedEnvVariable, deleteStorageStoresBlobById, deleteTeam, deleteTeamInviteCode, deleteWebhook, downloadArtifact, editProjectEnv, editRedirect, editRoute, exchangeSsoToken, extendSessionTimeout, filterProjectEnvs, finalizeInstallation, generateFirewallRule, generateRoute, getAccountInfo, getActiveAttackStatus, getAiGatewayVirtualModelConfig, getAlias, getAllChecks, getAllLogDrains, getAuthToken, getAuthUser, getBillingPlans, getBulkAvailability, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigest, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuid, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReference, getByTeamSlugByProjectSlugByRepositoryNameTagsList, getBypassIp, getCertById, getCerts, getCheck, getConfigurableLogDrain, getConfiguration, getConfigurationProducts, getConfigurations, getConnectorToken, getContactInfoSchema, getCustomEnvironment, getDeployment, getDeploymentCheckRun, getDeploymentEvents, getDeploymentFeatureFlags, getDeploymentFileContents, getDeployments, getDomain, getDomainAuthCode, getDomainAvailability, getDomainConfig, getDomainContactVerification, getDomainPrice, getDomainProjectDomains, getDomainTransferIn, getDomainVerificationRecord, getDomains, getDomainsRecordsByRecordId, getDrain, getDrains, getEdgeConfig, getEdgeConfigBackup, getEdgeConfigBackups, getEdgeConfigItem, getEdgeConfigItems, getEdgeConfigSchema, getEdgeConfigToken, getEdgeConfigTokens, getEdgeConfigs, getFirewallConfig, getFlag, getFlagSegment, getFlagSettings, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfig, getIntegrationLogDrains, getIntegrationResource, getIntegrationResources, getInvoice, getKmsIssuer, getMember, getMicrofrontendsConfig, getMicrofrontendsConfigForProject, getMicrofrontendsGroups, getMicrofrontendsInGroup, getNamedSandbox, getObservabilityConfigurationProjects, getObservabilitySchema, getObservabilitySchemaByMetricId, getOrCreateDrive, getOrder, getProject, getProjectCheck, getProjectDomain, getProjectDomains, getProjectEnv, getProjectMembers, getProjectToken, getProjectTrace, getProjects, getProjectsByIdOrNameCustomEnvironments, getRecords, getRedirects, getRepository, getRepositoryImage, getRepositoryTag, getRollingRelease, getRollingReleaseBillingStatus, getRollingReleaseConfig, getRoot, getRouteVersions, getRoutes, getRuntimeLogs, getSdkKeys, getSecurityFirewallConfig, getSecurityFirewallEvents, getSession, getSessionCommand, getSessionCommandLogs, getSessionSnapshot, getSharedEnvVar, getStorageStoresById, getSupportedTlds, getTeam, getTeamAccessRequest, getTeamMembers, getTeams, getTld, getTldPrice, getVersions, getWebhook, getWebhooks, gitNamespaces, importResource, invalidateBySrcImages, invalidateByTags, inviteUserToTeam, issueCert, joinTeam, killSessionCommand, listAccessGroupMembers, listAccessGroupProjects, listAccessGroups, listAiGatewayRules, listAiGatewayVirtualModelConfigs, listAliases, listAuthTokens, listBillingCharges, listCheckRuns, listContractCommitments, listDeploymentAliases, listDeploymentCheckRuns, listDeploymentFiles, listDrives, listEventTypes, listFlagSegments, listFlagVersions, listFlags, listFlagsV2, listKmsIssuers, listNetworks, listProjectChecks, listPromoteAliases, listRepositories, listRepositoryImages, listRepositoryPermissions, listRepositoryTags, listSandboxes, listSessionCommands, listSessionSnapshots, listSessions, listSharedEnvVariable, listTeamFlagSettings, listTeamFlags, listTeamFlagsV2, listUserEvents, moveProjectDomain, operationsByPath, operationsByTag, patchDomain, patchEdgeConfigItems, patchEdgeConfigSchema, patchTeam, patchUrlProtectionBypass, pauseProject, postTeamDsyncRoles, putFirewallConfig, readAccessGroup, readAccessGroupProject, readNetwork, readSessionFile, recordEvents, removeBypassIp, removeCert, removeCustomEnvironment, removeProjectDomain, removeProjectEnv, removeProjectMember, removeRecord, removeRepositoryPermission, removeTeamMember, renewDomain, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuid, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReference, replaceDomainsByDomainRecords, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfig, requestAccessToTeam, requestDelete, requestPromote, requestRollback, rerequestCheck, restoreEdgeConfigBackup, restoreRedirects, revokeInstallationCredential, revokeKmsSigningKey, rotateInstallationCredential, runSessionCommand, searchRepo, signKmsMessage, signKmsToken, stageRedirects, stageRoutes, startRollingRelease, status, stopSession, submitBillingData, submitInvoice, submitPrepaymentBalances, tagDictionary, testDrain, transferInDomain, unlinkSharedEnvVariable, unpauseProject, updateAccessGroup, updateAccessGroupProject, updateAiGatewayRule, updateAiGatewayVirtualModelConfig, updateAttackChallengeMode, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuid, updateCheck, updateCustomEnvironment, updateDeploymentCheckRun, updateDomainAutoRenew, updateDomainNameservers, updateDrain, updateEdgeConfig, updateFirewallConfig, updateFlag, updateFlagSegment, updateFlagSettings, updateInstallation, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemId, updateIntegrationDeploymentAction, updateInvoice, updateKmsIssuer, updateKmsIssuerPolicy, updateMicrofrontends, updateMicrofrontendsGroup, updateNetwork, updateObservabilityConfigurationProject, updateProject, updateProjectCheck, updateProjectDomain, updateProjectProtectionBypass, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescription, updateRecord, updateResource, updateResourceSecrets, updateResourceSecretsById, updateRollingReleaseConfig, updateRouteVersions, updateSandbox, updateSessionNetworkPolicy, updateSharedEnvVariable, updateStaticIps, updateTeamMember, updateVersion, uploadArtifact, uploadCert, uploadFile, uploadProjectAvatar, verifyProjectDomain, writeSessionFiles };
|
|
7477
7718
|
//# sourceMappingURL=components.d.mts.map
|