@revxui/api-clients-ts 0.10.179 → 0.10.180
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/README.md +2 -2
- package/api/api.d.ts +3 -1
- package/api/notificationsController.service.d.ts +77 -0
- package/bundles/revxui-api-clients-ts.umd.js +221 -1
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/api.js +4 -2
- package/esm2015/api/notificationsController.service.js +187 -0
- package/esm2015/api.module.js +3 -1
- package/esm2015/model/apiResponseObjectResponseMessage.js +1 -0
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
- package/esm2015/model/notificationResponse.js +19 -0
- package/esm5/api/api.js +4 -2
- package/esm5/api/notificationsController.service.js +207 -0
- package/esm5/api.module.js +3 -1
- package/esm5/model/apiResponseObjectResponseMessage.js +1 -0
- package/esm5/model/models.js +2 -1
- package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
- package/esm5/model/notificationResponse.js +19 -0
- package/fesm2015/revxui-api-clients-ts.js +201 -2
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +221 -2
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectResponseMessage.d.ts +17 -0
- package/model/models.d.ts +3 -0
- package/model/notificationListResponseNotificationResponse.d.ts +17 -0
- package/model/notificationResponse.d.ts +31 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ResponseMessage } from './responseMessage';
|
|
13
|
+
export interface ApiResponseObjectResponseMessage {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: ResponseMessage;
|
|
17
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export * from './apiResponseObjectMetaRulesDto';
|
|
|
72
72
|
export * from './apiResponseObjectParentBasedObject';
|
|
73
73
|
export * from './apiResponseObjectPixel';
|
|
74
74
|
export * from './apiResponseObjectReportingResponse';
|
|
75
|
+
export * from './apiResponseObjectResponseMessage';
|
|
75
76
|
export * from './apiResponseObjectSiteListDTO';
|
|
76
77
|
export * from './apiResponseObjectSkadTargetPrivileges';
|
|
77
78
|
export * from './apiResponseObjectSlicexChartResponse';
|
|
@@ -174,6 +175,8 @@ export * from './metaRuleDto';
|
|
|
174
175
|
export * from './metaRulesDto';
|
|
175
176
|
export * from './modelError';
|
|
176
177
|
export * from './nativeAssetPojo';
|
|
178
|
+
export * from './notificationListResponseNotificationResponse';
|
|
179
|
+
export * from './notificationResponse';
|
|
177
180
|
export * from './parentBasedObject';
|
|
178
181
|
export * from './pixel';
|
|
179
182
|
export * from './pixelDataFileDTO';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { NotificationResponse } from './notificationResponse';
|
|
13
|
+
export interface NotificationListResponseNotificationResponse {
|
|
14
|
+
data?: Array<NotificationResponse>;
|
|
15
|
+
notResolvedCount?: number;
|
|
16
|
+
totalNoOfRecords?: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface NotificationResponse {
|
|
13
|
+
content?: string;
|
|
14
|
+
createdOn?: number;
|
|
15
|
+
entityId?: number;
|
|
16
|
+
entityName?: string;
|
|
17
|
+
entityType?: string;
|
|
18
|
+
icon?: string;
|
|
19
|
+
id?: number;
|
|
20
|
+
resolved?: boolean;
|
|
21
|
+
seen?: boolean;
|
|
22
|
+
title?: string;
|
|
23
|
+
type?: NotificationResponse.TypeEnum;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace NotificationResponse {
|
|
26
|
+
type TypeEnum = 'STATIC' | 'ACTIONABLE';
|
|
27
|
+
const TypeEnum: {
|
|
28
|
+
STATIC: TypeEnum;
|
|
29
|
+
ACTIONABLE: TypeEnum;
|
|
30
|
+
};
|
|
31
|
+
}
|