@seamapi/types 1.587.0 → 1.588.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 +83 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +175 -0
- package/dist/index.cjs +83 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +34 -0
- package/lib/seam/connect/models/customer/customer-data.js +5 -1
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/location-resources.d.ts +46 -0
- package/lib/seam/connect/models/customer/location-resources.js +17 -0
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +144 -0
- package/lib/seam/connect/openapi.js +83 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +31 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-data.ts +5 -0
- package/src/lib/seam/connect/models/customer/location-resources.ts +19 -0
- package/src/lib/seam/connect/openapi.ts +89 -0
- package/src/lib/seam/connect/route-types.ts +37 -0
|
@@ -31281,6 +31281,7 @@ declare const _default: {
|
|
|
31281
31281
|
building_key?: never;
|
|
31282
31282
|
listing_key?: never;
|
|
31283
31283
|
property_listing_key?: never;
|
|
31284
|
+
site_key?: never;
|
|
31284
31285
|
};
|
|
31285
31286
|
required: string[];
|
|
31286
31287
|
type: string;
|
|
@@ -31297,6 +31298,7 @@ declare const _default: {
|
|
|
31297
31298
|
building_key?: never;
|
|
31298
31299
|
listing_key?: never;
|
|
31299
31300
|
property_listing_key?: never;
|
|
31301
|
+
site_key?: never;
|
|
31300
31302
|
};
|
|
31301
31303
|
required: string[];
|
|
31302
31304
|
type: string;
|
|
@@ -31313,6 +31315,7 @@ declare const _default: {
|
|
|
31313
31315
|
building_key?: never;
|
|
31314
31316
|
listing_key?: never;
|
|
31315
31317
|
property_listing_key?: never;
|
|
31318
|
+
site_key?: never;
|
|
31316
31319
|
};
|
|
31317
31320
|
required: string[];
|
|
31318
31321
|
type: string;
|
|
@@ -31329,6 +31332,7 @@ declare const _default: {
|
|
|
31329
31332
|
building_key?: never;
|
|
31330
31333
|
listing_key?: never;
|
|
31331
31334
|
property_listing_key?: never;
|
|
31335
|
+
site_key?: never;
|
|
31332
31336
|
};
|
|
31333
31337
|
required: string[];
|
|
31334
31338
|
type: string;
|
|
@@ -31345,6 +31349,7 @@ declare const _default: {
|
|
|
31345
31349
|
building_key?: never;
|
|
31346
31350
|
listing_key?: never;
|
|
31347
31351
|
property_listing_key?: never;
|
|
31352
|
+
site_key?: never;
|
|
31348
31353
|
};
|
|
31349
31354
|
required: string[];
|
|
31350
31355
|
type: string;
|
|
@@ -31361,6 +31366,7 @@ declare const _default: {
|
|
|
31361
31366
|
building_key?: never;
|
|
31362
31367
|
listing_key?: never;
|
|
31363
31368
|
property_listing_key?: never;
|
|
31369
|
+
site_key?: never;
|
|
31364
31370
|
};
|
|
31365
31371
|
required: string[];
|
|
31366
31372
|
type: string;
|
|
@@ -31377,6 +31383,7 @@ declare const _default: {
|
|
|
31377
31383
|
facility_key?: never;
|
|
31378
31384
|
listing_key?: never;
|
|
31379
31385
|
property_listing_key?: never;
|
|
31386
|
+
site_key?: never;
|
|
31380
31387
|
};
|
|
31381
31388
|
required: string[];
|
|
31382
31389
|
type: string;
|
|
@@ -31393,6 +31400,7 @@ declare const _default: {
|
|
|
31393
31400
|
facility_key?: never;
|
|
31394
31401
|
building_key?: never;
|
|
31395
31402
|
property_listing_key?: never;
|
|
31403
|
+
site_key?: never;
|
|
31396
31404
|
};
|
|
31397
31405
|
required: string[];
|
|
31398
31406
|
type: string;
|
|
@@ -31409,6 +31417,24 @@ declare const _default: {
|
|
|
31409
31417
|
facility_key?: never;
|
|
31410
31418
|
building_key?: never;
|
|
31411
31419
|
listing_key?: never;
|
|
31420
|
+
site_key?: never;
|
|
31421
|
+
};
|
|
31422
|
+
required: string[];
|
|
31423
|
+
type: string;
|
|
31424
|
+
} | {
|
|
31425
|
+
properties: {
|
|
31426
|
+
site_key: {
|
|
31427
|
+
type: string;
|
|
31428
|
+
};
|
|
31429
|
+
space_key?: never;
|
|
31430
|
+
property_key?: never;
|
|
31431
|
+
room_key?: never;
|
|
31432
|
+
common_area_key?: never;
|
|
31433
|
+
unit_key?: never;
|
|
31434
|
+
facility_key?: never;
|
|
31435
|
+
building_key?: never;
|
|
31436
|
+
listing_key?: never;
|
|
31437
|
+
property_listing_key?: never;
|
|
31412
31438
|
};
|
|
31413
31439
|
required: string[];
|
|
31414
31440
|
type: string;
|
|
@@ -31699,6 +31725,10 @@ declare const _default: {
|
|
|
31699
31725
|
description: string;
|
|
31700
31726
|
type: string;
|
|
31701
31727
|
};
|
|
31728
|
+
parent_site_key: {
|
|
31729
|
+
description: string;
|
|
31730
|
+
type: string;
|
|
31731
|
+
};
|
|
31702
31732
|
};
|
|
31703
31733
|
required: string[];
|
|
31704
31734
|
type: string;
|
|
@@ -31947,6 +31977,10 @@ declare const _default: {
|
|
|
31947
31977
|
description: string;
|
|
31948
31978
|
type: string;
|
|
31949
31979
|
};
|
|
31980
|
+
parent_site_key: {
|
|
31981
|
+
description: string;
|
|
31982
|
+
type: string;
|
|
31983
|
+
};
|
|
31950
31984
|
room_key: {
|
|
31951
31985
|
description: string;
|
|
31952
31986
|
type: string;
|
|
@@ -31957,6 +31991,24 @@ declare const _default: {
|
|
|
31957
31991
|
};
|
|
31958
31992
|
type: string;
|
|
31959
31993
|
};
|
|
31994
|
+
sites: {
|
|
31995
|
+
description: string;
|
|
31996
|
+
items: {
|
|
31997
|
+
properties: {
|
|
31998
|
+
name: {
|
|
31999
|
+
description: string;
|
|
32000
|
+
type: string;
|
|
32001
|
+
};
|
|
32002
|
+
site_key: {
|
|
32003
|
+
description: string;
|
|
32004
|
+
type: string;
|
|
32005
|
+
};
|
|
32006
|
+
};
|
|
32007
|
+
required: string[];
|
|
32008
|
+
type: string;
|
|
32009
|
+
};
|
|
32010
|
+
type: string;
|
|
32011
|
+
};
|
|
31960
32012
|
spaces: {
|
|
31961
32013
|
description: string;
|
|
31962
32014
|
items: {
|
|
@@ -32009,6 +32061,10 @@ declare const _default: {
|
|
|
32009
32061
|
description: string;
|
|
32010
32062
|
type: string;
|
|
32011
32063
|
};
|
|
32064
|
+
parent_site_key: {
|
|
32065
|
+
description: string;
|
|
32066
|
+
type: string;
|
|
32067
|
+
};
|
|
32012
32068
|
unit_key: {
|
|
32013
32069
|
description: string;
|
|
32014
32070
|
type: string;
|
|
@@ -32631,6 +32687,10 @@ declare const _default: {
|
|
|
32631
32687
|
description: string;
|
|
32632
32688
|
type: string;
|
|
32633
32689
|
};
|
|
32690
|
+
parent_site_key: {
|
|
32691
|
+
description: string;
|
|
32692
|
+
type: string;
|
|
32693
|
+
};
|
|
32634
32694
|
};
|
|
32635
32695
|
required: string[];
|
|
32636
32696
|
type: string;
|
|
@@ -32879,6 +32939,10 @@ declare const _default: {
|
|
|
32879
32939
|
description: string;
|
|
32880
32940
|
type: string;
|
|
32881
32941
|
};
|
|
32942
|
+
parent_site_key: {
|
|
32943
|
+
description: string;
|
|
32944
|
+
type: string;
|
|
32945
|
+
};
|
|
32882
32946
|
room_key: {
|
|
32883
32947
|
description: string;
|
|
32884
32948
|
type: string;
|
|
@@ -32889,6 +32953,24 @@ declare const _default: {
|
|
|
32889
32953
|
};
|
|
32890
32954
|
type: string;
|
|
32891
32955
|
};
|
|
32956
|
+
sites: {
|
|
32957
|
+
description: string;
|
|
32958
|
+
items: {
|
|
32959
|
+
properties: {
|
|
32960
|
+
name: {
|
|
32961
|
+
description: string;
|
|
32962
|
+
type: string;
|
|
32963
|
+
};
|
|
32964
|
+
site_key: {
|
|
32965
|
+
description: string;
|
|
32966
|
+
type: string;
|
|
32967
|
+
};
|
|
32968
|
+
};
|
|
32969
|
+
required: string[];
|
|
32970
|
+
type: string;
|
|
32971
|
+
};
|
|
32972
|
+
type: string;
|
|
32973
|
+
};
|
|
32892
32974
|
spaces: {
|
|
32893
32975
|
description: string;
|
|
32894
32976
|
items: {
|
|
@@ -32941,6 +33023,10 @@ declare const _default: {
|
|
|
32941
33023
|
description: string;
|
|
32942
33024
|
type: string;
|
|
32943
33025
|
};
|
|
33026
|
+
parent_site_key: {
|
|
33027
|
+
description: string;
|
|
33028
|
+
type: string;
|
|
33029
|
+
};
|
|
32944
33030
|
unit_key: {
|
|
32945
33031
|
description: string;
|
|
32946
33032
|
type: string;
|
|
@@ -41937,6 +42023,7 @@ declare const _default: {
|
|
|
41937
42023
|
building_key?: never;
|
|
41938
42024
|
listing_key?: never;
|
|
41939
42025
|
property_listing_key?: never;
|
|
42026
|
+
site_key?: never;
|
|
41940
42027
|
};
|
|
41941
42028
|
required: string[];
|
|
41942
42029
|
type: string;
|
|
@@ -41953,6 +42040,7 @@ declare const _default: {
|
|
|
41953
42040
|
building_key?: never;
|
|
41954
42041
|
listing_key?: never;
|
|
41955
42042
|
property_listing_key?: never;
|
|
42043
|
+
site_key?: never;
|
|
41956
42044
|
};
|
|
41957
42045
|
required: string[];
|
|
41958
42046
|
type: string;
|
|
@@ -41969,6 +42057,7 @@ declare const _default: {
|
|
|
41969
42057
|
building_key?: never;
|
|
41970
42058
|
listing_key?: never;
|
|
41971
42059
|
property_listing_key?: never;
|
|
42060
|
+
site_key?: never;
|
|
41972
42061
|
};
|
|
41973
42062
|
required: string[];
|
|
41974
42063
|
type: string;
|
|
@@ -41985,6 +42074,7 @@ declare const _default: {
|
|
|
41985
42074
|
building_key?: never;
|
|
41986
42075
|
listing_key?: never;
|
|
41987
42076
|
property_listing_key?: never;
|
|
42077
|
+
site_key?: never;
|
|
41988
42078
|
};
|
|
41989
42079
|
required: string[];
|
|
41990
42080
|
type: string;
|
|
@@ -42001,6 +42091,7 @@ declare const _default: {
|
|
|
42001
42091
|
building_key?: never;
|
|
42002
42092
|
listing_key?: never;
|
|
42003
42093
|
property_listing_key?: never;
|
|
42094
|
+
site_key?: never;
|
|
42004
42095
|
};
|
|
42005
42096
|
required: string[];
|
|
42006
42097
|
type: string;
|
|
@@ -42017,6 +42108,7 @@ declare const _default: {
|
|
|
42017
42108
|
building_key?: never;
|
|
42018
42109
|
listing_key?: never;
|
|
42019
42110
|
property_listing_key?: never;
|
|
42111
|
+
site_key?: never;
|
|
42020
42112
|
};
|
|
42021
42113
|
required: string[];
|
|
42022
42114
|
type: string;
|
|
@@ -42033,6 +42125,7 @@ declare const _default: {
|
|
|
42033
42125
|
facility_key?: never;
|
|
42034
42126
|
listing_key?: never;
|
|
42035
42127
|
property_listing_key?: never;
|
|
42128
|
+
site_key?: never;
|
|
42036
42129
|
};
|
|
42037
42130
|
required: string[];
|
|
42038
42131
|
type: string;
|
|
@@ -42049,6 +42142,7 @@ declare const _default: {
|
|
|
42049
42142
|
facility_key?: never;
|
|
42050
42143
|
building_key?: never;
|
|
42051
42144
|
property_listing_key?: never;
|
|
42145
|
+
site_key?: never;
|
|
42052
42146
|
};
|
|
42053
42147
|
required: string[];
|
|
42054
42148
|
type: string;
|
|
@@ -42065,6 +42159,24 @@ declare const _default: {
|
|
|
42065
42159
|
facility_key?: never;
|
|
42066
42160
|
building_key?: never;
|
|
42067
42161
|
listing_key?: never;
|
|
42162
|
+
site_key?: never;
|
|
42163
|
+
};
|
|
42164
|
+
required: string[];
|
|
42165
|
+
type: string;
|
|
42166
|
+
} | {
|
|
42167
|
+
properties: {
|
|
42168
|
+
site_key: {
|
|
42169
|
+
type: string;
|
|
42170
|
+
};
|
|
42171
|
+
space_key?: never;
|
|
42172
|
+
property_key?: never;
|
|
42173
|
+
room_key?: never;
|
|
42174
|
+
common_area_key?: never;
|
|
42175
|
+
unit_key?: never;
|
|
42176
|
+
facility_key?: never;
|
|
42177
|
+
building_key?: never;
|
|
42178
|
+
listing_key?: never;
|
|
42179
|
+
property_listing_key?: never;
|
|
42068
42180
|
};
|
|
42069
42181
|
required: string[];
|
|
42070
42182
|
type: string;
|
|
@@ -42241,6 +42353,7 @@ declare const _default: {
|
|
|
42241
42353
|
building_key?: never;
|
|
42242
42354
|
listing_key?: never;
|
|
42243
42355
|
property_listing_key?: never;
|
|
42356
|
+
site_key?: never;
|
|
42244
42357
|
};
|
|
42245
42358
|
required: string[];
|
|
42246
42359
|
type: string;
|
|
@@ -42257,6 +42370,7 @@ declare const _default: {
|
|
|
42257
42370
|
building_key?: never;
|
|
42258
42371
|
listing_key?: never;
|
|
42259
42372
|
property_listing_key?: never;
|
|
42373
|
+
site_key?: never;
|
|
42260
42374
|
};
|
|
42261
42375
|
required: string[];
|
|
42262
42376
|
type: string;
|
|
@@ -42273,6 +42387,7 @@ declare const _default: {
|
|
|
42273
42387
|
building_key?: never;
|
|
42274
42388
|
listing_key?: never;
|
|
42275
42389
|
property_listing_key?: never;
|
|
42390
|
+
site_key?: never;
|
|
42276
42391
|
};
|
|
42277
42392
|
required: string[];
|
|
42278
42393
|
type: string;
|
|
@@ -42289,6 +42404,7 @@ declare const _default: {
|
|
|
42289
42404
|
building_key?: never;
|
|
42290
42405
|
listing_key?: never;
|
|
42291
42406
|
property_listing_key?: never;
|
|
42407
|
+
site_key?: never;
|
|
42292
42408
|
};
|
|
42293
42409
|
required: string[];
|
|
42294
42410
|
type: string;
|
|
@@ -42305,6 +42421,7 @@ declare const _default: {
|
|
|
42305
42421
|
building_key?: never;
|
|
42306
42422
|
listing_key?: never;
|
|
42307
42423
|
property_listing_key?: never;
|
|
42424
|
+
site_key?: never;
|
|
42308
42425
|
};
|
|
42309
42426
|
required: string[];
|
|
42310
42427
|
type: string;
|
|
@@ -42321,6 +42438,7 @@ declare const _default: {
|
|
|
42321
42438
|
building_key?: never;
|
|
42322
42439
|
listing_key?: never;
|
|
42323
42440
|
property_listing_key?: never;
|
|
42441
|
+
site_key?: never;
|
|
42324
42442
|
};
|
|
42325
42443
|
required: string[];
|
|
42326
42444
|
type: string;
|
|
@@ -42337,6 +42455,7 @@ declare const _default: {
|
|
|
42337
42455
|
facility_key?: never;
|
|
42338
42456
|
listing_key?: never;
|
|
42339
42457
|
property_listing_key?: never;
|
|
42458
|
+
site_key?: never;
|
|
42340
42459
|
};
|
|
42341
42460
|
required: string[];
|
|
42342
42461
|
type: string;
|
|
@@ -42353,6 +42472,7 @@ declare const _default: {
|
|
|
42353
42472
|
facility_key?: never;
|
|
42354
42473
|
building_key?: never;
|
|
42355
42474
|
property_listing_key?: never;
|
|
42475
|
+
site_key?: never;
|
|
42356
42476
|
};
|
|
42357
42477
|
required: string[];
|
|
42358
42478
|
type: string;
|
|
@@ -42369,6 +42489,24 @@ declare const _default: {
|
|
|
42369
42489
|
facility_key?: never;
|
|
42370
42490
|
building_key?: never;
|
|
42371
42491
|
listing_key?: never;
|
|
42492
|
+
site_key?: never;
|
|
42493
|
+
};
|
|
42494
|
+
required: string[];
|
|
42495
|
+
type: string;
|
|
42496
|
+
} | {
|
|
42497
|
+
properties: {
|
|
42498
|
+
site_key: {
|
|
42499
|
+
type: string;
|
|
42500
|
+
};
|
|
42501
|
+
space_key?: never;
|
|
42502
|
+
property_key?: never;
|
|
42503
|
+
room_key?: never;
|
|
42504
|
+
common_area_key?: never;
|
|
42505
|
+
unit_key?: never;
|
|
42506
|
+
facility_key?: never;
|
|
42507
|
+
building_key?: never;
|
|
42508
|
+
listing_key?: never;
|
|
42509
|
+
property_listing_key?: never;
|
|
42372
42510
|
};
|
|
42373
42511
|
required: string[];
|
|
42374
42512
|
type: string;
|
|
@@ -43899,6 +44037,9 @@ declare const _default: {
|
|
|
43899
44037
|
needs_review: {
|
|
43900
44038
|
type: string;
|
|
43901
44039
|
};
|
|
44040
|
+
parent_partner_resource_key: {
|
|
44041
|
+
type: string;
|
|
44042
|
+
};
|
|
43902
44043
|
partner_resource_key: {
|
|
43903
44044
|
type: string;
|
|
43904
44045
|
};
|
|
@@ -44010,6 +44151,9 @@ declare const _default: {
|
|
|
44010
44151
|
needs_review: {
|
|
44011
44152
|
type: string;
|
|
44012
44153
|
};
|
|
44154
|
+
parent_partner_resource_key: {
|
|
44155
|
+
type: string;
|
|
44156
|
+
};
|
|
44013
44157
|
partner_resource_key: {
|
|
44014
44158
|
type: string;
|
|
44015
44159
|
};
|
|
@@ -36927,6 +36927,13 @@ export default {
|
|
|
36927
36927
|
required: ['property_listing_key'],
|
|
36928
36928
|
type: 'object',
|
|
36929
36929
|
},
|
|
36930
|
+
{
|
|
36931
|
+
properties: {
|
|
36932
|
+
site_key: { type: 'string' },
|
|
36933
|
+
},
|
|
36934
|
+
required: ['site_key'],
|
|
36935
|
+
type: 'object',
|
|
36936
|
+
},
|
|
36930
36937
|
],
|
|
36931
36938
|
},
|
|
36932
36939
|
{
|
|
@@ -37176,6 +37183,10 @@ export default {
|
|
|
37176
37183
|
description: 'Your display name for this location resource.',
|
|
37177
37184
|
type: 'string',
|
|
37178
37185
|
},
|
|
37186
|
+
parent_site_key: {
|
|
37187
|
+
description: 'Your unique identifier for the site.',
|
|
37188
|
+
type: 'string',
|
|
37189
|
+
},
|
|
37179
37190
|
},
|
|
37180
37191
|
required: ['name', 'common_area_key'],
|
|
37181
37192
|
type: 'object',
|
|
@@ -37408,6 +37419,10 @@ export default {
|
|
|
37408
37419
|
description: 'Your display name for this location resource.',
|
|
37409
37420
|
type: 'string',
|
|
37410
37421
|
},
|
|
37422
|
+
parent_site_key: {
|
|
37423
|
+
description: 'Your unique identifier for the site.',
|
|
37424
|
+
type: 'string',
|
|
37425
|
+
},
|
|
37411
37426
|
room_key: {
|
|
37412
37427
|
description: 'Your unique identifier for the room.',
|
|
37413
37428
|
type: 'string',
|
|
@@ -37418,6 +37433,24 @@ export default {
|
|
|
37418
37433
|
},
|
|
37419
37434
|
type: 'array',
|
|
37420
37435
|
},
|
|
37436
|
+
sites: {
|
|
37437
|
+
description: 'List of general sites or areas.',
|
|
37438
|
+
items: {
|
|
37439
|
+
properties: {
|
|
37440
|
+
name: {
|
|
37441
|
+
description: 'Your display name for this location resource.',
|
|
37442
|
+
type: 'string',
|
|
37443
|
+
},
|
|
37444
|
+
site_key: {
|
|
37445
|
+
description: 'Your unique identifier for the site.',
|
|
37446
|
+
type: 'string',
|
|
37447
|
+
},
|
|
37448
|
+
},
|
|
37449
|
+
required: ['name', 'site_key'],
|
|
37450
|
+
type: 'object',
|
|
37451
|
+
},
|
|
37452
|
+
type: 'array',
|
|
37453
|
+
},
|
|
37421
37454
|
spaces: {
|
|
37422
37455
|
description: 'List of general spaces or areas.',
|
|
37423
37456
|
items: {
|
|
@@ -37470,6 +37503,10 @@ export default {
|
|
|
37470
37503
|
description: 'Your display name for this location resource.',
|
|
37471
37504
|
type: 'string',
|
|
37472
37505
|
},
|
|
37506
|
+
parent_site_key: {
|
|
37507
|
+
description: 'Your unique identifier for the site.',
|
|
37508
|
+
type: 'string',
|
|
37509
|
+
},
|
|
37473
37510
|
unit_key: {
|
|
37474
37511
|
description: 'Your unique identifier for the unit.',
|
|
37475
37512
|
type: 'string',
|
|
@@ -38125,6 +38162,10 @@ export default {
|
|
|
38125
38162
|
description: 'Your display name for this location resource.',
|
|
38126
38163
|
type: 'string',
|
|
38127
38164
|
},
|
|
38165
|
+
parent_site_key: {
|
|
38166
|
+
description: 'Your unique identifier for the site.',
|
|
38167
|
+
type: 'string',
|
|
38168
|
+
},
|
|
38128
38169
|
},
|
|
38129
38170
|
required: ['name', 'common_area_key'],
|
|
38130
38171
|
type: 'object',
|
|
@@ -38357,6 +38398,10 @@ export default {
|
|
|
38357
38398
|
description: 'Your display name for this location resource.',
|
|
38358
38399
|
type: 'string',
|
|
38359
38400
|
},
|
|
38401
|
+
parent_site_key: {
|
|
38402
|
+
description: 'Your unique identifier for the site.',
|
|
38403
|
+
type: 'string',
|
|
38404
|
+
},
|
|
38360
38405
|
room_key: {
|
|
38361
38406
|
description: 'Your unique identifier for the room.',
|
|
38362
38407
|
type: 'string',
|
|
@@ -38367,6 +38412,24 @@ export default {
|
|
|
38367
38412
|
},
|
|
38368
38413
|
type: 'array',
|
|
38369
38414
|
},
|
|
38415
|
+
sites: {
|
|
38416
|
+
description: 'List of general sites or areas.',
|
|
38417
|
+
items: {
|
|
38418
|
+
properties: {
|
|
38419
|
+
name: {
|
|
38420
|
+
description: 'Your display name for this location resource.',
|
|
38421
|
+
type: 'string',
|
|
38422
|
+
},
|
|
38423
|
+
site_key: {
|
|
38424
|
+
description: 'Your unique identifier for the site.',
|
|
38425
|
+
type: 'string',
|
|
38426
|
+
},
|
|
38427
|
+
},
|
|
38428
|
+
required: ['name', 'site_key'],
|
|
38429
|
+
type: 'object',
|
|
38430
|
+
},
|
|
38431
|
+
type: 'array',
|
|
38432
|
+
},
|
|
38370
38433
|
spaces: {
|
|
38371
38434
|
description: 'List of general spaces or areas.',
|
|
38372
38435
|
items: {
|
|
@@ -38419,6 +38482,10 @@ export default {
|
|
|
38419
38482
|
description: 'Your display name for this location resource.',
|
|
38420
38483
|
type: 'string',
|
|
38421
38484
|
},
|
|
38485
|
+
parent_site_key: {
|
|
38486
|
+
description: 'Your unique identifier for the site.',
|
|
38487
|
+
type: 'string',
|
|
38488
|
+
},
|
|
38422
38489
|
unit_key: {
|
|
38423
38490
|
description: 'Your unique identifier for the unit.',
|
|
38424
38491
|
type: 'string',
|
|
@@ -47545,6 +47612,13 @@ export default {
|
|
|
47545
47612
|
required: ['property_listing_key'],
|
|
47546
47613
|
type: 'object',
|
|
47547
47614
|
},
|
|
47615
|
+
{
|
|
47616
|
+
properties: {
|
|
47617
|
+
site_key: { type: 'string' },
|
|
47618
|
+
},
|
|
47619
|
+
required: ['site_key'],
|
|
47620
|
+
type: 'object',
|
|
47621
|
+
},
|
|
47548
47622
|
],
|
|
47549
47623
|
},
|
|
47550
47624
|
{
|
|
@@ -47748,6 +47822,13 @@ export default {
|
|
|
47748
47822
|
required: ['property_listing_key'],
|
|
47749
47823
|
type: 'object',
|
|
47750
47824
|
},
|
|
47825
|
+
{
|
|
47826
|
+
properties: {
|
|
47827
|
+
site_key: { type: 'string' },
|
|
47828
|
+
},
|
|
47829
|
+
required: ['site_key'],
|
|
47830
|
+
type: 'object',
|
|
47831
|
+
},
|
|
47751
47832
|
],
|
|
47752
47833
|
},
|
|
47753
47834
|
{
|
|
@@ -49020,6 +49101,7 @@ export default {
|
|
|
49020
49101
|
is_draft: { type: 'boolean' },
|
|
49021
49102
|
name: { type: 'string' },
|
|
49022
49103
|
needs_review: { type: 'boolean' },
|
|
49104
|
+
parent_partner_resource_key: { type: 'string' },
|
|
49023
49105
|
partner_resource_key: { type: 'string' },
|
|
49024
49106
|
},
|
|
49025
49107
|
required: [
|
|
@@ -49119,6 +49201,7 @@ export default {
|
|
|
49119
49201
|
is_draft: { type: 'boolean' },
|
|
49120
49202
|
name: { type: 'string' },
|
|
49121
49203
|
needs_review: { type: 'boolean' },
|
|
49204
|
+
parent_partner_resource_key: { type: 'string' },
|
|
49122
49205
|
partner_resource_key: { type: 'string' },
|
|
49123
49206
|
},
|
|
49124
49207
|
required: [
|