@gizone/rrs-client 4.2.9-alpha.608 → 4.2.9-alpha.610

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.
@@ -347,7 +347,7 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
347
347
  * @param {*} [options] Override http request option.
348
348
  * @throws {RequiredError}
349
349
  */
350
- async reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
350
+ async reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
351
351
  const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillSubmit(reimbursementBillSubmitDto, options);
352
352
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
353
353
  const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.reimbursementBillSubmit']?.[localVarOperationServerIndex]?.url;
@@ -423,7 +423,7 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
423
423
  * @param {*} [options] Override http request option.
424
424
  * @throws {RequiredError}
425
425
  */
426
- reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
426
+ reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
427
427
  return localVarFp.reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(axios, basePath));
428
428
  },
429
429
  /**
@@ -117,7 +117,7 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
117
117
  * @param {*} [options] Override http request option.
118
118
  * @throws {RequiredError}
119
119
  */
120
- reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
120
+ reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
121
121
  /**
122
122
  * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
123
123
  * @summary 撤回报账单
@@ -171,7 +171,7 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
171
171
  * @param {*} [options] Override http request option.
172
172
  * @throws {RequiredError}
173
173
  */
174
- reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
174
+ reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
175
175
  /**
176
176
  * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
177
177
  * @summary 撤回报账单
@@ -310,7 +310,7 @@ export declare class ReimbursementBillApi extends BaseAPI {
310
310
  * @throws {RequiredError}
311
311
  * @memberof ReimbursementBillApi
312
312
  */
313
- reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
313
+ reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
314
314
  /**
315
315
  * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
316
316
  * @summary 撤回报账单
@@ -117,7 +117,7 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
117
117
  * @param {*} [options] Override http request option.
118
118
  * @throws {RequiredError}
119
119
  */
120
- reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
120
+ reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
121
121
  /**
122
122
  * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
123
123
  * @summary 撤回报账单
@@ -171,7 +171,7 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
171
171
  * @param {*} [options] Override http request option.
172
172
  * @throws {RequiredError}
173
173
  */
174
- reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
174
+ reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
175
175
  /**
176
176
  * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
177
177
  * @summary 撤回报账单
@@ -310,7 +310,7 @@ export declare class ReimbursementBillApi extends BaseAPI {
310
310
  * @throws {RequiredError}
311
311
  * @memberof ReimbursementBillApi
312
312
  */
313
- reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
313
+ reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
314
314
  /**
315
315
  * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
316
316
  * @summary 撤回报账单
@@ -36,11 +36,10 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
- * @deprecated
42
41
  */
43
- 'hitCount'?: boolean;
42
+ 'pages'?: number;
44
43
  /**
45
44
  *
46
45
  * @type {boolean}
@@ -49,10 +48,11 @@ export interface IPageEnergyCostRecordInfoVO {
49
48
  'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
- * @type {number}
51
+ * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'pages'?: number;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -36,11 +36,10 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
- * @deprecated
42
41
  */
43
- 'hitCount'?: boolean;
42
+ 'pages'?: number;
44
43
  /**
45
44
  *
46
45
  * @type {boolean}
@@ -49,10 +48,11 @@ export interface IPageEnergyCostRecordInfoVO {
49
48
  'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
- * @type {number}
51
+ * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'pages'?: number;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -43,11 +43,10 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {boolean}
46
+ * @type {number}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
- * @deprecated
49
48
  */
50
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
51
50
  /**
52
51
  *
53
52
  * @type {boolean}
@@ -56,10 +55,11 @@ export interface IPageEnergyCostRecordInfoVO {
56
55
  'searchCount'?: boolean;
57
56
  /**
58
57
  *
59
- * @type {number}
58
+ * @type {boolean}
60
59
  * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
61
  */
62
- 'pages'?: number;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {number}
391
+ * @type {string}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cuserId'?: number;
394
+ 'cid'?: string;
395
395
  /**
396
396
  *
397
- * @type {string}
397
+ * @type {number}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cid'?: string;
400
+ 'cuserId'?: number;
401
401
  }
402
402
 
403
403