ob-bms-sdk 0.0.113 → 0.0.115

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/api/api.ts CHANGED
@@ -1270,6 +1270,24 @@ export interface CreateVisitorResidentBody {
1270
1270
  * @memberof CreateVisitorResidentBody
1271
1271
  */
1272
1272
  'invite_house_number': string;
1273
+ /**
1274
+ *
1275
+ * @type {string}
1276
+ * @memberof CreateVisitorResidentBody
1277
+ */
1278
+ 'invite_zone': string;
1279
+ /**
1280
+ *
1281
+ * @type {string}
1282
+ * @memberof CreateVisitorResidentBody
1283
+ */
1284
+ 'tenant_id': string;
1285
+ /**
1286
+ *
1287
+ * @type {number}
1288
+ * @memberof CreateVisitorResidentBody
1289
+ */
1290
+ 'project_id': number;
1273
1291
  }
1274
1292
  /**
1275
1293
  *
@@ -1338,6 +1356,63 @@ export interface CreateVisitorResponse {
1338
1356
  */
1339
1357
  'invite_id'?: string | null;
1340
1358
  }
1359
+ /**
1360
+ *
1361
+ * @export
1362
+ * @interface DeactivateVisitorPassResponse
1363
+ */
1364
+ export interface DeactivateVisitorPassResponse {
1365
+ /**
1366
+ *
1367
+ * @type {DeactivateVisitorPassResponseApiRes}
1368
+ * @memberof DeactivateVisitorPassResponse
1369
+ */
1370
+ 'apiRes': DeactivateVisitorPassResponseApiRes;
1371
+ /**
1372
+ *
1373
+ * @type {string}
1374
+ * @memberof DeactivateVisitorPassResponse
1375
+ */
1376
+ 'visitorPassId': string;
1377
+ }
1378
+ /**
1379
+ *
1380
+ * @export
1381
+ * @interface DeactivateVisitorPassResponseApiRes
1382
+ */
1383
+ export interface DeactivateVisitorPassResponseApiRes {
1384
+ /**
1385
+ *
1386
+ * @type {object}
1387
+ * @memberof DeactivateVisitorPassResponseApiRes
1388
+ */
1389
+ 'data': object;
1390
+ /**
1391
+ *
1392
+ * @type {number}
1393
+ * @memberof DeactivateVisitorPassResponseApiRes
1394
+ */
1395
+ 'status': number;
1396
+ /**
1397
+ *
1398
+ * @type {string}
1399
+ * @memberof DeactivateVisitorPassResponseApiRes
1400
+ */
1401
+ 'message': string;
1402
+ }
1403
+ /**
1404
+ *
1405
+ * @export
1406
+ * @interface DeactiveVisitorResidentBody
1407
+ */
1408
+ export interface DeactiveVisitorResidentBody {
1409
+ /**
1410
+ *
1411
+ * @type {string}
1412
+ * @memberof DeactiveVisitorResidentBody
1413
+ */
1414
+ 'invite_id': string;
1415
+ }
1341
1416
  /**
1342
1417
  *
1343
1418
  * @export
@@ -1635,6 +1710,75 @@ export interface FloorSensorData {
1635
1710
  */
1636
1711
  'floor_id': string;
1637
1712
  }
