@seamapi/types 1.413.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 +381 -1131
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +506 -1136
- 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 +16 -14
- package/lib/seam/connect/models/phones/phone-session.js +4 -0
- 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/models/user-identities/user-identity.d.ts +73 -0
- package/lib/seam/connect/models/user-identities/user-identity.js +40 -0
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +437 -1168
- package/lib/seam/connect/openapi.js +355 -1133
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +63 -4
- 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 +4 -0
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -1
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +60 -0
- package/src/lib/seam/connect/openapi.ts +408 -1241
- package/src/lib/seam/connect/route-types.ts +63 -4
|
@@ -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,8 +9346,7 @@ declare const _default: {
|
|
|
9075
9346
|
type: string;
|
|
9076
9347
|
};
|
|
9077
9348
|
acs_credential_id: {
|
|
9078
|
-
|
|
9079
|
-
format: string;
|
|
9349
|
+
nullable: boolean;
|
|
9080
9350
|
type: string;
|
|
9081
9351
|
};
|
|
9082
9352
|
acs_credential_pool_id: {
|
|
@@ -9541,13 +9811,9 @@ declare const _default: {
|
|
|
9541
9811
|
'x-draft': string;
|
|
9542
9812
|
'x-route-path': string;
|
|
9543
9813
|
};
|
|
9544
|
-
|
|
9814
|
+
thermostat_daily_program: {
|
|
9545
9815
|
description: string;
|
|
9546
9816
|
properties: {
|
|
9547
|
-
climate_preset_key: {
|
|
9548
|
-
description: string;
|
|
9549
|
-
type: string;
|
|
9550
|
-
};
|
|
9551
9817
|
created_at: {
|
|
9552
9818
|
description: string;
|
|
9553
9819
|
format: string;
|
|
@@ -9558,21 +9824,23 @@ declare const _default: {
|
|
|
9558
9824
|
format: string;
|
|
9559
9825
|
type: string;
|
|
9560
9826
|
};
|
|
9561
|
-
|
|
9827
|
+
name: {
|
|
9562
9828
|
description: string;
|
|
9563
|
-
|
|
9829
|
+
nullable: boolean;
|
|
9564
9830
|
type: string;
|
|
9565
9831
|
};
|
|
9566
|
-
|
|
9832
|
+
periods: {
|
|
9567
9833
|
description: string;
|
|
9568
9834
|
items: {
|
|
9835
|
+
description: string;
|
|
9569
9836
|
properties: {
|
|
9570
|
-
|
|
9837
|
+
climate_preset_key: {
|
|
9571
9838
|
description: string;
|
|
9572
9839
|
type: string;
|
|
9573
9840
|
};
|
|
9574
|
-
|
|
9841
|
+
starts_at_time: {
|
|
9575
9842
|
description: string;
|
|
9843
|
+
pattern: string;
|
|
9576
9844
|
type: string;
|
|
9577
9845
|
};
|
|
9578
9846
|
};
|
|
@@ -9581,18 +9849,73 @@ declare const _default: {
|
|
|
9581
9849
|
};
|
|
9582
9850
|
type: string;
|
|
9583
9851
|
};
|
|
9584
|
-
|
|
9852
|
+
thermostat_daily_program_id: {
|
|
9585
9853
|
description: string;
|
|
9854
|
+
format: string;
|
|
9586
9855
|
type: string;
|
|
9587
9856
|
};
|
|
9588
|
-
|
|
9857
|
+
workspace_id: {
|
|
9589
9858
|
description: string;
|
|
9590
|
-
|
|
9591
|
-
minimum: number;
|
|
9592
|
-
nullable: boolean;
|
|
9859
|
+
format: string;
|
|
9593
9860
|
type: string;
|
|
9594
9861
|
};
|
|
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: {
|
|
9596
9919
|
description: string;
|
|
9597
9920
|
nullable: boolean;
|
|
9598
9921
|
type: string;
|
|
@@ -11027,6 +11350,25 @@ declare const _default: {
|
|
|
11027
11350
|
nullable: boolean;
|
|
11028
11351
|
type: string;
|
|
11029
11352
|
};
|
|
11353
|
+
errors: {
|
|
11354
|
+
description: string;
|
|
11355
|
+
items: {
|
|
11356
|
+
properties: {
|
|
11357
|
+
created_at: {
|
|
11358
|
+
description: string;
|
|
11359
|
+
format: string;
|
|
11360
|
+
type: string;
|
|
11361
|
+
};
|
|
11362
|
+
message: {
|
|
11363
|
+
description: string;
|
|
11364
|
+
type: string;
|
|
11365
|
+
};
|
|
11366
|
+
};
|
|
11367
|
+
required: string[];
|
|
11368
|
+
type: string;
|
|
11369
|
+
};
|
|
11370
|
+
type: string;
|
|
11371
|
+
};
|
|
11030
11372
|
full_name: {
|
|
11031
11373
|
minLength: number;
|
|
11032
11374
|
nullable: boolean;
|
|
@@ -11048,6 +11390,37 @@ declare const _default: {
|
|
|
11048
11390
|
nullable: boolean;
|
|
11049
11391
|
type: string;
|
|
11050
11392
|
};
|
|
11393
|
+
warnings: {
|
|
11394
|
+
description: string;
|
|
11395
|
+
items: {
|
|
11396
|
+
description: string;
|
|
11397
|
+
discriminator: {
|
|
11398
|
+
propertyName: string;
|
|
11399
|
+
};
|
|
11400
|
+
oneOf: {
|
|
11401
|
+
description: string;
|
|
11402
|
+
properties: {
|
|
11403
|
+
created_at: {
|
|
11404
|
+
description: string;
|
|
11405
|
+
format: string;
|
|
11406
|
+
type: string;
|
|
11407
|
+
};
|
|
11408
|
+
message: {
|
|
11409
|
+
description: string;
|
|
11410
|
+
type: string;
|
|
11411
|
+
};
|
|
11412
|
+
warning_code: {
|
|
11413
|
+
description: string;
|
|
11414
|
+
enum: string[];
|
|
11415
|
+
type: string;
|
|
11416
|
+
};
|
|
11417
|
+
};
|
|
11418
|
+
required: string[];
|
|
11419
|
+
type: string;
|
|
11420
|
+
}[];
|
|
11421
|
+
};
|
|
11422
|
+
type: string;
|
|
11423
|
+
};
|
|
11051
11424
|
workspace_id: {
|
|
11052
11425
|
description: string;
|
|
11053
11426
|
format: string;
|
|
@@ -17379,6 +17752,16 @@ declare const _default: {
|
|
|
17379
17752
|
'application/json': {
|
|
17380
17753
|
schema: {
|
|
17381
17754
|
properties: {
|
|
17755
|
+
access_grant_id: {
|
|
17756
|
+
description: string;
|
|
17757
|
+
format: string;
|
|
17758
|
+
type: string;
|
|
17759
|
+
};
|
|
17760
|
+
access_method_id: {
|
|
17761
|
+
description: string;
|
|
17762
|
+
format: string;
|
|
17763
|
+
type: string;
|
|
17764
|
+
};
|
|
17382
17765
|
acs_credential_id: {
|
|
17383
17766
|
description: string;
|
|
17384
17767
|
format: string;
|
|
@@ -24770,137 +25153,7 @@ declare const _default: {
|
|
|
24770
25153
|
schema: {
|
|
24771
25154
|
properties: {
|
|
24772
25155
|
bridge_client_session: {
|
|
24773
|
-
|
|
24774
|
-
bridge_client_machine_identifier_key: {
|
|
24775
|
-
type: string;
|
|
24776
|
-
};
|
|
24777
|
-
bridge_client_name: {
|
|
24778
|
-
type: string;
|
|
24779
|
-
};
|
|
24780
|
-
bridge_client_session_id: {
|
|
24781
|
-
format: string;
|
|
24782
|
-
type: string;
|
|
24783
|
-
};
|
|
24784
|
-
bridge_client_session_token: {
|
|
24785
|
-
type: string;
|
|
24786
|
-
};
|
|
24787
|
-
bridge_client_time_zone: {
|
|
24788
|
-
type: string;
|
|
24789
|
-
};
|
|
24790
|
-
created_at: {
|
|
24791
|
-
format: string;
|
|
24792
|
-
type: string;
|
|
24793
|
-
};
|
|
24794
|
-
errors: {
|
|
24795
|
-
items: {
|
|
24796
|
-
description: string;
|
|
24797
|
-
discriminator: {
|
|
24798
|
-
propertyName: string;
|
|
24799
|
-
};
|
|
24800
|
-
oneOf: ({
|
|
24801
|
-
description: string;
|
|
24802
|
-
properties: {
|
|
24803
|
-
can_tailscale_proxy_reach_bridge: {
|
|
24804
|
-
description: string;
|
|
24805
|
-
nullable: boolean;
|
|
24806
|
-
type: string;
|
|
24807
|
-
};
|
|
24808
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
24809
|
-
description: string;
|
|
24810
|
-
nullable: boolean;
|
|
24811
|
-
type: string;
|
|
24812
|
-
};
|
|
24813
|
-
created_at: {
|
|
24814
|
-
format: string;
|
|
24815
|
-
type: string;
|
|
24816
|
-
};
|
|
24817
|
-
error_code: {
|
|
24818
|
-
description: string;
|
|
24819
|
-
enum: string[];
|
|
24820
|
-
type: string;
|
|
24821
|
-
};
|
|
24822
|
-
is_bridge_socks_server_healthy: {
|
|
24823
|
-
description: string;
|
|
24824
|
-
nullable: boolean;
|
|
24825
|
-
type: string;
|
|
24826
|
-
};
|
|
24827
|
-
is_tailscale_proxy_reachable: {
|
|
24828
|
-
description: string;
|
|
24829
|
-
nullable: boolean;
|
|
24830
|
-
type: string;
|
|
24831
|
-
};
|
|
24832
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
24833
|
-
description: string;
|
|
24834
|
-
nullable: boolean;
|
|
24835
|
-
type: string;
|
|
24836
|
-
};
|
|
24837
|
-
message: {
|
|
24838
|
-
type: string;
|
|
24839
|
-
};
|
|
24840
|
-
};
|
|
24841
|
-
required: string[];
|
|
24842
|
-
type: string;
|
|
24843
|
-
} | {
|
|
24844
|
-
description: string;
|
|
24845
|
-
properties: {
|
|
24846
|
-
created_at: {
|
|
24847
|
-
format: string;
|
|
24848
|
-
type: string;
|
|
24849
|
-
};
|
|
24850
|
-
error_code: {
|
|
24851
|
-
description: string;
|
|
24852
|
-
enum: string[];
|
|
24853
|
-
type: string;
|
|
24854
|
-
};
|
|
24855
|
-
message: {
|
|
24856
|
-
type: string;
|
|
24857
|
-
};
|
|
24858
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
24859
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
24860
|
-
is_bridge_socks_server_healthy?: never;
|
|
24861
|
-
is_tailscale_proxy_reachable?: never;
|
|
24862
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
24863
|
-
};
|
|
24864
|
-
required: string[];
|
|
24865
|
-
type: string;
|
|
24866
|
-
})[];
|
|
24867
|
-
};
|
|
24868
|
-
type: string;
|
|
24869
|
-
};
|
|
24870
|
-
pairing_code: {
|
|
24871
|
-
maxLength: number;
|
|
24872
|
-
minLength: number;
|
|
24873
|
-
type: string;
|
|
24874
|
-
};
|
|
24875
|
-
pairing_code_expires_at: {
|
|
24876
|
-
format: string;
|
|
24877
|
-
type: string;
|
|
24878
|
-
};
|
|
24879
|
-
tailscale_auth_key: {
|
|
24880
|
-
nullable: boolean;
|
|
24881
|
-
type: string;
|
|
24882
|
-
};
|
|
24883
|
-
tailscale_hostname: {
|
|
24884
|
-
type: string;
|
|
24885
|
-
};
|
|
24886
|
-
telemetry_token: {
|
|
24887
|
-
nullable: boolean;
|
|
24888
|
-
type: string;
|
|
24889
|
-
};
|
|
24890
|
-
telemetry_token_expires_at: {
|
|
24891
|
-
format: string;
|
|
24892
|
-
nullable: boolean;
|
|
24893
|
-
type: string;
|
|
24894
|
-
};
|
|
24895
|
-
telemetry_url: {
|
|
24896
|
-
nullable: boolean;
|
|
24897
|
-
type: string;
|
|
24898
|
-
};
|
|
24899
|
-
};
|
|
24900
|
-
required: string[];
|
|
24901
|
-
type: string;
|
|
24902
|
-
'x-route-path': string;
|
|
24903
|
-
'x-undocumented': string;
|
|
25156
|
+
$ref: string;
|
|
24904
25157
|
};
|
|
24905
25158
|
ok: {
|
|
24906
25159
|
type: string;
|
|
@@ -24944,137 +25197,7 @@ declare const _default: {
|
|
|
24944
25197
|
schema: {
|
|
24945
25198
|
properties: {
|
|
24946
25199
|
bridge_client_session: {
|
|
24947
|
-
|
|
24948
|
-
bridge_client_machine_identifier_key: {
|
|
24949
|
-
type: string;
|
|
24950
|
-
};
|
|
24951
|
-
bridge_client_name: {
|
|
24952
|
-
type: string;
|
|
24953
|
-
};
|
|
24954
|
-
bridge_client_session_id: {
|
|
24955
|
-
format: string;
|
|
24956
|
-
type: string;
|
|
24957
|
-
};
|
|
24958
|
-
bridge_client_session_token: {
|
|
24959
|
-
type: string;
|
|
24960
|
-
};
|
|
24961
|
-
bridge_client_time_zone: {
|
|
24962
|
-
type: string;
|
|
24963
|
-
};
|
|
24964
|
-
created_at: {
|
|
24965
|
-
format: string;
|
|
24966
|
-
type: string;
|
|
24967
|
-
};
|
|
24968
|
-
errors: {
|
|
24969
|
-
items: {
|
|
24970
|
-
description: string;
|
|
24971
|
-
discriminator: {
|
|
24972
|
-
propertyName: string;
|
|
24973
|
-
};
|
|
24974
|
-
oneOf: ({
|
|
24975
|
-
description: string;
|
|
24976
|
-
properties: {
|
|
24977
|
-
can_tailscale_proxy_reach_bridge: {
|
|
24978
|
-
description: string;
|
|
24979
|
-
nullable: boolean;
|
|
24980
|
-
type: string;
|
|
24981
|
-
};
|
|
24982
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
24983
|
-
description: string;
|
|
24984
|
-
nullable: boolean;
|
|
24985
|
-
type: string;
|
|
24986
|
-
};
|
|
24987
|
-
created_at: {
|
|
24988
|
-
format: string;
|
|
24989
|
-
type: string;
|
|
24990
|
-
};
|
|
24991
|
-
error_code: {
|
|
24992
|
-
description: string;
|
|
24993
|
-
enum: string[];
|
|
24994
|
-
type: string;
|
|
24995
|
-
};
|
|
24996
|
-
is_bridge_socks_server_healthy: {
|
|
24997
|
-
description: string;
|
|
24998
|
-
nullable: boolean;
|
|
24999
|
-
type: string;
|
|
25000
|
-
};
|
|
25001
|
-
is_tailscale_proxy_reachable: {
|
|
25002
|
-
description: string;
|
|
25003
|
-
nullable: boolean;
|
|
25004
|
-
type: string;
|
|
25005
|
-
};
|
|
25006
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25007
|
-
description: string;
|
|
25008
|
-
nullable: boolean;
|
|
25009
|
-
type: string;
|
|
25010
|
-
};
|
|
25011
|
-
message: {
|
|
25012
|
-
type: string;
|
|
25013
|
-
};
|
|
25014
|
-
};
|
|
25015
|
-
required: string[];
|
|
25016
|
-
type: string;
|
|
25017
|
-
} | {
|
|
25018
|
-
description: string;
|
|
25019
|
-
properties: {
|
|
25020
|
-
created_at: {
|
|
25021
|
-
format: string;
|
|
25022
|
-
type: string;
|
|
25023
|
-
};
|
|
25024
|
-
error_code: {
|
|
25025
|
-
description: string;
|
|
25026
|
-
enum: string[];
|
|
25027
|
-
type: string;
|
|
25028
|
-
};
|
|
25029
|
-
message: {
|
|
25030
|
-
type: string;
|
|
25031
|
-
};
|
|
25032
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25033
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25034
|
-
is_bridge_socks_server_healthy?: never;
|
|
25035
|
-
is_tailscale_proxy_reachable?: never;
|
|
25036
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25037
|
-
};
|
|
25038
|
-
required: string[];
|
|
25039
|
-
type: string;
|
|
25040
|
-
})[];
|
|
25041
|
-
};
|
|
25042
|
-
type: string;
|
|
25043
|
-
};
|
|
25044
|
-
pairing_code: {
|
|
25045
|
-
maxLength: number;
|
|
25046
|
-
minLength: number;
|
|
25047
|
-
type: string;
|
|
25048
|
-
};
|
|
25049
|
-
pairing_code_expires_at: {
|
|
25050
|
-
format: string;
|
|
25051
|
-
type: string;
|
|
25052
|
-
};
|
|
25053
|
-
tailscale_auth_key: {
|
|
25054
|
-
nullable: boolean;
|
|
25055
|
-
type: string;
|
|
25056
|
-
};
|
|
25057
|
-
tailscale_hostname: {
|
|
25058
|
-
type: string;
|
|
25059
|
-
};
|
|
25060
|
-
telemetry_token: {
|
|
25061
|
-
nullable: boolean;
|
|
25062
|
-
type: string;
|
|
25063
|
-
};
|
|
25064
|
-
telemetry_token_expires_at: {
|
|
25065
|
-
format: string;
|
|
25066
|
-
nullable: boolean;
|
|
25067
|
-
type: string;
|
|
25068
|
-
};
|
|
25069
|
-
telemetry_url: {
|
|
25070
|
-
nullable: boolean;
|
|
25071
|
-
type: string;
|
|
25072
|
-
};
|
|
25073
|
-
};
|
|
25074
|
-
required: string[];
|
|
25075
|
-
type: string;
|
|
25076
|
-
'x-route-path': string;
|
|
25077
|
-
'x-undocumented': string;
|
|
25200
|
+
$ref: string;
|
|
25078
25201
|
};
|
|
25079
25202
|
ok: {
|
|
25080
25203
|
type: string;
|
|
@@ -25114,137 +25237,7 @@ declare const _default: {
|
|
|
25114
25237
|
schema: {
|
|
25115
25238
|
properties: {
|
|
25116
25239
|
bridge_client_session: {
|
|
25117
|
-
|
|
25118
|
-
bridge_client_machine_identifier_key: {
|
|
25119
|
-
type: string;
|
|
25120
|
-
};
|
|
25121
|
-
bridge_client_name: {
|
|
25122
|
-
type: string;
|
|
25123
|
-
};
|
|
25124
|
-
bridge_client_session_id: {
|
|
25125
|
-
format: string;
|
|
25126
|
-
type: string;
|
|
25127
|
-
};
|
|
25128
|
-
bridge_client_session_token: {
|
|
25129
|
-
type: string;
|
|
25130
|
-
};
|
|
25131
|
-
bridge_client_time_zone: {
|
|
25132
|
-
type: string;
|
|
25133
|
-
};
|
|
25134
|
-
created_at: {
|
|
25135
|
-
format: string;
|
|
25136
|
-
type: string;
|
|
25137
|
-
};
|
|
25138
|
-
errors: {
|
|
25139
|
-
items: {
|
|
25140
|
-
description: string;
|
|
25141
|
-
discriminator: {
|
|
25142
|
-
propertyName: string;
|
|
25143
|
-
};
|
|
25144
|
-
oneOf: ({
|
|
25145
|
-
description: string;
|
|
25146
|
-
properties: {
|
|
25147
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25148
|
-
description: string;
|
|
25149
|
-
nullable: boolean;
|
|
25150
|
-
type: string;
|
|
25151
|
-
};
|
|
25152
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25153
|
-
description: string;
|
|
25154
|
-
nullable: boolean;
|
|
25155
|
-
type: string;
|
|
25156
|
-
};
|
|
25157
|
-
created_at: {
|
|
25158
|
-
format: string;
|
|
25159
|
-
type: string;
|
|
25160
|
-
};
|
|
25161
|
-
error_code: {
|
|
25162
|
-
description: string;
|
|
25163
|
-
enum: string[];
|
|
25164
|
-
type: string;
|
|
25165
|
-
};
|
|
25166
|
-
is_bridge_socks_server_healthy: {
|
|
25167
|
-
description: string;
|
|
25168
|
-
nullable: boolean;
|
|
25169
|
-
type: string;
|
|
25170
|
-
};
|
|
25171
|
-
is_tailscale_proxy_reachable: {
|
|
25172
|
-
description: string;
|
|
25173
|
-
nullable: boolean;
|
|
25174
|
-
type: string;
|
|
25175
|
-
};
|
|
25176
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25177
|
-
description: string;
|
|
25178
|
-
nullable: boolean;
|
|
25179
|
-
type: string;
|
|
25180
|
-
};
|
|
25181
|
-
message: {
|
|
25182
|
-
type: string;
|
|
25183
|
-
};
|
|
25184
|
-
};
|
|
25185
|
-
required: string[];
|
|
25186
|
-
type: string;
|
|
25187
|
-
} | {
|
|
25188
|
-
description: string;
|
|
25189
|
-
properties: {
|
|
25190
|
-
created_at: {
|
|
25191
|
-
format: string;
|
|
25192
|
-
type: string;
|
|
25193
|
-
};
|
|
25194
|
-
error_code: {
|
|
25195
|
-
description: string;
|
|
25196
|
-
enum: string[];
|
|
25197
|
-
type: string;
|
|
25198
|
-
};
|
|
25199
|
-
message: {
|
|
25200
|
-
type: string;
|
|
25201
|
-
};
|
|
25202
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25203
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25204
|
-
is_bridge_socks_server_healthy?: never;
|
|
25205
|
-
is_tailscale_proxy_reachable?: never;
|
|
25206
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25207
|
-
};
|
|
25208
|
-
required: string[];
|
|
25209
|
-
type: string;
|
|
25210
|
-
})[];
|
|
25211
|
-
};
|
|
25212
|
-
type: string;
|
|
25213
|
-
};
|
|
25214
|
-
pairing_code: {
|
|
25215
|
-
maxLength: number;
|
|
25216
|
-
minLength: number;
|
|
25217
|
-
type: string;
|
|
25218
|
-
};
|
|
25219
|
-
pairing_code_expires_at: {
|
|
25220
|
-
format: string;
|
|
25221
|
-
type: string;
|
|
25222
|
-
};
|
|
25223
|
-
tailscale_auth_key: {
|
|
25224
|
-
nullable: boolean;
|
|
25225
|
-
type: string;
|
|
25226
|
-
};
|
|
25227
|
-
tailscale_hostname: {
|
|
25228
|
-
type: string;
|
|
25229
|
-
};
|
|
25230
|
-
telemetry_token: {
|
|
25231
|
-
nullable: boolean;
|
|
25232
|
-
type: string;
|
|
25233
|
-
};
|
|
25234
|
-
telemetry_token_expires_at: {
|
|
25235
|
-
format: string;
|
|
25236
|
-
nullable: boolean;
|
|
25237
|
-
type: string;
|
|
25238
|
-
};
|
|
25239
|
-
telemetry_url: {
|
|
25240
|
-
nullable: boolean;
|
|
25241
|
-
type: string;
|
|
25242
|
-
};
|
|
25243
|
-
};
|
|
25244
|
-
required: string[];
|
|
25245
|
-
type: string;
|
|
25246
|
-
'x-route-path': string;
|
|
25247
|
-
'x-undocumented': string;
|
|
25240
|
+
$ref: string;
|
|
25248
25241
|
};
|
|
25249
25242
|
ok: {
|
|
25250
25243
|
type: string;
|
|
@@ -25288,137 +25281,7 @@ declare const _default: {
|
|
|
25288
25281
|
schema: {
|
|
25289
25282
|
properties: {
|
|
25290
25283
|
bridge_client_session: {
|
|
25291
|
-
|
|
25292
|
-
bridge_client_machine_identifier_key: {
|
|
25293
|
-
type: string;
|
|
25294
|
-
};
|
|
25295
|
-
bridge_client_name: {
|
|
25296
|
-
type: string;
|
|
25297
|
-
};
|
|
25298
|
-
bridge_client_session_id: {
|
|
25299
|
-
format: string;
|
|
25300
|
-
type: string;
|
|
25301
|
-
};
|
|
25302
|
-
bridge_client_session_token: {
|
|
25303
|
-
type: string;
|
|
25304
|
-
};
|
|
25305
|
-
bridge_client_time_zone: {
|
|
25306
|
-
type: string;
|
|
25307
|
-
};
|
|
25308
|
-
created_at: {
|
|
25309
|
-
format: string;
|
|
25310
|
-
type: string;
|
|
25311
|
-
};
|
|
25312
|
-
errors: {
|
|
25313
|
-
items: {
|
|
25314
|
-
description: string;
|
|
25315
|
-
discriminator: {
|
|
25316
|
-
propertyName: string;
|
|
25317
|
-
};
|
|
25318
|
-
oneOf: ({
|
|
25319
|
-
description: string;
|
|
25320
|
-
properties: {
|
|
25321
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25322
|
-
description: string;
|
|
25323
|
-
nullable: boolean;
|
|
25324
|
-
type: string;
|
|
25325
|
-
};
|
|
25326
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25327
|
-
description: string;
|
|
25328
|
-
nullable: boolean;
|
|
25329
|
-
type: string;
|
|
25330
|
-
};
|
|
25331
|
-
created_at: {
|
|
25332
|
-
format: string;
|
|
25333
|
-
type: string;
|
|
25334
|
-
};
|
|
25335
|
-
error_code: {
|
|
25336
|
-
description: string;
|
|
25337
|
-
enum: string[];
|
|
25338
|
-
type: string;
|
|
25339
|
-
};
|
|
25340
|
-
is_bridge_socks_server_healthy: {
|
|
25341
|
-
description: string;
|
|
25342
|
-
nullable: boolean;
|
|
25343
|
-
type: string;
|
|
25344
|
-
};
|
|
25345
|
-
is_tailscale_proxy_reachable: {
|
|
25346
|
-
description: string;
|
|
25347
|
-
nullable: boolean;
|
|
25348
|
-
type: string;
|
|
25349
|
-
};
|
|
25350
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25351
|
-
description: string;
|
|
25352
|
-
nullable: boolean;
|
|
25353
|
-
type: string;
|
|
25354
|
-
};
|
|
25355
|
-
message: {
|
|
25356
|
-
type: string;
|
|
25357
|
-
};
|
|
25358
|
-
};
|
|
25359
|
-
required: string[];
|
|
25360
|
-
type: string;
|
|
25361
|
-
} | {
|
|
25362
|
-
description: string;
|
|
25363
|
-
properties: {
|
|
25364
|
-
created_at: {
|
|
25365
|
-
format: string;
|
|
25366
|
-
type: string;
|
|
25367
|
-
};
|
|
25368
|
-
error_code: {
|
|
25369
|
-
description: string;
|
|
25370
|
-
enum: string[];
|
|
25371
|
-
type: string;
|
|
25372
|
-
};
|
|
25373
|
-
message: {
|
|
25374
|
-
type: string;
|
|
25375
|
-
};
|
|
25376
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25377
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25378
|
-
is_bridge_socks_server_healthy?: never;
|
|
25379
|
-
is_tailscale_proxy_reachable?: never;
|
|
25380
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25381
|
-
};
|
|
25382
|
-
required: string[];
|
|
25383
|
-
type: string;
|
|
25384
|
-
})[];
|
|
25385
|
-
};
|
|
25386
|
-
type: string;
|
|
25387
|
-
};
|
|
25388
|
-
pairing_code: {
|
|
25389
|
-
maxLength: number;
|
|
25390
|
-
minLength: number;
|
|
25391
|
-
type: string;
|
|
25392
|
-
};
|
|
25393
|
-
pairing_code_expires_at: {
|
|
25394
|
-
format: string;
|
|
25395
|
-
type: string;
|
|
25396
|
-
};
|
|
25397
|
-
tailscale_auth_key: {
|
|
25398
|
-
nullable: boolean;
|
|
25399
|
-
type: string;
|
|
25400
|
-
};
|
|
25401
|
-
tailscale_hostname: {
|
|
25402
|
-
type: string;
|
|
25403
|
-
};
|
|
25404
|
-
telemetry_token: {
|
|
25405
|
-
nullable: boolean;
|
|
25406
|
-
type: string;
|
|
25407
|
-
};
|
|
25408
|
-
telemetry_token_expires_at: {
|
|
25409
|
-
format: string;
|
|
25410
|
-
nullable: boolean;
|
|
25411
|
-
type: string;
|
|
25412
|
-
};
|
|
25413
|
-
telemetry_url: {
|
|
25414
|
-
nullable: boolean;
|
|
25415
|
-
type: string;
|
|
25416
|
-
};
|
|
25417
|
-
};
|
|
25418
|
-
required: string[];
|
|
25419
|
-
type: string;
|
|
25420
|
-
'x-route-path': string;
|
|
25421
|
-
'x-undocumented': string;
|
|
25284
|
+
$ref: string;
|
|
25422
25285
|
};
|
|
25423
25286
|
ok: {
|
|
25424
25287
|
type: string;
|
|
@@ -25462,137 +25325,7 @@ declare const _default: {
|
|
|
25462
25325
|
schema: {
|
|
25463
25326
|
properties: {
|
|
25464
25327
|
bridge_client_session: {
|
|
25465
|
-
|
|
25466
|
-
bridge_client_machine_identifier_key: {
|
|
25467
|
-
type: string;
|
|
25468
|
-
};
|
|
25469
|
-
bridge_client_name: {
|
|
25470
|
-
type: string;
|
|
25471
|
-
};
|
|
25472
|
-
bridge_client_session_id: {
|
|
25473
|
-
format: string;
|
|
25474
|
-
type: string;
|
|
25475
|
-
};
|
|
25476
|
-
bridge_client_session_token: {
|
|
25477
|
-
type: string;
|
|
25478
|
-
};
|
|
25479
|
-
bridge_client_time_zone: {
|
|
25480
|
-
type: string;
|
|
25481
|
-
};
|
|
25482
|
-
created_at: {
|
|
25483
|
-
format: string;
|
|
25484
|
-
type: string;
|
|
25485
|
-
};
|
|
25486
|
-
errors: {
|
|
25487
|
-
items: {
|
|
25488
|
-
description: string;
|
|
25489
|
-
discriminator: {
|
|
25490
|
-
propertyName: string;
|
|
25491
|
-
};
|
|
25492
|
-
oneOf: ({
|
|
25493
|
-
description: string;
|
|
25494
|
-
properties: {
|
|
25495
|
-
can_tailscale_proxy_reach_bridge: {
|
|
25496
|
-
description: string;
|
|
25497
|
-
nullable: boolean;
|
|
25498
|
-
type: string;
|
|
25499
|
-
};
|
|
25500
|
-
can_tailscale_proxy_reach_tailscale_network: {
|
|
25501
|
-
description: string;
|
|
25502
|
-
nullable: boolean;
|
|
25503
|
-
type: string;
|
|
25504
|
-
};
|
|
25505
|
-
created_at: {
|
|
25506
|
-
format: string;
|
|
25507
|
-
type: string;
|
|
25508
|
-
};
|
|
25509
|
-
error_code: {
|
|
25510
|
-
description: string;
|
|
25511
|
-
enum: string[];
|
|
25512
|
-
type: string;
|
|
25513
|
-
};
|
|
25514
|
-
is_bridge_socks_server_healthy: {
|
|
25515
|
-
description: string;
|
|
25516
|
-
nullable: boolean;
|
|
25517
|
-
type: string;
|
|
25518
|
-
};
|
|
25519
|
-
is_tailscale_proxy_reachable: {
|
|
25520
|
-
description: string;
|
|
25521
|
-
nullable: boolean;
|
|
25522
|
-
type: string;
|
|
25523
|
-
};
|
|
25524
|
-
is_tailscale_proxy_socks_server_healthy: {
|
|
25525
|
-
description: string;
|
|
25526
|
-
nullable: boolean;
|
|
25527
|
-
type: string;
|
|
25528
|
-
};
|
|
25529
|
-
message: {
|
|
25530
|
-
type: string;
|
|
25531
|
-
};
|
|
25532
|
-
};
|
|
25533
|
-
required: string[];
|
|
25534
|
-
type: string;
|
|
25535
|
-
} | {
|
|
25536
|
-
description: string;
|
|
25537
|
-
properties: {
|
|
25538
|
-
created_at: {
|
|
25539
|
-
format: string;
|
|
25540
|
-
type: string;
|
|
25541
|
-
};
|
|
25542
|
-
error_code: {
|
|
25543
|
-
description: string;
|
|
25544
|
-
enum: string[];
|
|
25545
|
-
type: string;
|
|
25546
|
-
};
|
|
25547
|
-
message: {
|
|
25548
|
-
type: string;
|
|
25549
|
-
};
|
|
25550
|
-
can_tailscale_proxy_reach_bridge?: never;
|
|
25551
|
-
can_tailscale_proxy_reach_tailscale_network?: never;
|
|
25552
|
-
is_bridge_socks_server_healthy?: never;
|
|
25553
|
-
is_tailscale_proxy_reachable?: never;
|
|
25554
|
-
is_tailscale_proxy_socks_server_healthy?: never;
|
|
25555
|
-
};
|
|
25556
|
-
required: string[];
|
|
25557
|
-
type: string;
|
|
25558
|
-
})[];
|
|
25559
|
-
};
|
|
25560
|
-
type: string;
|
|
25561
|
-
};
|
|
25562
|
-
pairing_code: {
|
|
25563
|
-
maxLength: number;
|
|
25564
|
-
minLength: number;
|
|
25565
|
-
type: string;
|
|
25566
|
-
};
|
|
25567
|
-
pairing_code_expires_at: {
|
|
25568
|
-
format: string;
|
|
25569
|
-
type: string;
|
|
25570
|
-
};
|
|
25571
|
-
tailscale_auth_key: {
|
|
25572
|
-
nullable: boolean;
|
|
25573
|
-
type: string;
|
|
25574
|
-
};
|
|
25575
|
-
tailscale_hostname: {
|
|
25576
|
-
type: string;
|
|
25577
|
-
};
|
|
25578
|
-
telemetry_token: {
|
|
25579
|
-
nullable: boolean;
|
|
25580
|
-
type: string;
|
|
25581
|
-
};
|
|
25582
|
-
telemetry_token_expires_at: {
|
|
25583
|
-
format: string;
|
|
25584
|
-
nullable: boolean;
|
|
25585
|
-
type: string;
|
|
25586
|
-
};
|
|
25587
|
-
telemetry_url: {
|
|
25588
|
-
nullable: boolean;
|
|
25589
|
-
type: string;
|
|
25590
|
-
};
|
|
25591
|
-
};
|
|
25592
|
-
required: string[];
|
|
25593
|
-
type: string;
|
|
25594
|
-
'x-route-path': string;
|
|
25595
|
-
'x-undocumented': string;
|
|
25328
|
+
$ref: string;
|
|
25596
25329
|
};
|
|
25597
25330
|
ok: {
|
|
25598
25331
|
type: string;
|
|
@@ -25699,42 +25432,7 @@ declare const _default: {
|
|
|
25699
25432
|
properties: {
|
|
25700
25433
|
bridge_connected_systems: {
|
|
25701
25434
|
items: {
|
|
25702
|
-
|
|
25703
|
-
acs_system_display_name: {
|
|
25704
|
-
type: string;
|
|
25705
|
-
};
|
|
25706
|
-
acs_system_id: {
|
|
25707
|
-
format: string;
|
|
25708
|
-
type: string;
|
|
25709
|
-
};
|
|
25710
|
-
bridge_created_at: {
|
|
25711
|
-
format: string;
|
|
25712
|
-
type: string;
|
|
25713
|
-
};
|
|
25714
|
-
bridge_id: {
|
|
25715
|
-
format: string;
|
|
25716
|
-
type: string;
|
|
25717
|
-
};
|
|
25718
|
-
connected_account_created_at: {
|
|
25719
|
-
format: string;
|
|
25720
|
-
type: string;
|
|
25721
|
-
};
|
|
25722
|
-
connected_account_id: {
|
|
25723
|
-
format: string;
|
|
25724
|
-
type: string;
|
|
25725
|
-
};
|
|
25726
|
-
workspace_display_name: {
|
|
25727
|
-
type: string;
|
|
25728
|
-
};
|
|
25729
|
-
workspace_id: {
|
|
25730
|
-
format: string;
|
|
25731
|
-
type: string;
|
|
25732
|
-
};
|
|
25733
|
-
};
|
|
25734
|
-
required: string[];
|
|
25735
|
-
type: string;
|
|
25736
|
-
'x-route-path': string;
|
|
25737
|
-
'x-undocumented': string;
|
|
25435
|
+
$ref: string;
|
|
25738
25436
|
};
|
|
25739
25437
|
type: string;
|
|
25740
25438
|
};
|
|
@@ -25777,42 +25475,7 @@ declare const _default: {
|
|
|
25777
25475
|
properties: {
|
|
25778
25476
|
bridge_connected_systems: {
|
|
25779
25477
|
items: {
|
|
25780
|
-
|
|
25781
|
-
acs_system_display_name: {
|
|
25782
|
-
type: string;
|
|
25783
|
-
};
|
|
25784
|
-
acs_system_id: {
|
|
25785
|
-
format: string;
|
|
25786
|
-
type: string;
|
|
25787
|
-
};
|
|
25788
|
-
bridge_created_at: {
|
|
25789
|
-
format: string;
|
|
25790
|
-
type: string;
|
|
25791
|
-
};
|
|
25792
|
-
bridge_id: {
|
|
25793
|
-
format: string;
|
|
25794
|
-
type: string;
|
|
25795
|
-
};
|
|
25796
|
-
connected_account_created_at: {
|
|
25797
|
-
format: string;
|
|
25798
|
-
type: string;
|
|
25799
|
-
};
|
|
25800
|
-
connected_account_id: {
|
|
25801
|
-
format: string;
|
|
25802
|
-
type: string;
|
|
25803
|
-
};
|
|
25804
|
-
workspace_display_name: {
|
|
25805
|
-
type: string;
|
|
25806
|
-
};
|
|
25807
|
-
workspace_id: {
|
|
25808
|
-
format: string;
|
|
25809
|
-
type: string;
|
|
25810
|
-
};
|
|
25811
|
-
};
|
|
25812
|
-
required: string[];
|
|
25813
|
-
type: string;
|
|
25814
|
-
'x-route-path': string;
|
|
25815
|
-
'x-undocumented': string;
|
|
25478
|
+
$ref: string;
|
|
25816
25479
|
};
|
|
25817
25480
|
type: string;
|
|
25818
25481
|
};
|
|
@@ -26183,54 +25846,7 @@ declare const _default: {
|
|
|
26183
25846
|
};
|
|
26184
25847
|
partner_resources: {
|
|
26185
25848
|
items: {
|
|
26186
|
-
|
|
26187
|
-
custom_metadata: {
|
|
26188
|
-
additionalProperties: {
|
|
26189
|
-
type: string;
|
|
26190
|
-
};
|
|
26191
|
-
type: string;
|
|
26192
|
-
};
|
|
26193
|
-
customer_key: {
|
|
26194
|
-
type: string;
|
|
26195
|
-
};
|
|
26196
|
-
description: {
|
|
26197
|
-
type: string;
|
|
26198
|
-
};
|
|
26199
|
-
email_address: {
|
|
26200
|
-
type: string;
|
|
26201
|
-
};
|
|
26202
|
-
ends_at: {
|
|
26203
|
-
type: string;
|
|
26204
|
-
};
|
|
26205
|
-
location_keys: {
|
|
26206
|
-
items: {
|
|
26207
|
-
type: string;
|
|
26208
|
-
};
|
|
26209
|
-
type: string;
|
|
26210
|
-
};
|
|
26211
|
-
name: {
|
|
26212
|
-
type: string;
|
|
26213
|
-
};
|
|
26214
|
-
partner_resource_key: {
|
|
26215
|
-
type: string;
|
|
26216
|
-
};
|
|
26217
|
-
partner_resource_type: {
|
|
26218
|
-
type: string;
|
|
26219
|
-
};
|
|
26220
|
-
phone_number: {
|
|
26221
|
-
type: string;
|
|
26222
|
-
};
|
|
26223
|
-
starts_at: {
|
|
26224
|
-
type: string;
|
|
26225
|
-
};
|
|
26226
|
-
user_identity_key: {
|
|
26227
|
-
type: string;
|
|
26228
|
-
};
|
|
26229
|
-
};
|
|
26230
|
-
required: string[];
|
|
26231
|
-
type: string;
|
|
26232
|
-
'x-route-path': string;
|
|
26233
|
-
'x-undocumented': string;
|
|
25849
|
+
$ref: string;
|
|
26234
25850
|
};
|
|
26235
25851
|
type: string;
|
|
26236
25852
|
};
|
|
@@ -27535,57 +27151,7 @@ declare const _default: {
|
|
|
27535
27151
|
type: string;
|
|
27536
27152
|
};
|
|
27537
27153
|
thermostat_daily_program: {
|
|
27538
|
-
|
|
27539
|
-
properties: {
|
|
27540
|
-
created_at: {
|
|
27541
|
-
description: string;
|
|
27542
|
-
format: string;
|
|
27543
|
-
type: string;
|
|
27544
|
-
};
|
|
27545
|
-
device_id: {
|
|
27546
|
-
description: string;
|
|
27547
|
-
format: string;
|
|
27548
|
-
type: string;
|
|
27549
|
-
};
|
|
27550
|
-
name: {
|
|
27551
|
-
description: string;
|
|
27552
|
-
nullable: boolean;
|
|
27553
|
-
type: string;
|
|
27554
|
-
};
|
|
27555
|
-
periods: {
|
|
27556
|
-
description: string;
|
|
27557
|
-
items: {
|
|
27558
|
-
description: string;
|
|
27559
|
-
properties: {
|
|
27560
|
-
climate_preset_key: {
|
|
27561
|
-
description: string;
|
|
27562
|
-
type: string;
|
|
27563
|
-
};
|
|
27564
|
-
starts_at_time: {
|
|
27565
|
-
description: string;
|
|
27566
|
-
pattern: string;
|
|
27567
|
-
type: string;
|
|
27568
|
-
};
|
|
27569
|
-
};
|
|
27570
|
-
required: string[];
|
|
27571
|
-
type: string;
|
|
27572
|
-
};
|
|
27573
|
-
type: string;
|
|
27574
|
-
};
|
|
27575
|
-
thermostat_daily_program_id: {
|
|
27576
|
-
description: string;
|
|
27577
|
-
format: string;
|
|
27578
|
-
type: string;
|
|
27579
|
-
};
|
|
27580
|
-
workspace_id: {
|
|
27581
|
-
description: string;
|
|
27582
|
-
format: string;
|
|
27583
|
-
type: string;
|
|
27584
|
-
};
|
|
27585
|
-
};
|
|
27586
|
-
required: string[];
|
|
27587
|
-
type: string;
|
|
27588
|
-
'x-route-path': string;
|
|
27154
|
+
$ref: string;
|
|
27589
27155
|
};
|
|
27590
27156
|
};
|
|
27591
27157
|
required: string[];
|
|
@@ -31230,72 +30796,27 @@ declare const _default: {
|
|
|
31230
30796
|
};
|
|
31231
30797
|
name: {
|
|
31232
30798
|
description: string;
|
|
31233
|
-
type: string;
|
|
31234
|
-
};
|
|
31235
|
-
time_zone: {
|
|
31236
|
-
description: string;
|
|
31237
|
-
type: string;
|
|
31238
|
-
};
|
|
31239
|
-
};
|
|
31240
|
-
required: string[];
|
|
31241
|
-
type: string;
|
|
31242
|
-
};
|
|
31243
|
-
};
|
|
31244
|
-
};
|
|
31245
|
-
};
|
|
31246
|
-
responses: {
|
|
31247
|
-
200: {
|
|
31248
|
-
content: {
|
|
31249
|
-
'application/json': {
|
|
31250
|
-
schema: {
|
|
31251
|
-
properties: {
|
|
31252
|
-
location: {
|
|
31253
|
-
|
|
31254
|
-
created_at: {
|
|
31255
|
-
description: string;
|
|
31256
|
-
format: string;
|
|
31257
|
-
type: string;
|
|
31258
|
-
};
|
|
31259
|
-
display_name: {
|
|
31260
|
-
description: string;
|
|
31261
|
-
type: string;
|
|
31262
|
-
};
|
|
31263
|
-
geolocation: {
|
|
31264
|
-
description: string;
|
|
31265
|
-
properties: {
|
|
31266
|
-
latitude: {
|
|
31267
|
-
format: string;
|
|
31268
|
-
type: string;
|
|
31269
|
-
};
|
|
31270
|
-
longitude: {
|
|
31271
|
-
format: string;
|
|
31272
|
-
type: string;
|
|
31273
|
-
};
|
|
31274
|
-
};
|
|
31275
|
-
required: string[];
|
|
31276
|
-
type: string;
|
|
31277
|
-
};
|
|
31278
|
-
location_id: {
|
|
31279
|
-
description: string;
|
|
31280
|
-
format: string;
|
|
31281
|
-
type: string;
|
|
31282
|
-
};
|
|
31283
|
-
name: {
|
|
31284
|
-
description: string;
|
|
31285
|
-
type: string;
|
|
31286
|
-
};
|
|
31287
|
-
time_zone: {
|
|
31288
|
-
description: string;
|
|
31289
|
-
type: string;
|
|
31290
|
-
};
|
|
31291
|
-
workspace_id: {
|
|
31292
|
-
description: string;
|
|
31293
|
-
format: string;
|
|
31294
|
-
type: string;
|
|
31295
|
-
};
|
|
31296
|
-
};
|
|
31297
|
-
required: string[];
|
|
31298
|
-
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;
|
|
31299
30820
|
};
|
|
31300
30821
|
ok: {
|
|
31301
30822
|
type: string;
|
|
@@ -31433,52 +30954,7 @@ declare const _default: {
|
|
|
31433
30954
|
schema: {
|
|
31434
30955
|
properties: {
|
|
31435
30956
|
location: {
|
|
31436
|
-
|
|
31437
|
-
created_at: {
|
|
31438
|
-
description: string;
|
|
31439
|
-
format: string;
|
|
31440
|
-
type: string;
|
|
31441
|
-
};
|
|
31442
|
-
display_name: {
|
|
31443
|
-
description: string;
|
|
31444
|
-
type: string;
|
|
31445
|
-
};
|
|
31446
|
-
geolocation: {
|
|
31447
|
-
description: string;
|
|
31448
|
-
properties: {
|
|
31449
|
-
latitude: {
|
|
31450
|
-
format: string;
|
|
31451
|
-
type: string;
|
|
31452
|
-
};
|
|
31453
|
-
longitude: {
|
|
31454
|
-
format: string;
|
|
31455
|
-
type: string;
|
|
31456
|
-
};
|
|
31457
|
-
};
|
|
31458
|
-
required: string[];
|
|
31459
|
-
type: string;
|
|
31460
|
-
};
|
|
31461
|
-
location_id: {
|
|
31462
|
-
description: string;
|
|
31463
|
-
format: string;
|
|
31464
|
-
type: string;
|
|
31465
|
-
};
|
|
31466
|
-
name: {
|
|
31467
|
-
description: string;
|
|
31468
|
-
type: string;
|
|
31469
|
-
};
|
|
31470
|
-
time_zone: {
|
|
31471
|
-
description: string;
|
|
31472
|
-
type: string;
|
|
31473
|
-
};
|
|
31474
|
-
workspace_id: {
|
|
31475
|
-
description: string;
|
|
31476
|
-
format: string;
|
|
31477
|
-
type: string;
|
|
31478
|
-
};
|
|
31479
|
-
};
|
|
31480
|
-
required: string[];
|
|
31481
|
-
type: string;
|
|
30957
|
+
$ref: string;
|
|
31482
30958
|
};
|
|
31483
30959
|
ok: {
|
|
31484
30960
|
type: string;
|
|
@@ -31533,52 +31009,7 @@ declare const _default: {
|
|
|
31533
31009
|
properties: {
|
|
31534
31010
|
locations: {
|
|
31535
31011
|
items: {
|
|
31536
|
-
|
|
31537
|
-
created_at: {
|
|
31538
|
-
description: string;
|
|
31539
|
-
format: string;
|
|
31540
|
-
type: string;
|
|
31541
|
-
};
|
|
31542
|
-
display_name: {
|
|
31543
|
-
description: string;
|
|
31544
|
-
type: string;
|
|
31545
|
-
};
|
|
31546
|
-
geolocation: {
|
|
31547
|
-
description: string;
|
|
31548
|
-
properties: {
|
|
31549
|
-
latitude: {
|
|
31550
|
-
format: string;
|
|
31551
|
-
type: string;
|
|
31552
|
-
};
|
|
31553
|
-
longitude: {
|
|
31554
|
-
format: string;
|
|
31555
|
-
type: string;
|
|
31556
|
-
};
|
|
31557
|
-
};
|
|
31558
|
-
required: string[];
|
|
31559
|
-
type: string;
|
|
31560
|
-
};
|
|
31561
|
-
location_id: {
|
|
31562
|
-
description: string;
|
|
31563
|
-
format: string;
|
|
31564
|
-
type: string;
|
|
31565
|
-
};
|
|
31566
|
-
name: {
|
|
31567
|
-
description: string;
|
|
31568
|
-
type: string;
|
|
31569
|
-
};
|
|
31570
|
-
time_zone: {
|
|
31571
|
-
description: string;
|
|
31572
|
-
type: string;
|
|
31573
|
-
};
|
|
31574
|
-
workspace_id: {
|
|
31575
|
-
description: string;
|
|
31576
|
-
format: string;
|
|
31577
|
-
type: string;
|
|
31578
|
-
};
|
|
31579
|
-
};
|
|
31580
|
-
required: string[];
|
|
31581
|
-
type: string;
|
|
31012
|
+
$ref: string;
|
|
31582
31013
|
};
|
|
31583
31014
|
type: string;
|
|
31584
31015
|
};
|
|
@@ -31631,52 +31062,7 @@ declare const _default: {
|
|
|
31631
31062
|
properties: {
|
|
31632
31063
|
locations: {
|
|
31633
31064
|
items: {
|
|
31634
|
-
|
|
31635
|
-
created_at: {
|
|
31636
|
-
description: string;
|
|
31637
|
-
format: string;
|
|
31638
|
-
type: string;
|
|
31639
|
-
};
|
|
31640
|
-
display_name: {
|
|
31641
|
-
description: string;
|
|
31642
|
-
type: string;
|
|
31643
|
-
};
|
|
31644
|
-
geolocation: {
|
|
31645
|
-
description: string;
|
|
31646
|
-
properties: {
|
|
31647
|
-
latitude: {
|
|
31648
|
-
format: string;
|
|
31649
|
-
type: string;
|
|
31650
|
-
};
|
|
31651
|
-
longitude: {
|
|
31652
|
-
format: string;
|
|
31653
|
-
type: string;
|
|
31654
|
-
};
|
|
31655
|
-
};
|
|
31656
|
-
required: string[];
|
|
31657
|
-
type: string;
|
|
31658
|
-
};
|
|
31659
|
-
location_id: {
|
|
31660
|
-
description: string;
|
|
31661
|
-
format: string;
|
|
31662
|
-
type: string;
|
|
31663
|
-
};
|
|
31664
|
-
name: {
|
|
31665
|
-
description: string;
|
|
31666
|
-
type: string;
|
|
31667
|
-
};
|
|
31668
|
-
time_zone: {
|
|
31669
|
-
description: string;
|
|
31670
|
-
type: string;
|
|
31671
|
-
};
|
|
31672
|
-
workspace_id: {
|
|
31673
|
-
description: string;
|
|
31674
|
-
format: string;
|
|
31675
|
-
type: string;
|
|
31676
|
-
};
|
|
31677
|
-
};
|
|
31678
|
-
required: string[];
|
|
31679
|
-
type: string;
|
|
31065
|
+
$ref: string;
|
|
31680
31066
|
};
|
|
31681
31067
|
type: string;
|
|
31682
31068
|
};
|
|
@@ -31922,52 +31308,7 @@ declare const _default: {
|
|
|
31922
31308
|
schema: {
|
|
31923
31309
|
properties: {
|
|
31924
31310
|
location: {
|
|
31925
|
-
|
|
31926
|
-
created_at: {
|
|
31927
|
-
description: string;
|
|
31928
|
-
format: string;
|
|
31929
|
-
type: string;
|
|
31930
|
-
};
|
|
31931
|
-
display_name: {
|
|
31932
|
-
description: string;
|
|
31933
|
-
type: string;
|
|
31934
|
-
};
|
|
31935
|
-
geolocation: {
|
|
31936
|
-
description: string;
|
|
31937
|
-
properties: {
|
|
31938
|
-
latitude: {
|
|
31939
|
-
format: string;
|
|
31940
|
-
type: string;
|
|
31941
|
-
};
|
|
31942
|
-
longitude: {
|
|
31943
|
-
format: string;
|
|
31944
|
-
type: string;
|
|
31945
|
-
};
|
|
31946
|
-
};
|
|
31947
|
-
required: string[];
|
|
31948
|
-
type: string;
|
|
31949
|
-
};
|
|
31950
|
-
location_id: {
|
|
31951
|
-
description: string;
|
|
31952
|
-
format: string;
|
|
31953
|
-
type: string;
|
|
31954
|
-
};
|
|
31955
|
-
name: {
|
|
31956
|
-
description: string;
|
|
31957
|
-
type: string;
|
|
31958
|
-
};
|
|
31959
|
-
time_zone: {
|
|
31960
|
-
description: string;
|
|
31961
|
-
type: string;
|
|
31962
|
-
};
|
|
31963
|
-
workspace_id: {
|
|
31964
|
-
description: string;
|
|
31965
|
-
format: string;
|
|
31966
|
-
type: string;
|
|
31967
|
-
};
|
|
31968
|
-
};
|
|
31969
|
-
required: string[];
|
|
31970
|
-
type: string;
|
|
31311
|
+
$ref: string;
|
|
31971
31312
|
};
|
|
31972
31313
|
ok: {
|
|
31973
31314
|
type: string;
|
|
@@ -32057,52 +31398,7 @@ declare const _default: {
|
|
|
32057
31398
|
schema: {
|
|
32058
31399
|
properties: {
|
|
32059
31400
|
location: {
|
|
32060
|
-
|
|
32061
|
-
created_at: {
|
|
32062
|
-
description: string;
|
|
32063
|
-
format: string;
|
|
32064
|
-
type: string;
|
|
32065
|
-
};
|
|
32066
|
-
display_name: {
|
|
32067
|
-
description: string;
|
|
32068
|
-
type: string;
|
|
32069
|
-
};
|
|
32070
|
-
geolocation: {
|
|
32071
|
-
description: string;
|
|
32072
|
-
properties: {
|
|
32073
|
-
latitude: {
|
|
32074
|
-
format: string;
|
|
32075
|
-
type: string;
|
|
32076
|
-
};
|
|
32077
|
-
longitude: {
|
|
32078
|
-
format: string;
|
|
32079
|
-
type: string;
|
|
32080
|
-
};
|
|
32081
|
-
};
|
|
32082
|
-
required: string[];
|
|
32083
|
-
type: string;
|
|
32084
|
-
};
|
|
32085
|
-
location_id: {
|
|
32086
|
-
description: string;
|
|
32087
|
-
format: string;
|
|
32088
|
-
type: string;
|
|
32089
|
-
};
|
|
32090
|
-
name: {
|
|
32091
|
-
description: string;
|
|
32092
|
-
type: string;
|
|
32093
|
-
};
|
|
32094
|
-
time_zone: {
|
|
32095
|
-
description: string;
|
|
32096
|
-
type: string;
|
|
32097
|
-
};
|
|
32098
|
-
workspace_id: {
|
|
32099
|
-
description: string;
|
|
32100
|
-
format: string;
|
|
32101
|
-
type: string;
|
|
32102
|
-
};
|
|
32103
|
-
};
|
|
32104
|
-
required: string[];
|
|
32105
|
-
type: string;
|
|
31401
|
+
$ref: string;
|
|
32106
31402
|
};
|
|
32107
31403
|
ok: {
|
|
32108
31404
|
type: string;
|
|
@@ -33143,34 +32439,7 @@ declare const _default: {
|
|
|
33143
32439
|
schema: {
|
|
33144
32440
|
properties: {
|
|
33145
32441
|
enrollment_automation: {
|
|
33146
|
-
|
|
33147
|
-
acs_credential_provisioning_automation_id: {
|
|
33148
|
-
format: string;
|
|
33149
|
-
type: string;
|
|
33150
|
-
};
|
|
33151
|
-
created_at: {
|
|
33152
|
-
format: string;
|
|
33153
|
-
type: string;
|
|
33154
|
-
};
|
|
33155
|
-
credential_manager_acs_system_id: {
|
|
33156
|
-
format: string;
|
|
33157
|
-
type: string;
|
|
33158
|
-
};
|
|
33159
|
-
enrollment_automation_id: {
|
|
33160
|
-
format: string;
|
|
33161
|
-
type: string;
|
|
33162
|
-
};
|
|
33163
|
-
user_identity_id: {
|
|
33164
|
-
format: string;
|
|
33165
|
-
type: string;
|
|
33166
|
-
};
|
|
33167
|
-
workspace_id: {
|
|
33168
|
-
format: string;
|
|
33169
|
-
type: string;
|
|
33170
|
-
};
|
|
33171
|
-
};
|
|
33172
|
-
required: string[];
|
|
33173
|
-
type: string;
|
|
32442
|
+
$ref: string;
|
|
33174
32443
|
};
|
|
33175
32444
|
ok: {
|
|
33176
32445
|
type: string;
|