Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 7, 2024
1 parent a114625 commit 67f7f49
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 91 deletions.
13 changes: 7 additions & 6 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4403,19 +4403,20 @@ Types:

Types:

- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedHeadersh</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedIdpsh</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedMethodsh</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedOriginsh</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedHeaders</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedHTTPMethods</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedIdPs</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedMethods</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AllowedOrigins</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">AppID</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">Application</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">CORSHeaders</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">CustomPagesh</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">CustomPages</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">SaaSAppNameFormat</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">SaaSAppNameIDFormat</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">SaaSAppSource</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">SAMLSaaSApp</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">SelfHostedDomainsh</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">SelfHostedDomains</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">ApplicationDeleteResponse</a></code>
- <code><a href="./src/resources/zero-trust/access/applications/applications.ts">ApplicationRevokeTokensResponse</a></code>

Expand Down
14 changes: 7 additions & 7 deletions src/resources/zero-trust/access/access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,19 +726,20 @@ export namespace Access {
export import SAMLGroupRule = AccessAPI.SAMLGroupRule;
export import ServiceTokenRule = AccessAPI.ServiceTokenRule;
export import Applications = ApplicationsAPI.Applications;
export import AllowedHeadersh = ApplicationsAPI.AllowedHeadersh;
export import AllowedIdpsh = ApplicationsAPI.AllowedIdpsh;
export import AllowedMethodsh = ApplicationsAPI.AllowedMethodsh;
export import AllowedOriginsh = ApplicationsAPI.AllowedOriginsh;
export import AllowedHeaders = ApplicationsAPI.AllowedHeaders;
export import AllowedHTTPMethods = ApplicationsAPI.AllowedHTTPMethods;
export import AllowedIdPs = ApplicationsAPI.AllowedIdPs;
export import AllowedMethods = ApplicationsAPI.AllowedMethods;
export import AllowedOrigins = ApplicationsAPI.AllowedOrigins;
export import AppID = ApplicationsAPI.AppID;
export import Application = ApplicationsAPI.Application;
export import CORSHeaders = ApplicationsAPI.CORSHeaders;
export import CustomPagesh = ApplicationsAPI.CustomPagesh;
export import CustomPages = ApplicationsAPI.CustomPages;
export import SaaSAppNameFormat = ApplicationsAPI.SaaSAppNameFormat;
export import SaaSAppNameIDFormat = ApplicationsAPI.SaaSAppNameIDFormat;
export import SaaSAppSource = ApplicationsAPI.SaaSAppSource;
export import SAMLSaaSApp = ApplicationsAPI.SAMLSaaSApp;
export import SelfHostedDomainsh = ApplicationsAPI.SelfHostedDomainsh;
export import SelfHostedDomains = ApplicationsAPI.SelfHostedDomains;
export import ApplicationDeleteResponse = ApplicationsAPI.ApplicationDeleteResponse;
export import ApplicationRevokeTokensResponse = ApplicationsAPI.ApplicationRevokeTokensResponse;
export import ApplicationsSinglePage = ApplicationsAPI.ApplicationsSinglePage;
Expand Down Expand Up @@ -791,7 +792,6 @@ export namespace Access {
export import Users = UsersAPI.Users;
export import AccessUser = UsersAPI.AccessUser;
export import AccessUsersSinglePage = UsersAPI.AccessUsersSinglePage;
export import CustomPages = CustomPagesAPI.CustomPages;
export import CustomPage = CustomPagesAPI.CustomPage;
export import CustomPageWithoutHTML = CustomPagesAPI.CustomPageWithoutHTML;
export import CustomPageDeleteResponse = CustomPagesAPI.CustomPageDeleteResponse;
Expand Down
Loading

0 comments on commit 67f7f49

Please sign in to comment.