1713
+ /**
1714
+ *
1715
+ * @export
1716
+ * @interface GetTermsAndConditionsResidenceParkingResponse
1717
+ */
1718
+ export interface GetTermsAndConditionsResidenceParkingResponse {
1719
+ /**
1720
+ *
1721
+ * @type {GetTermsAndConditionsResidenceParkingResponseData}
1722
+ * @memberof GetTermsAndConditionsResidenceParkingResponse
1723
+ */
1724
+ 'data': GetTermsAndConditionsResidenceParkingResponseData;
1725
+ }
1726
+ /**
1727
+ *
1728
+ * @export
1729
+ * @interface GetTermsAndConditionsResidenceParkingResponseData
1730
+ */
1731
+ export interface GetTermsAndConditionsResidenceParkingResponseData {
1732
+ /**
1733
+ *
1734
+ * @type {string}
1735
+ * @memberof GetTermsAndConditionsResidenceParkingResponseData
1736
+ */
1737
+ 'content': string;
1738
+ /**
1739
+ *
1740
+ * @type {string}
1741
+ * @memberof GetTermsAndConditionsResidenceParkingResponseData
1742
+ */
1743
+ 'title': string;
1744
+ /**
1745
+ *
1746
+ * @type {GetTermsAndConditionsResidenceParkingResponseDataProject}
1747
+ * @memberof GetTermsAndConditionsResidenceParkingResponseData
1748
+ */
1749
+ 'project': GetTermsAndConditionsResidenceParkingResponseDataProject;
1750
+ /**
1751
+ *
1752
+ * @type {string}
1753
+ * @memberof GetTermsAndConditionsResidenceParkingResponseData
1754
+ */
1755
+ 'id': string;
1756
+ }
1757
+ /**
1758
+ *
1759
+ * @export
1760
+ * @interface GetTermsAndConditionsResidenceParkingResponseDataProject
1761
+ */
1762
+ export interface GetTermsAndConditionsResidenceParkingResponseDataProject {
1763
+ /**
1764
+ *
1765
+ * @type {string}
1766
+ * @memberof GetTermsAndConditionsResidenceParkingResponseDataProject
1767
+ */
1768
+ 'projectsName': string;
1769
+ /**
1770
+ *
1771
+ * @type {string}
1772
+ * @memberof GetTermsAndConditionsResidenceParkingResponseDataProject
1773
+ */
1774
+ 'projectCode': string;
1775
+ /**
1776
+ *
1777
+ * @type {number}
1778
+ * @memberof GetTermsAndConditionsResidenceParkingResponseDataProject
1779
+ */
1780
+ 'projectId': number;
1781
+ }
1638
1782
  /**
1639
1783
  *
1640
1784
  * @export
@@ -2455,10 +2599,10 @@ export interface MembersShowResponse {
2455
2599
  'towers': Array<TowerData>;
2456
2600
  /**
2457
2601
  *
2458
- * @type {Array<OutdoorZoneResponse>}
2602
+ * @type {Array<OutdoorZone>}
2459
2603
  * @memberof MembersShowResponse
2460
2604
  */
2461
- 'outdoor': Array<OutdoorZoneResponse>;
2605
+ 'outdoor': Array<OutdoorZone>;
2462
2606
  /**
2463
2607
  *
2464
2608
  * @type {boolean}
@@ -2472,6 +2616,24 @@ export interface MembersShowResponse {
2472
2616
  * @interface MetaDataPasses
2473
2617
  */
2474
2618
  export interface MetaDataPasses {
2619
+ /**
2620
+ *
2621
+ * @type {number}
2622
+ * @memberof MetaDataPasses
2623
+ */
2624
+ 'project_id': number;
2625
+ /**
2626
+ *
2627
+ * @type {string}
2628
+ * @memberof MetaDataPasses
2629
+ */
2630
+ 'tenant_id': string;
2631
+ /**
2632
+ *
2633
+ * @type {string}
2634
+ * @memberof MetaDataPasses
2635
+ */
2636
+ 'invite_zone': string;
2475
2637
  /**
2476
2638
  *
2477
2639
  * @type {string}
@@ -2488,21 +2650,58 @@ export interface MetaDataPasses {
2488
2650
  /**
2489
2651
  *
2490
2652
  * @export
2491
- * @interface OutdoorZoneResponse
2653
+ * @interface OutdoorZone
2492
2654
  */
2493
- export interface OutdoorZoneResponse {
2655
+ export interface OutdoorZone {
2494
2656
  /**
2495
2657
  *
2496
2658
  * @type {string}
2497
- * @memberof OutdoorZoneResponse
2659
+ * @memberof OutdoorZone
2660
+ */
2661
+ 'id': string;
2662
+ /**
2663
+ *
2664
+ * @type {string}
2665
+ * @memberof OutdoorZone
2498
2666
  */
2499
2667
  'name': string;
2500
2668
  /**
2501
2669
  *
2502
2670
  * @type {string}
2503
- * @memberof OutdoorZoneResponse
2671
+ * @memberof OutdoorZone
2504
2672
  */
2505
2673
  'code': string;
2674
+ /**
2675
+ *
2676
+ * @type {OutdoorZoneDisplayName}
2677
+ * @memberof OutdoorZone
2678
+ */
2679
+ 'display_name': OutdoorZoneDisplayName;
2680
+ }
2681
+ /**
2682
+ *
2683
+ * @export
2684
+ * @interface OutdoorZoneDisplayName
2685
+ */
2686
+ export interface OutdoorZoneDisplayName {
2687
+ /**
2688
+ *
2689
+ * @type {string}
2690
+ * @memberof OutdoorZoneDisplayName
2691
+ */
2692
+ 'zh': string;
2693
+ /**
2694
+ *
2695
+ * @type {string}
2696
+ * @memberof OutdoorZoneDisplayName
2697
+ */
2698
+ 'th': string;
2699
+ /**
2700
+ *
2701
+ * @type {string}
2702
+ * @memberof OutdoorZoneDisplayName
2703
+ */
2704
+ 'en': string;
2506
2705
  }
2507
2706
  /**
2508
2707
  *
@@ -3650,7 +3849,7 @@ export interface ParkingTicketsRedeemBodyResident {
3650
3849
  * @type {string}
3651
3850
  * @memberof ParkingTicketsRedeemBodyResident
3652
3851
  */
3653
- 'remark': string;
3852
+ 'remark'?: string;
3654
3853
  /**
3655
3854
  *
3656
3855
  * @type {string}
@@ -4208,7 +4407,7 @@ export interface PersonDataResident {
4208
4407
  * @type {string}
4209
4408
  * @memberof PersonDataResident
4210
4409
  */
4211
- 'status': string;
4410
+ 'status'?: string;
4212
4411
  }
4213
4412
  /**
4214
4413
  *
@@ -7466,6 +7665,38 @@ export interface WrappedResponseCreateVisitorResponseData {
7466
7665
  */
7467
7666
  'invite_id'?: string | null;
7468
7667
  }
