@seamapi/types 1.421.0 → 1.422.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +1633 -583
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2630 -1024
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +420 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js +111 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -0
- package/lib/seam/connect/models/customer/business-vertical.d.ts +3 -0
- package/lib/seam/connect/models/customer/business-vertical.js +11 -0
- package/lib/seam/connect/models/customer/business-vertical.js.map +1 -0
- package/lib/seam/connect/models/customer/customer-data.d.ts +597 -0
- package/lib/seam/connect/models/customer/customer-data.js +67 -0
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -0
- package/lib/seam/connect/models/customer/customer-portal.d.ts +71 -0
- package/lib/seam/connect/models/customer/customer-portal.js +34 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -0
- package/lib/seam/connect/models/customer/index.d.ts +3 -0
- package/lib/seam/connect/models/customer/index.js +4 -0
- package/lib/seam/connect/models/customer/index.js.map +1 -0
- package/lib/seam/connect/models/customer/location-resources.d.ts +229 -0
- package/lib/seam/connect/models/customer/location-resources.js +55 -0
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -0
- package/lib/seam/connect/models/customer/user-identity-resources.d.ts +205 -0
- package/lib/seam/connect/models/customer/user-identity-resources.js +50 -0
- package/lib/seam/connect/models/customer/user-identity-resources.js.map +1 -0
- package/lib/seam/connect/models/index.d.ts +4 -0
- package/lib/seam/connect/models/index.js +4 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/partner/index.d.ts +0 -1
- package/lib/seam/connect/models/partner/index.js +0 -1
- package/lib/seam/connect/models/partner/index.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.d.ts +2 -2
- package/lib/seam/connect/openapi.d.ts +2246 -1080
- package/lib/seam/connect/openapi.js +1650 -600
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +552 -112
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +21 -3
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +129 -0
- package/src/lib/seam/connect/models/customer/business-vertical.ts +13 -0
- package/src/lib/seam/connect/models/customer/customer-data.ts +93 -0
- package/src/lib/seam/connect/models/customer/customer-portal.ts +39 -0
- package/src/lib/seam/connect/models/customer/index.ts +3 -0
- package/src/lib/seam/connect/models/customer/location-resources.ts +77 -0
- package/src/lib/seam/connect/models/customer/user-identity-resources.ts +68 -0
- package/src/lib/seam/connect/models/index.ts +4 -0
- package/src/lib/seam/connect/models/partner/index.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +1790 -591
- package/src/lib/seam/connect/route-types.ts +642 -114
- package/lib/seam/connect/models/partner/resources.d.ts +0 -76
- package/lib/seam/connect/models/partner/resources.js +0 -87
- package/lib/seam/connect/models/partner/resources.js.map +0 -1
- package/src/lib/seam/connect/models/partner/resources.ts +0 -112
|
@@ -9944,69 +9944,6 @@ declare const _default: {
|
|
|
9944
9944
|
required: string[];
|
|
9945
9945
|
type: string;
|
|
9946
9946
|
};
|
|
9947
|
-
partner_resource: {
|
|
9948
|
-
description: string;
|
|
9949
|
-
properties: {
|
|
9950
|
-
custom_metadata: {
|
|
9951
|
-
additionalProperties: {
|
|
9952
|
-
type: string;
|
|
9953
|
-
};
|
|
9954
|
-
description: string;
|
|
9955
|
-
type: string;
|
|
9956
|
-
};
|
|
9957
|
-
customer_key: {
|
|
9958
|
-
description: string;
|
|
9959
|
-
type: string;
|
|
9960
|
-
};
|
|
9961
|
-
description: {
|
|
9962
|
-
description: string;
|
|
9963
|
-
type: string;
|
|
9964
|
-
};
|
|
9965
|
-
email_address: {
|
|
9966
|
-
description: string;
|
|
9967
|
-
type: string;
|
|
9968
|
-
};
|
|
9969
|
-
ends_at: {
|
|
9970
|
-
description: string;
|
|
9971
|
-
type: string;
|
|
9972
|
-
};
|
|
9973
|
-
location_keys: {
|
|
9974
|
-
description: string;
|
|
9975
|
-
items: {
|
|
9976
|
-
type: string;
|
|
9977
|
-
};
|
|
9978
|
-
type: string;
|
|
9979
|
-
};
|
|
9980
|
-
name: {
|
|
9981
|
-
description: string;
|
|
9982
|
-
type: string;
|
|
9983
|
-
};
|
|
9984
|
-
partner_resource_key: {
|
|
9985
|
-
description: string;
|
|
9986
|
-
type: string;
|
|
9987
|
-
};
|
|
9988
|
-
partner_resource_type: {
|
|
9989
|
-
description: string;
|
|
9990
|
-
type: string;
|
|
9991
|
-
};
|
|
9992
|
-
phone_number: {
|
|
9993
|
-
description: string;
|
|
9994
|
-
type: string;
|
|
9995
|
-
};
|
|
9996
|
-
starts_at: {
|
|
9997
|
-
description: string;
|
|
9998
|
-
type: string;
|
|
9999
|
-
};
|
|
10000
|
-
user_identity_key: {
|
|
10001
|
-
description: string;
|
|
10002
|
-
type: string;
|
|
10003
|
-
};
|
|
10004
|
-
};
|
|
10005
|
-
required: string[];
|
|
10006
|
-
type: string;
|
|
10007
|
-
'x-route-path': string;
|
|
10008
|
-
'x-undocumented': string;
|
|
10009
|
-
};
|
|
10010
9947
|
phone: {
|
|
10011
9948
|
description: string;
|
|
10012
9949
|
properties: {
|
|
@@ -26905,66 +26842,7 @@ declare const _default: {
|
|
|
26905
26842
|
'x-title': string;
|
|
26906
26843
|
};
|
|
26907
26844
|
};
|
|
26908
|
-
'/
|
|
26909
|
-
delete: {
|
|
26910
|
-
description: string;
|
|
26911
|
-
operationId: string;
|
|
26912
|
-
parameters: {
|
|
26913
|
-
in: string;
|
|
26914
|
-
name: string;
|
|
26915
|
-
required: boolean;
|
|
26916
|
-
schema: {
|
|
26917
|
-
description: string;
|
|
26918
|
-
format: string;
|
|
26919
|
-
type: string;
|
|
26920
|
-
};
|
|
26921
|
-
}[];
|
|
26922
|
-
responses: {
|
|
26923
|
-
200: {
|
|
26924
|
-
content: {
|
|
26925
|
-
'application/json': {
|
|
26926
|
-
schema: {
|
|
26927
|
-
properties: {
|
|
26928
|
-
ok: {
|
|
26929
|
-
type: string;
|
|
26930
|
-
};
|
|
26931
|
-
};
|
|
26932
|
-
required: string[];
|
|
26933
|
-
type: string;
|
|
26934
|
-
};
|
|
26935
|
-
};
|
|
26936
|
-
};
|
|
26937
|
-
description: string;
|
|
26938
|
-
};
|
|
26939
|
-
400: {
|
|
26940
|
-
description: string;
|
|
26941
|
-
};
|
|
26942
|
-
401: {
|
|
26943
|
-
description: string;
|
|
26944
|
-
};
|
|
26945
|
-
};
|
|
26946
|
-
security: ({
|
|
26947
|
-
api_key: never[];
|
|
26948
|
-
pat_with_workspace?: never;
|
|
26949
|
-
console_session_with_workspace?: never;
|
|
26950
|
-
} | {
|
|
26951
|
-
pat_with_workspace: never[];
|
|
26952
|
-
api_key?: never;
|
|
26953
|
-
console_session_with_workspace?: never;
|
|
26954
|
-
} | {
|
|
26955
|
-
console_session_with_workspace: never[];
|
|
26956
|
-
api_key?: never;
|
|
26957
|
-
pat_with_workspace?: never;
|
|
26958
|
-
})[];
|
|
26959
|
-
summary: string;
|
|
26960
|
-
tags: string[];
|
|
26961
|
-
'x-deprecated': string;
|
|
26962
|
-
'x-fern-sdk-group-name': string[];
|
|
26963
|
-
'x-fern-sdk-method-name': string;
|
|
26964
|
-
'x-response-key': null;
|
|
26965
|
-
'x-title': string;
|
|
26966
|
-
'x-undocumented': string;
|
|
26967
|
-
};
|
|
26845
|
+
'/customers/create_portal': {
|
|
26968
26846
|
post: {
|
|
26969
26847
|
description: string;
|
|
26970
26848
|
operationId: string;
|
|
@@ -26972,376 +26850,1800 @@ declare const _default: {
|
|
|
26972
26850
|
content: {
|
|
26973
26851
|
'application/json': {
|
|
26974
26852
|
schema: {
|
|
26975
|
-
|
|
26976
|
-
|
|
26977
|
-
|
|
26978
|
-
|
|
26979
|
-
|
|
26980
|
-
|
|
26981
|
-
|
|
26982
|
-
|
|
26983
|
-
|
|
26984
|
-
|
|
26985
|
-
|
|
26986
|
-
|
|
26987
|
-
};
|
|
26988
|
-
responses: {
|
|
26989
|
-
200: {
|
|
26990
|
-
content: {
|
|
26991
|
-
'application/json': {
|
|
26992
|
-
schema: {
|
|
26993
|
-
properties: {
|
|
26994
|
-
ok: {
|
|
26995
|
-
type: string;
|
|
26853
|
+
allOf: ({
|
|
26854
|
+
default: {
|
|
26855
|
+
features: {
|
|
26856
|
+
connect: {
|
|
26857
|
+
exclude: boolean;
|
|
26858
|
+
};
|
|
26859
|
+
manage_devices: {
|
|
26860
|
+
exclude: boolean;
|
|
26861
|
+
};
|
|
26862
|
+
organize: {
|
|
26863
|
+
exclude: boolean;
|
|
26864
|
+
};
|
|
26996
26865
|
};
|
|
26997
26866
|
};
|
|
26998
|
-
|
|
26999
|
-
type: string;
|
|
27000
|
-
};
|
|
27001
|
-
};
|
|
27002
|
-
};
|
|
27003
|
-
description: string;
|
|
27004
|
-
};
|
|
27005
|
-
400: {
|
|
27006
|
-
description: string;
|
|
27007
|
-
};
|
|
27008
|
-
401: {
|
|
27009
|
-
description: string;
|
|
27010
|
-
};
|
|
27011
|
-
};
|
|
27012
|
-
security: ({
|
|
27013
|
-
api_key: never[];
|
|
27014
|
-
pat_with_workspace?: never;
|
|
27015
|
-
console_session_with_workspace?: never;
|
|
27016
|
-
} | {
|
|
27017
|
-
pat_with_workspace: never[];
|
|
27018
|
-
api_key?: never;
|
|
27019
|
-
console_session_with_workspace?: never;
|
|
27020
|
-
} | {
|
|
27021
|
-
console_session_with_workspace: never[];
|
|
27022
|
-
api_key?: never;
|
|
27023
|
-
pat_with_workspace?: never;
|
|
27024
|
-
})[];
|
|
27025
|
-
summary: string;
|
|
27026
|
-
tags: string[];
|
|
27027
|
-
'x-deprecated': string;
|
|
27028
|
-
'x-fern-sdk-group-name': string[];
|
|
27029
|
-
'x-fern-sdk-method-name': string;
|
|
27030
|
-
'x-response-key': null;
|
|
27031
|
-
'x-title': string;
|
|
27032
|
-
'x-undocumented': string;
|
|
27033
|
-
};
|
|
27034
|
-
};
|
|
27035
|
-
'/devices/get': {
|
|
27036
|
-
get: {
|
|
27037
|
-
description: string;
|
|
27038
|
-
operationId: string;
|
|
27039
|
-
parameters: ({
|
|
27040
|
-
in: string;
|
|
27041
|
-
name: string;
|
|
27042
|
-
schema: {
|
|
27043
|
-
description: string;
|
|
27044
|
-
format: string;
|
|
27045
|
-
type: string;
|
|
27046
|
-
};
|
|
27047
|
-
} | {
|
|
27048
|
-
in: string;
|
|
27049
|
-
name: string;
|
|
27050
|
-
schema: {
|
|
27051
|
-
description: string;
|
|
27052
|
-
type: string;
|
|
27053
|
-
format?: never;
|
|
27054
|
-
};
|
|
27055
|
-
})[];
|
|
27056
|
-
responses: {
|
|
27057
|
-
200: {
|
|
27058
|
-
content: {
|
|
27059
|
-
'application/json': {
|
|
27060
|
-
schema: {
|
|
26867
|
+
description: string;
|
|
27061
26868
|
properties: {
|
|
27062
|
-
|
|
27063
|
-
|
|
27064
|
-
|
|
27065
|
-
|
|
26869
|
+
features: {
|
|
26870
|
+
default: {};
|
|
26871
|
+
properties: {
|
|
26872
|
+
connect: {
|
|
26873
|
+
default: {};
|
|
26874
|
+
description: string;
|
|
26875
|
+
properties: {
|
|
26876
|
+
exclude: {
|
|
26877
|
+
default: boolean;
|
|
26878
|
+
description: string;
|
|
26879
|
+
type: string;
|
|
26880
|
+
};
|
|
26881
|
+
};
|
|
26882
|
+
type: string;
|
|
26883
|
+
};
|
|
26884
|
+
manage_devices: {
|
|
26885
|
+
default: {};
|
|
26886
|
+
description: string;
|
|
26887
|
+
properties: {
|
|
26888
|
+
exclude: {
|
|
26889
|
+
default: boolean;
|
|
26890
|
+
description: string;
|
|
26891
|
+
type: string;
|
|
26892
|
+
};
|
|
26893
|
+
};
|
|
26894
|
+
type: string;
|
|
26895
|
+
};
|
|
26896
|
+
organize: {
|
|
26897
|
+
default: {};
|
|
26898
|
+
description: string;
|
|
26899
|
+
properties: {
|
|
26900
|
+
exclude: {
|
|
26901
|
+
default: boolean;
|
|
26902
|
+
description: string;
|
|
26903
|
+
type: string;
|
|
26904
|
+
};
|
|
26905
|
+
};
|
|
26906
|
+
type: string;
|
|
26907
|
+
};
|
|
26908
|
+
};
|
|
27066
26909
|
type: string;
|
|
27067
26910
|
};
|
|
26911
|
+
customer_data?: never;
|
|
27068
26912
|
};
|
|
27069
|
-
required: string[];
|
|
27070
26913
|
type: string;
|
|
27071
|
-
}
|
|
27072
|
-
};
|
|
27073
|
-
};
|
|
27074
|
-
description: string;
|
|
27075
|
-
};
|
|
27076
|
-
400: {
|
|
27077
|
-
description: string;
|
|
27078
|
-
};
|
|
27079
|
-
401: {
|
|
27080
|
-
description: string;
|
|
27081
|
-
};
|
|
27082
|
-
};
|
|
27083
|
-
security: ({
|
|
27084
|
-
client_session: never[];
|
|
27085
|
-
client_session_with_customer?: never;
|
|
27086
|
-
pat_with_workspace?: never;
|
|
27087
|
-
console_session_with_workspace?: never;
|
|
27088
|
-
api_key?: never;
|
|
27089
|
-
} | {
|
|
27090
|
-
client_session_with_customer: never[];
|
|
27091
|
-
client_session?: never;
|
|
27092
|
-
pat_with_workspace?: never;
|
|
27093
|
-
console_session_with_workspace?: never;
|
|
27094
|
-
api_key?: never;
|
|
27095
|
-
} | {
|
|
27096
|
-
pat_with_workspace: never[];
|
|
27097
|
-
client_session?: never;
|
|
27098
|
-
client_session_with_customer?: never;
|
|
27099
|
-
console_session_with_workspace?: never;
|
|
27100
|
-
api_key?: never;
|
|
27101
|
-
} | {
|
|
27102
|
-
console_session_with_workspace: never[];
|
|
27103
|
-
client_session?: never;
|
|
27104
|
-
client_session_with_customer?: never;
|
|
27105
|
-
pat_with_workspace?: never;
|
|
27106
|
-
api_key?: never;
|
|
27107
|
-
} | {
|
|
27108
|
-
api_key: never[];
|
|
27109
|
-
client_session?: never;
|
|
27110
|
-
client_session_with_customer?: never;
|
|
27111
|
-
pat_with_workspace?: never;
|
|
27112
|
-
console_session_with_workspace?: never;
|
|
27113
|
-
})[];
|
|
27114
|
-
summary: string;
|
|
27115
|
-
tags: string[];
|
|
27116
|
-
'x-fern-sdk-group-name': string[];
|
|
27117
|
-
'x-fern-sdk-method-name': string;
|
|
27118
|
-
'x-fern-sdk-return-value': string;
|
|
27119
|
-
'x-response-key': string;
|
|
27120
|
-
'x-title': string;
|
|
27121
|
-
};
|
|
27122
|
-
post: {
|
|
27123
|
-
description: string;
|
|
27124
|
-
operationId: string;
|
|
27125
|
-
requestBody: {
|
|
27126
|
-
content: {
|
|
27127
|
-
'application/json': {
|
|
27128
|
-
schema: {
|
|
27129
|
-
properties: {
|
|
27130
|
-
device_id: {
|
|
27131
|
-
description: string;
|
|
27132
|
-
format: string;
|
|
27133
|
-
type: string;
|
|
27134
|
-
};
|
|
27135
|
-
name: {
|
|
27136
|
-
description: string;
|
|
27137
|
-
type: string;
|
|
27138
|
-
};
|
|
27139
|
-
};
|
|
27140
|
-
type: string;
|
|
27141
|
-
};
|
|
27142
|
-
};
|
|
27143
|
-
};
|
|
27144
|
-
};
|
|
27145
|
-
responses: {
|
|
27146
|
-
200: {
|
|
27147
|
-
content: {
|
|
27148
|
-
'application/json': {
|
|
27149
|
-
schema: {
|
|
26914
|
+
} | {
|
|
27150
26915
|
properties: {
|
|
27151
|
-
|
|
27152
|
-
|
|
27153
|
-
|
|
27154
|
-
|
|
27155
|
-
|
|
27156
|
-
|
|
27157
|
-
|
|
27158
|
-
|
|
27159
|
-
|
|
27160
|
-
|
|
27161
|
-
|
|
27162
|
-
|
|
27163
|
-
|
|
27164
|
-
|
|
27165
|
-
|
|
27166
|
-
|
|
27167
|
-
|
|
27168
|
-
|
|
27169
|
-
|
|
27170
|
-
|
|
27171
|
-
|
|
27172
|
-
|
|
27173
|
-
|
|
27174
|
-
|
|
27175
|
-
|
|
27176
|
-
|
|
27177
|
-
|
|
27178
|
-
|
|
27179
|
-
|
|
27180
|
-
|
|
27181
|
-
|
|
27182
|
-
|
|
27183
|
-
|
|
27184
|
-
|
|
27185
|
-
|
|
27186
|
-
|
|
27187
|
-
|
|
27188
|
-
|
|
27189
|
-
|
|
27190
|
-
|
|
27191
|
-
|
|
27192
|
-
|
|
27193
|
-
|
|
27194
|
-
|
|
27195
|
-
|
|
27196
|
-
|
|
27197
|
-
|
|
27198
|
-
|
|
27199
|
-
|
|
27200
|
-
|
|
27201
|
-
|
|
27202
|
-
|
|
27203
|
-
|
|
27204
|
-
|
|
27205
|
-
|
|
27206
|
-
|
|
27207
|
-
|
|
27208
|
-
|
|
27209
|
-
|
|
27210
|
-
|
|
27211
|
-
|
|
27212
|
-
|
|
27213
|
-
|
|
27214
|
-
|
|
27215
|
-
|
|
27216
|
-
|
|
27217
|
-
|
|
27218
|
-
|
|
27219
|
-
|
|
27220
|
-
|
|
27221
|
-
|
|
27222
|
-
|
|
27223
|
-
|
|
27224
|
-
|
|
27225
|
-
|
|
27226
|
-
|
|
27227
|
-
|
|
27228
|
-
|
|
27229
|
-
|
|
27230
|
-
|
|
27231
|
-
|
|
27232
|
-
|
|
27233
|
-
|
|
27234
|
-
|
|
27235
|
-
|
|
27236
|
-
|
|
27237
|
-
|
|
27238
|
-
|
|
27239
|
-
|
|
27240
|
-
|
|
27241
|
-
|
|
27242
|
-
|
|
27243
|
-
|
|
27244
|
-
|
|
27245
|
-
|
|
27246
|
-
|
|
27247
|
-
|
|
27248
|
-
|
|
27249
|
-
|
|
27250
|
-
|
|
27251
|
-
|
|
27252
|
-
|
|
27253
|
-
|
|
27254
|
-
|
|
27255
|
-
|
|
27256
|
-
|
|
27257
|
-
|
|
27258
|
-
|
|
27259
|
-
|
|
27260
|
-
|
|
27261
|
-
|
|
27262
|
-
|
|
27263
|
-
|
|
27264
|
-
|
|
27265
|
-
|
|
27266
|
-
|
|
27267
|
-
|
|
27268
|
-
|
|
27269
|
-
|
|
27270
|
-
|
|
27271
|
-
|
|
27272
|
-
|
|
27273
|
-
|
|
27274
|
-
|
|
27275
|
-
|
|
27276
|
-
|
|
27277
|
-
|
|
27278
|
-
|
|
27279
|
-
|
|
27280
|
-
|
|
27281
|
-
|
|
27282
|
-
|
|
27283
|
-
|
|
27284
|
-
|
|
27285
|
-
|
|
27286
|
-
|
|
27287
|
-
|
|
27288
|
-
|
|
27289
|
-
|
|
27290
|
-
|
|
27291
|
-
|
|
27292
|
-
|
|
27293
|
-
|
|
27294
|
-
|
|
27295
|
-
|
|
27296
|
-
|
|
27297
|
-
|
|
27298
|
-
|
|
27299
|
-
|
|
27300
|
-
|
|
27301
|
-
|
|
27302
|
-
|
|
27303
|
-
|
|
27304
|
-
|
|
27305
|
-
|
|
27306
|
-
|
|
27307
|
-
|
|
27308
|
-
|
|
27309
|
-
|
|
27310
|
-
|
|
27311
|
-
|
|
27312
|
-
|
|
27313
|
-
|
|
27314
|
-
|
|
27315
|
-
|
|
27316
|
-
|
|
27317
|
-
|
|
27318
|
-
|
|
27319
|
-
|
|
27320
|
-
|
|
27321
|
-
|
|
27322
|
-
|
|
27323
|
-
|
|
27324
|
-
|
|
27325
|
-
|
|
27326
|
-
|
|
27327
|
-
|
|
27328
|
-
|
|
27329
|
-
|
|
27330
|
-
|
|
27331
|
-
|
|
27332
|
-
|
|
27333
|
-
|
|
27334
|
-
|
|
27335
|
-
|
|
27336
|
-
|
|
27337
|
-
|
|
27338
|
-
|
|
27339
|
-
|
|
27340
|
-
|
|
27341
|
-
|
|
27342
|
-
|
|
27343
|
-
|
|
27344
|
-
|
|
26916
|
+
customer_data: {
|
|
26917
|
+
properties: {
|
|
26918
|
+
access_grants: {
|
|
26919
|
+
description: string;
|
|
26920
|
+
items: {
|
|
26921
|
+
properties: {
|
|
26922
|
+
access_grant_key: {
|
|
26923
|
+
description: string;
|
|
26924
|
+
type: string;
|
|
26925
|
+
};
|
|
26926
|
+
building_keys: {
|
|
26927
|
+
description: string;
|
|
26928
|
+
items: {
|
|
26929
|
+
type: string;
|
|
26930
|
+
};
|
|
26931
|
+
type: string;
|
|
26932
|
+
};
|
|
26933
|
+
common_area_keys: {
|
|
26934
|
+
description: string;
|
|
26935
|
+
items: {
|
|
26936
|
+
type: string;
|
|
26937
|
+
};
|
|
26938
|
+
type: string;
|
|
26939
|
+
};
|
|
26940
|
+
ends_at: {
|
|
26941
|
+
description: string;
|
|
26942
|
+
type: string;
|
|
26943
|
+
};
|
|
26944
|
+
facility_keys: {
|
|
26945
|
+
description: string;
|
|
26946
|
+
items: {
|
|
26947
|
+
type: string;
|
|
26948
|
+
};
|
|
26949
|
+
type: string;
|
|
26950
|
+
};
|
|
26951
|
+
guest_key: {
|
|
26952
|
+
description: string;
|
|
26953
|
+
type: string;
|
|
26954
|
+
};
|
|
26955
|
+
listing_keys: {
|
|
26956
|
+
description: string;
|
|
26957
|
+
items: {
|
|
26958
|
+
type: string;
|
|
26959
|
+
};
|
|
26960
|
+
type: string;
|
|
26961
|
+
};
|
|
26962
|
+
name: {
|
|
26963
|
+
description: string;
|
|
26964
|
+
type: string;
|
|
26965
|
+
};
|
|
26966
|
+
property_keys: {
|
|
26967
|
+
description: string;
|
|
26968
|
+
items: {
|
|
26969
|
+
type: string;
|
|
26970
|
+
};
|
|
26971
|
+
type: string;
|
|
26972
|
+
};
|
|
26973
|
+
resident_key: {
|
|
26974
|
+
description: string;
|
|
26975
|
+
type: string;
|
|
26976
|
+
};
|
|
26977
|
+
room_keys: {
|
|
26978
|
+
description: string;
|
|
26979
|
+
items: {
|
|
26980
|
+
type: string;
|
|
26981
|
+
};
|
|
26982
|
+
type: string;
|
|
26983
|
+
};
|
|
26984
|
+
space_keys: {
|
|
26985
|
+
description: string;
|
|
26986
|
+
items: {
|
|
26987
|
+
type: string;
|
|
26988
|
+
};
|
|
26989
|
+
type: string;
|
|
26990
|
+
};
|
|
26991
|
+
starts_at: {
|
|
26992
|
+
description: string;
|
|
26993
|
+
type: string;
|
|
26994
|
+
};
|
|
26995
|
+
tenant_key: {
|
|
26996
|
+
description: string;
|
|
26997
|
+
type: string;
|
|
26998
|
+
};
|
|
26999
|
+
unit_keys: {
|
|
27000
|
+
description: string;
|
|
27001
|
+
items: {
|
|
27002
|
+
type: string;
|
|
27003
|
+
};
|
|
27004
|
+
type: string;
|
|
27005
|
+
};
|
|
27006
|
+
user_identity_key: {
|
|
27007
|
+
description: string;
|
|
27008
|
+
type: string;
|
|
27009
|
+
};
|
|
27010
|
+
user_key: {
|
|
27011
|
+
description: string;
|
|
27012
|
+
type: string;
|
|
27013
|
+
};
|
|
27014
|
+
};
|
|
27015
|
+
required: string[];
|
|
27016
|
+
type: string;
|
|
27017
|
+
};
|
|
27018
|
+
type: string;
|
|
27019
|
+
};
|
|
27020
|
+
bookings: {
|
|
27021
|
+
description: string;
|
|
27022
|
+
items: {
|
|
27023
|
+
properties: {
|
|
27024
|
+
booking_key: {
|
|
27025
|
+
description: string;
|
|
27026
|
+
type: string;
|
|
27027
|
+
};
|
|
27028
|
+
building_keys: {
|
|
27029
|
+
description: string;
|
|
27030
|
+
items: {
|
|
27031
|
+
type: string;
|
|
27032
|
+
};
|
|
27033
|
+
type: string;
|
|
27034
|
+
};
|
|
27035
|
+
common_area_keys: {
|
|
27036
|
+
description: string;
|
|
27037
|
+
items: {
|
|
27038
|
+
type: string;
|
|
27039
|
+
};
|
|
27040
|
+
type: string;
|
|
27041
|
+
};
|
|
27042
|
+
ends_at: {
|
|
27043
|
+
description: string;
|
|
27044
|
+
type: string;
|
|
27045
|
+
};
|
|
27046
|
+
facility_keys: {
|
|
27047
|
+
description: string;
|
|
27048
|
+
items: {
|
|
27049
|
+
type: string;
|
|
27050
|
+
};
|
|
27051
|
+
type: string;
|
|
27052
|
+
};
|
|
27053
|
+
guest_key: {
|
|
27054
|
+
description: string;
|
|
27055
|
+
type: string;
|
|
27056
|
+
};
|
|
27057
|
+
listing_keys: {
|
|
27058
|
+
description: string;
|
|
27059
|
+
items: {
|
|
27060
|
+
type: string;
|
|
27061
|
+
};
|
|
27062
|
+
type: string;
|
|
27063
|
+
};
|
|
27064
|
+
name: {
|
|
27065
|
+
description: string;
|
|
27066
|
+
type: string;
|
|
27067
|
+
};
|
|
27068
|
+
property_keys: {
|
|
27069
|
+
description: string;
|
|
27070
|
+
items: {
|
|
27071
|
+
type: string;
|
|
27072
|
+
};
|
|
27073
|
+
type: string;
|
|
27074
|
+
};
|
|
27075
|
+
resident_key: {
|
|
27076
|
+
description: string;
|
|
27077
|
+
type: string;
|
|
27078
|
+
};
|
|
27079
|
+
room_keys: {
|
|
27080
|
+
description: string;
|
|
27081
|
+
items: {
|
|
27082
|
+
type: string;
|
|
27083
|
+
};
|
|
27084
|
+
type: string;
|
|
27085
|
+
};
|
|
27086
|
+
space_keys: {
|
|
27087
|
+
description: string;
|
|
27088
|
+
items: {
|
|
27089
|
+
type: string;
|
|
27090
|
+
};
|
|
27091
|
+
type: string;
|
|
27092
|
+
};
|
|
27093
|
+
starts_at: {
|
|
27094
|
+
description: string;
|
|
27095
|
+
type: string;
|
|
27096
|
+
};
|
|
27097
|
+
tenant_key: {
|
|
27098
|
+
description: string;
|
|
27099
|
+
type: string;
|
|
27100
|
+
};
|
|
27101
|
+
unit_keys: {
|
|
27102
|
+
description: string;
|
|
27103
|
+
items: {
|
|
27104
|
+
type: string;
|
|
27105
|
+
};
|
|
27106
|
+
type: string;
|
|
27107
|
+
};
|
|
27108
|
+
user_identity_key: {
|
|
27109
|
+
description: string;
|
|
27110
|
+
type: string;
|
|
27111
|
+
};
|
|
27112
|
+
user_key: {
|
|
27113
|
+
description: string;
|
|
27114
|
+
type: string;
|
|
27115
|
+
};
|
|
27116
|
+
};
|
|
27117
|
+
required: string[];
|
|
27118
|
+
type: string;
|
|
27119
|
+
};
|
|
27120
|
+
type: string;
|
|
27121
|
+
};
|
|
27122
|
+
buildings: {
|
|
27123
|
+
description: string;
|
|
27124
|
+
items: {
|
|
27125
|
+
properties: {
|
|
27126
|
+
building_key: {
|
|
27127
|
+
description: string;
|
|
27128
|
+
type: string;
|
|
27129
|
+
};
|
|
27130
|
+
name: {
|
|
27131
|
+
description: string;
|
|
27132
|
+
type: string;
|
|
27133
|
+
};
|
|
27134
|
+
};
|
|
27135
|
+
required: string[];
|
|
27136
|
+
type: string;
|
|
27137
|
+
};
|
|
27138
|
+
type: string;
|
|
27139
|
+
};
|
|
27140
|
+
common_areas: {
|
|
27141
|
+
description: string;
|
|
27142
|
+
items: {
|
|
27143
|
+
properties: {
|
|
27144
|
+
common_area_key: {
|
|
27145
|
+
description: string;
|
|
27146
|
+
type: string;
|
|
27147
|
+
};
|
|
27148
|
+
name: {
|
|
27149
|
+
description: string;
|
|
27150
|
+
type: string;
|
|
27151
|
+
};
|
|
27152
|
+
};
|
|
27153
|
+
required: string[];
|
|
27154
|
+
type: string;
|
|
27155
|
+
};
|
|
27156
|
+
type: string;
|
|
27157
|
+
};
|
|
27158
|
+
customer_key: {
|
|
27159
|
+
description: string;
|
|
27160
|
+
type: string;
|
|
27161
|
+
};
|
|
27162
|
+
facilities: {
|
|
27163
|
+
description: string;
|
|
27164
|
+
items: {
|
|
27165
|
+
properties: {
|
|
27166
|
+
facility_key: {
|
|
27167
|
+
description: string;
|
|
27168
|
+
type: string;
|
|
27169
|
+
};
|
|
27170
|
+
name: {
|
|
27171
|
+
description: string;
|
|
27172
|
+
type: string;
|
|
27173
|
+
};
|
|
27174
|
+
};
|
|
27175
|
+
required: string[];
|
|
27176
|
+
type: string;
|
|
27177
|
+
};
|
|
27178
|
+
type: string;
|
|
27179
|
+
};
|
|
27180
|
+
guests: {
|
|
27181
|
+
description: string;
|
|
27182
|
+
items: {
|
|
27183
|
+
properties: {
|
|
27184
|
+
email_address: {
|
|
27185
|
+
description: string;
|
|
27186
|
+
type: string;
|
|
27187
|
+
};
|
|
27188
|
+
guest_key: {
|
|
27189
|
+
description: string;
|
|
27190
|
+
type: string;
|
|
27191
|
+
};
|
|
27192
|
+
name: {
|
|
27193
|
+
description: string;
|
|
27194
|
+
type: string;
|
|
27195
|
+
};
|
|
27196
|
+
phone_number: {
|
|
27197
|
+
description: string;
|
|
27198
|
+
type: string;
|
|
27199
|
+
};
|
|
27200
|
+
};
|
|
27201
|
+
required: string[];
|
|
27202
|
+
type: string;
|
|
27203
|
+
};
|
|
27204
|
+
type: string;
|
|
27205
|
+
};
|
|
27206
|
+
listings: {
|
|
27207
|
+
description: string;
|
|
27208
|
+
items: {
|
|
27209
|
+
properties: {
|
|
27210
|
+
listing_key: {
|
|
27211
|
+
description: string;
|
|
27212
|
+
type: string;
|
|
27213
|
+
};
|
|
27214
|
+
name: {
|
|
27215
|
+
description: string;
|
|
27216
|
+
type: string;
|
|
27217
|
+
};
|
|
27218
|
+
};
|
|
27219
|
+
required: string[];
|
|
27220
|
+
type: string;
|
|
27221
|
+
};
|
|
27222
|
+
type: string;
|
|
27223
|
+
};
|
|
27224
|
+
properties: {
|
|
27225
|
+
description: string;
|
|
27226
|
+
items: {
|
|
27227
|
+
properties: {
|
|
27228
|
+
name: {
|
|
27229
|
+
description: string;
|
|
27230
|
+
type: string;
|
|
27231
|
+
};
|
|
27232
|
+
property_key: {
|
|
27233
|
+
description: string;
|
|
27234
|
+
type: string;
|
|
27235
|
+
};
|
|
27236
|
+
};
|
|
27237
|
+
required: string[];
|
|
27238
|
+
type: string;
|
|
27239
|
+
};
|
|
27240
|
+
type: string;
|
|
27241
|
+
};
|
|
27242
|
+
reservations: {
|
|
27243
|
+
description: string;
|
|
27244
|
+
items: {
|
|
27245
|
+
properties: {
|
|
27246
|
+
building_keys: {
|
|
27247
|
+
description: string;
|
|
27248
|
+
items: {
|
|
27249
|
+
type: string;
|
|
27250
|
+
};
|
|
27251
|
+
type: string;
|
|
27252
|
+
};
|
|
27253
|
+
common_area_keys: {
|
|
27254
|
+
description: string;
|
|
27255
|
+
items: {
|
|
27256
|
+
type: string;
|
|
27257
|
+
};
|
|
27258
|
+
type: string;
|
|
27259
|
+
};
|
|
27260
|
+
ends_at: {
|
|
27261
|
+
description: string;
|
|
27262
|
+
type: string;
|
|
27263
|
+
};
|
|
27264
|
+
facility_keys: {
|
|
27265
|
+
description: string;
|
|
27266
|
+
items: {
|
|
27267
|
+
type: string;
|
|
27268
|
+
};
|
|
27269
|
+
type: string;
|
|
27270
|
+
};
|
|
27271
|
+
guest_key: {
|
|
27272
|
+
description: string;
|
|
27273
|
+
type: string;
|
|
27274
|
+
};
|
|
27275
|
+
listing_keys: {
|
|
27276
|
+
description: string;
|
|
27277
|
+
items: {
|
|
27278
|
+
type: string;
|
|
27279
|
+
};
|
|
27280
|
+
type: string;
|
|
27281
|
+
};
|
|
27282
|
+
name: {
|
|
27283
|
+
description: string;
|
|
27284
|
+
type: string;
|
|
27285
|
+
};
|
|
27286
|
+
property_keys: {
|
|
27287
|
+
description: string;
|
|
27288
|
+
items: {
|
|
27289
|
+
type: string;
|
|
27290
|
+
};
|
|
27291
|
+
type: string;
|
|
27292
|
+
};
|
|
27293
|
+
reservation_key: {
|
|
27294
|
+
description: string;
|
|
27295
|
+
type: string;
|
|
27296
|
+
};
|
|
27297
|
+
resident_key: {
|
|
27298
|
+
description: string;
|
|
27299
|
+
type: string;
|
|
27300
|
+
};
|
|
27301
|
+
room_keys: {
|
|
27302
|
+
description: string;
|
|
27303
|
+
items: {
|
|
27304
|
+
type: string;
|
|
27305
|
+
};
|
|
27306
|
+
type: string;
|
|
27307
|
+
};
|
|
27308
|
+
space_keys: {
|
|
27309
|
+
description: string;
|
|
27310
|
+
items: {
|
|
27311
|
+
type: string;
|
|
27312
|
+
};
|
|
27313
|
+
type: string;
|
|
27314
|
+
};
|
|
27315
|
+
starts_at: {
|
|
27316
|
+
description: string;
|
|
27317
|
+
type: string;
|
|
27318
|
+
};
|
|
27319
|
+
tenant_key: {
|
|
27320
|
+
description: string;
|
|
27321
|
+
type: string;
|
|
27322
|
+
};
|
|
27323
|
+
unit_keys: {
|
|
27324
|
+
description: string;
|
|
27325
|
+
items: {
|
|
27326
|
+
type: string;
|
|
27327
|
+
};
|
|
27328
|
+
type: string;
|
|
27329
|
+
};
|
|
27330
|
+
user_identity_key: {
|
|
27331
|
+
description: string;
|
|
27332
|
+
type: string;
|
|
27333
|
+
};
|
|
27334
|
+
user_key: {
|
|
27335
|
+
description: string;
|
|
27336
|
+
type: string;
|
|
27337
|
+
};
|
|
27338
|
+
};
|
|
27339
|
+
required: string[];
|
|
27340
|
+
type: string;
|
|
27341
|
+
};
|
|
27342
|
+
type: string;
|
|
27343
|
+
};
|
|
27344
|
+
residents: {
|
|
27345
|
+
description: string;
|
|
27346
|
+
items: {
|
|
27347
|
+
properties: {
|
|
27348
|
+
email_address: {
|
|
27349
|
+
description: string;
|
|
27350
|
+
type: string;
|
|
27351
|
+
};
|
|
27352
|
+
name: {
|
|
27353
|
+
description: string;
|
|
27354
|
+
type: string;
|
|
27355
|
+
};
|
|
27356
|
+
phone_number: {
|
|
27357
|
+
description: string;
|
|
27358
|
+
type: string;
|
|
27359
|
+
};
|
|
27360
|
+
resident_key: {
|
|
27361
|
+
description: string;
|
|
27362
|
+
type: string;
|
|
27363
|
+
};
|
|
27364
|
+
};
|
|
27365
|
+
required: string[];
|
|
27366
|
+
type: string;
|
|
27367
|
+
};
|
|
27368
|
+
type: string;
|
|
27369
|
+
};
|
|
27370
|
+
rooms: {
|
|
27371
|
+
description: string;
|
|
27372
|
+
items: {
|
|
27373
|
+
properties: {
|
|
27374
|
+
name: {
|
|
27375
|
+
description: string;
|
|
27376
|
+
type: string;
|
|
27377
|
+
};
|
|
27378
|
+
room_key: {
|
|
27379
|
+
description: string;
|
|
27380
|
+
type: string;
|
|
27381
|
+
};
|
|
27382
|
+
};
|
|
27383
|
+
required: string[];
|
|
27384
|
+
type: string;
|
|
27385
|
+
};
|
|
27386
|
+
type: string;
|
|
27387
|
+
};
|
|
27388
|
+
spaces: {
|
|
27389
|
+
description: string;
|
|
27390
|
+
items: {
|
|
27391
|
+
properties: {
|
|
27392
|
+
name: {
|
|
27393
|
+
description: string;
|
|
27394
|
+
type: string;
|
|
27395
|
+
};
|
|
27396
|
+
space_key: {
|
|
27397
|
+
description: string;
|
|
27398
|
+
type: string;
|
|
27399
|
+
};
|
|
27400
|
+
};
|
|
27401
|
+
required: string[];
|
|
27402
|
+
type: string;
|
|
27403
|
+
};
|
|
27404
|
+
type: string;
|
|
27405
|
+
};
|
|
27406
|
+
tenants: {
|
|
27407
|
+
description: string;
|
|
27408
|
+
items: {
|
|
27409
|
+
properties: {
|
|
27410
|
+
email_address: {
|
|
27411
|
+
description: string;
|
|
27412
|
+
type: string;
|
|
27413
|
+
};
|
|
27414
|
+
name: {
|
|
27415
|
+
description: string;
|
|
27416
|
+
type: string;
|
|
27417
|
+
};
|
|
27418
|
+
phone_number: {
|
|
27419
|
+
description: string;
|
|
27420
|
+
type: string;
|
|
27421
|
+
};
|
|
27422
|
+
tenant_key: {
|
|
27423
|
+
description: string;
|
|
27424
|
+
type: string;
|
|
27425
|
+
};
|
|
27426
|
+
};
|
|
27427
|
+
required: string[];
|
|
27428
|
+
type: string;
|
|
27429
|
+
};
|
|
27430
|
+
type: string;
|
|
27431
|
+
};
|
|
27432
|
+
units: {
|
|
27433
|
+
description: string;
|
|
27434
|
+
items: {
|
|
27435
|
+
properties: {
|
|
27436
|
+
name: {
|
|
27437
|
+
description: string;
|
|
27438
|
+
type: string;
|
|
27439
|
+
};
|
|
27440
|
+
unit_key: {
|
|
27441
|
+
description: string;
|
|
27442
|
+
type: string;
|
|
27443
|
+
};
|
|
27444
|
+
};
|
|
27445
|
+
required: string[];
|
|
27446
|
+
type: string;
|
|
27447
|
+
};
|
|
27448
|
+
type: string;
|
|
27449
|
+
};
|
|
27450
|
+
user_identities: {
|
|
27451
|
+
description: string;
|
|
27452
|
+
items: {
|
|
27453
|
+
properties: {
|
|
27454
|
+
email_address: {
|
|
27455
|
+
description: string;
|
|
27456
|
+
type: string;
|
|
27457
|
+
};
|
|
27458
|
+
name: {
|
|
27459
|
+
description: string;
|
|
27460
|
+
type: string;
|
|
27461
|
+
};
|
|
27462
|
+
phone_number: {
|
|
27463
|
+
description: string;
|
|
27464
|
+
type: string;
|
|
27465
|
+
};
|
|
27466
|
+
user_identity_key: {
|
|
27467
|
+
description: string;
|
|
27468
|
+
type: string;
|
|
27469
|
+
};
|
|
27470
|
+
};
|
|
27471
|
+
required: string[];
|
|
27472
|
+
type: string;
|
|
27473
|
+
};
|
|
27474
|
+
type: string;
|
|
27475
|
+
};
|
|
27476
|
+
users: {
|
|
27477
|
+
description: string;
|
|
27478
|
+
items: {
|
|
27479
|
+
properties: {
|
|
27480
|
+
email_address: {
|
|
27481
|
+
description: string;
|
|
27482
|
+
type: string;
|
|
27483
|
+
};
|
|
27484
|
+
name: {
|
|
27485
|
+
description: string;
|
|
27486
|
+
type: string;
|
|
27487
|
+
};
|
|
27488
|
+
phone_number: {
|
|
27489
|
+
description: string;
|
|
27490
|
+
type: string;
|
|
27491
|
+
};
|
|
27492
|
+
user_key: {
|
|
27493
|
+
description: string;
|
|
27494
|
+
type: string;
|
|
27495
|
+
};
|
|
27496
|
+
};
|
|
27497
|
+
required: string[];
|
|
27498
|
+
type: string;
|
|
27499
|
+
};
|
|
27500
|
+
type: string;
|
|
27501
|
+
};
|
|
27502
|
+
};
|
|
27503
|
+
required: string[];
|
|
27504
|
+
type: string;
|
|
27505
|
+
};
|
|
27506
|
+
features?: never;
|
|
27507
|
+
};
|
|
27508
|
+
type: string;
|
|
27509
|
+
default?: never;
|
|
27510
|
+
description?: never;
|
|
27511
|
+
})[];
|
|
27512
|
+
};
|
|
27513
|
+
};
|
|
27514
|
+
};
|
|
27515
|
+
};
|
|
27516
|
+
responses: {
|
|
27517
|
+
200: {
|
|
27518
|
+
content: {
|
|
27519
|
+
'application/json': {
|
|
27520
|
+
schema: {
|
|
27521
|
+
properties: {
|
|
27522
|
+
magic_link: {
|
|
27523
|
+
$ref: string;
|
|
27524
|
+
};
|
|
27525
|
+
ok: {
|
|
27526
|
+
type: string;
|
|
27527
|
+
};
|
|
27528
|
+
};
|
|
27529
|
+
required: string[];
|
|
27530
|
+
type: string;
|
|
27531
|
+
};
|
|
27532
|
+
};
|
|
27533
|
+
};
|
|
27534
|
+
description: string;
|
|
27535
|
+
};
|
|
27536
|
+
400: {
|
|
27537
|
+
description: string;
|
|
27538
|
+
};
|
|
27539
|
+
401: {
|
|
27540
|
+
description: string;
|
|
27541
|
+
};
|
|
27542
|
+
};
|
|
27543
|
+
security: ({
|
|
27544
|
+
pat_with_workspace: never[];
|
|
27545
|
+
console_session_with_workspace?: never;
|
|
27546
|
+
api_key?: never;
|
|
27547
|
+
} | {
|
|
27548
|
+
console_session_with_workspace: never[];
|
|
27549
|
+
pat_with_workspace?: never;
|
|
27550
|
+
api_key?: never;
|
|
27551
|
+
} | {
|
|
27552
|
+
api_key: never[];
|
|
27553
|
+
pat_with_workspace?: never;
|
|
27554
|
+
console_session_with_workspace?: never;
|
|
27555
|
+
})[];
|
|
27556
|
+
summary: string;
|
|
27557
|
+
tags: never[];
|
|
27558
|
+
'x-fern-sdk-group-name': string[];
|
|
27559
|
+
'x-fern-sdk-method-name': string;
|
|
27560
|
+
'x-fern-sdk-return-value': string;
|
|
27561
|
+
'x-response-key': string;
|
|
27562
|
+
'x-title': string;
|
|
27563
|
+
};
|
|
27564
|
+
};
|
|
27565
|
+
'/customers/push_data': {
|
|
27566
|
+
post: {
|
|
27567
|
+
description: string;
|
|
27568
|
+
operationId: string;
|
|
27569
|
+
requestBody: {
|
|
27570
|
+
content: {
|
|
27571
|
+
'application/json': {
|
|
27572
|
+
schema: {
|
|
27573
|
+
properties: {
|
|
27574
|
+
access_grants: {
|
|
27575
|
+
description: string;
|
|
27576
|
+
items: {
|
|
27577
|
+
properties: {
|
|
27578
|
+
access_grant_key: {
|
|
27579
|
+
description: string;
|
|
27580
|
+
type: string;
|
|
27581
|
+
};
|
|
27582
|
+
building_keys: {
|
|
27583
|
+
description: string;
|
|
27584
|
+
items: {
|
|
27585
|
+
type: string;
|
|
27586
|
+
};
|
|
27587
|
+
type: string;
|
|
27588
|
+
};
|
|
27589
|
+
common_area_keys: {
|
|
27590
|
+
description: string;
|
|
27591
|
+
items: {
|
|
27592
|
+
type: string;
|
|
27593
|
+
};
|
|
27594
|
+
type: string;
|
|
27595
|
+
};
|
|
27596
|
+
ends_at: {
|
|
27597
|
+
description: string;
|
|
27598
|
+
type: string;
|
|
27599
|
+
};
|
|
27600
|
+
facility_keys: {
|
|
27601
|
+
description: string;
|
|
27602
|
+
items: {
|
|
27603
|
+
type: string;
|
|
27604
|
+
};
|
|
27605
|
+
type: string;
|
|
27606
|
+
};
|
|
27607
|
+
guest_key: {
|
|
27608
|
+
description: string;
|
|
27609
|
+
type: string;
|
|
27610
|
+
};
|
|
27611
|
+
listing_keys: {
|
|
27612
|
+
description: string;
|
|
27613
|
+
items: {
|
|
27614
|
+
type: string;
|
|
27615
|
+
};
|
|
27616
|
+
type: string;
|
|
27617
|
+
};
|
|
27618
|
+
name: {
|
|
27619
|
+
description: string;
|
|
27620
|
+
type: string;
|
|
27621
|
+
};
|
|
27622
|
+
property_keys: {
|
|
27623
|
+
description: string;
|
|
27624
|
+
items: {
|
|
27625
|
+
type: string;
|
|
27626
|
+
};
|
|
27627
|
+
type: string;
|
|
27628
|
+
};
|
|
27629
|
+
resident_key: {
|
|
27630
|
+
description: string;
|
|
27631
|
+
type: string;
|
|
27632
|
+
};
|
|
27633
|
+
room_keys: {
|
|
27634
|
+
description: string;
|
|
27635
|
+
items: {
|
|
27636
|
+
type: string;
|
|
27637
|
+
};
|
|
27638
|
+
type: string;
|
|
27639
|
+
};
|
|
27640
|
+
space_keys: {
|
|
27641
|
+
description: string;
|
|
27642
|
+
items: {
|
|
27643
|
+
type: string;
|
|
27644
|
+
};
|
|
27645
|
+
type: string;
|
|
27646
|
+
};
|
|
27647
|
+
starts_at: {
|
|
27648
|
+
description: string;
|
|
27649
|
+
type: string;
|
|
27650
|
+
};
|
|
27651
|
+
tenant_key: {
|
|
27652
|
+
description: string;
|
|
27653
|
+
type: string;
|
|
27654
|
+
};
|
|
27655
|
+
unit_keys: {
|
|
27656
|
+
description: string;
|
|
27657
|
+
items: {
|
|
27658
|
+
type: string;
|
|
27659
|
+
};
|
|
27660
|
+
type: string;
|
|
27661
|
+
};
|
|
27662
|
+
user_identity_key: {
|
|
27663
|
+
description: string;
|
|
27664
|
+
type: string;
|
|
27665
|
+
};
|
|
27666
|
+
user_key: {
|
|
27667
|
+
description: string;
|
|
27668
|
+
type: string;
|
|
27669
|
+
};
|
|
27670
|
+
};
|
|
27671
|
+
required: string[];
|
|
27672
|
+
type: string;
|
|
27673
|
+
};
|
|
27674
|
+
type: string;
|
|
27675
|
+
};
|
|
27676
|
+
bookings: {
|
|
27677
|
+
description: string;
|
|
27678
|
+
items: {
|
|
27679
|
+
properties: {
|
|
27680
|
+
booking_key: {
|
|
27681
|
+
description: string;
|
|
27682
|
+
type: string;
|
|
27683
|
+
};
|
|
27684
|
+
building_keys: {
|
|
27685
|
+
description: string;
|
|
27686
|
+
items: {
|
|
27687
|
+
type: string;
|
|
27688
|
+
};
|
|
27689
|
+
type: string;
|
|
27690
|
+
};
|
|
27691
|
+
common_area_keys: {
|
|
27692
|
+
description: string;
|
|
27693
|
+
items: {
|
|
27694
|
+
type: string;
|
|
27695
|
+
};
|
|
27696
|
+
type: string;
|
|
27697
|
+
};
|
|
27698
|
+
ends_at: {
|
|
27699
|
+
description: string;
|
|
27700
|
+
type: string;
|
|
27701
|
+
};
|
|
27702
|
+
facility_keys: {
|
|
27703
|
+
description: string;
|
|
27704
|
+
items: {
|
|
27705
|
+
type: string;
|
|
27706
|
+
};
|
|
27707
|
+
type: string;
|
|
27708
|
+
};
|
|
27709
|
+
guest_key: {
|
|
27710
|
+
description: string;
|
|
27711
|
+
type: string;
|
|
27712
|
+
};
|
|
27713
|
+
listing_keys: {
|
|
27714
|
+
description: string;
|
|
27715
|
+
items: {
|
|
27716
|
+
type: string;
|
|
27717
|
+
};
|
|
27718
|
+
type: string;
|
|
27719
|
+
};
|
|
27720
|
+
name: {
|
|
27721
|
+
description: string;
|
|
27722
|
+
type: string;
|
|
27723
|
+
};
|
|
27724
|
+
property_keys: {
|
|
27725
|
+
description: string;
|
|
27726
|
+
items: {
|
|
27727
|
+
type: string;
|
|
27728
|
+
};
|
|
27729
|
+
type: string;
|
|
27730
|
+
};
|
|
27731
|
+
resident_key: {
|
|
27732
|
+
description: string;
|
|
27733
|
+
type: string;
|
|
27734
|
+
};
|
|
27735
|
+
room_keys: {
|
|
27736
|
+
description: string;
|
|
27737
|
+
items: {
|
|
27738
|
+
type: string;
|
|
27739
|
+
};
|
|
27740
|
+
type: string;
|
|
27741
|
+
};
|
|
27742
|
+
space_keys: {
|
|
27743
|
+
description: string;
|
|
27744
|
+
items: {
|
|
27745
|
+
type: string;
|
|
27746
|
+
};
|
|
27747
|
+
type: string;
|
|
27748
|
+
};
|
|
27749
|
+
starts_at: {
|
|
27750
|
+
description: string;
|
|
27751
|
+
type: string;
|
|
27752
|
+
};
|
|
27753
|
+
tenant_key: {
|
|
27754
|
+
description: string;
|
|
27755
|
+
type: string;
|
|
27756
|
+
};
|
|
27757
|
+
unit_keys: {
|
|
27758
|
+
description: string;
|
|
27759
|
+
items: {
|
|
27760
|
+
type: string;
|
|
27761
|
+
};
|
|
27762
|
+
type: string;
|
|
27763
|
+
};
|
|
27764
|
+
user_identity_key: {
|
|
27765
|
+
description: string;
|
|
27766
|
+
type: string;
|
|
27767
|
+
};
|
|
27768
|
+
user_key: {
|
|
27769
|
+
description: string;
|
|
27770
|
+
type: string;
|
|
27771
|
+
};
|
|
27772
|
+
};
|
|
27773
|
+
required: string[];
|
|
27774
|
+
type: string;
|
|
27775
|
+
};
|
|
27776
|
+
type: string;
|
|
27777
|
+
};
|
|
27778
|
+
buildings: {
|
|
27779
|
+
description: string;
|
|
27780
|
+
items: {
|
|
27781
|
+
properties: {
|
|
27782
|
+
building_key: {
|
|
27783
|
+
description: string;
|
|
27784
|
+
type: string;
|
|
27785
|
+
};
|
|
27786
|
+
name: {
|
|
27787
|
+
description: string;
|
|
27788
|
+
type: string;
|
|
27789
|
+
};
|
|
27790
|
+
};
|
|
27791
|
+
required: string[];
|
|
27792
|
+
type: string;
|
|
27793
|
+
};
|
|
27794
|
+
type: string;
|
|
27795
|
+
};
|
|
27796
|
+
common_areas: {
|
|
27797
|
+
description: string;
|
|
27798
|
+
items: {
|
|
27799
|
+
properties: {
|
|
27800
|
+
common_area_key: {
|
|
27801
|
+
description: string;
|
|
27802
|
+
type: string;
|
|
27803
|
+
};
|
|
27804
|
+
name: {
|
|
27805
|
+
description: string;
|
|
27806
|
+
type: string;
|
|
27807
|
+
};
|
|
27808
|
+
};
|
|
27809
|
+
required: string[];
|
|
27810
|
+
type: string;
|
|
27811
|
+
};
|
|
27812
|
+
type: string;
|
|
27813
|
+
};
|
|
27814
|
+
customer_key: {
|
|
27815
|
+
description: string;
|
|
27816
|
+
type: string;
|
|
27817
|
+
};
|
|
27818
|
+
facilities: {
|
|
27819
|
+
description: string;
|
|
27820
|
+
items: {
|
|
27821
|
+
properties: {
|
|
27822
|
+
facility_key: {
|
|
27823
|
+
description: string;
|
|
27824
|
+
type: string;
|
|
27825
|
+
};
|
|
27826
|
+
name: {
|
|
27827
|
+
description: string;
|
|
27828
|
+
type: string;
|
|
27829
|
+
};
|
|
27830
|
+
};
|
|
27831
|
+
required: string[];
|
|
27832
|
+
type: string;
|
|
27833
|
+
};
|
|
27834
|
+
type: string;
|
|
27835
|
+
};
|
|
27836
|
+
guests: {
|
|
27837
|
+
description: string;
|
|
27838
|
+
items: {
|
|
27839
|
+
properties: {
|
|
27840
|
+
email_address: {
|
|
27841
|
+
description: string;
|
|
27842
|
+
type: string;
|
|
27843
|
+
};
|
|
27844
|
+
guest_key: {
|
|
27845
|
+
description: string;
|
|
27846
|
+
type: string;
|
|
27847
|
+
};
|
|
27848
|
+
name: {
|
|
27849
|
+
description: string;
|
|
27850
|
+
type: string;
|
|
27851
|
+
};
|
|
27852
|
+
phone_number: {
|
|
27853
|
+
description: string;
|
|
27854
|
+
type: string;
|
|
27855
|
+
};
|
|
27856
|
+
};
|
|
27857
|
+
required: string[];
|
|
27858
|
+
type: string;
|
|
27859
|
+
};
|
|
27860
|
+
type: string;
|
|
27861
|
+
};
|
|
27862
|
+
listings: {
|
|
27863
|
+
description: string;
|
|
27864
|
+
items: {
|
|
27865
|
+
properties: {
|
|
27866
|
+
listing_key: {
|
|
27867
|
+
description: string;
|
|
27868
|
+
type: string;
|
|
27869
|
+
};
|
|
27870
|
+
name: {
|
|
27871
|
+
description: string;
|
|
27872
|
+
type: string;
|
|
27873
|
+
};
|
|
27874
|
+
};
|
|
27875
|
+
required: string[];
|
|
27876
|
+
type: string;
|
|
27877
|
+
};
|
|
27878
|
+
type: string;
|
|
27879
|
+
};
|
|
27880
|
+
properties: {
|
|
27881
|
+
description: string;
|
|
27882
|
+
items: {
|
|
27883
|
+
properties: {
|
|
27884
|
+
name: {
|
|
27885
|
+
description: string;
|
|
27886
|
+
type: string;
|
|
27887
|
+
};
|
|
27888
|
+
property_key: {
|
|
27889
|
+
description: string;
|
|
27890
|
+
type: string;
|
|
27891
|
+
};
|
|
27892
|
+
};
|
|
27893
|
+
required: string[];
|
|
27894
|
+
type: string;
|
|
27895
|
+
};
|
|
27896
|
+
type: string;
|
|
27897
|
+
};
|
|
27898
|
+
reservations: {
|
|
27899
|
+
description: string;
|
|
27900
|
+
items: {
|
|
27901
|
+
properties: {
|
|
27902
|
+
building_keys: {
|
|
27903
|
+
description: string;
|
|
27904
|
+
items: {
|
|
27905
|
+
type: string;
|
|
27906
|
+
};
|
|
27907
|
+
type: string;
|
|
27908
|
+
};
|
|
27909
|
+
common_area_keys: {
|
|
27910
|
+
description: string;
|
|
27911
|
+
items: {
|
|
27912
|
+
type: string;
|
|
27913
|
+
};
|
|
27914
|
+
type: string;
|
|
27915
|
+
};
|
|
27916
|
+
ends_at: {
|
|
27917
|
+
description: string;
|
|
27918
|
+
type: string;
|
|
27919
|
+
};
|
|
27920
|
+
facility_keys: {
|
|
27921
|
+
description: string;
|
|
27922
|
+
items: {
|
|
27923
|
+
type: string;
|
|
27924
|
+
};
|
|
27925
|
+
type: string;
|
|
27926
|
+
};
|
|
27927
|
+
guest_key: {
|
|
27928
|
+
description: string;
|
|
27929
|
+
type: string;
|
|
27930
|
+
};
|
|
27931
|
+
listing_keys: {
|
|
27932
|
+
description: string;
|
|
27933
|
+
items: {
|
|
27934
|
+
type: string;
|
|
27935
|
+
};
|
|
27936
|
+
type: string;
|
|
27937
|
+
};
|
|
27938
|
+
name: {
|
|
27939
|
+
description: string;
|
|
27940
|
+
type: string;
|
|
27941
|
+
};
|
|
27942
|
+
property_keys: {
|
|
27943
|
+
description: string;
|
|
27944
|
+
items: {
|
|
27945
|
+
type: string;
|
|
27946
|
+
};
|
|
27947
|
+
type: string;
|
|
27948
|
+
};
|
|
27949
|
+
reservation_key: {
|
|
27950
|
+
description: string;
|
|
27951
|
+
type: string;
|
|
27952
|
+
};
|
|
27953
|
+
resident_key: {
|
|
27954
|
+
description: string;
|
|
27955
|
+
type: string;
|
|
27956
|
+
};
|
|
27957
|
+
room_keys: {
|
|
27958
|
+
description: string;
|
|
27959
|
+
items: {
|
|
27960
|
+
type: string;
|
|
27961
|
+
};
|
|
27962
|
+
type: string;
|
|
27963
|
+
};
|
|
27964
|
+
space_keys: {
|
|
27965
|
+
description: string;
|
|
27966
|
+
items: {
|
|
27967
|
+
type: string;
|
|
27968
|
+
};
|
|
27969
|
+
type: string;
|
|
27970
|
+
};
|
|
27971
|
+
starts_at: {
|
|
27972
|
+
description: string;
|
|
27973
|
+
type: string;
|
|
27974
|
+
};
|
|
27975
|
+
tenant_key: {
|
|
27976
|
+
description: string;
|
|
27977
|
+
type: string;
|
|
27978
|
+
};
|
|
27979
|
+
unit_keys: {
|
|
27980
|
+
description: string;
|
|
27981
|
+
items: {
|
|
27982
|
+
type: string;
|
|
27983
|
+
};
|
|
27984
|
+
type: string;
|
|
27985
|
+
};
|
|
27986
|
+
user_identity_key: {
|
|
27987
|
+
description: string;
|
|
27988
|
+
type: string;
|
|
27989
|
+
};
|
|
27990
|
+
user_key: {
|
|
27991
|
+
description: string;
|
|
27992
|
+
type: string;
|
|
27993
|
+
};
|
|
27994
|
+
};
|
|
27995
|
+
required: string[];
|
|
27996
|
+
type: string;
|
|
27997
|
+
};
|
|
27998
|
+
type: string;
|
|
27999
|
+
};
|
|
28000
|
+
residents: {
|
|
28001
|
+
description: string;
|
|
28002
|
+
items: {
|
|
28003
|
+
properties: {
|
|
28004
|
+
email_address: {
|
|
28005
|
+
description: string;
|
|
28006
|
+
type: string;
|
|
28007
|
+
};
|
|
28008
|
+
name: {
|
|
28009
|
+
description: string;
|
|
28010
|
+
type: string;
|
|
28011
|
+
};
|
|
28012
|
+
phone_number: {
|
|
28013
|
+
description: string;
|
|
28014
|
+
type: string;
|
|
28015
|
+
};
|
|
28016
|
+
resident_key: {
|
|
28017
|
+
description: string;
|
|
28018
|
+
type: string;
|
|
28019
|
+
};
|
|
28020
|
+
};
|
|
28021
|
+
required: string[];
|
|
28022
|
+
type: string;
|
|
28023
|
+
};
|
|
28024
|
+
type: string;
|
|
28025
|
+
};
|
|
28026
|
+
rooms: {
|
|
28027
|
+
description: string;
|
|
28028
|
+
items: {
|
|
28029
|
+
properties: {
|
|
28030
|
+
name: {
|
|
28031
|
+
description: string;
|
|
28032
|
+
type: string;
|
|
28033
|
+
};
|
|
28034
|
+
room_key: {
|
|
28035
|
+
description: string;
|
|
28036
|
+
type: string;
|
|
28037
|
+
};
|
|
28038
|
+
};
|
|
28039
|
+
required: string[];
|
|
28040
|
+
type: string;
|
|
28041
|
+
};
|
|
28042
|
+
type: string;
|
|
28043
|
+
};
|
|
28044
|
+
spaces: {
|
|
28045
|
+
description: string;
|
|
28046
|
+
items: {
|
|
28047
|
+
properties: {
|
|
28048
|
+
name: {
|
|
28049
|
+
description: string;
|
|
28050
|
+
type: string;
|
|
28051
|
+
};
|
|
28052
|
+
space_key: {
|
|
28053
|
+
description: string;
|
|
28054
|
+
type: string;
|
|
28055
|
+
};
|
|
28056
|
+
};
|
|
28057
|
+
required: string[];
|
|
28058
|
+
type: string;
|
|
28059
|
+
};
|
|
28060
|
+
type: string;
|
|
28061
|
+
};
|
|
28062
|
+
tenants: {
|
|
28063
|
+
description: string;
|
|
28064
|
+
items: {
|
|
28065
|
+
properties: {
|
|
28066
|
+
email_address: {
|
|
28067
|
+
description: string;
|
|
28068
|
+
type: string;
|
|
28069
|
+
};
|
|
28070
|
+
name: {
|
|
28071
|
+
description: string;
|
|
28072
|
+
type: string;
|
|
28073
|
+
};
|
|
28074
|
+
phone_number: {
|
|
28075
|
+
description: string;
|
|
28076
|
+
type: string;
|
|
28077
|
+
};
|
|
28078
|
+
tenant_key: {
|
|
28079
|
+
description: string;
|
|
28080
|
+
type: string;
|
|
28081
|
+
};
|
|
28082
|
+
};
|
|
28083
|
+
required: string[];
|
|
28084
|
+
type: string;
|
|
28085
|
+
};
|
|
28086
|
+
type: string;
|
|
28087
|
+
};
|
|
28088
|
+
units: {
|
|
28089
|
+
description: string;
|
|
28090
|
+
items: {
|
|
28091
|
+
properties: {
|
|
28092
|
+
name: {
|
|
28093
|
+
description: string;
|
|
28094
|
+
type: string;
|
|
28095
|
+
};
|
|
28096
|
+
unit_key: {
|
|
28097
|
+
description: string;
|
|
28098
|
+
type: string;
|
|
28099
|
+
};
|
|
28100
|
+
};
|
|
28101
|
+
required: string[];
|
|
28102
|
+
type: string;
|
|
28103
|
+
};
|
|
28104
|
+
type: string;
|
|
28105
|
+
};
|
|
28106
|
+
user_identities: {
|
|
28107
|
+
description: string;
|
|
28108
|
+
items: {
|
|
28109
|
+
properties: {
|
|
28110
|
+
email_address: {
|
|
28111
|
+
description: string;
|
|
28112
|
+
type: string;
|
|
28113
|
+
};
|
|
28114
|
+
name: {
|
|
28115
|
+
description: string;
|
|
28116
|
+
type: string;
|
|
28117
|
+
};
|
|
28118
|
+
phone_number: {
|
|
28119
|
+
description: string;
|
|
28120
|
+
type: string;
|
|
28121
|
+
};
|
|
28122
|
+
user_identity_key: {
|
|
28123
|
+
description: string;
|
|
28124
|
+
type: string;
|
|
28125
|
+
};
|
|
28126
|
+
};
|
|
28127
|
+
required: string[];
|
|
28128
|
+
type: string;
|
|
28129
|
+
};
|
|
28130
|
+
type: string;
|
|
28131
|
+
};
|
|
28132
|
+
users: {
|
|
28133
|
+
description: string;
|
|
28134
|
+
items: {
|
|
28135
|
+
properties: {
|
|
28136
|
+
email_address: {
|
|
28137
|
+
description: string;
|
|
28138
|
+
type: string;
|
|
28139
|
+
};
|
|
28140
|
+
name: {
|
|
28141
|
+
description: string;
|
|
28142
|
+
type: string;
|
|
28143
|
+
};
|
|
28144
|
+
phone_number: {
|
|
28145
|
+
description: string;
|
|
28146
|
+
type: string;
|
|
28147
|
+
};
|
|
28148
|
+
user_key: {
|
|
28149
|
+
description: string;
|
|
28150
|
+
type: string;
|
|
28151
|
+
};
|
|
28152
|
+
};
|
|
28153
|
+
required: string[];
|
|
28154
|
+
type: string;
|
|
28155
|
+
};
|
|
28156
|
+
type: string;
|
|
28157
|
+
};
|
|
28158
|
+
};
|
|
28159
|
+
required: string[];
|
|
28160
|
+
type: string;
|
|
28161
|
+
};
|
|
28162
|
+
};
|
|
28163
|
+
};
|
|
28164
|
+
};
|
|
28165
|
+
responses: {
|
|
28166
|
+
200: {
|
|
28167
|
+
content: {
|
|
28168
|
+
'application/json': {
|
|
28169
|
+
schema: {
|
|
28170
|
+
properties: {
|
|
28171
|
+
ok: {
|
|
28172
|
+
type: string;
|
|
28173
|
+
};
|
|
28174
|
+
};
|
|
28175
|
+
required: string[];
|
|
28176
|
+
type: string;
|
|
28177
|
+
};
|
|
28178
|
+
};
|
|
28179
|
+
};
|
|
28180
|
+
description: string;
|
|
28181
|
+
};
|
|
28182
|
+
400: {
|
|
28183
|
+
description: string;
|
|
28184
|
+
};
|
|
28185
|
+
401: {
|
|
28186
|
+
description: string;
|
|
28187
|
+
};
|
|
28188
|
+
};
|
|
28189
|
+
security: ({
|
|
28190
|
+
pat_with_workspace: never[];
|
|
28191
|
+
console_session_with_workspace?: never;
|
|
28192
|
+
api_key?: never;
|
|
28193
|
+
} | {
|
|
28194
|
+
console_session_with_workspace: never[];
|
|
28195
|
+
pat_with_workspace?: never;
|
|
28196
|
+
api_key?: never;
|
|
28197
|
+
} | {
|
|
28198
|
+
api_key: never[];
|
|
28199
|
+
pat_with_workspace?: never;
|
|
28200
|
+
console_session_with_workspace?: never;
|
|
28201
|
+
})[];
|
|
28202
|
+
summary: string;
|
|
28203
|
+
tags: never[];
|
|
28204
|
+
'x-fern-sdk-group-name': string[];
|
|
28205
|
+
'x-fern-sdk-method-name': string;
|
|
28206
|
+
'x-response-key': null;
|
|
28207
|
+
'x-title': string;
|
|
28208
|
+
};
|
|
28209
|
+
};
|
|
28210
|
+
'/devices/delete': {
|
|
28211
|
+
delete: {
|
|
28212
|
+
description: string;
|
|
28213
|
+
operationId: string;
|
|
28214
|
+
parameters: {
|
|
28215
|
+
in: string;
|
|
28216
|
+
name: string;
|
|
28217
|
+
required: boolean;
|
|
28218
|
+
schema: {
|
|
28219
|
+
description: string;
|
|
28220
|
+
format: string;
|
|
28221
|
+
type: string;
|
|
28222
|
+
};
|
|
28223
|
+
}[];
|
|
28224
|
+
responses: {
|
|
28225
|
+
200: {
|
|
28226
|
+
content: {
|
|
28227
|
+
'application/json': {
|
|
28228
|
+
schema: {
|
|
28229
|
+
properties: {
|
|
28230
|
+
ok: {
|
|
28231
|
+
type: string;
|
|
28232
|
+
};
|
|
28233
|
+
};
|
|
28234
|
+
required: string[];
|
|
28235
|
+
type: string;
|
|
28236
|
+
};
|
|
28237
|
+
};
|
|
28238
|
+
};
|
|
28239
|
+
description: string;
|
|
28240
|
+
};
|
|
28241
|
+
400: {
|
|
28242
|
+
description: string;
|
|
28243
|
+
};
|
|
28244
|
+
401: {
|
|
28245
|
+
description: string;
|
|
28246
|
+
};
|
|
28247
|
+
};
|
|
28248
|
+
security: ({
|
|
28249
|
+
api_key: never[];
|
|
28250
|
+
pat_with_workspace?: never;
|
|
28251
|
+
console_session_with_workspace?: never;
|
|
28252
|
+
} | {
|
|
28253
|
+
pat_with_workspace: never[];
|
|
28254
|
+
api_key?: never;
|
|
28255
|
+
console_session_with_workspace?: never;
|
|
28256
|
+
} | {
|
|
28257
|
+
console_session_with_workspace: never[];
|
|
28258
|
+
api_key?: never;
|
|
28259
|
+
pat_with_workspace?: never;
|
|
28260
|
+
})[];
|
|
28261
|
+
summary: string;
|
|
28262
|
+
tags: string[];
|
|
28263
|
+
'x-deprecated': string;
|
|
28264
|
+
'x-fern-sdk-group-name': string[];
|
|
28265
|
+
'x-fern-sdk-method-name': string;
|
|
28266
|
+
'x-response-key': null;
|
|
28267
|
+
'x-title': string;
|
|
28268
|
+
'x-undocumented': string;
|
|
28269
|
+
};
|
|
28270
|
+
post: {
|
|
28271
|
+
description: string;
|
|
28272
|
+
operationId: string;
|
|
28273
|
+
requestBody: {
|
|
28274
|
+
content: {
|
|
28275
|
+
'application/json': {
|
|
28276
|
+
schema: {
|
|
28277
|
+
properties: {
|
|
28278
|
+
device_id: {
|
|
28279
|
+
description: string;
|
|
28280
|
+
format: string;
|
|
28281
|
+
type: string;
|
|
28282
|
+
};
|
|
28283
|
+
};
|
|
28284
|
+
required: string[];
|
|
28285
|
+
type: string;
|
|
28286
|
+
};
|
|
28287
|
+
};
|
|
28288
|
+
};
|
|
28289
|
+
};
|
|
28290
|
+
responses: {
|
|
28291
|
+
200: {
|
|
28292
|
+
content: {
|
|
28293
|
+
'application/json': {
|
|
28294
|
+
schema: {
|
|
28295
|
+
properties: {
|
|
28296
|
+
ok: {
|
|
28297
|
+
type: string;
|
|
28298
|
+
};
|
|
28299
|
+
};
|
|
28300
|
+
required: string[];
|
|
28301
|
+
type: string;
|
|
28302
|
+
};
|
|
28303
|
+
};
|
|
28304
|
+
};
|
|
28305
|
+
description: string;
|
|
28306
|
+
};
|
|
28307
|
+
400: {
|
|
28308
|
+
description: string;
|
|
28309
|
+
};
|
|
28310
|
+
401: {
|
|
28311
|
+
description: string;
|
|
28312
|
+
};
|
|
28313
|
+
};
|
|
28314
|
+
security: ({
|
|
28315
|
+
api_key: never[];
|
|
28316
|
+
pat_with_workspace?: never;
|
|
28317
|
+
console_session_with_workspace?: never;
|
|
28318
|
+
} | {
|
|
28319
|
+
pat_with_workspace: never[];
|
|
28320
|
+
api_key?: never;
|
|
28321
|
+
console_session_with_workspace?: never;
|
|
28322
|
+
} | {
|
|
28323
|
+
console_session_with_workspace: never[];
|
|
28324
|
+
api_key?: never;
|
|
28325
|
+
pat_with_workspace?: never;
|
|
28326
|
+
})[];
|
|
28327
|
+
summary: string;
|
|
28328
|
+
tags: string[];
|
|
28329
|
+
'x-deprecated': string;
|
|
28330
|
+
'x-fern-sdk-group-name': string[];
|
|
28331
|
+
'x-fern-sdk-method-name': string;
|
|
28332
|
+
'x-response-key': null;
|
|
28333
|
+
'x-title': string;
|
|
28334
|
+
'x-undocumented': string;
|
|
28335
|
+
};
|
|
28336
|
+
};
|
|
28337
|
+
'/devices/get': {
|
|
28338
|
+
get: {
|
|
28339
|
+
description: string;
|
|
28340
|
+
operationId: string;
|
|
28341
|
+
parameters: ({
|
|
28342
|
+
in: string;
|
|
28343
|
+
name: string;
|
|
28344
|
+
schema: {
|
|
28345
|
+
description: string;
|
|
28346
|
+
format: string;
|
|
28347
|
+
type: string;
|
|
28348
|
+
};
|
|
28349
|
+
} | {
|
|
28350
|
+
in: string;
|
|
28351
|
+
name: string;
|
|
28352
|
+
schema: {
|
|
28353
|
+
description: string;
|
|
28354
|
+
type: string;
|
|
28355
|
+
format?: never;
|
|
28356
|
+
};
|
|
28357
|
+
})[];
|
|
28358
|
+
responses: {
|
|
28359
|
+
200: {
|
|
28360
|
+
content: {
|
|
28361
|
+
'application/json': {
|
|
28362
|
+
schema: {
|
|
28363
|
+
properties: {
|
|
28364
|
+
device: {
|
|
28365
|
+
$ref: string;
|
|
28366
|
+
};
|
|
28367
|
+
ok: {
|
|
28368
|
+
type: string;
|
|
28369
|
+
};
|
|
28370
|
+
};
|
|
28371
|
+
required: string[];
|
|
28372
|
+
type: string;
|
|
28373
|
+
};
|
|
28374
|
+
};
|
|
28375
|
+
};
|
|
28376
|
+
description: string;
|
|
28377
|
+
};
|
|
28378
|
+
400: {
|
|
28379
|
+
description: string;
|
|
28380
|
+
};
|
|
28381
|
+
401: {
|
|
28382
|
+
description: string;
|
|
28383
|
+
};
|
|
28384
|
+
};
|
|
28385
|
+
security: ({
|
|
28386
|
+
client_session: never[];
|
|
28387
|
+
client_session_with_customer?: never;
|
|
28388
|
+
pat_with_workspace?: never;
|
|
28389
|
+
console_session_with_workspace?: never;
|
|
28390
|
+
api_key?: never;
|
|
28391
|
+
} | {
|
|
28392
|
+
client_session_with_customer: never[];
|
|
28393
|
+
client_session?: never;
|
|
28394
|
+
pat_with_workspace?: never;
|
|
28395
|
+
console_session_with_workspace?: never;
|
|
28396
|
+
api_key?: never;
|
|
28397
|
+
} | {
|
|
28398
|
+
pat_with_workspace: never[];
|
|
28399
|
+
client_session?: never;
|
|
28400
|
+
client_session_with_customer?: never;
|
|
28401
|
+
console_session_with_workspace?: never;
|
|
28402
|
+
api_key?: never;
|
|
28403
|
+
} | {
|
|
28404
|
+
console_session_with_workspace: never[];
|
|
28405
|
+
client_session?: never;
|
|
28406
|
+
client_session_with_customer?: never;
|
|
28407
|
+
pat_with_workspace?: never;
|
|
28408
|
+
api_key?: never;
|
|
28409
|
+
} | {
|
|
28410
|
+
api_key: never[];
|
|
28411
|
+
client_session?: never;
|
|
28412
|
+
client_session_with_customer?: never;
|
|
28413
|
+
pat_with_workspace?: never;
|
|
28414
|
+
console_session_with_workspace?: never;
|
|
28415
|
+
})[];
|
|
28416
|
+
summary: string;
|
|
28417
|
+
tags: string[];
|
|
28418
|
+
'x-fern-sdk-group-name': string[];
|
|
28419
|
+
'x-fern-sdk-method-name': string;
|
|
28420
|
+
'x-fern-sdk-return-value': string;
|
|
28421
|
+
'x-response-key': string;
|
|
28422
|
+
'x-title': string;
|
|
28423
|
+
};
|
|
28424
|
+
post: {
|
|
28425
|
+
description: string;
|
|
28426
|
+
operationId: string;
|
|
28427
|
+
requestBody: {
|
|
28428
|
+
content: {
|
|
28429
|
+
'application/json': {
|
|
28430
|
+
schema: {
|
|
28431
|
+
properties: {
|
|
28432
|
+
device_id: {
|
|
28433
|
+
description: string;
|
|
28434
|
+
format: string;
|
|
28435
|
+
type: string;
|
|
28436
|
+
};
|
|
28437
|
+
name: {
|
|
28438
|
+
description: string;
|
|
28439
|
+
type: string;
|
|
28440
|
+
};
|
|
28441
|
+
};
|
|
28442
|
+
type: string;
|
|
28443
|
+
};
|
|
28444
|
+
};
|
|
28445
|
+
};
|
|
28446
|
+
};
|
|
28447
|
+
responses: {
|
|
28448
|
+
200: {
|
|
28449
|
+
content: {
|
|
28450
|
+
'application/json': {
|
|
28451
|
+
schema: {
|
|
28452
|
+
properties: {
|
|
28453
|
+
device: {
|
|
28454
|
+
$ref: string;
|
|
28455
|
+
};
|
|
28456
|
+
ok: {
|
|
28457
|
+
type: string;
|
|
28458
|
+
};
|
|
28459
|
+
};
|
|
28460
|
+
required: string[];
|
|
28461
|
+
type: string;
|
|
28462
|
+
};
|
|
28463
|
+
};
|
|
28464
|
+
};
|
|
28465
|
+
description: string;
|
|
28466
|
+
};
|
|
28467
|
+
400: {
|
|
28468
|
+
description: string;
|
|
28469
|
+
};
|
|
28470
|
+
401: {
|
|
28471
|
+
description: string;
|
|
28472
|
+
};
|
|
28473
|
+
};
|
|
28474
|
+
security: ({
|
|
28475
|
+
client_session: never[];
|
|
28476
|
+
client_session_with_customer?: never;
|
|
28477
|
+
pat_with_workspace?: never;
|
|
28478
|
+
console_session_with_workspace?: never;
|
|
28479
|
+
api_key?: never;
|
|
28480
|
+
} | {
|
|
28481
|
+
client_session_with_customer: never[];
|
|
28482
|
+
client_session?: never;
|
|
28483
|
+
pat_with_workspace?: never;
|
|
28484
|
+
console_session_with_workspace?: never;
|
|
28485
|
+
api_key?: never;
|
|
28486
|
+
} | {
|
|
28487
|
+
pat_with_workspace: never[];
|
|
28488
|
+
client_session?: never;
|
|
28489
|
+
client_session_with_customer?: never;
|
|
28490
|
+
console_session_with_workspace?: never;
|
|
28491
|
+
api_key?: never;
|
|
28492
|
+
} | {
|
|
28493
|
+
console_session_with_workspace: never[];
|
|
28494
|
+
client_session?: never;
|
|
28495
|
+
client_session_with_customer?: never;
|
|
28496
|
+
pat_with_workspace?: never;
|
|
28497
|
+
api_key?: never;
|
|
28498
|
+
} | {
|
|
28499
|
+
api_key: never[];
|
|
28500
|
+
client_session?: never;
|
|
28501
|
+
client_session_with_customer?: never;
|
|
28502
|
+
pat_with_workspace?: never;
|
|
28503
|
+
console_session_with_workspace?: never;
|
|
28504
|
+
})[];
|
|
28505
|
+
summary: string;
|
|
28506
|
+
tags: string[];
|
|
28507
|
+
'x-fern-sdk-group-name': string[];
|
|
28508
|
+
'x-fern-sdk-method-name': string;
|
|
28509
|
+
'x-fern-sdk-return-value': string;
|
|
28510
|
+
'x-response-key': string;
|
|
28511
|
+
'x-title': string;
|
|
28512
|
+
};
|
|
28513
|
+
};
|
|
28514
|
+
'/devices/list': {
|
|
28515
|
+
get: {
|
|
28516
|
+
description: string;
|
|
28517
|
+
operationId: string;
|
|
28518
|
+
parameters: ({
|
|
28519
|
+
in: string;
|
|
28520
|
+
name: string;
|
|
28521
|
+
schema: {
|
|
28522
|
+
items: {
|
|
28523
|
+
format: string;
|
|
28524
|
+
type: string;
|
|
28525
|
+
oneOf?: never;
|
|
28526
|
+
enum?: never;
|
|
28527
|
+
};
|
|
28528
|
+
type: string;
|
|
28529
|
+
description?: never;
|
|
28530
|
+
format?: never;
|
|
28531
|
+
oneOf?: never;
|
|
28532
|
+
enum?: never;
|
|
28533
|
+
default?: never;
|
|
28534
|
+
additionalProperties?: never;
|
|
28535
|
+
nullable?: never;
|
|
28536
|
+
'x-undocumented'?: never;
|
|
28537
|
+
deprecated?: never;
|
|
28538
|
+
'x-deprecated'?: never;
|
|
28539
|
+
};
|
|
28540
|
+
} | {
|
|
28541
|
+
in: string;
|
|
28542
|
+
name: string;
|
|
28543
|
+
schema: {
|
|
28544
|
+
description: string;
|
|
28545
|
+
format: string;
|
|
28546
|
+
type: string;
|
|
28547
|
+
items?: never;
|
|
28548
|
+
oneOf?: never;
|
|
28549
|
+
enum?: never;
|
|
28550
|
+
default?: never;
|
|
28551
|
+
additionalProperties?: never;
|
|
28552
|
+
nullable?: never;
|
|
28553
|
+
'x-undocumented'?: never;
|
|
28554
|
+
deprecated?: never;
|
|
28555
|
+
'x-deprecated'?: never;
|
|
28556
|
+
};
|
|
28557
|
+
} | {
|
|
28558
|
+
in: string;
|
|
28559
|
+
name: string;
|
|
28560
|
+
schema: {
|
|
28561
|
+
description: string;
|
|
28562
|
+
items: {
|
|
28563
|
+
format: string;
|
|
28564
|
+
type: string;
|
|
28565
|
+
oneOf?: never;
|
|
28566
|
+
enum?: never;
|
|
28567
|
+
};
|
|
28568
|
+
type: string;
|
|
28569
|
+
format?: never;
|
|
28570
|
+
oneOf?: never;
|
|
28571
|
+
enum?: never;
|
|
28572
|
+
default?: never;
|
|
28573
|
+
additionalProperties?: never;
|
|
28574
|
+
nullable?: never;
|
|
28575
|
+
'x-undocumented'?: never;
|
|
28576
|
+
deprecated?: never;
|
|
28577
|
+
'x-deprecated'?: never;
|
|
28578
|
+
};
|
|
28579
|
+
} | {
|
|
28580
|
+
in: string;
|
|
28581
|
+
name: string;
|
|
28582
|
+
schema: {
|
|
28583
|
+
description: string;
|
|
28584
|
+
oneOf: {
|
|
28585
|
+
description: string;
|
|
28586
|
+
enum: string[];
|
|
28587
|
+
type: string;
|
|
28588
|
+
}[];
|
|
28589
|
+
items?: never;
|
|
28590
|
+
type?: never;
|
|
28591
|
+
format?: never;
|
|
28592
|
+
enum?: never;
|
|
28593
|
+
default?: never;
|
|
28594
|
+
additionalProperties?: never;
|
|
28595
|
+
nullable?: never;
|
|
28596
|
+
'x-undocumented'?: never;
|
|
28597
|
+
deprecated?: never;
|
|
28598
|
+
'x-deprecated'?: never;
|
|
28599
|
+
};
|
|
28600
|
+
} | {
|
|
28601
|
+
in: string;
|
|
28602
|
+
name: string;
|
|
28603
|
+
schema: {
|
|
28604
|
+
description: string;
|
|
28605
|
+
items: {
|
|
28606
|
+
oneOf: {
|
|
28607
|
+
description: string;
|
|
28608
|
+
enum: string[];
|
|
28609
|
+
type: string;
|
|
28610
|
+
}[];
|
|
28611
|
+
format?: never;
|
|
28612
|
+
type?: never;
|
|
28613
|
+
enum?: never;
|
|
28614
|
+
};
|
|
28615
|
+
type: string;
|
|
28616
|
+
format?: never;
|
|
28617
|
+
oneOf?: never;
|
|
28618
|
+
enum?: never;
|
|
28619
|
+
default?: never;
|
|
28620
|
+
additionalProperties?: never;
|
|
28621
|
+
nullable?: never;
|
|
28622
|
+
'x-undocumented'?: never;
|
|
28623
|
+
deprecated?: never;
|
|
28624
|
+
'x-deprecated'?: never;
|
|
28625
|
+
};
|
|
28626
|
+
} | {
|
|
28627
|
+
in: string;
|
|
28628
|
+
name: string;
|
|
28629
|
+
schema: {
|
|
28630
|
+
description: string;
|
|
28631
|
+
enum: string[];
|
|
28632
|
+
type: string;
|
|
28633
|
+
items?: never;
|
|
28634
|
+
format?: never;
|
|
28635
|
+
oneOf?: never;
|
|
28636
|
+
default?: never;
|
|
28637
|
+
additionalProperties?: never;
|
|
28638
|
+
nullable?: never;
|
|
28639
|
+
'x-undocumented'?: never;
|
|
28640
|
+
deprecated?: never;
|
|
28641
|
+
'x-deprecated'?: never;
|
|
28642
|
+
};
|
|
28643
|
+
} | {
|
|
28644
|
+
in: string;
|
|
28645
|
+
name: string;
|
|
28646
|
+
schema: {
|
|
27345
28647
|
default: number;
|
|
27346
28648
|
description: string;
|
|
27347
28649
|
format: string;
|
|
@@ -33220,9 +34522,160 @@ declare const _default: {
|
|
|
33220
34522
|
'application/json': {
|
|
33221
34523
|
schema: {
|
|
33222
34524
|
properties: {
|
|
33223
|
-
bridge_client_session: {
|
|
33224
|
-
$ref: string;
|
|
33225
|
-
};
|
|
34525
|
+
bridge_client_session: {
|
|
34526
|
+
$ref: string;
|
|
34527
|
+
};
|
|
34528
|
+
ok: {
|
|
34529
|
+
type: string;
|
|
34530
|
+
};
|
|
34531
|
+
};
|
|
34532
|
+
required: string[];
|
|
34533
|
+
type: string;
|
|
34534
|
+
};
|
|
34535
|
+
};
|
|
34536
|
+
};
|
|
34537
|
+
description: string;
|
|
34538
|
+
};
|
|
34539
|
+
400: {
|
|
34540
|
+
description: string;
|
|
34541
|
+
};
|
|
34542
|
+
401: {
|
|
34543
|
+
description: string;
|
|
34544
|
+
};
|
|
34545
|
+
};
|
|
34546
|
+
security: {
|
|
34547
|
+
bridge_client_session: never[];
|
|
34548
|
+
}[];
|
|
34549
|
+
summary: string;
|
|
34550
|
+
tags: never[];
|
|
34551
|
+
'x-fern-sdk-group-name': string[];
|
|
34552
|
+
'x-fern-sdk-method-name': string;
|
|
34553
|
+
'x-fern-sdk-return-value': string;
|
|
34554
|
+
'x-response-key': string;
|
|
34555
|
+
'x-title': string;
|
|
34556
|
+
'x-undocumented': string;
|
|
34557
|
+
};
|
|
34558
|
+
};
|
|
34559
|
+
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
34560
|
+
post: {
|
|
34561
|
+
description: string;
|
|
34562
|
+
operationId: string;
|
|
34563
|
+
responses: {
|
|
34564
|
+
200: {
|
|
34565
|
+
content: {
|
|
34566
|
+
'application/json': {
|
|
34567
|
+
schema: {
|
|
34568
|
+
properties: {
|
|
34569
|
+
bridge_client_session: {
|
|
34570
|
+
$ref: string;
|
|
34571
|
+
};
|
|
34572
|
+
ok: {
|
|
34573
|
+
type: string;
|
|
34574
|
+
};
|
|
34575
|
+
};
|
|
34576
|
+
required: string[];
|
|
34577
|
+
type: string;
|
|
34578
|
+
};
|
|
34579
|
+
};
|
|
34580
|
+
};
|
|
34581
|
+
description: string;
|
|
34582
|
+
};
|
|
34583
|
+
400: {
|
|
34584
|
+
description: string;
|
|
34585
|
+
};
|
|
34586
|
+
401: {
|
|
34587
|
+
description: string;
|
|
34588
|
+
};
|
|
34589
|
+
};
|
|
34590
|
+
security: {
|
|
34591
|
+
bridge_client_session: never[];
|
|
34592
|
+
}[];
|
|
34593
|
+
summary: string;
|
|
34594
|
+
tags: never[];
|
|
34595
|
+
'x-fern-sdk-group-name': string[];
|
|
34596
|
+
'x-fern-sdk-method-name': string;
|
|
34597
|
+
'x-fern-sdk-return-value': string;
|
|
34598
|
+
'x-response-key': string;
|
|
34599
|
+
'x-title': string;
|
|
34600
|
+
'x-undocumented': string;
|
|
34601
|
+
};
|
|
34602
|
+
};
|
|
34603
|
+
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
34604
|
+
post: {
|
|
34605
|
+
description: string;
|
|
34606
|
+
operationId: string;
|
|
34607
|
+
responses: {
|
|
34608
|
+
200: {
|
|
34609
|
+
content: {
|
|
34610
|
+
'application/json': {
|
|
34611
|
+
schema: {
|
|
34612
|
+
properties: {
|
|
34613
|
+
bridge_client_session: {
|
|
34614
|
+
$ref: string;
|
|
34615
|
+
};
|
|
34616
|
+
ok: {
|
|
34617
|
+
type: string;
|
|
34618
|
+
};
|
|
34619
|
+
};
|
|
34620
|
+
required: string[];
|
|
34621
|
+
type: string;
|
|
34622
|
+
};
|
|
34623
|
+
};
|
|
34624
|
+
};
|
|
34625
|
+
description: string;
|
|
34626
|
+
};
|
|
34627
|
+
400: {
|
|
34628
|
+
description: string;
|
|
34629
|
+
};
|
|
34630
|
+
401: {
|
|
34631
|
+
description: string;
|
|
34632
|
+
};
|
|
34633
|
+
};
|
|
34634
|
+
security: {
|
|
34635
|
+
bridge_client_session: never[];
|
|
34636
|
+
}[];
|
|
34637
|
+
summary: string;
|
|
34638
|
+
tags: never[];
|
|
34639
|
+
'x-fern-sdk-group-name': string[];
|
|
34640
|
+
'x-fern-sdk-method-name': string;
|
|
34641
|
+
'x-fern-sdk-return-value': string;
|
|
34642
|
+
'x-response-key': string;
|
|
34643
|
+
'x-title': string;
|
|
34644
|
+
'x-undocumented': string;
|
|
34645
|
+
};
|
|
34646
|
+
};
|
|
34647
|
+
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
34648
|
+
post: {
|
|
34649
|
+
description: string;
|
|
34650
|
+
operationId: string;
|
|
34651
|
+
requestBody: {
|
|
34652
|
+
content: {
|
|
34653
|
+
'application/json': {
|
|
34654
|
+
schema: {
|
|
34655
|
+
properties: {
|
|
34656
|
+
is_tailscale_connected: {
|
|
34657
|
+
description: string;
|
|
34658
|
+
nullable: boolean;
|
|
34659
|
+
type: string;
|
|
34660
|
+
};
|
|
34661
|
+
tailscale_ip_v4: {
|
|
34662
|
+
description: string;
|
|
34663
|
+
nullable: boolean;
|
|
34664
|
+
type: string;
|
|
34665
|
+
};
|
|
34666
|
+
};
|
|
34667
|
+
required: string[];
|
|
34668
|
+
type: string;
|
|
34669
|
+
};
|
|
34670
|
+
};
|
|
34671
|
+
};
|
|
34672
|
+
};
|
|
34673
|
+
responses: {
|
|
34674
|
+
200: {
|
|
34675
|
+
content: {
|
|
34676
|
+
'application/json': {
|
|
34677
|
+
schema: {
|
|
34678
|
+
properties: {
|
|
33226
34679
|
ok: {
|
|
33227
34680
|
type: string;
|
|
33228
34681
|
};
|
|
@@ -33248,14 +34701,13 @@ declare const _default: {
|
|
|
33248
34701
|
tags: never[];
|
|
33249
34702
|
'x-fern-sdk-group-name': string[];
|
|
33250
34703
|
'x-fern-sdk-method-name': string;
|
|
33251
|
-
'x-
|
|
33252
|
-
'x-response-key': string;
|
|
34704
|
+
'x-response-key': null;
|
|
33253
34705
|
'x-title': string;
|
|
33254
34706
|
'x-undocumented': string;
|
|
33255
34707
|
};
|
|
33256
34708
|
};
|
|
33257
|
-
'/seam/bridge/v1/
|
|
33258
|
-
|
|
34709
|
+
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
34710
|
+
get: {
|
|
33259
34711
|
description: string;
|
|
33260
34712
|
operationId: string;
|
|
33261
34713
|
responses: {
|
|
@@ -33264,8 +34716,11 @@ declare const _default: {
|
|
|
33264
34716
|
'application/json': {
|
|
33265
34717
|
schema: {
|
|
33266
34718
|
properties: {
|
|
33267
|
-
|
|
33268
|
-
|
|
34719
|
+
bridge_connected_systems: {
|
|
34720
|
+
items: {
|
|
34721
|
+
$ref: string;
|
|
34722
|
+
};
|
|
34723
|
+
type: string;
|
|
33269
34724
|
};
|
|
33270
34725
|
ok: {
|
|
33271
34726
|
type: string;
|
|
@@ -33297,8 +34752,6 @@ declare const _default: {
|
|
|
33297
34752
|
'x-title': string;
|
|
33298
34753
|
'x-undocumented': string;
|
|
33299
34754
|
};
|
|
33300
|
-
};
|
|
33301
|
-
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
33302
34755
|
post: {
|
|
33303
34756
|
description: string;
|
|
33304
34757
|
operationId: string;
|
|
@@ -33308,8 +34761,11 @@ declare const _default: {
|
|
|
33308
34761
|
'application/json': {
|
|
33309
34762
|
schema: {
|
|
33310
34763
|
properties: {
|
|
33311
|
-
|
|
33312
|
-
|
|
34764
|
+
bridge_connected_systems: {
|
|
34765
|
+
items: {
|
|
34766
|
+
$ref: string;
|
|
34767
|
+
};
|
|
34768
|
+
type: string;
|
|
33313
34769
|
};
|
|
33314
34770
|
ok: {
|
|
33315
34771
|
type: string;
|
|
@@ -33342,38 +34798,64 @@ declare const _default: {
|
|
|
33342
34798
|
'x-undocumented': string;
|
|
33343
34799
|
};
|
|
33344
34800
|
};
|
|
33345
|
-
'/seam/
|
|
33346
|
-
|
|
34801
|
+
'/seam/customer/v1/portals/get': {
|
|
34802
|
+
get: {
|
|
33347
34803
|
description: string;
|
|
33348
34804
|
operationId: string;
|
|
33349
|
-
|
|
33350
|
-
|
|
33351
|
-
|
|
33352
|
-
|
|
33353
|
-
|
|
33354
|
-
|
|
33355
|
-
|
|
33356
|
-
nullable: boolean;
|
|
33357
|
-
type: string;
|
|
33358
|
-
};
|
|
33359
|
-
tailscale_ip_v4: {
|
|
33360
|
-
description: string;
|
|
33361
|
-
nullable: boolean;
|
|
33362
|
-
type: string;
|
|
33363
|
-
};
|
|
33364
|
-
};
|
|
33365
|
-
required: string[];
|
|
33366
|
-
type: string;
|
|
33367
|
-
};
|
|
33368
|
-
};
|
|
34805
|
+
parameters: {
|
|
34806
|
+
in: string;
|
|
34807
|
+
name: string;
|
|
34808
|
+
required: boolean;
|
|
34809
|
+
schema: {
|
|
34810
|
+
description: string;
|
|
34811
|
+
type: string;
|
|
33369
34812
|
};
|
|
33370
|
-
};
|
|
34813
|
+
}[];
|
|
33371
34814
|
responses: {
|
|
33372
34815
|
200: {
|
|
33373
34816
|
content: {
|
|
33374
34817
|
'application/json': {
|
|
33375
34818
|
schema: {
|
|
33376
34819
|
properties: {
|
|
34820
|
+
customer_portal: {
|
|
34821
|
+
properties: {
|
|
34822
|
+
business_vertical: {
|
|
34823
|
+
description: string;
|
|
34824
|
+
enum: string[];
|
|
34825
|
+
type: string;
|
|
34826
|
+
};
|
|
34827
|
+
features: {
|
|
34828
|
+
properties: {
|
|
34829
|
+
connect: {
|
|
34830
|
+
properties: {
|
|
34831
|
+
exclude: {
|
|
34832
|
+
type: string;
|
|
34833
|
+
};
|
|
34834
|
+
};
|
|
34835
|
+
type: string;
|
|
34836
|
+
};
|
|
34837
|
+
manage_devices: {
|
|
34838
|
+
properties: {
|
|
34839
|
+
exclude: {
|
|
34840
|
+
type: string;
|
|
34841
|
+
};
|
|
34842
|
+
};
|
|
34843
|
+
type: string;
|
|
34844
|
+
};
|
|
34845
|
+
organize: {
|
|
34846
|
+
properties: {
|
|
34847
|
+
exclude: {
|
|
34848
|
+
type: string;
|
|
34849
|
+
};
|
|
34850
|
+
};
|
|
34851
|
+
type: string;
|
|
34852
|
+
};
|
|
34853
|
+
};
|
|
34854
|
+
type: string;
|
|
34855
|
+
};
|
|
34856
|
+
};
|
|
34857
|
+
type: string;
|
|
34858
|
+
};
|
|
33377
34859
|
ok: {
|
|
33378
34860
|
type: string;
|
|
33379
34861
|
};
|
|
@@ -33393,33 +34875,44 @@ declare const _default: {
|
|
|
33393
34875
|
};
|
|
33394
34876
|
};
|
|
33395
34877
|
security: {
|
|
33396
|
-
|
|
34878
|
+
client_session_with_customer: never[];
|
|
33397
34879
|
}[];
|
|
33398
34880
|
summary: string;
|
|
33399
34881
|
tags: never[];
|
|
33400
34882
|
'x-fern-sdk-group-name': string[];
|
|
33401
34883
|
'x-fern-sdk-method-name': string;
|
|
33402
|
-
'x-
|
|
34884
|
+
'x-fern-sdk-return-value': string;
|
|
34885
|
+
'x-response-key': string;
|
|
33403
34886
|
'x-title': string;
|
|
33404
34887
|
'x-undocumented': string;
|
|
33405
34888
|
};
|
|
33406
34889
|
};
|
|
33407
|
-
'/seam/
|
|
33408
|
-
|
|
34890
|
+
'/seam/customer/v1/settings/update': {
|
|
34891
|
+
patch: {
|
|
33409
34892
|
description: string;
|
|
33410
34893
|
operationId: string;
|
|
34894
|
+
requestBody: {
|
|
34895
|
+
content: {
|
|
34896
|
+
'application/json': {
|
|
34897
|
+
schema: {
|
|
34898
|
+
properties: {
|
|
34899
|
+
business_vertical: {
|
|
34900
|
+
description: string;
|
|
34901
|
+
enum: string[];
|
|
34902
|
+
type: string;
|
|
34903
|
+
};
|
|
34904
|
+
};
|
|
34905
|
+
type: string;
|
|
34906
|
+
};
|
|
34907
|
+
};
|
|
34908
|
+
};
|
|
34909
|
+
};
|
|
33411
34910
|
responses: {
|
|
33412
34911
|
200: {
|
|
33413
34912
|
content: {
|
|
33414
34913
|
'application/json': {
|
|
33415
34914
|
schema: {
|
|
33416
34915
|
properties: {
|
|
33417
|
-
bridge_connected_systems: {
|
|
33418
|
-
items: {
|
|
33419
|
-
$ref: string;
|
|
33420
|
-
};
|
|
33421
|
-
type: string;
|
|
33422
|
-
};
|
|
33423
34916
|
ok: {
|
|
33424
34917
|
type: string;
|
|
33425
34918
|
};
|
|
@@ -33438,33 +34931,46 @@ declare const _default: {
|
|
|
33438
34931
|
description: string;
|
|
33439
34932
|
};
|
|
33440
34933
|
};
|
|
33441
|
-
security: {
|
|
33442
|
-
|
|
33443
|
-
|
|
34934
|
+
security: ({
|
|
34935
|
+
console_session_with_workspace: never[];
|
|
34936
|
+
api_key?: never;
|
|
34937
|
+
} | {
|
|
34938
|
+
api_key: never[];
|
|
34939
|
+
console_session_with_workspace?: never;
|
|
34940
|
+
})[];
|
|
33444
34941
|
summary: string;
|
|
33445
34942
|
tags: never[];
|
|
33446
34943
|
'x-fern-sdk-group-name': string[];
|
|
33447
34944
|
'x-fern-sdk-method-name': string;
|
|
33448
|
-
'x-
|
|
33449
|
-
'x-response-key': string;
|
|
34945
|
+
'x-response-key': null;
|
|
33450
34946
|
'x-title': string;
|
|
33451
34947
|
'x-undocumented': string;
|
|
33452
34948
|
};
|
|
33453
34949
|
post: {
|
|
33454
34950
|
description: string;
|
|
33455
34951
|
operationId: string;
|
|
34952
|
+
requestBody: {
|
|
34953
|
+
content: {
|
|
34954
|
+
'application/json': {
|
|
34955
|
+
schema: {
|
|
34956
|
+
properties: {
|
|
34957
|
+
business_vertical: {
|
|
34958
|
+
description: string;
|
|
34959
|
+
enum: string[];
|
|
34960
|
+
type: string;
|
|
34961
|
+
};
|
|
34962
|
+
};
|
|
34963
|
+
type: string;
|
|
34964
|
+
};
|
|
34965
|
+
};
|
|
34966
|
+
};
|
|
34967
|
+
};
|
|
33456
34968
|
responses: {
|
|
33457
34969
|
200: {
|
|
33458
34970
|
content: {
|
|
33459
34971
|
'application/json': {
|
|
33460
34972
|
schema: {
|
|
33461
34973
|
properties: {
|
|
33462
|
-
bridge_connected_systems: {
|
|
33463
|
-
items: {
|
|
33464
|
-
$ref: string;
|
|
33465
|
-
};
|
|
33466
|
-
type: string;
|
|
33467
|
-
};
|
|
33468
34974
|
ok: {
|
|
33469
34975
|
type: string;
|
|
33470
34976
|
};
|
|
@@ -33483,15 +34989,18 @@ declare const _default: {
|
|
|
33483
34989
|
description: string;
|
|
33484
34990
|
};
|
|
33485
34991
|
};
|
|
33486
|
-
security: {
|
|
33487
|
-
|
|
33488
|
-
|
|
34992
|
+
security: ({
|
|
34993
|
+
console_session_with_workspace: never[];
|
|
34994
|
+
api_key?: never;
|
|
34995
|
+
} | {
|
|
34996
|
+
api_key: never[];
|
|
34997
|
+
console_session_with_workspace?: never;
|
|
34998
|
+
})[];
|
|
33489
34999
|
summary: string;
|
|
33490
35000
|
tags: never[];
|
|
33491
35001
|
'x-fern-sdk-group-name': string[];
|
|
33492
35002
|
'x-fern-sdk-method-name': string;
|
|
33493
|
-
'x-
|
|
33494
|
-
'x-response-key': string;
|
|
35003
|
+
'x-response-key': null;
|
|
33495
35004
|
'x-title': string;
|
|
33496
35005
|
'x-undocumented': string;
|
|
33497
35006
|
};
|
|
@@ -33847,168 +35356,7 @@ declare const _default: {
|
|
|
33847
35356
|
'application/json': {
|
|
33848
35357
|
schema: {
|
|
33849
35358
|
properties: {
|
|
33850
|
-
collection_key: {
|
|
33851
|
-
description: string;
|
|
33852
|
-
type: string;
|
|
33853
|
-
};
|
|
33854
|
-
};
|
|
33855
|
-
type: string;
|
|
33856
|
-
};
|
|
33857
|
-
};
|
|
33858
|
-
};
|
|
33859
|
-
};
|
|
33860
|
-
responses: {
|
|
33861
|
-
200: {
|
|
33862
|
-
content: {
|
|
33863
|
-
'application/json': {
|
|
33864
|
-
schema: {
|
|
33865
|
-
properties: {
|
|
33866
|
-
ok: {
|
|
33867
|
-
type: string;
|
|
33868
|
-
};
|
|
33869
|
-
spaces: {
|
|
33870
|
-
items: {
|
|
33871
|
-
properties: {
|
|
33872
|
-
acs_entrances: {
|
|
33873
|
-
items: {
|
|
33874
|
-
properties: {
|
|
33875
|
-
acs_entrance_id: {
|
|
33876
|
-
type: string;
|
|
33877
|
-
};
|
|
33878
|
-
name: {
|
|
33879
|
-
type: string;
|
|
33880
|
-
};
|
|
33881
|
-
};
|
|
33882
|
-
required: string[];
|
|
33883
|
-
type: string;
|
|
33884
|
-
};
|
|
33885
|
-
type: string;
|
|
33886
|
-
};
|
|
33887
|
-
devices: {
|
|
33888
|
-
items: {
|
|
33889
|
-
properties: {
|
|
33890
|
-
device_id: {
|
|
33891
|
-
type: string;
|
|
33892
|
-
};
|
|
33893
|
-
device_type: {
|
|
33894
|
-
enum: string[];
|
|
33895
|
-
type: string;
|
|
33896
|
-
};
|
|
33897
|
-
name: {
|
|
33898
|
-
type: string;
|
|
33899
|
-
};
|
|
33900
|
-
};
|
|
33901
|
-
required: string[];
|
|
33902
|
-
type: string;
|
|
33903
|
-
};
|
|
33904
|
-
type: string;
|
|
33905
|
-
};
|
|
33906
|
-
name: {
|
|
33907
|
-
type: string;
|
|
33908
|
-
};
|
|
33909
|
-
needs_review: {
|
|
33910
|
-
type: string;
|
|
33911
|
-
};
|
|
33912
|
-
partner_resource_key: {
|
|
33913
|
-
type: string;
|
|
33914
|
-
};
|
|
33915
|
-
};
|
|
33916
|
-
required: string[];
|
|
33917
|
-
type: string;
|
|
33918
|
-
};
|
|
33919
|
-
type: string;
|
|
33920
|
-
};
|
|
33921
|
-
};
|
|
33922
|
-
required: string[];
|
|
33923
|
-
type: string;
|
|
33924
|
-
};
|
|
33925
|
-
};
|
|
33926
|
-
};
|
|
33927
|
-
description: string;
|
|
33928
|
-
};
|
|
33929
|
-
400: {
|
|
33930
|
-
description: string;
|
|
33931
|
-
};
|
|
33932
|
-
401: {
|
|
33933
|
-
description: string;
|
|
33934
|
-
};
|
|
33935
|
-
};
|
|
33936
|
-
security: {
|
|
33937
|
-
client_session_with_customer: never[];
|
|
33938
|
-
}[];
|
|
33939
|
-
summary: string;
|
|
33940
|
-
tags: never[];
|
|
33941
|
-
'x-fern-sdk-group-name': string[];
|
|
33942
|
-
'x-fern-sdk-method-name': string;
|
|
33943
|
-
'x-fern-sdk-return-value': string;
|
|
33944
|
-
'x-response-key': string;
|
|
33945
|
-
'x-title': string;
|
|
33946
|
-
'x-undocumented': string;
|
|
33947
|
-
};
|
|
33948
|
-
};
|
|
33949
|
-
'/seam/partner/v1/resources/list': {
|
|
33950
|
-
get: {
|
|
33951
|
-
description: string;
|
|
33952
|
-
operationId: string;
|
|
33953
|
-
parameters: {
|
|
33954
|
-
in: string;
|
|
33955
|
-
name: string;
|
|
33956
|
-
schema: {
|
|
33957
|
-
description: string;
|
|
33958
|
-
type: string;
|
|
33959
|
-
};
|
|
33960
|
-
}[];
|
|
33961
|
-
responses: {
|
|
33962
|
-
200: {
|
|
33963
|
-
content: {
|
|
33964
|
-
'application/json': {
|
|
33965
|
-
schema: {
|
|
33966
|
-
properties: {
|
|
33967
|
-
ok: {
|
|
33968
|
-
type: string;
|
|
33969
|
-
};
|
|
33970
|
-
partner_resources: {
|
|
33971
|
-
items: {
|
|
33972
|
-
$ref: string;
|
|
33973
|
-
};
|
|
33974
|
-
type: string;
|
|
33975
|
-
};
|
|
33976
|
-
};
|
|
33977
|
-
required: string[];
|
|
33978
|
-
type: string;
|
|
33979
|
-
};
|
|
33980
|
-
};
|
|
33981
|
-
};
|
|
33982
|
-
description: string;
|
|
33983
|
-
};
|
|
33984
|
-
400: {
|
|
33985
|
-
description: string;
|
|
33986
|
-
};
|
|
33987
|
-
401: {
|
|
33988
|
-
description: string;
|
|
33989
|
-
};
|
|
33990
|
-
};
|
|
33991
|
-
security: {
|
|
33992
|
-
client_session_with_customer: never[];
|
|
33993
|
-
}[];
|
|
33994
|
-
summary: string;
|
|
33995
|
-
tags: never[];
|
|
33996
|
-
'x-fern-sdk-group-name': string[];
|
|
33997
|
-
'x-fern-sdk-method-name': string;
|
|
33998
|
-
'x-fern-sdk-return-value': string;
|
|
33999
|
-
'x-response-key': string;
|
|
34000
|
-
'x-title': string;
|
|
34001
|
-
'x-undocumented': string;
|
|
34002
|
-
};
|
|
34003
|
-
post: {
|
|
34004
|
-
description: string;
|
|
34005
|
-
operationId: string;
|
|
34006
|
-
requestBody: {
|
|
34007
|
-
content: {
|
|
34008
|
-
'application/json': {
|
|
34009
|
-
schema: {
|
|
34010
|
-
properties: {
|
|
34011
|
-
resource_type_alias: {
|
|
35359
|
+
collection_key: {
|
|
34012
35360
|
description: string;
|
|
34013
35361
|
type: string;
|
|
34014
35362
|
};
|
|
@@ -34027,9 +35375,55 @@ declare const _default: {
|
|
|
34027
35375
|
ok: {
|
|
34028
35376
|
type: string;
|
|
34029
35377
|
};
|
|
34030
|
-
|
|
35378
|
+
spaces: {
|
|
34031
35379
|
items: {
|
|
34032
|
-
|
|
35380
|
+
properties: {
|
|
35381
|
+
acs_entrances: {
|
|
35382
|
+
items: {
|
|
35383
|
+
properties: {
|
|
35384
|
+
acs_entrance_id: {
|
|
35385
|
+
type: string;
|
|
35386
|
+
};
|
|
35387
|
+
name: {
|
|
35388
|
+
type: string;
|
|
35389
|
+
};
|
|
35390
|
+
};
|
|
35391
|
+
required: string[];
|
|
35392
|
+
type: string;
|
|
35393
|
+
};
|
|
35394
|
+
type: string;
|
|
35395
|
+
};
|
|
35396
|
+
devices: {
|
|
35397
|
+
items: {
|
|
35398
|
+
properties: {
|
|
35399
|
+
device_id: {
|
|
35400
|
+
type: string;
|
|
35401
|
+
};
|
|
35402
|
+
device_type: {
|
|
35403
|
+
enum: string[];
|
|
35404
|
+
type: string;
|
|
35405
|
+
};
|
|
35406
|
+
name: {
|
|
35407
|
+
type: string;
|
|
35408
|
+
};
|
|
35409
|
+
};
|
|
35410
|
+
required: string[];
|
|
35411
|
+
type: string;
|
|
35412
|
+
};
|
|
35413
|
+
type: string;
|
|
35414
|
+
};
|
|
35415
|
+
name: {
|
|
35416
|
+
type: string;
|
|
35417
|
+
};
|
|
35418
|
+
needs_review: {
|
|
35419
|
+
type: string;
|
|
35420
|
+
};
|
|
35421
|
+
partner_resource_key: {
|
|
35422
|
+
type: string;
|
|
35423
|
+
};
|
|
35424
|
+
};
|
|
35425
|
+
required: string[];
|
|
35426
|
+
type: string;
|
|
34033
35427
|
};
|
|
34034
35428
|
type: string;
|
|
34035
35429
|
};
|
|
@@ -41361,243 +42755,54 @@ declare const _default: {
|
|
|
41361
42755
|
'x-undocumented': string;
|
|
41362
42756
|
};
|
|
41363
42757
|
};
|
|
41364
|
-
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
41365
|
-
get: {
|
|
41366
|
-
description: string;
|
|
41367
|
-
operationId: string;
|
|
41368
|
-
parameters: ({
|
|
41369
|
-
in: string;
|
|
41370
|
-
name: string;
|
|
41371
|
-
required: boolean;
|
|
41372
|
-
schema: {
|
|
41373
|
-
description: string;
|
|
41374
|
-
enum: string[];
|
|
41375
|
-
type: string;
|
|
41376
|
-
items?: never;
|
|
41377
|
-
};
|
|
41378
|
-
} | {
|
|
41379
|
-
in: string;
|
|
41380
|
-
name: string;
|
|
41381
|
-
required: boolean;
|
|
41382
|
-
schema: {
|
|
41383
|
-
description: string;
|
|
41384
|
-
type: string;
|
|
41385
|
-
enum?: never;
|
|
41386
|
-
items?: never;
|
|
41387
|
-
};
|
|
41388
|
-
} | {
|
|
41389
|
-
in: string;
|
|
41390
|
-
name: string;
|
|
41391
|
-
required: boolean;
|
|
41392
|
-
schema: {
|
|
41393
|
-
description: string;
|
|
41394
|
-
items: {
|
|
41395
|
-
description: string;
|
|
41396
|
-
properties: {
|
|
41397
|
-
custom_metadata: {
|
|
41398
|
-
additionalProperties: {
|
|
41399
|
-
type: string;
|
|
41400
|
-
};
|
|
41401
|
-
description: string;
|
|
41402
|
-
type: string;
|
|
41403
|
-
};
|
|
41404
|
-
description: {
|
|
41405
|
-
description: string;
|
|
41406
|
-
type: string;
|
|
41407
|
-
};
|
|
41408
|
-
name: {
|
|
41409
|
-
description: string;
|
|
41410
|
-
type: string;
|
|
41411
|
-
};
|
|
41412
|
-
space_key: {
|
|
41413
|
-
description: string;
|
|
41414
|
-
type: string;
|
|
41415
|
-
};
|
|
41416
|
-
};
|
|
41417
|
-
required: string[];
|
|
41418
|
-
type: string;
|
|
41419
|
-
'x-route-path': string;
|
|
41420
|
-
'x-undocumented': string;
|
|
41421
|
-
};
|
|
41422
|
-
type: string;
|
|
41423
|
-
enum?: never;
|
|
41424
|
-
};
|
|
41425
|
-
})[];
|
|
41426
|
-
responses: {
|
|
41427
|
-
200: {
|
|
41428
|
-
content: {
|
|
41429
|
-
'application/json': {
|
|
41430
|
-
schema: {
|
|
41431
|
-
properties: {
|
|
41432
|
-
magic_link: {
|
|
41433
|
-
$ref: string;
|
|
41434
|
-
};
|
|
41435
|
-
ok: {
|
|
41436
|
-
type: string;
|
|
41437
|
-
};
|
|
41438
|
-
};
|
|
41439
|
-
required: string[];
|
|
41440
|
-
type: string;
|
|
41441
|
-
};
|
|
41442
|
-
};
|
|
41443
|
-
};
|
|
41444
|
-
description: string;
|
|
41445
|
-
};
|
|
41446
|
-
400: {
|
|
41447
|
-
description: string;
|
|
41448
|
-
};
|
|
41449
|
-
401: {
|
|
41450
|
-
description: string;
|
|
41451
|
-
};
|
|
41452
|
-
};
|
|
41453
|
-
security: ({
|
|
41454
|
-
pat_with_workspace: never[];
|
|
41455
|
-
console_session_with_workspace?: never;
|
|
41456
|
-
api_key?: never;
|
|
41457
|
-
} | {
|
|
41458
|
-
console_session_with_workspace: never[];
|
|
41459
|
-
pat_with_workspace?: never;
|
|
41460
|
-
api_key?: never;
|
|
41461
|
-
} | {
|
|
41462
|
-
api_key: never[];
|
|
41463
|
-
pat_with_workspace?: never;
|
|
41464
|
-
console_session_with_workspace?: never;
|
|
41465
|
-
})[];
|
|
41466
|
-
summary: string;
|
|
41467
|
-
tags: never[];
|
|
41468
|
-
'x-fern-sdk-group-name': string[];
|
|
41469
|
-
'x-fern-sdk-method-name': string;
|
|
41470
|
-
'x-fern-sdk-return-value': string;
|
|
41471
|
-
'x-response-key': string;
|
|
41472
|
-
'x-title': string;
|
|
41473
|
-
'x-undocumented': string;
|
|
41474
|
-
};
|
|
41475
|
-
post: {
|
|
41476
|
-
description: string;
|
|
41477
|
-
operationId: string;
|
|
41478
|
-
requestBody: {
|
|
41479
|
-
content: {
|
|
41480
|
-
'application/json': {
|
|
41481
|
-
schema: {
|
|
41482
|
-
properties: {
|
|
41483
|
-
building_block_type: {
|
|
41484
|
-
description: string;
|
|
41485
|
-
enum: string[];
|
|
41486
|
-
type: string;
|
|
41487
|
-
};
|
|
41488
|
-
customer_key: {
|
|
41489
|
-
description: string;
|
|
41490
|
-
type: string;
|
|
41491
|
-
};
|
|
41492
|
-
spaces: {
|
|
41493
|
-
description: string;
|
|
41494
|
-
items: {
|
|
41495
|
-
description: string;
|
|
41496
|
-
properties: {
|
|
41497
|
-
custom_metadata: {
|
|
41498
|
-
additionalProperties: {
|
|
41499
|
-
type: string;
|
|
41500
|
-
};
|
|
41501
|
-
description: string;
|
|
41502
|
-
type: string;
|
|
41503
|
-
};
|
|
41504
|
-
description: {
|
|
41505
|
-
description: string;
|
|
41506
|
-
type: string;
|
|
41507
|
-
};
|
|
41508
|
-
name: {
|
|
41509
|
-
description: string;
|
|
41510
|
-
type: string;
|
|
41511
|
-
};
|
|
41512
|
-
space_key: {
|
|
41513
|
-
description: string;
|
|
41514
|
-
type: string;
|
|
41515
|
-
};
|
|
41516
|
-
};
|
|
41517
|
-
required: string[];
|
|
41518
|
-
type: string;
|
|
41519
|
-
'x-route-path': string;
|
|
41520
|
-
'x-undocumented': string;
|
|
41521
|
-
};
|
|
41522
|
-
type: string;
|
|
41523
|
-
};
|
|
41524
|
-
};
|
|
41525
|
-
required: string[];
|
|
41526
|
-
type: string;
|
|
41527
|
-
};
|
|
41528
|
-
};
|
|
41529
|
-
};
|
|
41530
|
-
};
|
|
41531
|
-
responses: {
|
|
41532
|
-
200: {
|
|
41533
|
-
content: {
|
|
41534
|
-
'application/json': {
|
|
41535
|
-
schema: {
|
|
41536
|
-
properties: {
|
|
41537
|
-
magic_link: {
|
|
41538
|
-
$ref: string;
|
|
41539
|
-
};
|
|
41540
|
-
ok: {
|
|
41541
|
-
type: string;
|
|
41542
|
-
};
|
|
41543
|
-
};
|
|
41544
|
-
required: string[];
|
|
41545
|
-
type: string;
|
|
41546
|
-
};
|
|
41547
|
-
};
|
|
41548
|
-
};
|
|
41549
|
-
description: string;
|
|
41550
|
-
};
|
|
41551
|
-
400: {
|
|
41552
|
-
description: string;
|
|
41553
|
-
};
|
|
41554
|
-
401: {
|
|
41555
|
-
description: string;
|
|
41556
|
-
};
|
|
41557
|
-
};
|
|
41558
|
-
security: ({
|
|
41559
|
-
pat_with_workspace: never[];
|
|
41560
|
-
console_session_with_workspace?: never;
|
|
41561
|
-
api_key?: never;
|
|
41562
|
-
} | {
|
|
41563
|
-
console_session_with_workspace: never[];
|
|
41564
|
-
pat_with_workspace?: never;
|
|
41565
|
-
api_key?: never;
|
|
41566
|
-
} | {
|
|
41567
|
-
api_key: never[];
|
|
41568
|
-
pat_with_workspace?: never;
|
|
41569
|
-
console_session_with_workspace?: never;
|
|
41570
|
-
})[];
|
|
41571
|
-
summary: string;
|
|
41572
|
-
tags: never[];
|
|
41573
|
-
'x-fern-sdk-group-name': string[];
|
|
41574
|
-
'x-fern-sdk-method-name': string;
|
|
41575
|
-
'x-fern-sdk-return-value': string;
|
|
41576
|
-
'x-response-key': string;
|
|
41577
|
-
'x-title': string;
|
|
41578
|
-
'x-undocumented': string;
|
|
41579
|
-
};
|
|
41580
|
-
};
|
|
41581
|
-
'/unstable_partner/building_blocks/manage_devices': {
|
|
41582
|
-
post: {
|
|
42758
|
+
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
42759
|
+
get: {
|
|
41583
42760
|
description: string;
|
|
41584
42761
|
operationId: string;
|
|
41585
|
-
|
|
41586
|
-
|
|
41587
|
-
|
|
41588
|
-
|
|
41589
|
-
|
|
41590
|
-
|
|
41591
|
-
|
|
41592
|
-
|
|
41593
|
-
|
|
42762
|
+
parameters: ({
|
|
42763
|
+
in: string;
|
|
42764
|
+
name: string;
|
|
42765
|
+
required: boolean;
|
|
42766
|
+
schema: {
|
|
42767
|
+
description: string;
|
|
42768
|
+
enum: string[];
|
|
42769
|
+
type: string;
|
|
42770
|
+
items?: never;
|
|
42771
|
+
};
|
|
42772
|
+
} | {
|
|
42773
|
+
in: string;
|
|
42774
|
+
name: string;
|
|
42775
|
+
required: boolean;
|
|
42776
|
+
schema: {
|
|
42777
|
+
description: string;
|
|
42778
|
+
type: string;
|
|
42779
|
+
enum?: never;
|
|
42780
|
+
items?: never;
|
|
42781
|
+
};
|
|
42782
|
+
} | {
|
|
42783
|
+
in: string;
|
|
42784
|
+
name: string;
|
|
42785
|
+
required: boolean;
|
|
42786
|
+
schema: {
|
|
42787
|
+
description: string;
|
|
42788
|
+
items: {
|
|
42789
|
+
properties: {
|
|
42790
|
+
name: {
|
|
42791
|
+
description: string;
|
|
42792
|
+
type: string;
|
|
42793
|
+
};
|
|
42794
|
+
space_key: {
|
|
42795
|
+
description: string;
|
|
42796
|
+
type: string;
|
|
41594
42797
|
};
|
|
41595
|
-
required: string[];
|
|
41596
|
-
type: string;
|
|
41597
42798
|
};
|
|
42799
|
+
required: string[];
|
|
42800
|
+
type: string;
|
|
41598
42801
|
};
|
|
42802
|
+
type: string;
|
|
42803
|
+
enum?: never;
|
|
41599
42804
|
};
|
|
41600
|
-
};
|
|
42805
|
+
})[];
|
|
41601
42806
|
responses: {
|
|
41602
42807
|
200: {
|
|
41603
42808
|
content: {
|
|
@@ -41647,8 +42852,6 @@ declare const _default: {
|
|
|
41647
42852
|
'x-title': string;
|
|
41648
42853
|
'x-undocumented': string;
|
|
41649
42854
|
};
|
|
41650
|
-
};
|
|
41651
|
-
'/unstable_partner/building_blocks/organize_spaces': {
|
|
41652
42855
|
post: {
|
|
41653
42856
|
description: string;
|
|
41654
42857
|
operationId: string;
|
|
@@ -41657,6 +42860,11 @@ declare const _default: {
|
|
|
41657
42860
|
'application/json': {
|
|
41658
42861
|
schema: {
|
|
41659
42862
|
properties: {
|
|
42863
|
+
building_block_type: {
|
|
42864
|
+
description: string;
|
|
42865
|
+
enum: string[];
|
|
42866
|
+
type: string;
|
|
42867
|
+
};
|
|
41660
42868
|
customer_key: {
|
|
41661
42869
|
description: string;
|
|
41662
42870
|
type: string;
|
|
@@ -41664,19 +42872,7 @@ declare const _default: {
|
|
|
41664
42872
|
spaces: {
|
|
41665
42873
|
description: string;
|
|
41666
42874
|
items: {
|
|
41667
|
-
description: string;
|
|
41668
42875
|
properties: {
|
|
41669
|
-
custom_metadata: {
|
|
41670
|
-
additionalProperties: {
|
|
41671
|
-
type: string;
|
|
41672
|
-
};
|
|
41673
|
-
description: string;
|
|
41674
|
-
type: string;
|
|
41675
|
-
};
|
|
41676
|
-
description: {
|
|
41677
|
-
description: string;
|
|
41678
|
-
type: string;
|
|
41679
|
-
};
|
|
41680
42876
|
name: {
|
|
41681
42877
|
description: string;
|
|
41682
42878
|
type: string;
|
|
@@ -41688,8 +42884,6 @@ declare const _default: {
|
|
|
41688
42884
|
};
|
|
41689
42885
|
required: string[];
|
|
41690
42886
|
type: string;
|
|
41691
|
-
'x-route-path': string;
|
|
41692
|
-
'x-undocumented': string;
|
|
41693
42887
|
};
|
|
41694
42888
|
type: string;
|
|
41695
42889
|
};
|
|
@@ -41750,7 +42944,7 @@ declare const _default: {
|
|
|
41750
42944
|
'x-undocumented': string;
|
|
41751
42945
|
};
|
|
41752
42946
|
};
|
|
41753
|
-
'/unstable_partner/
|
|
42947
|
+
'/unstable_partner/building_blocks/manage_devices': {
|
|
41754
42948
|
post: {
|
|
41755
42949
|
description: string;
|
|
41756
42950
|
operationId: string;
|
|
@@ -41758,137 +42952,102 @@ declare const _default: {
|
|
|
41758
42952
|
content: {
|
|
41759
42953
|
'application/json': {
|
|
41760
42954
|
schema: {
|
|
41761
|
-
|
|
41762
|
-
|
|
42955
|
+
properties: {
|
|
42956
|
+
customer_key: {
|
|
41763
42957
|
description: string;
|
|
41764
|
-
properties: {
|
|
41765
|
-
custom_metadata: {
|
|
41766
|
-
additionalProperties: {
|
|
41767
|
-
type: string;
|
|
41768
|
-
};
|
|
41769
|
-
description: string;
|
|
41770
|
-
type: string;
|
|
41771
|
-
};
|
|
41772
|
-
customer_key: {
|
|
41773
|
-
description: string;
|
|
41774
|
-
type: string;
|
|
41775
|
-
};
|
|
41776
|
-
description: {
|
|
41777
|
-
description: string;
|
|
41778
|
-
type: string;
|
|
41779
|
-
};
|
|
41780
|
-
email_address: {
|
|
41781
|
-
description: string;
|
|
41782
|
-
type: string;
|
|
41783
|
-
};
|
|
41784
|
-
ends_at: {
|
|
41785
|
-
description: string;
|
|
41786
|
-
type: string;
|
|
41787
|
-
};
|
|
41788
|
-
location_keys: {
|
|
41789
|
-
description: string;
|
|
41790
|
-
items: {
|
|
41791
|
-
type: string;
|
|
41792
|
-
};
|
|
41793
|
-
type: string;
|
|
41794
|
-
};
|
|
41795
|
-
name: {
|
|
41796
|
-
description: string;
|
|
41797
|
-
type: string;
|
|
41798
|
-
};
|
|
41799
|
-
partner_resource_key: {
|
|
41800
|
-
description: string;
|
|
41801
|
-
type: string;
|
|
41802
|
-
};
|
|
41803
|
-
partner_resource_type: {
|
|
41804
|
-
description: string;
|
|
41805
|
-
type: string;
|
|
41806
|
-
};
|
|
41807
|
-
phone_number: {
|
|
41808
|
-
description: string;
|
|
41809
|
-
type: string;
|
|
41810
|
-
};
|
|
41811
|
-
starts_at: {
|
|
41812
|
-
description: string;
|
|
41813
|
-
type: string;
|
|
41814
|
-
};
|
|
41815
|
-
user_identity_key: {
|
|
41816
|
-
description: string;
|
|
41817
|
-
type: string;
|
|
41818
|
-
};
|
|
41819
|
-
};
|
|
41820
42958
|
type: string;
|
|
41821
|
-
'x-route-path': string;
|
|
41822
|
-
'x-undocumented': string;
|
|
41823
42959
|
};
|
|
41824
|
-
|
|
41825
|
-
|
|
41826
|
-
|
|
41827
|
-
|
|
41828
|
-
|
|
41829
|
-
|
|
41830
|
-
|
|
42960
|
+
};
|
|
42961
|
+
required: string[];
|
|
42962
|
+
type: string;
|
|
42963
|
+
};
|
|
42964
|
+
};
|
|
42965
|
+
};
|
|
42966
|
+
};
|
|
42967
|
+
responses: {
|
|
42968
|
+
200: {
|
|
42969
|
+
content: {
|
|
42970
|
+
'application/json': {
|
|
42971
|
+
schema: {
|
|
41831
42972
|
properties: {
|
|
41832
|
-
|
|
41833
|
-
|
|
41834
|
-
type: string;
|
|
41835
|
-
};
|
|
41836
|
-
description: string;
|
|
41837
|
-
type: string;
|
|
41838
|
-
};
|
|
41839
|
-
customer_key: {
|
|
41840
|
-
description: string;
|
|
41841
|
-
type: string;
|
|
41842
|
-
};
|
|
41843
|
-
description: {
|
|
41844
|
-
description: string;
|
|
41845
|
-
type: string;
|
|
41846
|
-
};
|
|
41847
|
-
email_address: {
|
|
41848
|
-
description: string;
|
|
41849
|
-
type: string;
|
|
42973
|
+
magic_link: {
|
|
42974
|
+
$ref: string;
|
|
41850
42975
|
};
|
|
41851
|
-
|
|
41852
|
-
description: string;
|
|
42976
|
+
ok: {
|
|
41853
42977
|
type: string;
|
|
41854
42978
|
};
|
|
41855
|
-
|
|
41856
|
-
|
|
41857
|
-
|
|
41858
|
-
|
|
42979
|
+
};
|
|
42980
|
+
required: string[];
|
|
42981
|
+
type: string;
|
|
42982
|
+
};
|
|
42983
|
+
};
|
|
42984
|
+
};
|
|
42985
|
+
description: string;
|
|
42986
|
+
};
|
|
42987
|
+
400: {
|
|
42988
|
+
description: string;
|
|
42989
|
+
};
|
|
42990
|
+
401: {
|
|
42991
|
+
description: string;
|
|
42992
|
+
};
|
|
42993
|
+
};
|
|
42994
|
+
security: ({
|
|
42995
|
+
pat_with_workspace: never[];
|
|
42996
|
+
console_session_with_workspace?: never;
|
|
42997
|
+
api_key?: never;
|
|
42998
|
+
} | {
|
|
42999
|
+
console_session_with_workspace: never[];
|
|
43000
|
+
pat_with_workspace?: never;
|
|
43001
|
+
api_key?: never;
|
|
43002
|
+
} | {
|
|
43003
|
+
api_key: never[];
|
|
43004
|
+
pat_with_workspace?: never;
|
|
43005
|
+
console_session_with_workspace?: never;
|
|
43006
|
+
})[];
|
|
43007
|
+
summary: string;
|
|
43008
|
+
tags: never[];
|
|
43009
|
+
'x-fern-sdk-group-name': string[];
|
|
43010
|
+
'x-fern-sdk-method-name': string;
|
|
43011
|
+
'x-fern-sdk-return-value': string;
|
|
43012
|
+
'x-response-key': string;
|
|
43013
|
+
'x-title': string;
|
|
43014
|
+
'x-undocumented': string;
|
|
43015
|
+
};
|
|
43016
|
+
};
|
|
43017
|
+
'/unstable_partner/building_blocks/organize_spaces': {
|
|
43018
|
+
post: {
|
|
43019
|
+
description: string;
|
|
43020
|
+
operationId: string;
|
|
43021
|
+
requestBody: {
|
|
43022
|
+
content: {
|
|
43023
|
+
'application/json': {
|
|
43024
|
+
schema: {
|
|
43025
|
+
properties: {
|
|
43026
|
+
customer_key: {
|
|
43027
|
+
description: string;
|
|
43028
|
+
type: string;
|
|
43029
|
+
};
|
|
43030
|
+
spaces: {
|
|
43031
|
+
description: string;
|
|
43032
|
+
items: {
|
|
43033
|
+
properties: {
|
|
43034
|
+
name: {
|
|
43035
|
+
description: string;
|
|
43036
|
+
type: string;
|
|
43037
|
+
};
|
|
43038
|
+
space_key: {
|
|
43039
|
+
description: string;
|
|
43040
|
+
type: string;
|
|
43041
|
+
};
|
|
41859
43042
|
};
|
|
43043
|
+
required: string[];
|
|
41860
43044
|
type: string;
|
|
41861
43045
|
};
|
|
41862
|
-
|
|
41863
|
-
description: string;
|
|
41864
|
-
type: string;
|
|
41865
|
-
};
|
|
41866
|
-
partner_resource_key: {
|
|
41867
|
-
description: string;
|
|
41868
|
-
type: string;
|
|
41869
|
-
};
|
|
41870
|
-
partner_resource_type: {
|
|
41871
|
-
description: string;
|
|
41872
|
-
type: string;
|
|
41873
|
-
};
|
|
41874
|
-
phone_number: {
|
|
41875
|
-
description: string;
|
|
41876
|
-
type: string;
|
|
41877
|
-
};
|
|
41878
|
-
starts_at: {
|
|
41879
|
-
description: string;
|
|
41880
|
-
type: string;
|
|
41881
|
-
};
|
|
41882
|
-
user_identity_key: {
|
|
41883
|
-
description: string;
|
|
41884
|
-
type: string;
|
|
41885
|
-
};
|
|
43046
|
+
type: string;
|
|
41886
43047
|
};
|
|
41887
|
-
|
|
41888
|
-
|
|
41889
|
-
|
|
41890
|
-
items?: never;
|
|
41891
|
-
})[];
|
|
43048
|
+
};
|
|
43049
|
+
required: string[];
|
|
43050
|
+
type: string;
|
|
41892
43051
|
};
|
|
41893
43052
|
};
|
|
41894
43053
|
};
|
|
@@ -41899,6 +43058,9 @@ declare const _default: {
|
|
|
41899
43058
|
'application/json': {
|
|
41900
43059
|
schema: {
|
|
41901
43060
|
properties: {
|
|
43061
|
+
magic_link: {
|
|
43062
|
+
$ref: string;
|
|
43063
|
+
};
|
|
41902
43064
|
ok: {
|
|
41903
43065
|
type: string;
|
|
41904
43066
|
};
|
|
@@ -41934,7 +43096,8 @@ declare const _default: {
|
|
|
41934
43096
|
tags: never[];
|
|
41935
43097
|
'x-fern-sdk-group-name': string[];
|
|
41936
43098
|
'x-fern-sdk-method-name': string;
|
|
41937
|
-
'x-
|
|
43099
|
+
'x-fern-sdk-return-value': string;
|
|
43100
|
+
'x-response-key': string;
|
|
41938
43101
|
'x-title': string;
|
|
41939
43102
|
'x-undocumented': string;
|
|
41940
43103
|
};
|
|
@@ -42350,6 +43513,7 @@ declare const _default: {
|
|
|
42350
43513
|
})[];
|
|
42351
43514
|
summary: string;
|
|
42352
43515
|
tags: string[];
|
|
43516
|
+
'x-deprecated': string;
|
|
42353
43517
|
'x-fern-sdk-group-name': string[];
|
|
42354
43518
|
'x-fern-sdk-method-name': string;
|
|
42355
43519
|
'x-response-key': null;
|
|
@@ -42485,6 +43649,7 @@ declare const _default: {
|
|
|
42485
43649
|
})[];
|
|
42486
43650
|
summary: string;
|
|
42487
43651
|
tags: string[];
|
|
43652
|
+
'x-deprecated': string;
|
|
42488
43653
|
'x-fern-sdk-group-name': string[];
|
|
42489
43654
|
'x-fern-sdk-method-name': string;
|
|
42490
43655
|
'x-fern-sdk-return-value': string;
|
|
@@ -42726,6 +43891,7 @@ declare const _default: {
|
|
|
42726
43891
|
})[];
|
|
42727
43892
|
summary: string;
|
|
42728
43893
|
tags: string[];
|
|
43894
|
+
'x-deprecated': string;
|
|
42729
43895
|
'x-fern-sdk-group-name': string[];
|
|
42730
43896
|
'x-fern-sdk-method-name': string;
|
|
42731
43897
|
'x-fern-sdk-return-value': string;
|