@gizone/rrs-client 4.2.9-alpha.666 → 4.2.9-alpha.667
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/reimbursement-bill-api.ts +6 -6
- package/dist/apis/reimbursement-bill-api.d.ts +6 -6
- package/dist/apis/reimbursement-bill-api.js +2 -2
- package/dist/esm/apis/reimbursement-bill-api.d.ts +6 -6
- package/dist/esm/apis/reimbursement-bill-api.js +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/sys-user.d.ts +4 -4
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1203 -1203
- package/package.json +1 -1
|
@@ -301,11 +301,11 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
301
301
|
* @param {number} [pageSize] 每页条数
|
|
302
302
|
* @param {string} [searchValue] 关键词
|
|
303
303
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
304
|
-
* @param {
|
|
304
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
305
305
|
* @param {*} [options] Override http request option.
|
|
306
306
|
* @throws {RequiredError}
|
|
307
307
|
*/
|
|
308
|
-
reimbursementBillSelectList: async (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?:
|
|
308
|
+
reimbursementBillSelectList: async (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
309
309
|
const localVarPath = `/gizone/reimbursement-bill`;
|
|
310
310
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
311
311
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -823,11 +823,11 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
823
823
|
* @param {number} [pageSize] 每页条数
|
|
824
824
|
* @param {string} [searchValue] 关键词
|
|
825
825
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
826
|
-
* @param {
|
|
826
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
827
827
|
* @param {*} [options] Override http request option.
|
|
828
828
|
* @throws {RequiredError}
|
|
829
829
|
*/
|
|
830
|
-
async reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?:
|
|
830
|
+
async reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>> {
|
|
831
831
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options);
|
|
832
832
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
833
833
|
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.reimbursementBillSelectList']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1287,10 +1287,10 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
|
1287
1287
|
|
|
1288
1288
|
/**
|
|
1289
1289
|
* 是否已进行场景分摊
|
|
1290
|
-
* @type {
|
|
1290
|
+
* @type {boolean}
|
|
1291
1291
|
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
1292
1292
|
*/
|
|
1293
|
-
readonly scenarioAllocated?:
|
|
1293
|
+
readonly scenarioAllocated?: boolean
|
|
1294
1294
|
}
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
@@ -92,11 +92,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
92
92
|
* @param {number} [pageSize] 每页条数
|
|
93
93
|
* @param {string} [searchValue] 关键词
|
|
94
94
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
95
|
-
* @param {
|
|
95
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
96
96
|
* @param {*} [options] Override http request option.
|
|
97
97
|
* @throws {RequiredError}
|
|
98
98
|
*/
|
|
99
|
-
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?:
|
|
99
|
+
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
100
100
|
/**
|
|
101
101
|
* 提交报账单
|
|
102
102
|
* @summary 提交报账单
|
|
@@ -232,11 +232,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
232
232
|
* @param {number} [pageSize] 每页条数
|
|
233
233
|
* @param {string} [searchValue] 关键词
|
|
234
234
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
235
|
-
* @param {
|
|
235
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
236
236
|
* @param {*} [options] Override http request option.
|
|
237
237
|
* @throws {RequiredError}
|
|
238
238
|
*/
|
|
239
|
-
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?:
|
|
239
|
+
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
240
240
|
/**
|
|
241
241
|
* 提交报账单
|
|
242
242
|
* @summary 提交报账单
|
|
@@ -591,10 +591,10 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
|
591
591
|
readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>;
|
|
592
592
|
/**
|
|
593
593
|
* 是否已进行场景分摊
|
|
594
|
-
* @type {
|
|
594
|
+
* @type {boolean}
|
|
595
595
|
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
596
596
|
*/
|
|
597
|
-
readonly scenarioAllocated?:
|
|
597
|
+
readonly scenarioAllocated?: boolean;
|
|
598
598
|
}
|
|
599
599
|
/**
|
|
600
600
|
* Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
|
|
@@ -235,7 +235,7 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
235
235
|
* @param {number} [pageSize] 每页条数
|
|
236
236
|
* @param {string} [searchValue] 关键词
|
|
237
237
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
238
|
-
* @param {
|
|
238
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
239
239
|
* @param {*} [options] Override http request option.
|
|
240
240
|
* @throws {RequiredError}
|
|
241
241
|
*/
|
|
@@ -696,7 +696,7 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
696
696
|
* @param {number} [pageSize] 每页条数
|
|
697
697
|
* @param {string} [searchValue] 关键词
|
|
698
698
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
699
|
-
* @param {
|
|
699
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
700
700
|
* @param {*} [options] Override http request option.
|
|
701
701
|
* @throws {RequiredError}
|
|
702
702
|
*/
|
|
@@ -92,11 +92,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
92
92
|
* @param {number} [pageSize] 每页条数
|
|
93
93
|
* @param {string} [searchValue] 关键词
|
|
94
94
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
95
|
-
* @param {
|
|
95
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
96
96
|
* @param {*} [options] Override http request option.
|
|
97
97
|
* @throws {RequiredError}
|
|
98
98
|
*/
|
|
99
|
-
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?:
|
|
99
|
+
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
100
100
|
/**
|
|
101
101
|
* 提交报账单
|
|
102
102
|
* @summary 提交报账单
|
|
@@ -232,11 +232,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
232
232
|
* @param {number} [pageSize] 每页条数
|
|
233
233
|
* @param {string} [searchValue] 关键词
|
|
234
234
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
235
|
-
* @param {
|
|
235
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
236
236
|
* @param {*} [options] Override http request option.
|
|
237
237
|
* @throws {RequiredError}
|
|
238
238
|
*/
|
|
239
|
-
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?:
|
|
239
|
+
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
240
240
|
/**
|
|
241
241
|
* 提交报账单
|
|
242
242
|
* @summary 提交报账单
|
|
@@ -591,10 +591,10 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
|
591
591
|
readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>;
|
|
592
592
|
/**
|
|
593
593
|
* 是否已进行场景分摊
|
|
594
|
-
* @type {
|
|
594
|
+
* @type {boolean}
|
|
595
595
|
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
596
596
|
*/
|
|
597
|
-
readonly scenarioAllocated?:
|
|
597
|
+
readonly scenarioAllocated?: boolean;
|
|
598
598
|
}
|
|
599
599
|
/**
|
|
600
600
|
* Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
|
|
@@ -232,7 +232,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
232
232
|
* @param {number} [pageSize] 每页条数
|
|
233
233
|
* @param {string} [searchValue] 关键词
|
|
234
234
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
235
|
-
* @param {
|
|
235
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
236
236
|
* @param {*} [options] Override http request option.
|
|
237
237
|
* @throws {RequiredError}
|
|
238
238
|
*/
|
|
@@ -692,7 +692,7 @@ export const ReimbursementBillApiFp = function (configuration) {
|
|
|
692
692
|
* @param {number} [pageSize] 每页条数
|
|
693
693
|
* @param {string} [searchValue] 关键词
|
|
694
694
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
695
|
-
* @param {
|
|
695
|
+
* @param {boolean} [scenarioAllocated] 是否已进行场景分摊
|
|
696
696
|
* @param {*} [options] Override http request option.
|
|
697
697
|
* @throws {RequiredError}
|
|
698
698
|
*/
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|