diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 2ddac31dc..6e65bd217 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -45998,6 +45998,106 @@ "jsonType": "array", "itemFormat": "id" }, + { + "name": "access_grant_id", + "description": "ID of the access grant for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, + { + "name": "access_grant_ids", + "description": "IDs of the access grants for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "list", + "jsonType": "array", + "itemFormat": "id" + }, + { + "name": "access_method_id", + "description": "ID of the access method for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, + { + "name": "access_method_ids", + "description": "IDs of the access methods for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "list", + "jsonType": "array", + "itemFormat": "id" + }, + { + "name": "acs_access_group_id", + "description": "ID of the ACS access group for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, + { + "name": "acs_credential_id", + "description": "ID of the ACS credential for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, + { + "name": "acs_encoder_id", + "description": "ID of the ACS encoder for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, { "name": "acs_entrance_id", "description": "ID of the ACS entrance for which you want to list events.", @@ -48139,6 +48239,35 @@ "format": "string", "jsonType": "string" }, + { + "name": "space_id", + "description": "ID of the space for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, + { + "name": "space_ids", + "description": "IDs of the spaces for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "list", + "jsonType": "array", + "itemFormat": "id" + }, { "name": "unstable_offset", "description": "Offset for the events that you want to list.", diff --git a/docs/api/events/list.md b/docs/api/events/list.md index 42f590495..73593064d 100644 --- a/docs/api/events/list.md +++ b/docs/api/events/list.md @@ -233,6 +233,48 @@ IDs of the access codes for which you want to list events. --- +**`access_grant_id`** *String* + +ID of the access grant for which you want to list events. + +--- + +**`access_grant_ids`** *Array* *of UUIDs* + +IDs of the access grants for which you want to list events. + +--- + +**`access_method_id`** *String* + +ID of the access method for which you want to list events. + +--- + +**`access_method_ids`** *Array* *of UUIDs* + +IDs of the access methods for which you want to list events. + +--- + +**`acs_access_group_id`** *String* + +ID of the ACS access group for which you want to list events. + +--- + +**`acs_credential_id`** *String* + +ID of the ACS credential for which you want to list events. + +--- + +**`acs_encoder_id`** *String* + +ID of the ACS encoder for which you want to list events. + +--- + **`acs_entrance_id`** *String* ID of the ACS entrance for which you want to list events. @@ -425,6 +467,18 @@ Timestamp to indicate the beginning generation time for the events that you want --- +**`space_id`** *String* + +ID of the space for which you want to list events. + +--- + +**`space_ids`** *Array* *of UUIDs* + +IDs of the spaces for which you want to list events. + +--- + **`unstable_offset`** *Number* Offset for the events that you want to list. diff --git a/package-lock.json b/package-lock.json index 80863b41f..3cb3ec7e1 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.703.0", + "@seamapi/types": "1.704.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.703.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.703.0.tgz", - "integrity": "sha512-iDZ+RYChXpttg+tUGZi6hnRNJen2QRLVZpFXYcbx51GuANJDLoVI7l0VIazlLoPHDIJt850ot8YUO7SIfbhicw==", + "version": "1.704.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.704.0.tgz", + "integrity": "sha512-5O4I6y43skMjIj/Gtnjpqob+t0KZGB4/Q2nWPdu/tZDqHeNVpi0G2CwFfvsxxJTWB5TVqE4pfBS5JV5nLBz2yA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 37e610f70..733f52119 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.703.0", + "@seamapi/types": "1.704.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",