ob-bms-sdk 0.0.113 → 0.0.114

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 {
2656
+ /**
2657
+ *
2658
+ * @type {string}
2659
+ * @memberof OutdoorZone
2660
+ */
2661
+ 'id': string;
2494
2662
  /**
2495
2663
  *
2496
2664
  * @type {string}
2497
- * @memberof OutdoorZoneResponse
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,42 @@ 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
+ // verify required parameter 'xAccountId' is not null or undefined
10735
+ assertParamExists('parkingTicketsV2AllDetails', 'xAccountId', xAccountId)
10736
+ const localVarPath = `/v2/parking_tickets/all_details`;
10737
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
10738
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
10739
+ let baseOptions;
10740
+ if (configuration) {
10741
+ baseOptions = configuration.baseOptions;
10742
+ }
10743
+
10744
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
10745
+ const localVarHeaderParameter = {} as any;
10746
+ const localVarQueryParameter = {} as any;
10747
+
10748
+ if (xAccountId != null) {
10749
+ localVarHeaderParameter['x-account-id'] = String(xAccountId);
10750
+ }
10751
+
10752
+
10753
+
10754
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
10755
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
10756
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
10757
+
10758
+ return {
10759
+ url: toPathString(localVarUrlObj),
10760
+ options: localVarRequestOptions,
10761
+ };
10762
+ },
10417
10763
  /**
10418
10764
  *
10419
10765
  * @param {string} visitScheduleId
@@ -10960,13 +11306,16 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10960
11306
  /**
10961
11307
  *
10962
11308
  * @param {string} id
11309
+ * @param {string} xAccountId
10963
11310
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
10964
11311
  * @param {*} [options] Override http request option.
10965
11312
  * @throws {RequiredError}
10966
11313
  */
10967
- visitorSchedulesUpdate: async (id: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
11314
+ visitorSchedulesUpdate: async (id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
10968
11315
  // verify required parameter 'id' is not null or undefined
10969
11316
  assertParamExists('visitorSchedulesUpdate', 'id', id)
11317
+ // verify required parameter 'xAccountId' is not null or undefined
11318
+ assertParamExists('visitorSchedulesUpdate', 'xAccountId', xAccountId)
10970
11319
  // verify required parameter 'updateVisitorScheduleBody' is not null or undefined
10971
11320
  assertParamExists('visitorSchedulesUpdate', 'updateVisitorScheduleBody', updateVisitorScheduleBody)
10972
11321
  const localVarPath = `/visitor_schedules/{id}`
@@ -10982,6 +11331,10 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
10982
11331
  const localVarHeaderParameter = {} as any;
10983
11332
  const localVarQueryParameter = {} as any;
10984
11333
 
11334
+ if (xAccountId != null) {
11335
+ localVarHeaderParameter['x-account-id'] = String(xAccountId);
11336
+ }
11337
+
10985
11338
 
10986
11339
 
10987
11340
  localVarHeaderParameter['Content-Type'] = 'application/json';
@@ -11133,6 +11486,41 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
11133
11486
  options: localVarRequestOptions,
11134
11487
  };
11135
11488
  },
11489
+ /**
11490
+ *
11491
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
11492
+ * @param {*} [options] Override http request option.
11493
+ * @throws {RequiredError}
11494
+ */
11495
+ visitorsResidentDeactive: async (deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
11496
+ // verify required parameter 'deactiveVisitorResidentBody' is not null or undefined
11497
+ assertParamExists('visitorsResidentDeactive', 'deactiveVisitorResidentBody', deactiveVisitorResidentBody)
11498
+ const localVarPath = `/visitors/resident/deactive`;
11499
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
11500
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
11501
+ let baseOptions;
11502
+ if (configuration) {
11503
+ baseOptions = configuration.baseOptions;
11504
+ }
11505
+
11506
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
11507
+ const localVarHeaderParameter = {} as any;
11508
+ const localVarQueryParameter = {} as any;
11509
+
11510
+
11511
+
11512
+ localVarHeaderParameter['Content-Type'] = 'application/json';
11513
+
11514
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
11515
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
11516
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
11517
+ localVarRequestOptions.data = serializeDataIfNeeded(deactiveVisitorResidentBody, localVarRequestOptions, configuration)
11518
+
11519
+ return {
11520
+ url: toPathString(localVarUrlObj),
11521
+ options: localVarRequestOptions,
11522
+ };
11523
+ },
11136
11524
  /**
11137
11525
  *
11138
11526
  * @param {string} id
@@ -11611,11 +11999,12 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11611
11999
  * @param {number} memberTypeId
11612
12000
  * @param {number} departmentId
11613
12001
  * @param {number} vehicleTypeId
12002
+ * @param {string} [inviteId]
11614
12003
  * @param {*} [options] Override http request option.
11615
12004
  * @throws {RequiredError}
11616
12005
  */
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);
12006
+ async parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingRedemptionRateResultArray>> {
12007
+ const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, inviteId, options);
11619
12008
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11620
12009
  },
