@seamapi/types 1.414.0 → 1.414.1
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 +289 -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/phones/phone-session.js.map +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 +288 -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 +336 -1234
- package/src/lib/seam/connect/route-types.ts +11 -3
|
@@ -2974,6 +2974,177 @@ declare const _default: {
|
|
|
2974
2974
|
})[];
|
|
2975
2975
|
'x-route-path': string;
|
|
2976
2976
|
};
|
|
2977
|
+
bridge_client_session: {
|
|
2978
|
+
properties: {
|
|
2979
|
+
bridge_client_machine_identifier_key: {
|
|
2980
|
+
type: string;
|
|
2981
|
+
};
|
|
2982
|
+
bridge_client_name: {
|
|
2983
|
+
type: string;
|
|
2984
|
+
};
|
|
2985
|
+
bridge_client_session_id: {
|
|
2986
|
+
format: string;
|
|
2987
|
+
type: string;
|
|
2988
|
+
};
|
|
2989
|
+
bridge_client_session_token: {
|
|
2990
|
+
type: string;
|
|
2991
|
+
};
|
|
2992
|
+
bridge_client_time_zone: {
|
|
2993
|
+
type: string;
|
|
2994
|
+
};
|
|
2995
|
+
created_at: {
|
|
2996
|
+
format: string;
|
|
2997
|
+
type: string;
|
|
2998
|
+
};
|
|
2999
|
+
errors: {
|
|
3000
|
+
items: {
|
|
3001
|
+
description: string;
|
|
3002
|
+
discriminator: {
|
|
3003
|
+
propertyName: string;
|
|
3004
|
+
};
|
|
3005
|
+
oneOf: ({
|
|
3006
|
+
description: string;
|
|
3007
|
+
properties: {
|
|
3008
|
+
can_tailscale_proxy_reach_bridge: {
|
|
3009
|
+
description: string;
|
|
3010
|
+
nullable: boolean;
|
|
3011
|
+
type: string;
|
|
3012
|
+
};
|
|
3013
|
+
can_tailscale_proxy_reach_tailscale_network: {
|
|
3014
|
+
description: string;
|
|
3015
|
+
nullable: boolean;
|
|
3016
|
+
type: string;
|
|
3017
|
+
};
|
|
3018
|
+
created_at: {
|
|
3019
|
+
format: string;
|
|
3020
|
+
type: string;
|
|
3021
|
+
};
|
|
3022
|
+
error_code: {
|
|
3023
|
+
description: string;
|
|
3024
|
+
enum: string[];
|
|
3025
|
+
type: string;
|
|
3026
|
+
};
|
|
3027
|
+
is_bridge_socks_server_healthy: {
|
|
3028
|
+
description: string;
|
|
3029
|
+
nullable: boolean;
|
|
3030
|
+
type: string;
|
|
3031
|
+
};
|
|
3032
|
+
is_tailscale_proxy_reachable: {
|
|
3033
|
+
description: string;
|
|
3034
|
+
nullable: boolean;
|
|
3035
|
+
type: string;
|
|
3036
|
+
};
|
|
3037
|
+
is_tailscale_proxy_socks_server_healthy: {
|
|
3038
|
+
description: string;
|
|
3039
|
+
nullable: boolean;
|
|
3040
|
+
type: string;
|
|
3041
|
+
};
|
|
3042
|
+
message: {
|
|
3043
|
+
type: string;
|
|
3044
|
+
};
|
|
3045
|
+
};
|
|
3046
|
+
required: string[];
|
|
3047
|
+
type: string;
|
|
3048
|
+
} | {
|
|
3049
|
+
description: string;
|
|
3050
|
+
properties: {
|
|
3051
|
+
created_at: {
|
|
3052
|
+
format: string;
|
|
3053
|
+
type: string;
|
|
3054
|
+
};
|
|
3055
|
+
error_code: {
|
|
3056
|
+
description: string;
|
|
3057
|
+
enum: string[];
|
|
3058
|
+
type: string;
|
|
3059
|
+
};
|
|
3060
|
+
message: {
|
|
3061
|
+
type: string;
|
|
3062
|
+
};
|
|
3063
|
+
can_tailscale_proxy_reach_bridge?: never;
|
|
3064
|
+
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
3065
|
+
is_bridge_socks_server_healthy?: never;
|
|
3066
|
+
is_tailscale_proxy_reachable?: never;
|
|
3067
|
+
is_tailscale_proxy_socks_server_healthy?: never;
|
|
3068
|
+
};
|
|
3069
|
+
required: string[];
|
|
3070
|
+
type: string;
|
|
3071
|
+
})[];
|
|
3072
|
+
};
|
|
3073
|
+
type: string;
|
|
3074
|
+
};
|
|
3075
|
+
pairing_code: {
|
|
3076
|
+
maxLength: number;
|
|
3077
|
+
minLength: number;
|
|
3078
|
+
type: string;
|
|
3079
|
+
};
|
|
3080
|
+
pairing_code_expires_at: {
|
|
3081
|
+
format: string;
|
|
3082
|
+
type: string;
|
|
3083
|
+
};
|
|
3084
|
+
tailscale_auth_key: {
|
|
3085
|
+
nullable: boolean;
|
|
3086
|
+
type: string;
|
|
3087
|
+
};
|
|
3088
|
+
tailscale_hostname: {
|
|
3089
|
+
type: string;
|
|
3090
|
+
};
|
|
3091
|
+
telemetry_token: {
|
|
3092
|
+
nullable: boolean;
|
|
3093
|
+
type: string;
|
|
3094
|
+
};
|
|
3095
|
+
telemetry_token_expires_at: {
|
|
3096
|
+
format: string;
|
|
3097
|
+
nullable: boolean;
|
|
3098
|
+
type: string;
|
|
3099
|
+
};
|
|
3100
|
+
telemetry_url: {
|
|
3101
|
+
nullable: boolean;
|
|
3102
|
+
type: string;
|
|
3103
|
+
};
|
|
3104
|
+
};
|
|
3105
|
+
required: string[];
|
|
3106
|
+
type: string;
|
|
3107
|
+
'x-route-path': string;
|
|
3108
|
+
'x-undocumented': string;
|
|
3109
|
+
};
|
|
3110
|
+
bridge_connected_systems: {
|
|
3111
|
+
properties: {
|
|
3112
|
+
acs_system_display_name: {
|
|
3113
|
+
type: string;
|
|
3114
|
+
};
|
|
3115
|
+
acs_system_id: {
|
|
3116
|
+
format: string;
|
|
3117
|
+
type: string;
|
|
3118
|
+
};
|
|
3119
|
+
bridge_created_at: {
|
|
3120
|
+
format: string;
|
|
3121
|
+
type: string;
|
|
3122
|
+
};
|
|
3123
|
+
bridge_id: {
|
|
3124
|
+
format: string;
|
|
3125
|
+
type: string;
|
|
3126
|
+
};
|
|
3127
|
+
connected_account_created_at: {
|
|
3128
|
+
format: string;
|
|
3129
|
+
type: string;
|
|
3130
|
+
};
|
|
3131
|
+
connected_account_id: {
|
|
3132
|
+
format: string;
|
|
3133
|
+
type: string;
|
|
3134
|
+
};
|
|
3135
|
+
workspace_display_name: {
|
|
3136
|
+
type: string;
|
|
3137
|
+
};
|
|
3138
|
+
workspace_id: {
|
|
3139
|
+
format: string;
|
|
3140
|
+
type: string;
|
|
3141
|
+
};
|
|
3142
|
+
};
|
|
3143
|
+
required: string[];
|
|
3144
|
+
type: string;
|
|
3145
|
+
'x-route-path': string;
|
|
3146
|
+
'x-undocumented': string;
|
|
3147
|
+
};
|
|
2977
3148
|
client_session: {
|
|
2978
3149
|
description: string;
|
|
2979
3150
|
properties: {
|
|
@@ -8820,6 +8991,56 @@ declare const _default: {
|
|
|
8820
8991
|
'x-route-path': string;
|
|
8821
8992
|
'x-undocumented': string;
|
|
8822
8993
|
};
|
|
8994
|
+
location: {
|
|
8995
|
+
properties: {
|
|
8996
|
+
created_at: {
|
|
8997
|
+
description: string;
|
|
8998
|
+
format: string;
|
|
8999
|
+
type: string;
|
|
9000
|
+
};
|
|
9001
|
+
display_name: {
|
|
9002
|
+
description: string;
|
|
9003
|
+
type: string;
|
|
9004
|
+
};
|
|
9005
|
+
geolocation: {
|
|
9006
|
+
description: string;
|
|
9007
|
+
properties: {
|
|
9008
|
+
latitude: {
|
|
9009
|
+
format: string;
|
|
9010
|
+
type: string;
|
|
9011
|
+
};
|
|
9012
|
+
longitude: {
|
|
9013
|
+
format: string;
|
|
9014
|
+
type: string;
|
|
9015
|
+
};
|
|
9016
|
+
};
|
|
9017
|
+
required: string[];
|
|
9018
|
+
type: string;
|
|
9019
|
+
};
|
|
9020
|
+
location_id: {
|
|
9021
|
+
description: string;
|
|
9022
|
+
format: string;
|
|
9023
|
+
type: string;
|
|
9024
|
+
};
|
|
9025
|
+
name: {
|
|
9026
|
+
description: string;
|
|
9027
|
+
type: string;
|
|
9028
|
+
};
|
|
9029
|
+
time_zone: {
|
|
9030
|
+
description: string;
|
|
9031
|
+
type: string;
|
|
9032
|
+
};
|
|
9033
|
+
workspace_id: {
|
|
9034
|
+
description: string;
|
|
9035
|
+
format: string;
|
|
9036
|
+
type: string;
|
|
9037
|
+
};
|
|
9038
|
+
};
|
|
9039
|
+
required: string[];
|
|
9040
|
+
type: string;
|
|
9041
|
+
'x-route-path': string;
|
|
9042
|
+
'x-undocumented': string;
|
|
9043
|
+
};
|
|
8823
9044
|
magic_link: {
|
|
8824
9045
|
properties: {
|
|
8825
9046
|
building_block_type: {
|
|
@@ -8913,6 +9134,56 @@ declare const _default: {
|
|
|
8913
9134
|
required: string[];
|
|
8914
9135
|
type: string;
|
|
8915
9136
|
};
|
|
9137
|
+
partner_resource: {
|
|
9138
|
+
properties: {
|
|
9139
|
+
custom_metadata: {
|
|
9140
|
+
additionalProperties: {
|
|
9141
|
+
type: string;
|
|
9142
|
+
};
|
|
9143
|
+
type: string;
|
|
9144
|
+
};
|
|
9145
|
+
customer_key: {
|
|
9146
|
+
type: string;
|
|
9147
|
+
};
|
|
9148
|
+
description: {
|
|
9149
|
+
type: string;
|
|
9150
|
+
};
|
|
9151
|
+
email_address: {
|
|
9152
|
+
type: string;
|
|
9153
|
+
};
|
|
9154
|
+
ends_at: {
|
|
9155
|
+
type: string;
|
|
9156
|
+
};
|
|
9157
|
+
location_keys: {
|
|
9158
|
+
items: {
|
|
9159
|
+
type: string;
|
|
9160
|
+
};
|
|
9161
|
+
type: string;
|
|
9162
|
+
};
|
|
9163
|
+
name: {
|
|
9164
|
+
type: string;
|
|
9165
|
+
};
|
|
9166
|
+
partner_resource_key: {
|
|
9167
|
+
type: string;
|
|
9168
|
+
};
|
|
9169
|
+
partner_resource_type: {
|
|
9170
|
+
type: string;
|
|
9171
|
+
};
|
|
9172
|
+
phone_number: {
|
|
9173
|
+
type: string;
|
|
9174
|
+
};
|
|
9175
|
+
starts_at: {
|
|
9176
|
+
type: string;
|
|
9177
|
+
};
|
|
9178
|
+
user_identity_key: {
|
|
9179
|
+
type: string;
|
|
9180
|
+
};
|
|
9181
|
+
};
|
|
9182
|
+
required: string[];
|
|
9183
|
+
type: string;
|
|
9184
|
+
'x-route-path': string;
|
|
9185
|
+
'x-undocumented': string;
|
|
9186
|
+
};
|
|
8916
9187
|
phone: {
|
|
8917
9188
|
description: string;
|
|
8918
9189
|
properties: {
|
|
@@ -9075,6 +9346,7 @@ declare const _default: {
|
|
|
9075
9346
|
type: string;
|
|
9076
9347
|
};
|
|
9077
9348
|
acs_credential_id: {
|
|
9349
|
+
nullable: boolean;
|
|
9078
9350
|
type: string;
|
|
9079
9351
|
};
|
|
9080
9352
|
acs_credential_pool_id: {
|
|
@@ -9539,13 +9811,9 @@ declare const _default: {
|
|
|
9539
9811
|
'x-draft': string;
|
|
9540
9812
|
'x-route-path': string;
|
|
9541
9813
|
};
|
|
9542
|
-
|
|
9814
|
+
thermostat_daily_program: {
|
|
9543
9815
|
description: string;
|
|
9544
9816
|
properties: {
|
|
9545
|
-
climate_preset_key: {
|
|
9546
|
-
description: string;
|
|
9547
|
-
type: string;
|
|
9548
|
-
};
|
|
9549
9817
|
created_at: {
|
|
9550
9818
|
description: string;
|
|
9551
9819
|
format: string;
|
|
@@ -9556,21 +9824,23 @@ declare const _default: {
|
|
|
9556
9824
|
format: string;
|
|
9557
9825
|
type: string;
|
|
9558
9826
|
};
|
|
9559
|
-
|
|
9827
|
+
name: {
|
|
9560
9828
|
description: string;
|
|
9561
|
-
|
|
9829
|
+
nullable: boolean;
|
|
9562
9830
|
type: string;
|
|
9563
9831
|
};
|
|
9564
|
-
|
|
9832
|
+
periods: {
|
|
9565
9833
|
description: string;
|
|
9566
9834
|
items: {
|
|
9835
|
+
description: string;
|
|
9567
9836
|
properties: {
|
|
9568
|
-
|
|
9837
|
+
climate_preset_key: {
|
|
9569
9838
|
description: string;
|
|
9570
9839
|
type: string;
|
|
9571
9840
|
};
|
|
9572
|
-
|
|
9841
|
+
starts_at_time: {
|
|
9573
9842
|
description: string;
|
|
9843
|
+
pattern: string;
|
|
9574
9844
|
type: string;
|
|
9575
9845
|
};
|
|
9576
9846
|
};
|
|
@@ -9579,20 +9849,75 @@ declare const _default: {
|
|
|
9579
9849
|
};
|
|
9580
9850
|
type: string;
|
|
9581
9851
|
};
|
|
9582
|
-
|
|
9852
|
+
thermostat_daily_program_id: {
|
|
9583
9853
|
description: string;
|
|
9854
|
+
format: string;
|
|
9584
9855
|
type: string;
|
|
9585
9856
|
};
|
|
9586
|
-
|
|
9857
|
+
workspace_id: {
|
|
9587
9858
|
description: string;
|
|
9588
|
-
|
|
9589
|
-
minimum: number;
|
|
9590
|
-
nullable: boolean;
|
|
9859
|
+
format: string;
|
|
9591
9860
|
type: string;
|
|
9592
9861
|
};
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9862
|
+
};
|
|
9863
|
+
required: string[];
|
|
9864
|
+
type: string;
|
|
9865
|
+
'x-route-path': string;
|
|
9866
|
+
};
|
|
9867
|
+
thermostat_schedule: {
|
|
9868
|
+
description: string;
|
|
9869
|
+
properties: {
|
|
9870
|
+
climate_preset_key: {
|
|
9871
|
+
description: string;
|
|
9872
|
+
type: string;
|
|
9873
|
+
};
|
|
9874
|
+
created_at: {
|
|
9875
|
+
description: string;
|
|
9876
|
+
format: string;
|
|
9877
|
+
type: string;
|
|
9878
|
+
};
|
|
9879
|
+
device_id: {
|
|
9880
|
+
description: string;
|
|
9881
|
+
format: string;
|
|
9882
|
+
type: string;
|
|
9883
|
+
};
|
|
9884
|
+
ends_at: {
|
|
9885
|
+
description: string;
|
|
9886
|
+
format: string;
|
|
9887
|
+
type: string;
|
|
9888
|
+
};
|
|
9889
|
+
errors: {
|
|
9890
|
+
description: string;
|
|
9891
|
+
items: {
|
|
9892
|
+
properties: {
|
|
9893
|
+
error_code: {
|
|
9894
|
+
description: string;
|
|
9895
|
+
type: string;
|
|
9896
|
+
};
|
|
9897
|
+
message: {
|
|
9898
|
+
description: string;
|
|
9899
|
+
type: string;
|
|
9900
|
+
};
|
|
9901
|
+
};
|
|
9902
|
+
required: string[];
|
|
9903
|
+
type: string;
|
|
9904
|
+
};
|
|
9905
|
+
type: string;
|
|
9906
|
+
};
|
|
9907
|
+
is_override_allowed: {
|
|
9908
|
+
description: string;
|
|
9909
|
+
type: string;
|
|
9910
|
+
};
|
|
9911
|
+
max_override_period_minutes: {
|
|
9912
|
+
description: string;
|
|
9913
|
+
exclusiveMinimum: boolean;
|
|
9914
|
+
minimum: number;
|
|
9915
|
+
nullable: boolean;
|
|
9916
|
+
type: string;
|
|
9917
|
+
};
|
|
9918
|
+
name: {
|
|
9919
|
+
description: string;
|
|
9920
|
+
nullable: boolean;
|
|
9596
9921
|
type: string;
|
|
9597
9922
|
};
|
|
9598
9923
|
starts_at: {
|
|
@@ -24828,137 +25153,7 @@ declare const _default: {
|
|
|
24828
25153
|
schema: {
|
|
24829
25154
|
properties: {
|
|
24830
25155
|
bridge_client_session: {
|
|
24831
|
-
|
|
24832
|
-
bridge_client_machine_identifier_key: {
|
|
24833
|
-
type: string;
|
|
24834
|
-
};
|
|
24835
|
-
bridge_client_name: {
|
|
24836
|
-
type: string;
|
|
24837
|
-
};
|
|
24838
|
-
bridge_client_session_id: {
|
|
24839
|
-
format: string;
|
|
24840
|
-
type: string;
|
|
24841
|
-
};
|
|
24842
|
-
bridge_client_session_token: {
|
|
24843
|
-
type: string;
|
|
24844
|
-
};
|
|
24845
|
-
bridge_client_time_zone: {
|
|
24846
|
-
type: string;
|
|
24847
|
-
};
|
|
24848
|
-
created_at: {
|
|
24849
|
-
format: string;
|
|
24850
|
-
type: string;
|
|
24851
|
-
};
|
|
24852
|
-
errors: {
|
|
24853
|
-
items: {
|
|
24854
|
-
description: string;
|
|
24855
|
-
discriminator: {
|
|
24856
|
-
propertyName: string;
|
|
24857
|
-
};
|
|
24858
|
-
oneOf: ({
|
|
24859
|
-
description: string;
|
|
24860
|
-
properties: {
|
|
24861
|
-
can_tailscale_proxy_reach_bridge: {
|
|
24862
|
-
description: string;
|
|
24863
|
-
nullable: boolean;
|
|
24864
|
-
type: string;
|
|
24865
|
-
};
|
|
24866
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
24867
|
-
description: string;
|
|
24868
|
-
nullable: boolean;
|
|
24869
|
-
type: string;
|
|
24870
|
-
};
|
|
24871
|
-
created_at: {
|
|
24872
|
-
format: string;
|
|
24873
|
-
type: string;
|
|
24874
|
-
};
|
|
24875
|
-
error_code: {
|
|
24876
|
-
description: string;
|
|
24877
|
-
enum: string[];
|
|
24878
|
-
type: string;
|
|
24879
|
-
};
|
|
24880
|
-
is_bridge_socks_server_healthy: {
|
|
24881
|
-
description: string;
|
|
24882
|
-
nullable: boolean;
|
|
24883
|
-
type: string;
|
|
24884
|
-
};
|
|
24885
|
-
is_tailscale_proxy_reachable: {
|
|
24886
|
-
description: string;
|
|
24887
|
-
nullable: boolean;
|
|
24888
|
-
type: string;
|
|
24889
|
-
};
|
|
24890
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
24891
|
-
description: string;
|
|
24892
|
-
nullable: boolean;
|
|
24893
|
-
type: string;
|
|
24894
|
-
};
|
|
24895
|
-
message: {
|
|
24896
|
-
type: string;
|
|
24897
|
-
};
|
|
24898
|
-
};
|
|
24899
|
-
required: string[];
|
|
24900
|
-
type: string;
|
|
24901
|
-
} | {
|
|
24902
|
-
description: string;
|
|
24903
|
-
properties: {
|
|
24904
|
-
created_at: {
|
|
24905
|
-
format: string;
|
|
24906
|
-
type: string;
|
|
24907
|
-
};
|
|
24908
|
-
error_code: {
|
|
24909
|
-
description: string;
|
|
24910
|
-
enum: string[];
|
|
24911
|
-
type: string;
|
|
24912
|
-
};
|
|
24913
|
-
message: {
|
|
24914
|
-
type: string;
|
|
24915
|
-
};
|
|
24916
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
24917
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
24918
|
-
is_bridge_socks_server_healthy?: never;
|
|
24919
|
-
is_tailscale_proxy_reachable?: never;
|
|
24920
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
24921
|
-
};
|
|
24922
|
-
required: string[];
|
|
24923
|
-
type: string;
|
|
24924
|
-
})[];
|
|
24925
|
-
};
|
|
24926
|
-
type: string;
|
|
24927
|
-
};
|
|
24928
|
-
pairing_code: {
|
|
24929
|
-
maxLength: number;
|
|
24930
|
-
minLength: number;
|
|
24931
|
-
type: string;
|
|
24932
|
-
};
|
|
24933
|
-
pairing_code_expires_at: {
|
|
24934
|
-
format: string;
|
|
24935
|
-
type: string;
|
|
24936
|
-
};
|
|
24937
|
-
tailscale_auth_key: {
|
|
24938
|
-
nullable: boolean;
|
|
24939
|
-
type: string;
|
|
24940
|
-
};
|
|
24941
|
-
tailscale_hostname: {
|
|
24942
|
-
type: string;
|
|
24943
|
-
};
|
|
24944
|
-
telemetry_token: {
|
|
24945
|
-
nullable: boolean;
|
|
24946
|
-
type: string;
|
|
24947
|
-
};
|
|
24948
|
-
telemetry_token_expires_at: {
|
|
24949
|
-
format: string;
|
|
24950
|
-
nullable: boolean;
|
|
24951
|
-
type: string;
|
|
24952
|
-
};
|
|
24953
|
-
telemetry_url: {
|
|
24954
|
-
nullable: boolean;
|
|
24955
|
-
type: string;
|
|
24956
|
-
};
|
|
24957
|
-
};
|
|
24958
|
-
required: string[];
|
|
24959
|
-
type: string;
|
|
24960
|
-
'x-route-path': string;
|
|
24961
|
-
'x-undocumented': string;
|
|
25156
|
+
$ref: string;
|
|
24962
25157
|
};
|
|
24963
25158
|
ok: {
|
|
24964
25159
|
type: string;
|
|
@@ -25002,137 +25197,7 @@ declare const _default: {
|
|
|
25002
25197
|
schema: {
|
|
25003
25198
|
properties: {
|
|
25004
25199
|
bridge_client_session: {
|
|
25005
|
-
|
|
25006
|
-
bridge_client_machine_identifier_key: {
|
|
25007
|
-
type: string;
|
|
25008
|
-
};
|
|
25009
|
-
bridge_client_name: {
|
|
25010
|
-
type: string;
|
|
25011
|
-
};
|
|
25012
|
-
bridge_client_session_id: {
|
|
25013
|
-
format: string;
|
|
25014
|
-
type: string;
|
|
25015
|
-
};
|
|
25016
|
-
bridge_client_session_token: {
|
|
25017
|
-
type: string;
|
|
25018
|
-
};
|
|
25019
|
-
bridge_client_time_zone: {
|
|
25020
|
-
type: string;
|
|
25021
|
-
};
|
|
25022
|
-
created_at: {
|
|
25023
|
-
format: string;
|
|
25024
|
-
type: string;
|
|
25025
|
-
};
|
|
25026
|
-
errors: {
|
|
25027
|
-
items: {
|
|
25028
|
-
description: string;
|
|
25029
|
-
discriminator: {
|
|
25030
|
-
propertyName: string;
|
|
25031
|
-
};
|
|
25032
|
-
oneOf: ({
|
|
25033
|
-
description: string;
|
|
25034
|
-
properties: {
|
|
25035
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25036
|
-
description: string;
|
|
25037
|
-
nullable: boolean;
|
|
25038
|
-
type: string;
|
|
25039
|
-
};
|
|
25040
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25041
|
-
description: string;
|
|
25042
|
-
nullable: boolean;
|
|
25043
|
-
type: string;
|
|
25044
|
-
};
|
|
25045
|
-
created_at: {
|
|
25046
|
-
format: string;
|
|
25047
|
-
type: string;
|
|
25048
|
-
};
|
|
25049
|
-
error_code: {
|
|
25050
|
-
description: string;
|
|
25051
|
-
enum: string[];
|
|
25052
|
-
type: string;
|
|
25053
|
-
};
|
|
25054
|
-
is_bridge_socks_server_healthy: {
|
|
25055
|
-
description: string;
|
|
25056
|
-
nullable: boolean;
|
|
25057
|
-
type: string;
|
|
25058
|
-
};
|
|
25059
|
-
is_tailscale_proxy_reachable: {
|
|
25060
|
-
description: string;
|
|
25061
|
-
nullable: boolean;
|
|
25062
|
-
type: string;
|
|
25063
|
-
};
|
|
25064
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25065
|
-
description: string;
|
|
25066
|
-
nullable: boolean;
|
|
25067
|
-
type: string;
|
|
25068
|
-
};
|
|
25069
|
-
message: {
|
|
25070
|
-
type: string;
|
|
25071
|
-
};
|
|
25072
|
-
};
|
|
25073
|
-
required: string[];
|
|
25074
|
-
type: string;
|
|
25075
|
-
} | {
|
|
25076
|
-
description: string;
|
|
25077
|
-
properties: {
|
|
25078
|
-
created_at: {
|
|
25079
|
-
format: string;
|
|
25080
|
-
type: string;
|
|
25081
|
-
};
|
|
25082
|
-
error_code: {
|
|
25083
|
-
description: string;
|
|
25084
|
-
enum: string[];
|
|
25085
|
-
type: string;
|
|
25086
|
-
};
|
|
25087
|
-
message: {
|
|
25088
|
-
type: string;
|
|
25089
|
-
};
|
|
25090
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25091
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25092
|
-
is_bridge_socks_server_healthy?: never;
|
|
25093
|
-
is_tailscale_proxy_reachable?: never;
|
|
25094
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25095
|
-
};
|
|
25096
|
-
required: string[];
|
|
25097
|
-
type: string;
|
|
25098
|
-
})[];
|
|
25099
|
-
};
|
|
25100
|
-
type: string;
|
|
25101
|
-
};
|
|
25102
|
-
pairing_code: {
|
|
25103
|
-
maxLength: number;
|
|
25104
|
-
minLength: number;
|
|
25105
|
-
type: string;
|
|
25106
|
-
};
|
|
25107
|
-
pairing_code_expires_at: {
|
|
25108
|
-
format: string;
|
|
25109
|
-
type: string;
|
|
25110
|
-
};
|
|
25111
|
-
tailscale_auth_key: {
|
|
25112
|
-
nullable: boolean;
|
|
25113
|
-
type: string;
|
|
25114
|
-
};
|
|
25115
|
-
tailscale_hostname: {
|
|
25116
|
-
type: string;
|
|
25117
|
-
};
|
|
25118
|
-
telemetry_token: {
|
|
25119
|
-
nullable: boolean;
|
|
25120
|
-
type: string;
|
|
25121
|
-
};
|
|
25122
|
-
telemetry_token_expires_at: {
|
|
25123
|
-
format: string;
|
|
25124
|
-
nullable: boolean;
|
|
25125
|
-
type: string;
|
|
25126
|
-
};
|
|
25127
|
-
telemetry_url: {
|
|
25128
|
-
nullable: boolean;
|
|
25129
|
-
type: string;
|
|
25130
|
-
};
|
|
25131
|
-
};
|
|
25132
|
-
required: string[];
|
|
25133
|
-
type: string;
|
|
25134
|
-
'x-route-path': string;
|
|
25135
|
-
'x-undocumented': string;
|
|
25200
|
+
$ref: string;
|
|
25136
25201
|
};
|
|
25137
25202
|
ok: {
|
|
25138
25203
|
type: string;
|
|
@@ -25172,137 +25237,7 @@ declare const _default: {
|
|
|
25172
25237
|
schema: {
|
|
25173
25238
|
properties: {
|
|
25174
25239
|
bridge_client_session: {
|
|
25175
|
-
|
|
25176
|
-
bridge_client_machine_identifier_key: {
|
|
25177
|
-
type: string;
|
|
25178
|
-
};
|
|
25179
|
-
bridge_client_name: {
|
|
25180
|
-
type: string;
|
|
25181
|
-
};
|
|
25182
|
-
bridge_client_session_id: {
|
|
25183
|
-
format: string;
|
|
25184
|
-
type: string;
|
|
25185
|
-
};
|
|
25186
|
-
bridge_client_session_token: {
|
|
25187
|
-
type: string;
|
|
25188
|
-
};
|
|
25189
|
-
bridge_client_time_zone: {
|
|
25190
|
-
type: string;
|
|
25191
|
-
};
|
|
25192
|
-
created_at: {
|
|
25193
|
-
format: string;
|
|
25194
|
-
type: string;
|
|
25195
|
-
};
|
|
25196
|
-
errors: {
|
|
25197
|
-
items: {
|
|
25198
|
-
description: string;
|
|
25199
|
-
discriminator: {
|
|
25200
|
-
propertyName: string;
|
|
25201
|
-
};
|
|
25202
|
-
oneOf: ({
|
|
25203
|
-
description: string;
|
|
25204
|
-
properties: {
|
|
25205
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25206
|
-
description: string;
|
|
25207
|
-
nullable: boolean;
|
|
25208
|
-
type: string;
|
|
25209
|
-
};
|
|
25210
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25211
|
-
description: string;
|
|
25212
|
-
nullable: boolean;
|
|
25213
|
-
type: string;
|
|
25214
|
-
};
|
|
25215
|
-
created_at: {
|
|
25216
|
-
format: string;
|
|
25217
|
-
type: string;
|
|
25218
|
-
};
|
|
25219
|
-
error_code: {
|
|
25220
|
-
description: string;
|
|
25221
|
-
enum: string[];
|
|
25222
|
-
type: string;
|
|
25223
|
-
};
|
|
25224
|
-
is_bridge_socks_server_healthy: {
|
|
25225
|
-
description: string;
|
|
25226
|
-
nullable: boolean;
|
|
25227
|
-
type: string;
|
|
25228
|
-
};
|
|
25229
|
-
is_tailscale_proxy_reachable: {
|
|
25230
|
-
description: string;
|
|
25231
|
-
nullable: boolean;
|
|
25232
|
-
type: string;
|
|
25233
|
-
};
|
|
25234
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25235
|
-
description: string;
|
|
25236
|
-
nullable: boolean;
|
|
25237
|
-
type: string;
|
|
25238
|
-
};
|
|
25239
|
-
message: {
|
|
25240
|
-
type: string;
|
|
25241
|
-
};
|
|
25242
|
-
};
|
|
25243
|
-
required: string[];
|
|
25244
|
-
type: string;
|
|
25245
|
-
} | {
|
|
25246
|
-
description: string;
|
|
25247
|
-
properties: {
|
|
25248
|
-
created_at: {
|
|
25249
|
-
format: string;
|
|
25250
|
-
type: string;
|
|
25251
|
-
};
|
|
25252
|
-
error_code: {
|
|
25253
|
-
description: string;
|
|
25254
|
-
enum: string[];
|
|
25255
|
-
type: string;
|
|
25256
|
-
};
|
|
25257
|
-
message: {
|
|
25258
|
-
type: string;
|
|
25259
|
-
};
|
|
25260
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25261
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25262
|
-
is_bridge_socks_server_healthy?: never;
|
|
25263
|
-
is_tailscale_proxy_reachable?: never;
|
|
25264
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25265
|
-
};
|
|
25266
|
-
required: string[];
|
|
25267
|
-
type: string;
|
|
25268
|
-
})[];
|
|
25269
|
-
};
|
|
25270
|
-
type: string;
|
|
25271
|
-
};
|
|
25272
|
-
pairing_code: {
|
|
25273
|
-
maxLength: number;
|
|
25274
|
-
minLength: number;
|
|
25275
|
-
type: string;
|
|
25276
|
-
};
|
|
25277
|
-
pairing_code_expires_at: {
|
|
25278
|
-
format: string;
|
|
25279
|
-
type: string;
|
|
25280
|
-
};
|
|
25281
|
-
tailscale_auth_key: {
|
|
25282
|
-
nullable: boolean;
|
|
25283
|
-
type: string;
|
|
25284
|
-
};
|
|
25285
|
-
tailscale_hostname: {
|
|
25286
|
-
type: string;
|
|
25287
|
-
};
|
|
25288
|
-
telemetry_token: {
|
|
25289
|
-
nullable: boolean;
|
|
25290
|
-
type: string;
|
|
25291
|
-
};
|
|
25292
|
-
telemetry_token_expires_at: {
|
|
25293
|
-
format: string;
|
|
25294
|
-
nullable: boolean;
|
|
25295
|
-
type: string;
|
|
25296
|
-
};
|
|
25297
|
-
telemetry_url: {
|
|
25298
|
-
nullable: boolean;
|
|
25299
|
-
type: string;
|
|
25300
|
-
};
|
|
25301
|
-
};
|
|
25302
|
-
required: string[];
|
|
25303
|
-
type: string;
|
|
25304
|
-
'x-route-path': string;
|
|
25305
|
-
'x-undocumented': string;
|
|
25240
|
+
$ref: string;
|
|
25306
25241
|
};
|
|
25307
25242
|
ok: {
|
|
25308
25243
|
type: string;
|
|
@@ -25346,137 +25281,7 @@ declare const _default: {
|
|
|
25346
25281
|
schema: {
|
|
25347
25282
|
properties: {
|
|
25348
25283
|
bridge_client_session: {
|
|
25349
|
-
|
|
25350
|
-
bridge_client_machine_identifier_key: {
|
|
25351
|
-
type: string;
|
|
25352
|
-
};
|
|
25353
|
-
bridge_client_name: {
|
|
25354
|
-
type: string;
|
|
25355
|
-
};
|
|
25356
|
-
bridge_client_session_id: {
|
|
25357
|
-
format: string;
|
|
25358
|
-
type: string;
|
|
25359
|
-
};
|
|
25360
|
-
bridge_client_session_token: {
|
|
25361
|
-
type: string;
|
|
25362
|
-
};
|
|
25363
|
-
bridge_client_time_zone: {
|
|
25364
|
-
type: string;
|
|
25365
|
-
};
|
|
25366
|
-
created_at: {
|
|
25367
|
-
format: string;
|
|
25368
|
-
type: string;
|
|
25369
|
-
};
|
|
25370
|
-
errors: {
|
|
25371
|
-
items: {
|
|
25372
|
-
description: string;
|
|
25373
|
-
discriminator: {
|
|
25374
|
-
propertyName: string;
|
|
25375
|
-
};
|
|
25376
|
-
oneOf: ({
|
|
25377
|
-
description: string;
|
|
25378
|
-
properties: {
|
|
25379
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25380
|
-
description: string;
|
|
25381
|
-
nullable: boolean;
|
|
25382
|
-
type: string;
|
|
25383
|
-
};
|
|
25384
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25385
|
-
description: string;
|
|
25386
|
-
nullable: boolean;
|
|
25387
|
-
type: string;
|
|
25388
|
-
};
|
|
25389
|
-
created_at: {
|
|
25390
|
-
format: string;
|
|
25391
|
-
type: string;
|
|
25392
|
-
};
|
|
25393
|
-
error_code: {
|
|
25394
|
-
description: string;
|
|
25395
|
-
enum: string[];
|
|
25396
|
-
type: string;
|
|
25397
|
-
};
|
|
25398
|
-
is_bridge_socks_server_healthy: {
|
|
25399
|
-
description: string;
|
|
25400
|
-
nullable: boolean;
|
|
25401
|
-
type: string;
|
|
25402
|
-
};
|
|
25403
|
-
is_tailscale_proxy_reachable: {
|
|
25404
|
-
description: string;
|
|
25405
|
-
nullable: boolean;
|
|
25406
|
-
type: string;
|
|
25407
|
-
};
|
|
25408
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25409
|
-
description: string;
|
|
25410
|
-
nullable: boolean;
|
|
25411
|
-
type: string;
|
|
25412
|
-
};
|
|
25413
|
-
message: {
|
|
25414
|
-
type: string;
|
|
25415
|
-
};
|
|
25416
|
-
};
|
|
25417
|
-
required: string[];
|
|
25418
|
-
type: string;
|
|
25419
|
-
} | {
|
|
25420
|
-
description: string;
|
|
25421
|
-
properties: {
|
|
25422
|
-
created_at: {
|
|
25423
|
-
format: string;
|
|
25424
|
-
type: string;
|
|
25425
|
-
};
|
|
25426
|
-
error_code: {
|
|
25427
|
-
description: string;
|
|
25428
|
-
enum: string[];
|
|
25429
|
-
type: string;
|
|
25430
|
-
};
|
|
25431
|
-
message: {
|
|
25432
|
-
type: string;
|
|
25433
|
-
};
|
|
25434
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25435
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25436
|
-
is_bridge_socks_server_healthy?: never;
|
|
25437
|
-
is_tailscale_proxy_reachable?: never;
|
|
25438
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25439
|
-
};
|
|
25440
|
-
required: string[];
|
|
25441
|
-
type: string;
|
|
25442
|
-
})[];
|
|
25443
|
-
};
|
|
25444
|
-
type: string;
|
|
25445
|
-
};
|
|
25446
|
-
pairing_code: {
|
|
25447
|
-
maxLength: number;
|
|
25448
|
-
minLength: number;
|
|
25449
|
-
type: string;
|
|
25450
|
-
};
|
|
25451
|
-
pairing_code_expires_at: {
|
|
25452
|
-
format: string;
|
|
25453
|
-
type: string;
|
|
25454
|
-
};
|
|
25455
|
-
tailscale_auth_key: {
|
|
25456
|
-
nullable: boolean;
|
|
25457
|
-
type: string;
|
|
25458
|
-
};
|
|
25459
|
-
tailscale_hostname: {
|
|
25460
|
-
type: string;
|
|
25461
|
-
};
|
|
25462
|
-
telemetry_token: {
|
|
25463
|
-
nullable: boolean;
|
|
25464
|
-
type: string;
|
|
25465
|
-
};
|
|
25466
|
-
telemetry_token_expires_at: {
|
|
25467
|
-
format: string;
|
|
25468
|
-
nullable: boolean;
|
|
25469
|
-
type: string;
|
|
25470
|
-
};
|
|
25471
|
-
telemetry_url: {
|
|
25472
|
-
nullable: boolean;
|
|
25473
|
-
type: string;
|
|
25474
|
-
};
|
|
25475
|
-
};
|
|
25476
|
-
required: string[];
|
|
25477
|
-
type: string;
|
|
25478
|
-
'x-route-path': string;
|
|
25479
|
-
'x-undocumented': string;
|
|
25284
|
+
$ref: string;
|
|
25480
25285
|
};
|
|
25481
25286
|
ok: {
|
|
25482
25287
|
type: string;
|
|
@@ -25520,137 +25325,7 @@ declare const _default: {
|
|
|
25520
25325
|
schema: {
|
|
25521
25326
|
properties: {
|
|
25522
25327
|
bridge_client_session: {
|
|
25523
|
-
|
|
25524
|
-
bridge_client_machine_identifier_key: {
|
|
25525
|
-
type: string;
|
|
25526
|
-
};
|
|
25527
|
-
bridge_client_name: {
|
|
25528
|
-
type: string;
|
|
25529
|
-
};
|
|
25530
|
-
bridge_client_session_id: {
|
|
25531
|
-
format: string;
|
|
25532
|
-
type: string;
|
|
25533
|
-
};
|
|
25534
|
-
bridge_client_session_token: {
|
|
25535
|
-
type: string;
|
|
25536
|
-
};
|
|
25537
|
-
bridge_client_time_zone: {
|
|
25538
|
-
type: string;
|
|
25539
|
-
};
|
|
25540
|
-
created_at: {
|
|
25541
|
-
format: string;
|
|
25542
|
-
type: string;
|
|
25543
|
-
};
|
|
25544
|
-
errors: {
|
|
25545
|
-
items: {
|
|
25546
|
-
description: string;
|
|
25547
|
-
discriminator: {
|
|
25548
|
-
propertyName: string;
|
|
25549
|
-
};
|
|
25550
|
-
oneOf: ({
|
|
25551
|
-
description: string;
|
|
25552
|
-
properties: {
|
|
25553
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25554
|
-
description: string;
|
|
25555
|
-
nullable: boolean;
|
|
25556
|
-
type: string;
|
|
25557
|
-
};
|
|
25558
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25559
|
-
description: string;
|
|
25560
|
-
nullable: boolean;
|
|
25561
|
-
type: string;
|
|
25562
|
-
};
|
|
25563
|
-
created_at: {
|
|
25564
|
-
format: string;
|
|
25565
|
-
type: string;
|
|
25566
|
-
};
|
|
25567
|
-
error_code: {
|
|
25568
|
-
description: string;
|
|
25569
|
-
enum: string[];
|
|
25570
|
-
type: string;
|
|
25571
|
-
};
|
|
25572
|
-
is_bridge_socks_server_healthy: {
|
|
25573
|
-
description: string;
|
|
25574
|
-
nullable: boolean;
|
|
25575
|
-
type: string;
|
|
25576
|
-
};
|
|
25577
|
-
is_tailscale_proxy_reachable: {
|
|
25578
|
-
description: string;
|
|
25579
|
-
nullable: boolean;
|
|
25580
|
-
type: string;
|
|
25581
|
-
};
|
|
25582
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25583
|
-
description: string;
|
|
25584
|
-
nullable: boolean;
|
|
25585
|
-
type: string;
|
|
25586
|
-
};
|
|
25587
|
-
message: {
|
|
25588
|
-
type: string;
|
|
25589
|
-
};
|
|
25590
|
-
};
|
|
25591
|
-
required: string[];
|
|
25592
|
-
type: string;
|
|
25593
|
-
} | {
|
|
25594
|
-
description: string;
|
|
25595
|
-
properties: {
|
|
25596
|
-
created_at: {
|
|
25597
|
-
format: string;
|
|
25598
|
-
type: string;
|
|
25599
|
-
};
|
|
25600
|
-
error_code: {
|
|
25601
|
-
description: string;
|
|
25602
|
-
enum: string[];
|
|
25603
|
-
type: string;
|
|
25604
|
-
};
|
|
25605
|
-
message: {
|
|
25606
|
-
type: string;
|
|
25607
|
-
};
|
|
25608
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25609
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25610
|
-
is_bridge_socks_server_healthy?: never;
|
|
25611
|
-
is_tailscale_proxy_reachable?: never;
|
|
25612
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25613
|
-
};
|
|
25614
|
-
required: string[];
|
|
25615
|
-
type: string;
|
|
25616
|
-
})[];
|
|
25617
|
-
};
|
|
25618
|
-
type: string;
|
|
25619
|
-
};
|
|
25620
|
-
pairing_code: {
|
|
25621
|
-
maxLength: number;
|
|
25622
|
-
minLength: number;
|
|
25623
|
-
type: string;
|
|
25624
|
-
};
|
|
25625
|
-
pairing_code_expires_at: {
|
|
25626
|
-
format: string;
|
|
25627
|
-
type: string;
|
|
25628
|
-
};
|
|
25629
|
-
tailscale_auth_key: {
|
|
25630
|
-
nullable: boolean;
|
|
25631
|
-
type: string;
|
|
25632
|
-
};
|
|
25633
|
-
tailscale_hostname: {
|
|
25634
|
-
type: string;
|
|
25635
|
-
};
|
|
25636
|
-
telemetry_token: {
|
|
25637
|
-
nullable: boolean;
|
|
25638
|
-
type: string;
|
|
25639
|
-
};
|
|
25640
|
-
telemetry_token_expires_at: {
|
|
25641
|
-
format: string;
|
|
25642
|
-
nullable: boolean;
|
|
25643
|
-
type: string;
|
|
25644
|
-
};
|
|
25645
|
-
telemetry_url: {
|
|
25646
|
-
nullable: boolean;
|
|
25647
|
-
type: string;
|
|
25648
|
-
};
|
|
25649
|
-
};
|
|
25650
|
-
required: string[];
|
|
25651
|
-
type: string;
|
|
25652
|
-
'x-route-path': string;
|
|
25653
|
-
'x-undocumented': string;
|
|
25328
|
+
$ref: string;
|
|
25654
25329
|
};
|
|
25655
25330
|
ok: {
|
|
25656
25331
|
type: string;
|
|
@@ -25757,42 +25432,7 @@ declare const _default: {
|
|
|
25757
25432
|
properties: {
|
|
25758
25433
|
bridge_connected_systems: {
|
|
25759
25434
|
items: {
|
|
25760
|
-
|
|
25761
|
-
acs_system_display_name: {
|
|
25762
|
-
type: string;
|
|
25763
|
-
};
|
|
25764
|
-
acs_system_id: {
|
|
25765
|
-
format: string;
|
|
25766
|
-
type: string;
|
|
25767
|
-
};
|
|
25768
|
-
bridge_created_at: {
|
|
25769
|
-
format: string;
|
|
25770
|
-
type: string;
|
|
25771
|
-
};
|
|
25772
|
-
bridge_id: {
|
|
25773
|
-
format: string;
|
|
25774
|
-
type: string;
|
|
25775
|
-
};
|
|
25776
|
-
connected_account_created_at: {
|
|
25777
|
-
format: string;
|
|
25778
|
-
type: string;
|
|
25779
|
-
};
|
|
25780
|
-
connected_account_id: {
|
|
25781
|
-
format: string;
|
|
25782
|
-
type: string;
|
|
25783
|
-
};
|
|
25784
|
-
workspace_display_name: {
|
|
25785
|
-
type: string;
|
|
25786
|
-
};
|
|
25787
|
-
workspace_id: {
|
|
25788
|
-
format: string;
|
|
25789
|
-
type: string;
|
|
25790
|
-
};
|
|
25791
|
-
};
|
|
25792
|
-
required: string[];
|
|
25793
|
-
type: string;
|
|
25794
|
-
'x-route-path': string;
|
|
25795
|
-
'x-undocumented': string;
|
|
25435
|
+
$ref: string;
|
|
25796
25436
|
};
|
|
25797
25437
|
type: string;
|
|
25798
25438
|
};
|
|
@@ -25835,42 +25475,7 @@ declare const _default: {
|
|
|
25835
25475
|
properties: {
|
|
25836
25476
|
bridge_connected_systems: {
|
|
25837
25477
|
items: {
|
|
25838
|
-
|
|
25839
|
-
acs_system_display_name: {
|
|
25840
|
-
type: string;
|
|
25841
|
-
};
|
|
25842
|
-
acs_system_id: {
|
|
25843
|
-
format: string;
|
|
25844
|
-
type: string;
|
|
25845
|
-
};
|
|
25846
|
-
bridge_created_at: {
|
|
25847
|
-
format: string;
|
|
25848
|
-
type: string;
|
|
25849
|
-
};
|
|
25850
|
-
bridge_id: {
|
|
25851
|
-
format: string;
|
|
25852
|
-
type: string;
|
|
25853
|
-
};
|
|
25854
|
-
connected_account_created_at: {
|
|
25855
|
-
format: string;
|
|
25856
|
-
type: string;
|
|
25857
|
-
};
|
|
25858
|
-
connected_account_id: {
|
|
25859
|
-
format: string;
|
|
25860
|
-
type: string;
|
|
25861
|
-
};
|
|
25862
|
-
workspace_display_name: {
|
|
25863
|
-
type: string;
|
|
25864
|
-
};
|
|
25865
|
-
workspace_id: {
|
|
25866
|
-
format: string;
|
|
25867
|
-
type: string;
|
|
25868
|
-
};
|
|
25869
|
-
};
|
|
25870
|
-
required: string[];
|
|
25871
|
-
type: string;
|
|
25872
|
-
'x-route-path': string;
|
|
25873
|
-
'x-undocumented': string;
|
|
25478
|
+
$ref: string;
|
|
25874
25479
|
};
|
|
25875
25480
|
type: string;
|
|
25876
25481
|
};
|
|
@@ -26241,54 +25846,7 @@ declare const _default: {
|
|
|
26241
25846
|
};
|
|
26242
25847
|
partner_resources: {
|
|
26243
25848
|
items: {
|
|
26244
|
-
|
|
26245
|
-
custom_metadata: {
|
|
26246
|
-
additionalProperties: {
|
|
26247
|
-
type: string;
|
|
26248
|
-
};
|
|
26249
|
-
type: string;
|
|
26250
|
-
};
|
|
26251
|
-
customer_key: {
|
|
26252
|
-
type: string;
|
|
26253
|
-
};
|
|
26254
|
-
description: {
|
|
26255
|
-
type: string;
|
|
26256
|
-
};
|
|
26257
|
-
email_address: {
|
|
26258
|
-
type: string;
|
|
26259
|
-
};
|
|
26260
|
-
ends_at: {
|
|
26261
|
-
type: string;
|
|
26262
|
-
};
|
|
26263
|
-
location_keys: {
|
|
26264
|
-
items: {
|
|
26265
|
-
type: string;
|
|
26266
|
-
};
|
|
26267
|
-
type: string;
|
|
26268
|
-
};
|
|
26269
|
-
name: {
|
|
26270
|
-
type: string;
|
|
26271
|
-
};
|
|
26272
|
-
partner_resource_key: {
|
|
26273
|
-
type: string;
|
|
26274
|
-
};
|
|
26275
|
-
partner_resource_type: {
|
|
26276
|
-
type: string;
|
|
26277
|
-
};
|
|
26278
|
-
phone_number: {
|
|
26279
|
-
type: string;
|
|
26280
|
-
};
|
|
26281
|
-
starts_at: {
|
|
26282
|
-
type: string;
|
|
26283
|
-
};
|
|
26284
|
-
user_identity_key: {
|
|
26285
|
-
type: string;
|
|
26286
|
-
};
|
|
26287
|
-
};
|
|
26288
|
-
required: string[];
|
|
26289
|
-
type: string;
|
|
26290
|
-
'x-route-path': string;
|
|
26291
|
-
'x-undocumented': string;
|
|
25849
|
+
$ref: string;
|
|
26292
25850
|
};
|
|
26293
25851
|
type: string;
|
|
26294
25852
|
};
|
|
@@ -27593,57 +27151,7 @@ declare const _default: {
|
|
|
27593
27151
|
type: string;
|
|
27594
27152
|
};
|
|
27595
27153
|
thermostat_daily_program: {
|
|
27596
|
-
|
|
27597
|
-
properties: {
|
|
27598
|
-
created_at: {
|
|
27599
|
-
description: string;
|
|
27600
|
-
format: string;
|
|
27601
|
-
type: string;
|
|
27602
|
-
};
|
|
27603
|
-
device_id: {
|
|
27604
|
-
description: string;
|
|
27605
|
-
format: string;
|
|
27606
|
-
type: string;
|
|
27607
|
-
};
|
|
27608
|
-
name: {
|
|
27609
|
-
description: string;
|
|
27610
|
-
nullable: boolean;
|
|
27611
|
-
type: string;
|
|
27612
|
-
};
|
|
27613
|
-
periods: {
|
|
27614
|
-
description: string;
|
|
27615
|
-
items: {
|
|
27616
|
-
description: string;
|
|
27617
|
-
properties: {
|
|
27618
|
-
climate_preset_key: {
|
|
27619
|
-
description: string;
|
|
27620
|
-
type: string;
|
|
27621
|
-
};
|
|
27622
|
-
starts_at_time: {
|
|
27623
|
-
description: string;
|
|
27624
|
-
pattern: string;
|
|
27625
|
-
type: string;
|
|
27626
|
-
};
|
|
27627
|
-
};
|
|
27628
|
-
required: string[];
|
|
27629
|
-
type: string;
|
|
27630
|
-
};
|
|
27631
|
-
type: string;
|
|
27632
|
-
};
|
|
27633
|
-
thermostat_daily_program_id: {
|
|
27634
|
-
description: string;
|
|
27635
|
-
format: string;
|
|
27636
|
-
type: string;
|
|
27637
|
-
};
|
|
27638
|
-
workspace_id: {
|
|
27639
|
-
description: string;
|
|
27640
|
-
format: string;
|
|
27641
|
-
type: string;
|
|
27642
|
-
};
|
|
27643
|
-
};
|
|
27644
|
-
required: string[];
|
|
27645
|
-
type: string;
|
|
27646
|
-
'x-route-path': string;
|
|
27154
|
+
$ref: string;
|
|
27647
27155
|
};
|
|
27648
27156
|
};
|
|
27649
27157
|
required: string[];
|
|
@@ -31288,72 +30796,27 @@ declare const _default: {
|
|
|
31288
30796
|
};
|
|
31289
30797
|
name: {
|
|
31290
30798
|
description: string;
|
|
31291
|
-
type: string;
|
|
31292
|
-
};
|
|
31293
|
-
time_zone: {
|
|
31294
|
-
description: string;
|
|
31295
|
-
type: string;
|
|
31296
|
-
};
|
|
31297
|
-
};
|
|
31298
|
-
required: string[];
|
|
31299
|
-
type: string;
|
|
31300
|
-
};
|
|
31301
|
-
};
|
|
31302
|
-
};
|
|
31303
|
-
};
|
|
31304
|
-
responses: {
|
|
31305
|
-
200: {
|
|
31306
|
-
content: {
|
|
31307
|
-
'application/json': {
|
|
31308
|
-
schema: {
|
|
31309
|
-
properties: {
|
|
31310
|
-
location: {
|
|
31311
|
-
|
|
31312
|
-
created_at: {
|
|
31313
|
-
description: string;
|
|
31314
|
-
format: string;
|
|
31315
|
-
type: string;
|
|
31316
|
-
};
|
|
31317
|
-
display_name: {
|
|
31318
|
-
description: string;
|
|
31319
|
-
type: string;
|
|
31320
|
-
};
|
|
31321
|
-
geolocation: {
|
|
31322
|
-
description: string;
|
|
31323
|
-
properties: {
|
|
31324
|
-
latitude: {
|
|
31325
|
-
format: string;
|
|
31326
|
-
type: string;
|
|
31327
|
-
};
|
|
31328
|
-
longitude: {
|
|
31329
|
-
format: string;
|
|
31330
|
-
type: string;
|
|
31331
|
-
};
|
|
31332
|
-
};
|
|
31333
|
-
required: string[];
|
|
31334
|
-
type: string;
|
|
31335
|
-
};
|
|
31336
|
-
location_id: {
|
|
31337
|
-
description: string;
|
|
31338
|
-
format: string;
|
|
31339
|
-
type: string;
|
|
31340
|
-
};
|
|
31341
|
-
name: {
|
|
31342
|
-
description: string;
|
|
31343
|
-
type: string;
|
|
31344
|
-
};
|
|
31345
|
-
time_zone: {
|
|
31346
|
-
description: string;
|
|
31347
|
-
type: string;
|
|
31348
|
-
};
|
|
31349
|
-
workspace_id: {
|
|
31350
|
-
description: string;
|
|
31351
|
-
format: string;
|
|
31352
|
-
type: string;
|
|
31353
|
-
};
|
|
31354
|
-
};
|
|
31355
|
-
required: string[];
|
|
31356
|
-
type: string;
|
|
30799
|
+
type: string;
|
|
30800
|
+
};
|
|
30801
|
+
time_zone: {
|
|
30802
|
+
description: string;
|
|
30803
|
+
type: string;
|
|
30804
|
+
};
|
|
30805
|
+
};
|
|
30806
|
+
required: string[];
|
|
30807
|
+
type: string;
|
|
30808
|
+
};
|
|
30809
|
+
};
|
|
30810
|
+
};
|
|
30811
|
+
};
|
|
30812
|
+
responses: {
|
|
30813
|
+
200: {
|
|
30814
|
+
content: {
|
|
30815
|
+
'application/json': {
|
|
30816
|
+
schema: {
|
|
30817
|
+
properties: {
|
|
30818
|
+
location: {
|
|
30819
|
+
$ref: string;
|
|
31357
30820
|
};
|
|
31358
30821
|
ok: {
|
|
31359
30822
|
type: string;
|
|
@@ -31491,52 +30954,7 @@ declare const _default: {
|
|
|
31491
30954
|
schema: {
|
|
31492
30955
|
properties: {
|
|
31493
30956
|
location: {
|
|
31494
|
-
|
|
31495
|
-
created_at: {
|
|
31496
|
-
description: string;
|
|
31497
|
-
format: string;
|
|
31498
|
-
type: string;
|
|
31499
|
-
};
|
|
31500
|
-
display_name: {
|
|
31501
|
-
description: string;
|
|
31502
|
-
type: string;
|
|
31503
|
-
};
|
|
31504
|
-
geolocation: {
|
|
31505
|
-
description: string;
|
|
31506
|
-
properties: {
|
|
31507
|
-
latitude: {
|
|
31508
|
-
format: string;
|
|
31509
|
-
type: string;
|
|
31510
|
-
};
|
|
31511
|
-
longitude: {
|
|
31512
|
-
format: string;
|
|
31513
|
-
type: string;
|
|
31514
|
-
};
|
|
31515
|
-
};
|
|
31516
|
-
required: string[];
|
|
31517
|
-
type: string;
|
|
31518
|
-
};
|
|
31519
|
-
location_id: {
|
|
31520
|
-
description: string;
|
|
31521
|
-
format: string;
|
|
31522
|
-
type: string;
|
|
31523
|
-
};
|
|
31524
|
-
name: {
|
|
31525
|
-
description: string;
|
|
31526
|
-
type: string;
|
|
31527
|
-
};
|
|
31528
|
-
time_zone: {
|
|
31529
|
-
description: string;
|
|
31530
|
-
type: string;
|
|
31531
|
-
};
|
|
31532
|
-
workspace_id: {
|
|
31533
|
-
description: string;
|
|
31534
|
-
format: string;
|
|
31535
|
-
type: string;
|
|
31536
|
-
};
|
|
31537
|
-
};
|
|
31538
|
-
required: string[];
|
|
31539
|
-
type: string;
|
|
30957
|
+
$ref: string;
|
|
31540
30958
|
};
|
|
31541
30959
|
ok: {
|
|
31542
30960
|
type: string;
|
|
@@ -31591,52 +31009,7 @@ declare const _default: {
|
|
|
31591
31009
|
properties: {
|
|
31592
31010
|
locations: {
|
|
31593
31011
|
items: {
|
|
31594
|
-
|
|
31595
|
-
created_at: {
|
|
31596
|
-
description: string;
|
|
31597
|
-
format: string;
|
|
31598
|
-
type: string;
|
|
31599
|
-
};
|
|
31600
|
-
display_name: {
|
|
31601
|
-
description: string;
|
|
31602
|
-
type: string;
|
|
31603
|
-
};
|
|
31604
|
-
geolocation: {
|
|
31605
|
-
description: string;
|
|
31606
|
-
properties: {
|
|
31607
|
-
latitude: {
|
|
31608
|
-
format: string;
|
|
31609
|
-
type: string;
|
|
31610
|
-
};
|
|
31611
|
-
longitude: {
|
|
31612
|
-
format: string;
|
|
31613
|
-
type: string;
|
|
31614
|
-
};
|
|
31615
|
-
};
|
|
31616
|
-
required: string[];
|
|
31617
|
-
type: string;
|
|
31618
|
-
};
|
|
31619
|
-
location_id: {
|
|
31620
|
-
description: string;
|
|
31621
|
-
format: string;
|
|
31622
|
-
type: string;
|
|
31623
|
-
};
|
|
31624
|
-
name: {
|
|
31625
|
-
description: string;
|
|
31626
|
-
type: string;
|
|
31627
|
-
};
|
|
31628
|
-
time_zone: {
|
|
31629
|
-
description: string;
|
|
31630
|
-
type: string;
|
|
31631
|
-
};
|
|
31632
|
-
workspace_id: {
|
|
31633
|
-
description: string;
|
|
31634
|
-
format: string;
|
|
31635
|
-
type: string;
|
|
31636
|
-
};
|
|
31637
|
-
};
|
|
31638
|
-
required: string[];
|
|
31639
|
-
type: string;
|
|
31012
|
+
$ref: string;
|
|
31640
31013
|
};
|
|
31641
31014
|
type: string;
|
|
31642
31015
|
};
|
|
@@ -31689,52 +31062,7 @@ declare const _default: {
|
|
|
31689
31062
|
properties: {
|
|
31690
31063
|
locations: {
|
|
31691
31064
|
items: {
|
|
31692
|
-
|
|
31693
|
-
created_at: {
|
|
31694
|
-
description: string;
|
|
31695
|
-
format: string;
|
|
31696
|
-
type: string;
|
|
31697
|
-
};
|
|
31698
|
-
display_name: {
|
|
31699
|
-
description: string;
|
|
31700
|
-
type: string;
|
|
31701
|
-
};
|
|
31702
|
-
geolocation: {
|
|
31703
|
-
description: string;
|
|
31704
|
-
properties: {
|
|
31705
|
-
latitude: {
|
|
31706
|
-
format: string;
|
|
31707
|
-
type: string;
|
|
31708
|
-
};
|
|
31709
|
-
longitude: {
|
|
31710
|
-
format: string;
|
|
31711
|
-
type: string;
|
|
31712
|
-
};
|
|
31713
|
-
};
|
|
31714
|
-
required: string[];
|
|
31715
|
-
type: string;
|
|
31716
|
-
};
|
|
31717
|
-
location_id: {
|
|
31718
|
-
description: string;
|
|
31719
|
-
format: string;
|
|
31720
|
-
type: string;
|
|
31721
|
-
};
|
|
31722
|
-
name: {
|
|
31723
|
-
description: string;
|
|
31724
|
-
type: string;
|
|
31725
|
-
};
|
|
31726
|
-
time_zone: {
|
|
31727
|
-
description: string;
|
|
31728
|
-
type: string;
|
|
31729
|
-
};
|
|
31730
|
-
workspace_id: {
|
|
31731
|
-
description: string;
|
|
31732
|
-
format: string;
|
|
31733
|
-
type: string;
|
|
31734
|
-
};
|
|
31735
|
-
};
|
|
31736
|
-
required: string[];
|
|
31737
|
-
type: string;
|
|
31065
|
+
$ref: string;
|
|
31738
31066
|
};
|
|
31739
31067
|
type: string;
|
|
31740
31068
|
};
|
|
@@ -31980,52 +31308,7 @@ declare const _default: {
|
|
|
31980
31308
|
schema: {
|
|
31981
31309
|
properties: {
|
|
31982
31310
|
location: {
|
|
31983
|
-
|
|
31984
|
-
created_at: {
|
|
31985
|
-
description: string;
|
|
31986
|
-
format: string;
|
|
31987
|
-
type: string;
|
|
31988
|
-
};
|
|
31989
|
-
display_name: {
|
|
31990
|
-
description: string;
|
|
31991
|
-
type: string;
|
|
31992
|
-
};
|
|
31993
|
-
geolocation: {
|
|
31994
|
-
description: string;
|
|
31995
|
-
properties: {
|
|
31996
|
-
latitude: {
|
|
31997
|
-
format: string;
|
|
31998
|
-
type: string;
|
|
31999
|
-
};
|
|
32000
|
-
longitude: {
|
|
32001
|
-
format: string;
|
|
32002
|
-
type: string;
|
|
32003
|
-
};
|
|
32004
|
-
};
|
|
32005
|
-
required: string[];
|
|
32006
|
-
type: string;
|
|
32007
|
-
};
|
|
32008
|
-
location_id: {
|
|
32009
|
-
description: string;
|
|
32010
|
-
format: string;
|
|
32011
|
-
type: string;
|
|
32012
|
-
};
|
|
32013
|
-
name: {
|
|
32014
|
-
description: string;
|
|
32015
|
-
type: string;
|
|
32016
|
-
};
|
|
32017
|
-
time_zone: {
|
|
32018
|
-
description: string;
|
|
32019
|
-
type: string;
|
|
32020
|
-
};
|
|
32021
|
-
workspace_id: {
|
|
32022
|
-
description: string;
|
|
32023
|
-
format: string;
|
|
32024
|
-
type: string;
|
|
32025
|
-
};
|
|
32026
|
-
};
|
|
32027
|
-
required: string[];
|
|
32028
|
-
type: string;
|
|
31311
|
+
$ref: string;
|
|
32029
31312
|
};
|
|
32030
31313
|
ok: {
|
|
32031
31314
|
type: string;
|
|
@@ -32115,52 +31398,7 @@ declare const _default: {
|
|
|
32115
31398
|
schema: {
|
|
32116
31399
|
properties: {
|
|
32117
31400
|
location: {
|
|
32118
|
-
|
|
32119
|
-
created_at: {
|
|
32120
|
-
description: string;
|
|
32121
|
-
format: string;
|
|
32122
|
-
type: string;
|
|
32123
|
-
};
|
|
32124
|
-
display_name: {
|
|
32125
|
-
description: string;
|
|
32126
|
-
type: string;
|
|
32127
|
-
};
|
|
32128
|
-
geolocation: {
|
|
32129
|
-
description: string;
|
|
32130
|
-
properties: {
|
|
32131
|
-
latitude: {
|
|
32132
|
-
format: string;
|
|
32133
|
-
type: string;
|
|
32134
|
-
};
|
|
32135
|
-
longitude: {
|
|
32136
|
-
format: string;
|
|
32137
|
-
type: string;
|
|
32138
|
-
};
|
|
32139
|
-
};
|
|
32140
|
-
required: string[];
|
|
32141
|
-
type: string;
|
|
32142
|
-
};
|
|
32143
|
-
location_id: {
|
|
32144
|
-
description: string;
|
|
32145
|
-
format: string;
|
|
32146
|
-
type: string;
|
|
32147
|
-
};
|
|
32148
|
-
name: {
|
|
32149
|
-
description: string;
|
|
32150
|
-
type: string;
|
|
32151
|
-
};
|
|
32152
|
-
time_zone: {
|
|
32153
|
-
description: string;
|
|
32154
|
-
type: string;
|
|
32155
|
-
};
|
|
32156
|
-
workspace_id: {
|
|
32157
|
-
description: string;
|
|
32158
|
-
format: string;
|
|
32159
|
-
type: string;
|
|
32160
|
-
};
|
|
32161
|
-
};
|
|
32162
|
-
required: string[];
|
|
32163
|
-
type: string;
|
|
31401
|
+
$ref: string;
|
|
32164
31402
|
};
|
|
32165
31403
|
ok: {
|
|
32166
31404
|
type: string;
|
|
@@ -33201,34 +32439,7 @@ declare const _default: {
|
|
|
33201
32439
|
schema: {
|
|
33202
32440
|
properties: {
|
|
33203
32441
|
enrollment_automation: {
|
|
33204
|
-
|
|
33205
|
-
acs_credential_provisioning_automation_id: {
|
|
33206
|
-
format: string;
|
|
33207
|
-
type: string;
|
|
33208
|
-
};
|
|
33209
|
-
created_at: {
|
|
33210
|
-
format: string;
|
|
33211
|
-
type: string;
|
|
33212
|
-
};
|
|
33213
|
-
credential_manager_acs_system_id: {
|
|
33214
|
-
format: string;
|
|
33215
|
-
type: string;
|
|
33216
|
-
};
|
|
33217
|
-
enrollment_automation_id: {
|
|
33218
|
-
format: string;
|
|
33219
|
-
type: string;
|
|
33220
|
-
};
|
|
33221
|
-
user_identity_id: {
|
|
33222
|
-
format: string;
|
|
33223
|
-
type: string;
|
|
33224
|
-
};
|
|
33225
|
-
workspace_id: {
|
|
33226
|
-
format: string;
|
|
33227
|
-
type: string;
|
|
33228
|
-
};
|
|
33229
|
-
};
|
|
33230
|
-
required: string[];
|
|
33231
|
-
type: string;
|
|
32442
|
+
$ref: string;
|
|
33232
32443
|
};
|
|
33233
32444
|
ok: {
|
|
33234
32445
|
type: string;
|