7668
+ /**
7669
+ *
7670
+ * @export
7671
+ * @interface WrappedResponseDeactivateVisitorPassResponse
7672
+ */
7673
+ export interface WrappedResponseDeactivateVisitorPassResponse {
7674
+ /**
7675
+ *
7676
+ * @type {WrappedResponseDeactivateVisitorPassResponseData}
7677
+ * @memberof WrappedResponseDeactivateVisitorPassResponse
7678
+ */
7679
+ 'data': WrappedResponseDeactivateVisitorPassResponseData | null;
7680
+ }
7681
+ /**
7682
+ *
7683
+ * @export
7684
+ * @interface WrappedResponseDeactivateVisitorPassResponseData
7685
+ */
7686
+ export interface WrappedResponseDeactivateVisitorPassResponseData {
7687
+ /**
7688
+ *
7689
+ * @type {DeactivateVisitorPassResponseApiRes}
7690
+ * @memberof WrappedResponseDeactivateVisitorPassResponseData
7691
+ */
7692
+ 'apiRes': DeactivateVisitorPassResponseApiRes;
7693
+ /**
7694
+ *
7695
+ * @type {string}
7696
+ * @memberof WrappedResponseDeactivateVisitorPassResponseData
7697
+ */
7698
+ 'visitorPassId': string;
7699
+ }
7469
7700
  /**
7470
7701
  *
7471
7702
  * @export
@@ -7498,6 +7729,32 @@ export interface WrappedResponseFetchParkingResultData {
7498
7729
  */
7499
7730
  'error': Array<SyncResultSyncJobErrorInner>;
7500
7731
  }
7732
+ /**
7733
+ *
7734
+ * @export
7735
+ * @interface WrappedResponseGetTermsAndConditionsResidenceParkingResponse
7736
+ */
7737
+ export interface WrappedResponseGetTermsAndConditionsResidenceParkingResponse {
7738
+ /**
7739
+ *
7740
+ * @type {WrappedResponseGetTermsAndConditionsResidenceParkingResponseData}
7741
+ * @memberof WrappedResponseGetTermsAndConditionsResidenceParkingResponse
7742
+ */
7743
+ 'data': WrappedResponseGetTermsAndConditionsResidenceParkingResponseData | null;
7744
+ }
7745
+ /**
7746
+ *
7747
+ * @export
7748
+ * @interface WrappedResponseGetTermsAndConditionsResidenceParkingResponseData
7749
+ */
7750
+ export interface WrappedResponseGetTermsAndConditionsResidenceParkingResponseData {
7751
+ /**
7752
+ *
7753
+ * @type {GetTermsAndConditionsResidenceParkingResponseData}
7754
+ * @memberof WrappedResponseGetTermsAndConditionsResidenceParkingResponseData
7755
+ */
7756
+ 'data': GetTermsAndConditionsResidenceParkingResponseData;
7757
+ }
7501
7758
  /**
7502
7759
  *
7503
7760
  * @export
@@ -7574,22 +7831,22 @@ export type WrappedResponseNullDataEnum = typeof WrappedResponseNullDataEnum[key
7574
7831
  /**
7575
7832
  *
7576
7833
  * @export
7577
- * @interface WrappedResponseOutdoorZoneResponseArray
7834
+ * @interface WrappedResponseOutdoorZoneArray
7578
7835
  */
