@gizone/rrs-client 4.2.9-alpha.795 → 4.2.9-alpha.806
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/message-api.ts +4 -2
- package/dist/apis/message-api.d.ts +4 -3
- package/dist/esm/apis/message-api.d.ts +4 -3
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
package/apis/message-api.ts
CHANGED
|
@@ -24,6 +24,8 @@ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError
|
|
|
24
24
|
// @ts-ignore
|
|
25
25
|
import type { JsonResult } from '../models';
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import type { JsonResultInteger } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
27
29
|
import type { JsonResultPageDtoSysUserMsgDTO } from '../models';
|
|
28
30
|
// @ts-ignore
|
|
29
31
|
import type { JsonResultSysUserMsgDTO } from '../models';
|
|
@@ -424,7 +426,7 @@ export const MessageApiFp = function(configuration?: Configuration) {
|
|
|
424
426
|
* @param {*} [options] Override http request option.
|
|
425
427
|
* @throws {RequiredError}
|
|
426
428
|
*/
|
|
427
|
-
async systemUserMsgUnreadCount(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
429
|
+
async systemUserMsgUnreadCount(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
428
430
|
const localVarAxiosArgs = await localVarAxiosParamCreator.systemUserMsgUnreadCount(userId, parkId, options);
|
|
429
431
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
430
432
|
const localVarOperationServerBasePath = operationServerMap['MessageApi.systemUserMsgUnreadCount']?.[localVarOperationServerIndex]?.url;
|
|
@@ -497,7 +499,7 @@ export const MessageApiFactory = function (configuration?: Configuration, basePa
|
|
|
497
499
|
* @param {*} [options] Override http request option.
|
|
498
500
|
* @throws {RequiredError}
|
|
499
501
|
*/
|
|
500
|
-
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
502
|
+
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
501
503
|
return localVarFp.systemUserMsgUnreadCount(requestParameters.userId, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
502
504
|
},
|
|
503
505
|
};
|
|
@@ -13,6 +13,7 @@ import type { Configuration } from '../configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { JsonResult } from '../models';
|
|
16
|
+
import type { JsonResultInteger } from '../models';
|
|
16
17
|
import type { JsonResultPageDtoSysUserMsgDTO } from '../models';
|
|
17
18
|
import type { JsonResultSysUserMsgDTO } from '../models';
|
|
18
19
|
import type { JsonResultVoid } from '../models';
|
|
@@ -140,7 +141,7 @@ export declare const MessageApiFp: (configuration?: Configuration) => {
|
|
|
140
141
|
* @param {*} [options] Override http request option.
|
|
141
142
|
* @throws {RequiredError}
|
|
142
143
|
*/
|
|
143
|
-
systemUserMsgUnreadCount(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
144
|
+
systemUserMsgUnreadCount(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
|
|
144
145
|
};
|
|
145
146
|
/**
|
|
146
147
|
* MessageApi - factory interface
|
|
@@ -194,7 +195,7 @@ export declare const MessageApiFactory: (configuration?: Configuration, basePath
|
|
|
194
195
|
* @param {*} [options] Override http request option.
|
|
195
196
|
* @throws {RequiredError}
|
|
196
197
|
*/
|
|
197
|
-
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
198
|
+
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
|
|
198
199
|
};
|
|
199
200
|
/**
|
|
200
201
|
* Request parameters for export3 operation in MessageApi.
|
|
@@ -382,5 +383,5 @@ export declare class MessageApi extends BaseAPI {
|
|
|
382
383
|
* @throws {RequiredError}
|
|
383
384
|
* @memberof MessageApi
|
|
384
385
|
*/
|
|
385
|
-
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
386
|
+
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
|
|
386
387
|
}
|
|
@@ -13,6 +13,7 @@ import type { Configuration } from '../configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { JsonResult } from '../models';
|
|
16
|
+
import type { JsonResultInteger } from '../models';
|
|
16
17
|
import type { JsonResultPageDtoSysUserMsgDTO } from '../models';
|
|
17
18
|
import type { JsonResultSysUserMsgDTO } from '../models';
|
|
18
19
|
import type { JsonResultVoid } from '../models';
|
|
@@ -140,7 +141,7 @@ export declare const MessageApiFp: (configuration?: Configuration) => {
|
|
|
140
141
|
* @param {*} [options] Override http request option.
|
|
141
142
|
* @throws {RequiredError}
|
|
142
143
|
*/
|
|
143
|
-
systemUserMsgUnreadCount(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
144
|
+
systemUserMsgUnreadCount(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
|
|
144
145
|
};
|
|
145
146
|
/**
|
|
146
147
|
* MessageApi - factory interface
|
|
@@ -194,7 +195,7 @@ export declare const MessageApiFactory: (configuration?: Configuration, basePath
|
|
|
194
195
|
* @param {*} [options] Override http request option.
|
|
195
196
|
* @throws {RequiredError}
|
|
196
197
|
*/
|
|
197
|
-
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
198
|
+
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
|
|
198
199
|
};
|
|
199
200
|
/**
|
|
200
201
|
* Request parameters for export3 operation in MessageApi.
|
|
@@ -382,5 +383,5 @@ export declare class MessageApi extends BaseAPI {
|
|
|
382
383
|
* @throws {RequiredError}
|
|
383
384
|
* @memberof MessageApi
|
|
384
385
|
*/
|
|
385
|
-
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
386
|
+
systemUserMsgUnreadCount(requestParameters: MessageApiSystemUserMsgUnreadCountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
|
|
386
387
|
}
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: 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 {
|
|
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
|
}
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: 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 {
|
|
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
|
}
|
|
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
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
|
|