diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 45555a416..d90818695 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -52506,6 +52506,16 @@ "undocumentedMessage": "", "isDraft": false, "draftMessage": "" + }, + { + "name": "smoobu", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" } ] }, @@ -52868,6 +52878,34 @@ "hasDefault": false, "format": "string", "jsonType": "string" + }, + { + "name": "api_key", + "description": "API key for Smoobu authentication", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "base_api_url", + "description": "Optional base API URL (defaults to https://api.smoobu.com/api)", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" } ] }, diff --git a/package-lock.json b/package-lock.json index d28af6794..bb8901ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.675.0", + "@seamapi/types": "1.676.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.675.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.675.0.tgz", - "integrity": "sha512-eM6+iBjmUavX4U+O7bEAUUPR9G/T7cIx6+8am/wDtiOu8IcsvVrAcPKZDXFtaEJX/9hwrtYIggj+yLP4A7J27g==", + "version": "1.676.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.676.0.tgz", + "integrity": "sha512-XYRSqzcTfQIMqf2r70rA0iJbmqyFt0yd8KXOYXaAqXYnRio8Qvo0hU30OBFlQwAxhBEtc+LR3D92um8z/TDzVQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 746db9b7f..c60111956 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.675.0", + "@seamapi/types": "1.676.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",