diff --git a/lib/seam/routes/resources/workspace.rb b/lib/seam/routes/resources/workspace.rb index d46279f..c78e11a 100644 --- a/lib/seam/routes/resources/workspace.rb +++ b/lib/seam/routes/resources/workspace.rb @@ -3,7 +3,7 @@ module Seam module Resources class Workspace < BaseResource - attr_accessor :company_name, :connect_partner_name, :connect_webview_customization, :is_sandbox, :is_suspended, :name, :workspace_id + attr_accessor :company_name, :connect_partner_name, :connect_webview_customization, :is_publishable_key_auth_enabled, :is_sandbox, :is_suspended, :name, :publishable_key, :workspace_id end end end diff --git a/package-lock.json b/package-lock.json index 4b11fe6..c538649 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.556.0", + "@seamapi/types": "1.557.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5" @@ -476,9 +476,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.556.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.556.0.tgz", - "integrity": "sha512-Rb47PyACRhru6aEzUF0dHvs2A8kSLzlVICcQwBxoM9ZZVFkcah8mVyigaViaaI3f4xU9FUWEMjOW5h5iSEgnvQ==", + "version": "1.557.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.557.0.tgz", + "integrity": "sha512-3usYgeEZ9GnP6wkPfNT+KYMHektePYrHRqzfhmnrEQgq5v89jZFWnTK7tHdSe+wZ7t8ExnM413Fl3ha28qvdbg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 1af3055..9b2aa7e 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.556.0", + "@seamapi/types": "1.557.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5"