@gizone/rrs-client 4.2.0-alpha.316 → 4.2.0-alpha.317
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/apis/access-api.ts +36 -36
- package/dist/apis/access-api.js +36 -36
- package/dist/esm/apis/access-api.js +36 -36
- package/package.json +1 -1
package/apis/access-api.ts
CHANGED
|
@@ -125,7 +125,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
125
125
|
accessAppointmentRecordAdd: async (accessAppointmentRecordAddVo: AccessAppointmentRecordAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
126
126
|
// verify required parameter 'accessAppointmentRecordAddVo' is not null or undefined
|
|
127
127
|
assertParamExists('accessAppointmentRecordAdd', 'accessAppointmentRecordAddVo', accessAppointmentRecordAddVo)
|
|
128
|
-
const localVarPath = `/access/appointment-record`;
|
|
128
|
+
const localVarPath = `/gizone/access/appointment-record`;
|
|
129
129
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
130
130
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
131
131
|
let baseOptions;
|
|
@@ -168,7 +168,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
168
168
|
assertParamExists('accessAppointmentRecordApproval', 'id', id)
|
|
169
169
|
// verify required parameter 'accessAppointmentRecordApprovalVo' is not null or undefined
|
|
170
170
|
assertParamExists('accessAppointmentRecordApproval', 'accessAppointmentRecordApprovalVo', accessAppointmentRecordApprovalVo)
|
|
171
|
-
const localVarPath = `/access/appointment-record/approval/{id}`
|
|
171
|
+
const localVarPath = `/gizone/access/appointment-record/approval/{id}`
|
|
172
172
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
173
173
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
174
174
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -209,7 +209,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
209
209
|
accessAppointmentRecordDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
210
210
|
// verify required parameter 'id' is not null or undefined
|
|
211
211
|
assertParamExists('accessAppointmentRecordDetails', 'id', id)
|
|
212
|
-
const localVarPath = `/access/appointment-record/{id}`
|
|
212
|
+
const localVarPath = `/gizone/access/appointment-record/{id}`
|
|
213
213
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
214
214
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
215
215
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -247,7 +247,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
247
247
|
accessAppointmentRecordSelectAppointmentProcess: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
248
248
|
// verify required parameter 'id' is not null or undefined
|
|
249
249
|
assertParamExists('accessAppointmentRecordSelectAppointmentProcess', 'id', id)
|
|
250
|
-
const localVarPath = `/access/appointment-record/{id}/process`
|
|
250
|
+
const localVarPath = `/gizone/access/appointment-record/{id}/process`
|
|
251
251
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
252
252
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
253
253
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -298,7 +298,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
298
298
|
assertParamExists('accessAppointmentRecordSelectPageList', 'page', page)
|
|
299
299
|
// verify required parameter 'pageSize' is not null or undefined
|
|
300
300
|
assertParamExists('accessAppointmentRecordSelectPageList', 'pageSize', pageSize)
|
|
301
|
-
const localVarPath = `/access/appointment-record`;
|
|
301
|
+
const localVarPath = `/gizone/access/appointment-record`;
|
|
302
302
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
303
303
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
304
304
|
let baseOptions;
|
|
@@ -379,7 +379,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
379
379
|
accessBlacklistAdd: async (accessBlacklistAddVo: AccessBlacklistAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
380
380
|
// verify required parameter 'accessBlacklistAddVo' is not null or undefined
|
|
381
381
|
assertParamExists('accessBlacklistAdd', 'accessBlacklistAddVo', accessBlacklistAddVo)
|
|
382
|
-
const localVarPath = `/access/blacklist`;
|
|
382
|
+
const localVarPath = `/gizone/access/blacklist`;
|
|
383
383
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
384
384
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
385
385
|
let baseOptions;
|
|
@@ -421,7 +421,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
421
421
|
accessBlacklistBatchExport: async (parkId: number, searchValue?: string, accessCompanyId?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
422
422
|
// verify required parameter 'parkId' is not null or undefined
|
|
423
423
|
assertParamExists('accessBlacklistBatchExport', 'parkId', parkId)
|
|
424
|
-
const localVarPath = `/access/blacklist/batchExport`;
|
|
424
|
+
const localVarPath = `/gizone/access/blacklist/batchExport`;
|
|
425
425
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
426
426
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
427
427
|
let baseOptions;
|
|
@@ -470,7 +470,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
470
470
|
accessBlacklistDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
471
471
|
// verify required parameter 'id' is not null or undefined
|
|
472
472
|
assertParamExists('accessBlacklistDelete', 'id', id)
|
|
473
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
473
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
474
474
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
475
475
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
476
476
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -508,7 +508,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
508
508
|
accessBlacklistDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
509
509
|
// verify required parameter 'id' is not null or undefined
|
|
510
510
|
assertParamExists('accessBlacklistDetails', 'id', id)
|
|
511
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
511
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
512
512
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
513
513
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
514
514
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -554,7 +554,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
554
554
|
assertParamExists('accessBlacklistSelectList', 'page', page)
|
|
555
555
|
// verify required parameter 'pageSize' is not null or undefined
|
|
556
556
|
assertParamExists('accessBlacklistSelectList', 'pageSize', pageSize)
|
|
557
|
-
const localVarPath = `/access/blacklist`;
|
|
557
|
+
const localVarPath = `/gizone/access/blacklist`;
|
|
558
558
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
559
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
560
560
|
let baseOptions;
|
|
@@ -614,7 +614,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
614
614
|
assertParamExists('accessBlacklistUpdate', 'id', id)
|
|
615
615
|
// verify required parameter 'accessBlacklistUpdateVo' is not null or undefined
|
|
616
616
|
assertParamExists('accessBlacklistUpdate', 'accessBlacklistUpdateVo', accessBlacklistUpdateVo)
|
|
617
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
617
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
618
618
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
619
619
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
620
620
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -655,7 +655,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
655
655
|
accessCompanyConfigAdd: async (accessCompanyConfigAddOrUpdateVo: AccessCompanyConfigAddOrUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
656
656
|
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
657
657
|
assertParamExists('accessCompanyConfigAdd', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo)
|
|
658
|
-
const localVarPath = `/access/company-config`;
|
|
658
|
+
const localVarPath = `/gizone/access/company-config`;
|
|
659
659
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
660
660
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
661
661
|
let baseOptions;
|
|
@@ -695,7 +695,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
695
695
|
accessCompanyConfigBatchUpdateSort: async (accessCompanyConfigSortVo: Array<AccessCompanyConfigSortVo>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
696
696
|
// verify required parameter 'accessCompanyConfigSortVo' is not null or undefined
|
|
697
697
|
assertParamExists('accessCompanyConfigBatchUpdateSort', 'accessCompanyConfigSortVo', accessCompanyConfigSortVo)
|
|
698
|
-
const localVarPath = `/access/company-config/batch/sort`;
|
|
698
|
+
const localVarPath = `/gizone/access/company-config/batch/sort`;
|
|
699
699
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
700
700
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
701
701
|
let baseOptions;
|
|
@@ -735,7 +735,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
735
735
|
accessCompanyConfigDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
736
736
|
// verify required parameter 'id' is not null or undefined
|
|
737
737
|
assertParamExists('accessCompanyConfigDelete', 'id', id)
|
|
738
|
-
const localVarPath = `/access/company-config/{id}`
|
|
738
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
739
739
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
740
740
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
741
741
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -773,7 +773,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
773
773
|
accessCompanyConfigSelectById: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
774
774
|
// verify required parameter 'id' is not null or undefined
|
|
775
775
|
assertParamExists('accessCompanyConfigSelectById', 'id', id)
|
|
776
|
-
const localVarPath = `/access/company-config/{id}`
|
|
776
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
777
777
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
778
778
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
779
779
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -811,7 +811,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
811
811
|
accessCompanyConfigSelectList: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
812
812
|
// verify required parameter 'parkId' is not null or undefined
|
|
813
813
|
assertParamExists('accessCompanyConfigSelectList', 'parkId', parkId)
|
|
814
|
-
const localVarPath = `/access/company-config`;
|
|
814
|
+
const localVarPath = `/gizone/access/company-config`;
|
|
815
815
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
816
816
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
817
817
|
let baseOptions;
|
|
@@ -855,7 +855,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
855
855
|
assertParamExists('accessCompanyConfigUpdate', 'id', id)
|
|
856
856
|
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
857
857
|
assertParamExists('accessCompanyConfigUpdate', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo)
|
|
858
|
-
const localVarPath = `/access/company-config/{id}`
|
|
858
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
859
859
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
860
860
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
861
861
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -899,7 +899,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
899
899
|
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'id', id)
|
|
900
900
|
// verify required parameter 'accessVisitorPersonTypeConfigVo' is not null or undefined
|
|
901
901
|
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'accessVisitorPersonTypeConfigVo', accessVisitorPersonTypeConfigVo)
|
|
902
|
-
const localVarPath = `/access/company-config/{id}/visitorPersonType`
|
|
902
|
+
const localVarPath = `/gizone/access/company-config/{id}/visitorPersonType`
|
|
903
903
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
904
904
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
905
905
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -940,7 +940,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
940
940
|
accessConfigSelectById: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
941
941
|
// verify required parameter 'parkId' is not null or undefined
|
|
942
942
|
assertParamExists('accessConfigSelectById', 'parkId', parkId)
|
|
943
|
-
const localVarPath = `/access/config/{parkId}`
|
|
943
|
+
const localVarPath = `/gizone/access/config/{parkId}`
|
|
944
944
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
945
945
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
946
946
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -981,7 +981,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
981
981
|
assertParamExists('accessConfigUpdate', 'parkId', parkId)
|
|
982
982
|
// verify required parameter 'accessConfigVo' is not null or undefined
|
|
983
983
|
assertParamExists('accessConfigUpdate', 'accessConfigVo', accessConfigVo)
|
|
984
|
-
const localVarPath = `/access/config/{parkId}`
|
|
984
|
+
const localVarPath = `/gizone/access/config/{parkId}`
|
|
985
985
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
986
986
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
987
987
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1022,7 +1022,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1022
1022
|
accessRecordPersonAdd: async (accessRecordVehicleAddVo: AccessRecordVehicleAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1023
1023
|
// verify required parameter 'accessRecordVehicleAddVo' is not null or undefined
|
|
1024
1024
|
assertParamExists('accessRecordPersonAdd', 'accessRecordVehicleAddVo', accessRecordVehicleAddVo)
|
|
1025
|
-
const localVarPath = `/access/record/person`;
|
|
1025
|
+
const localVarPath = `/gizone/access/record/person`;
|
|
1026
1026
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1027
1027
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1028
1028
|
let baseOptions;
|
|
@@ -1062,7 +1062,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1062
1062
|
accessRecordSummaryDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1063
1063
|
// verify required parameter 'id' is not null or undefined
|
|
1064
1064
|
assertParamExists('accessRecordSummaryDetails', 'id', id)
|
|
1065
|
-
const localVarPath = `/access/record/summary/{id}`
|
|
1065
|
+
const localVarPath = `/gizone/access/record/summary/{id}`
|
|
1066
1066
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1067
1067
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1068
1068
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1114,7 +1114,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1114
1114
|
assertParamExists('accessRecordSummaryPageList', 'page', page)
|
|
1115
1115
|
// verify required parameter 'pageSize' is not null or undefined
|
|
1116
1116
|
assertParamExists('accessRecordSummaryPageList', 'pageSize', pageSize)
|
|
1117
|
-
const localVarPath = `/access/record/summary`;
|
|
1117
|
+
const localVarPath = `/gizone/access/record/summary`;
|
|
1118
1118
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1119
1119
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1120
1120
|
let baseOptions;
|
|
@@ -1199,7 +1199,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1199
1199
|
accessRecordVehicleAdd: async (accessRecordVehicleAddVo: AccessRecordVehicleAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1200
1200
|
// verify required parameter 'accessRecordVehicleAddVo' is not null or undefined
|
|
1201
1201
|
assertParamExists('accessRecordVehicleAdd', 'accessRecordVehicleAddVo', accessRecordVehicleAddVo)
|
|
1202
|
-
const localVarPath = `/access/record/vehicle`;
|
|
1202
|
+
const localVarPath = `/gizone/access/record/vehicle`;
|
|
1203
1203
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1204
1204
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1205
1205
|
let baseOptions;
|
|
@@ -1239,7 +1239,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1239
1239
|
accessWhitelistApplicationAdd: async (accessWhitelistApplicationAddVo: AccessWhitelistApplicationAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1240
1240
|
// verify required parameter 'accessWhitelistApplicationAddVo' is not null or undefined
|
|
1241
1241
|
assertParamExists('accessWhitelistApplicationAdd', 'accessWhitelistApplicationAddVo', accessWhitelistApplicationAddVo)
|
|
1242
|
-
const localVarPath = `/access/whitelist/application`;
|
|
1242
|
+
const localVarPath = `/gizone/access/whitelist/application`;
|
|
1243
1243
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1244
1244
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1245
1245
|
let baseOptions;
|
|
@@ -1282,7 +1282,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1282
1282
|
assertParamExists('accessWhitelistApplicationApproval', 'id', id)
|
|
1283
1283
|
// verify required parameter 'accessWhitelistApplicationApprovalVo' is not null or undefined
|
|
1284
1284
|
assertParamExists('accessWhitelistApplicationApproval', 'accessWhitelistApplicationApprovalVo', accessWhitelistApplicationApprovalVo)
|
|
1285
|
-
const localVarPath = `/access/whitelist/application/approval/{id}`
|
|
1285
|
+
const localVarPath = `/gizone/access/whitelist/application/approval/{id}`
|
|
1286
1286
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1287
1287
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1288
1288
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1327,7 +1327,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1327
1327
|
accessWhitelistApplicationBatchExport: async (parkId: number, searchValue?: string, accessCompanyId?: number, accessVisitorPersonType?: AccessVisitorPersonTypeEnum, applicationStatus?: AccessWhitelistApplicationStatusEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1328
1328
|
// verify required parameter 'parkId' is not null or undefined
|
|
1329
1329
|
assertParamExists('accessWhitelistApplicationBatchExport', 'parkId', parkId)
|
|
1330
|
-
const localVarPath = `/access/whitelist/application/batchExport`;
|
|
1330
|
+
const localVarPath = `/gizone/access/whitelist/application/batchExport`;
|
|
1331
1331
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1332
1332
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1333
1333
|
let baseOptions;
|
|
@@ -1381,7 +1381,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1381
1381
|
* @throws {RequiredError}
|
|
1382
1382
|
*/
|
|
1383
1383
|
accessWhitelistApplicationBatchImportConfirm: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1384
|
-
const localVarPath = `/access/whitelist/application/batchImport/confirm`;
|
|
1384
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/confirm`;
|
|
1385
1385
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1386
1386
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1387
1387
|
let baseOptions;
|
|
@@ -1415,7 +1415,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1415
1415
|
* @throws {RequiredError}
|
|
1416
1416
|
*/
|
|
1417
1417
|
accessWhitelistApplicationBatchImportPreview: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1418
|
-
const localVarPath = `/access/whitelist/application/batchImport/preview`;
|
|
1418
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/preview`;
|
|
1419
1419
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1420
1420
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1421
1421
|
let baseOptions;
|
|
@@ -1449,7 +1449,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1449
1449
|
* @throws {RequiredError}
|
|
1450
1450
|
*/
|
|
1451
1451
|
accessWhitelistApplicationBatchImportTemplate: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1452
|
-
const localVarPath = `/access/whitelist/application/batchImport/template`;
|
|
1452
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/template`;
|
|
1453
1453
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1454
1454
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1455
1455
|
let baseOptions;
|
|
@@ -1490,7 +1490,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1490
1490
|
assertParamExists('accessWhitelistApplicationBatchImportUpload', 'parkId', parkId)
|
|
1491
1491
|
// verify required parameter 'file' is not null or undefined
|
|
1492
1492
|
assertParamExists('accessWhitelistApplicationBatchImportUpload', 'file', file)
|
|
1493
|
-
const localVarPath = `/access/whitelist/application/batchImport/upload`;
|
|
1493
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/upload`;
|
|
1494
1494
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1495
1495
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1496
1496
|
let baseOptions;
|
|
@@ -1543,7 +1543,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1543
1543
|
accessWhitelistApplicationDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1544
1544
|
// verify required parameter 'id' is not null or undefined
|
|
1545
1545
|
assertParamExists('accessWhitelistApplicationDelete', 'id', id)
|
|
1546
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1546
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1547
1547
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1548
1548
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1549
1549
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1581,7 +1581,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1581
1581
|
accessWhitelistApplicationDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1582
1582
|
// verify required parameter 'id' is not null or undefined
|
|
1583
1583
|
assertParamExists('accessWhitelistApplicationDetails', 'id', id)
|
|
1584
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1584
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1585
1585
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1586
1586
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1587
1587
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1632,7 +1632,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1632
1632
|
assertParamExists('accessWhitelistApplicationList', 'page', page)
|
|
1633
1633
|
// verify required parameter 'pageSize' is not null or undefined
|
|
1634
1634
|
assertParamExists('accessWhitelistApplicationList', 'pageSize', pageSize)
|
|
1635
|
-
const localVarPath = `/access/whitelist/application`;
|
|
1635
|
+
const localVarPath = `/gizone/access/whitelist/application`;
|
|
1636
1636
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1637
1637
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1638
1638
|
let baseOptions;
|
|
@@ -1709,7 +1709,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1709
1709
|
accessWhitelistApplicationProcess: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1710
1710
|
// verify required parameter 'id' is not null or undefined
|
|
1711
1711
|
assertParamExists('accessWhitelistApplicationProcess', 'id', id)
|
|
1712
|
-
const localVarPath = `/access/whitelist/application/{id}/process`
|
|
1712
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}/process`
|
|
1713
1713
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1714
1714
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1715
1715
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1750,7 +1750,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1750
1750
|
assertParamExists('accessWhitelistApplicationUpdate', 'id', id)
|
|
1751
1751
|
// verify required parameter 'accessWhitelistApplicationUpdateVo' is not null or undefined
|
|
1752
1752
|
assertParamExists('accessWhitelistApplicationUpdate', 'accessWhitelistApplicationUpdateVo', accessWhitelistApplicationUpdateVo)
|
|
1753
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1753
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1754
1754
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1755
1755
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1756
1756
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
package/dist/apis/access-api.js
CHANGED
|
@@ -45,7 +45,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
45
45
|
accessAppointmentRecordAdd: (accessAppointmentRecordAddVo_1, ...args_1) => __awaiter(this, [accessAppointmentRecordAddVo_1, ...args_1], void 0, function* (accessAppointmentRecordAddVo, options = {}) {
|
|
46
46
|
// verify required parameter 'accessAppointmentRecordAddVo' is not null or undefined
|
|
47
47
|
(0, common_1.assertParamExists)('accessAppointmentRecordAdd', 'accessAppointmentRecordAddVo', accessAppointmentRecordAddVo);
|
|
48
|
-
const localVarPath = `/access/appointment-record`;
|
|
48
|
+
const localVarPath = `/gizone/access/appointment-record`;
|
|
49
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
50
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
51
|
let baseOptions;
|
|
@@ -81,7 +81,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
81
81
|
(0, common_1.assertParamExists)('accessAppointmentRecordApproval', 'id', id);
|
|
82
82
|
// verify required parameter 'accessAppointmentRecordApprovalVo' is not null or undefined
|
|
83
83
|
(0, common_1.assertParamExists)('accessAppointmentRecordApproval', 'accessAppointmentRecordApprovalVo', accessAppointmentRecordApprovalVo);
|
|
84
|
-
const localVarPath = `/access/appointment-record/approval/{id}`
|
|
84
|
+
const localVarPath = `/gizone/access/appointment-record/approval/{id}`
|
|
85
85
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
86
86
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
87
87
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -115,7 +115,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
115
115
|
accessAppointmentRecordDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
116
116
|
// verify required parameter 'id' is not null or undefined
|
|
117
117
|
(0, common_1.assertParamExists)('accessAppointmentRecordDetails', 'id', id);
|
|
118
|
-
const localVarPath = `/access/appointment-record/{id}`
|
|
118
|
+
const localVarPath = `/gizone/access/appointment-record/{id}`
|
|
119
119
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
120
120
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
121
121
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -147,7 +147,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
147
147
|
accessAppointmentRecordSelectAppointmentProcess: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
148
148
|
// verify required parameter 'id' is not null or undefined
|
|
149
149
|
(0, common_1.assertParamExists)('accessAppointmentRecordSelectAppointmentProcess', 'id', id);
|
|
150
|
-
const localVarPath = `/access/appointment-record/{id}/process`
|
|
150
|
+
const localVarPath = `/gizone/access/appointment-record/{id}/process`
|
|
151
151
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
152
152
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
153
153
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -192,7 +192,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
192
192
|
(0, common_1.assertParamExists)('accessAppointmentRecordSelectPageList', 'page', page);
|
|
193
193
|
// verify required parameter 'pageSize' is not null or undefined
|
|
194
194
|
(0, common_1.assertParamExists)('accessAppointmentRecordSelectPageList', 'pageSize', pageSize);
|
|
195
|
-
const localVarPath = `/access/appointment-record`;
|
|
195
|
+
const localVarPath = `/gizone/access/appointment-record`;
|
|
196
196
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
197
197
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
198
198
|
let baseOptions;
|
|
@@ -257,7 +257,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
257
257
|
accessBlacklistAdd: (accessBlacklistAddVo_1, ...args_1) => __awaiter(this, [accessBlacklistAddVo_1, ...args_1], void 0, function* (accessBlacklistAddVo, options = {}) {
|
|
258
258
|
// verify required parameter 'accessBlacklistAddVo' is not null or undefined
|
|
259
259
|
(0, common_1.assertParamExists)('accessBlacklistAdd', 'accessBlacklistAddVo', accessBlacklistAddVo);
|
|
260
|
-
const localVarPath = `/access/blacklist`;
|
|
260
|
+
const localVarPath = `/gizone/access/blacklist`;
|
|
261
261
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
262
262
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
263
263
|
let baseOptions;
|
|
@@ -292,7 +292,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
292
292
|
accessBlacklistBatchExport: (parkId_1, searchValue_1, accessCompanyId_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, accessCompanyId_1, ...args_1], void 0, function* (parkId, searchValue, accessCompanyId, options = {}) {
|
|
293
293
|
// verify required parameter 'parkId' is not null or undefined
|
|
294
294
|
(0, common_1.assertParamExists)('accessBlacklistBatchExport', 'parkId', parkId);
|
|
295
|
-
const localVarPath = `/access/blacklist/batchExport`;
|
|
295
|
+
const localVarPath = `/gizone/access/blacklist/batchExport`;
|
|
296
296
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
297
297
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
298
298
|
let baseOptions;
|
|
@@ -332,7 +332,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
332
332
|
accessBlacklistDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
333
333
|
// verify required parameter 'id' is not null or undefined
|
|
334
334
|
(0, common_1.assertParamExists)('accessBlacklistDelete', 'id', id);
|
|
335
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
335
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
336
336
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
337
337
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
338
338
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -364,7 +364,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
364
364
|
accessBlacklistDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
365
365
|
// verify required parameter 'id' is not null or undefined
|
|
366
366
|
(0, common_1.assertParamExists)('accessBlacklistDetails', 'id', id);
|
|
367
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
367
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
368
368
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
369
369
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
370
370
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -404,7 +404,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
404
404
|
(0, common_1.assertParamExists)('accessBlacklistSelectList', 'page', page);
|
|
405
405
|
// verify required parameter 'pageSize' is not null or undefined
|
|
406
406
|
(0, common_1.assertParamExists)('accessBlacklistSelectList', 'pageSize', pageSize);
|
|
407
|
-
const localVarPath = `/access/blacklist`;
|
|
407
|
+
const localVarPath = `/gizone/access/blacklist`;
|
|
408
408
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
409
409
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
410
410
|
let baseOptions;
|
|
@@ -453,7 +453,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
453
453
|
(0, common_1.assertParamExists)('accessBlacklistUpdate', 'id', id);
|
|
454
454
|
// verify required parameter 'accessBlacklistUpdateVo' is not null or undefined
|
|
455
455
|
(0, common_1.assertParamExists)('accessBlacklistUpdate', 'accessBlacklistUpdateVo', accessBlacklistUpdateVo);
|
|
456
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
456
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
457
457
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
458
458
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
459
459
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -487,7 +487,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
487
487
|
accessCompanyConfigAdd: (accessCompanyConfigAddOrUpdateVo_1, ...args_1) => __awaiter(this, [accessCompanyConfigAddOrUpdateVo_1, ...args_1], void 0, function* (accessCompanyConfigAddOrUpdateVo, options = {}) {
|
|
488
488
|
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
489
489
|
(0, common_1.assertParamExists)('accessCompanyConfigAdd', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo);
|
|
490
|
-
const localVarPath = `/access/company-config`;
|
|
490
|
+
const localVarPath = `/gizone/access/company-config`;
|
|
491
491
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
492
492
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
493
493
|
let baseOptions;
|
|
@@ -520,7 +520,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
520
520
|
accessCompanyConfigBatchUpdateSort: (accessCompanyConfigSortVo_1, ...args_1) => __awaiter(this, [accessCompanyConfigSortVo_1, ...args_1], void 0, function* (accessCompanyConfigSortVo, options = {}) {
|
|
521
521
|
// verify required parameter 'accessCompanyConfigSortVo' is not null or undefined
|
|
522
522
|
(0, common_1.assertParamExists)('accessCompanyConfigBatchUpdateSort', 'accessCompanyConfigSortVo', accessCompanyConfigSortVo);
|
|
523
|
-
const localVarPath = `/access/company-config/batch/sort`;
|
|
523
|
+
const localVarPath = `/gizone/access/company-config/batch/sort`;
|
|
524
524
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
525
525
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
526
526
|
let baseOptions;
|
|
@@ -553,7 +553,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
553
553
|
accessCompanyConfigDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
554
554
|
// verify required parameter 'id' is not null or undefined
|
|
555
555
|
(0, common_1.assertParamExists)('accessCompanyConfigDelete', 'id', id);
|
|
556
|
-
const localVarPath = `/access/company-config/{id}`
|
|
556
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
557
557
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
558
558
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
559
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -585,7 +585,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
585
585
|
accessCompanyConfigSelectById: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
586
586
|
// verify required parameter 'id' is not null or undefined
|
|
587
587
|
(0, common_1.assertParamExists)('accessCompanyConfigSelectById', 'id', id);
|
|
588
|
-
const localVarPath = `/access/company-config/{id}`
|
|
588
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
589
589
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
590
590
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
591
591
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -617,7 +617,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
617
617
|
accessCompanyConfigSelectList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
618
618
|
// verify required parameter 'parkId' is not null or undefined
|
|
619
619
|
(0, common_1.assertParamExists)('accessCompanyConfigSelectList', 'parkId', parkId);
|
|
620
|
-
const localVarPath = `/access/company-config`;
|
|
620
|
+
const localVarPath = `/gizone/access/company-config`;
|
|
621
621
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
622
622
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
623
623
|
let baseOptions;
|
|
@@ -654,7 +654,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
654
654
|
(0, common_1.assertParamExists)('accessCompanyConfigUpdate', 'id', id);
|
|
655
655
|
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
656
656
|
(0, common_1.assertParamExists)('accessCompanyConfigUpdate', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo);
|
|
657
|
-
const localVarPath = `/access/company-config/{id}`
|
|
657
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
658
658
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
659
659
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
660
660
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -691,7 +691,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
691
691
|
(0, common_1.assertParamExists)('accessCompanyVisitorPersonTypeConfigsUpdate', 'id', id);
|
|
692
692
|
// verify required parameter 'accessVisitorPersonTypeConfigVo' is not null or undefined
|
|
693
693
|
(0, common_1.assertParamExists)('accessCompanyVisitorPersonTypeConfigsUpdate', 'accessVisitorPersonTypeConfigVo', accessVisitorPersonTypeConfigVo);
|
|
694
|
-
const localVarPath = `/access/company-config/{id}/visitorPersonType`
|
|
694
|
+
const localVarPath = `/gizone/access/company-config/{id}/visitorPersonType`
|
|
695
695
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
696
696
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
697
697
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -725,7 +725,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
725
725
|
accessConfigSelectById: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
726
726
|
// verify required parameter 'parkId' is not null or undefined
|
|
727
727
|
(0, common_1.assertParamExists)('accessConfigSelectById', 'parkId', parkId);
|
|
728
|
-
const localVarPath = `/access/config/{parkId}`
|
|
728
|
+
const localVarPath = `/gizone/access/config/{parkId}`
|
|
729
729
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
730
730
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
731
731
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -760,7 +760,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
760
760
|
(0, common_1.assertParamExists)('accessConfigUpdate', 'parkId', parkId);
|
|
761
761
|
// verify required parameter 'accessConfigVo' is not null or undefined
|
|
762
762
|
(0, common_1.assertParamExists)('accessConfigUpdate', 'accessConfigVo', accessConfigVo);
|
|
763
|
-
const localVarPath = `/access/config/{parkId}`
|
|
763
|
+
const localVarPath = `/gizone/access/config/{parkId}`
|
|
764
764
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
765
765
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
766
766
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -794,7 +794,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
794
794
|
accessRecordPersonAdd: (accessRecordVehicleAddVo_1, ...args_1) => __awaiter(this, [accessRecordVehicleAddVo_1, ...args_1], void 0, function* (accessRecordVehicleAddVo, options = {}) {
|
|
795
795
|
// verify required parameter 'accessRecordVehicleAddVo' is not null or undefined
|
|
796
796
|
(0, common_1.assertParamExists)('accessRecordPersonAdd', 'accessRecordVehicleAddVo', accessRecordVehicleAddVo);
|
|
797
|
-
const localVarPath = `/access/record/person`;
|
|
797
|
+
const localVarPath = `/gizone/access/record/person`;
|
|
798
798
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
799
799
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
800
800
|
let baseOptions;
|
|
@@ -827,7 +827,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
827
827
|
accessRecordSummaryDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
828
828
|
// verify required parameter 'id' is not null or undefined
|
|
829
829
|
(0, common_1.assertParamExists)('accessRecordSummaryDetails', 'id', id);
|
|
830
|
-
const localVarPath = `/access/record/summary/{id}`
|
|
830
|
+
const localVarPath = `/gizone/access/record/summary/{id}`
|
|
831
831
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
832
832
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
833
833
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -873,7 +873,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
873
873
|
(0, common_1.assertParamExists)('accessRecordSummaryPageList', 'page', page);
|
|
874
874
|
// verify required parameter 'pageSize' is not null or undefined
|
|
875
875
|
(0, common_1.assertParamExists)('accessRecordSummaryPageList', 'pageSize', pageSize);
|
|
876
|
-
const localVarPath = `/access/record/summary`;
|
|
876
|
+
const localVarPath = `/gizone/access/record/summary`;
|
|
877
877
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
878
878
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
879
879
|
let baseOptions;
|
|
@@ -941,7 +941,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
941
941
|
accessRecordVehicleAdd: (accessRecordVehicleAddVo_1, ...args_1) => __awaiter(this, [accessRecordVehicleAddVo_1, ...args_1], void 0, function* (accessRecordVehicleAddVo, options = {}) {
|
|
942
942
|
// verify required parameter 'accessRecordVehicleAddVo' is not null or undefined
|
|
943
943
|
(0, common_1.assertParamExists)('accessRecordVehicleAdd', 'accessRecordVehicleAddVo', accessRecordVehicleAddVo);
|
|
944
|
-
const localVarPath = `/access/record/vehicle`;
|
|
944
|
+
const localVarPath = `/gizone/access/record/vehicle`;
|
|
945
945
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
946
946
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
947
947
|
let baseOptions;
|
|
@@ -974,7 +974,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
974
974
|
accessWhitelistApplicationAdd: (accessWhitelistApplicationAddVo_1, ...args_1) => __awaiter(this, [accessWhitelistApplicationAddVo_1, ...args_1], void 0, function* (accessWhitelistApplicationAddVo, options = {}) {
|
|
975
975
|
// verify required parameter 'accessWhitelistApplicationAddVo' is not null or undefined
|
|
976
976
|
(0, common_1.assertParamExists)('accessWhitelistApplicationAdd', 'accessWhitelistApplicationAddVo', accessWhitelistApplicationAddVo);
|
|
977
|
-
const localVarPath = `/access/whitelist/application`;
|
|
977
|
+
const localVarPath = `/gizone/access/whitelist/application`;
|
|
978
978
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
979
979
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
980
980
|
let baseOptions;
|
|
@@ -1010,7 +1010,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1010
1010
|
(0, common_1.assertParamExists)('accessWhitelistApplicationApproval', 'id', id);
|
|
1011
1011
|
// verify required parameter 'accessWhitelistApplicationApprovalVo' is not null or undefined
|
|
1012
1012
|
(0, common_1.assertParamExists)('accessWhitelistApplicationApproval', 'accessWhitelistApplicationApprovalVo', accessWhitelistApplicationApprovalVo);
|
|
1013
|
-
const localVarPath = `/access/whitelist/application/approval/{id}`
|
|
1013
|
+
const localVarPath = `/gizone/access/whitelist/application/approval/{id}`
|
|
1014
1014
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1015
1015
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1016
1016
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1048,7 +1048,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1048
1048
|
accessWhitelistApplicationBatchExport: (parkId_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1], void 0, function* (parkId, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options = {}) {
|
|
1049
1049
|
// verify required parameter 'parkId' is not null or undefined
|
|
1050
1050
|
(0, common_1.assertParamExists)('accessWhitelistApplicationBatchExport', 'parkId', parkId);
|
|
1051
|
-
const localVarPath = `/access/whitelist/application/batchExport`;
|
|
1051
|
+
const localVarPath = `/gizone/access/whitelist/application/batchExport`;
|
|
1052
1052
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1053
1053
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1054
1054
|
let baseOptions;
|
|
@@ -1091,7 +1091,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1091
1091
|
* @throws {RequiredError}
|
|
1092
1092
|
*/
|
|
1093
1093
|
accessWhitelistApplicationBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1094
|
-
const localVarPath = `/access/whitelist/application/batchImport/confirm`;
|
|
1094
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/confirm`;
|
|
1095
1095
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1096
1096
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1097
1097
|
let baseOptions;
|
|
@@ -1119,7 +1119,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1119
1119
|
* @throws {RequiredError}
|
|
1120
1120
|
*/
|
|
1121
1121
|
accessWhitelistApplicationBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1122
|
-
const localVarPath = `/access/whitelist/application/batchImport/preview`;
|
|
1122
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/preview`;
|
|
1123
1123
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1124
1124
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1125
1125
|
let baseOptions;
|
|
@@ -1147,7 +1147,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1147
1147
|
* @throws {RequiredError}
|
|
1148
1148
|
*/
|
|
1149
1149
|
accessWhitelistApplicationBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1150
|
-
const localVarPath = `/access/whitelist/application/batchImport/template`;
|
|
1150
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/template`;
|
|
1151
1151
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1152
1152
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1153
1153
|
let baseOptions;
|
|
@@ -1182,7 +1182,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1182
1182
|
(0, common_1.assertParamExists)('accessWhitelistApplicationBatchImportUpload', 'parkId', parkId);
|
|
1183
1183
|
// verify required parameter 'file' is not null or undefined
|
|
1184
1184
|
(0, common_1.assertParamExists)('accessWhitelistApplicationBatchImportUpload', 'file', file);
|
|
1185
|
-
const localVarPath = `/access/whitelist/application/batchImport/upload`;
|
|
1185
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/upload`;
|
|
1186
1186
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1187
1187
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1188
1188
|
let baseOptions;
|
|
@@ -1225,7 +1225,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1225
1225
|
accessWhitelistApplicationDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1226
1226
|
// verify required parameter 'id' is not null or undefined
|
|
1227
1227
|
(0, common_1.assertParamExists)('accessWhitelistApplicationDelete', 'id', id);
|
|
1228
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1228
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1229
1229
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1230
1230
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1231
1231
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1257,7 +1257,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1257
1257
|
accessWhitelistApplicationDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1258
1258
|
// verify required parameter 'id' is not null or undefined
|
|
1259
1259
|
(0, common_1.assertParamExists)('accessWhitelistApplicationDetails', 'id', id);
|
|
1260
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1260
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1261
1261
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1262
1262
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1263
1263
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1302,7 +1302,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1302
1302
|
(0, common_1.assertParamExists)('accessWhitelistApplicationList', 'page', page);
|
|
1303
1303
|
// verify required parameter 'pageSize' is not null or undefined
|
|
1304
1304
|
(0, common_1.assertParamExists)('accessWhitelistApplicationList', 'pageSize', pageSize);
|
|
1305
|
-
const localVarPath = `/access/whitelist/application`;
|
|
1305
|
+
const localVarPath = `/gizone/access/whitelist/application`;
|
|
1306
1306
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1307
1307
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1308
1308
|
let baseOptions;
|
|
@@ -1363,7 +1363,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1363
1363
|
accessWhitelistApplicationProcess: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1364
1364
|
// verify required parameter 'id' is not null or undefined
|
|
1365
1365
|
(0, common_1.assertParamExists)('accessWhitelistApplicationProcess', 'id', id);
|
|
1366
|
-
const localVarPath = `/access/whitelist/application/{id}/process`
|
|
1366
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}/process`
|
|
1367
1367
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1368
1368
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1369
1369
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1398,7 +1398,7 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1398
1398
|
(0, common_1.assertParamExists)('accessWhitelistApplicationUpdate', 'id', id);
|
|
1399
1399
|
// verify required parameter 'accessWhitelistApplicationUpdateVo' is not null or undefined
|
|
1400
1400
|
(0, common_1.assertParamExists)('accessWhitelistApplicationUpdate', 'accessWhitelistApplicationUpdateVo', accessWhitelistApplicationUpdateVo);
|
|
1401
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1401
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1402
1402
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1403
1403
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1404
1404
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -42,7 +42,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
42
42
|
accessAppointmentRecordAdd: (accessAppointmentRecordAddVo_1, ...args_1) => __awaiter(this, [accessAppointmentRecordAddVo_1, ...args_1], void 0, function* (accessAppointmentRecordAddVo, options = {}) {
|
|
43
43
|
// verify required parameter 'accessAppointmentRecordAddVo' is not null or undefined
|
|
44
44
|
assertParamExists('accessAppointmentRecordAdd', 'accessAppointmentRecordAddVo', accessAppointmentRecordAddVo);
|
|
45
|
-
const localVarPath = `/access/appointment-record`;
|
|
45
|
+
const localVarPath = `/gizone/access/appointment-record`;
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -78,7 +78,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
78
78
|
assertParamExists('accessAppointmentRecordApproval', 'id', id);
|
|
79
79
|
// verify required parameter 'accessAppointmentRecordApprovalVo' is not null or undefined
|
|
80
80
|
assertParamExists('accessAppointmentRecordApproval', 'accessAppointmentRecordApprovalVo', accessAppointmentRecordApprovalVo);
|
|
81
|
-
const localVarPath = `/access/appointment-record/approval/{id}`
|
|
81
|
+
const localVarPath = `/gizone/access/appointment-record/approval/{id}`
|
|
82
82
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
83
83
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
84
84
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -112,7 +112,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
112
112
|
accessAppointmentRecordDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
113
113
|
// verify required parameter 'id' is not null or undefined
|
|
114
114
|
assertParamExists('accessAppointmentRecordDetails', 'id', id);
|
|
115
|
-
const localVarPath = `/access/appointment-record/{id}`
|
|
115
|
+
const localVarPath = `/gizone/access/appointment-record/{id}`
|
|
116
116
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
117
117
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
118
118
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -144,7 +144,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
144
144
|
accessAppointmentRecordSelectAppointmentProcess: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
145
145
|
// verify required parameter 'id' is not null or undefined
|
|
146
146
|
assertParamExists('accessAppointmentRecordSelectAppointmentProcess', 'id', id);
|
|
147
|
-
const localVarPath = `/access/appointment-record/{id}/process`
|
|
147
|
+
const localVarPath = `/gizone/access/appointment-record/{id}/process`
|
|
148
148
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
149
149
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
150
150
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -189,7 +189,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
189
189
|
assertParamExists('accessAppointmentRecordSelectPageList', 'page', page);
|
|
190
190
|
// verify required parameter 'pageSize' is not null or undefined
|
|
191
191
|
assertParamExists('accessAppointmentRecordSelectPageList', 'pageSize', pageSize);
|
|
192
|
-
const localVarPath = `/access/appointment-record`;
|
|
192
|
+
const localVarPath = `/gizone/access/appointment-record`;
|
|
193
193
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
194
194
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
195
195
|
let baseOptions;
|
|
@@ -254,7 +254,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
254
254
|
accessBlacklistAdd: (accessBlacklistAddVo_1, ...args_1) => __awaiter(this, [accessBlacklistAddVo_1, ...args_1], void 0, function* (accessBlacklistAddVo, options = {}) {
|
|
255
255
|
// verify required parameter 'accessBlacklistAddVo' is not null or undefined
|
|
256
256
|
assertParamExists('accessBlacklistAdd', 'accessBlacklistAddVo', accessBlacklistAddVo);
|
|
257
|
-
const localVarPath = `/access/blacklist`;
|
|
257
|
+
const localVarPath = `/gizone/access/blacklist`;
|
|
258
258
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
259
259
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
260
260
|
let baseOptions;
|
|
@@ -289,7 +289,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
289
289
|
accessBlacklistBatchExport: (parkId_1, searchValue_1, accessCompanyId_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, accessCompanyId_1, ...args_1], void 0, function* (parkId, searchValue, accessCompanyId, options = {}) {
|
|
290
290
|
// verify required parameter 'parkId' is not null or undefined
|
|
291
291
|
assertParamExists('accessBlacklistBatchExport', 'parkId', parkId);
|
|
292
|
-
const localVarPath = `/access/blacklist/batchExport`;
|
|
292
|
+
const localVarPath = `/gizone/access/blacklist/batchExport`;
|
|
293
293
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
294
294
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
295
295
|
let baseOptions;
|
|
@@ -329,7 +329,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
329
329
|
accessBlacklistDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
330
330
|
// verify required parameter 'id' is not null or undefined
|
|
331
331
|
assertParamExists('accessBlacklistDelete', 'id', id);
|
|
332
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
332
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
333
333
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
334
334
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
335
335
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -361,7 +361,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
361
361
|
accessBlacklistDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
362
362
|
// verify required parameter 'id' is not null or undefined
|
|
363
363
|
assertParamExists('accessBlacklistDetails', 'id', id);
|
|
364
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
364
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
365
365
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
366
366
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
367
367
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -401,7 +401,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
401
401
|
assertParamExists('accessBlacklistSelectList', 'page', page);
|
|
402
402
|
// verify required parameter 'pageSize' is not null or undefined
|
|
403
403
|
assertParamExists('accessBlacklistSelectList', 'pageSize', pageSize);
|
|
404
|
-
const localVarPath = `/access/blacklist`;
|
|
404
|
+
const localVarPath = `/gizone/access/blacklist`;
|
|
405
405
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
406
406
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
407
407
|
let baseOptions;
|
|
@@ -450,7 +450,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
450
450
|
assertParamExists('accessBlacklistUpdate', 'id', id);
|
|
451
451
|
// verify required parameter 'accessBlacklistUpdateVo' is not null or undefined
|
|
452
452
|
assertParamExists('accessBlacklistUpdate', 'accessBlacklistUpdateVo', accessBlacklistUpdateVo);
|
|
453
|
-
const localVarPath = `/access/blacklist/{id}`
|
|
453
|
+
const localVarPath = `/gizone/access/blacklist/{id}`
|
|
454
454
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
455
455
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
456
456
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -484,7 +484,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
484
484
|
accessCompanyConfigAdd: (accessCompanyConfigAddOrUpdateVo_1, ...args_1) => __awaiter(this, [accessCompanyConfigAddOrUpdateVo_1, ...args_1], void 0, function* (accessCompanyConfigAddOrUpdateVo, options = {}) {
|
|
485
485
|
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
486
486
|
assertParamExists('accessCompanyConfigAdd', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo);
|
|
487
|
-
const localVarPath = `/access/company-config`;
|
|
487
|
+
const localVarPath = `/gizone/access/company-config`;
|
|
488
488
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
489
489
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
490
490
|
let baseOptions;
|
|
@@ -517,7 +517,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
517
517
|
accessCompanyConfigBatchUpdateSort: (accessCompanyConfigSortVo_1, ...args_1) => __awaiter(this, [accessCompanyConfigSortVo_1, ...args_1], void 0, function* (accessCompanyConfigSortVo, options = {}) {
|
|
518
518
|
// verify required parameter 'accessCompanyConfigSortVo' is not null or undefined
|
|
519
519
|
assertParamExists('accessCompanyConfigBatchUpdateSort', 'accessCompanyConfigSortVo', accessCompanyConfigSortVo);
|
|
520
|
-
const localVarPath = `/access/company-config/batch/sort`;
|
|
520
|
+
const localVarPath = `/gizone/access/company-config/batch/sort`;
|
|
521
521
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
522
522
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
523
523
|
let baseOptions;
|
|
@@ -550,7 +550,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
550
550
|
accessCompanyConfigDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
551
551
|
// verify required parameter 'id' is not null or undefined
|
|
552
552
|
assertParamExists('accessCompanyConfigDelete', 'id', id);
|
|
553
|
-
const localVarPath = `/access/company-config/{id}`
|
|
553
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
554
554
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
555
555
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
556
556
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -582,7 +582,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
582
582
|
accessCompanyConfigSelectById: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
583
583
|
// verify required parameter 'id' is not null or undefined
|
|
584
584
|
assertParamExists('accessCompanyConfigSelectById', 'id', id);
|
|
585
|
-
const localVarPath = `/access/company-config/{id}`
|
|
585
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
586
586
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
587
587
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
588
588
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -614,7 +614,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
614
614
|
accessCompanyConfigSelectList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
615
615
|
// verify required parameter 'parkId' is not null or undefined
|
|
616
616
|
assertParamExists('accessCompanyConfigSelectList', 'parkId', parkId);
|
|
617
|
-
const localVarPath = `/access/company-config`;
|
|
617
|
+
const localVarPath = `/gizone/access/company-config`;
|
|
618
618
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
619
619
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
620
620
|
let baseOptions;
|
|
@@ -651,7 +651,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
651
651
|
assertParamExists('accessCompanyConfigUpdate', 'id', id);
|
|
652
652
|
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
653
653
|
assertParamExists('accessCompanyConfigUpdate', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo);
|
|
654
|
-
const localVarPath = `/access/company-config/{id}`
|
|
654
|
+
const localVarPath = `/gizone/access/company-config/{id}`
|
|
655
655
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
656
656
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
657
657
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -688,7 +688,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
688
688
|
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'id', id);
|
|
689
689
|
// verify required parameter 'accessVisitorPersonTypeConfigVo' is not null or undefined
|
|
690
690
|
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'accessVisitorPersonTypeConfigVo', accessVisitorPersonTypeConfigVo);
|
|
691
|
-
const localVarPath = `/access/company-config/{id}/visitorPersonType`
|
|
691
|
+
const localVarPath = `/gizone/access/company-config/{id}/visitorPersonType`
|
|
692
692
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
693
693
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
694
694
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -722,7 +722,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
722
722
|
accessConfigSelectById: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
723
723
|
// verify required parameter 'parkId' is not null or undefined
|
|
724
724
|
assertParamExists('accessConfigSelectById', 'parkId', parkId);
|
|
725
|
-
const localVarPath = `/access/config/{parkId}`
|
|
725
|
+
const localVarPath = `/gizone/access/config/{parkId}`
|
|
726
726
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
727
727
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
728
728
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -757,7 +757,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
757
757
|
assertParamExists('accessConfigUpdate', 'parkId', parkId);
|
|
758
758
|
// verify required parameter 'accessConfigVo' is not null or undefined
|
|
759
759
|
assertParamExists('accessConfigUpdate', 'accessConfigVo', accessConfigVo);
|
|
760
|
-
const localVarPath = `/access/config/{parkId}`
|
|
760
|
+
const localVarPath = `/gizone/access/config/{parkId}`
|
|
761
761
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
762
762
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
763
763
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -791,7 +791,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
791
791
|
accessRecordPersonAdd: (accessRecordVehicleAddVo_1, ...args_1) => __awaiter(this, [accessRecordVehicleAddVo_1, ...args_1], void 0, function* (accessRecordVehicleAddVo, options = {}) {
|
|
792
792
|
// verify required parameter 'accessRecordVehicleAddVo' is not null or undefined
|
|
793
793
|
assertParamExists('accessRecordPersonAdd', 'accessRecordVehicleAddVo', accessRecordVehicleAddVo);
|
|
794
|
-
const localVarPath = `/access/record/person`;
|
|
794
|
+
const localVarPath = `/gizone/access/record/person`;
|
|
795
795
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
796
796
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
797
797
|
let baseOptions;
|
|
@@ -824,7 +824,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
824
824
|
accessRecordSummaryDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
825
825
|
// verify required parameter 'id' is not null or undefined
|
|
826
826
|
assertParamExists('accessRecordSummaryDetails', 'id', id);
|
|
827
|
-
const localVarPath = `/access/record/summary/{id}`
|
|
827
|
+
const localVarPath = `/gizone/access/record/summary/{id}`
|
|
828
828
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
829
829
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
830
830
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -870,7 +870,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
870
870
|
assertParamExists('accessRecordSummaryPageList', 'page', page);
|
|
871
871
|
// verify required parameter 'pageSize' is not null or undefined
|
|
872
872
|
assertParamExists('accessRecordSummaryPageList', 'pageSize', pageSize);
|
|
873
|
-
const localVarPath = `/access/record/summary`;
|
|
873
|
+
const localVarPath = `/gizone/access/record/summary`;
|
|
874
874
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
875
875
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
876
876
|
let baseOptions;
|
|
@@ -938,7 +938,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
938
938
|
accessRecordVehicleAdd: (accessRecordVehicleAddVo_1, ...args_1) => __awaiter(this, [accessRecordVehicleAddVo_1, ...args_1], void 0, function* (accessRecordVehicleAddVo, options = {}) {
|
|
939
939
|
// verify required parameter 'accessRecordVehicleAddVo' is not null or undefined
|
|
940
940
|
assertParamExists('accessRecordVehicleAdd', 'accessRecordVehicleAddVo', accessRecordVehicleAddVo);
|
|
941
|
-
const localVarPath = `/access/record/vehicle`;
|
|
941
|
+
const localVarPath = `/gizone/access/record/vehicle`;
|
|
942
942
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
943
943
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
944
944
|
let baseOptions;
|
|
@@ -971,7 +971,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
971
971
|
accessWhitelistApplicationAdd: (accessWhitelistApplicationAddVo_1, ...args_1) => __awaiter(this, [accessWhitelistApplicationAddVo_1, ...args_1], void 0, function* (accessWhitelistApplicationAddVo, options = {}) {
|
|
972
972
|
// verify required parameter 'accessWhitelistApplicationAddVo' is not null or undefined
|
|
973
973
|
assertParamExists('accessWhitelistApplicationAdd', 'accessWhitelistApplicationAddVo', accessWhitelistApplicationAddVo);
|
|
974
|
-
const localVarPath = `/access/whitelist/application`;
|
|
974
|
+
const localVarPath = `/gizone/access/whitelist/application`;
|
|
975
975
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
976
976
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
977
977
|
let baseOptions;
|
|
@@ -1007,7 +1007,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1007
1007
|
assertParamExists('accessWhitelistApplicationApproval', 'id', id);
|
|
1008
1008
|
// verify required parameter 'accessWhitelistApplicationApprovalVo' is not null or undefined
|
|
1009
1009
|
assertParamExists('accessWhitelistApplicationApproval', 'accessWhitelistApplicationApprovalVo', accessWhitelistApplicationApprovalVo);
|
|
1010
|
-
const localVarPath = `/access/whitelist/application/approval/{id}`
|
|
1010
|
+
const localVarPath = `/gizone/access/whitelist/application/approval/{id}`
|
|
1011
1011
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1012
1012
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1013
1013
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1045,7 +1045,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1045
1045
|
accessWhitelistApplicationBatchExport: (parkId_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1], void 0, function* (parkId, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options = {}) {
|
|
1046
1046
|
// verify required parameter 'parkId' is not null or undefined
|
|
1047
1047
|
assertParamExists('accessWhitelistApplicationBatchExport', 'parkId', parkId);
|
|
1048
|
-
const localVarPath = `/access/whitelist/application/batchExport`;
|
|
1048
|
+
const localVarPath = `/gizone/access/whitelist/application/batchExport`;
|
|
1049
1049
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1050
1050
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1051
1051
|
let baseOptions;
|
|
@@ -1088,7 +1088,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1088
1088
|
* @throws {RequiredError}
|
|
1089
1089
|
*/
|
|
1090
1090
|
accessWhitelistApplicationBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1091
|
-
const localVarPath = `/access/whitelist/application/batchImport/confirm`;
|
|
1091
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/confirm`;
|
|
1092
1092
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1093
1093
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1094
1094
|
let baseOptions;
|
|
@@ -1116,7 +1116,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1116
1116
|
* @throws {RequiredError}
|
|
1117
1117
|
*/
|
|
1118
1118
|
accessWhitelistApplicationBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1119
|
-
const localVarPath = `/access/whitelist/application/batchImport/preview`;
|
|
1119
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/preview`;
|
|
1120
1120
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1121
1121
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1122
1122
|
let baseOptions;
|
|
@@ -1144,7 +1144,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1144
1144
|
* @throws {RequiredError}
|
|
1145
1145
|
*/
|
|
1146
1146
|
accessWhitelistApplicationBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1147
|
-
const localVarPath = `/access/whitelist/application/batchImport/template`;
|
|
1147
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/template`;
|
|
1148
1148
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1149
1149
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1150
1150
|
let baseOptions;
|
|
@@ -1179,7 +1179,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1179
1179
|
assertParamExists('accessWhitelistApplicationBatchImportUpload', 'parkId', parkId);
|
|
1180
1180
|
// verify required parameter 'file' is not null or undefined
|
|
1181
1181
|
assertParamExists('accessWhitelistApplicationBatchImportUpload', 'file', file);
|
|
1182
|
-
const localVarPath = `/access/whitelist/application/batchImport/upload`;
|
|
1182
|
+
const localVarPath = `/gizone/access/whitelist/application/batchImport/upload`;
|
|
1183
1183
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1184
1184
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1185
1185
|
let baseOptions;
|
|
@@ -1222,7 +1222,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1222
1222
|
accessWhitelistApplicationDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1223
1223
|
// verify required parameter 'id' is not null or undefined
|
|
1224
1224
|
assertParamExists('accessWhitelistApplicationDelete', 'id', id);
|
|
1225
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1225
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1226
1226
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1227
1227
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1228
1228
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1254,7 +1254,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1254
1254
|
accessWhitelistApplicationDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1255
1255
|
// verify required parameter 'id' is not null or undefined
|
|
1256
1256
|
assertParamExists('accessWhitelistApplicationDetails', 'id', id);
|
|
1257
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1257
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1258
1258
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1259
1259
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1260
1260
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1299,7 +1299,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1299
1299
|
assertParamExists('accessWhitelistApplicationList', 'page', page);
|
|
1300
1300
|
// verify required parameter 'pageSize' is not null or undefined
|
|
1301
1301
|
assertParamExists('accessWhitelistApplicationList', 'pageSize', pageSize);
|
|
1302
|
-
const localVarPath = `/access/whitelist/application`;
|
|
1302
|
+
const localVarPath = `/gizone/access/whitelist/application`;
|
|
1303
1303
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1304
1304
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1305
1305
|
let baseOptions;
|
|
@@ -1360,7 +1360,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1360
1360
|
accessWhitelistApplicationProcess: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1361
1361
|
// verify required parameter 'id' is not null or undefined
|
|
1362
1362
|
assertParamExists('accessWhitelistApplicationProcess', 'id', id);
|
|
1363
|
-
const localVarPath = `/access/whitelist/application/{id}/process`
|
|
1363
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}/process`
|
|
1364
1364
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1365
1365
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1366
1366
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1395,7 +1395,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1395
1395
|
assertParamExists('accessWhitelistApplicationUpdate', 'id', id);
|
|
1396
1396
|
// verify required parameter 'accessWhitelistApplicationUpdateVo' is not null or undefined
|
|
1397
1397
|
assertParamExists('accessWhitelistApplicationUpdate', 'accessWhitelistApplicationUpdateVo', accessWhitelistApplicationUpdateVo);
|
|
1398
|
-
const localVarPath = `/access/whitelist/application/{id}`
|
|
1398
|
+
const localVarPath = `/gizone/access/whitelist/application/{id}`
|
|
1399
1399
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1400
1400
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1401
1401
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|