From 3ee1f1ed2eaca37bbf1ca7058ad082c2b5e3b2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:27:05 +0000 Subject: [PATCH 1/2] feat(deps-dev): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.416.0 to 1.417.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](https://github.com/seamapi/types/compare/v1.416.0...v1.417.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.417.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46a1f59..6780e5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@seamapi/nextlove-sdk-generator": "^1.17.4", - "@seamapi/types": "^1.416.0", + "@seamapi/types": "^1.417.0", "@types/node": "^18.19.11", "ava": "^5.0.1", "axios": "^1.5.0", @@ -1220,9 +1220,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.416.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.416.0.tgz", - "integrity": "sha512-aFAb+JGmvYWe0kTZ8QZJtRiKkZKJj8IECl0hF0pCRG6w/CZl/FOaYIdG/16lJvAqNIoA0p3bTKXZ2+vpENKkXA==", + "version": "1.417.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.417.0.tgz", + "integrity": "sha512-3NmXbJ86TM3Uq8Y6VAa1m7KdSGd4l6hoA0dVl8eM9HRvsmxLXOFu5DZigLGbQVJT5h1J710UfKVHm7/KOSCtmQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index bf1d6a7..63f2b34 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@seamapi/nextlove-sdk-generator": "^1.17.4", - "@seamapi/types": "^1.416.0", + "@seamapi/types": "^1.417.0", "@types/node": "^18.19.11", "ava": "^5.0.1", "axios": "^1.5.0", From c94b51f2ad20feeae7b4e23ac03fec5cf9742e9e Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 17 Jun 2025 23:27:46 +0000 Subject: [PATCH 2/2] ci: Generate code --- output/csharp/src/Seam/Model/AcsEntrance.cs | 5 +++++ output/csharp/src/Seam/Model/PhoneSession.cs | 5 +++++ output/csharp/src/Seam/Seam.csproj | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/output/csharp/src/Seam/Model/AcsEntrance.cs b/output/csharp/src/Seam/Model/AcsEntrance.cs index 531731b..2fa4321 100644 --- a/output/csharp/src/Seam/Model/AcsEntrance.cs +++ b/output/csharp/src/Seam/Model/AcsEntrance.cs @@ -18,6 +18,7 @@ public AcsEntrance( string acsEntranceId = default, string acsSystemId = default, AcsEntranceAssaAbloyVostioMetadata? assaAbloyVostioMetadata = default, + string connectedAccountId = default, string createdAt = default, string displayName = default, AcsEntranceDormakabaCommunityMetadata? dormakabaCommunityMetadata = default, @@ -31,6 +32,7 @@ public AcsEntrance( AcsEntranceId = acsEntranceId; AcsSystemId = acsSystemId; AssaAbloyVostioMetadata = assaAbloyVostioMetadata; + ConnectedAccountId = connectedAccountId; CreatedAt = createdAt; DisplayName = displayName; DormakabaCommunityMetadata = dormakabaCommunityMetadata; @@ -54,6 +56,9 @@ public AcsEntrance( )] public AcsEntranceAssaAbloyVostioMetadata? AssaAbloyVostioMetadata { get; set; } + [DataMember(Name = "connected_account_id", IsRequired = true, EmitDefaultValue = false)] + public string ConnectedAccountId { get; set; } + [DataMember(Name = "created_at", IsRequired = true, EmitDefaultValue = false)] public string CreatedAt { get; set; } diff --git a/output/csharp/src/Seam/Model/PhoneSession.cs b/output/csharp/src/Seam/Model/PhoneSession.cs index e4f6bee..059680f 100644 --- a/output/csharp/src/Seam/Model/PhoneSession.cs +++ b/output/csharp/src/Seam/Model/PhoneSession.cs @@ -665,6 +665,7 @@ public PhoneSessionProviderSessionsAcsCredentialsAcsEntrances( string acsSystemId = default, PhoneSessionProviderSessionsAcsCredentialsAcsEntrancesAssaAbloyVostioMetadata? assaAbloyVostioMetadata = default, + string connectedAccountId = default, string createdAt = default, string displayName = default, PhoneSessionProviderSessionsAcsCredentialsAcsEntrancesDormakabaCommunityMetadata? dormakabaCommunityMetadata = @@ -683,6 +684,7 @@ public PhoneSessionProviderSessionsAcsCredentialsAcsEntrances( AcsEntranceId = acsEntranceId; AcsSystemId = acsSystemId; AssaAbloyVostioMetadata = assaAbloyVostioMetadata; + ConnectedAccountId = connectedAccountId; CreatedAt = createdAt; DisplayName = displayName; DormakabaCommunityMetadata = dormakabaCommunityMetadata; @@ -706,6 +708,9 @@ public PhoneSessionProviderSessionsAcsCredentialsAcsEntrances( )] public PhoneSessionProviderSessionsAcsCredentialsAcsEntrancesAssaAbloyVostioMetadata? AssaAbloyVostioMetadata { get; set; } + [DataMember(Name = "connected_account_id", IsRequired = true, EmitDefaultValue = false)] + public string ConnectedAccountId { get; set; } + [DataMember(Name = "created_at", IsRequired = true, EmitDefaultValue = false)] public string CreatedAt { get; set; } diff --git a/output/csharp/src/Seam/Seam.csproj b/output/csharp/src/Seam/Seam.csproj index 57e9089..aa18860 100644 --- a/output/csharp/src/Seam/Seam.csproj +++ b/output/csharp/src/Seam/Seam.csproj @@ -7,7 +7,7 @@ Seam - 0.75.0 + 0.76.0 Seam