Miscellaneous Chores
-
#435 feat(generated)!: regenerate from spec (4 changes)
⚠️ Breaking- agents:
- Removed service
Agents
- Removed service
- sso:
- Removed model
TokenBody - Removed enum
TokenBodyGrantType - Removed model
TokenQuery - Changed parameter
SSO.token.grant_type
- Removed model
Features
- agents:
- Added model
AgentBlueprint - Added model
AgentInstance - Added model
AgentToken - Added model
AgentInstanceSession - Added model
AgentBlueprintInvocableBy - Added model
AgentBlueprintSessionSetting - Added model
AgentBlueprintsCreateRequest - Added model
AgentBlueprintsCreateRequestInvocableBy - Added model
AgentBlueprintsCreateRequestSessionSetting - Added model
AgentBlueprintsUpdateRequest - Added model
AgentBlueprintsUpdateRequestInvocableBy - Added model
AgentBlueprintsUpdateRequestSessionSetting - Added model
AgentBlueprintsTokenMintTokenRequest - Added enum
AgentInstanceType - Added enum
AgentInstanceSessionStatus - Added enum
AgentBlueprintsTokenMintTokenRequestType
- Added model
- agents_blueprints:
- Added service
AgentsBlueprints
- Added service
- agents_blueprints_tokens:
- Added service
AgentsBlueprintsTokens
- Added service
- agents_instances:
- Added service
AgentsInstances
- Added service
- agents_registrations:
- Added service
AgentsRegistrations
- Added service
- agents_sessions:
- Added service
AgentsSessions
- Added service
- organizations:
- Added
retention_periodtoUpdateAuditLogsRetention - Made
UpdateAuditLogsRetention.retention_period_in_daysoptional - Added enum
UpdateAuditLogsRetentionRetentionPeriod - Added model
CreateItContact - Added model
InviteItContact - Added model
ItContact - Added model
ItContactList - Added model
ItContactListListMetadata - Added enum
InviteItContactIntents - Added service
OrganizationsItContacts
- Added
- platform_teams:
- Added model
CreateTeam - Added model
Team - Added enum
TeamProductionState - Added service
PlatformTeams
- Added model
- sso:
- Added model
TokenQuery - Added enum
TokenQueryGrantType - Added model
CreateConnectionKeyPair - Added model
CreateConnectionSAMLOptions - Added model
CreateConnectionOidcOptions - Added model
CreateConnectionStandardAttributes - Added model
CreateConnectionAttributeMaps - Added model
CreateConnection - Added model
PatchConnectionSAMLOptions - Added model
PatchConnectionOidcOptions - Added model
PatchConnectionStandardAttributes - Added model
PatchConnectionAttributeMaps - Added model
PatchConnection - Added model
CreateSAMLIdpSigningCertificate - Added model
SAMLIdpSigningCertificate - Added model
SAMLIdpSigningCertificateList - Added model
SAMLSpEncryptionCertificate - Added model
SAMLSpEncryptionCertificateList - Added model
SAMLSpSigningCertificate - Added enum
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm - Added enum
PatchConnectionOidcOptionsIdTokenSignatureAlgorithm - Added endpoint
POST /connections - Added endpoint
GET /connections/{connectionId}/saml_idp_signing_certs - Added endpoint
POST /connections/{connectionId}/saml_idp_signing_certs - Added endpoint
DELETE /connections/{connectionId}/saml_idp_signing_certs/{certificateId} - Added endpoint
GET /connections/{connectionId}/saml_sp_encryption_certs - Added endpoint
POST /connections/{connectionId}/saml_sp_encryption_certs - Added endpoint
DELETE /connections/{connectionId}/saml_sp_encryption_certs/{certificateId} - Added endpoint
GET /connections/{connectionId}/saml_sp_signing_cert - Added endpoint
POST /connections/{connectionId}/saml_sp_signing_cert - Added endpoint
DELETE /connections/{connectionId}/saml_sp_signing_cert/{certificateId} - Added endpoint
PATCH /connections/{id} - Added model
TokenBody - Added enum
TokenBodyGrantType - Added enum
SSOGrantType - Changed required status for parameter
SSO.token.code
- Added model
- user_management:
- Added enum
CreateConnectionOidcOptionsTokenAuthenticationMethod - Added enum
PatchConnectionOidcOptionsTokenAuthenticationMethod - Added model
EmailCompletionSessionAuthenticateRequest - Added model
CreateWaitlistEntry - Added model
Waitlist - Added model
WaitlistEntry - Added enum
WaitlistEntryState - Added enum
UserManagementWaitlistsState - Added service
UserManagementWaitlists
- Added enum
- webhooks:
- Added
agent.instance.createdtoCreateWebhookEndpointEvents - Added
agent.instance.deletedtoCreateWebhookEndpointEvents - Added
agent.instance.session.createdtoCreateWebhookEndpointEvents - Added
agent.instance.session.revokedtoCreateWebhookEndpointEvents - Added
agent.instance.createdtoUpdateWebhookEndpointEvents - Added
agent.instance.deletedtoUpdateWebhookEndpointEvents - Added
agent.instance.session.createdtoUpdateWebhookEndpointEvents - Added
agent.instance.session.revokedtoUpdateWebhookEndpointEvents - Added
agent.blueprint.createdtoCreateWebhookEndpointEvents - Added
agent.blueprint.deletedtoCreateWebhookEndpointEvents - Added
agent.blueprint.updatedtoCreateWebhookEndpointEvents - Added
agent.blueprint.createdtoUpdateWebhookEndpointEvents - Added
agent.blueprint.deletedtoUpdateWebhookEndpointEvents - Added
agent.blueprint.updatedtoUpdateWebhookEndpointEvents
- Added
Fixes
- sso:
- Changed request body of
SSO.tokenfromTokenBodytoTokenQuery - Removed
DiscordOAuthfromConnectionType - Removed
GrokOAuthfromConnectionType - Removed
XOAuthfromConnectionType - Removed
DiscordOAuthfromProfileConnectionType - Removed
GrokOAuthfromProfileConnectionType - Removed
XOAuthfromProfileConnectionType - Removed
DiscordOAuthfromConnectionsConnectionType - Removed
GrokOAuthfromConnectionsConnectionType - Removed
XOAuthfromConnectionsConnectionType - Changed request body of
SSO.tokenfromTokenQuerytoTokenBody
- Changed request body of
- user_management:
- Changed request body for
UserManagementAuthentication.authenticate - Changed errors for endpoint
POST /user_management/authenticate - Removed
DiscordOAuthfromAuthenticateResponseAuthenticationMethod - Removed
GrokOAuthfromAuthenticateResponseAuthenticationMethod - Removed
XOAuthfromAuthenticateResponseAuthenticationMethod - Removed
DiscordOAuthfromUserIdentitiesGetItemProvider - Removed
GrokOAuthfromUserIdentitiesGetItemProvider - Removed
XOAuthfromUserIdentitiesGetItemProvider - Changed errors for endpoint
DELETE /user_management/users/{id}
- Changed request body for
- agents:
-
#437 fix(generated): regenerate from spec
Features
- agents:
- Made
AgentBlueprintsCreateRequest.session_settingsoptional - Added model
AgentTokenValidation - Added model
AgentBlueprintsTokenValidateTokenRequest
- Made
- agents_blueprints_tokens:
- Added endpoint
POST /agents/blueprints/{agent_blueprint_id}/tokens/validate
- Added endpoint
- agents: