@seamapi/types 1.534.0 → 1.535.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.
@@ -73995,16 +73995,6 @@ declare const _default: {
73995
73995
  'application/json': {
73996
73996
  schema: {
73997
73997
  properties: {
73998
- access_grant_id: {
73999
- description: string;
74000
- format: string;
74001
- type: string;
74002
- };
74003
- access_method_id: {
74004
- description: string;
74005
- format: string;
74006
- type: string;
74007
- };
74008
73998
  acs_credential_id: {
74009
73999
  description: string;
74010
74000
  format: string;
@@ -82033,11 +82023,6 @@ declare const _default: {
82033
82023
  'application/json': {
82034
82024
  schema: {
82035
82025
  properties: {
82036
- access_method_id: {
82037
- description: string;
82038
- format: string;
82039
- type: string;
82040
- };
82041
82026
  connect_webview_id: {
82042
82027
  description: string;
82043
82028
  format: string;
@@ -83294,11 +83279,6 @@ declare const _default: {
83294
83279
  'application/json': {
83295
83280
  schema: {
83296
83281
  properties: {
83297
- access_method_id: {
83298
- description: string;
83299
- format: string;
83300
- type: string;
83301
- };
83302
83282
  connect_webview_id: {
83303
83283
  description: string;
83304
83284
  format: string;
@@ -85278,11 +85258,6 @@ declare const _default: {
85278
85258
  'application/json': {
85279
85259
  schema: {
85280
85260
  properties: {
85281
- access_method_id: {
85282
- description: string;
85283
- format: string;
85284
- type: string;
85285
- };
85286
85261
  connect_webview_id: {
85287
85262
  description: string;
85288
85263
  format: string;
@@ -86084,11 +86059,6 @@ declare const _default: {
86084
86059
  'application/json': {
86085
86060
  schema: {
86086
86061
  properties: {
86087
- access_method_id: {
86088
- description: string;
86089
- format: string;
86090
- type: string;
86091
- };
86092
86062
  connect_webview_id: {
86093
86063
  description: string;
86094
86064
  format: string;
@@ -94193,11 +94163,6 @@ declare const _default: {
94193
94163
  'application/json': {
94194
94164
  schema: {
94195
94165
  properties: {
94196
- access_method_id: {
94197
- description: string;
94198
- format: string;
94199
- type: string;
94200
- };
94201
94166
  connect_webview_id: {
94202
94167
  description: string;
94203
94168
  format: string;
@@ -126744,10 +126709,6 @@ type Routes = {
126744
126709
  location_id?: (string | null) | undefined;
126745
126710
  /** ID of the space for which you want to list entrances. */
126746
126711
  space_id?: string | undefined;
126747
- /** ID of the access grant for which you want to retrieve all entrances. */
126748
- access_grant_id?: string | undefined;
126749
- /** ID of the access method for which you want to retrieve all entrances. */
126750
- access_method_id?: string | undefined;
126751
126712
  /** ID of the connected account for which you want to retrieve all entrances. */
126752
126713
  connected_account_id?: string | undefined;
126753
126714
  /** IDs of the entrances for which you want to retrieve all entrances. */
@@ -134293,8 +134254,6 @@ type Routes = {
134293
134254
  space_id?: string | undefined;
134294
134255
  /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
134295
134256
  search?: string | undefined;
134296
- /** ID of the access method for which you want to retrieve all devices. */
134297
- access_method_id?: string | undefined;
134298
134257
  };
134299
134258
  formData: {};
134300
134259
  jsonResponse: {
@@ -136040,8 +135999,6 @@ type Routes = {
136040
135999
  space_id?: string | undefined;
136041
136000
  /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
136042
136001
  search?: string | undefined;
136043
- /** ID of the access method for which you want to retrieve all devices. */
136044
- access_method_id?: string | undefined;
136045
136002
  };
136046
136003
  formData: {};
136047
136004
  jsonResponse: {
@@ -142755,8 +142712,6 @@ type Routes = {
142755
142712
  space_id?: string | undefined;
142756
142713
  /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
142757
142714
  search?: string | undefined;
142758
- /** ID of the access method for which you want to retrieve all devices. */
142759
- access_method_id?: string | undefined;
142760
142715
  };
142761
142716
  formData: {};
142762
142717
  jsonResponse: {
@@ -150189,8 +150144,6 @@ type Routes = {
150189
150144
  space_id?: string | undefined;
150190
150145
  /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
150191
150146
  search?: string | undefined;
150192
- /** ID of the access method for which you want to retrieve all devices. */
150193
- access_method_id?: string | undefined;
150194
150147
  };
150195
150148
  formData: {};
150196
150149
  jsonResponse: {
@@ -169150,8 +169103,6 @@ type Routes = {
169150
169103
  space_id?: string | undefined;
169151
169104
  /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
169152
169105
  search?: string | undefined;
169153
- /** ID of the access method for which you want to retrieve all devices. */
169154
- access_method_id?: string | undefined;
169155
169106
  };
169156
169107
  formData: {};
169157
169108
  jsonResponse: {
package/dist/index.cjs CHANGED
@@ -35901,24 +35901,6 @@ var openapi_default = {
35901
35901
  type: "string"
35902
35902
  }
35903
35903
  },
35904
- {
35905
- in: "query",
35906
- name: "access_grant_id",
35907
- schema: {
35908
- description: "ID of the access grant for which you want to retrieve all entrances.",
35909
- format: "uuid",
35910
- type: "string"
35911
- }
35912
- },
35913
- {
35914
- in: "query",
35915
- name: "access_method_id",
35916
- schema: {
35917
- description: "ID of the access method for which you want to retrieve all entrances.",
35918
- format: "uuid",
35919
- type: "string"
35920
- }
35921
- },
35922
35904
  {
35923
35905
  in: "query",
35924
35906
  name: "connected_account_id",
@@ -36013,16 +35995,6 @@ var openapi_default = {
36013
35995
  "application/json": {
36014
35996
  schema: {
36015
35997
  properties: {
36016
- access_grant_id: {
36017
- description: "ID of the access grant for which you want to retrieve all entrances.",
36018
- format: "uuid",
36019
- type: "string"
36020
- },
36021
- access_method_id: {
36022
- description: "ID of the access method for which you want to retrieve all entrances.",
36023
- format: "uuid",
36024
- type: "string"
36025
- },
36026
35998
  acs_credential_id: {
36027
35999
  description: "ID of the credential for which you want to retrieve all entrances.",
36028
36000
  format: "uuid",
@@ -42792,15 +42764,6 @@ var openapi_default = {
42792
42764
  minLength: 1,
42793
42765
  type: "string"
42794
42766
  }
42795
- },
42796
- {
42797
- in: "query",
42798
- name: "access_method_id",
42799
- schema: {
42800
- description: "ID of the access method for which you want to retrieve all devices.",
42801
- format: "uuid",
42802
- type: "string"
42803
- }
42804
42767
  }
42805
42768
  ],
42806
42769
  responses: {
@@ -42849,11 +42812,6 @@ var openapi_default = {
42849
42812
  "application/json": {
42850
42813
  schema: {
42851
42814
  properties: {
42852
- access_method_id: {
42853
- description: "ID of the access method for which you want to retrieve all devices.",
42854
- format: "uuid",
42855
- type: "string"
42856
- },
42857
42815
  connect_webview_id: {
42858
42816
  description: "ID of the Connect Webview for which you want to list devices.",
42859
42817
  format: "uuid",
@@ -44084,15 +44042,6 @@ var openapi_default = {
44084
44042
  minLength: 1,
44085
44043
  type: "string"
44086
44044
  }
44087
- },
44088
- {
44089
- in: "query",
44090
- name: "access_method_id",
44091
- schema: {
44092
- description: "ID of the access method for which you want to retrieve all devices.",
44093
- format: "uuid",
44094
- type: "string"
44095
- }
44096
44045
  }
44097
44046
  ],
44098
44047
  responses: {
@@ -44138,11 +44087,6 @@ var openapi_default = {
44138
44087
  "application/json": {
44139
44088
  schema: {
44140
44089
  properties: {
44141
- access_method_id: {
44142
- description: "ID of the access method for which you want to retrieve all devices.",
44143
- format: "uuid",
44144
- type: "string"
44145
- },
44146
44090
  connect_webview_id: {
44147
44091
  description: "ID of the Connect Webview for which you want to list devices.",
44148
44092
  format: "uuid",
@@ -46324,15 +46268,6 @@ var openapi_default = {
46324
46268
  minLength: 1,
46325
46269
  type: "string"
46326
46270
  }
46327
- },
46328
- {
46329
- in: "query",
46330
- name: "access_method_id",
46331
- schema: {
46332
- description: "ID of the access method for which you want to retrieve all devices.",
46333
- format: "uuid",
46334
- type: "string"
46335
- }
46336
46271
  }
46337
46272
  ],
46338
46273
  responses: {
@@ -46383,11 +46318,6 @@ var openapi_default = {
46383
46318
  "application/json": {
46384
46319
  schema: {
46385
46320
  properties: {
46386
- access_method_id: {
46387
- description: "ID of the access method for which you want to retrieve all devices.",
46388
- format: "uuid",
46389
- type: "string"
46390
- },
46391
46321
  connect_webview_id: {
46392
46322
  description: "ID of the Connect Webview for which you want to list devices.",
46393
46323
  format: "uuid",
@@ -47116,15 +47046,6 @@ var openapi_default = {
47116
47046
  minLength: 1,
47117
47047
  type: "string"
47118
47048
  }
47119
- },
47120
- {
47121
- in: "query",
47122
- name: "access_method_id",
47123
- schema: {
47124
- description: "ID of the access method for which you want to retrieve all devices.",
47125
- format: "uuid",
47126
- type: "string"
47127
- }
47128
47049
  }
47129
47050
  ],
47130
47051
  responses: {
@@ -47175,11 +47096,6 @@ var openapi_default = {
47175
47096
  "application/json": {
47176
47097
  schema: {
47177
47098
  properties: {
47178
- access_method_id: {
47179
- description: "ID of the access method for which you want to retrieve all devices.",
47180
- format: "uuid",
47181
- type: "string"
47182
- },
47183
47099
  connect_webview_id: {
47184
47100
  description: "ID of the Connect Webview for which you want to list devices.",
47185
47101
  format: "uuid",
@@ -54150,15 +54066,6 @@ var openapi_default = {
54150
54066
  minLength: 1,
54151
54067
  type: "string"
54152
54068
  }
54153
- },
54154
- {
54155
- in: "query",
54156
- name: "access_method_id",
54157
- schema: {
54158
- description: "ID of the access method for which you want to retrieve all devices.",
54159
- format: "uuid",
54160
- type: "string"
54161
- }
54162
54069
  }
54163
54070
  ],
54164
54071
  responses: {
@@ -54209,11 +54116,6 @@ var openapi_default = {
54209
54116
  "application/json": {
54210
54117
  schema: {
54211
54118
  properties: {
54212
- access_method_id: {
54213
- description: "ID of the access method for which you want to retrieve all devices.",
54214
- format: "uuid",
54215
- type: "string"
54216
- },
54217
54119
  connect_webview_id: {
54218
54120
  description: "ID of the Connect Webview for which you want to list devices.",
54219
54121
  format: "uuid",