@seamapi/types 1.503.0 → 1.504.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 +315 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +281 -0
- package/dist/index.cjs +315 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-delete-data.d.ts +57 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js +75 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js.map +1 -0
- package/lib/seam/connect/models/customer/index.d.ts +1 -0
- package/lib/seam/connect/models/customer/index.js +1 -0
- package/lib/seam/connect/models/customer/index.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +1 -0
- package/lib/seam/connect/models/index.js +1 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +237 -0
- package/lib/seam/connect/openapi.js +315 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +44 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-delete-data.ts +79 -0
- package/src/lib/seam/connect/models/customer/index.ts +1 -0
- package/src/lib/seam/connect/models/index.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +317 -0
- package/src/lib/seam/connect/route-types.ts +44 -0
package/dist/connect.d.cts
CHANGED
|
@@ -79922,6 +79922,243 @@ declare const _default: {
|
|
|
79922
79922
|
'x-title': string;
|
|
79923
79923
|
};
|
|
79924
79924
|
};
|
|
79925
|
+
'/customers/delete_data': {
|
|
79926
|
+
delete: {
|
|
79927
|
+
description: string;
|
|
79928
|
+
operationId: string;
|
|
79929
|
+
parameters: {
|
|
79930
|
+
in: string;
|
|
79931
|
+
name: string;
|
|
79932
|
+
schema: {
|
|
79933
|
+
description: string;
|
|
79934
|
+
items: {
|
|
79935
|
+
type: string;
|
|
79936
|
+
};
|
|
79937
|
+
type: string;
|
|
79938
|
+
};
|
|
79939
|
+
}[];
|
|
79940
|
+
responses: {
|
|
79941
|
+
200: {
|
|
79942
|
+
content: {
|
|
79943
|
+
'application/json': {
|
|
79944
|
+
schema: {
|
|
79945
|
+
properties: {
|
|
79946
|
+
ok: {
|
|
79947
|
+
type: string;
|
|
79948
|
+
};
|
|
79949
|
+
};
|
|
79950
|
+
required: string[];
|
|
79951
|
+
type: string;
|
|
79952
|
+
};
|
|
79953
|
+
};
|
|
79954
|
+
};
|
|
79955
|
+
description: string;
|
|
79956
|
+
};
|
|
79957
|
+
400: {
|
|
79958
|
+
description: string;
|
|
79959
|
+
};
|
|
79960
|
+
401: {
|
|
79961
|
+
description: string;
|
|
79962
|
+
};
|
|
79963
|
+
};
|
|
79964
|
+
security: ({
|
|
79965
|
+
pat_with_workspace: never[];
|
|
79966
|
+
console_session_with_workspace?: never;
|
|
79967
|
+
api_key?: never;
|
|
79968
|
+
} | {
|
|
79969
|
+
console_session_with_workspace: never[];
|
|
79970
|
+
pat_with_workspace?: never;
|
|
79971
|
+
api_key?: never;
|
|
79972
|
+
} | {
|
|
79973
|
+
api_key: never[];
|
|
79974
|
+
pat_with_workspace?: never;
|
|
79975
|
+
console_session_with_workspace?: never;
|
|
79976
|
+
})[];
|
|
79977
|
+
summary: string;
|
|
79978
|
+
tags: never[];
|
|
79979
|
+
'x-fern-sdk-group-name': string[];
|
|
79980
|
+
'x-fern-sdk-method-name': string;
|
|
79981
|
+
'x-response-key': null;
|
|
79982
|
+
'x-title': string;
|
|
79983
|
+
};
|
|
79984
|
+
post: {
|
|
79985
|
+
description: string;
|
|
79986
|
+
operationId: string;
|
|
79987
|
+
requestBody: {
|
|
79988
|
+
content: {
|
|
79989
|
+
'application/json': {
|
|
79990
|
+
schema: {
|
|
79991
|
+
properties: {
|
|
79992
|
+
access_grant_keys: {
|
|
79993
|
+
description: string;
|
|
79994
|
+
items: {
|
|
79995
|
+
type: string;
|
|
79996
|
+
};
|
|
79997
|
+
type: string;
|
|
79998
|
+
};
|
|
79999
|
+
booking_keys: {
|
|
80000
|
+
description: string;
|
|
80001
|
+
items: {
|
|
80002
|
+
type: string;
|
|
80003
|
+
};
|
|
80004
|
+
type: string;
|
|
80005
|
+
};
|
|
80006
|
+
building_keys: {
|
|
80007
|
+
description: string;
|
|
80008
|
+
items: {
|
|
80009
|
+
type: string;
|
|
80010
|
+
};
|
|
80011
|
+
type: string;
|
|
80012
|
+
};
|
|
80013
|
+
common_area_keys: {
|
|
80014
|
+
description: string;
|
|
80015
|
+
items: {
|
|
80016
|
+
type: string;
|
|
80017
|
+
};
|
|
80018
|
+
type: string;
|
|
80019
|
+
};
|
|
80020
|
+
facility_keys: {
|
|
80021
|
+
description: string;
|
|
80022
|
+
items: {
|
|
80023
|
+
type: string;
|
|
80024
|
+
};
|
|
80025
|
+
type: string;
|
|
80026
|
+
};
|
|
80027
|
+
guest_keys: {
|
|
80028
|
+
description: string;
|
|
80029
|
+
items: {
|
|
80030
|
+
type: string;
|
|
80031
|
+
};
|
|
80032
|
+
type: string;
|
|
80033
|
+
};
|
|
80034
|
+
listing_keys: {
|
|
80035
|
+
description: string;
|
|
80036
|
+
items: {
|
|
80037
|
+
type: string;
|
|
80038
|
+
};
|
|
80039
|
+
type: string;
|
|
80040
|
+
};
|
|
80041
|
+
property_keys: {
|
|
80042
|
+
description: string;
|
|
80043
|
+
items: {
|
|
80044
|
+
type: string;
|
|
80045
|
+
};
|
|
80046
|
+
type: string;
|
|
80047
|
+
};
|
|
80048
|
+
property_listing_keys: {
|
|
80049
|
+
description: string;
|
|
80050
|
+
items: {
|
|
80051
|
+
type: string;
|
|
80052
|
+
};
|
|
80053
|
+
type: string;
|
|
80054
|
+
};
|
|
80055
|
+
reservation_keys: {
|
|
80056
|
+
description: string;
|
|
80057
|
+
items: {
|
|
80058
|
+
type: string;
|
|
80059
|
+
};
|
|
80060
|
+
type: string;
|
|
80061
|
+
};
|
|
80062
|
+
resident_keys: {
|
|
80063
|
+
description: string;
|
|
80064
|
+
items: {
|
|
80065
|
+
type: string;
|
|
80066
|
+
};
|
|
80067
|
+
type: string;
|
|
80068
|
+
};
|
|
80069
|
+
room_keys: {
|
|
80070
|
+
description: string;
|
|
80071
|
+
items: {
|
|
80072
|
+
type: string;
|
|
80073
|
+
};
|
|
80074
|
+
type: string;
|
|
80075
|
+
};
|
|
80076
|
+
space_keys: {
|
|
80077
|
+
description: string;
|
|
80078
|
+
items: {
|
|
80079
|
+
type: string;
|
|
80080
|
+
};
|
|
80081
|
+
type: string;
|
|
80082
|
+
};
|
|
80083
|
+
tenant_keys: {
|
|
80084
|
+
description: string;
|
|
80085
|
+
items: {
|
|
80086
|
+
type: string;
|
|
80087
|
+
};
|
|
80088
|
+
type: string;
|
|
80089
|
+
};
|
|
80090
|
+
unit_keys: {
|
|
80091
|
+
description: string;
|
|
80092
|
+
items: {
|
|
80093
|
+
type: string;
|
|
80094
|
+
};
|
|
80095
|
+
type: string;
|
|
80096
|
+
};
|
|
80097
|
+
user_identity_keys: {
|
|
80098
|
+
description: string;
|
|
80099
|
+
items: {
|
|
80100
|
+
type: string;
|
|
80101
|
+
};
|
|
80102
|
+
type: string;
|
|
80103
|
+
};
|
|
80104
|
+
user_keys: {
|
|
80105
|
+
description: string;
|
|
80106
|
+
items: {
|
|
80107
|
+
type: string;
|
|
80108
|
+
};
|
|
80109
|
+
type: string;
|
|
80110
|
+
};
|
|
80111
|
+
};
|
|
80112
|
+
type: string;
|
|
80113
|
+
};
|
|
80114
|
+
};
|
|
80115
|
+
};
|
|
80116
|
+
};
|
|
80117
|
+
responses: {
|
|
80118
|
+
200: {
|
|
80119
|
+
content: {
|
|
80120
|
+
'application/json': {
|
|
80121
|
+
schema: {
|
|
80122
|
+
properties: {
|
|
80123
|
+
ok: {
|
|
80124
|
+
type: string;
|
|
80125
|
+
};
|
|
80126
|
+
};
|
|
80127
|
+
required: string[];
|
|
80128
|
+
type: string;
|
|
80129
|
+
};
|
|
80130
|
+
};
|
|
80131
|
+
};
|
|
80132
|
+
description: string;
|
|
80133
|
+
};
|
|
80134
|
+
400: {
|
|
80135
|
+
description: string;
|
|
80136
|
+
};
|
|
80137
|
+
401: {
|
|
80138
|
+
description: string;
|
|
80139
|
+
};
|
|
80140
|
+
};
|
|
80141
|
+
security: ({
|
|
80142
|
+
pat_with_workspace: never[];
|
|
80143
|
+
console_session_with_workspace?: never;
|
|
80144
|
+
api_key?: never;
|
|
80145
|
+
} | {
|
|
80146
|
+
console_session_with_workspace: never[];
|
|
80147
|
+
pat_with_workspace?: never;
|
|
80148
|
+
api_key?: never;
|
|
80149
|
+
} | {
|
|
80150
|
+
api_key: never[];
|
|
80151
|
+
pat_with_workspace?: never;
|
|
80152
|
+
console_session_with_workspace?: never;
|
|
80153
|
+
})[];
|
|
80154
|
+
summary: string;
|
|
80155
|
+
tags: never[];
|
|
80156
|
+
'x-fern-sdk-group-name': string[];
|
|
80157
|
+
'x-fern-sdk-method-name': string;
|
|
80158
|
+
'x-response-key': null;
|
|
80159
|
+
'x-title': string;
|
|
80160
|
+
};
|
|
80161
|
+
};
|
|
79925
80162
|
'/customers/push_data': {
|
|
79926
80163
|
post: {
|
|
79927
80164
|
description: string;
|
|
@@ -131238,6 +131475,50 @@ type Routes = {
|
|
|
131238
131475
|
};
|
|
131239
131476
|
};
|
|
131240
131477
|
};
|
|
131478
|
+
'/customers/delete_data': {
|
|
131479
|
+
route: '/customers/delete_data';
|
|
131480
|
+
method: 'DELETE' | 'POST';
|
|
131481
|
+
queryParams: {};
|
|
131482
|
+
jsonBody: {};
|
|
131483
|
+
commonParams: {
|
|
131484
|
+
/** List of space keys to delete. */
|
|
131485
|
+
space_keys?: string[] | undefined;
|
|
131486
|
+
/** List of property keys to delete. */
|
|
131487
|
+
property_keys?: string[] | undefined;
|
|
131488
|
+
/** List of room keys to delete. */
|
|
131489
|
+
room_keys?: string[] | undefined;
|
|
131490
|
+
/** List of common area keys to delete. */
|
|
131491
|
+
common_area_keys?: string[] | undefined;
|
|
131492
|
+
/** List of unit keys to delete. */
|
|
131493
|
+
unit_keys?: string[] | undefined;
|
|
131494
|
+
/** List of facility keys to delete. */
|
|
131495
|
+
facility_keys?: string[] | undefined;
|
|
131496
|
+
/** List of building keys to delete. */
|
|
131497
|
+
building_keys?: string[] | undefined;
|
|
131498
|
+
/** List of listing keys to delete. */
|
|
131499
|
+
listing_keys?: string[] | undefined;
|
|
131500
|
+
/** List of property listing keys to delete. */
|
|
131501
|
+
property_listing_keys?: string[] | undefined;
|
|
131502
|
+
/** List of guest keys to delete. */
|
|
131503
|
+
guest_keys?: string[] | undefined;
|
|
131504
|
+
/** List of tenant keys to delete. */
|
|
131505
|
+
tenant_keys?: string[] | undefined;
|
|
131506
|
+
/** List of resident keys to delete. */
|
|
131507
|
+
resident_keys?: string[] | undefined;
|
|
131508
|
+
/** List of user keys to delete. */
|
|
131509
|
+
user_keys?: string[] | undefined;
|
|
131510
|
+
/** List of user identity keys to delete. */
|
|
131511
|
+
user_identity_keys?: string[] | undefined;
|
|
131512
|
+
/** List of reservation keys to delete. */
|
|
131513
|
+
reservation_keys?: string[] | undefined;
|
|
131514
|
+
/** List of booking keys to delete. */
|
|
131515
|
+
booking_keys?: string[] | undefined;
|
|
131516
|
+
/** List of access grant keys to delete. */
|
|
131517
|
+
access_grant_keys?: string[] | undefined;
|
|
131518
|
+
};
|
|
131519
|
+
formData: {};
|
|
131520
|
+
jsonResponse: {};
|
|
131521
|
+
};
|
|
131241
131522
|
'/customers/push_data': {
|
|
131242
131523
|
route: '/customers/push_data';
|
|
131243
131524
|
method: 'POST';
|
package/dist/index.cjs
CHANGED
|
@@ -41023,6 +41023,321 @@ var openapi_default = {
|
|
|
41023
41023
|
"x-title": "Create Customer Portal"
|
|
41024
41024
|
}
|
|
41025
41025
|
},
|
|
41026
|
+
"/customers/delete_data": {
|
|
41027
|
+
delete: {
|
|
41028
|
+
description: "Deletes customer data including resources like spaces, properties, rooms, users, etc.\nThis will delete the partner resources and any related Seam resources (user identities, access grants, spaces).",
|
|
41029
|
+
operationId: "customersDeleteDataDelete",
|
|
41030
|
+
parameters: [
|
|
41031
|
+
{
|
|
41032
|
+
in: "query",
|
|
41033
|
+
name: "space_keys",
|
|
41034
|
+
schema: {
|
|
41035
|
+
description: "List of space keys to delete.",
|
|
41036
|
+
items: { type: "string" },
|
|
41037
|
+
type: "array"
|
|
41038
|
+
}
|
|
41039
|
+
},
|
|
41040
|
+
{
|
|
41041
|
+
in: "query",
|
|
41042
|
+
name: "property_keys",
|
|
41043
|
+
schema: {
|
|
41044
|
+
description: "List of property keys to delete.",
|
|
41045
|
+
items: { type: "string" },
|
|
41046
|
+
type: "array"
|
|
41047
|
+
}
|
|
41048
|
+
},
|
|
41049
|
+
{
|
|
41050
|
+
in: "query",
|
|
41051
|
+
name: "room_keys",
|
|
41052
|
+
schema: {
|
|
41053
|
+
description: "List of room keys to delete.",
|
|
41054
|
+
items: { type: "string" },
|
|
41055
|
+
type: "array"
|
|
41056
|
+
}
|
|
41057
|
+
},
|
|
41058
|
+
{
|
|
41059
|
+
in: "query",
|
|
41060
|
+
name: "common_area_keys",
|
|
41061
|
+
schema: {
|
|
41062
|
+
description: "List of common area keys to delete.",
|
|
41063
|
+
items: { type: "string" },
|
|
41064
|
+
type: "array"
|
|
41065
|
+
}
|
|
41066
|
+
},
|
|
41067
|
+
{
|
|
41068
|
+
in: "query",
|
|
41069
|
+
name: "unit_keys",
|
|
41070
|
+
schema: {
|
|
41071
|
+
description: "List of unit keys to delete.",
|
|
41072
|
+
items: { type: "string" },
|
|
41073
|
+
type: "array"
|
|
41074
|
+
}
|
|
41075
|
+
},
|
|
41076
|
+
{
|
|
41077
|
+
in: "query",
|
|
41078
|
+
name: "facility_keys",
|
|
41079
|
+
schema: {
|
|
41080
|
+
description: "List of facility keys to delete.",
|
|
41081
|
+
items: { type: "string" },
|
|
41082
|
+
type: "array"
|
|
41083
|
+
}
|
|
41084
|
+
},
|
|
41085
|
+
{
|
|
41086
|
+
in: "query",
|
|
41087
|
+
name: "building_keys",
|
|
41088
|
+
schema: {
|
|
41089
|
+
description: "List of building keys to delete.",
|
|
41090
|
+
items: { type: "string" },
|
|
41091
|
+
type: "array"
|
|
41092
|
+
}
|
|
41093
|
+
},
|
|
41094
|
+
{
|
|
41095
|
+
in: "query",
|
|
41096
|
+
name: "listing_keys",
|
|
41097
|
+
schema: {
|
|
41098
|
+
description: "List of listing keys to delete.",
|
|
41099
|
+
items: { type: "string" },
|
|
41100
|
+
type: "array"
|
|
41101
|
+
}
|
|
41102
|
+
},
|
|
41103
|
+
{
|
|
41104
|
+
in: "query",
|
|
41105
|
+
name: "property_listing_keys",
|
|
41106
|
+
schema: {
|
|
41107
|
+
description: "List of property listing keys to delete.",
|
|
41108
|
+
items: { type: "string" },
|
|
41109
|
+
type: "array"
|
|
41110
|
+
}
|
|
41111
|
+
},
|
|
41112
|
+
{
|
|
41113
|
+
in: "query",
|
|
41114
|
+
name: "guest_keys",
|
|
41115
|
+
schema: {
|
|
41116
|
+
description: "List of guest keys to delete.",
|
|
41117
|
+
items: { type: "string" },
|
|
41118
|
+
type: "array"
|
|
41119
|
+
}
|
|
41120
|
+
},
|
|
41121
|
+
{
|
|
41122
|
+
in: "query",
|
|
41123
|
+
name: "tenant_keys",
|
|
41124
|
+
schema: {
|
|
41125
|
+
description: "List of tenant keys to delete.",
|
|
41126
|
+
items: { type: "string" },
|
|
41127
|
+
type: "array"
|
|
41128
|
+
}
|
|
41129
|
+
},
|
|
41130
|
+
{
|
|
41131
|
+
in: "query",
|
|
41132
|
+
name: "resident_keys",
|
|
41133
|
+
schema: {
|
|
41134
|
+
description: "List of resident keys to delete.",
|
|
41135
|
+
items: { type: "string" },
|
|
41136
|
+
type: "array"
|
|
41137
|
+
}
|
|
41138
|
+
},
|
|
41139
|
+
{
|
|
41140
|
+
in: "query",
|
|
41141
|
+
name: "user_keys",
|
|
41142
|
+
schema: {
|
|
41143
|
+
description: "List of user keys to delete.",
|
|
41144
|
+
items: { type: "string" },
|
|
41145
|
+
type: "array"
|
|
41146
|
+
}
|
|
41147
|
+
},
|
|
41148
|
+
{
|
|
41149
|
+
in: "query",
|
|
41150
|
+
name: "user_identity_keys",
|
|
41151
|
+
schema: {
|
|
41152
|
+
description: "List of user identity keys to delete.",
|
|
41153
|
+
items: { type: "string" },
|
|
41154
|
+
type: "array"
|
|
41155
|
+
}
|
|
41156
|
+
},
|
|
41157
|
+
{
|
|
41158
|
+
in: "query",
|
|
41159
|
+
name: "reservation_keys",
|
|
41160
|
+
schema: {
|
|
41161
|
+
description: "List of reservation keys to delete.",
|
|
41162
|
+
items: { type: "string" },
|
|
41163
|
+
type: "array"
|
|
41164
|
+
}
|
|
41165
|
+
},
|
|
41166
|
+
{
|
|
41167
|
+
in: "query",
|
|
41168
|
+
name: "booking_keys",
|
|
41169
|
+
schema: {
|
|
41170
|
+
description: "List of booking keys to delete.",
|
|
41171
|
+
items: { type: "string" },
|
|
41172
|
+
type: "array"
|
|
41173
|
+
}
|
|
41174
|
+
},
|
|
41175
|
+
{
|
|
41176
|
+
in: "query",
|
|
41177
|
+
name: "access_grant_keys",
|
|
41178
|
+
schema: {
|
|
41179
|
+
description: "List of access grant keys to delete.",
|
|
41180
|
+
items: { type: "string" },
|
|
41181
|
+
type: "array"
|
|
41182
|
+
}
|
|
41183
|
+
}
|
|
41184
|
+
],
|
|
41185
|
+
responses: {
|
|
41186
|
+
200: {
|
|
41187
|
+
content: {
|
|
41188
|
+
"application/json": {
|
|
41189
|
+
schema: {
|
|
41190
|
+
properties: { ok: { type: "boolean" } },
|
|
41191
|
+
required: ["ok"],
|
|
41192
|
+
type: "object"
|
|
41193
|
+
}
|
|
41194
|
+
}
|
|
41195
|
+
},
|
|
41196
|
+
description: "OK"
|
|
41197
|
+
},
|
|
41198
|
+
400: { description: "Bad Request" },
|
|
41199
|
+
401: { description: "Unauthorized" }
|
|
41200
|
+
},
|
|
41201
|
+
security: [
|
|
41202
|
+
{ pat_with_workspace: [] },
|
|
41203
|
+
{ console_session_with_workspace: [] },
|
|
41204
|
+
{ api_key: [] }
|
|
41205
|
+
],
|
|
41206
|
+
summary: "/customers/delete_data",
|
|
41207
|
+
tags: [],
|
|
41208
|
+
"x-fern-sdk-group-name": ["customers"],
|
|
41209
|
+
"x-fern-sdk-method-name": "delete_data",
|
|
41210
|
+
"x-response-key": null,
|
|
41211
|
+
"x-title": "Delete Customer Data"
|
|
41212
|
+
},
|
|
41213
|
+
post: {
|
|
41214
|
+
description: "Deletes customer data including resources like spaces, properties, rooms, users, etc.\nThis will delete the partner resources and any related Seam resources (user identities, access grants, spaces).",
|
|
41215
|
+
operationId: "customersDeleteDataPost",
|
|
41216
|
+
requestBody: {
|
|
41217
|
+
content: {
|
|
41218
|
+
"application/json": {
|
|
41219
|
+
schema: {
|
|
41220
|
+
properties: {
|
|
41221
|
+
access_grant_keys: {
|
|
41222
|
+
description: "List of access grant keys to delete.",
|
|
41223
|
+
items: { type: "string" },
|
|
41224
|
+
type: "array"
|
|
41225
|
+
},
|
|
41226
|
+
booking_keys: {
|
|
41227
|
+
description: "List of booking keys to delete.",
|
|
41228
|
+
items: { type: "string" },
|
|
41229
|
+
type: "array"
|
|
41230
|
+
},
|
|
41231
|
+
building_keys: {
|
|
41232
|
+
description: "List of building keys to delete.",
|
|
41233
|
+
items: { type: "string" },
|
|
41234
|
+
type: "array"
|
|
41235
|
+
},
|
|
41236
|
+
common_area_keys: {
|
|
41237
|
+
description: "List of common area keys to delete.",
|
|
41238
|
+
items: { type: "string" },
|
|
41239
|
+
type: "array"
|
|
41240
|
+
},
|
|
41241
|
+
facility_keys: {
|
|
41242
|
+
description: "List of facility keys to delete.",
|
|
41243
|
+
items: { type: "string" },
|
|
41244
|
+
type: "array"
|
|
41245
|
+
},
|
|
41246
|
+
guest_keys: {
|
|
41247
|
+
description: "List of guest keys to delete.",
|
|
41248
|
+
items: { type: "string" },
|
|
41249
|
+
type: "array"
|
|
41250
|
+
},
|
|
41251
|
+
listing_keys: {
|
|
41252
|
+
description: "List of listing keys to delete.",
|
|
41253
|
+
items: { type: "string" },
|
|
41254
|
+
type: "array"
|
|
41255
|
+
},
|
|
41256
|
+
property_keys: {
|
|
41257
|
+
description: "List of property keys to delete.",
|
|
41258
|
+
items: { type: "string" },
|
|
41259
|
+
type: "array"
|
|
41260
|
+
},
|
|
41261
|
+
property_listing_keys: {
|
|
41262
|
+
description: "List of property listing keys to delete.",
|
|
41263
|
+
items: { type: "string" },
|
|
41264
|
+
type: "array"
|
|
41265
|
+
},
|
|
41266
|
+
reservation_keys: {
|
|
41267
|
+
description: "List of reservation keys to delete.",
|
|
41268
|
+
items: { type: "string" },
|
|
41269
|
+
type: "array"
|
|
41270
|
+
},
|
|
41271
|
+
resident_keys: {
|
|
41272
|
+
description: "List of resident keys to delete.",
|
|
41273
|
+
items: { type: "string" },
|
|
41274
|
+
type: "array"
|
|
41275
|
+
},
|
|
41276
|
+
room_keys: {
|
|
41277
|
+
description: "List of room keys to delete.",
|
|
41278
|
+
items: { type: "string" },
|
|
41279
|
+
type: "array"
|
|
41280
|
+
},
|
|
41281
|
+
space_keys: {
|
|
41282
|
+
description: "List of space keys to delete.",
|
|
41283
|
+
items: { type: "string" },
|
|
41284
|
+
type: "array"
|
|
41285
|
+
},
|
|
41286
|
+
tenant_keys: {
|
|
41287
|
+
description: "List of tenant keys to delete.",
|
|
41288
|
+
items: { type: "string" },
|
|
41289
|
+
type: "array"
|
|
41290
|
+
},
|
|
41291
|
+
unit_keys: {
|
|
41292
|
+
description: "List of unit keys to delete.",
|
|
41293
|
+
items: { type: "string" },
|
|
41294
|
+
type: "array"
|
|
41295
|
+
},
|
|
41296
|
+
user_identity_keys: {
|
|
41297
|
+
description: "List of user identity keys to delete.",
|
|
41298
|
+
items: { type: "string" },
|
|
41299
|
+
type: "array"
|
|
41300
|
+
},
|
|
41301
|
+
user_keys: {
|
|
41302
|
+
description: "List of user keys to delete.",
|
|
41303
|
+
items: { type: "string" },
|
|
41304
|
+
type: "array"
|
|
41305
|
+
}
|
|
41306
|
+
},
|
|
41307
|
+
type: "object"
|
|
41308
|
+
}
|
|
41309
|
+
}
|
|
41310
|
+
}
|
|
41311
|
+
},
|
|
41312
|
+
responses: {
|
|
41313
|
+
200: {
|
|
41314
|
+
content: {
|
|
41315
|
+
"application/json": {
|
|
41316
|
+
schema: {
|
|
41317
|
+
properties: { ok: { type: "boolean" } },
|
|
41318
|
+
required: ["ok"],
|
|
41319
|
+
type: "object"
|
|
41320
|
+
}
|
|
41321
|
+
}
|
|
41322
|
+
},
|
|
41323
|
+
description: "OK"
|
|
41324
|
+
},
|
|
41325
|
+
400: { description: "Bad Request" },
|
|
41326
|
+
401: { description: "Unauthorized" }
|
|
41327
|
+
},
|
|
41328
|
+
security: [
|
|
41329
|
+
{ pat_with_workspace: [] },
|
|
41330
|
+
{ console_session_with_workspace: [] },
|
|
41331
|
+
{ api_key: [] }
|
|
41332
|
+
],
|
|
41333
|
+
summary: "/customers/delete_data",
|
|
41334
|
+
tags: [],
|
|
41335
|
+
"x-fern-sdk-group-name": ["customers"],
|
|
41336
|
+
"x-fern-sdk-method-name": "delete_data",
|
|
41337
|
+
"x-response-key": null,
|
|
41338
|
+
"x-title": "Delete Customer Data"
|
|
41339
|
+
}
|
|
41340
|
+
},
|
|
41026
41341
|
"/customers/push_data": {
|
|
41027
41342
|
post: {
|
|
41028
41343
|
description: "Pushes customer data including resources like spaces, properties, rooms, users, etc.",
|