@@ -726,19 +726,20 @@ export namespace Access {
726
726
export import SAMLGroupRule = AccessAPI . SAMLGroupRule ;
727
727
export import ServiceTokenRule = AccessAPI . ServiceTokenRule ;
728
728
export import Applications = ApplicationsAPI . Applications ;
729
- export import AllowedHeadersh = ApplicationsAPI . AllowedHeadersh ;
730
- export import AllowedIdpsh = ApplicationsAPI . AllowedIdpsh ;
731
- export import AllowedMethodsh = ApplicationsAPI . AllowedMethodsh ;
732
- export import AllowedOriginsh = ApplicationsAPI . AllowedOriginsh ;
729
+ export import AllowedHeaders = ApplicationsAPI . AllowedHeaders ;
730
+ export import AllowedHTTPMethods = ApplicationsAPI . AllowedHTTPMethods ;
731
+ export import AllowedIdPs = ApplicationsAPI . AllowedIdPs ;
732
+ export import AllowedMethods = ApplicationsAPI . AllowedMethods ;
733
+ export import AllowedOrigins = ApplicationsAPI . AllowedOrigins ;
733
734
export import AppID = ApplicationsAPI . AppID ;
734
735
export import Application = ApplicationsAPI . Application ;
735
736
export import CORSHeaders = ApplicationsAPI . CORSHeaders ;
736
- export import CustomPagesh = ApplicationsAPI . CustomPagesh ;
737
+ export import CustomPages = ApplicationsAPI . CustomPages ;
737
738
export import SaaSAppNameFormat = ApplicationsAPI . SaaSAppNameFormat ;
738
739
export import SaaSAppNameIDFormat = ApplicationsAPI . SaaSAppNameIDFormat ;
739
740
export import SaaSAppSource = ApplicationsAPI . SaaSAppSource ;
740
741
export import SAMLSaaSApp = ApplicationsAPI . SAMLSaaSApp ;
741
- export import SelfHostedDomainsh = ApplicationsAPI . SelfHostedDomainsh ;
742
+ export import SelfHostedDomains = ApplicationsAPI . SelfHostedDomains ;
742
743
export import ApplicationDeleteResponse = ApplicationsAPI . ApplicationDeleteResponse ;
743
744
export import ApplicationRevokeTokensResponse = ApplicationsAPI . ApplicationRevokeTokensResponse ;
744
745
export import ApplicationsSinglePage = ApplicationsAPI . ApplicationsSinglePage ;
@@ -791,7 +792,6 @@ export namespace Access {
791
792
export import Users = UsersAPI . Users ;
792
793
export import AccessUser = UsersAPI . AccessUser ;
793
794
export import AccessUsersSinglePage = UsersAPI . AccessUsersSinglePage ;
794
- export import CustomPages = CustomPagesAPI . CustomPages ;
795
795
export import CustomPage = CustomPagesAPI . CustomPage ;
796
796
export import CustomPageWithoutHTML = CustomPagesAPI . CustomPageWithoutHTML ;
797
797
export import CustomPageDeleteResponse = CustomPagesAPI . CustomPageDeleteResponse ;
0 commit comments