@seamapi/types 1.534.0 → 1.536.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.
- package/dist/connect.cjs +274 -98
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +397 -49
- package/dist/index.cjs +274 -98
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/instant-keys/index.d.ts +1 -0
- package/lib/seam/connect/models/instant-keys/index.js +1 -0
- package/lib/seam/connect/models/instant-keys/index.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key-preview.d.ts +240 -0
- package/lib/seam/connect/models/instant-keys/instant-key-preview.js +48 -0
- package/lib/seam/connect/models/instant-keys/instant-key-preview.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +346 -35
- package/lib/seam/connect/openapi.js +274 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/instant-keys/index.ts +1 -0
- package/src/lib/seam/connect/models/instant-keys/instant-key-preview.ts +58 -0
- package/src/lib/seam/connect/openapi.ts +278 -112
- package/src/lib/seam/connect/route-types.ts +51 -14
package/dist/connect.d.cts
CHANGED
|
@@ -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;
|
|
@@ -90540,6 +90510,352 @@ declare const _default: {
|
|
|
90540
90510
|
'x-undocumented': string;
|
|
90541
90511
|
};
|
|
90542
90512
|
};
|
|
90513
|
+
'/seam/instant_key/v1/preview/get': {
|
|
90514
|
+
get: {
|
|
90515
|
+
operationId: string;
|
|
90516
|
+
requestBody: {
|
|
90517
|
+
content: {
|
|
90518
|
+
'application/json': {
|
|
90519
|
+
schema: {
|
|
90520
|
+
properties: {
|
|
90521
|
+
instant_key_url: {
|
|
90522
|
+
description: string;
|
|
90523
|
+
type: string;
|
|
90524
|
+
};
|
|
90525
|
+
};
|
|
90526
|
+
required: string[];
|
|
90527
|
+
type: string;
|
|
90528
|
+
};
|
|
90529
|
+
};
|
|
90530
|
+
};
|
|
90531
|
+
};
|
|
90532
|
+
responses: {
|
|
90533
|
+
200: {
|
|
90534
|
+
content: {
|
|
90535
|
+
'application/json': {
|
|
90536
|
+
schema: {
|
|
90537
|
+
properties: {
|
|
90538
|
+
instant_key_preview: {
|
|
90539
|
+
description: string;
|
|
90540
|
+
properties: {
|
|
90541
|
+
access: {
|
|
90542
|
+
items: {
|
|
90543
|
+
properties: {
|
|
90544
|
+
available: {
|
|
90545
|
+
type: string;
|
|
90546
|
+
};
|
|
90547
|
+
hours: {
|
|
90548
|
+
type: string;
|
|
90549
|
+
};
|
|
90550
|
+
icon: {
|
|
90551
|
+
type: string;
|
|
90552
|
+
};
|
|
90553
|
+
location: {
|
|
90554
|
+
type: string;
|
|
90555
|
+
};
|
|
90556
|
+
name: {
|
|
90557
|
+
type: string;
|
|
90558
|
+
};
|
|
90559
|
+
};
|
|
90560
|
+
required: string[];
|
|
90561
|
+
type: string;
|
|
90562
|
+
};
|
|
90563
|
+
type: string;
|
|
90564
|
+
};
|
|
90565
|
+
created_at: {
|
|
90566
|
+
type: string;
|
|
90567
|
+
};
|
|
90568
|
+
expires_at: {
|
|
90569
|
+
type: string;
|
|
90570
|
+
};
|
|
90571
|
+
guest: {
|
|
90572
|
+
properties: {
|
|
90573
|
+
check_in_date: {
|
|
90574
|
+
type: string;
|
|
90575
|
+
};
|
|
90576
|
+
check_out_date: {
|
|
90577
|
+
type: string;
|
|
90578
|
+
};
|
|
90579
|
+
email: {
|
|
90580
|
+
type: string;
|
|
90581
|
+
};
|
|
90582
|
+
first_name: {
|
|
90583
|
+
type: string;
|
|
90584
|
+
};
|
|
90585
|
+
full_name: {
|
|
90586
|
+
type: string;
|
|
90587
|
+
};
|
|
90588
|
+
last_name: {
|
|
90589
|
+
type: string;
|
|
90590
|
+
};
|
|
90591
|
+
};
|
|
90592
|
+
required: string[];
|
|
90593
|
+
type: string;
|
|
90594
|
+
};
|
|
90595
|
+
hotel: {
|
|
90596
|
+
properties: {
|
|
90597
|
+
accent_color: {
|
|
90598
|
+
type: string;
|
|
90599
|
+
};
|
|
90600
|
+
hotel_name: {
|
|
90601
|
+
type: string;
|
|
90602
|
+
};
|
|
90603
|
+
logo_url: {
|
|
90604
|
+
type: string;
|
|
90605
|
+
};
|
|
90606
|
+
primary_color: {
|
|
90607
|
+
type: string;
|
|
90608
|
+
};
|
|
90609
|
+
secondary_color: {
|
|
90610
|
+
type: string;
|
|
90611
|
+
};
|
|
90612
|
+
verified: {
|
|
90613
|
+
type: string;
|
|
90614
|
+
};
|
|
90615
|
+
};
|
|
90616
|
+
required: string[];
|
|
90617
|
+
type: string;
|
|
90618
|
+
};
|
|
90619
|
+
key_status: {
|
|
90620
|
+
enum: string[];
|
|
90621
|
+
type: string;
|
|
90622
|
+
};
|
|
90623
|
+
room: {
|
|
90624
|
+
properties: {
|
|
90625
|
+
floor: {
|
|
90626
|
+
format: string;
|
|
90627
|
+
type: string;
|
|
90628
|
+
};
|
|
90629
|
+
room_number: {
|
|
90630
|
+
type: string;
|
|
90631
|
+
};
|
|
90632
|
+
room_type: {
|
|
90633
|
+
type: string;
|
|
90634
|
+
};
|
|
90635
|
+
};
|
|
90636
|
+
required: string[];
|
|
90637
|
+
type: string;
|
|
90638
|
+
};
|
|
90639
|
+
shortcode: {
|
|
90640
|
+
type: string;
|
|
90641
|
+
};
|
|
90642
|
+
support_email: {
|
|
90643
|
+
type: string;
|
|
90644
|
+
};
|
|
90645
|
+
support_phone: {
|
|
90646
|
+
type: string;
|
|
90647
|
+
};
|
|
90648
|
+
updated_at: {
|
|
90649
|
+
type: string;
|
|
90650
|
+
};
|
|
90651
|
+
};
|
|
90652
|
+
required: string[];
|
|
90653
|
+
type: string;
|
|
90654
|
+
'x-route-path': string;
|
|
90655
|
+
};
|
|
90656
|
+
ok: {
|
|
90657
|
+
type: string;
|
|
90658
|
+
};
|
|
90659
|
+
};
|
|
90660
|
+
required: string[];
|
|
90661
|
+
type: string;
|
|
90662
|
+
};
|
|
90663
|
+
};
|
|
90664
|
+
};
|
|
90665
|
+
description: string;
|
|
90666
|
+
};
|
|
90667
|
+
400: {
|
|
90668
|
+
description: string;
|
|
90669
|
+
};
|
|
90670
|
+
401: {
|
|
90671
|
+
description: string;
|
|
90672
|
+
};
|
|
90673
|
+
};
|
|
90674
|
+
security: {
|
|
90675
|
+
certified_client: never[];
|
|
90676
|
+
}[];
|
|
90677
|
+
summary: string;
|
|
90678
|
+
tags: never[];
|
|
90679
|
+
'x-fern-sdk-group-name': string[];
|
|
90680
|
+
'x-fern-sdk-method-name': string;
|
|
90681
|
+
'x-fern-sdk-return-value': string;
|
|
90682
|
+
'x-response-key': string;
|
|
90683
|
+
'x-title': string;
|
|
90684
|
+
'x-undocumented': string;
|
|
90685
|
+
};
|
|
90686
|
+
post: {
|
|
90687
|
+
operationId: string;
|
|
90688
|
+
requestBody: {
|
|
90689
|
+
content: {
|
|
90690
|
+
'application/json': {
|
|
90691
|
+
schema: {
|
|
90692
|
+
properties: {
|
|
90693
|
+
instant_key_url: {
|
|
90694
|
+
description: string;
|
|
90695
|
+
type: string;
|
|
90696
|
+
};
|
|
90697
|
+
};
|
|
90698
|
+
required: string[];
|
|
90699
|
+
type: string;
|
|
90700
|
+
};
|
|
90701
|
+
};
|
|
90702
|
+
};
|
|
90703
|
+
};
|
|
90704
|
+
responses: {
|
|
90705
|
+
200: {
|
|
90706
|
+
content: {
|
|
90707
|
+
'application/json': {
|
|
90708
|
+
schema: {
|
|
90709
|
+
properties: {
|
|
90710
|
+
instant_key_preview: {
|
|
90711
|
+
description: string;
|
|
90712
|
+
properties: {
|
|
90713
|
+
access: {
|
|
90714
|
+
items: {
|
|
90715
|
+
properties: {
|
|
90716
|
+
available: {
|
|
90717
|
+
type: string;
|
|
90718
|
+
};
|
|
90719
|
+
hours: {
|
|
90720
|
+
type: string;
|
|
90721
|
+
};
|
|
90722
|
+
icon: {
|
|
90723
|
+
type: string;
|
|
90724
|
+
};
|
|
90725
|
+
location: {
|
|
90726
|
+
type: string;
|
|
90727
|
+
};
|
|
90728
|
+
name: {
|
|
90729
|
+
type: string;
|
|
90730
|
+
};
|
|
90731
|
+
};
|
|
90732
|
+
required: string[];
|
|
90733
|
+
type: string;
|
|
90734
|
+
};
|
|
90735
|
+
type: string;
|
|
90736
|
+
};
|
|
90737
|
+
created_at: {
|
|
90738
|
+
type: string;
|
|
90739
|
+
};
|
|
90740
|
+
expires_at: {
|
|
90741
|
+
type: string;
|
|
90742
|
+
};
|
|
90743
|
+
guest: {
|
|
90744
|
+
properties: {
|
|
90745
|
+
check_in_date: {
|
|
90746
|
+
type: string;
|
|
90747
|
+
};
|
|
90748
|
+
check_out_date: {
|
|
90749
|
+
type: string;
|
|
90750
|
+
};
|
|
90751
|
+
email: {
|
|
90752
|
+
type: string;
|
|
90753
|
+
};
|
|
90754
|
+
first_name: {
|
|
90755
|
+
type: string;
|
|
90756
|
+
};
|
|
90757
|
+
full_name: {
|
|
90758
|
+
type: string;
|
|
90759
|
+
};
|
|
90760
|
+
last_name: {
|
|
90761
|
+
type: string;
|
|
90762
|
+
};
|
|
90763
|
+
};
|
|
90764
|
+
required: string[];
|
|
90765
|
+
type: string;
|
|
90766
|
+
};
|
|
90767
|
+
hotel: {
|
|
90768
|
+
properties: {
|
|
90769
|
+
accent_color: {
|
|
90770
|
+
type: string;
|
|
90771
|
+
};
|
|
90772
|
+
hotel_name: {
|
|
90773
|
+
type: string;
|
|
90774
|
+
};
|
|
90775
|
+
logo_url: {
|
|
90776
|
+
type: string;
|
|
90777
|
+
};
|
|
90778
|
+
primary_color: {
|
|
90779
|
+
type: string;
|
|
90780
|
+
};
|
|
90781
|
+
secondary_color: {
|
|
90782
|
+
type: string;
|
|
90783
|
+
};
|
|
90784
|
+
verified: {
|
|
90785
|
+
type: string;
|
|
90786
|
+
};
|
|
90787
|
+
};
|
|
90788
|
+
required: string[];
|
|
90789
|
+
type: string;
|
|
90790
|
+
};
|
|
90791
|
+
key_status: {
|
|
90792
|
+
enum: string[];
|
|
90793
|
+
type: string;
|
|
90794
|
+
};
|
|
90795
|
+
room: {
|
|
90796
|
+
properties: {
|
|
90797
|
+
floor: {
|
|
90798
|
+
format: string;
|
|
90799
|
+
type: string;
|
|
90800
|
+
};
|
|
90801
|
+
room_number: {
|
|
90802
|
+
type: string;
|
|
90803
|
+
};
|
|
90804
|
+
room_type: {
|
|
90805
|
+
type: string;
|
|
90806
|
+
};
|
|
90807
|
+
};
|
|
90808
|
+
required: string[];
|
|
90809
|
+
type: string;
|
|
90810
|
+
};
|
|
90811
|
+
shortcode: {
|
|
90812
|
+
type: string;
|
|
90813
|
+
};
|
|
90814
|
+
support_email: {
|
|
90815
|
+
type: string;
|
|
90816
|
+
};
|
|
90817
|
+
support_phone: {
|
|
90818
|
+
type: string;
|
|
90819
|
+
};
|
|
90820
|
+
updated_at: {
|
|
90821
|
+
type: string;
|
|
90822
|
+
};
|
|
90823
|
+
};
|
|
90824
|
+
required: string[];
|
|
90825
|
+
type: string;
|
|
90826
|
+
'x-route-path': string;
|
|
90827
|
+
};
|
|
90828
|
+
ok: {
|
|
90829
|
+
type: string;
|
|
90830
|
+
};
|
|
90831
|
+
};
|
|
90832
|
+
required: string[];
|
|
90833
|
+
type: string;
|
|
90834
|
+
};
|
|
90835
|
+
};
|
|
90836
|
+
};
|
|
90837
|
+
description: string;
|
|
90838
|
+
};
|
|
90839
|
+
400: {
|
|
90840
|
+
description: string;
|
|
90841
|
+
};
|
|
90842
|
+
401: {
|
|
90843
|
+
description: string;
|
|
90844
|
+
};
|
|
90845
|
+
};
|
|
90846
|
+
security: {
|
|
90847
|
+
certified_client: never[];
|
|
90848
|
+
}[];
|
|
90849
|
+
summary: string;
|
|
90850
|
+
tags: never[];
|
|
90851
|
+
'x-fern-sdk-group-name': string[];
|
|
90852
|
+
'x-fern-sdk-method-name': string;
|
|
90853
|
+
'x-fern-sdk-return-value': string;
|
|
90854
|
+
'x-response-key': string;
|
|
90855
|
+
'x-title': string;
|
|
90856
|
+
'x-undocumented': string;
|
|
90857
|
+
};
|
|
90858
|
+
};
|
|
90543
90859
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
90544
90860
|
get: {
|
|
90545
90861
|
description: string;
|
|
@@ -94193,11 +94509,6 @@ declare const _default: {
|
|
|
94193
94509
|
'application/json': {
|
|
94194
94510
|
schema: {
|
|
94195
94511
|
properties: {
|
|
94196
|
-
access_method_id: {
|
|
94197
|
-
description: string;
|
|
94198
|
-
format: string;
|
|
94199
|
-
type: string;
|
|
94200
|
-
};
|
|
94201
94512
|
connect_webview_id: {
|
|
94202
94513
|
description: string;
|
|
94203
94514
|
format: string;
|
|
@@ -126744,10 +127055,6 @@ type Routes = {
|
|
|
126744
127055
|
location_id?: (string | null) | undefined;
|
|
126745
127056
|
/** ID of the space for which you want to list entrances. */
|
|
126746
127057
|
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
127058
|
/** ID of the connected account for which you want to retrieve all entrances. */
|
|
126752
127059
|
connected_account_id?: string | undefined;
|
|
126753
127060
|
/** IDs of the entrances for which you want to retrieve all entrances. */
|
|
@@ -134293,8 +134600,6 @@ type Routes = {
|
|
|
134293
134600
|
space_id?: string | undefined;
|
|
134294
134601
|
/** 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
134602
|
search?: string | undefined;
|
|
134296
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
134297
|
-
access_method_id?: string | undefined;
|
|
134298
134603
|
};
|
|
134299
134604
|
formData: {};
|
|
134300
134605
|
jsonResponse: {
|
|
@@ -136040,8 +136345,6 @@ type Routes = {
|
|
|
136040
136345
|
space_id?: string | undefined;
|
|
136041
136346
|
/** 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
136347
|
search?: string | undefined;
|
|
136043
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
136044
|
-
access_method_id?: string | undefined;
|
|
136045
136348
|
};
|
|
136046
136349
|
formData: {};
|
|
136047
136350
|
jsonResponse: {
|
|
@@ -142755,8 +143058,6 @@ type Routes = {
|
|
|
142755
143058
|
space_id?: string | undefined;
|
|
142756
143059
|
/** 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
143060
|
search?: string | undefined;
|
|
142758
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
142759
|
-
access_method_id?: string | undefined;
|
|
142760
143061
|
};
|
|
142761
143062
|
formData: {};
|
|
142762
143063
|
jsonResponse: {
|
|
@@ -150189,8 +150490,6 @@ type Routes = {
|
|
|
150189
150490
|
space_id?: string | undefined;
|
|
150190
150491
|
/** 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
150492
|
search?: string | undefined;
|
|
150192
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
150193
|
-
access_method_id?: string | undefined;
|
|
150194
150493
|
};
|
|
150195
150494
|
formData: {};
|
|
150196
150495
|
jsonResponse: {
|
|
@@ -159189,6 +159488,57 @@ type Routes = {
|
|
|
159189
159488
|
};
|
|
159190
159489
|
};
|
|
159191
159490
|
};
|
|
159491
|
+
'/seam/instant_key/v1/preview/get': {
|
|
159492
|
+
route: '/seam/instant_key/v1/preview/get';
|
|
159493
|
+
method: 'GET' | 'POST';
|
|
159494
|
+
queryParams: {};
|
|
159495
|
+
jsonBody: {
|
|
159496
|
+
/** The short code of the instant key to preview. */
|
|
159497
|
+
instant_key_url: string;
|
|
159498
|
+
};
|
|
159499
|
+
commonParams: {};
|
|
159500
|
+
formData: {};
|
|
159501
|
+
jsonResponse: {
|
|
159502
|
+
/** Represents a preview of an Instant Key with hotel, guest, and access information. */
|
|
159503
|
+
instant_key_preview: {
|
|
159504
|
+
shortcode: string;
|
|
159505
|
+
hotel: {
|
|
159506
|
+
hotel_name: string;
|
|
159507
|
+
primary_color: string;
|
|
159508
|
+
accent_color: string;
|
|
159509
|
+
secondary_color: string;
|
|
159510
|
+
logo_url?: string | undefined;
|
|
159511
|
+
verified: boolean;
|
|
159512
|
+
};
|
|
159513
|
+
guest: {
|
|
159514
|
+
first_name: string;
|
|
159515
|
+
last_name: string;
|
|
159516
|
+
full_name: string;
|
|
159517
|
+
email: string;
|
|
159518
|
+
check_in_date: string;
|
|
159519
|
+
check_out_date: string;
|
|
159520
|
+
};
|
|
159521
|
+
room: {
|
|
159522
|
+
room_number: string;
|
|
159523
|
+
room_type: string;
|
|
159524
|
+
floor: number;
|
|
159525
|
+
};
|
|
159526
|
+
access: {
|
|
159527
|
+
name: string;
|
|
159528
|
+
icon: string;
|
|
159529
|
+
hours?: string | undefined;
|
|
159530
|
+
location?: string | undefined;
|
|
159531
|
+
available: boolean;
|
|
159532
|
+
}[];
|
|
159533
|
+
key_status: 'ready' | 'expired' | 'used';
|
|
159534
|
+
support_phone: string;
|
|
159535
|
+
support_email: string;
|
|
159536
|
+
created_at: string;
|
|
159537
|
+
updated_at: string;
|
|
159538
|
+
expires_at: string;
|
|
159539
|
+
};
|
|
159540
|
+
};
|
|
159541
|
+
};
|
|
159192
159542
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
159193
159543
|
route: '/seam/mobile_sdk/v1/acs/credentials/list';
|
|
159194
159544
|
method: 'GET' | 'POST';
|
|
@@ -169150,8 +169500,6 @@ type Routes = {
|
|
|
169150
169500
|
space_id?: string | undefined;
|
|
169151
169501
|
/** 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
169502
|
search?: string | undefined;
|
|
169153
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
169154
|
-
access_method_id?: string | undefined;
|
|
169155
169503
|
};
|
|
169156
169504
|
formData: {};
|
|
169157
169505
|
jsonResponse: {
|