@seamapi/types 1.364.0 → 1.365.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 +637 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1092 -119
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -2
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +1 -2
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +1 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +1 -2
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +1 -0
- package/lib/seam/connect/models/index.js +1 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/locations/index.d.ts +1 -0
- package/lib/seam/connect/models/locations/index.js +2 -0
- package/lib/seam/connect/models/locations/index.js.map +1 -0
- package/lib/seam/connect/models/locations/location.d.ts +49 -0
- package/lib/seam/connect/models/locations/location.js +25 -0
- package/lib/seam/connect/models/locations/location.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +803 -0
- package/lib/seam/connect/openapi.js +635 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +170 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -2
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +1 -2
- package/src/lib/seam/connect/models/devices/device.ts +1 -2
- package/src/lib/seam/connect/models/index.ts +1 -0
- package/src/lib/seam/connect/models/locations/index.ts +1 -0
- package/src/lib/seam/connect/models/locations/location.ts +30 -0
- package/src/lib/seam/connect/openapi.ts +648 -0
- package/src/lib/seam/connect/route-types.ts +182 -0
package/dist/connect.d.cts
CHANGED
|
@@ -35758,6 +35758,12 @@ declare const _default: {
|
|
|
35758
35758
|
enum: string[];
|
|
35759
35759
|
type: string;
|
|
35760
35760
|
};
|
|
35761
|
+
unstable_location_id: {
|
|
35762
|
+
format: string;
|
|
35763
|
+
nullable: boolean;
|
|
35764
|
+
type: string;
|
|
35765
|
+
'x-undocumented': string;
|
|
35766
|
+
};
|
|
35761
35767
|
user_identifier_key: {
|
|
35762
35768
|
description: string;
|
|
35763
35769
|
type: string;
|
|
@@ -36273,6 +36279,12 @@ declare const _default: {
|
|
|
36273
36279
|
enum: string[];
|
|
36274
36280
|
type: string;
|
|
36275
36281
|
};
|
|
36282
|
+
unstable_location_id: {
|
|
36283
|
+
format: string;
|
|
36284
|
+
nullable: boolean;
|
|
36285
|
+
type: string;
|
|
36286
|
+
'x-undocumented': string;
|
|
36287
|
+
};
|
|
36276
36288
|
user_identifier_key: {
|
|
36277
36289
|
description: string;
|
|
36278
36290
|
type: string;
|
|
@@ -37089,6 +37101,12 @@ declare const _default: {
|
|
|
37089
37101
|
enum: string[];
|
|
37090
37102
|
type: string;
|
|
37091
37103
|
};
|
|
37104
|
+
unstable_location_id: {
|
|
37105
|
+
format: string;
|
|
37106
|
+
nullable: boolean;
|
|
37107
|
+
type: string;
|
|
37108
|
+
'x-undocumented': string;
|
|
37109
|
+
};
|
|
37092
37110
|
user_identifier_key: {
|
|
37093
37111
|
description: string;
|
|
37094
37112
|
type: string;
|
|
@@ -37557,6 +37575,12 @@ declare const _default: {
|
|
|
37557
37575
|
enum: string[];
|
|
37558
37576
|
type: string;
|
|
37559
37577
|
};
|
|
37578
|
+
unstable_location_id: {
|
|
37579
|
+
format: string;
|
|
37580
|
+
nullable: boolean;
|
|
37581
|
+
type: string;
|
|
37582
|
+
'x-undocumented': string;
|
|
37583
|
+
};
|
|
37560
37584
|
user_identifier_key: {
|
|
37561
37585
|
description: string;
|
|
37562
37586
|
type: string;
|
|
@@ -39733,6 +39757,12 @@ declare const _default: {
|
|
|
39733
39757
|
enum: string[];
|
|
39734
39758
|
type: string;
|
|
39735
39759
|
};
|
|
39760
|
+
unstable_location_id: {
|
|
39761
|
+
format: string;
|
|
39762
|
+
nullable: boolean;
|
|
39763
|
+
type: string;
|
|
39764
|
+
'x-undocumented': string;
|
|
39765
|
+
};
|
|
39736
39766
|
user_identifier_key: {
|
|
39737
39767
|
description: string;
|
|
39738
39768
|
type: string;
|
|
@@ -41422,7 +41452,7 @@ declare const _default: {
|
|
|
41422
41452
|
'x-title': string;
|
|
41423
41453
|
};
|
|
41424
41454
|
};
|
|
41425
|
-
'/
|
|
41455
|
+
'/unstable_locations/add_devices': {
|
|
41426
41456
|
post: {
|
|
41427
41457
|
description: string;
|
|
41428
41458
|
operationId: string;
|
|
@@ -41431,82 +41461,14 @@ declare const _default: {
|
|
|
41431
41461
|
'application/json': {
|
|
41432
41462
|
schema: {
|
|
41433
41463
|
properties: {
|
|
41434
|
-
|
|
41435
|
-
|
|
41436
|
-
|
|
41437
|
-
type: string;
|
|
41438
|
-
};
|
|
41439
|
-
user_identity_id: {
|
|
41440
|
-
description: string;
|
|
41441
|
-
format: string;
|
|
41442
|
-
type: string;
|
|
41443
|
-
};
|
|
41444
|
-
};
|
|
41445
|
-
required: string[];
|
|
41446
|
-
type: string;
|
|
41447
|
-
};
|
|
41448
|
-
};
|
|
41449
|
-
};
|
|
41450
|
-
};
|
|
41451
|
-
responses: {
|
|
41452
|
-
200: {
|
|
41453
|
-
content: {
|
|
41454
|
-
'application/json': {
|
|
41455
|
-
schema: {
|
|
41456
|
-
properties: {
|
|
41457
|
-
ok: {
|
|
41464
|
+
device_ids: {
|
|
41465
|
+
items: {
|
|
41466
|
+
format: string;
|
|
41458
41467
|
type: string;
|
|
41459
41468
|
};
|
|
41460
|
-
};
|
|
41461
|
-
required: string[];
|
|
41462
|
-
type: string;
|
|
41463
|
-
};
|
|
41464
|
-
};
|
|
41465
|
-
};
|
|
41466
|
-
description: string;
|
|
41467
|
-
};
|
|
41468
|
-
400: {
|
|
41469
|
-
description: string;
|
|
41470
|
-
};
|
|
41471
|
-
401: {
|
|
41472
|
-
description: string;
|
|
41473
|
-
};
|
|
41474
|
-
};
|
|
41475
|
-
security: ({
|
|
41476
|
-
api_key: never[];
|
|
41477
|
-
pat_with_workspace?: never;
|
|
41478
|
-
console_session_with_workspace?: never;
|
|
41479
|
-
} | {
|
|
41480
|
-
pat_with_workspace: never[];
|
|
41481
|
-
api_key?: never;
|
|
41482
|
-
console_session_with_workspace?: never;
|
|
41483
|
-
} | {
|
|
41484
|
-
console_session_with_workspace: never[];
|
|
41485
|
-
api_key?: never;
|
|
41486
|
-
pat_with_workspace?: never;
|
|
41487
|
-
})[];
|
|
41488
|
-
summary: string;
|
|
41489
|
-
tags: string[];
|
|
41490
|
-
'x-fern-sdk-group-name': string[];
|
|
41491
|
-
'x-fern-sdk-method-name': string;
|
|
41492
|
-
'x-response-key': null;
|
|
41493
|
-
'x-title': string;
|
|
41494
|
-
};
|
|
41495
|
-
put: {
|
|
41496
|
-
description: string;
|
|
41497
|
-
operationId: string;
|
|
41498
|
-
requestBody: {
|
|
41499
|
-
content: {
|
|
41500
|
-
'application/json': {
|
|
41501
|
-
schema: {
|
|
41502
|
-
properties: {
|
|
41503
|
-
acs_user_id: {
|
|
41504
|
-
description: string;
|
|
41505
|
-
format: string;
|
|
41506
41469
|
type: string;
|
|
41507
41470
|
};
|
|
41508
|
-
|
|
41509
|
-
description: string;
|
|
41471
|
+
location_id: {
|
|
41510
41472
|
format: string;
|
|
41511
41473
|
type: string;
|
|
41512
41474
|
};
|
|
@@ -41542,26 +41504,28 @@ declare const _default: {
|
|
|
41542
41504
|
};
|
|
41543
41505
|
};
|
|
41544
41506
|
security: ({
|
|
41545
|
-
api_key: never[];
|
|
41546
|
-
pat_with_workspace?: never;
|
|
41547
|
-
console_session_with_workspace?: never;
|
|
41548
|
-
} | {
|
|
41549
41507
|
pat_with_workspace: never[];
|
|
41550
|
-
api_key?: never;
|
|
41551
41508
|
console_session_with_workspace?: never;
|
|
41509
|
+
api_key?: never;
|
|
41552
41510
|
} | {
|
|
41553
41511
|
console_session_with_workspace: never[];
|
|
41512
|
+
pat_with_workspace?: never;
|
|
41554
41513
|
api_key?: never;
|
|
41514
|
+
} | {
|
|
41515
|
+
api_key: never[];
|
|
41555
41516
|
pat_with_workspace?: never;
|
|
41517
|
+
console_session_with_workspace?: never;
|
|
41556
41518
|
})[];
|
|
41557
41519
|
summary: string;
|
|
41558
|
-
tags:
|
|
41559
|
-
'x-fern-
|
|
41520
|
+
tags: never[];
|
|
41521
|
+
'x-fern-sdk-group-name': string[];
|
|
41522
|
+
'x-fern-sdk-method-name': string;
|
|
41560
41523
|
'x-response-key': null;
|
|
41561
41524
|
'x-title': string;
|
|
41525
|
+
'x-undocumented': string;
|
|
41562
41526
|
};
|
|
41563
41527
|
};
|
|
41564
|
-
'/
|
|
41528
|
+
'/unstable_locations/create': {
|
|
41565
41529
|
post: {
|
|
41566
41530
|
description: string;
|
|
41567
41531
|
operationId: string;
|
|
@@ -41570,30 +41534,28 @@ declare const _default: {
|
|
|
41570
41534
|
'application/json': {
|
|
41571
41535
|
schema: {
|
|
41572
41536
|
properties: {
|
|
41573
|
-
|
|
41574
|
-
|
|
41575
|
-
|
|
41576
|
-
|
|
41577
|
-
|
|
41578
|
-
|
|
41579
|
-
|
|
41580
|
-
|
|
41581
|
-
|
|
41582
|
-
|
|
41537
|
+
geolocation: {
|
|
41538
|
+
properties: {
|
|
41539
|
+
latitude: {
|
|
41540
|
+
format: string;
|
|
41541
|
+
type: string;
|
|
41542
|
+
};
|
|
41543
|
+
longitude: {
|
|
41544
|
+
format: string;
|
|
41545
|
+
type: string;
|
|
41546
|
+
};
|
|
41547
|
+
};
|
|
41548
|
+
required: string[];
|
|
41583
41549
|
type: string;
|
|
41584
41550
|
};
|
|
41585
|
-
|
|
41586
|
-
description: string;
|
|
41587
|
-
nullable: boolean;
|
|
41551
|
+
name: {
|
|
41588
41552
|
type: string;
|
|
41589
41553
|
};
|
|
41590
|
-
|
|
41591
|
-
description: string;
|
|
41592
|
-
minLength: number;
|
|
41593
|
-
nullable: boolean;
|
|
41554
|
+
time_zone: {
|
|
41594
41555
|
type: string;
|
|
41595
41556
|
};
|
|
41596
41557
|
};
|
|
41558
|
+
required: string[];
|
|
41597
41559
|
type: string;
|
|
41598
41560
|
};
|
|
41599
41561
|
};
|
|
@@ -41605,11 +41567,52 @@ declare const _default: {
|
|
|
41605
41567
|
'application/json': {
|
|
41606
41568
|
schema: {
|
|
41607
41569
|
properties: {
|
|
41608
|
-
|
|
41570
|
+
location: {
|
|
41571
|
+
properties: {
|
|
41572
|
+
created_at: {
|
|
41573
|
+
description: string;
|
|
41574
|
+
format: string;
|
|
41575
|
+
type: string;
|
|
41576
|
+
};
|
|
41577
|
+
display_name: {
|
|
41578
|
+
description: string;
|
|
41579
|
+
type: string;
|
|
41580
|
+
};
|
|
41581
|
+
geolocation: {
|
|
41582
|
+
description: string;
|
|
41583
|
+
properties: {
|
|
41584
|
+
latitude: {
|
|
41585
|
+
format: string;
|
|
41586
|
+
type: string;
|
|
41587
|
+
};
|
|
41588
|
+
longitude: {
|
|
41589
|
+
format: string;
|
|
41590
|
+
type: string;
|
|
41591
|
+
};
|
|
41592
|
+
};
|
|
41593
|
+
required: string[];
|
|
41594
|
+
type: string;
|
|
41595
|
+
};
|
|
41596
|
+
location_id: {
|
|
41597
|
+
description: string;
|
|
41598
|
+
format: string;
|
|
41599
|
+
type: string;
|
|
41600
|
+
};
|
|
41601
|
+
time_zone: {
|
|
41602
|
+
description: string;
|
|
41603
|
+
type: string;
|
|
41604
|
+
};
|
|
41605
|
+
workspace_id: {
|
|
41606
|
+
description: string;
|
|
41607
|
+
format: string;
|
|
41608
|
+
type: string;
|
|
41609
|
+
};
|
|
41610
|
+
};
|
|
41611
|
+
required: string[];
|
|
41609
41612
|
type: string;
|
|
41610
41613
|
};
|
|
41611
|
-
|
|
41612
|
-
|
|
41614
|
+
ok: {
|
|
41615
|
+
type: string;
|
|
41613
41616
|
};
|
|
41614
41617
|
};
|
|
41615
41618
|
required: string[];
|
|
@@ -41627,28 +41630,29 @@ declare const _default: {
|
|
|
41627
41630
|
};
|
|
41628
41631
|
};
|
|
41629
41632
|
security: ({
|
|
41630
|
-
api_key: never[];
|
|
41631
|
-
pat_with_workspace?: never;
|
|
41632
|
-
console_session_with_workspace?: never;
|
|
41633
|
-
} | {
|
|
41634
41633
|
pat_with_workspace: never[];
|
|
41635
|
-
api_key?: never;
|
|
41636
41634
|
console_session_with_workspace?: never;
|
|
41635
|
+
api_key?: never;
|
|
41637
41636
|
} | {
|
|
41638
41637
|
console_session_with_workspace: never[];
|
|
41638
|
+
pat_with_workspace?: never;
|
|
41639
41639
|
api_key?: never;
|
|
41640
|
+
} | {
|
|
41641
|
+
api_key: never[];
|
|
41640
41642
|
pat_with_workspace?: never;
|
|
41643
|
+
console_session_with_workspace?: never;
|
|
41641
41644
|
})[];
|
|
41642
41645
|
summary: string;
|
|
41643
|
-
tags:
|
|
41646
|
+
tags: never[];
|
|
41644
41647
|
'x-fern-sdk-group-name': string[];
|
|
41645
41648
|
'x-fern-sdk-method-name': string;
|
|
41646
41649
|
'x-fern-sdk-return-value': string;
|
|
41647
41650
|
'x-response-key': string;
|
|
41648
41651
|
'x-title': string;
|
|
41652
|
+
'x-undocumented': string;
|
|
41649
41653
|
};
|
|
41650
41654
|
};
|
|
41651
|
-
'/
|
|
41655
|
+
'/unstable_locations/delete': {
|
|
41652
41656
|
post: {
|
|
41653
41657
|
description: string;
|
|
41654
41658
|
operationId: string;
|
|
@@ -41657,8 +41661,7 @@ declare const _default: {
|
|
|
41657
41661
|
'application/json': {
|
|
41658
41662
|
schema: {
|
|
41659
41663
|
properties: {
|
|
41660
|
-
|
|
41661
|
-
description: string;
|
|
41664
|
+
location_id: {
|
|
41662
41665
|
format: string;
|
|
41663
41666
|
type: string;
|
|
41664
41667
|
};
|
|
@@ -41694,27 +41697,28 @@ declare const _default: {
|
|
|
41694
41697
|
};
|
|
41695
41698
|
};
|
|
41696
41699
|
security: ({
|
|
41697
|
-
api_key: never[];
|
|
41698
|
-
pat_with_workspace?: never;
|
|
41699
|
-
console_session_with_workspace?: never;
|
|
41700
|
-
} | {
|
|
41701
41700
|
pat_with_workspace: never[];
|
|
41702
|
-
api_key?: never;
|
|
41703
41701
|
console_session_with_workspace?: never;
|
|
41702
|
+
api_key?: never;
|
|
41704
41703
|
} | {
|
|
41705
41704
|
console_session_with_workspace: never[];
|
|
41705
|
+
pat_with_workspace?: never;
|
|
41706
41706
|
api_key?: never;
|
|
41707
|
+
} | {
|
|
41708
|
+
api_key: never[];
|
|
41707
41709
|
pat_with_workspace?: never;
|
|
41710
|
+
console_session_with_workspace?: never;
|
|
41708
41711
|
})[];
|
|
41709
41712
|
summary: string;
|
|
41710
|
-
tags:
|
|
41713
|
+
tags: never[];
|
|
41711
41714
|
'x-fern-sdk-group-name': string[];
|
|
41712
41715
|
'x-fern-sdk-method-name': string;
|
|
41713
41716
|
'x-response-key': null;
|
|
41714
41717
|
'x-title': string;
|
|
41718
|
+
'x-undocumented': string;
|
|
41715
41719
|
};
|
|
41716
41720
|
};
|
|
41717
|
-
'/
|
|
41721
|
+
'/unstable_locations/get': {
|
|
41718
41722
|
post: {
|
|
41719
41723
|
description: string;
|
|
41720
41724
|
operationId: string;
|
|
@@ -41723,8 +41727,807 @@ declare const _default: {
|
|
|
41723
41727
|
'application/json': {
|
|
41724
41728
|
schema: {
|
|
41725
41729
|
properties: {
|
|
41726
|
-
|
|
41727
|
-
|
|
41730
|
+
location_id: {
|
|
41731
|
+
format: string;
|
|
41732
|
+
type: string;
|
|
41733
|
+
};
|
|
41734
|
+
};
|
|
41735
|
+
required: string[];
|
|
41736
|
+
type: string;
|
|
41737
|
+
};
|
|
41738
|
+
};
|
|
41739
|
+
};
|
|
41740
|
+
};
|
|
41741
|
+
responses: {
|
|
41742
|
+
200: {
|
|
41743
|
+
content: {
|
|
41744
|
+
'application/json': {
|
|
41745
|
+
schema: {
|
|
41746
|
+
properties: {
|
|
41747
|
+
location: {
|
|
41748
|
+
properties: {
|
|
41749
|
+
created_at: {
|
|
41750
|
+
description: string;
|
|
41751
|
+
format: string;
|
|
41752
|
+
type: string;
|
|
41753
|
+
};
|
|
41754
|
+
display_name: {
|
|
41755
|
+
description: string;
|
|
41756
|
+
type: string;
|
|
41757
|
+
};
|
|
41758
|
+
geolocation: {
|
|
41759
|
+
description: string;
|
|
41760
|
+
properties: {
|
|
41761
|
+
latitude: {
|
|
41762
|
+
format: string;
|
|
41763
|
+
type: string;
|
|
41764
|
+
};
|
|
41765
|
+
longitude: {
|
|
41766
|
+
format: string;
|
|
41767
|
+
type: string;
|
|
41768
|
+
};
|
|
41769
|
+
};
|
|
41770
|
+
required: string[];
|
|
41771
|
+
type: string;
|
|
41772
|
+
};
|
|
41773
|
+
location_id: {
|
|
41774
|
+
description: string;
|
|
41775
|
+
format: string;
|
|
41776
|
+
type: string;
|
|
41777
|
+
};
|
|
41778
|
+
time_zone: {
|
|
41779
|
+
description: string;
|
|
41780
|
+
type: string;
|
|
41781
|
+
};
|
|
41782
|
+
workspace_id: {
|
|
41783
|
+
description: string;
|
|
41784
|
+
format: string;
|
|
41785
|
+
type: string;
|
|
41786
|
+
};
|
|
41787
|
+
};
|
|
41788
|
+
required: string[];
|
|
41789
|
+
type: string;
|
|
41790
|
+
};
|
|
41791
|
+
ok: {
|
|
41792
|
+
type: string;
|
|
41793
|
+
};
|
|
41794
|
+
};
|
|
41795
|
+
required: string[];
|
|
41796
|
+
type: string;
|
|
41797
|
+
};
|
|
41798
|
+
};
|
|
41799
|
+
};
|
|
41800
|
+
description: string;
|
|
41801
|
+
};
|
|
41802
|
+
400: {
|
|
41803
|
+
description: string;
|
|
41804
|
+
};
|
|
41805
|
+
401: {
|
|
41806
|
+
description: string;
|
|
41807
|
+
};
|
|
41808
|
+
};
|
|
41809
|
+
security: ({
|
|
41810
|
+
pat_with_workspace: never[];
|
|
41811
|
+
console_session_with_workspace?: never;
|
|
41812
|
+
api_key?: never;
|
|
41813
|
+
} | {
|
|
41814
|
+
console_session_with_workspace: never[];
|
|
41815
|
+
pat_with_workspace?: never;
|
|
41816
|
+
api_key?: never;
|
|
41817
|
+
} | {
|
|
41818
|
+
api_key: never[];
|
|
41819
|
+
pat_with_workspace?: never;
|
|
41820
|
+
console_session_with_workspace?: never;
|
|
41821
|
+
})[];
|
|
41822
|
+
summary: string;
|
|
41823
|
+
tags: never[];
|
|
41824
|
+
'x-fern-sdk-group-name': string[];
|
|
41825
|
+
'x-fern-sdk-method-name': string;
|
|
41826
|
+
'x-fern-sdk-return-value': string;
|
|
41827
|
+
'x-response-key': string;
|
|
41828
|
+
'x-title': string;
|
|
41829
|
+
'x-undocumented': string;
|
|
41830
|
+
};
|
|
41831
|
+
};
|
|
41832
|
+
'/unstable_locations/list': {
|
|
41833
|
+
get: {
|
|
41834
|
+
description: string;
|
|
41835
|
+
operationId: string;
|
|
41836
|
+
responses: {
|
|
41837
|
+
200: {
|
|
41838
|
+
content: {
|
|
41839
|
+
'application/json': {
|
|
41840
|
+
schema: {
|
|
41841
|
+
properties: {
|
|
41842
|
+
locations: {
|
|
41843
|
+
items: {
|
|
41844
|
+
properties: {
|
|
41845
|
+
created_at: {
|
|
41846
|
+
description: string;
|
|
41847
|
+
format: string;
|
|
41848
|
+
type: string;
|
|
41849
|
+
};
|
|
41850
|
+
display_name: {
|
|
41851
|
+
description: string;
|
|
41852
|
+
type: string;
|
|
41853
|
+
};
|
|
41854
|
+
geolocation: {
|
|
41855
|
+
description: string;
|
|
41856
|
+
properties: {
|
|
41857
|
+
latitude: {
|
|
41858
|
+
format: string;
|
|
41859
|
+
type: string;
|
|
41860
|
+
};
|
|
41861
|
+
longitude: {
|
|
41862
|
+
format: string;
|
|
41863
|
+
type: string;
|
|
41864
|
+
};
|
|
41865
|
+
};
|
|
41866
|
+
required: string[];
|
|
41867
|
+
type: string;
|
|
41868
|
+
};
|
|
41869
|
+
location_id: {
|
|
41870
|
+
description: string;
|
|
41871
|
+
format: string;
|
|
41872
|
+
type: string;
|
|
41873
|
+
};
|
|
41874
|
+
time_zone: {
|
|
41875
|
+
description: string;
|
|
41876
|
+
type: string;
|
|
41877
|
+
};
|
|
41878
|
+
workspace_id: {
|
|
41879
|
+
description: string;
|
|
41880
|
+
format: string;
|
|
41881
|
+
type: string;
|
|
41882
|
+
};
|
|
41883
|
+
};
|
|
41884
|
+
required: string[];
|
|
41885
|
+
type: string;
|
|
41886
|
+
};
|
|
41887
|
+
type: string;
|
|
41888
|
+
};
|
|
41889
|
+
ok: {
|
|
41890
|
+
type: string;
|
|
41891
|
+
};
|
|
41892
|
+
};
|
|
41893
|
+
required: string[];
|
|
41894
|
+
type: string;
|
|
41895
|
+
};
|
|
41896
|
+
};
|
|
41897
|
+
};
|
|
41898
|
+
description: string;
|
|
41899
|
+
};
|
|
41900
|
+
400: {
|
|
41901
|
+
description: string;
|
|
41902
|
+
};
|
|
41903
|
+
401: {
|
|
41904
|
+
description: string;
|
|
41905
|
+
};
|
|
41906
|
+
};
|
|
41907
|
+
security: ({
|
|
41908
|
+
pat_with_workspace: never[];
|
|
41909
|
+
console_session_with_workspace?: never;
|
|
41910
|
+
api_key?: never;
|
|
41911
|
+
} | {
|
|
41912
|
+
console_session_with_workspace: never[];
|
|
41913
|
+
pat_with_workspace?: never;
|
|
41914
|
+
api_key?: never;
|
|
41915
|
+
} | {
|
|
41916
|
+
api_key: never[];
|
|
41917
|
+
pat_with_workspace?: never;
|
|
41918
|
+
console_session_with_workspace?: never;
|
|
41919
|
+
})[];
|
|
41920
|
+
summary: string;
|
|
41921
|
+
tags: never[];
|
|
41922
|
+
'x-fern-ignore': boolean;
|
|
41923
|
+
'x-response-key': string;
|
|
41924
|
+
'x-title': string;
|
|
41925
|
+
'x-undocumented': string;
|
|
41926
|
+
};
|
|
41927
|
+
post: {
|
|
41928
|
+
description: string;
|
|
41929
|
+
operationId: string;
|
|
41930
|
+
responses: {
|
|
41931
|
+
200: {
|
|
41932
|
+
content: {
|
|
41933
|
+
'application/json': {
|
|
41934
|
+
schema: {
|
|
41935
|
+
properties: {
|
|
41936
|
+
locations: {
|
|
41937
|
+
items: {
|
|
41938
|
+
properties: {
|
|
41939
|
+
created_at: {
|
|
41940
|
+
description: string;
|
|
41941
|
+
format: string;
|
|
41942
|
+
type: string;
|
|
41943
|
+
};
|
|
41944
|
+
display_name: {
|
|
41945
|
+
description: string;
|
|
41946
|
+
type: string;
|
|
41947
|
+
};
|
|
41948
|
+
geolocation: {
|
|
41949
|
+
description: string;
|
|
41950
|
+
properties: {
|
|
41951
|
+
latitude: {
|
|
41952
|
+
format: string;
|
|
41953
|
+
type: string;
|
|
41954
|
+
};
|
|
41955
|
+
longitude: {
|
|
41956
|
+
format: string;
|
|
41957
|
+
type: string;
|
|
41958
|
+
};
|
|
41959
|
+
};
|
|
41960
|
+
required: string[];
|
|
41961
|
+
type: string;
|
|
41962
|
+
};
|
|
41963
|
+
location_id: {
|
|
41964
|
+
description: string;
|
|
41965
|
+
format: string;
|
|
41966
|
+
type: string;
|
|
41967
|
+
};
|
|
41968
|
+
time_zone: {
|
|
41969
|
+
description: string;
|
|
41970
|
+
type: string;
|
|
41971
|
+
};
|
|
41972
|
+
workspace_id: {
|
|
41973
|
+
description: string;
|
|
41974
|
+
format: string;
|
|
41975
|
+
type: string;
|
|
41976
|
+
};
|
|
41977
|
+
};
|
|
41978
|
+
required: string[];
|
|
41979
|
+
type: string;
|
|
41980
|
+
};
|
|
41981
|
+
type: string;
|
|
41982
|
+
};
|
|
41983
|
+
ok: {
|
|
41984
|
+
type: string;
|
|
41985
|
+
};
|
|
41986
|
+
};
|
|
41987
|
+
required: string[];
|
|
41988
|
+
type: string;
|
|
41989
|
+
};
|
|
41990
|
+
};
|
|
41991
|
+
};
|
|
41992
|
+
description: string;
|
|
41993
|
+
};
|
|
41994
|
+
400: {
|
|
41995
|
+
description: string;
|
|
41996
|
+
};
|
|
41997
|
+
401: {
|
|
41998
|
+
description: string;
|
|
41999
|
+
};
|
|
42000
|
+
};
|
|
42001
|
+
security: ({
|
|
42002
|
+
pat_with_workspace: never[];
|
|
42003
|
+
console_session_with_workspace?: never;
|
|
42004
|
+
api_key?: never;
|
|
42005
|
+
} | {
|
|
42006
|
+
console_session_with_workspace: never[];
|
|
42007
|
+
pat_with_workspace?: never;
|
|
42008
|
+
api_key?: never;
|
|
42009
|
+
} | {
|
|
42010
|
+
api_key: never[];
|
|
42011
|
+
pat_with_workspace?: never;
|
|
42012
|
+
console_session_with_workspace?: never;
|
|
42013
|
+
})[];
|
|
42014
|
+
summary: string;
|
|
42015
|
+
tags: never[];
|
|
42016
|
+
'x-fern-sdk-group-name': string[];
|
|
42017
|
+
'x-fern-sdk-method-name': string;
|
|
42018
|
+
'x-fern-sdk-return-value': string;
|
|
42019
|
+
'x-response-key': string;
|
|
42020
|
+
'x-title': string;
|
|
42021
|
+
'x-undocumented': string;
|
|
42022
|
+
};
|
|
42023
|
+
};
|
|
42024
|
+
'/unstable_locations/remove_devices': {
|
|
42025
|
+
post: {
|
|
42026
|
+
description: string;
|
|
42027
|
+
operationId: string;
|
|
42028
|
+
requestBody: {
|
|
42029
|
+
content: {
|
|
42030
|
+
'application/json': {
|
|
42031
|
+
schema: {
|
|
42032
|
+
properties: {
|
|
42033
|
+
device_ids: {
|
|
42034
|
+
items: {
|
|
42035
|
+
format: string;
|
|
42036
|
+
type: string;
|
|
42037
|
+
};
|
|
42038
|
+
type: string;
|
|
42039
|
+
};
|
|
42040
|
+
location_id: {
|
|
42041
|
+
format: string;
|
|
42042
|
+
type: string;
|
|
42043
|
+
};
|
|
42044
|
+
};
|
|
42045
|
+
required: string[];
|
|
42046
|
+
type: string;
|
|
42047
|
+
};
|
|
42048
|
+
};
|
|
42049
|
+
};
|
|
42050
|
+
};
|
|
42051
|
+
responses: {
|
|
42052
|
+
200: {
|
|
42053
|
+
content: {
|
|
42054
|
+
'application/json': {
|
|
42055
|
+
schema: {
|
|
42056
|
+
properties: {
|
|
42057
|
+
ok: {
|
|
42058
|
+
type: string;
|
|
42059
|
+
};
|
|
42060
|
+
};
|
|
42061
|
+
required: string[];
|
|
42062
|
+
type: string;
|
|
42063
|
+
};
|
|
42064
|
+
};
|
|
42065
|
+
};
|
|
42066
|
+
description: string;
|
|
42067
|
+
};
|
|
42068
|
+
400: {
|
|
42069
|
+
description: string;
|
|
42070
|
+
};
|
|
42071
|
+
401: {
|
|
42072
|
+
description: string;
|
|
42073
|
+
};
|
|
42074
|
+
};
|
|
42075
|
+
security: ({
|
|
42076
|
+
pat_with_workspace: never[];
|
|
42077
|
+
console_session_with_workspace?: never;
|
|
42078
|
+
api_key?: never;
|
|
42079
|
+
} | {
|
|
42080
|
+
console_session_with_workspace: never[];
|
|
42081
|
+
pat_with_workspace?: never;
|
|
42082
|
+
api_key?: never;
|
|
42083
|
+
} | {
|
|
42084
|
+
api_key: never[];
|
|
42085
|
+
pat_with_workspace?: never;
|
|
42086
|
+
console_session_with_workspace?: never;
|
|
42087
|
+
})[];
|
|
42088
|
+
summary: string;
|
|
42089
|
+
tags: never[];
|
|
42090
|
+
'x-fern-sdk-group-name': string[];
|
|
42091
|
+
'x-fern-sdk-method-name': string;
|
|
42092
|
+
'x-response-key': null;
|
|
42093
|
+
'x-title': string;
|
|
42094
|
+
'x-undocumented': string;
|
|
42095
|
+
};
|
|
42096
|
+
};
|
|
42097
|
+
'/unstable_locations/update': {
|
|
42098
|
+
post: {
|
|
42099
|
+
description: string;
|
|
42100
|
+
operationId: string;
|
|
42101
|
+
requestBody: {
|
|
42102
|
+
content: {
|
|
42103
|
+
'application/json': {
|
|
42104
|
+
schema: {
|
|
42105
|
+
properties: {
|
|
42106
|
+
geolocation: {
|
|
42107
|
+
properties: {
|
|
42108
|
+
latitude: {
|
|
42109
|
+
format: string;
|
|
42110
|
+
type: string;
|
|
42111
|
+
};
|
|
42112
|
+
longitude: {
|
|
42113
|
+
format: string;
|
|
42114
|
+
type: string;
|
|
42115
|
+
};
|
|
42116
|
+
};
|
|
42117
|
+
required: string[];
|
|
42118
|
+
type: string;
|
|
42119
|
+
};
|
|
42120
|
+
location_id: {
|
|
42121
|
+
format: string;
|
|
42122
|
+
type: string;
|
|
42123
|
+
};
|
|
42124
|
+
name: {
|
|
42125
|
+
type: string;
|
|
42126
|
+
};
|
|
42127
|
+
time_zone: {
|
|
42128
|
+
type: string;
|
|
42129
|
+
};
|
|
42130
|
+
};
|
|
42131
|
+
required: string[];
|
|
42132
|
+
type: string;
|
|
42133
|
+
};
|
|
42134
|
+
};
|
|
42135
|
+
};
|
|
42136
|
+
};
|
|
42137
|
+
responses: {
|
|
42138
|
+
200: {
|
|
42139
|
+
content: {
|
|
42140
|
+
'application/json': {
|
|
42141
|
+
schema: {
|
|
42142
|
+
properties: {
|
|
42143
|
+
location: {
|
|
42144
|
+
properties: {
|
|
42145
|
+
created_at: {
|
|
42146
|
+
description: string;
|
|
42147
|
+
format: string;
|
|
42148
|
+
type: string;
|
|
42149
|
+
};
|
|
42150
|
+
display_name: {
|
|
42151
|
+
description: string;
|
|
42152
|
+
type: string;
|
|
42153
|
+
};
|
|
42154
|
+
geolocation: {
|
|
42155
|
+
description: string;
|
|
42156
|
+
properties: {
|
|
42157
|
+
latitude: {
|
|
42158
|
+
format: string;
|
|
42159
|
+
type: string;
|
|
42160
|
+
};
|
|
42161
|
+
longitude: {
|
|
42162
|
+
format: string;
|
|
42163
|
+
type: string;
|
|
42164
|
+
};
|
|
42165
|
+
};
|
|
42166
|
+
required: string[];
|
|
42167
|
+
type: string;
|
|
42168
|
+
};
|
|
42169
|
+
location_id: {
|
|
42170
|
+
description: string;
|
|
42171
|
+
format: string;
|
|
42172
|
+
type: string;
|
|
42173
|
+
};
|
|
42174
|
+
time_zone: {
|
|
42175
|
+
description: string;
|
|
42176
|
+
type: string;
|
|
42177
|
+
};
|
|
42178
|
+
workspace_id: {
|
|
42179
|
+
description: string;
|
|
42180
|
+
format: string;
|
|
42181
|
+
type: string;
|
|
42182
|
+
};
|
|
42183
|
+
};
|
|
42184
|
+
required: string[];
|
|
42185
|
+
type: string;
|
|
42186
|
+
};
|
|
42187
|
+
ok: {
|
|
42188
|
+
type: string;
|
|
42189
|
+
};
|
|
42190
|
+
};
|
|
42191
|
+
required: string[];
|
|
42192
|
+
type: string;
|
|
42193
|
+
};
|
|
42194
|
+
};
|
|
42195
|
+
};
|
|
42196
|
+
description: string;
|
|
42197
|
+
};
|
|
42198
|
+
400: {
|
|
42199
|
+
description: string;
|
|
42200
|
+
};
|
|
42201
|
+
401: {
|
|
42202
|
+
description: string;
|
|
42203
|
+
};
|
|
42204
|
+
};
|
|
42205
|
+
security: ({
|
|
42206
|
+
pat_with_workspace: never[];
|
|
42207
|
+
console_session_with_workspace?: never;
|
|
42208
|
+
api_key?: never;
|
|
42209
|
+
} | {
|
|
42210
|
+
console_session_with_workspace: never[];
|
|
42211
|
+
pat_with_workspace?: never;
|
|
42212
|
+
api_key?: never;
|
|
42213
|
+
} | {
|
|
42214
|
+
api_key: never[];
|
|
42215
|
+
pat_with_workspace?: never;
|
|
42216
|
+
console_session_with_workspace?: never;
|
|
42217
|
+
})[];
|
|
42218
|
+
summary: string;
|
|
42219
|
+
tags: never[];
|
|
42220
|
+
'x-fern-sdk-group-name': string[];
|
|
42221
|
+
'x-fern-sdk-method-name': string;
|
|
42222
|
+
'x-fern-sdk-return-value': string;
|
|
42223
|
+
'x-response-key': string;
|
|
42224
|
+
'x-title': string;
|
|
42225
|
+
'x-undocumented': string;
|
|
42226
|
+
};
|
|
42227
|
+
};
|
|
42228
|
+
'/user_identities/add_acs_user': {
|
|
42229
|
+
post: {
|
|
42230
|
+
description: string;
|
|
42231
|
+
operationId: string;
|
|
42232
|
+
requestBody: {
|
|
42233
|
+
content: {
|
|
42234
|
+
'application/json': {
|
|
42235
|
+
schema: {
|
|
42236
|
+
properties: {
|
|
42237
|
+
acs_user_id: {
|
|
42238
|
+
description: string;
|
|
42239
|
+
format: string;
|
|
42240
|
+
type: string;
|
|
42241
|
+
};
|
|
42242
|
+
user_identity_id: {
|
|
42243
|
+
description: string;
|
|
42244
|
+
format: string;
|
|
42245
|
+
type: string;
|
|
42246
|
+
};
|
|
42247
|
+
};
|
|
42248
|
+
required: string[];
|
|
42249
|
+
type: string;
|
|
42250
|
+
};
|
|
42251
|
+
};
|
|
42252
|
+
};
|
|
42253
|
+
};
|
|
42254
|
+
responses: {
|
|
42255
|
+
200: {
|
|
42256
|
+
content: {
|
|
42257
|
+
'application/json': {
|
|
42258
|
+
schema: {
|
|
42259
|
+
properties: {
|
|
42260
|
+
ok: {
|
|
42261
|
+
type: string;
|
|
42262
|
+
};
|
|
42263
|
+
};
|
|
42264
|
+
required: string[];
|
|
42265
|
+
type: string;
|
|
42266
|
+
};
|
|
42267
|
+
};
|
|
42268
|
+
};
|
|
42269
|
+
description: string;
|
|
42270
|
+
};
|
|
42271
|
+
400: {
|
|
42272
|
+
description: string;
|
|
42273
|
+
};
|
|
42274
|
+
401: {
|
|
42275
|
+
description: string;
|
|
42276
|
+
};
|
|
42277
|
+
};
|
|
42278
|
+
security: ({
|
|
42279
|
+
api_key: never[];
|
|
42280
|
+
pat_with_workspace?: never;
|
|
42281
|
+
console_session_with_workspace?: never;
|
|
42282
|
+
} | {
|
|
42283
|
+
pat_with_workspace: never[];
|
|
42284
|
+
api_key?: never;
|
|
42285
|
+
console_session_with_workspace?: never;
|
|
42286
|
+
} | {
|
|
42287
|
+
console_session_with_workspace: never[];
|
|
42288
|
+
api_key?: never;
|
|
42289
|
+
pat_with_workspace?: never;
|
|
42290
|
+
})[];
|
|
42291
|
+
summary: string;
|
|
42292
|
+
tags: string[];
|
|
42293
|
+
'x-fern-sdk-group-name': string[];
|
|
42294
|
+
'x-fern-sdk-method-name': string;
|
|
42295
|
+
'x-response-key': null;
|
|
42296
|
+
'x-title': string;
|
|
42297
|
+
};
|
|
42298
|
+
put: {
|
|
42299
|
+
description: string;
|
|
42300
|
+
operationId: string;
|
|
42301
|
+
requestBody: {
|
|
42302
|
+
content: {
|
|
42303
|
+
'application/json': {
|
|
42304
|
+
schema: {
|
|
42305
|
+
properties: {
|
|
42306
|
+
acs_user_id: {
|
|
42307
|
+
description: string;
|
|
42308
|
+
format: string;
|
|
42309
|
+
type: string;
|
|
42310
|
+
};
|
|
42311
|
+
user_identity_id: {
|
|
42312
|
+
description: string;
|
|
42313
|
+
format: string;
|
|
42314
|
+
type: string;
|
|
42315
|
+
};
|
|
42316
|
+
};
|
|
42317
|
+
required: string[];
|
|
42318
|
+
type: string;
|
|
42319
|
+
};
|
|
42320
|
+
};
|
|
42321
|
+
};
|
|
42322
|
+
};
|
|
42323
|
+
responses: {
|
|
42324
|
+
200: {
|
|
42325
|
+
content: {
|
|
42326
|
+
'application/json': {
|
|
42327
|
+
schema: {
|
|
42328
|
+
properties: {
|
|
42329
|
+
ok: {
|
|
42330
|
+
type: string;
|
|
42331
|
+
};
|
|
42332
|
+
};
|
|
42333
|
+
required: string[];
|
|
42334
|
+
type: string;
|
|
42335
|
+
};
|
|
42336
|
+
};
|
|
42337
|
+
};
|
|
42338
|
+
description: string;
|
|
42339
|
+
};
|
|
42340
|
+
400: {
|
|
42341
|
+
description: string;
|
|
42342
|
+
};
|
|
42343
|
+
401: {
|
|
42344
|
+
description: string;
|
|
42345
|
+
};
|
|
42346
|
+
};
|
|
42347
|
+
security: ({
|
|
42348
|
+
api_key: never[];
|
|
42349
|
+
pat_with_workspace?: never;
|
|
42350
|
+
console_session_with_workspace?: never;
|
|
42351
|
+
} | {
|
|
42352
|
+
pat_with_workspace: never[];
|
|
42353
|
+
api_key?: never;
|
|
42354
|
+
console_session_with_workspace?: never;
|
|
42355
|
+
} | {
|
|
42356
|
+
console_session_with_workspace: never[];
|
|
42357
|
+
api_key?: never;
|
|
42358
|
+
pat_with_workspace?: never;
|
|
42359
|
+
})[];
|
|
42360
|
+
summary: string;
|
|
42361
|
+
tags: string[];
|
|
42362
|
+
'x-fern-ignore': boolean;
|
|
42363
|
+
'x-response-key': null;
|
|
42364
|
+
'x-title': string;
|
|
42365
|
+
};
|
|
42366
|
+
};
|
|
42367
|
+
'/user_identities/create': {
|
|
42368
|
+
post: {
|
|
42369
|
+
description: string;
|
|
42370
|
+
operationId: string;
|
|
42371
|
+
requestBody: {
|
|
42372
|
+
content: {
|
|
42373
|
+
'application/json': {
|
|
42374
|
+
schema: {
|
|
42375
|
+
properties: {
|
|
42376
|
+
email_address: {
|
|
42377
|
+
description: string;
|
|
42378
|
+
format: string;
|
|
42379
|
+
nullable: boolean;
|
|
42380
|
+
type: string;
|
|
42381
|
+
};
|
|
42382
|
+
full_name: {
|
|
42383
|
+
description: string;
|
|
42384
|
+
minLength: number;
|
|
42385
|
+
nullable: boolean;
|
|
42386
|
+
type: string;
|
|
42387
|
+
};
|
|
42388
|
+
phone_number: {
|
|
42389
|
+
description: string;
|
|
42390
|
+
nullable: boolean;
|
|
42391
|
+
type: string;
|
|
42392
|
+
};
|
|
42393
|
+
user_identity_key: {
|
|
42394
|
+
description: string;
|
|
42395
|
+
minLength: number;
|
|
42396
|
+
nullable: boolean;
|
|
42397
|
+
type: string;
|
|
42398
|
+
};
|
|
42399
|
+
};
|
|
42400
|
+
type: string;
|
|
42401
|
+
};
|
|
42402
|
+
};
|
|
42403
|
+
};
|
|
42404
|
+
};
|
|
42405
|
+
responses: {
|
|
42406
|
+
200: {
|
|
42407
|
+
content: {
|
|
42408
|
+
'application/json': {
|
|
42409
|
+
schema: {
|
|
42410
|
+
properties: {
|
|
42411
|
+
ok: {
|
|
42412
|
+
type: string;
|
|
42413
|
+
};
|
|
42414
|
+
user_identity: {
|
|
42415
|
+
$ref: string;
|
|
42416
|
+
};
|
|
42417
|
+
};
|
|
42418
|
+
required: string[];
|
|
42419
|
+
type: string;
|
|
42420
|
+
};
|
|
42421
|
+
};
|
|
42422
|
+
};
|
|
42423
|
+
description: string;
|
|
42424
|
+
};
|
|
42425
|
+
400: {
|
|
42426
|
+
description: string;
|
|
42427
|
+
};
|
|
42428
|
+
401: {
|
|
42429
|
+
description: string;
|
|
42430
|
+
};
|
|
42431
|
+
};
|
|
42432
|
+
security: ({
|
|
42433
|
+
api_key: never[];
|
|
42434
|
+
pat_with_workspace?: never;
|
|
42435
|
+
console_session_with_workspace?: never;
|
|
42436
|
+
} | {
|
|
42437
|
+
pat_with_workspace: never[];
|
|
42438
|
+
api_key?: never;
|
|
42439
|
+
console_session_with_workspace?: never;
|
|
42440
|
+
} | {
|
|
42441
|
+
console_session_with_workspace: never[];
|
|
42442
|
+
api_key?: never;
|
|
42443
|
+
pat_with_workspace?: never;
|
|
42444
|
+
})[];
|
|
42445
|
+
summary: string;
|
|
42446
|
+
tags: string[];
|
|
42447
|
+
'x-fern-sdk-group-name': string[];
|
|
42448
|
+
'x-fern-sdk-method-name': string;
|
|
42449
|
+
'x-fern-sdk-return-value': string;
|
|
42450
|
+
'x-response-key': string;
|
|
42451
|
+
'x-title': string;
|
|
42452
|
+
};
|
|
42453
|
+
};
|
|
42454
|
+
'/user_identities/delete': {
|
|
42455
|
+
post: {
|
|
42456
|
+
description: string;
|
|
42457
|
+
operationId: string;
|
|
42458
|
+
requestBody: {
|
|
42459
|
+
content: {
|
|
42460
|
+
'application/json': {
|
|
42461
|
+
schema: {
|
|
42462
|
+
properties: {
|
|
42463
|
+
user_identity_id: {
|
|
42464
|
+
description: string;
|
|
42465
|
+
format: string;
|
|
42466
|
+
type: string;
|
|
42467
|
+
};
|
|
42468
|
+
};
|
|
42469
|
+
required: string[];
|
|
42470
|
+
type: string;
|
|
42471
|
+
};
|
|
42472
|
+
};
|
|
42473
|
+
};
|
|
42474
|
+
};
|
|
42475
|
+
responses: {
|
|
42476
|
+
200: {
|
|
42477
|
+
content: {
|
|
42478
|
+
'application/json': {
|
|
42479
|
+
schema: {
|
|
42480
|
+
properties: {
|
|
42481
|
+
ok: {
|
|
42482
|
+
type: string;
|
|
42483
|
+
};
|
|
42484
|
+
};
|
|
42485
|
+
required: string[];
|
|
42486
|
+
type: string;
|
|
42487
|
+
};
|
|
42488
|
+
};
|
|
42489
|
+
};
|
|
42490
|
+
description: string;
|
|
42491
|
+
};
|
|
42492
|
+
400: {
|
|
42493
|
+
description: string;
|
|
42494
|
+
};
|
|
42495
|
+
401: {
|
|
42496
|
+
description: string;
|
|
42497
|
+
};
|
|
42498
|
+
};
|
|
42499
|
+
security: ({
|
|
42500
|
+
api_key: never[];
|
|
42501
|
+
pat_with_workspace?: never;
|
|
42502
|
+
console_session_with_workspace?: never;
|
|
42503
|
+
} | {
|
|
42504
|
+
pat_with_workspace: never[];
|
|
42505
|
+
api_key?: never;
|
|
42506
|
+
console_session_with_workspace?: never;
|
|
42507
|
+
} | {
|
|
42508
|
+
console_session_with_workspace: never[];
|
|
42509
|
+
api_key?: never;
|
|
42510
|
+
pat_with_workspace?: never;
|
|
42511
|
+
})[];
|
|
42512
|
+
summary: string;
|
|
42513
|
+
tags: string[];
|
|
42514
|
+
'x-fern-sdk-group-name': string[];
|
|
42515
|
+
'x-fern-sdk-method-name': string;
|
|
42516
|
+
'x-response-key': null;
|
|
42517
|
+
'x-title': string;
|
|
42518
|
+
};
|
|
42519
|
+
};
|
|
42520
|
+
'/user_identities/enrollment_automations/delete': {
|
|
42521
|
+
post: {
|
|
42522
|
+
description: string;
|
|
42523
|
+
operationId: string;
|
|
42524
|
+
requestBody: {
|
|
42525
|
+
content: {
|
|
42526
|
+
'application/json': {
|
|
42527
|
+
schema: {
|
|
42528
|
+
properties: {
|
|
42529
|
+
enrollment_automation_id: {
|
|
42530
|
+
description: string;
|
|
41728
42531
|
format: string;
|
|
41729
42532
|
type: string;
|
|
41730
42533
|
};
|
|
@@ -58767,6 +59570,8 @@ interface Routes {
|
|
|
58767
59570
|
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
58768
59571
|
/** */
|
|
58769
59572
|
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
59573
|
+
/** */
|
|
59574
|
+
unstable_location_id?: (string | null) | undefined;
|
|
58770
59575
|
};
|
|
58771
59576
|
formData: {};
|
|
58772
59577
|
jsonResponse: {
|
|
@@ -59822,6 +60627,8 @@ interface Routes {
|
|
|
59822
60627
|
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
59823
60628
|
/** */
|
|
59824
60629
|
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
60630
|
+
/** */
|
|
60631
|
+
unstable_location_id?: (string | null) | undefined;
|
|
59825
60632
|
};
|
|
59826
60633
|
formData: {};
|
|
59827
60634
|
jsonResponse: {
|
|
@@ -64037,6 +64844,8 @@ interface Routes {
|
|
|
64037
64844
|
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
64038
64845
|
/** */
|
|
64039
64846
|
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
64847
|
+
/** */
|
|
64848
|
+
unstable_location_id?: (string | null) | undefined;
|
|
64040
64849
|
};
|
|
64041
64850
|
formData: {};
|
|
64042
64851
|
jsonResponse: {
|
|
@@ -67269,6 +68078,8 @@ interface Routes {
|
|
|
67269
68078
|
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
67270
68079
|
/** */
|
|
67271
68080
|
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
68081
|
+
/** */
|
|
68082
|
+
unstable_location_id?: (string | null) | undefined;
|
|
67272
68083
|
};
|
|
67273
68084
|
formData: {};
|
|
67274
68085
|
jsonResponse: {
|
|
@@ -76070,6 +76881,8 @@ interface Routes {
|
|
|
76070
76881
|
include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
76071
76882
|
/** */
|
|
76072
76883
|
exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection'> | undefined;
|
|
76884
|
+
/** */
|
|
76885
|
+
unstable_location_id?: (string | null) | undefined;
|
|
76073
76886
|
};
|
|
76074
76887
|
formData: {};
|
|
76075
76888
|
jsonResponse: {
|
|
@@ -80462,6 +81275,166 @@ interface Routes {
|
|
|
80462
81275
|
formData: {};
|
|
80463
81276
|
jsonResponse: {};
|
|
80464
81277
|
};
|
|
81278
|
+
'/unstable_locations/add_devices': {
|
|
81279
|
+
route: '/unstable_locations/add_devices';
|
|
81280
|
+
method: 'POST';
|
|
81281
|
+
queryParams: {};
|
|
81282
|
+
jsonBody: {
|
|
81283
|
+
location_id: string;
|
|
81284
|
+
device_ids: string[];
|
|
81285
|
+
};
|
|
81286
|
+
commonParams: {};
|
|
81287
|
+
formData: {};
|
|
81288
|
+
jsonResponse: {};
|
|
81289
|
+
};
|
|
81290
|
+
'/unstable_locations/create': {
|
|
81291
|
+
route: '/unstable_locations/create';
|
|
81292
|
+
method: 'POST';
|
|
81293
|
+
queryParams: {};
|
|
81294
|
+
jsonBody: {
|
|
81295
|
+
name: string;
|
|
81296
|
+
geolocation?: {
|
|
81297
|
+
latitude: number;
|
|
81298
|
+
longitude: number;
|
|
81299
|
+
} | undefined;
|
|
81300
|
+
time_zone?: string | undefined;
|
|
81301
|
+
};
|
|
81302
|
+
commonParams: {};
|
|
81303
|
+
formData: {};
|
|
81304
|
+
jsonResponse: {
|
|
81305
|
+
location: {
|
|
81306
|
+
/** Unique identifier for the location. */
|
|
81307
|
+
location_id: string;
|
|
81308
|
+
/** Unique identifier for the Seam workspace associated with the location. */
|
|
81309
|
+
workspace_id: string;
|
|
81310
|
+
/** Display name of the location. */
|
|
81311
|
+
display_name: string;
|
|
81312
|
+
/** Geographical location of the location. */
|
|
81313
|
+
geolocation?: {
|
|
81314
|
+
latitude: number;
|
|
81315
|
+
longitude: number;
|
|
81316
|
+
} | undefined;
|
|
81317
|
+
/** Time zone of the location. */
|
|
81318
|
+
time_zone?: string | undefined;
|
|
81319
|
+
/** Date and time at which the location object was created. */
|
|
81320
|
+
created_at: string;
|
|
81321
|
+
};
|
|
81322
|
+
};
|
|
81323
|
+
};
|
|
81324
|
+
'/unstable_locations/delete': {
|
|
81325
|
+
route: '/unstable_locations/delete';
|
|
81326
|
+
method: 'DELETE' | 'POST';
|
|
81327
|
+
queryParams: {};
|
|
81328
|
+
jsonBody: {
|
|
81329
|
+
location_id: string;
|
|
81330
|
+
};
|
|
81331
|
+
commonParams: {};
|
|
81332
|
+
formData: {};
|
|
81333
|
+
jsonResponse: {};
|
|
81334
|
+
};
|
|
81335
|
+
'/unstable_locations/get': {
|
|
81336
|
+
route: '/unstable_locations/get';
|
|
81337
|
+
method: 'GET' | 'POST';
|
|
81338
|
+
queryParams: {};
|
|
81339
|
+
jsonBody: {};
|
|
81340
|
+
commonParams: {
|
|
81341
|
+
location_id: string;
|
|
81342
|
+
};
|
|
81343
|
+
formData: {};
|
|
81344
|
+
jsonResponse: {
|
|
81345
|
+
location: {
|
|
81346
|
+
/** Unique identifier for the location. */
|
|
81347
|
+
location_id: string;
|
|
81348
|
+
/** Unique identifier for the Seam workspace associated with the location. */
|
|
81349
|
+
workspace_id: string;
|
|
81350
|
+
/** Display name of the location. */
|
|
81351
|
+
display_name: string;
|
|
81352
|
+
/** Geographical location of the location. */
|
|
81353
|
+
geolocation?: {
|
|
81354
|
+
latitude: number;
|
|
81355
|
+
longitude: number;
|
|
81356
|
+
} | undefined;
|
|
81357
|
+
/** Time zone of the location. */
|
|
81358
|
+
time_zone?: string | undefined;
|
|
81359
|
+
/** Date and time at which the location object was created. */
|
|
81360
|
+
created_at: string;
|
|
81361
|
+
};
|
|
81362
|
+
};
|
|
81363
|
+
};
|
|
81364
|
+
'/unstable_locations/list': {
|
|
81365
|
+
route: '/unstable_locations/list';
|
|
81366
|
+
method: 'GET' | 'POST';
|
|
81367
|
+
queryParams: {};
|
|
81368
|
+
jsonBody: {};
|
|
81369
|
+
commonParams: {};
|
|
81370
|
+
formData: {};
|
|
81371
|
+
jsonResponse: {
|
|
81372
|
+
locations: Array<{
|
|
81373
|
+
/** Unique identifier for the location. */
|
|
81374
|
+
location_id: string;
|
|
81375
|
+
/** Unique identifier for the Seam workspace associated with the location. */
|
|
81376
|
+
workspace_id: string;
|
|
81377
|
+
/** Display name of the location. */
|
|
81378
|
+
display_name: string;
|
|
81379
|
+
/** Geographical location of the location. */
|
|
81380
|
+
geolocation?: {
|
|
81381
|
+
latitude: number;
|
|
81382
|
+
longitude: number;
|
|
81383
|
+
} | undefined;
|
|
81384
|
+
/** Time zone of the location. */
|
|
81385
|
+
time_zone?: string | undefined;
|
|
81386
|
+
/** Date and time at which the location object was created. */
|
|
81387
|
+
created_at: string;
|
|
81388
|
+
}>;
|
|
81389
|
+
};
|
|
81390
|
+
};
|
|
81391
|
+
'/unstable_locations/remove_devices': {
|
|
81392
|
+
route: '/unstable_locations/remove_devices';
|
|
81393
|
+
method: 'POST';
|
|
81394
|
+
queryParams: {};
|
|
81395
|
+
jsonBody: {
|
|
81396
|
+
location_id: string;
|
|
81397
|
+
device_ids: string[];
|
|
81398
|
+
};
|
|
81399
|
+
commonParams: {};
|
|
81400
|
+
formData: {};
|
|
81401
|
+
jsonResponse: {};
|
|
81402
|
+
};
|
|
81403
|
+
'/unstable_locations/update': {
|
|
81404
|
+
route: '/unstable_locations/update';
|
|
81405
|
+
method: 'POST';
|
|
81406
|
+
queryParams: {};
|
|
81407
|
+
jsonBody: {
|
|
81408
|
+
location_id: string;
|
|
81409
|
+
name?: string | undefined;
|
|
81410
|
+
geolocation?: {
|
|
81411
|
+
latitude: number;
|
|
81412
|
+
longitude: number;
|
|
81413
|
+
} | undefined;
|
|
81414
|
+
time_zone?: string | undefined;
|
|
81415
|
+
};
|
|
81416
|
+
commonParams: {};
|
|
81417
|
+
formData: {};
|
|
81418
|
+
jsonResponse: {
|
|
81419
|
+
location: {
|
|
81420
|
+
/** Unique identifier for the location. */
|
|
81421
|
+
location_id: string;
|
|
81422
|
+
/** Unique identifier for the Seam workspace associated with the location. */
|
|
81423
|
+
workspace_id: string;
|
|
81424
|
+
/** Display name of the location. */
|
|
81425
|
+
display_name: string;
|
|
81426
|
+
/** Geographical location of the location. */
|
|
81427
|
+
geolocation?: {
|
|
81428
|
+
latitude: number;
|
|
81429
|
+
longitude: number;
|
|
81430
|
+
} | undefined;
|
|
81431
|
+
/** Time zone of the location. */
|
|
81432
|
+
time_zone?: string | undefined;
|
|
81433
|
+
/** Date and time at which the location object was created. */
|
|
81434
|
+
created_at: string;
|
|
81435
|
+
};
|
|
81436
|
+
};
|
|
81437
|
+
};
|
|
80465
81438
|
'/user_identities/add_acs_user': {
|
|
80466
81439
|
route: '/user_identities/add_acs_user';
|
|
80467
81440
|
method: 'POST' | 'PUT';
|