7579
- export interface WrappedResponseOutdoorZoneResponseArray {
7836
+ export interface WrappedResponseOutdoorZoneArray {
7580
7837
  /**
7581
7838
  *
7582
- * @type {WrappedResponseOutdoorZoneResponseArrayData}
7583
- * @memberof WrappedResponseOutdoorZoneResponseArray
7839
+ * @type {WrappedResponseOutdoorZoneArrayData}
7840
+ * @memberof WrappedResponseOutdoorZoneArray
7584
7841
  */
7585
- 'data': WrappedResponseOutdoorZoneResponseArrayData | null;
7842
+ 'data': WrappedResponseOutdoorZoneArrayData | null;
7586
7843
  }
7587
7844
  /**
7588
7845
  *
7589
7846
  * @export
7590
- * @interface WrappedResponseOutdoorZoneResponseArrayData
7847
+ * @interface WrappedResponseOutdoorZoneArrayData
7591
7848
  */
7592
- export interface WrappedResponseOutdoorZoneResponseArrayData {
7849
+ export interface WrappedResponseOutdoorZoneArrayData {
7593
7850
  }
7594
7851
  /**
7595
7852
  *
@@ -10140,10 +10397,11 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10140
10397
  * @param {number} memberTypeId
10141
10398
  * @param {number} departmentId
10142
10399
  * @param {number} vehicleTypeId
10400
+ * @param {string} [inviteId]
10143
10401
  * @param {*} [options] Override http request option.
10144
10402
  * @throws {RequiredError}
10145
10403
  */
10146
- parkingResidentialRedemptionRatesIndex: async (tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
10404
+ parkingResidentialRedemptionRatesIndex: async (tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
10147
10405
  // verify required parameter 'tenantId' is not null or undefined
10148
10406
  assertParamExists('parkingResidentialRedemptionRatesIndex', 'tenantId', tenantId)
10149
10407
  // verify required parameter 'memberTypeId' is not null or undefined
@@ -10177,6 +10435,10 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10177
10435
  localVarQueryParameter['vehicle_type_id'] = vehicleTypeId;
10178
10436
  }
10179
10437
 
10438
+ if (inviteId !== undefined) {
10439
+ localVarQueryParameter['invite_id'] = inviteId;
10440
+ }
10441
+
10180
10442
 
10181
10443
 
10182
10444
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -10270,6 +10532,54 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10270
10532
  options: localVarRequestOptions,
10271
10533
  };
10272
10534
  },
10535
+ /**
10536
+ *
10537
+ * @param {string} tenantId
10538
+ * @param {number} projectId
10539
+ * @param {string} [lang]
10540
+ * @param {*} [options] Override http request option.
10541
+ * @throws {RequiredError}
10542
+ */
10543
+ parkingResidentialTicketsTerms: async (tenantId: string, projectId: number, lang?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
10544
+ // verify required parameter 'tenantId' is not null or undefined
10545
+ assertParamExists('parkingResidentialTicketsTerms', 'tenantId', tenantId)
10546
+ // verify required parameter 'projectId' is not null or undefined
10547
+ assertParamExists('parkingResidentialTicketsTerms', 'projectId', projectId)
10548
+ const localVarPath = `/parking_tickets/residential/car_park/terms`;
10549
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
10550
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
10551
+ let baseOptions;
10552
+ if (configuration) {
10553
+ baseOptions = configuration.baseOptions;
10554
+ }
10555
+
10556
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
10557
+ const localVarHeaderParameter = {} as any;
10558
+ const localVarQueryParameter = {} as any;
10559
+
10560
+ if (tenantId !== undefined) {
10561
+ localVarQueryParameter['tenant_id'] = tenantId;
10562
+ }
10563
+
10564
+ if (projectId !== undefined) {
10565
+ localVarQueryParameter['project_id'] = projectId;
10566
+ }
10567
+
10568
+ if (lang != null) {
10569
+ localVarHeaderParameter['lang'] = String(lang);
10570
+ }
10571
+
10572
+
10573
+
10574
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
10575
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
10576
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
10577
+
10578
+ return {
10579
+ url: toPathString(localVarUrlObj),
10580
+ options: localVarRequestOptions,
10581
+ };
10582
+ },
10273
10583
  /**
10274
10584
  *
10275
10585
  * @param {*} [options] Override http request option.
@@ -10414,6 +10724,40 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10414
10724
  options: localVarRequestOptions,
10415
10725
  };
10416
10726
  },
10727
+ /**
10728
+ *
10729
+ * @param {string} [xAccountId]
10730
+ * @param {*} [options] Override http request option.
10731
+ * @throws {RequiredError}
10732
+ */
10733
+ parkingTicketsV2AllDetails: async (xAccountId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
10734
+ const localVarPath = `/v2/parking_tickets/all_details`;
10735
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
10736
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
10737
+ let baseOptions;
10738
+ if (configuration) {
10739
+ baseOptions = configuration.baseOptions;
10740
+ }
10741
+
10742
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
10743
+ const localVarHeaderParameter = {} as any;
10744
+ const localVarQueryParameter = {} as any;
10745
+
10746
+ if (xAccountId != null) {
10747
+ localVarHeaderParameter['x-account-id'] = String(xAccountId);
10748
+ }
10749
+
10750
+
10751
+
10752
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
10753
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
10754
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
10755
+
10756
+ return {
10757
+ url: toPathString(localVarUrlObj),
10758
+ options: localVarRequestOptions,
10759
+ };
10760
+ },
10417
10761
  /**
10418
10762
  *
10419
10763
  * @param {string} visitScheduleId
@@ -10960,13 +11304,16 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10960
11304
  /**
10961
11305
  *
10962
11306
  * @param {string} id
11307
+ * @param {string} xAccountId
10963
11308
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
10964
11309
  * @param {*} [options] Override http request option.
10965
11310
  * @throws {RequiredError}
10966
11311
  */
10967
- visitorSchedulesUpdate: async (id: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
11312
+ visitorSchedulesUpdate: async (id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
10968
11313
  // verify required parameter 'id' is not null or undefined
10969
11314
  assertParamExists('visitorSchedulesUpdate', 'id', id)
11315
+ // verify required parameter 'xAccountId' is not null or undefined
11316
+ assertParamExists('visitorSchedulesUpdate', 'xAccountId', xAccountId)
10970
11317
  // verify required parameter 'updateVisitorScheduleBody' is not null or undefined
10971
11318
  assertParamExists('visitorSchedulesUpdate', 'updateVisitorScheduleBody', updateVisitorScheduleBody)
10972
11319
  const localVarPath = `/visitor_schedules/{id}`
@@ -10982,6 +11329,10 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10982
11329
  const localVarHeaderParameter = {} as any;
10983
11330
  const localVarQueryParameter = {} as any;
10984
11331
 
11332
+ if (xAccountId != null) {
11333
+ localVarHeaderParameter['x-account-id'] = String(xAccountId);
11334
+ }
11335
+
10985
11336
 
10986
11337
 
10987
11338
  localVarHeaderParameter['Content-Type'] = 'application/json';
@@ -11133,6 +11484,41 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
11133
11484
  options: localVarRequestOptions,
11134
11485
  };
11135
11486
  },
11487
+ /**
11488
+ *
11489
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
11490
+ * @param {*} [options] Override http request option.
11491
+ * @throws {RequiredError}
11492
+ */
11493
+ visitorsResidentDeactive: async (deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
11494
+ // verify required parameter 'deactiveVisitorResidentBody' is not null or undefined
11495
+ assertParamExists('visitorsResidentDeactive', 'deactiveVisitorResidentBody', deactiveVisitorResidentBody)
11496
+ const localVarPath = `/visitors/resident/deactive`;
11497
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
11498
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
11499
+ let baseOptions;
11500
+ if (configuration) {
11501
+ baseOptions = configuration.baseOptions;
11502
+ }
11503
+
11504
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
11505
+ const localVarHeaderParameter = {} as any;
11506
+ const localVarQueryParameter = {} as any;
11507
+
11508
+
11509
+
11510
+ localVarHeaderParameter['Content-Type'] = 'application/json';
11511
+
11512
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
11513
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
11514
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
11515
+ localVarRequestOptions.data = serializeDataIfNeeded(deactiveVisitorResidentBody, localVarRequestOptions, configuration)
11516
+
11517
+ return {
11518
+ url: toPathString(localVarUrlObj),
11519
+ options: localVarRequestOptions,
11520
+ };
11521
+ },
11136
11522
  /**
11137
11523
  *
11138
11524
  * @param {string} id
@@ -11611,11 +11997,12 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11611
11997
  * @param {number} memberTypeId
11612
11998
  * @param {number} departmentId
11613
11999
  * @param {number} vehicleTypeId
12000
+ * @param {string} [inviteId]
11614
12001
  * @param {*} [options] Override http request option.
11615
12002
  * @throws {RequiredError}
11616
12003
  */
11617
- async parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingRedemptionRateResultArray>> {
11618
- const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, options);
12004
+ async parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingRedemptionRateResultArray>> {
12005
+ const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, inviteId, options);
11619
12006
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11620
12007
  },
