Update OpenAPI spec (a70c488) - #132
Conversation
Greptile SummaryThe PR synchronizes the canonical OpenAPI definition to upstream revision a70c488, adding agent blueprint, instance, session, token, connection-management, and SAML certificate APIs while updating event and webhook contracts.
Confidence Score: 4/5The PR appears safe to merge, with one non-blocking schema-quality issue in the new SAML connection patch contract. The documented idp_metadata_url mutual exclusion is not represented in PatchConnectionSamlOptionsDto, so generated clients can construct combinations that the contract itself identifies as invalid. Files Needing Attention: spec/open-api-spec.yaml Important Files Changed
|
| type: object | ||
| properties: | ||
| idp_metadata_url: | ||
| type: | ||
| - string | ||
| - 'null' | ||
| format: uri | ||
| description: >- | ||
| The Identity Provider metadata URL. When provided, the IdP fields | ||
| and signing certificates are re-imported from the metadata document, | ||
| replacing the current set. Mutually exclusive with the manual IdP | ||
| fields. Set to `null` to stop tracking a metadata URL. |
There was a problem hiding this comment.
SAML patch constraint unenforced
idp_metadata_url is documented as mutually exclusive with the manual IdP fields, but PatchConnectionSamlOptionsDto does not encode that constraint. Generated clients and schema validators therefore accept combinations the contract identifies as invalid, leaving consumers to discover the restriction through an API rejection.
Knowledge Base Used:
Prompt To Fix With AI
This is a comment left during a code review.
Path: spec/open-api-spec.yaml
Line: 25317-25328
Comment:
**SAML patch constraint unenforced**
`idp_metadata_url` is documented as mutually exclusive with the manual IdP fields, but `PatchConnectionSamlOptionsDto` does not encode that constraint. Generated clients and schema validators therefore accept combinations the contract identifies as invalid, leaving consumers to discover the restriction through an API rejection.
**Knowledge Base Used:**
- [OpenAPI service contract](https://app.greptile.com/workos/-/custom-context/knowledge-base/workos/openapi-spec/-/docs/openapi-contract.md)
- [API resource surface](https://app.greptile.com/workos/-/custom-context/knowledge-base/workos/openapi-spec/-/docs/api-resource-surface.md)
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
SDK compatibility report❌ Matrix result:
Missing diagnostics
Changes by domain
|
| Method | Languages |
|---|---|
Agents |
ruby |
5 types removed
| Symbol | Kind | Languages |
|---|---|---|
AgentsCreateValidateOptions |
type | dotnet |
AgentsCreateValidateParams |
type | go |
AgentsService |
type | dotnet |
AgentsUpdateAttemptsOptions |
type | dotnet |
AgentsUpdateAttemptsParams |
type | go |
AgentService
Removed methods (4)
| Method | Languages |
|---|---|
AgentService |
go |
AgentService.CreateValidate |
go, ruby |
AgentService.GetRegistration |
go, ruby |
AgentService.UpdateAttempts |
go, ruby |
AuthenticateResponseAuthenticationMethod
3 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
AuthenticateResponseAuthenticationMethod.DiscordOAuth |
enum value | dotnet, go, ruby |
AuthenticateResponseAuthenticationMethod.GrokOAuth |
enum value | dotnet, go, ruby |
AuthenticateResponseAuthenticationMethod.XoAuth |
enum value | dotnet, go, ruby |
Client
Removed methods (1)
| Method | Languages |
|---|---|
Client.Agents |
go, ruby |
ConnectionActivatedDataConnectionType
3 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
ConnectionActivatedDataConnectionType.DiscordOAuth |
enum value | dotnet, go, ruby |
ConnectionActivatedDataConnectionType.GrokOAuth |
enum value | dotnet, go, ruby |
ConnectionActivatedDataConnectionType.XoAuth |
enum value | dotnet, go, ruby |
ConnectionsConnectionType
3 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
ConnectionsConnectionType.DiscordOAuth |
enum value | dotnet, go, ruby |
ConnectionsConnectionType.GrokOAuth |
enum value | dotnet, go, ruby |
ConnectionsConnectionType.XoAuth |
enum value | dotnet, go, ruby |
ConnectionType
3 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
ConnectionType.DiscordOAuth |
enum value | dotnet, go, ruby |
ConnectionType.GrokOAuth |
enum value | dotnet, go, ruby |
ConnectionType.XoAuth |
enum value | dotnet, go, ruby |
CreateDataIntegrationAuthMethods
1 enum, 3 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
CreateDataIntegrationAuthMethods |
enum | dotnet |
CreateDataIntegrationAuthMethods.ApiKey |
enum value | dotnet |
CreateDataIntegrationAuthMethods.OAuth |
enum value | dotnet |
CreateDataIntegrationAuthMethods.Unknown |
enum value | dotnet |
CreatePasswordResetToken
Removed methods (1)
| Method | Languages |
|---|---|
CreatePasswordResetToken |
ruby |
SessionCreatedData
1 enum removed
| Symbol | Kind | Languages |
|---|---|---|
SessionCreatedDataStatus |
enum | dotnet, ruby |
SSO
Type changes (1)
SSOGetProfileAndTokenOptions.Code type changed (field)
| Language | Before | After |
|---|---|---|
| dotnet 📄 src/WorkOS.net/Services/SSO/_interfaces/SSOOptions.cs |
SSOGetProfileAndTokenOptions.Codetype: string |
SSOGetProfileAndTokenOptions.Codetype: string? |
| go 📄 sso.go |
SSOGetProfileAndTokenParams.codetype: string |
SSOGetProfileAndTokenParams.codetype: *string |
TokenQuery
Removed methods (1)
| Method | Languages |
|---|---|
TokenQuery |
ruby |
UserIdentitiesGetItemProvider
3 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
UserIdentitiesGetItemProvider.DiscordOAuth |
enum value | dotnet, go, ruby |
UserIdentitiesGetItemProvider.GrokOAuth |
enum value | dotnet, go, ruby |
UserIdentitiesGetItemProvider.XoAuth |
enum value | dotnet, go, ruby |
ValidateApiKey
Removed methods (1)
| Method | Languages |
|---|---|
ValidateApiKey |
ruby |
Waitlist
1 enum removed
| Symbol | Kind | Languages |
|---|---|---|
WaitlistUserState |
enum | dotnet, ruby |
Soft-risk (24)
Agents
7 fields removed
| Symbol | Kind | Languages |
|---|---|---|
AgentsCreateValidateOptions.Audience |
field | dotnet, go |
AgentsCreateValidateOptions.Credential |
field | dotnet, go |
AgentsCreateValidateOptions.Type |
field | dotnet, go |
AgentsUpdateAttemptsOptions.ClaimAttemptToken |
field | dotnet, go |
AgentsUpdateAttemptsOptions.OrganizationId |
field | dotnet, go |
AgentsUpdateAttemptsOptions.Type |
field | dotnet, go |
AgentsUpdateAttemptsOptions.User |
field | dotnet, go |
CreatePasswordResetToken
1 property removed
| Symbol | Kind | Languages |
|---|---|---|
CreatePasswordResetToken.email |
property | ruby |
SessionCreatedData
4 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
SessionCreatedDataStatus.Active |
enum value | dotnet, go, ruby |
SessionCreatedDataStatus.Expired |
enum value | dotnet, go, ruby |
SessionCreatedDataStatus.Revoked |
enum value | dotnet, go, ruby |
SessionCreatedDataStatus.Unknown |
enum value | dotnet |
Type changes (1)
SessionCreatedData.Status type changed (field)
| Language | Before | After |
|---|---|---|
| dotnet 📄 src/WorkOS.net/Entities/SessionCreatedData.cs |
SessionCreatedData.Statustype: SessionCreatedDataStatus |
SessionCreatedData.Statustype: AgentInstanceSessionStatus |
SSO
Parameter changes (1)
| Method | Changes | Languages |
|---|---|---|
SSO.get_profile_and_token |
organization_id added |
ruby |
TokenQuery
4 propertys removed
| Symbol | Kind | Languages |
|---|---|---|
TokenQuery.client_id |
property | ruby |
TokenQuery.client_secret |
property | ruby |
TokenQuery.code |
property | ruby |
TokenQuery.grant_type |
property | ruby |
ValidateApiKey
1 property removed
| Symbol | Kind | Languages |
|---|---|---|
ValidateApiKey.value |
property | ruby |
Waitlist
4 enum values removed
| Symbol | Kind | Languages |
|---|---|---|
WaitlistUserState.Approved |
enum value | dotnet, go, ruby |
WaitlistUserState.Denied |
enum value | dotnet, go, ruby |
WaitlistUserState.Pending |
enum value | dotnet, go, ruby |
WaitlistUserState.Unknown |
enum value | dotnet |
Type changes (1)
WaitlistUser.State type changed (field)
| Language | Before | After |
|---|---|---|
| dotnet 📄 src/WorkOS.net/Entities/WaitlistUser.cs |
WaitlistUser.Statetype: WaitlistUserState |
WaitlistUser.Statetype: UserManagementWaitlistsState |
Additive (591)
AgentBlueprint
| Change | Languages |
|---|---|
AgentBlueprint added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.Description added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.InvocableBy added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.Name added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.object added (field) |
go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.Permissions added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.SessionSettings added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprint.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprint.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint.rb |
AgentBlueprintCreated added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreated.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreated.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreated.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreated.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreated.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreated.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreated.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created.rb |
AgentBlueprintCreatedData added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.Description added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.InvocableBy added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.Name added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.Permissions added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.SessionSettings added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedData.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data.rb |
AgentBlueprintCreatedDataInvocableBy added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataInvocableBy.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_invocable_by.rb |
AgentBlueprintCreatedDataInvocableBy.OrganizationIds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataInvocableBy.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_invocable_by.rb |
AgentBlueprintCreatedDataInvocableBy.RoleSlugs added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataInvocableBy.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_invocable_by.rb |
AgentBlueprintCreatedDataSessionSetting added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_session_setting.rb |
AgentBlueprintCreatedDataSessionSetting.AccessTokenTtlSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_session_setting.rb |
AgentBlueprintCreatedDataSessionSetting.MaxAgeSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_session_setting.rb |
AgentBlueprintCreatedDataSessionSetting.RefreshTokenTtlSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintCreatedDataSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_created_data_session_setting.rb |
AgentBlueprintDeleted added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintDeleted.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeleted.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeleted.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeleted.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeleted.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeleted.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeleted.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted.rb |
AgentBlueprintDeletedData added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintDeletedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted_data.rb |
AgentBlueprintDeletedData.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintDeletedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted_data.rb |
AgentBlueprintDeletedData.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintDeletedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted_data.rb |
AgentBlueprintDeletedData.Name added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintDeletedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted_data.rb |
AgentBlueprintDeletedData.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted_data.rb |
AgentBlueprintDeletedData.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintDeletedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_deleted_data.rb |
AgentBlueprintInvocableBy added (type) |
go 📄 models.go |
AgentBlueprintsCreateRequest added (service) |
ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request.rb |
AgentBlueprintsCreateRequestInvocableBy added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsCreateRequestInvocableBy.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request_invocable_by.rb |
AgentBlueprintsCreateRequestInvocableBy.OrganizationIds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsCreateRequestInvocableBy.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request_invocable_by.rb |
AgentBlueprintsCreateRequestInvocableBy.RoleSlugs added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsCreateRequestInvocableBy.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request_invocable_by.rb |
AgentBlueprintsCreateRequestSessionSetting added (type) |
go 📄 models.go |
AgentBlueprintSessionSetting added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint_session_setting.rb |
AgentBlueprintSessionSetting.AccessTokenTtlSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint_session_setting.rb |
AgentBlueprintSessionSetting.MaxAgeSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint_session_setting.rb |
AgentBlueprintSessionSetting.RefreshTokenTtlSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprint_session_setting.rb |
AgentBlueprintsTokenMintTokenRequest added (service) |
ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentBlueprintsTokenMintTokenRequestType added (enum) |
dotnet 📄 src/WorkOS.net/Enums/AgentBlueprintsTokenMintTokenRequestType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_blueprints_token_mint_token_request_type.rb |
AgentBlueprintsTokenMintTokenRequestType.AgentDelegated added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentBlueprintsTokenMintTokenRequestType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_blueprints_token_mint_token_request_type.rb |
AgentBlueprintsTokenMintTokenRequestType.Autonomous added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentBlueprintsTokenMintTokenRequestType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_blueprints_token_mint_token_request_type.rb |
AgentBlueprintsTokenMintTokenRequestType.Refresh added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentBlueprintsTokenMintTokenRequestType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_blueprints_token_mint_token_request_type.rb |
AgentBlueprintsTokenMintTokenRequestType.Unknown added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentBlueprintsTokenMintTokenRequestType.cs |
AgentBlueprintsTokenMintTokenRequestType.UserDelegated added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentBlueprintsTokenMintTokenRequestType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_blueprints_token_mint_token_request_type.rb |
AgentBlueprintsUpdateRequest added (service) |
ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request.rb |
AgentBlueprintsUpdateRequestInvocableBy added (type) |
go 📄 models.go |
AgentBlueprintsUpdateRequestSessionSetting added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsUpdateRequestSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request_session_setting.rb |
AgentBlueprintsUpdateRequestSessionSetting.AccessTokenTtlSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsUpdateRequestSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request_session_setting.rb |
AgentBlueprintsUpdateRequestSessionSetting.MaxAgeSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsUpdateRequestSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request_session_setting.rb |
AgentBlueprintsUpdateRequestSessionSetting.RefreshTokenTtlSeconds added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintsUpdateRequestSessionSetting.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request_session_setting.rb |
AgentBlueprintUpdated added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentBlueprintUpdated.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdated.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdated.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdated.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdated.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdated.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdated.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_blueprint_updated.rb |
AgentBlueprintUpdatedData added (type) |
go 📄 models.go |
AgentBlueprintUpdatedData.created_at added (field) |
go 📄 models.go |
AgentBlueprintUpdatedData.id added (field) |
go 📄 models.go |
AgentBlueprintUpdatedData.object added (field) |
go 📄 models.go |
AgentBlueprintUpdatedData.updated_at added (field) |
go 📄 models.go |
AgentBlueprintUpdatedDataInvocableBy added (type) |
go 📄 models.go |
AgentBlueprintUpdatedDataSessionSetting added (type) |
go 📄 models.go |
AgentInstance
| Change | Languages |
|---|---|
AgentInstance added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.AgentBlueprintId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.object added (field) |
go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.OrganizationMembershipId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.Type added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstance.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstance.cs go 📄 models.go ruby 📄 lib/workos/agents_instances/agent_instance.rb |
AgentInstanceCreated added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreated.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreated.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreated.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreated.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreated.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreated.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreated.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created.rb |
AgentInstanceCreatedData added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.AgentBlueprintId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.OrganizationMembershipId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.Type added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedData.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_created_data.rb |
AgentInstanceCreatedDataType added (enum) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceCreatedDataType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_created_data_type.rb |
AgentInstanceCreatedDataType.Autonomous added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceCreatedDataType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_created_data_type.rb |
AgentInstanceCreatedDataType.Delegated added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceCreatedDataType.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_created_data_type.rb |
AgentInstanceCreatedDataType.Unknown added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceCreatedDataType.cs |
AgentInstanceDeleted added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceDeleted.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeleted.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeleted.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeleted.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeleted.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeleted.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeleted.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted.rb |
AgentInstanceDeletedData added (type) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentInstanceDeletedData.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentInstanceDeletedData.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentInstanceDeletedData.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentInstanceDeletedData.organization_membership_id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentInstanceDeletedData.updated_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentInstanceDeletedDataType added (type) |
go 📄 enums.go |
AgentInstanceSession added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.AgentInstanceId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.ExpiresAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.object added (field) |
go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.RevokedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.Status added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSession.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSession.cs go 📄 models.go ruby 📄 lib/workos/agents_sessions/agent_instance_session.rb |
AgentInstanceSessionCreated added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreated.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreated.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreated.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreated.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreated.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreated.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreated.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created.rb |
AgentInstanceSessionCreatedData added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.AgentInstanceId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.ExpiresAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.PermissionSlugs added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.RevokedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionCreatedData.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionCreatedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_created_data.rb |
AgentInstanceSessionRevoked added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevoked.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevoked.context added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevoked.created_at added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevoked.data added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevoked.event added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevoked.id added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevoked.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked.rb |
AgentInstanceSessionRevokedData added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.AgentInstanceId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.CreatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.ExpiresAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.Id added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.object added (field) |
go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.RevokedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionRevokedData.UpdatedAt added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentInstanceSessionRevokedData.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_session_revoked_data.rb |
AgentInstanceSessionStatus added (enum) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceSessionStatus.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_session_status.rb |
AgentInstanceSessionStatus.Active added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceSessionStatus.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_session_status.rb |
AgentInstanceSessionStatus.Expired added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceSessionStatus.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_session_status.rb |
AgentInstanceSessionStatus.Revoked added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceSessionStatus.cs go 📄 enums.go ruby 📄 lib/workos/types/agent_instance_session_status.rb |
AgentInstanceSessionStatus.Unknown added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/AgentInstanceSessionStatus.cs |
AgentInstanceType added (type) |
go 📄 enums.go |
Agents
| Change | Languages |
|---|---|
AgentsBlueprintsCreateBlueprintOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs |
AgentsBlueprintsCreateBlueprintOptions.Description added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request.rb |
AgentsBlueprintsCreateBlueprintOptions.InvocableBy added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request.rb |
AgentsBlueprintsCreateBlueprintOptions.Name added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request.rb |
AgentsBlueprintsCreateBlueprintOptions.Permissions added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request.rb |
AgentsBlueprintsCreateBlueprintOptions.SessionSettings added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_create_request.rb |
AgentsBlueprintsCreateBlueprintParams added (type) |
go 📄 agents_blueprints.go |
AgentsBlueprintsCreateBlueprintParams.description added (field) |
go 📄 agents_blueprints.go |
AgentsBlueprintsCreateBlueprintParams.invocable_by added (field) |
go 📄 agents_blueprints.go |
AgentsBlueprintsCreateBlueprintParams.permissions added (field) |
go 📄 agents_blueprints.go |
AgentsBlueprintsCreateBlueprintParams.session_settings added (field) |
go 📄 agents_blueprints.go |
AgentsBlueprintService added (service) |
go 📄 agents_blueprints.go |
AgentsBlueprintService.CreateBlueprint(params, opts) added (function) |
go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints.rb |
AgentsBlueprintService.DeleteBlueprint(agentBlueprintID, opts) added (function) |
go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints.rb |
AgentsBlueprintService.GetBlueprint(agentBlueprintID, opts) added (function) |
go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints.rb |
AgentsBlueprintService.ListBlueprints(params, opts) added (function) |
go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints.rb |
AgentsBlueprintService.UpdateBlueprint(agentBlueprintID, params, opts) added (function) |
go 📄 agents_blueprints.go ruby 📄 lib/workos/agents_blueprints.rb |
AgentsBlueprintsListBlueprintsOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs |
AgentsBlueprintsListBlueprintsParams added (type) |
go 📄 agents_blueprints.go |
AgentsBlueprintsListBlueprintsParams.PaginationParams added (field) |
go 📄 agents_blueprints.go |
AgentsBlueprintsService added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/AgentsBlueprintsService.cs |
AgentsBlueprintsTokensCreateBlueprintTokenOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs |
AgentsBlueprintsTokensCreateBlueprintTokenOptions.AgentAccessToken added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentsBlueprintsTokensCreateBlueprintTokenOptions.Intent added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentsBlueprintsTokensCreateBlueprintTokenOptions.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs go 📄 sso.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentsBlueprintsTokensCreateBlueprintTokenOptions.RefreshToken added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentsBlueprintsTokensCreateBlueprintTokenOptions.Type added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentsBlueprintsTokensCreateBlueprintTokenOptions.UserAccessToken added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/_interfaces/AgentsBlueprintsTokensOptions.cs go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentsBlueprintsTokensCreateBlueprintTokenParams added (type) |
go 📄 agents_blueprints_tokens.go |
AgentsBlueprintsTokenService added (service) |
go 📄 agents_blueprints_tokens.go |
AgentsBlueprintsTokenService.CreateBlueprintToken(agentBlueprintID, params, opts) added (function) |
go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/agents_blueprints_tokens.rb |
AgentsBlueprintsTokensService added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprintsTokens/AgentsBlueprintsTokensService.cs |
AgentsBlueprintsUpdateBlueprintOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs |
AgentsBlueprintsUpdateBlueprintOptions.Description added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request.rb |
AgentsBlueprintsUpdateBlueprintOptions.InvocableBy added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request.rb |
AgentsBlueprintsUpdateBlueprintOptions.Name added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 sso.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request.rb |
AgentsBlueprintsUpdateBlueprintOptions.Permissions added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request.rb |
AgentsBlueprintsUpdateBlueprintOptions.SessionSettings added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsBlueprints/_interfaces/AgentsBlueprintsOptions.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints/agent_blueprints_update_request.rb |
AgentsBlueprintsUpdateBlueprintParams added (service) |
go 📄 agents_blueprints.go |
AgentsBlueprintsUpdateBlueprintParams.MarshalJSON added (function) |
go 📄 agents_blueprints.go |
AgentsBlueprintsUpdateBlueprintParams.NullFields added (property) |
go 📄 agents_blueprints.go |
AgentsInstanceService added (service) |
go 📄 agents_instances.go |
AgentsInstanceService.DeleteInstance(agentInstanceID, opts) added (function) |
go 📄 agents_instances.go ruby 📄 lib/workos/agents_instances.rb |
AgentsInstanceService.GetInstance(agentInstanceID, opts) added (function) |
go 📄 agents_instances.go ruby 📄 lib/workos/agents_instances.rb |
AgentsInstanceService.ListInstances(params, opts) added (function) |
go 📄 agents_instances.go ruby 📄 lib/workos/agents_instances.rb |
AgentsInstancesListInstancesOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsInstances/_interfaces/AgentsInstancesOptions.cs |
AgentsInstancesListInstancesOptions.AgentBlueprintId added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsInstances/_interfaces/AgentsInstancesOptions.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentsInstancesListInstancesOptions.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsInstances/_interfaces/AgentsInstancesOptions.cs go 📄 models.go ruby 📄 lib/workos/shared/agent_instance_deleted_data.rb |
AgentsInstancesListInstancesParams added (type) |
go 📄 agents_instances.go |
AgentsInstancesListInstancesParams.PaginationParams added (field) |
go 📄 agents_instances.go |
AgentsInstancesService added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsInstances/AgentsInstancesService.cs |
AgentsRegistrationsCreateValidateOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs |
AgentsRegistrationsCreateValidateOptions.Audience added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_registrations.go |
AgentsRegistrationsCreateValidateOptions.Credential added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_registrations.go |
AgentsRegistrationsCreateValidateOptions.Type added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_blueprints_token_mint_token_request.rb |
AgentsRegistrationsCreateValidateParams added (type) |
go 📄 agents_registrations.go |
AgentsRegistrationService added (service) |
go 📄 agents_registrations.go |
AgentsRegistrationService.CreateValidate(params, opts) added (function) |
go 📄 agents_registrations.go ruby 📄 lib/workos/agents_registrations.rb |
AgentsRegistrationService.GetRegistration(id, opts) added (function) |
go 📄 agents_registrations.go ruby 📄 lib/workos/agents_registrations.rb |
AgentsRegistrationService.UpdateAttempts(params, opts) added (function) |
go 📄 agents_registrations.go ruby 📄 lib/workos/agents_registrations.rb |
AgentsRegistrationsService added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/AgentsRegistrationsService.cs |
AgentsRegistrationsUpdateAttemptsOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs |
AgentsRegistrationsUpdateAttemptsOptions.ClaimAttemptToken added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_registrations.go |
AgentsRegistrationsUpdateAttemptsOptions.OrganizationId added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_blueprints_tokens.go ruby 📄 lib/workos/sso/create_connection.rb |
AgentsRegistrationsUpdateAttemptsOptions.Type added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_registrations.go |
AgentsRegistrationsUpdateAttemptsOptions.User added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsRegistrations/_interfaces/AgentsRegistrationsOptions.cs go 📄 agents_registrations.go |
AgentsRegistrationsUpdateAttemptsParams added (type) |
go 📄 agents_registrations.go |
AgentsRegistrationsUpdateAttemptsParams.type added (field) |
go 📄 agents_registrations.go |
AgentsSessionService added (service) |
go 📄 agents_sessions.go |
AgentsSessionService.GetSession(agentInstanceSessionID, opts) added (function) |
go 📄 agents_sessions.go ruby 📄 lib/workos/agents_sessions.rb |
AgentsSessionService.ListSessions(params, opts) added (function) |
go 📄 agents_sessions.go ruby 📄 lib/workos/agents_sessions.rb |
AgentsSessionService.RevokeSession(agentInstanceSessionID, opts) added (function) |
go 📄 agents_sessions.go ruby 📄 lib/workos/agents_sessions.rb |
AgentsSessionsListSessionsOptions added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsSessions/_interfaces/AgentsSessionsOptions.cs |
AgentsSessionsListSessionsOptions.AgentBlueprintId added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsSessions/_interfaces/AgentsSessionsOptions.cs go 📄 agents_instances.go |
AgentsSessionsListSessionsOptions.AgentInstanceId added (field) |
dotnet 📄 src/WorkOS.net/Services/AgentsSessions/_interfaces/AgentsSessionsOptions.cs go 📄 agents_sessions.go |
AgentsSessionsListSessionsParams added (type) |
go 📄 agents_sessions.go |
AgentsSessionsListSessionsParams.AgentBlueprintID added (field) |
go 📄 agents_sessions.go |
AgentsSessionsListSessionsParams.PaginationParams added (field) |
go 📄 agents_sessions.go |
AgentsSessionsService added (type) |
dotnet 📄 src/WorkOS.net/Services/AgentsSessions/AgentsSessionsService.cs |
AgentToken
| Change | Languages |
|---|---|
AgentToken added (type) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.AccessToken added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.AgentInstanceId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.AgentInstanceSessionId added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.ExpiresIn added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.NewInstance added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.Permissions added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.RefreshToken added (field) |
dotnet 📄 src/WorkOS.net/Entities/AgentToken.cs go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AgentToken.token_type added (field) |
go 📄 models.go ruby 📄 lib/workos/agents_blueprints_tokens/agent_token.rb |
AuthenticationOAuthFailedData
| Change | Languages |
|---|---|
AuthenticationOAuthFailedData.Provider added (field) |
dotnet 📄 src/WorkOS.net/Entities/AuthenticationOAuthFailedData.cs go 📄 models.go ruby 📄 lib/workos/user_management/authentication_oauth_failed_data.rb |
AuthenticationOAuthSucceededData
| Change | Languages |
|---|---|
AuthenticationOAuthSucceededData.Provider added (field) |
dotnet 📄 src/WorkOS.net/Entities/AuthenticationOAuthSucceededData.cs go 📄 models.go ruby 📄 lib/workos/user_management/authentication_oauth_succeeded_data.rb |
Client
| Change | Languages |
|---|---|
Client.agents_blueprints added (function) |
ruby 📄 lib/workos/client.rb |
Client.agents_blueprints_tokens added (function) |
ruby 📄 lib/workos/client.rb |
Client.agents_instances added (function) |
ruby 📄 lib/workos/client.rb |
Client.agents_registrations added (function) |
ruby 📄 lib/workos/client.rb |
Client.agents_sessions added (function) |
ruby 📄 lib/workos/client.rb |
Client.AgentsBlueprints added (function) |
go 📄 workos.go ruby 📄 lib/workos/agents_blueprints.rb |
Client.AgentsBlueprintsTokens added (function) |
go 📄 workos.go ruby 📄 lib/workos/agents_blueprints_tokens.rb |
Client.AgentsInstances added (function) |
go 📄 workos.go ruby 📄 lib/workos/agents_instances.rb |
Client.AgentsRegistrations added (function) |
go 📄 workos.go ruby 📄 lib/workos/agents_registrations.rb |
Client.AgentsSessions added (function) |
go 📄 workos.go ruby 📄 lib/workos/agents_sessions.rb |
Client.PlatformTeams added (function) |
go 📄 workos.go ruby 📄 lib/workos/client.rb |
CreateConnectionAttributeMaps
| Change | Languages |
|---|---|
CreateConnectionAttributeMaps added (type) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionAttributeMaps.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_attribute_maps.rb |
CreateConnectionAttributeMaps.CustomAttributes added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionAttributeMaps.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_attribute_maps.rb |
CreateConnectionAttributeMaps.StandardAttributes added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionAttributeMaps.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_attribute_maps.rb |
CreateConnectionKeyPair
| Change | Languages |
|---|---|
CreateConnectionKeyPair added (type) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionKeyPair.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_key_pair.rb |
CreateConnectionKeyPair.Cert added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionKeyPair.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_key_pair.rb |
CreateConnectionKeyPair.Key added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionKeyPair.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_key_pair.rb |
CreateConnectionOidcOptions
| Change | Languages |
|---|---|
CreateConnectionOidcOptions added (type) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.ClientId added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.ClientSecret added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.DiscoveryEndpoint added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.FetchUserInfo added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.IdTokenSignatureAlgorithm added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.JWTSigningKeyPair added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.Pkce added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.RedirectUri added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptions.TokenAuthenticationMethod added (field) |
dotnet 📄 src/WorkOS.net/Entities/CreateConnectionOidcOptions.cs go 📄 models.go ruby 📄 lib/workos/sso/create_connection_oidc_options.rb |
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm added (enum) |
dotnet 📄 src/WorkOS.net/Enums/CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.cs go 📄 enums.go ruby 📄 lib/workos/types/create_connection_oidc_options_id_token_signature_algorithm.rb |
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.EdDsa added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.cs go 📄 enums.go ruby 📄 lib/workos/types/create_connection_oidc_options_id_token_signature_algorithm.rb |
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.Es256 added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.cs go 📄 enums.go ruby 📄 lib/workos/types/create_connection_oidc_options_id_token_signature_algorithm.rb |
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.Es384 added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.cs go 📄 enums.go ruby 📄 lib/workos/types/create_connection_oidc_options_id_token_signature_algorithm.rb |
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.Es512 added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.cs go 📄 enums.go ruby 📄 lib/workos/types/create_connection_oidc_options_id_token_signature_algorithm.rb |
CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.Hs256 added (enum value) |
dotnet 📄 src/WorkOS.net/Enums/CreateConnectionOidcOptionsIdTokenSignatureAlgorithm.cs go 📄 enums.go ruby 📄 lib/workos/types/create_connection_oidc_options_id_token_signature_algorithm.rb |
🤖 I see new OpenAPI changes beep boop
Automated update from https://github.com/workos/workos/tree/a70c488094b9060ea9e2622460ab924a376c4b41
Source PRs
Changes