Skip to content

Commit 8de6a00

Browse files
## Typescript SDK Changes: (#192)
* `vercel.security.putFirewallConfig()`: * `request.requestBody.managedRules` **Changed** **Breaking** ⚠️ * `vercel.teams.getTeams()`: `response.teams.[].[team].defaultDeploymentProtection` **Changed** **Breaking** ⚠️ * `vercel.teams.patchTeam()`: `response.defaultdeploymentprotection` **Changed** **Breaking** ⚠️ * `vercel.teams.getTeam()`: `response.defaultdeploymentprotection` **Changed** **Breaking** ⚠️ * `vercel.put/v1/bulkRedirects()`: **Deleted** **Breaking** ⚠️ * `vercel.post/v1/bulkRedirects/restore()`: **Deleted** **Breaking** ⚠️ * `vercel.bulkRedirects.updateVersion()`: **Added** * `vercel.get/v1/bulkRedirects()`: **Deleted** **Breaking** ⚠️ * `vercel.bulkRedirects.stageRedirects()`: **Added** * `vercel.delete/v1/bulkRedirects()`: **Deleted** **Breaking** ⚠️ * `vercel.patch/v1/bulkRedirects()`: **Deleted** **Breaking** ⚠️ * `vercel.bulkRedirects.getVersions()`: **Added** * `vercel.get/v1/bulkRedirects/versions()`: **Deleted** **Breaking** ⚠️ * `vercel.post/v1/bulkRedirects/versions()`: **Deleted** **Breaking** ⚠️ * `vercel.bulkRedirects.restoreRedirects()`: **Added** * `vercel.bulkRedirects.editRedirect()`: **Added** * `vercel.bulkRedirects.deleteRedirects()`: **Added** * `vercel.bulkRedirects.getRedirects()`: **Added** Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 6ffaae5 commit 8de6a00

148 files changed