11621
12010
  /**
@@ -11640,6 +12029,18 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11640
12029
  const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialTicketsRedeem(logId, parkingTicketsRedeemBodyResident, options);
11641
12030
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11642
12031
  },
12032
+ /**
12033
+ *
12034
+ * @param {string} tenantId
12035
+ * @param {number} projectId
12036
+ * @param {string} [lang]
12037
+ * @param {*} [options] Override http request option.
12038
+ * @throws {RequiredError}
12039
+ */
12040
+ async parkingResidentialTicketsTerms(tenantId: string, projectId: number, lang?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseGetTermsAndConditionsResidenceParkingResponse>> {
12041
+ const localVarAxiosArgs = await localVarAxiosParamCreator.parkingResidentialTicketsTerms(tenantId, projectId, lang, options);
12042
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12043
+ },
11643
12044
  /**
11644
12045
  *
11645
12046
  * @param {*} [options] Override http request option.
@@ -11681,6 +12082,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11681
12082
  const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsRedeem(logId, parkingTicketsRedeemBody, options);
11682
12083
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11683
12084
  },
12085
+ /**
12086
+ *
12087
+ * @param {string} xAccountId
12088
+ * @param {*} [options] Override http request option.
12089
+ * @throws {RequiredError}
12090
+ */
12091
+ async parkingTicketsV2AllDetails(xAccountId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetailData>> {
12092
+ const localVarAxiosArgs = await localVarAxiosParamCreator.parkingTicketsV2AllDetails(xAccountId, options);
12093
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12094
+ },
11684
12095
  /**
11685
12096
  *
11686
12097
  * @param {string} visitScheduleId
@@ -11824,7 +12235,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11824
12235
  * @param {*} [options] Override http request option.
11825
12236
  * @throws {RequiredError}
11826
12237
  */
11827
- async towersOutdoorindex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseOutdoorZoneResponseArray>> {
12238
+ async towersOutdoorindex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseOutdoorZoneArray>> {
11828
12239
  const localVarAxiosArgs = await localVarAxiosParamCreator.towersOutdoorindex(options);
11829
12240
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11830
12241
  },
@@ -11840,12 +12251,13 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11840
12251
  /**
11841
12252
  *
11842
12253
  * @param {string} id
12254
+ * @param {string} xAccountId
11843
12255
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
11844
12256
  * @param {*} [options] Override http request option.
11845
12257
  * @throws {RequiredError}
11846
12258
  */
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);
12259
+ async visitorSchedulesUpdate(id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseResultResponseData>> {
12260
+ const localVarAxiosArgs = await localVarAxiosParamCreator.visitorSchedulesUpdate(id, xAccountId, updateVisitorScheduleBody, options);
11849
12261
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11850
12262
  },
11851
12263
  /**
@@ -11888,6 +12300,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
11888
12300
  const localVarAxiosArgs = await localVarAxiosParamCreator.visitorsResidentCreate(createVisitorResidentBody, options);
11889
12301
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
11890
12302
  },
12303
+ /**
12304
+ *
12305
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
12306
+ * @param {*} [options] Override http request option.
12307
+ * @throws {RequiredError}
12308
+ */
12309
+ async visitorsResidentDeactive(deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrappedResponseDeactivateVisitorPassResponse>> {
12310
+ const localVarAxiosArgs = await localVarAxiosParamCreator.visitorsResidentDeactive(deactiveVisitorResidentBody, options);
12311
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12312
+ },
11891
12313
  /**
11892
12314
  *
11893
12315
  * @param {string} id
@@ -12305,11 +12727,12 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12305
12727
  * @param {number} memberTypeId
12306
12728
  * @param {number} departmentId
12307
12729
  * @param {number} vehicleTypeId
12730
+ * @param {string} [inviteId]
12308
12731
  * @param {*} [options] Override http request option.
12309
12732
  * @throws {RequiredError}
12310
12733
  */
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));
12734
+ parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options?: any): AxiosPromise<WrappedResponseParkingRedemptionRateResultArray> {
12735
+ return localVarFp.parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, inviteId, options).then((request) => request(axios, basePath));
12313
12736
  },
