@seamapi/types 1.414.0 → 1.414.2
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 +290 -1124
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +352 -1133
- package/lib/seam/connect/models/locations/location.js +6 -1
- package/lib/seam/connect/models/locations/location.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/models/phones/phone-session.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -1
- package/lib/seam/connect/openapi.d.ts +379 -1168
- package/lib/seam/connect/openapi.js +289 -1123
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/locations/location.ts +6 -1
- package/src/lib/seam/connect/models/phones/phone-session.ts +1 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +337 -1234
- package/src/lib/seam/connect/route-types.ts +11 -3
package/dist/connect.d.cts
CHANGED
|
@@ -24653,6 +24653,177 @@ declare const _default: {
|
|
|
24653
24653
|
})[];
|
|
24654
24654
|
'x-route-path': string;
|
|
24655
24655
|
};
|
|
24656
|
+
bridge_client_session: {
|
|
24657
|
+
properties: {
|
|
24658
|
+
bridge_client_machine_identifier_key: {
|
|
24659
|
+
type: string;
|
|
24660
|
+
};
|
|
24661
|
+
bridge_client_name: {
|
|
24662
|
+
type: string;
|
|
24663
|
+
};
|
|
24664
|
+
bridge_client_session_id: {
|
|
24665
|
+
format: string;
|
|
24666
|
+
type: string;
|
|
24667
|
+
};
|
|
24668
|
+
bridge_client_session_token: {
|
|
24669
|
+
type: string;
|
|
24670
|
+
};
|
|
24671
|
+
bridge_client_time_zone: {
|
|
24672
|
+
type: string;
|
|
24673
|
+
};
|
|
24674
|
+
created_at: {
|
|
24675
|
+
format: string;
|
|
24676
|
+
type: string;
|
|
24677
|
+
};
|
|
24678
|
+
errors: {
|
|
24679
|
+
items: {
|
|
24680
|
+
description: string;
|
|
24681
|
+
discriminator: {
|
|
24682
|
+
propertyName: string;
|
|
24683
|
+
};
|
|
24684
|
+
oneOf: ({
|
|
24685
|
+
description: string;
|
|
24686
|
+
properties: {
|
|
24687
|
+
can_tailscale_proxy_reach_bridge: {
|
|
24688
|
+
description: string;
|
|
24689
|
+
nullable: boolean;
|
|
24690
|
+
type: string;
|
|
24691
|
+
};
|
|
24692
|
+
can_tailscale_proxy_reach_tailscale_network: {
|
|
24693
|
+
description: string;
|
|
24694
|
+
nullable: boolean;
|
|
24695
|
+
type: string;
|
|
24696
|
+
};
|
|
24697
|
+
created_at: {
|
|
24698
|
+
format: string;
|
|
24699
|
+
type: string;
|
|
24700
|
+
};
|
|
24701
|
+
error_code: {
|
|
24702
|
+
description: string;
|
|
24703
|
+
enum: string[];
|
|
24704
|
+
type: string;
|
|
24705
|
+
};
|
|
24706
|
+
is_bridge_socks_server_healthy: {
|
|
24707
|
+
description: string;
|
|
24708
|
+
nullable: boolean;
|
|
24709
|
+
type: string;
|
|
24710
|
+
};
|
|
24711
|
+
is_tailscale_proxy_reachable: {
|
|
24712
|
+
description: string;
|
|
24713
|
+
nullable: boolean;
|
|
24714
|
+
type: string;
|
|
24715
|
+
};
|
|
24716
|
+
is_tailscale_proxy_socks_server_healthy: {
|
|
24717
|
+
description: string;
|
|
24718
|
+
nullable: boolean;
|
|
24719
|
+
type: string;
|
|
24720
|
+
};
|
|
24721
|
+
message: {
|
|
24722
|
+
type: string;
|
|
24723
|
+
};
|
|
24724
|
+
};
|
|
24725
|
+
required: string[];
|
|
24726
|
+
type: string;
|
|
24727
|
+
} | {
|
|
24728
|
+
description: string;
|
|
24729
|
+
properties: {
|
|
24730
|
+
created_at: {
|
|
24731
|
+
format: string;
|
|
24732
|
+
type: string;
|
|
24733
|
+
};
|
|
24734
|
+
error_code: {
|
|
24735
|
+
description: string;
|
|
24736
|
+
enum: string[];
|
|
24737
|
+
type: string;
|
|
24738
|
+
};
|
|
24739
|
+
message: {
|
|
24740
|
+
type: string;
|
|
24741
|
+
};
|
|
24742
|
+
can_tailscale_proxy_reach_bridge?: never;
|
|
24743
|
+
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
24744
|
+
is_bridge_socks_server_healthy?: never;
|
|
24745
|
+
is_tailscale_proxy_reachable?: never;
|
|
24746
|
+
is_tailscale_proxy_socks_server_healthy?: never;
|
|
24747
|
+
};
|
|
24748
|
+
required: string[];
|
|
24749
|
+
type: string;
|
|
24750
|
+
})[];
|
|
24751
|
+
};
|
|
24752
|
+
type: string;
|
|
24753
|
+
};
|
|
24754
|
+
pairing_code: {
|
|
24755
|
+
maxLength: number;
|
|
24756
|
+
minLength: number;
|
|
24757
|
+
type: string;
|
|
24758
|
+
};
|
|
24759
|
+
pairing_code_expires_at: {
|
|
24760
|
+
format: string;
|
|
24761
|
+
type: string;
|
|
24762
|
+
};
|
|
24763
|
+
tailscale_auth_key: {
|
|
24764
|
+
nullable: boolean;
|
|
24765
|
+
type: string;
|
|
24766
|
+
};
|
|
24767
|
+
tailscale_hostname: {
|
|
24768
|
+
type: string;
|
|
24769
|
+
};
|
|
24770
|
+
telemetry_token: {
|
|
24771
|
+
nullable: boolean;
|
|
24772
|
+
type: string;
|
|
24773
|
+
};
|
|
24774
|
+
telemetry_token_expires_at: {
|
|
24775
|
+
format: string;
|
|
24776
|
+
nullable: boolean;
|
|
24777
|
+
type: string;
|
|
24778
|
+
};
|
|
24779
|
+
telemetry_url: {
|
|
24780
|
+
nullable: boolean;
|
|
24781
|
+
type: string;
|
|
24782
|
+
};
|
|
24783
|
+
};
|
|
24784
|
+
required: string[];
|
|
24785
|
+
type: string;
|
|
24786
|
+
'x-route-path': string;
|
|
24787
|
+
'x-undocumented': string;
|
|
24788
|
+
};
|
|
24789
|
+
bridge_connected_systems: {
|
|
24790
|
+
properties: {
|
|
24791
|
+
acs_system_display_name: {
|
|
24792
|
+
type: string;
|
|
24793
|
+
};
|
|
24794
|
+
acs_system_id: {
|
|
24795
|
+
format: string;
|
|
24796
|
+
type: string;
|
|
24797
|
+
};
|
|
24798
|
+
bridge_created_at: {
|
|
24799
|
+
format: string;
|
|
24800
|
+
type: string;
|
|
24801
|
+
};
|
|
24802
|
+
bridge_id: {
|
|
24803
|
+
format: string;
|
|
24804
|
+
type: string;
|
|
24805
|
+
};
|
|
24806
|
+
connected_account_created_at: {
|
|
24807
|
+
format: string;
|
|
24808
|
+
type: string;
|
|
24809
|
+
};
|
|
24810
|
+
connected_account_id: {
|
|
24811
|
+
format: string;
|
|
24812
|
+
type: string;
|
|
24813
|
+
};
|
|
24814
|
+
workspace_display_name: {
|
|
24815
|
+
type: string;
|
|
24816
|
+
};
|
|
24817
|
+
workspace_id: {
|
|
24818
|
+
format: string;
|
|
24819
|
+
type: string;
|
|
24820
|
+
};
|
|
24821
|
+
};
|
|
24822
|
+
required: string[];
|
|
24823
|
+
type: string;
|
|
24824
|
+
'x-route-path': string;
|
|
24825
|
+
'x-undocumented': string;
|
|
24826
|
+
};
|
|
24656
24827
|
client_session: {
|
|
24657
24828
|
description: string;
|
|
24658
24829
|
properties: {
|
|
@@ -30499,6 +30670,56 @@ declare const _default: {
|
|
|
30499
30670
|
'x-route-path': string;
|
|
30500
30671
|
'x-undocumented': string;
|
|
30501
30672
|
};
|
|
30673
|
+
location: {
|
|
30674
|
+
properties: {
|
|
30675
|
+
created_at: {
|
|
30676
|
+
description: string;
|
|
30677
|
+
format: string;
|
|
30678
|
+
type: string;
|
|
30679
|
+
};
|
|
30680
|
+
display_name: {
|
|
30681
|
+
description: string;
|
|
30682
|
+
type: string;
|
|
30683
|
+
};
|
|
30684
|
+
geolocation: {
|
|
30685
|
+
description: string;
|
|
30686
|
+
properties: {
|
|
30687
|
+
latitude: {
|
|
30688
|
+
format: string;
|
|
30689
|
+
type: string;
|
|
30690
|
+
};
|
|
30691
|
+
longitude: {
|
|
30692
|
+
format: string;
|
|
30693
|
+
type: string;
|
|
30694
|
+
};
|
|
30695
|
+
};
|
|
30696
|
+
required: string[];
|
|
30697
|
+
type: string;
|
|
30698
|
+
};
|
|
30699
|
+
location_id: {
|
|
30700
|
+
description: string;
|
|
30701
|
+
format: string;
|
|
30702
|
+
type: string;
|
|
30703
|
+
};
|
|
30704
|
+
name: {
|
|
30705
|
+
description: string;
|
|
30706
|
+
type: string;
|
|
30707
|
+
};
|
|
30708
|
+
time_zone: {
|
|
30709
|
+
description: string;
|
|
30710
|
+
type: string;
|
|
30711
|
+
};
|
|
30712
|
+
workspace_id: {
|
|
30713
|
+
description: string;
|
|
30714
|
+
format: string;
|
|
30715
|
+
type: string;
|
|
30716
|
+
};
|
|
30717
|
+
};
|
|
30718
|
+
required: string[];
|
|
30719
|
+
type: string;
|
|
30720
|
+
'x-route-path': string;
|
|
30721
|
+
'x-undocumented': string;
|
|
30722
|
+
};
|
|
30502
30723
|
magic_link: {
|
|
30503
30724
|
properties: {
|
|
30504
30725
|
building_block_type: {
|
|
@@ -30592,6 +30813,56 @@ declare const _default: {
|
|
|
30592
30813
|
required: string[];
|
|
30593
30814
|
type: string;
|
|
30594
30815
|
};
|
|
30816
|
+
partner_resource: {
|
|
30817
|
+
properties: {
|
|
30818
|
+
custom_metadata: {
|
|
30819
|
+
additionalProperties: {
|
|
30820
|
+
type: string;
|
|
30821
|
+
};
|
|
30822
|
+
type: string;
|
|
30823
|
+
};
|
|
30824
|
+
customer_key: {
|
|
30825
|
+
type: string;
|
|
30826
|
+
};
|
|
30827
|
+
description: {
|
|
30828
|
+
type: string;
|
|
30829
|
+
};
|
|
30830
|
+
email_address: {
|
|
30831
|
+
type: string;
|
|
30832
|
+
};
|
|
30833
|
+
ends_at: {
|
|
30834
|
+
type: string;
|
|
30835
|
+
};
|
|
30836
|
+
location_keys: {
|
|
30837
|
+
items: {
|
|
30838
|
+
type: string;
|
|
30839
|
+
};
|
|
30840
|
+
type: string;
|
|
30841
|
+
};
|
|
30842
|
+
name: {
|
|
30843
|
+
type: string;
|
|
30844
|
+
};
|
|
30845
|
+
partner_resource_key: {
|
|
30846
|
+
type: string;
|
|
30847
|
+
};
|
|
30848
|
+
partner_resource_type: {
|
|
30849
|
+
type: string;
|
|
30850
|
+
};
|
|
30851
|
+
phone_number: {
|
|
30852
|
+
type: string;
|
|
30853
|
+
};
|
|
30854
|
+
starts_at: {
|
|
30855
|
+
type: string;
|
|
30856
|
+
};
|
|
30857
|
+
user_identity_key: {
|
|
30858
|
+
type: string;
|
|
30859
|
+
};
|
|
30860
|
+
};
|
|
30861
|
+
required: string[];
|
|
30862
|
+
type: string;
|
|
30863
|
+
'x-route-path': string;
|
|
30864
|
+
'x-undocumented': string;
|
|
30865
|
+
};
|
|
30595
30866
|
phone: {
|
|
30596
30867
|
description: string;
|
|
30597
30868
|
properties: {
|
|
@@ -30754,6 +31025,7 @@ declare const _default: {
|
|
|
30754
31025
|
type: string;
|
|
30755
31026
|
};
|
|
30756
31027
|
acs_credential_id: {
|
|
31028
|
+
nullable: boolean;
|
|
30757
31029
|
type: string;
|
|
30758
31030
|
};
|
|
30759
31031
|
acs_credential_pool_id: {
|
|
@@ -31218,6 +31490,59 @@ declare const _default: {
|
|
|
31218
31490
|
'x-draft': string;
|
|
31219
31491
|
'x-route-path': string;
|
|
31220
31492
|
};
|
|
31493
|
+
thermostat_daily_program: {
|
|
31494
|
+
description: string;
|
|
31495
|
+
properties: {
|
|
31496
|
+
created_at: {
|
|
31497
|
+
description: string;
|
|
31498
|
+
format: string;
|
|
31499
|
+
type: string;
|
|
31500
|
+
};
|
|
31501
|
+
device_id: {
|
|
31502
|
+
description: string;
|
|
31503
|
+
format: string;
|
|
31504
|
+
type: string;
|
|
31505
|
+
};
|
|
31506
|
+
name: {
|
|
31507
|
+
description: string;
|
|
31508
|
+
nullable: boolean;
|
|
31509
|
+
type: string;
|
|
31510
|
+
};
|
|
31511
|
+
periods: {
|
|
31512
|
+
description: string;
|
|
31513
|
+
items: {
|
|
31514
|
+
description: string;
|
|
31515
|
+
properties: {
|
|
31516
|
+
climate_preset_key: {
|
|
31517
|
+
description: string;
|
|
31518
|
+
type: string;
|
|
31519
|
+
};
|
|
31520
|
+
starts_at_time: {
|
|
31521
|
+
description: string;
|
|
31522
|
+
pattern: string;
|
|
31523
|
+
type: string;
|
|
31524
|
+
};
|
|
31525
|
+
};
|
|
31526
|
+
required: string[];
|
|
31527
|
+
type: string;
|
|
31528
|
+
};
|
|
31529
|
+
type: string;
|
|
31530
|
+
};
|
|
31531
|
+
thermostat_daily_program_id: {
|
|
31532
|
+
description: string;
|
|
31533
|
+
format: string;
|
|
31534
|
+
type: string;
|
|
31535
|
+
};
|
|
31536
|
+
workspace_id: {
|
|
31537
|
+
description: string;
|
|
31538
|
+
format: string;
|
|
31539
|
+
type: string;
|
|
31540
|
+
};
|
|
31541
|
+
};
|
|
31542
|
+
required: string[];
|
|
31543
|
+
type: string;
|
|
31544
|
+
'x-route-path': string;
|
|
31545
|
+
};
|
|
31221
31546
|
thermostat_schedule: {
|
|
31222
31547
|
description: string;
|
|
31223
31548
|
properties: {
|
|
@@ -46507,137 +46832,7 @@ declare const _default: {
|
|
|
46507
46832
|
schema: {
|
|
46508
46833
|
properties: {
|
|
46509
46834
|
bridge_client_session: {
|
|
46510
|
-
|
|
46511
|
-
bridge_client_machine_identifier_key: {
|
|
46512
|
-
type: string;
|
|
46513
|
-
};
|
|
46514
|
-
bridge_client_name: {
|
|
46515
|
-
type: string;
|
|
46516
|
-
};
|
|
46517
|
-
bridge_client_session_id: {
|
|
46518
|
-
format: string;
|
|
46519
|
-
type: string;
|
|
46520
|
-
};
|
|
46521
|
-
bridge_client_session_token: {
|
|
46522
|
-
type: string;
|
|
46523
|
-
};
|
|
46524
|
-
bridge_client_time_zone: {
|
|
46525
|
-
type: string;
|
|
46526
|
-
};
|
|
46527
|
-
created_at: {
|
|
46528
|
-
format: string;
|
|
46529
|
-
type: string;
|
|
46530
|
-
};
|
|
46531
|
-
errors: {
|
|
46532
|
-
items: {
|
|
46533
|
-
description: string;
|
|
46534
|
-
discriminator: {
|
|
46535
|
-
propertyName: string;
|
|
46536
|
-
};
|
|
46537
|
-
oneOf: ({
|
|
46538
|
-
description: string;
|
|
46539
|
-
properties: {
|
|
46540
|
-
can_tailscale_proxy_reach_bridge: {
|
|
46541
|
-
description: string;
|
|
46542
|
-
nullable: boolean;
|
|
46543
|
-
type: string;
|
|
46544
|
-
};
|
|
46545
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
46546
|
-
description: string;
|
|
46547
|
-
nullable: boolean;
|
|
46548
|
-
type: string;
|
|
46549
|
-
};
|
|
46550
|
-
created_at: {
|
|
46551
|
-
format: string;
|
|
46552
|
-
type: string;
|
|
46553
|
-
};
|
|
46554
|
-
error_code: {
|
|
46555
|
-
description: string;
|
|
46556
|
-
enum: string[];
|
|
46557
|
-
type: string;
|
|
46558
|
-
};
|
|
46559
|
-
is_bridge_socks_server_healthy: {
|
|
46560
|
-
description: string;
|
|
46561
|
-
nullable: boolean;
|
|
46562
|
-
type: string;
|
|
46563
|
-
};
|
|
46564
|
-
is_tailscale_proxy_reachable: {
|
|
46565
|
-
description: string;
|
|
46566
|
-
nullable: boolean;
|
|
46567
|
-
type: string;
|
|
46568
|
-
};
|
|
46569
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
46570
|
-
description: string;
|
|
46571
|
-
nullable: boolean;
|
|
46572
|
-
type: string;
|
|
46573
|
-
};
|
|
46574
|
-
message: {
|
|
46575
|
-
type: string;
|
|
46576
|
-
};
|
|
46577
|
-
};
|
|
46578
|
-
required: string[];
|
|
46579
|
-
type: string;
|
|
46580
|
-
} | {
|
|
46581
|
-
description: string;
|
|
46582
|
-
properties: {
|
|
46583
|
-
created_at: {
|
|
46584
|
-
format: string;
|
|
46585
|
-
type: string;
|
|
46586
|
-
};
|
|
46587
|
-
error_code: {
|
|
46588
|
-
description: string;
|
|
46589
|
-
enum: string[];
|
|
46590
|
-
type: string;
|
|
46591
|
-
};
|
|
46592
|
-
message: {
|
|
46593
|
-
type: string;
|
|
46594
|
-
};
|
|
46595
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
46596
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
46597
|
-
is_bridge_socks_server_healthy?: never;
|
|
46598
|
-
is_tailscale_proxy_reachable?: never;
|
|
46599
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
46600
|
-
};
|
|
46601
|
-
required: string[];
|
|
46602
|
-
type: string;
|
|
46603
|
-
})[];
|
|
46604
|
-
};
|
|
46605
|
-
type: string;
|
|
46606
|
-
};
|
|
46607
|
-
pairing_code: {
|
|
46608
|
-
maxLength: number;
|
|
46609
|
-
minLength: number;
|
|
46610
|
-
type: string;
|
|
46611
|
-
};
|
|
46612
|
-
pairing_code_expires_at: {
|
|
46613
|
-
format: string;
|
|
46614
|
-
type: string;
|
|
46615
|
-
};
|
|
46616
|
-
tailscale_auth_key: {
|
|
46617
|
-
nullable: boolean;
|
|
46618
|
-
type: string;
|
|
46619
|
-
};
|
|
46620
|
-
tailscale_hostname: {
|
|
46621
|
-
type: string;
|
|
46622
|
-
};
|
|
46623
|
-
telemetry_token: {
|
|
46624
|
-
nullable: boolean;
|
|
46625
|
-
type: string;
|
|
46626
|
-
};
|
|
46627
|
-
telemetry_token_expires_at: {
|
|
46628
|
-
format: string;
|
|
46629
|
-
nullable: boolean;
|
|
46630
|
-
type: string;
|
|
46631
|
-
};
|
|
46632
|
-
telemetry_url: {
|
|
46633
|
-
nullable: boolean;
|
|
46634
|
-
type: string;
|
|
46635
|
-
};
|
|
46636
|
-
};
|
|
46637
|
-
required: string[];
|
|
46638
|
-
type: string;
|
|
46639
|
-
'x-route-path': string;
|
|
46640
|
-
'x-undocumented': string;
|
|
46835
|
+
$ref: string;
|
|
46641
46836
|
};
|
|
46642
46837
|
ok: {
|
|
46643
46838
|
type: string;
|
|
@@ -46681,137 +46876,7 @@ declare const _default: {
|
|
|
46681
46876
|
schema: {
|
|
46682
46877
|
properties: {
|
|
46683
46878
|
bridge_client_session: {
|
|
46684
|
-
|
|
46685
|
-
bridge_client_machine_identifier_key: {
|
|
46686
|
-
type: string;
|
|
46687
|
-
};
|
|
46688
|
-
bridge_client_name: {
|
|
46689
|
-
type: string;
|
|
46690
|
-
};
|
|
46691
|
-
bridge_client_session_id: {
|
|
46692
|
-
format: string;
|
|
46693
|
-
type: string;
|
|
46694
|
-
};
|
|
46695
|
-
bridge_client_session_token: {
|
|
46696
|
-
type: string;
|
|
46697
|
-
};
|
|
46698
|
-
bridge_client_time_zone: {
|
|
46699
|
-
type: string;
|
|
46700
|
-
};
|
|
46701
|
-
created_at: {
|
|
46702
|
-
format: string;
|
|
46703
|
-
type: string;
|
|
46704
|
-
};
|
|
46705
|
-
errors: {
|
|
46706
|
-
items: {
|
|
46707
|
-
description: string;
|
|
46708
|
-
discriminator: {
|
|
46709
|
-
propertyName: string;
|
|
46710
|
-
};
|
|
46711
|
-
oneOf: ({
|
|
46712
|
-
description: string;
|
|
46713
|
-
properties: {
|
|
46714
|
-
can_tailscale_proxy_reach_bridge: {
|
|
46715
|
-
description: string;
|
|
46716
|
-
nullable: boolean;
|
|
46717
|
-
type: string;
|
|
46718
|
-
};
|
|
46719
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
46720
|
-
description: string;
|
|
46721
|
-
nullable: boolean;
|
|
46722
|
-
type: string;
|
|
46723
|
-
};
|
|
46724
|
-
created_at: {
|
|
46725
|
-
format: string;
|
|
46726
|
-
type: string;
|
|
46727
|
-
};
|
|
46728
|
-
error_code: {
|
|
46729
|
-
description: string;
|
|
46730
|
-
enum: string[];
|
|
46731
|
-
type: string;
|
|
46732
|
-
};
|
|
46733
|
-
is_bridge_socks_server_healthy: {
|
|
46734
|
-
description: string;
|
|
46735
|
-
nullable: boolean;
|
|
46736
|
-
type: string;
|
|
46737
|
-
};
|
|
46738
|
-
is_tailscale_proxy_reachable: {
|
|
46739
|
-
description: string;
|
|
46740
|
-
nullable: boolean;
|
|
46741
|
-
type: string;
|
|
46742
|
-
};
|
|
46743
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
46744
|
-
description: string;
|
|
46745
|
-
nullable: boolean;
|
|
46746
|
-
type: string;
|
|
46747
|
-
};
|
|
46748
|
-
message: {
|
|
46749
|
-
type: string;
|
|
46750
|
-
};
|
|
46751
|
-
};
|
|
46752
|
-
required: string[];
|
|
46753
|
-
type: string;
|
|
46754
|
-
} | {
|
|
46755
|
-
description: string;
|
|
46756
|
-
properties: {
|
|
46757
|
-
created_at: {
|
|
46758
|
-
format: string;
|
|
46759
|
-
type: string;
|
|
46760
|
-
};
|
|
46761
|
-
error_code: {
|
|
46762
|
-
description: string;
|
|
46763
|
-
enum: string[];
|
|
46764
|
-
type: string;
|
|
46765
|
-
};
|
|
46766
|
-
message: {
|
|
46767
|
-
type: string;
|
|
46768
|
-
};
|
|
46769
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
46770
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
46771
|
-
is_bridge_socks_server_healthy?: never;
|
|
46772
|
-
is_tailscale_proxy_reachable?: never;
|
|
46773
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
46774
|
-
};
|
|
46775
|
-
required: string[];
|
|
46776
|
-
type: string;
|
|
46777
|
-
})[];
|
|
46778
|
-
};
|
|
46779
|
-
type: string;
|
|
46780
|
-
};
|
|
46781
|
-
pairing_code: {
|
|
46782
|
-
maxLength: number;
|
|
46783
|
-
minLength: number;
|
|
46784
|
-
type: string;
|
|
46785
|
-
};
|
|
46786
|
-
pairing_code_expires_at: {
|
|
46787
|
-
format: string;
|
|
46788
|
-
type: string;
|
|
46789
|
-
};
|
|
46790
|
-
tailscale_auth_key: {
|
|
46791
|
-
nullable: boolean;
|
|
46792
|
-
type: string;
|
|
46793
|
-
};
|
|
46794
|
-
tailscale_hostname: {
|
|
46795
|
-
type: string;
|
|
46796
|
-
};
|
|
46797
|
-
telemetry_token: {
|
|
46798
|
-
nullable: boolean;
|
|
46799
|
-
type: string;
|
|
46800
|
-
};
|
|
46801
|
-
telemetry_token_expires_at: {
|
|
46802
|
-
format: string;
|
|
46803
|
-
nullable: boolean;
|
|
46804
|
-
type: string;
|
|
46805
|
-
};
|
|
46806
|
-
telemetry_url: {
|
|
46807
|
-
nullable: boolean;
|
|
46808
|
-
type: string;
|
|
46809
|
-
};
|
|
46810
|
-
};
|
|
46811
|
-
required: string[];
|
|
46812
|
-
type: string;
|
|
46813
|
-
'x-route-path': string;
|
|
46814
|
-
'x-undocumented': string;
|
|
46879
|
+
$ref: string;
|
|
46815
46880
|
};
|
|
46816
46881
|
ok: {
|
|
46817
46882
|
type: string;
|
|
@@ -46851,137 +46916,7 @@ declare const _default: {
|
|
|
46851
46916
|
schema: {
|
|
46852
46917
|
properties: {
|
|
46853
46918
|
bridge_client_session: {
|
|
46854
|
-
|
|
46855
|
-
bridge_client_machine_identifier_key: {
|
|
46856
|
-
type: string;
|
|
46857
|
-
};
|
|
46858
|
-
bridge_client_name: {
|
|
46859
|
-
type: string;
|
|
46860
|
-
};
|
|
46861
|
-
bridge_client_session_id: {
|
|
46862
|
-
format: string;
|
|
46863
|
-
type: string;
|
|
46864
|
-
};
|
|
46865
|
-
bridge_client_session_token: {
|
|
46866
|
-
type: string;
|
|
46867
|
-
};
|
|
46868
|
-
bridge_client_time_zone: {
|
|
46869
|
-
type: string;
|
|
46870
|
-
};
|
|
46871
|
-
created_at: {
|
|
46872
|
-
format: string;
|
|
46873
|
-
type: string;
|
|
46874
|
-
};
|
|
46875
|
-
errors: {
|
|
46876
|
-
items: {
|
|
46877
|
-
description: string;
|
|
46878
|
-
discriminator: {
|
|
46879
|
-
propertyName: string;
|
|
46880
|
-
};
|
|
46881
|
-
oneOf: ({
|
|
46882
|
-
description: string;
|
|
46883
|
-
properties: {
|
|
46884
|
-
can_tailscale_proxy_reach_bridge: {
|
|
46885
|
-
description: string;
|
|
46886
|
-
nullable: boolean;
|
|
46887
|
-
type: string;
|
|
46888
|
-
};
|
|
46889
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
46890
|
-
description: string;
|
|
46891
|
-
nullable: boolean;
|
|
46892
|
-
type: string;
|
|
46893
|
-
};
|
|
46894
|
-
created_at: {
|
|
46895
|
-
format: string;
|
|
46896
|
-
type: string;
|
|
46897
|
-
};
|
|
46898
|
-
error_code: {
|
|
46899
|
-
description: string;
|
|
46900
|
-
enum: string[];
|
|
46901
|
-
type: string;
|
|
46902
|
-
};
|
|
46903
|
-
is_bridge_socks_server_healthy: {
|
|
46904
|
-
description: string;
|
|
46905
|
-
nullable: boolean;
|
|
46906
|
-
type: string;
|
|
46907
|
-
};
|
|
46908
|
-
is_tailscale_proxy_reachable: {
|
|
46909
|
-
description: string;
|
|
46910
|
-
nullable: boolean;
|
|
46911
|
-
type: string;
|
|
46912
|
-
};
|
|
46913
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
46914
|
-
description: string;
|
|
46915
|
-
nullable: boolean;
|
|
46916
|
-
type: string;
|
|
46917
|
-
};
|
|
46918
|
-
message: {
|
|
46919
|
-
type: string;
|
|
46920
|
-
};
|
|
46921
|
-
};
|
|
46922
|
-
required: string[];
|
|
46923
|
-
type: string;
|
|
46924
|
-
} | {
|
|
46925
|
-
description: string;
|
|
46926
|
-
properties: {
|
|
46927
|
-
created_at: {
|
|
46928
|
-
format: string;
|
|
46929
|
-
type: string;
|
|
46930
|
-
};
|
|
46931
|
-
error_code: {
|
|
46932
|
-
description: string;
|
|
46933
|
-
enum: string[];
|
|
46934
|
-
type: string;
|
|
46935
|
-
};
|
|
46936
|
-
message: {
|
|
46937
|
-
type: string;
|
|
46938
|
-
};
|
|
46939
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
46940
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
46941
|
-
is_bridge_socks_server_healthy?: never;
|
|
46942
|
-
is_tailscale_proxy_reachable?: never;
|
|
46943
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
46944
|
-
};
|
|
46945
|
-
required: string[];
|
|
46946
|
-
type: string;
|
|
46947
|
-
})[];
|
|
46948
|
-
};
|
|
46949
|
-
type: string;
|
|
46950
|
-
};
|
|
46951
|
-
pairing_code: {
|
|
46952
|
-
maxLength: number;
|
|
46953
|
-
minLength: number;
|
|
46954
|
-
type: string;
|
|
46955
|
-
};
|
|
46956
|
-
pairing_code_expires_at: {
|
|
46957
|
-
format: string;
|
|
46958
|
-
type: string;
|
|
46959
|
-
};
|
|
46960
|
-
tailscale_auth_key: {
|
|
46961
|
-
nullable: boolean;
|
|
46962
|
-
type: string;
|
|
46963
|
-
};
|
|
46964
|
-
tailscale_hostname: {
|
|
46965
|
-
type: string;
|
|
46966
|
-
};
|
|
46967
|
-
telemetry_token: {
|
|
46968
|
-
nullable: boolean;
|
|
46969
|
-
type: string;
|
|
46970
|
-
};
|
|
46971
|
-
telemetry_token_expires_at: {
|
|
46972
|
-
format: string;
|
|
46973
|
-
nullable: boolean;
|
|
46974
|
-
type: string;
|
|
46975
|
-
};
|
|
46976
|
-
telemetry_url: {
|
|
46977
|
-
nullable: boolean;
|
|
46978
|
-
type: string;
|
|
46979
|
-
};
|
|
46980
|
-
};
|
|
46981
|
-
required: string[];
|
|
46982
|
-
type: string;
|
|
46983
|
-
'x-route-path': string;
|
|
46984
|
-
'x-undocumented': string;
|
|
46919
|
+
$ref: string;
|
|
46985
46920
|
};
|
|
46986
46921
|
ok: {
|
|
46987
46922
|
type: string;
|
|
@@ -47025,137 +46960,7 @@ declare const _default: {
|
|
|
47025
46960
|
schema: {
|
|
47026
46961
|
properties: {
|
|
47027
46962
|
bridge_client_session: {
|
|
47028
|
-
|
|
47029
|
-
bridge_client_machine_identifier_key: {
|
|
47030
|
-
type: string;
|
|
47031
|
-
};
|
|
47032
|
-
bridge_client_name: {
|
|
47033
|
-
type: string;
|
|
47034
|
-
};
|
|
47035
|
-
bridge_client_session_id: {
|
|
47036
|
-
format: string;
|
|
47037
|
-
type: string;
|
|
47038
|
-
};
|
|
47039
|
-
bridge_client_session_token: {
|
|
47040
|
-
type: string;
|
|
47041
|
-
};
|
|
47042
|
-
bridge_client_time_zone: {
|
|
47043
|
-
type: string;
|
|
47044
|
-
};
|
|
47045
|
-
created_at: {
|
|
47046
|
-
format: string;
|
|
47047
|
-
type: string;
|
|
47048
|
-
};
|
|
47049
|
-
errors: {
|
|
47050
|
-
items: {
|
|
47051
|
-
description: string;
|
|
47052
|
-
discriminator: {
|
|
47053
|
-
propertyName: string;
|
|
47054
|
-
};
|
|
47055
|
-
oneOf: ({
|
|
47056
|
-
description: string;
|
|
47057
|
-
properties: {
|
|
47058
|
-
can_tailscale_proxy_reach_bridge: {
|
|
47059
|
-
description: string;
|
|
47060
|
-
nullable: boolean;
|
|
47061
|
-
type: string;
|
|
47062
|
-
};
|
|
47063
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
47064
|
-
description: string;
|
|
47065
|
-
nullable: boolean;
|
|
47066
|
-
type: string;
|
|
47067
|
-
};
|
|
47068
|
-
created_at: {
|
|
47069
|
-
format: string;
|
|
47070
|
-
type: string;
|
|
47071
|
-
};
|
|
47072
|
-
error_code: {
|
|
47073
|
-
description: string;
|
|
47074
|
-
enum: string[];
|
|
47075
|
-
type: string;
|
|
47076
|
-
};
|
|
47077
|
-
is_bridge_socks_server_healthy: {
|
|
47078
|
-
description: string;
|
|
47079
|
-
nullable: boolean;
|
|
47080
|
-
type: string;
|
|
47081
|
-
};
|
|
47082
|
-
is_tailscale_proxy_reachable: {
|
|
47083
|
-
description: string;
|
|
47084
|
-
nullable: boolean;
|
|
47085
|
-
type: string;
|
|
47086
|
-
};
|
|
47087
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
47088
|
-
description: string;
|
|
47089
|
-
nullable: boolean;
|
|
47090
|
-
type: string;
|
|
47091
|
-
};
|
|
47092
|
-
message: {
|
|
47093
|
-
type: string;
|
|
47094
|
-
};
|
|
47095
|
-
};
|
|
47096
|
-
required: string[];
|
|
47097
|
-
type: string;
|
|
47098
|
-
} | {
|
|
47099
|
-
description: string;
|
|
47100
|
-
properties: {
|
|
47101
|
-
created_at: {
|
|
47102
|
-
format: string;
|
|
47103
|
-
type: string;
|
|
47104
|
-
};
|
|
47105
|
-
error_code: {
|
|
47106
|
-
description: string;
|
|
47107
|
-
enum: string[];
|
|
47108
|
-
type: string;
|
|
47109
|
-
};
|
|
47110
|
-
message: {
|
|
47111
|
-
type: string;
|
|
47112
|
-
};
|
|
47113
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
47114
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
47115
|
-
is_bridge_socks_server_healthy?: never;
|
|
47116
|
-
is_tailscale_proxy_reachable?: never;
|
|
47117
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
47118
|
-
};
|
|
47119
|
-
required: string[];
|
|
47120
|
-
type: string;
|
|
47121
|
-
})[];
|
|
47122
|
-
};
|
|
47123
|
-
type: string;
|
|
47124
|
-
};
|
|
47125
|
-
pairing_code: {
|
|
47126
|
-
maxLength: number;
|
|
47127
|
-
minLength: number;
|
|
47128
|
-
type: string;
|
|
47129
|
-
};
|
|
47130
|
-
pairing_code_expires_at: {
|
|
47131
|
-
format: string;
|
|
47132
|
-
type: string;
|
|
47133
|
-
};
|
|
47134
|
-
tailscale_auth_key: {
|
|
47135
|
-
nullable: boolean;
|
|
47136
|
-
type: string;
|
|
47137
|
-
};
|
|
47138
|
-
tailscale_hostname: {
|
|
47139
|
-
type: string;
|
|
47140
|
-
};
|
|
47141
|
-
telemetry_token: {
|
|
47142
|
-
nullable: boolean;
|
|
47143
|
-
type: string;
|
|
47144
|
-
};
|
|
47145
|
-
telemetry_token_expires_at: {
|
|
47146
|
-
format: string;
|
|
47147
|
-
nullable: boolean;
|
|
47148
|
-
type: string;
|
|
47149
|
-
};
|
|
47150
|
-
telemetry_url: {
|
|
47151
|
-
nullable: boolean;
|
|
47152
|
-
type: string;
|
|
47153
|
-
};
|
|
47154
|
-
};
|
|
47155
|
-
required: string[];
|
|
47156
|
-
type: string;
|
|
47157
|
-
'x-route-path': string;
|
|
47158
|
-
'x-undocumented': string;
|
|
46963
|
+
$ref: string;
|
|
47159
46964
|
};
|
|
47160
46965
|
ok: {
|
|
47161
46966
|
type: string;
|
|
@@ -47199,137 +47004,7 @@ declare const _default: {
|
|
|
47199
47004
|
schema: {
|
|
47200
47005
|
properties: {
|
|
47201
47006
|
bridge_client_session: {
|
|
47202
|
-
|
|
47203
|
-
bridge_client_machine_identifier_key: {
|
|
47204
|
-
type: string;
|
|
47205
|
-
};
|
|
47206
|
-
bridge_client_name: {
|
|
47207
|
-
type: string;
|
|
47208
|
-
};
|
|
47209
|
-
bridge_client_session_id: {
|
|
47210
|
-
format: string;
|
|
47211
|
-
type: string;
|
|
47212
|
-
};
|
|
47213
|
-
bridge_client_session_token: {
|
|
47214
|
-
type: string;
|
|
47215
|
-
};
|
|
47216
|
-
bridge_client_time_zone: {
|
|
47217
|
-
type: string;
|
|
47218
|
-
};
|
|
47219
|
-
created_at: {
|
|
47220
|
-
format: string;
|
|
47221
|
-
type: string;
|
|
47222
|
-
};
|
|
47223
|
-
errors: {
|
|
47224
|
-
items: {
|
|
47225
|
-
description: string;
|
|
47226
|
-
discriminator: {
|
|
47227
|
-
propertyName: string;
|
|
47228
|
-
};
|
|
47229
|
-
oneOf: ({
|
|
47230
|
-
description: string;
|
|
47231
|
-
properties: {
|
|
47232
|
-
can_tailscale_proxy_reach_bridge: {
|
|
47233
|
-
description: string;
|
|
47234
|
-
nullable: boolean;
|
|
47235
|
-
type: string;
|
|
47236
|
-
};
|
|
47237
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
47238
|
-
description: string;
|
|
47239
|
-
nullable: boolean;
|
|
47240
|
-
type: string;
|
|
47241
|
-
};
|
|
47242
|
-
created_at: {
|
|
47243
|
-
format: string;
|
|
47244
|
-
type: string;
|
|
47245
|
-
};
|
|
47246
|
-
error_code: {
|
|
47247
|
-
description: string;
|
|
47248
|
-
enum: string[];
|
|
47249
|
-
type: string;
|
|
47250
|
-
};
|
|
47251
|
-
is_bridge_socks_server_healthy: {
|
|
47252
|
-
description: string;
|
|
47253
|
-
nullable: boolean;
|
|
47254
|
-
type: string;
|
|
47255
|
-
};
|
|
47256
|
-
is_tailscale_proxy_reachable: {
|
|
47257
|
-
description: string;
|
|
47258
|
-
nullable: boolean;
|
|
47259
|
-
type: string;
|
|
47260
|
-
};
|
|
47261
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
47262
|
-
description: string;
|
|
47263
|
-
nullable: boolean;
|
|
47264
|
-
type: string;
|
|
47265
|
-
};
|
|
47266
|
-
message: {
|
|
47267
|
-
type: string;
|
|
47268
|
-
};
|
|
47269
|
-
};
|
|
47270
|
-
required: string[];
|
|
47271
|
-
type: string;
|
|
47272
|
-
} | {
|
|
47273
|
-
description: string;
|
|
47274
|
-
properties: {
|
|
47275
|
-
created_at: {
|
|
47276
|
-
format: string;
|
|
47277
|
-
type: string;
|
|
47278
|
-
};
|
|
47279
|
-
error_code: {
|
|
47280
|
-
description: string;
|
|
47281
|
-
enum: string[];
|
|
47282
|
-
type: string;
|
|
47283
|
-
};
|
|
47284
|
-
message: {
|
|
47285
|
-
type: string;
|
|
47286
|
-
};
|
|
47287
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
47288
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
47289
|
-
is_bridge_socks_server_healthy?: never;
|
|
47290
|
-
is_tailscale_proxy_reachable?: never;
|
|
47291
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
47292
|
-
};
|
|
47293
|
-
required: string[];
|
|
47294
|
-
type: string;
|
|
47295
|
-
})[];
|
|
47296
|
-
};
|
|
47297
|
-
type: string;
|
|
47298
|
-
};
|
|
47299
|
-
pairing_code: {
|
|
47300
|
-
maxLength: number;
|
|
47301
|
-
minLength: number;
|
|
47302
|
-
type: string;
|
|
47303
|
-
};
|
|
47304
|
-
pairing_code_expires_at: {
|
|
47305
|
-
format: string;
|
|
47306
|
-
type: string;
|
|
47307
|
-
};
|
|
47308
|
-
tailscale_auth_key: {
|
|
47309
|
-
nullable: boolean;
|
|
47310
|
-
type: string;
|
|
47311
|
-
};
|
|
47312
|
-
tailscale_hostname: {
|
|
47313
|
-
type: string;
|
|
47314
|
-
};
|
|
47315
|
-
telemetry_token: {
|
|
47316
|
-
nullable: boolean;
|
|
47317
|
-
type: string;
|
|
47318
|
-
};
|
|
47319
|
-
telemetry_token_expires_at: {
|
|
47320
|
-
format: string;
|
|
47321
|
-
nullable: boolean;
|
|
47322
|
-
type: string;
|
|
47323
|
-
};
|
|
47324
|
-
telemetry_url: {
|
|
47325
|
-
nullable: boolean;
|
|
47326
|
-
type: string;
|
|
47327
|
-
};
|
|
47328
|
-
};
|
|
47329
|
-
required: string[];
|
|
47330
|
-
type: string;
|
|
47331
|
-
'x-route-path': string;
|
|
47332
|
-
'x-undocumented': string;
|
|
47007
|
+
$ref: string;
|
|
47333
47008
|
};
|
|
47334
47009
|
ok: {
|
|
47335
47010
|
type: string;
|
|
@@ -47436,42 +47111,7 @@ declare const _default: {
|
|
|
47436
47111
|
properties: {
|
|
47437
47112
|
bridge_connected_systems: {
|
|
47438
47113
|
items: {
|
|
47439
|
-
|
|
47440
|
-
acs_system_display_name: {
|
|
47441
|
-
type: string;
|
|
47442
|
-
};
|
|
47443
|
-
acs_system_id: {
|
|
47444
|
-
format: string;
|
|
47445
|
-
type: string;
|
|
47446
|
-
};
|
|
47447
|
-
bridge_created_at: {
|
|
47448
|
-
format: string;
|
|
47449
|
-
type: string;
|
|
47450
|
-
};
|
|
47451
|
-
bridge_id: {
|
|
47452
|
-
format: string;
|
|
47453
|
-
type: string;
|
|
47454
|
-
};
|
|
47455
|
-
connected_account_created_at: {
|
|
47456
|
-
format: string;
|
|
47457
|
-
type: string;
|
|
47458
|
-
};
|
|
47459
|
-
connected_account_id: {
|
|
47460
|
-
format: string;
|
|
47461
|
-
type: string;
|
|
47462
|
-
};
|
|
47463
|
-
workspace_display_name: {
|
|
47464
|
-
type: string;
|
|
47465
|
-
};
|
|
47466
|
-
workspace_id: {
|
|
47467
|
-
format: string;
|
|
47468
|
-
type: string;
|
|
47469
|
-
};
|
|
47470
|
-
};
|
|
47471
|
-
required: string[];
|
|
47472
|
-
type: string;
|
|
47473
|
-
'x-route-path': string;
|
|
47474
|
-
'x-undocumented': string;
|
|
47114
|
+
$ref: string;
|
|
47475
47115
|
};
|
|
47476
47116
|
type: string;
|
|
47477
47117
|
};
|
|
@@ -47514,42 +47154,7 @@ declare const _default: {
|
|
|
47514
47154
|
properties: {
|
|
47515
47155
|
bridge_connected_systems: {
|
|
47516
47156
|
items: {
|
|
47517
|
-
|
|
47518
|
-
acs_system_display_name: {
|
|
47519
|
-
type: string;
|
|
47520
|
-
};
|
|
47521
|
-
acs_system_id: {
|
|
47522
|
-
format: string;
|
|
47523
|
-
type: string;
|
|
47524
|
-
};
|
|
47525
|
-
bridge_created_at: {
|
|
47526
|
-
format: string;
|
|
47527
|
-
type: string;
|
|
47528
|
-
};
|
|
47529
|
-
bridge_id: {
|
|
47530
|
-
format: string;
|
|
47531
|
-
type: string;
|
|
47532
|
-
};
|
|
47533
|
-
connected_account_created_at: {
|
|
47534
|
-
format: string;
|
|
47535
|
-
type: string;
|
|
47536
|
-
};
|
|
47537
|
-
connected_account_id: {
|
|
47538
|
-
format: string;
|
|
47539
|
-
type: string;
|
|
47540
|
-
};
|
|
47541
|
-
workspace_display_name: {
|
|
47542
|
-
type: string;
|
|
47543
|
-
};
|
|
47544
|
-
workspace_id: {
|
|
47545
|
-
format: string;
|
|
47546
|
-
type: string;
|
|
47547
|
-
};
|
|
47548
|
-
};
|
|
47549
|
-
required: string[];
|
|
47550
|
-
type: string;
|
|
47551
|
-
'x-route-path': string;
|
|
47552
|
-
'x-undocumented': string;
|
|
47157
|
+
$ref: string;
|
|
47553
47158
|
};
|
|
47554
47159
|
type: string;
|
|
47555
47160
|
};
|
|
@@ -47920,54 +47525,7 @@ declare const _default: {
|
|
|
47920
47525
|
};
|
|
47921
47526
|
partner_resources: {
|
|
47922
47527
|
items: {
|
|
47923
|
-
|
|
47924
|
-
custom_metadata: {
|
|
47925
|
-
additionalProperties: {
|
|
47926
|
-
type: string;
|
|
47927
|
-
};
|
|
47928
|
-
type: string;
|
|
47929
|
-
};
|
|
47930
|
-
customer_key: {
|
|
47931
|
-
type: string;
|
|
47932
|
-
};
|
|
47933
|
-
description: {
|
|
47934
|
-
type: string;
|
|
47935
|
-
};
|
|
47936
|
-
email_address: {
|
|
47937
|
-
type: string;
|
|
47938
|
-
};
|
|
47939
|
-
ends_at: {
|
|
47940
|
-
type: string;
|
|
47941
|
-
};
|
|
47942
|
-
location_keys: {
|
|
47943
|
-
items: {
|
|
47944
|
-
type: string;
|
|
47945
|
-
};
|
|
47946
|
-
type: string;
|
|
47947
|
-
};
|
|
47948
|
-
name: {
|
|
47949
|
-
type: string;
|
|
47950
|
-
};
|
|
47951
|
-
partner_resource_key: {
|
|
47952
|
-
type: string;
|
|
47953
|
-
};
|
|
47954
|
-
partner_resource_type: {
|
|
47955
|
-
type: string;
|
|
47956
|
-
};
|
|
47957
|
-
phone_number: {
|
|
47958
|
-
type: string;
|
|
47959
|
-
};
|
|
47960
|
-
starts_at: {
|
|
47961
|
-
type: string;
|
|
47962
|
-
};
|
|
47963
|
-
user_identity_key: {
|
|
47964
|
-
type: string;
|
|
47965
|
-
};
|
|
47966
|
-
};
|
|
47967
|
-
required: string[];
|
|
47968
|
-
type: string;
|
|
47969
|
-
'x-route-path': string;
|
|
47970
|
-
'x-undocumented': string;
|
|
47528
|
+
$ref: string;
|
|
47971
47529
|
};
|
|
47972
47530
|
type: string;
|
|
47973
47531
|
};
|
|
@@ -49272,57 +48830,7 @@ declare const _default: {
|
|
|
49272
48830
|
type: string;
|
|
49273
48831
|
};
|
|
49274
48832
|
thermostat_daily_program: {
|
|
49275
|
-
|
|
49276
|
-
properties: {
|
|
49277
|
-
created_at: {
|
|
49278
|
-
description: string;
|
|
49279
|
-
format: string;
|
|
49280
|
-
type: string;
|
|
49281
|
-
};
|
|
49282
|
-
device_id: {
|
|
49283
|
-
description: string;
|
|
49284
|
-
format: string;
|
|
49285
|
-
type: string;
|
|
49286
|
-
};
|
|
49287
|
-
name: {
|
|
49288
|
-
description: string;
|
|
49289
|
-
nullable: boolean;
|
|
49290
|
-
type: string;
|
|
49291
|
-
};
|
|
49292
|
-
periods: {
|
|
49293
|
-
description: string;
|
|
49294
|
-
items: {
|
|
49295
|
-
description: string;
|
|
49296
|
-
properties: {
|
|
49297
|
-
climate_preset_key: {
|
|
49298
|
-
description: string;
|
|
49299
|
-
type: string;
|
|
49300
|
-
};
|
|
49301
|
-
starts_at_time: {
|
|
49302
|
-
description: string;
|
|
49303
|
-
pattern: string;
|
|
49304
|
-
type: string;
|
|
49305
|
-
};
|
|
49306
|
-
};
|
|
49307
|
-
required: string[];
|
|
49308
|
-
type: string;
|
|
49309
|
-
};
|
|
49310
|
-
type: string;
|
|
49311
|
-
};
|
|
49312
|
-
thermostat_daily_program_id: {
|
|
49313
|
-
description: string;
|
|
49314
|
-
format: string;
|
|
49315
|
-
type: string;
|
|
49316
|
-
};
|
|
49317
|
-
workspace_id: {
|
|
49318
|
-
description: string;
|
|
49319
|
-
format: string;
|
|
49320
|
-
type: string;
|
|
49321
|
-
};
|
|
49322
|
-
};
|
|
49323
|
-
required: string[];
|
|
49324
|
-
type: string;
|
|
49325
|
-
'x-route-path': string;
|
|
48833
|
+
$ref: string;
|
|
49326
48834
|
};
|
|
49327
48835
|
};
|
|
49328
48836
|
required: string[];
|
|
@@ -52987,52 +52495,7 @@ declare const _default: {
|
|
|
52987
52495
|
schema: {
|
|
52988
52496
|
properties: {
|
|
52989
52497
|
location: {
|
|
52990
|
-
|
|
52991
|
-
created_at: {
|
|
52992
|
-
description: string;
|
|
52993
|
-
format: string;
|
|
52994
|
-
type: string;
|
|
52995
|
-
};
|
|
52996
|
-
display_name: {
|
|
52997
|
-
description: string;
|
|
52998
|
-
type: string;
|
|
52999
|
-
};
|
|
53000
|
-
geolocation: {
|
|
53001
|
-
description: string;
|
|
53002
|
-
properties: {
|
|
53003
|
-
latitude: {
|
|
53004
|
-
format: string;
|
|
53005
|
-
type: string;
|
|
53006
|
-
};
|
|
53007
|
-
longitude: {
|
|
53008
|
-
format: string;
|
|
53009
|
-
type: string;
|
|
53010
|
-
};
|
|
53011
|
-
};
|
|
53012
|
-
required: string[];
|
|
53013
|
-
type: string;
|
|
53014
|
-
};
|
|
53015
|
-
location_id: {
|
|
53016
|
-
description: string;
|
|
53017
|
-
format: string;
|
|
53018
|
-
type: string;
|
|
53019
|
-
};
|
|
53020
|
-
name: {
|
|
53021
|
-
description: string;
|
|
53022
|
-
type: string;
|
|
53023
|
-
};
|
|
53024
|
-
time_zone: {
|
|
53025
|
-
description: string;
|
|
53026
|
-
type: string;
|
|
53027
|
-
};
|
|
53028
|
-
workspace_id: {
|
|
53029
|
-
description: string;
|
|
53030
|
-
format: string;
|
|
53031
|
-
type: string;
|
|
53032
|
-
};
|
|
53033
|
-
};
|
|
53034
|
-
required: string[];
|
|
53035
|
-
type: string;
|
|
52498
|
+
$ref: string;
|
|
53036
52499
|
};
|
|
53037
52500
|
ok: {
|
|
53038
52501
|
type: string;
|
|
@@ -53170,52 +52633,7 @@ declare const _default: {
|
|
|
53170
52633
|
schema: {
|
|
53171
52634
|
properties: {
|
|
53172
52635
|
location: {
|
|
53173
|
-
|
|
53174
|
-
created_at: {
|
|
53175
|
-
description: string;
|
|
53176
|
-
format: string;
|
|
53177
|
-
type: string;
|
|
53178
|
-
};
|
|
53179
|
-
display_name: {
|
|
53180
|
-
description: string;
|
|
53181
|
-
type: string;
|
|
53182
|
-
};
|
|
53183
|
-
geolocation: {
|
|
53184
|
-
description: string;
|
|
53185
|
-
properties: {
|
|
53186
|
-
latitude: {
|
|
53187
|
-
format: string;
|
|
53188
|
-
type: string;
|
|
53189
|
-
};
|
|
53190
|
-
longitude: {
|
|
53191
|
-
format: string;
|
|
53192
|
-
type: string;
|
|
53193
|
-
};
|
|
53194
|
-
};
|
|
53195
|
-
required: string[];
|
|
53196
|
-
type: string;
|
|
53197
|
-
};
|
|
53198
|
-
location_id: {
|
|
53199
|
-
description: string;
|
|
53200
|
-
format: string;
|
|
53201
|
-
type: string;
|
|
53202
|
-
};
|
|
53203
|
-
name: {
|
|
53204
|
-
description: string;
|
|
53205
|
-
type: string;
|
|
53206
|
-
};
|
|
53207
|
-
time_zone: {
|
|
53208
|
-
description: string;
|
|
53209
|
-
type: string;
|
|
53210
|
-
};
|
|
53211
|
-
workspace_id: {
|
|
53212
|
-
description: string;
|
|
53213
|
-
format: string;
|
|
53214
|
-
type: string;
|
|
53215
|
-
};
|
|
53216
|
-
};
|
|
53217
|
-
required: string[];
|
|
53218
|
-
type: string;
|
|
52636
|
+
$ref: string;
|
|
53219
52637
|
};
|
|
53220
52638
|
ok: {
|
|
53221
52639
|
type: string;
|
|
@@ -53270,52 +52688,7 @@ declare const _default: {
|
|
|
53270
52688
|
properties: {
|
|
53271
52689
|
locations: {
|
|
53272
52690
|
items: {
|
|
53273
|
-
|
|
53274
|
-
created_at: {
|
|
53275
|
-
description: string;
|
|
53276
|
-
format: string;
|
|
53277
|
-
type: string;
|
|
53278
|
-
};
|
|
53279
|
-
display_name: {
|
|
53280
|
-
description: string;
|
|
53281
|
-
type: string;
|
|
53282
|
-
};
|
|
53283
|
-
geolocation: {
|
|
53284
|
-
description: string;
|
|
53285
|
-
properties: {
|
|
53286
|
-
latitude: {
|
|
53287
|
-
format: string;
|
|
53288
|
-
type: string;
|
|
53289
|
-
};
|
|
53290
|
-
longitude: {
|
|
53291
|
-
format: string;
|
|
53292
|
-
type: string;
|
|
53293
|
-
};
|
|
53294
|
-
};
|
|
53295
|
-
required: string[];
|
|
53296
|
-
type: string;
|
|
53297
|
-
};
|
|
53298
|
-
location_id: {
|
|
53299
|
-
description: string;
|
|
53300
|
-
format: string;
|
|
53301
|
-
type: string;
|
|
53302
|
-
};
|
|
53303
|
-
name: {
|
|
53304
|
-
description: string;
|
|
53305
|
-
type: string;
|
|
53306
|
-
};
|
|
53307
|
-
time_zone: {
|
|
53308
|
-
description: string;
|
|
53309
|
-
type: string;
|
|
53310
|
-
};
|
|
53311
|
-
workspace_id: {
|
|
53312
|
-
description: string;
|
|
53313
|
-
format: string;
|
|
53314
|
-
type: string;
|
|
53315
|
-
};
|
|
53316
|
-
};
|
|
53317
|
-
required: string[];
|
|
53318
|
-
type: string;
|
|
52691
|
+
$ref: string;
|
|
53319
52692
|
};
|
|
53320
52693
|
type: string;
|
|
53321
52694
|
};
|
|
@@ -53368,52 +52741,7 @@ declare const _default: {
|
|
|
53368
52741
|
properties: {
|
|
53369
52742
|
locations: {
|
|
53370
52743
|
items: {
|
|
53371
|
-
|
|
53372
|
-
created_at: {
|
|
53373
|
-
description: string;
|
|
53374
|
-
format: string;
|
|
53375
|
-
type: string;
|
|
53376
|
-
};
|
|
53377
|
-
display_name: {
|
|
53378
|
-
description: string;
|
|
53379
|
-
type: string;
|
|
53380
|
-
};
|
|
53381
|
-
geolocation: {
|
|
53382
|
-
description: string;
|
|
53383
|
-
properties: {
|
|
53384
|
-
latitude: {
|
|
53385
|
-
format: string;
|
|
53386
|
-
type: string;
|
|
53387
|
-
};
|
|
53388
|
-
longitude: {
|
|
53389
|
-
format: string;
|
|
53390
|
-
type: string;
|
|
53391
|
-
};
|
|
53392
|
-
};
|
|
53393
|
-
required: string[];
|
|
53394
|
-
type: string;
|
|
53395
|
-
};
|
|
53396
|
-
location_id: {
|
|
53397
|
-
description: string;
|
|
53398
|
-
format: string;
|
|
53399
|
-
type: string;
|
|
53400
|
-
};
|
|
53401
|
-
name: {
|
|
53402
|
-
description: string;
|
|
53403
|
-
type: string;
|
|
53404
|
-
};
|
|
53405
|
-
time_zone: {
|
|
53406
|
-
description: string;
|
|
53407
|
-
type: string;
|
|
53408
|
-
};
|
|
53409
|
-
workspace_id: {
|
|
53410
|
-
description: string;
|
|
53411
|
-
format: string;
|
|
53412
|
-
type: string;
|
|
53413
|
-
};
|
|
53414
|
-
};
|
|
53415
|
-
required: string[];
|
|
53416
|
-
type: string;
|
|
52744
|
+
$ref: string;
|
|
53417
52745
|
};
|
|
53418
52746
|
type: string;
|
|
53419
52747
|
};
|
|
@@ -53659,52 +52987,7 @@ declare const _default: {
|
|
|
53659
52987
|
schema: {
|
|
53660
52988
|
properties: {
|
|
53661
52989
|
location: {
|
|
53662
|
-
|
|
53663
|
-
created_at: {
|
|
53664
|
-
description: string;
|
|
53665
|
-
format: string;
|
|
53666
|
-
type: string;
|
|
53667
|
-
};
|
|
53668
|
-
display_name: {
|
|
53669
|
-
description: string;
|
|
53670
|
-
type: string;
|
|
53671
|
-
};
|
|
53672
|
-
geolocation: {
|
|
53673
|
-
description: string;
|
|
53674
|
-
properties: {
|
|
53675
|
-
latitude: {
|
|
53676
|
-
format: string;
|
|
53677
|
-
type: string;
|
|
53678
|
-
};
|
|
53679
|
-
longitude: {
|
|
53680
|
-
format: string;
|
|
53681
|
-
type: string;
|
|
53682
|
-
};
|
|
53683
|
-
};
|
|
53684
|
-
required: string[];
|
|
53685
|
-
type: string;
|
|
53686
|
-
};
|
|
53687
|
-
location_id: {
|
|
53688
|
-
description: string;
|
|
53689
|
-
format: string;
|
|
53690
|
-
type: string;
|
|
53691
|
-
};
|
|
53692
|
-
name: {
|
|
53693
|
-
description: string;
|
|
53694
|
-
type: string;
|
|
53695
|
-
};
|
|
53696
|
-
time_zone: {
|
|
53697
|
-
description: string;
|
|
53698
|
-
type: string;
|
|
53699
|
-
};
|
|
53700
|
-
workspace_id: {
|
|
53701
|
-
description: string;
|
|
53702
|
-
format: string;
|
|
53703
|
-
type: string;
|
|
53704
|
-
};
|
|
53705
|
-
};
|
|
53706
|
-
required: string[];
|
|
53707
|
-
type: string;
|
|
52990
|
+
$ref: string;
|
|
53708
52991
|
};
|
|
53709
52992
|
ok: {
|
|
53710
52993
|
type: string;
|
|
@@ -53794,52 +53077,7 @@ declare const _default: {
|
|
|
53794
53077
|
schema: {
|
|
53795
53078
|
properties: {
|
|
53796
53079
|
location: {
|
|
53797
|
-
|
|
53798
|
-
created_at: {
|
|
53799
|
-
description: string;
|
|
53800
|
-
format: string;
|
|
53801
|
-
type: string;
|
|
53802
|
-
};
|
|
53803
|
-
display_name: {
|
|
53804
|
-
description: string;
|
|
53805
|
-
type: string;
|
|
53806
|
-
};
|
|
53807
|
-
geolocation: {
|
|
53808
|
-
description: string;
|
|
53809
|
-
properties: {
|
|
53810
|
-
latitude: {
|
|
53811
|
-
format: string;
|
|
53812
|
-
type: string;
|
|
53813
|
-
};
|
|
53814
|
-
longitude: {
|
|
53815
|
-
format: string;
|
|
53816
|
-
type: string;
|
|
53817
|
-
};
|
|
53818
|
-
};
|
|
53819
|
-
required: string[];
|
|
53820
|
-
type: string;
|
|
53821
|
-
};
|
|
53822
|
-
location_id: {
|
|
53823
|
-
description: string;
|
|
53824
|
-
format: string;
|
|
53825
|
-
type: string;
|
|
53826
|
-
};
|
|
53827
|
-
name: {
|
|
53828
|
-
description: string;
|
|
53829
|
-
type: string;
|
|
53830
|
-
};
|
|
53831
|
-
time_zone: {
|
|
53832
|
-
description: string;
|
|
53833
|
-
type: string;
|
|
53834
|
-
};
|
|
53835
|
-
workspace_id: {
|
|
53836
|
-
description: string;
|
|
53837
|
-
format: string;
|
|
53838
|
-
type: string;
|
|
53839
|
-
};
|
|
53840
|
-
};
|
|
53841
|
-
required: string[];
|
|
53842
|
-
type: string;
|
|
53080
|
+
$ref: string;
|
|
53843
53081
|
};
|
|
53844
53082
|
ok: {
|
|
53845
53083
|
type: string;
|
|
@@ -54880,34 +54118,7 @@ declare const _default: {
|
|
|
54880
54118
|
schema: {
|
|
54881
54119
|
properties: {
|
|
54882
54120
|
enrollment_automation: {
|
|
54883
|
-
|
|
54884
|
-
acs_credential_provisioning_automation_id: {
|
|
54885
|
-
format: string;
|
|
54886
|
-
type: string;
|
|
54887
|
-
};
|
|
54888
|
-
created_at: {
|
|
54889
|
-
format: string;
|
|
54890
|
-
type: string;
|
|
54891
|
-
};
|
|
54892
|
-
credential_manager_acs_system_id: {
|
|
54893
|
-
format: string;
|
|
54894
|
-
type: string;
|
|
54895
|
-
};
|
|
54896
|
-
enrollment_automation_id: {
|
|
54897
|
-
format: string;
|
|
54898
|
-
type: string;
|
|
54899
|
-
};
|
|
54900
|
-
user_identity_id: {
|
|
54901
|
-
format: string;
|
|
54902
|
-
type: string;
|
|
54903
|
-
};
|
|
54904
|
-
workspace_id: {
|
|
54905
|
-
format: string;
|
|
54906
|
-
type: string;
|
|
54907
|
-
};
|
|
54908
|
-
};
|
|
54909
|
-
required: string[];
|
|
54910
|
-
type: string;
|
|
54121
|
+
$ref: string;
|
|
54911
54122
|
};
|
|
54912
54123
|
ok: {
|
|
54913
54124
|
type: string;
|
|
@@ -99083,7 +98294,7 @@ interface Routes {
|
|
|
99083
98294
|
endpoint_id?: string | undefined;
|
|
99084
98295
|
} | undefined;
|
|
99085
98296
|
is_managed: true;
|
|
99086
|
-
acs_credential_id
|
|
98297
|
+
acs_credential_id: string | null;
|
|
99087
98298
|
acs_entrances: Array<{
|
|
99088
98299
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
99089
98300
|
acs_system_id: string;
|
|
@@ -113914,6 +113125,7 @@ interface Routes {
|
|
|
113914
113125
|
commonParams: {};
|
|
113915
113126
|
formData: {};
|
|
113916
113127
|
jsonResponse: {
|
|
113128
|
+
/** */
|
|
113917
113129
|
location: {
|
|
113918
113130
|
/** Unique identifier for the location. */
|
|
113919
113131
|
location_id: string;
|
|
@@ -113958,6 +113170,7 @@ interface Routes {
|
|
|
113958
113170
|
};
|
|
113959
113171
|
formData: {};
|
|
113960
113172
|
jsonResponse: {
|
|
113173
|
+
/** */
|
|
113961
113174
|
location: {
|
|
113962
113175
|
/** Unique identifier for the location. */
|
|
113963
113176
|
location_id: string;
|
|
@@ -114056,6 +113269,7 @@ interface Routes {
|
|
|
114056
113269
|
commonParams: {};
|
|
114057
113270
|
formData: {};
|
|
114058
113271
|
jsonResponse: {
|
|
113272
|
+
/** */
|
|
114059
113273
|
location: {
|
|
114060
113274
|
/** Unique identifier for the location. */
|
|
114061
113275
|
location_id: string;
|
|
@@ -114359,13 +113573,18 @@ interface Routes {
|
|
|
114359
113573
|
};
|
|
114360
113574
|
formData: {};
|
|
114361
113575
|
jsonResponse: {
|
|
113576
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development). */
|
|
114362
113577
|
enrollment_automation: {
|
|
114363
|
-
|
|
113578
|
+
/** ID of the enrollment automation. */
|
|
113579
|
+
enrollment_automation_id: string;
|
|
113580
|
+
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
114364
113581
|
credential_manager_acs_system_id: string;
|
|
113582
|
+
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
|
|
114365
113583
|
user_identity_id: string;
|
|
113584
|
+
/** Date and time at which the enrollment automation was created. */
|
|
114366
113585
|
created_at: string;
|
|
113586
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
|
|
114367
113587
|
workspace_id: string;
|
|
114368
|
-
enrollment_automation_id: string;
|
|
114369
113588
|
};
|
|
114370
113589
|
};
|
|
114371
113590
|
};
|