diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index ef0fc2672..d22b6e768 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -5645,6 +5645,16 @@ "undocumentedMessage": "", "isDraft": false, "draftMessage": "" + }, + { + "name": "acs_access_groups", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" } ] }, @@ -5722,6 +5732,16 @@ "undocumentedMessage": "", "isDraft": false, "draftMessage": "" + }, + { + "name": "acs_access_groups", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" } ] } diff --git a/docs/api/access_grants/get_related.md b/docs/api/access_grants/get_related.md index 4727b18cb..9ab6e0470 100644 --- a/docs/api/access_grants/get_related.md +++ b/docs/api/access_grants/get_related.md @@ -40,6 +40,7 @@ Possible enum values: - connected_accounts - acs_systems - user_identity +- acs_access_groups --- @@ -56,6 +57,7 @@ Possible enum values: - connected_accounts - acs_systems - user_identity +- acs_access_groups --- diff --git a/package-lock.json b/package-lock.json index 557bec768..6daaf17fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.484.0", + "@seamapi/types": "1.489.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -886,9 +886,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.484.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.484.0.tgz", - "integrity": "sha512-LpkDYbgeP5kAprArIkeIRnbK6J7HS6LLNTUDX2m0r2kf1pDXP2XI3TWUSRpgpGZGU6Wq/jEW0kZkT5lxKPbz6g==", + "version": "1.489.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.489.0.tgz", + "integrity": "sha512-wkKJP3pjofaBQAAhFwMnP64fcowoUEEoHn4XgFv5rAtAde0Ybkib+IaIIoQwyjZpDf4xAUCTfkj93oJsSsjmSA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index b0786fef3..43bce9621 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.484.0", + "@seamapi/types": "1.489.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",