12314
12737
  /**
12315
12738
  *
@@ -12331,6 +12754,17 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12331
12754
  parkingResidentialTicketsRedeem(logId: string, parkingTicketsRedeemBodyResident: ParkingTicketsRedeemBodyResident, options?: any): AxiosPromise<WrappedResponseParkingTicketData> {
12332
12755
  return localVarFp.parkingResidentialTicketsRedeem(logId, parkingTicketsRedeemBodyResident, options).then((request) => request(axios, basePath));
12333
12756
  },
12757
+ /**
12758
+ *
12759
+ * @param {string} tenantId
12760
+ * @param {number} projectId
12761
+ * @param {string} [lang]
12762
+ * @param {*} [options] Override http request option.
12763
+ * @throws {RequiredError}
12764
+ */
12765
+ parkingResidentialTicketsTerms(tenantId: string, projectId: number, lang?: string, options?: any): AxiosPromise<WrappedResponseGetTermsAndConditionsResidenceParkingResponse> {
12766
+ return localVarFp.parkingResidentialTicketsTerms(tenantId, projectId, lang, options).then((request) => request(axios, basePath));
12767
+ },
12334
12768
  /**
12335
12769
  *
12336
12770
  * @param {*} [options] Override http request option.
@@ -12368,6 +12802,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12368
12802
  parkingTicketsRedeem(logId: string, parkingTicketsRedeemBody: ParkingTicketsRedeemBody, options?: any): AxiosPromise<WrappedResponseParkingTicketData> {
12369
12803
  return localVarFp.parkingTicketsRedeem(logId, parkingTicketsRedeemBody, options).then((request) => request(axios, basePath));
12370
12804
  },
12805
+ /**
12806
+ *
12807
+ * @param {string} xAccountId
12808
+ * @param {*} [options] Override http request option.
12809
+ * @throws {RequiredError}
12810
+ */
12811
+ parkingTicketsV2AllDetails(xAccountId: string, options?: any): AxiosPromise<WrappedResponseParkingSpaceDetailAndSpaceDetailData> {
12812
+ return localVarFp.parkingTicketsV2AllDetails(xAccountId, options).then((request) => request(axios, basePath));
12813
+ },
12371
12814
  /**
12372
12815
  *
12373
12816
  * @param {string} visitScheduleId
@@ -12498,7 +12941,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12498
12941
  * @param {*} [options] Override http request option.
12499
12942
  * @throws {RequiredError}
12500
12943
  */
12501
- towersOutdoorindex(options?: any): AxiosPromise<WrappedResponseOutdoorZoneResponseArray> {
12944
+ towersOutdoorindex(options?: any): AxiosPromise<WrappedResponseOutdoorZoneArray> {
12502
12945
  return localVarFp.towersOutdoorindex(options).then((request) => request(axios, basePath));
12503
12946
  },
12504
12947
  /**
@@ -12512,12 +12955,13 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12512
12955
  /**
12513
12956
  *
12514
12957
  * @param {string} id
12958
+ * @param {string} xAccountId
12515
12959
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
12516
12960
  * @param {*} [options] Override http request option.
12517
12961
  * @throws {RequiredError}
12518
12962
  */
12519
- visitorSchedulesUpdate(id: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: any): AxiosPromise<WrappedResponseResultResponseData> {
12520
- return localVarFp.visitorSchedulesUpdate(id, updateVisitorScheduleBody, options).then((request) => request(axios, basePath));
12963
+ visitorSchedulesUpdate(id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: any): AxiosPromise<WrappedResponseResultResponseData> {
12964
+ return localVarFp.visitorSchedulesUpdate(id, xAccountId, updateVisitorScheduleBody, options).then((request) => request(axios, basePath));
12521
12965
  },
12522
12966
  /**
12523
12967
  *
@@ -12555,6 +12999,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
12555
12999
  visitorsResidentCreate(createVisitorResidentBody: CreateVisitorResidentBody, options?: any): AxiosPromise<WrappedResponseCreateVisitorResponse> {
12556
13000
  return localVarFp.visitorsResidentCreate(createVisitorResidentBody, options).then((request) => request(axios, basePath));
12557
13001
  },
13002
+ /**
13003
+ *
13004
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
13005
+ * @param {*} [options] Override http request option.
13006
+ * @throws {RequiredError}
13007
+ */
13008
+ visitorsResidentDeactive(deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options?: any): AxiosPromise<WrappedResponseDeactivateVisitorPassResponse> {
13009
+ return localVarFp.visitorsResidentDeactive(deactiveVisitorResidentBody, options).then((request) => request(axios, basePath));
13010
+ },
12558
13011
  /**
12559
13012
  *
12560
13013
  * @param {string} id
@@ -13047,12 +13500,13 @@ export class DefaultApi extends BaseAPI {
13047
13500
  * @param {number} memberTypeId
13048
13501
  * @param {number} departmentId
13049
13502
  * @param {number} vehicleTypeId
13503
+ * @param {string} [inviteId]
13050
13504
  * @param {*} [options] Override http request option.
13051
13505
  * @throws {RequiredError}
13052
13506
  * @memberof DefaultApi
13053
13507
  */
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));
13508
+ public parkingResidentialRedemptionRatesIndex(tenantId: string, memberTypeId: number, departmentId: number, vehicleTypeId: number, inviteId?: string, options?: AxiosRequestConfig) {
13509
+ return DefaultApiFp(this.configuration).parkingResidentialRedemptionRatesIndex(tenantId, memberTypeId, departmentId, vehicleTypeId, inviteId, options).then((request) => request(this.axios, this.basePath));
13056
13510
  }
