Skip to content

Commit 79fb752

Browse files
committed
feat: update generated APIs
1 parent b041972 commit 79fb752

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages_generated/iam/src/v1alpha1/index.gen.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export type {
1717
CreateApplicationRequest,
1818
CreateGroupRequest,
1919
CreateJWTRequest,
20-
CreateOrganizationSamlRequest,
2120
CreatePolicyRequest,
2221
CreateSSHKeyRequest,
2322
CreateUserMFAOTPRequest,
@@ -27,12 +26,13 @@ export type {
2726
DeleteApplicationRequest,
2827
DeleteGroupRequest,
2928
DeleteJWTRequest,
30-
DeleteOrganizationSamlRequest,
3129
DeletePolicyRequest,
3230
DeleteSamlCertificateRequest,
31+
DeleteSamlRequest,
3332
DeleteSSHKeyRequest,
3433
DeleteUserMFAOTPRequest,
3534
DeleteUserRequest,
35+
EnableOrganizationSamlRequest,
3636
EncodedJWT,
3737
GetAPIKeyRequest,
3838
GetApplicationRequest,
@@ -44,7 +44,6 @@ export type {
4444
GetOrganizationSecuritySettingsRequest,
4545
GetPolicyRequest,
4646
GetQuotumRequest,
47-
GetSamlInformationRequest,
4847
GetSSHKeyRequest,
4948
GetUserConnectionsRequest,
5049
GetUserConnectionsResponse,
@@ -114,7 +113,8 @@ export type {
114113
SamlCertificate,
115114
SamlCertificateOrigin,
116115
SamlCertificateType,
117-
SamlInformation,
116+
SamlServiceProvider,
117+
SamlStatus,
118118
SetGroupMembersRequest,
119119
SetOrganizationAliasRequest,
120120
SetRulesRequest,
@@ -124,9 +124,9 @@ export type {
124124
UpdateAPIKeyRequest,
125125
UpdateApplicationRequest,
126126
UpdateGroupRequest,
127-
UpdateOrganizationSamlRequest,
128127
UpdateOrganizationSecuritySettingsRequest,
129128
UpdatePolicyRequest,
129+
UpdateSamlRequest,
130130
UpdateSSHKeyRequest,
131131
UpdateUserPasswordRequest,
132132
UpdateUserRequest,

packages_generated/key_manager/src/v1alpha1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The data encryption key is returned in plaintext and ciphertext but it should on
296296
)
297297

298298
/**
299-
* Encrypt a payload. Encrypt a payload using an existing key, specified by the `key_id` parameter. Only keys with a usage set to `symmetric_encryption` are supported by this method. The maximum payload size that can be encrypted is 64 KB of plaintext.
299+
* Encrypt a payload. Encrypt a payload using an existing key, specified by the `key_id` parameter. The maximum payload size that can be encrypted is 64 KB of plaintext.
300300
*
301301
* @param request - The request {@link EncryptRequest}
302302
* @returns A Promise of EncryptResponse

0 commit comments

Comments
 (0)