@seamapi/types 1.541.0 → 1.542.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115543,8 +115543,8 @@ type Routes = {
115543
115543
  commonParams: {
115544
115544
  /** IDs of the access methods that you want to get along with their related resources. */
115545
115545
  access_method_ids: string[];
115546
- include?: ('spaces' | 'devices' | 'acs_entrances')[] | undefined;
115547
- exclude?: ('spaces' | 'devices' | 'acs_entrances')[] | undefined;
115546
+ include?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions')[] | undefined;
115547
+ exclude?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions')[] | undefined;
115548
115548
  };
115549
115549
  formData: {};
115550
115550
  jsonResponse: {
package/dist/index.cjs CHANGED
@@ -31952,7 +31952,15 @@ var openapi_default = {
31952
31952
  required: false,
31953
31953
  schema: {
31954
31954
  items: {
31955
- enum: ["spaces", "devices", "acs_entrances"],
31955
+ enum: [
31956
+ "spaces",
31957
+ "devices",
31958
+ "acs_entrances",
31959
+ "access_grants",
31960
+ "access_methods",
31961
+ "instant_keys",
31962
+ "client_sessions"
31963
+ ],
31956
31964
  type: "string"
31957
31965
  },
31958
31966
  type: "array"
@@ -31964,7 +31972,15 @@ var openapi_default = {
31964
31972
  required: false,
31965
31973
  schema: {
31966
31974
  items: {
31967
- enum: ["spaces", "devices", "acs_entrances"],
31975
+ enum: [
31976
+ "spaces",
31977
+ "devices",
31978
+ "acs_entrances",
31979
+ "access_grants",
31980
+ "access_methods",
31981
+ "instant_keys",
31982
+ "client_sessions"
31983
+ ],
31968
31984
  type: "string"
31969
31985
  },
31970
31986
  type: "array"
@@ -32171,14 +32187,30 @@ var openapi_default = {
32171
32187
  },
32172
32188
  exclude: {
32173
32189
  items: {
32174
- enum: ["spaces", "devices", "acs_entrances"],
32190
+ enum: [
32191
+ "spaces",
32192
+ "devices",
32193
+ "acs_entrances",
32194
+ "access_grants",
32195
+ "access_methods",
32196
+ "instant_keys",
32197
+ "client_sessions"
32198
+ ],
32175
32199
  type: "string"
32176
32200
  },
32177
32201
  type: "array"
32178
32202
  },
32179
32203
  include: {
32180
32204
  items: {
32181
- enum: ["spaces", "devices", "acs_entrances"],
32205
+ enum: [
32206
+ "spaces",
32207
+ "devices",
32208
+ "acs_entrances",
32209
+ "access_grants",
32210
+ "access_methods",
32211
+ "instant_keys",
32212
+ "client_sessions"
32213
+ ],
32182
32214
  type: "string"
32183
32215
  },
32184
32216
  type: "array"