Lines changed: 4707 additions & 3638 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 398 additions & 306 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: true
3030
skipResponseBodyAssertions: false
3131
typescript:
32-
version: 1.18.3
32+
version: 1.18.4
3333
acceptHeaderEnum: true
3434
additionalDependencies:
3535
dependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7394,3 +7394,161 @@ workflows:
73947394
type: simple
73957395
x-speakeasy-test-group: teams
73967396
x-speakeasy-test-rebuild: true
7397+
- workflowId: stageRedirects
7398+
steps:
7399+
- stepId: test
7400+
operationId: stageRedirects
7401+
parameters:
7402+
- name: teamId
7403+
in: query
7404+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7405+
- name: slug
7406+
in: query
7407+
value: my-team-url-slug
7408+
successCriteria:
7409+
- condition: $statusCode == 200
7410+
- condition: $response.header.Content-Type == application/json
7411+
- context: $response.body
7412+
condition: |
7413+
{"alias":"<value>","version":{"id":"<id>","key":"<key>","lastModified":1324.19,"createdBy":"<value>"}}
7414+
type: simple
7415+
x-speakeasy-test-group: bulk-redirects
7416+
x-speakeasy-test-rebuild: true
7417+
- workflowId: getRedirects
7418+
steps:
7419+
- stepId: test
7420+
operationId: getRedirects
7421+
parameters:
7422+
- name: projectId
7423+
in: query
7424+
value: <id>
7425+
- name: teamId
7426+
in: query
7427+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7428+
- name: slug
7429+
in: query
7430+
value: my-team-url-slug
7431+
successCriteria:
7432+
- condition: $statusCode == 200
7433+
- condition: $response.header.Content-Type == application/json
7434+
- context: $response.body
7435+
condition: |
7436+
{"key":"<value>","key1":"<value>","key2":"<value>"}
7437+
type: simple
7438+
x-speakeasy-test-group: bulk-redirects
7439+
x-speakeasy-test-rebuild: true
7440+
- workflowId: deleteRedirects
7441+
steps:
7442+
- stepId: test
7443+
operationId: deleteRedirects
7444+
parameters:
7445+
- name: projectId
7446+
in: query
7447+
value: <id>
7448+
- name: teamId
7449+
in: query
7450+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7451+
- name: slug
7452+
in: query
7453+
value: my-team-url-slug
7454+
successCriteria:
7455+
- condition: $statusCode == 200
7456+
- condition: $response.header.Content-Type == application/json
7457+
- context: $response.body
7458+
condition: |
7459+
{"alias":"<value>","version":{"id":"<id>","key":"<key>","lastModified":7020.06,"createdBy":"<value>"}}
7460+
type: simple
7461+
x-speakeasy-test-group: bulk-redirects
7462+
x-speakeasy-test-rebuild: true
7463+
- workflowId: editRedirect
7464+
steps:
7465+
- stepId: test
7466+
operationId: editRedirect
7467+
parameters:
7468+
- name: projectId
7469+
in: query
7470+
value: <id>
7471+
- name: teamId
7472+
in: query
7473+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7474+
- name: slug
7475+
in: query
7476+
value: my-team-url-slug
7477+
successCriteria:
7478+
- condition: $statusCode == 200
7479+
- condition: $response.header.Content-Type == application/json
7480+
- context: $response.body
7481+
condition: |
7482+
{"alias":"<value>","version":{"id":"<id>","key":"<key>","lastModified":5280.13,"createdBy":"<value>"}}
7483+
type: simple
7484+
x-speakeasy-test-group: bulk-redirects
7485+
x-speakeasy-test-rebuild: true
7486+
- workflowId: restoreRedirects
7487+
steps:
7488+
- stepId: test
7489+
operationId: restoreRedirects
7490+
parameters:
7491+
- name: projectId
7492+
in: query
7493+
value: <id>
7494+
- name: teamId
7495+
in: query
7496+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7497+
- name: slug
7498+
in: query
7499+
value: my-team-url-slug
7500+
successCriteria:
7501+
- condition: $statusCode == 200
7502+
- condition: $response.header.Content-Type == application/json
7503+
- context: $response.body
7504+
condition: |
7505+
{"version":{"id":"<id>","key":"<key>","lastModified":4904.99,"createdBy":"<value>"},"restored":["<value 1>","<value 2>","<value 3>"],"failedToRestore":["<value 1>","<value 2>"]}
7506+
type: simple
7507+
x-speakeasy-test-group: bulk-redirects
7508+
x-speakeasy-test-rebuild: true
7509+
- workflowId: getVersions
7510+
steps:
7511+
- stepId: test
7512+
operationId: getVersions
7513+
parameters:
7514+
- name: projectId
7515+
in: query
7516+
value: <id>
7517+
- name: teamId
7518+
in: query
7519+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7520+
- name: slug
7521+
in: query
7522+
value: my-team-url-slug
7523+
successCriteria:
7524+
- condition: $statusCode == 200
7525+
- condition: $response.header.Content-Type == application/json
7526+
- context: $response.body
7527+
condition: |
7528+
{"versions":[{"id":"<id>","key":"<key>","lastModified":209.01,"createdBy":"<value>"}]}
7529+
type: simple
7530+
x-speakeasy-test-group: bulk-redirects
7531+
x-speakeasy-test-rebuild: true
7532+
- workflowId: updateVersion
7533+
steps:
7534+
- stepId: test
7535+
operationId: updateVersion
7536+
parameters:
7537+
- name: projectId
7538+
in: query
7539+
value: <id>
7540+
- name: teamId
7541+
in: query
7542+
value: team_1a2b3c4d5e6f7g8h9i0j1k2l
7543+
- name: slug
7544+
in: query
7545+
value: my-team-url-slug
7546+
successCriteria:
7547+
- condition: $statusCode == 200
7548+
- condition: $response.header.Content-Type == application/json
7549+
- context: $response.body
7550+
condition: |
7551+
{"version":{"id":"<id>","key":"<key>","lastModified":7506.95,"createdBy":"<value>"}}
7552+
type: simple
7553+
x-speakeasy-test-group: bulk-redirects
7554+
x-speakeasy-test-rebuild: true

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.680.0
22
sources:
33
vercel-OAS:
44
sourceNamespace: vercel-oas
5-
sourceRevisionDigest: sha256:073a1a881b4c111a6c4043ad1a1b2be425f9e9f8741920286919c154dfc86f29
6-
sourceBlobDigest: sha256:4537d1843edeff38d4705cb476c6854054dda5369c7d4c793189d05459c7566c
5+
sourceRevisionDigest: sha256:1ab95610f81298dcc5d64b373b8b4575a4166d5cb4065641f4a666be13eb0435
6+
sourceBlobDigest: sha256:964a1a4b9ad6142a893fb154ca541e7582f9cfdc9ed123441513bccbcca95a1b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1765325306
9+
- speakeasy-sdk-regen-1766022556
1010
- 0.0.1
1111
targets:
1212
vercel:
1313
source: vercel-OAS
1414
sourceNamespace: vercel-oas
15-
sourceRevisionDigest: sha256:073a1a881b4c111a6c4043ad1a1b2be425f9e9f8741920286919c154dfc86f29
16-
sourceBlobDigest: sha256:4537d1843edeff38d4705cb476c6854054dda5369c7d4c793189d05459c7566c
15+
sourceRevisionDigest: sha256:1ab95610f81298dcc5d64b373b8b4575a4166d5cb4065641f4a666be13eb0435
16+
sourceBlobDigest: sha256:964a1a4b9ad6142a893fb154ca541e7582f9cfdc9ed123441513bccbcca95a1b
1717
codeSamplesNamespace: vercel-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:b783d914b8c8f5958802adecf6df3f80b15b42212594785eb2dc30bd6d5915ab
18+
codeSamplesRevisionDigest: sha256:6991910ce7e8cfd7d258f8d332484c5827e00d5d9294e3186397b4c1728ecf05
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,11 @@ const vercel = new Vercel({
195195
});
196196