11621
12008
  /**
@@ -11640,6 +12027,18 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11640
12027
  const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialTicketsRedeem(logId, parkingTicketsRedeemBodyResident, options);
11641
12028
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11642
12029
  },
12030
+ /**
12031
+ *
12032
+ * @param {string} tenantId
12033
+ * @param {number} projectId
12034
+ * @param {string} [lang]
12035
+ * @param {*} [options] Override http request option.
12036
+ * @throws {RequiredError}
12037
+ */
12038
+ async parkingResidentialTicketsTerms(tenantId: string, projectId: number, lang?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseGetTermsAndConditionsResidenceParkingResponse>> {
12039
+ const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialTicketsTerms(tenantId, projectId, lang, options);
12040
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12041
+ },
11643
12042
  /**
11644
12043
  *
11645
12044
  * @param {*} [options] Override http request option.
@@ -11681,6 +12080,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11681
12080
  const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsRedeem(logId, parkingTicketsRedeemBody, options);
11682
12081
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11683
12082
  },
12083
+ /**
12084
+ *
12085
+ * @param {string} [xAccountId]
12086
+ * @param {*} [options] Override http request option.
12087
+ * @throws {RequiredError}
12088
+ */
12089
+ async parkingTicketsV2AllDetails(xAccountId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetailData>> {
12090
+ const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsV2AllDetails(xAccountId, options);
12091
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12092
+ },
11684
12093
  /**
11685
12094
  *
11686
12095
  * @param {string} visitScheduleId
@@ -11824,7 +12233,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11824
12233
  * @param {*} [options] Override http request option.
11825
12234
  * @throws {RequiredError}
11826
12235
  */
11827
- async towersOutdoorindex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseOutdoorZoneResponseArray>> {
12236
+ async towersOutdoorindex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseOutdoorZoneArray>> {
11828
12237
  const localVarAxiosArgs = await localVarAxiosParamCreator.towersOutdoorindex(options);
11829
12238
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11830
12239
  },
@@ -11840,12 +12249,13 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11840
12249
  /**
11841
12250
  *
11842
12251
  * @param {string} id
12252
+ * @param {string} xAccountId
11843
12253
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
11844
12254
  * @param {*} [options] Override http request option.
11845
12255
  * @throws {RequiredError}
11846
12256
  */
11847
- async visitorSchedulesUpdate(id: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseResultResponseData>> {
11848
- const localVarAxiosArgs = await localVarAxiosParamCreator.visitorSchedulesUpdate(id, updateVisitorScheduleBody, options);
12257
+ async visitorSchedulesUpdate(id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseResultResponseData>> {
12258
+ const localVarAxiosArgs = await localVarAxiosParamCreator.visitorSchedulesUpdate(id, xAccountId, updateVisitorScheduleBody, options);
11849
12259
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11850
12260
  },
11851
12261
  /**
@@ -11888,6 +12298,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11888
12298
  const localVarAxiosArgs = await localVarAxiosParamCreator.visitorsResidentCreate(createVisitorResidentBody, options);
11889
12299
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11890
12300
  },
12301
+ /**
12302
+ *
12303
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
12304
+ * @param {*} [options] Override http request option.
12305
+ * @throws {RequiredError}
12306
+ */
12307
+ async visitorsResidentDeactive(deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseDeactivateVisitorPassResponse>> {
12308
+ const localVarAxiosArgs = await localVarAxiosParamCreator.visitorsResidentDeactive(deactiveVisitorResidentBody, options);
12309
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12310
+ },
11891
12311
  /**
11892
12312
  *
11893
12313
  * @param {string} id
@@ -12305,11 +12725,12 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12305
12725
  * @param {number} memberTypeId
12306
12726
  * @param {number} departmentId
12307
12727
  * @param {number} vehicleTypeId
12728
+ * @param {string} [inviteId]
12308
12729
  * @param {*} [options] Override http request option.
12309
12730
  * @throws {RequiredError}
12310
12731
  */
12311
- parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, options?: any): AxiosPromise<WrappedResponseParkingRedemptionRateResultArray> {
12312
- return localVarFp.parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, options).then((request) => request(axios, basePath));
12732
+ parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options?: any): AxiosPromise<WrappedResponseParkingRedemptionRateResultArray> {
12733
+ return localVarFp.parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, inviteId, options).then((request) => request(axios, basePath));
12313
12734
  },
12314
12735
  /**
12315
12736
  *
@@ -12331,6 +12752,17 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12331
12752
  parkingResidentialTicketsRedeem(logId: string, parkingTicketsRedeemBodyResident: ParkingTicketsRedeemBodyResident, options?: any): AxiosPromise<WrappedResponseParkingTicketData> {
12332
12753
  return localVarFp.parkingResidentialTicketsRedeem(logId, parkingTicketsRedeemBodyResident, options).then((request) => request(axios, basePath));
12333
12754
  },
12755
+ /**
12756
+ *
12757
+ * @param {string} tenantId
12758
+ * @param {number} projectId
12759
+ * @param {string} [lang]
12760
+ * @param {*} [options] Override http request option.
12761
+ * @throws {RequiredError}
12762
+ */
12763
+ parkingResidentialTicketsTerms(tenantId: string, projectId: number, lang?: string, options?: any): AxiosPromise<WrappedResponseGetTermsAndConditionsResidenceParkingResponse> {
12764
+ return localVarFp.parkingResidentialTicketsTerms(tenantId, projectId, lang, options).then((request) => request(axios, basePath));
12765
+ },
12334
12766
  /**
12335
12767
  *
12336
12768
  * @param {*} [options] Override http request option.
@@ -12368,6 +12800,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12368
12800
  parkingTicketsRedeem(logId: string, parkingTicketsRedeemBody: ParkingTicketsRedeemBody, options?: any): AxiosPromise<WrappedResponseParkingTicketData> {
12369
12801
  return localVarFp.parkingTicketsRedeem(logId, parkingTicketsRedeemBody, options).then((request) => request(axios, basePath));
12370
12802
  },
12803
+ /**
12804
+ *
12805
+ * @param {string} [xAccountId]
12806
+ * @param {*} [options] Override http request option.
12807
+ * @throws {RequiredError}
12808
+ */
12809
+ parkingTicketsV2AllDetails(xAccountId?: string, options?: any): AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetailData> {
12810
+ return localVarFp.parkingTicketsV2AllDetails(xAccountId, options).then((request) => request(axios, basePath));
12811
+ },
12371
12812
  /**
12372
12813
  *
12373
12814
  * @param {string} visitScheduleId
@@ -12498,7 +12939,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12498
12939
  * @param {*} [options] Override http request option.
12499
12940
  * @throws {RequiredError}
12500
12941
  */
12501
- towersOutdoorindex(options?: any): AxiosPromise<WrappedResponseOutdoorZoneResponseArray> {
12942
+ towersOutdoorindex(options?: any): AxiosPromise<WrappedResponseOutdoorZoneArray> {
12502
12943
  return localVarFp.towersOutdoorindex(options).then((request) => request(axios, basePath));
12503
12944
  },
12504
12945
  /**
@@ -12512,12 +12953,13 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12512
12953
  /**
12513
12954
  *
12514
12955
  * @param {string} id
12956
+ * @param {string} xAccountId
12515
12957
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
12516
12958
  * @param {*} [options] Override http request option.
12517
12959
  * @throws {RequiredError}
12518
12960
  */
12519
- visitorSchedulesUpdate(id: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: any): AxiosPromise<WrappedResponseResultResponseData> {
12520
- return localVarFp.visitorSchedulesUpdate(id, updateVisitorScheduleBody, options).then((request) => request(axios, basePath));
12961
+ visitorSchedulesUpdate(id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: any): AxiosPromise<WrappedResponseResultResponseData> {
12962
+ return localVarFp.visitorSchedulesUpdate(id, xAccountId, updateVisitorScheduleBody, options).then((request) => request(axios, basePath));
12521
12963
  },
12522
12964
  /**
12523
12965
  *
@@ -12555,6 +12997,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12555
12997
  visitorsResidentCreate(createVisitorResidentBody: CreateVisitorResidentBody, options?: any): AxiosPromise<WrappedResponseCreateVisitorResponse> {
12556
12998
  return localVarFp.visitorsResidentCreate(createVisitorResidentBody, options).then((request) => request(axios, basePath));
12557
12999
  },
13000
+ /**
13001
+ *
13002
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
13003
+ * @param {*} [options] Override http request option.
13004
+ * @throws {RequiredError}
13005
+ */
13006
+ visitorsResidentDeactive(deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options?: any): AxiosPromise<WrappedResponseDeactivateVisitorPassResponse> {
13007
+ return localVarFp.visitorsResidentDeactive(deactiveVisitorResidentBody, options).then((request) => request(axios, basePath));
13008
+ },
12558
13009
  /**
12559
13010
  *
12560
13011
  * @param {string} id
@@ -13047,12 +13498,13 @@ export class DefaultApi extends BaseAPI {
13047
13498
  * @param {number} memberTypeId
13048
13499
  * @param {number} departmentId
13049
13500
  * @param {number} vehicleTypeId
13501
+ * @param {string} [inviteId]
13050
13502
  * @param {*} [options] Override http request option.
13051
13503
  * @throws {RequiredError}
13052
13504
  * @memberof DefaultApi
13053
13505
  */
13054
- public parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, options?: AxiosRequestConfig) {
13055
- return DefaultApiFp(this.configuration).parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, options).then((request) => request(this.axios, this.basePath));
13506
+ public parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options?: AxiosRequestConfig) {
13507
+ return DefaultApiFp(this.configuration).parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, inviteId, options).then((request) => request(this.axios, this.basePath));
13056
13508
  }
13057
13509
 
13058
13510
  /**
@@ -13079,6 +13531,19 @@ export class DefaultApi extends BaseAPI {
13079
13531
  return DefaultApiFp(this.configuration).parkingResidentialTicketsRedeem(logId, parkingTicketsRedeemBodyResident, options).then((request) => request(this.axios, this.basePath));
13080
13532
  }
13081
13533
 
13534
+ /**
13535
+ *
13536
+ * @param {string} tenantId
13537
+ * @param {number} projectId
13538
+ * @param {string} [lang]
13539
+ * @param {*} [options] Override http request option.
13540
+ * @throws {RequiredError}
13541
+ * @memberof DefaultApi
13542
+ */
13543
+ public parkingResidentialTicketsTerms(tenantId: string, projectId: number, lang?: string, options?: AxiosRequestConfig) {
13544
+ return DefaultApiFp(this.configuration).parkingResidentialTicketsTerms(tenantId, projectId, lang, options).then((request) => request(this.axios, this.basePath));
13545
+ }
13546
+
13082
13547
  /**
13083
13548
  *
13084
13549
  * @param {*} [options] Override http request option.
@@ -13124,6 +13589,17 @@ export class DefaultApi extends BaseAPI {
13124
13589
  return DefaultApiFp(this.configuration).parkingTicketsRedeem(logId, parkingTicketsRedeemBody, options).then((request) => request(this.axios, this.basePath));
13125
13590
  }
13126
13591
 
13592
+ /**
13593
+ *
13594
+ * @param {string} [xAccountId]
13595
+ * @param {*} [options] Override http request option.
13596
+ * @throws {RequiredError}
13597
+ * @memberof DefaultApi
13598
+ */
13599
+ public parkingTicketsV2AllDetails(xAccountId?: string, options?: AxiosRequestConfig) {
13600
+ return DefaultApiFp(this.configuration).parkingTicketsV2AllDetails(xAccountId, options).then((request) => request(this.axios, this.basePath));
13601
+ }
13602
+
13127
13603
  /**
13128
13604
  *
13129
13605
  * @param {string} visitScheduleId
@@ -13298,13 +13774,14 @@ export class DefaultApi extends BaseAPI {
13298
13774
  /**
13299
13775
  *
13300
13776
  * @param {string} id
13777
+ * @param {string} xAccountId
13301
13778
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
13302
13779
  * @param {*} [options] Override http request option.
13303
13780
  * @throws {RequiredError}
13304
13781
  * @memberof DefaultApi
13305
13782
  */
13306
- public visitorSchedulesUpdate(id: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: AxiosRequestConfig) {
13307
- return DefaultApiFp(this.configuration).visitorSchedulesUpdate(id, updateVisitorScheduleBody, options).then((request) => request(this.axios, this.basePath));
13783
+ public visitorSchedulesUpdate(id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: AxiosRequestConfig) {
13784
+ return DefaultApiFp(this.configuration).visitorSchedulesUpdate(id, xAccountId, updateVisitorScheduleBody, options).then((request) => request(this.axios, this.basePath));
13308
13785
  }
13309
13786
 
13310
13787
  /**
@@ -13351,6 +13828,17 @@ export class DefaultApi extends BaseAPI {
13351
13828
  return DefaultApiFp(this.configuration).visitorsResidentCreate(createVisitorResidentBody, options).then((request) => request(this.axios, this.basePath));
13352
13829
  }
13353
13830
 
13831
+ /**
13832
+ *
13833
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
13834
+ * @param {*} [options] Override http request option.
13835
+ * @throws {RequiredError}
13836
+ * @memberof DefaultApi
13837
+ */
13838
+ public visitorsResidentDeactive(deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options?: AxiosRequestConfig) {
13839
+ return DefaultApiFp(this.configuration).visitorsResidentDeactive(deactiveVisitorResidentBody, options).then((request) => request(this.axios, this.basePath));
13840
+ }
13841
+
13354
13842
  /**
13355
13843
  *
13356
13844
  * @param {string} id