13057
13511
 
13058
13512
  /**
@@ -13079,6 +13533,19 @@ export class DefaultApi extends BaseAPI {
13079
13533
  return DefaultApiFp(this.configuration).parkingResidentialTicketsRedeem(logId, parkingTicketsRedeemBodyResident, options).then((request) => request(this.axios, this.basePath));
13080
13534
  }
13081
13535
 
13536
+ /**
13537
+ *
13538
+ * @param {string} tenantId
13539
+ * @param {number} projectId
13540
+ * @param {string} [lang]
13541
+ * @param {*} [options] Override http request option.
13542
+ * @throws {RequiredError}
13543
+ * @memberof DefaultApi
13544
+ */
13545
+ public parkingResidentialTicketsTerms(tenantId: string, projectId: number, lang?: string, options?: AxiosRequestConfig) {
13546
+ return DefaultApiFp(this.configuration).parkingResidentialTicketsTerms(tenantId, projectId, lang, options).then((request) => request(this.axios, this.basePath));
13547
+ }
13548
+
13082
13549
  /**
13083
13550
  *
13084
13551
  * @param {*} [options] Override http request option.
@@ -13124,6 +13591,17 @@ export class DefaultApi extends BaseAPI {
13124
13591
  return DefaultApiFp(this.configuration).parkingTicketsRedeem(logId, parkingTicketsRedeemBody, options).then((request) => request(this.axios, this.basePath));
13125
13592
  }
13126
13593
 
13594
+ /**
13595
+ *
13596
+ * @param {string} xAccountId
13597
+ * @param {*} [options] Override http request option.
13598
+ * @throws {RequiredError}
13599
+ * @memberof DefaultApi
13600
+ */
13601
+ public parkingTicketsV2AllDetails(xAccountId: string, options?: AxiosRequestConfig) {
13602
+ return DefaultApiFp(this.configuration).parkingTicketsV2AllDetails(xAccountId, options).then((request) => request(this.axios, this.basePath));
13603
+ }
13604
+
13127
13605
  /**
13128
13606
  *
13129
13607
  * @param {string} visitScheduleId
@@ -13298,13 +13776,14 @@ export class DefaultApi extends BaseAPI {
13298
13776
  /**
13299
13777
  *
13300
13778
  * @param {string} id
13779
+ * @param {string} xAccountId
13301
13780
  * @param {UpdateVisitorScheduleBody} updateVisitorScheduleBody
13302
13781
  * @param {*} [options] Override http request option.
13303
13782
  * @throws {RequiredError}
13304
13783
  * @memberof DefaultApi
13305
13784
  */
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));
13785
+ public visitorSchedulesUpdate(id: string, xAccountId: string, updateVisitorScheduleBody: UpdateVisitorScheduleBody, options?: AxiosRequestConfig) {
13786
+ return DefaultApiFp(this.configuration).visitorSchedulesUpdate(id, xAccountId, updateVisitorScheduleBody, options).then((request) => request(this.axios, this.basePath));
13308
13787
  }
13309
13788
 
13310
13789
  /**
@@ -13351,6 +13830,17 @@ export class DefaultApi extends BaseAPI {
13351
13830
  return DefaultApiFp(this.configuration).visitorsResidentCreate(createVisitorResidentBody, options).then((request) => request(this.axios, this.basePath));
13352
13831
  }
13353
13832
 
13833
+ /**
13834
+ *
13835
+ * @param {DeactiveVisitorResidentBody} deactiveVisitorResidentBody
13836
+ * @param {*} [options] Override http request option.
13837
+ * @throws {RequiredError}
13838
+ * @memberof DefaultApi
13839
+ */
13840
+ public visitorsResidentDeactive(deactiveVisitorResidentBody: DeactiveVisitorResidentBody, options?: AxiosRequestConfig) {
13841
+ return DefaultApiFp(this.configuration).visitorsResidentDeactive(deactiveVisitorResidentBody, options).then((request) => request(this.axios, this.basePath));
13842
+ }
13843
+
13354
13844
  /**
13355
13845
  *
13356
13846
  * @param {string} id