197197
async function run() {
198-
const result = await vercel.putV1BulkRedirects();
198+
const result = await vercel.accessGroups.readAccessGroup({
199+
idOrName: "ag_1a2b3c4d5e6f7g8h9i0j",
200+
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
201+
slug: "my-team-url-slug",
202+
});
199203

200204
console.log(result);
201205
}
@@ -281,16 +285,6 @@ run();
281285
<details open>
282286
<summary>Available methods</summary>
283287

284-
### [Vercel SDK](docs/sdks/vercel/README.md)
285-
286-
* [putV1BulkRedirects](docs/sdks/vercel/README.md#putv1bulkredirects)
287-
* [getV1BulkRedirects](docs/sdks/vercel/README.md#getv1bulkredirects) - Get the version history for a project's bulk redirects
288-
* [deleteV1BulkRedirects](docs/sdks/vercel/README.md#deletev1bulkredirects) - Deletes the provided redirects from the latest version of the projects' bulk redirects. Stages a new change with the new redirects and returns the alias for the new version in the response.
289-
* [patchV1BulkRedirects](docs/sdks/vercel/README.md#patchv1bulkredirects) - Edits a single redirect identified by its source path. Stages a new change with the modified redirect and returns the alias for the new version in the response.
290-
* [postV1BulkRedirectsRestore](docs/sdks/vercel/README.md#postv1bulkredirectsrestore) - Restores the provided redirects in the staging version to the value in the production version. If no production version exists, removes the redirects from staging.
291-
* [getV1BulkRedirectsVersions](docs/sdks/vercel/README.md#getv1bulkredirectsversions) - Get the version history for a project's bulk redirects
292-
* [postV1BulkRedirectsVersions](docs/sdks/vercel/README.md#postv1bulkredirectsversions) - Update a version by promoting staging to production or restoring a previous production version
293-
294288
### [AccessGroups](docs/sdks/accessgroups/README.md)
295289

296290
* [readAccessGroup](docs/sdks/accessgroups/README.md#readaccessgroup) - Reads an access group
@@ -331,6 +325,16 @@ run();
331325
* [getAuthToken](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
332326
* [deleteAuthToken](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
333327

328+
### [BulkRedirects](docs/sdks/bulkredirects/README.md)
329+
330+
* [stageRedirects](docs/sdks/bulkredirects/README.md#stageredirects) - Stages new redirects for a project.
331+
* [getRedirects](docs/sdks/bulkredirects/README.md#getredirects) - Gets project-level redirects.
332+
* [deleteRedirects](docs/sdks/bulkredirects/README.md#deleteredirects) - Delete project-level redirects.
333+
* [editRedirect](docs/sdks/bulkredirects/README.md#editredirect) - Edit a project-level redirect.
334+
* [restoreRedirects](docs/sdks/bulkredirects/README.md#restoreredirects) - Restore staged project-level redirects to their production version.
335+
* [getVersions](docs/sdks/bulkredirects/README.md#getversions) - Get the version history for a project's redirects.
336+
* [updateVersion](docs/sdks/bulkredirects/README.md#updateversion) - Promote a staging version to production or restore a previous production version.
337+
334338
### [Certs](docs/sdks/certs/README.md)
335339

336340
* [getCertById](docs/sdks/certs/README.md#getcertbyid) - Get cert by id
@@ -637,6 +641,13 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
637641
- [`authenticationDeleteAuthToken`](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
638642
- [`authenticationGetAuthToken`](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
639643
- [`authenticationListAuthTokens`](docs/sdks/authentication/README.md#listauthtokens) - List Auth Tokens
644+
- [`bulkRedirectsDeleteRedirects`](docs/sdks/bulkredirects/README.md#deleteredirects) - Delete project-level redirects.
645+
- [`bulkRedirectsEditRedirect`](docs/sdks/bulkredirects/README.md#editredirect) - Edit a project-level redirect.
646+
- [`bulkRedirectsGetRedirects`](docs/sdks/bulkredirects/README.md#getredirects) - Gets project-level redirects.
647+
- [`bulkRedirectsGetVersions`](docs/sdks/bulkredirects/README.md#getversions) - Get the version history for a project's redirects.
648+
- [`bulkRedirectsRestoreRedirects`](docs/sdks/bulkredirects/README.md#restoreredirects) - Restore staged project-level redirects to their production version.
649+
- [`bulkRedirectsStageRedirects`](docs/sdks/bulkredirects/README.md#stageredirects) - Stages new redirects for a project.
650+
- [`bulkRedirectsUpdateVersion`](docs/sdks/bulkredirects/README.md#updateversion) - Promote a staging version to production or restore a previous production version.
640651
- [`certsGetCertById`](docs/sdks/certs/README.md#getcertbyid) - Get cert by id
641652
- [`certsIssueCert`](docs/sdks/certs/README.md#issuecert) - Issue a new cert
642653
- [`certsRemoveCert`](docs/sdks/certs/README.md#removecert) - Remove cert
@@ -648,7 +659,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
648659
- [`checksUpdateCheck`](docs/sdks/checks/README.md#updatecheck) - Update a check
649660
- [`connectUpdateStaticIps`](docs/sdks/connect/README.md#updatestaticips) - Configures Static IPs for a project
650661
- [`connectUpdateStaticIps`](docs/sdks/staticips/README.md#updatestaticips) - Configures Static IPs for a project
651-
- [`deleteV1BulkRedirects`](docs/sdks/vercel/README.md#deletev1bulkredirects) - Deletes the provided redirects from the latest version of the projects' bulk redirects. Stages a new change with the new redirects and returns the alias for the new version in the response.
652662
- [`deploymentsCancelDeployment`](docs/sdks/deployments/README.md#canceldeployment) - Cancel a deployment
653663
- [`deploymentsCreateDeployment`](docs/sdks/deployments/README.md#createdeployment) - Create a new deployment
654664
- [`deploymentsDeleteDeployment`](docs/sdks/deployments/README.md#deletedeployment) - Delete a Deployment
@@ -725,8 +735,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
725735
- [`environmentUnlinkSharedEnvVariable`](docs/sdks/environment/README.md#unlinksharedenvvariable) - Disconnects a shared environment variable for a given project
726736
- [`environmentUpdateCustomEnvironment`](docs/sdks/environment/README.md#updatecustomenvironment) - Update a custom environment
727737
- [`environmentUpdateSharedEnvVariable`](docs/sdks/environment/README.md#updatesharedenvvariable) - Updates one or more shared environment variables
728-
- [`getV1BulkRedirects`](docs/sdks/vercel/README.md#getv1bulkredirects) - Get the version history for a project's bulk redirects
729-
- [`getV1BulkRedirectsVersions`](docs/sdks/vercel/README.md#getv1bulkredirectsversions) - Get the version history for a project's bulk redirects
730738
- [`integrationsConnectIntegrationResourceToProject`](docs/sdks/integrations/README.md#connectintegrationresourcetoproject) - Connect integration resource to project
731739
- [`integrationsCreateIntegrationStoreDirect`](docs/sdks/integrations/README.md#createintegrationstoredirect) - Create integration store (free and paid plans)
732740
- [`integrationsDeleteConfiguration`](docs/sdks/integrations/README.md#deleteconfiguration) - Delete an integration configuration
@@ -765,9 +773,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
765773
- [`marketplaceUpdateResource`](docs/sdks/marketplace/README.md#updateresource) - Update Resource
766774
- [`marketplaceUpdateResourceSecrets`](docs/sdks/marketplace/README.md#updateresourcesecrets) - Update Resource Secrets (Deprecated)
767775
- [`marketplaceUpdateResourceSecretsById`](docs/sdks/marketplace/README.md#updateresourcesecretsbyid) - Update Resource Secrets
768-
- [`patchV1BulkRedirects`](docs/sdks/vercel/README.md#patchv1bulkredirects) - Edits a single redirect identified by its source path. Stages a new change with the modified redirect and returns the alias for the new version in the response.
769-
- [`postV1BulkRedirectsRestore`](docs/sdks/vercel/README.md#postv1bulkredirectsrestore) - Restores the provided redirects in the staging version to the value in the production version. If no production version exists, removes the redirects from staging.
770-
- [`postV1BulkRedirectsVersions`](docs/sdks/vercel/README.md#postv1bulkredirectsversions) - Update a version by promoting staging to production or restoring a previous production version
771776
- [`projectMembersAddProjectMember`](docs/sdks/projectmembers/README.md#addprojectmember) - Adds a new member to a project.
772777
- [`projectMembersGetProjectMembers`](docs/sdks/projectmembers/README.md#getprojectmembers) - List project members
773778
- [`projectMembersRemoveProjectMember`](docs/sdks/projectmembers/README.md#removeprojectmember) - Remove a Project Member
@@ -799,7 +804,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
799804
- [`projectsUpdateProjectProtectionBypass`](docs/sdks/projects/README.md#updateprojectprotectionbypass) - Update Protection Bypass for Automation
800805
- [`projectsUploadProjectClientCert`](docs/sdks/projects/README.md#uploadprojectclientcert) - Upload client certificate for egress mTLS
801806
- [`projectsVerifyProjectDomain`](docs/sdks/projects/README.md#verifyprojectdomain) - Verify project domain
802-
- [`putV1BulkRedirects`](docs/sdks/vercel/README.md#putv1bulkredirects)
803807
- [`rollingReleaseApproveRollingReleaseStage`](docs/sdks/rollingrelease/README.md#approverollingreleasestage) - Update the active rolling release to the next stage for a project
804808
- [`rollingReleaseCompleteRollingRelease`](docs/sdks/rollingrelease/README.md#completerollingrelease) - Complete the rolling release for the project
805809
- [`rollingReleaseDeleteRollingReleaseConfig`](docs/sdks/rollingrelease/README.md#deleterollingreleaseconfig) - Delete rolling release configuration
@@ -893,10 +897,16 @@ To change the default retry strategy for a single API call, simply provide a ret
893897
```typescript
894898
import { Vercel } from "@vercel/sdk";
895899

896-
const vercel = new Vercel();
900+
const vercel = new Vercel({
901+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
902+
});
897903

898904
async function run() {
899-
const result = await vercel.putV1BulkRedirects({
905+
const result = await vercel.accessGroups.readAccessGroup({
906+
idOrName: "ag_1a2b3c4d5e6f7g8h9i0j",
907+
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
908+
slug: "my-team-url-slug",
909+
}, {
900910
retries: {
901911
strategy: "backoff",
902912
backoff: {
@@ -931,10 +941,15 @@ const vercel = new Vercel({
931941
},
932942
retryConnectionErrors: false,
933943
},
944+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
934945
});
935946

936947
async function run() {
937-
const result = await vercel.putV1BulkRedirects();
948+
const result = await vercel.accessGroups.readAccessGroup({
949+
idOrName: "ag_1a2b3c4d5e6f7g8h9i0j",
950+
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
951+
slug: "my-team-url-slug",
952+
});
938953

939954
console.log(result);
940955
}
@@ -1055,10 +1070,15 @@ import { Vercel } from "@vercel/sdk";
10551070

10561071
const vercel = new Vercel({
10571072
serverURL: "https://api.vercel.com",
1073+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
10581074
});
10591075

10601076
async function run() {
1061-
const result = await vercel.putV1BulkRedirects();
1077+
const result = await vercel.accessGroups.readAccessGroup({
1078+
idOrName: "ag_1a2b3c4d5e6f7g8h9i0j",
1079+
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
1080+
slug: "my-team-url-slug",
1081+
});
10621082

10631083
console.log(result);
10641084
}

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,4 +848,14 @@ Based on:
848848
### Generated
849849
- [typescript v1.18.3] .
850850
### Releases
851-
- [NPM v1.18.3] https://www.npmjs.com/package/@vercel/sdk/v/1.18.3 - .
851+
- [NPM v1.18.3] https://www.npmjs.com/package/@vercel/sdk/v/1.18.3 - .
852+
853+
## 2025-12-18 01:48:40
854+
### Changes
855+
Based on:
856+
- OpenAPI Doc
857+
- Speakeasy CLI 1.680.0 (2.788.4) https://github.com/speakeasy-api/speakeasy
858+
### Generated
859+
- [typescript v1.18.4] .
860+
### Releases
861+
- [NPM v1.18.4] https://www.npmjs.com/package/@vercel/sdk/v/1.18.4 - .

docs/models/artifactqueryresponsebody2.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/models/defaultdeploymentprotection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DefaultDeploymentProtection
22

3-
Default deployment protection for this team
3+
Default deployment protection for this team null indicates protection is disabled
44

55
## Example Usage
66

0 commit comments

Comments
 (0)