diff --git a/lib/seam/routes/resources/client_session.rb b/lib/seam/routes/resources/client_session.rb index 92b166f..e9608fc 100644 --- a/lib/seam/routes/resources/client_session.rb +++ b/lib/seam/routes/resources/client_session.rb @@ -3,7 +3,7 @@ module Seam module Resources class ClientSession < BaseResource - attr_accessor :client_session_id, :connect_webview_ids, :connected_account_ids, :customer_id, :device_count, :token, :user_identifier_key, :user_identity_id, :user_identity_ids, :workspace_id + attr_accessor :client_session_id, :connect_webview_ids, :connected_account_ids, :customer_key, :device_count, :token, :user_identifier_key, :user_identity_id, :user_identity_ids, :workspace_id date_accessor :created_at, :expires_at end diff --git a/package-lock.json b/package-lock.json index bc11b13..c27444d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "devDependencies": { "@seamapi/fake-seam-connect": "1.83.2", "@seamapi/nextlove-sdk-generator": "^1.19.0", - "@seamapi/types": "1.542.0", + "@seamapi/types": "1.543.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5" @@ -476,9 +476,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.542.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.542.0.tgz", - "integrity": "sha512-s7jHbPj0h5SUAPibKVOdh8EJlp4zKqWm19w1vZRtEXtCT6sOGkUzZL4V4jnlI6Gp5DSXUprgi3UfMNYM4x7QoQ==", + "version": "1.543.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.543.0.tgz", + "integrity": "sha512-+oS1B8H3D8zTJIES86X/5GoBQ2ae3+PBf8zRZHifvmF4mlgFxt/plln1cSNCdAeNV29HdTuZV6sHj1IpU2bPqA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 4c911d4..a1e4ab5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@seamapi/fake-seam-connect": "1.83.2", "@seamapi/nextlove-sdk-generator": "^1.19.0", - "@seamapi/types": "1.542.0", + "@seamapi/types": "1.543.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5"