@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.
Files changed (31) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/notificationsController.service.d.ts +77 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +221 -1
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/api.js +4 -2
  9. package/esm2015/api/notificationsController.service.js +187 -0
  10. package/esm2015/api.module.js +3 -1
  11. package/esm2015/model/apiResponseObjectResponseMessage.js +1 -0
  12. package/esm2015/model/models.js +2 -1
  13. package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
  14. package/esm2015/model/notificationResponse.js +19 -0
  15. package/esm5/api/api.js +4 -2
  16. package/esm5/api/notificationsController.service.js +207 -0
  17. package/esm5/api.module.js +3 -1
  18. package/esm5/model/apiResponseObjectResponseMessage.js +1 -0
  19. package/esm5/model/models.js +2 -1
  20. package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
  21. package/esm5/model/notificationResponse.js +19 -0
  22. package/fesm2015/revxui-api-clients-ts.js +201 -2
  23. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  24. package/fesm5/revxui-api-clients-ts.js +221 -2
  25. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  26. package/model/apiResponseObjectResponseMessage.d.ts +17 -0
  27. package/model/models.d.ts +3 -0
  28. package/model/notificationListResponseNotificationResponse.d.ts +17 -0
  29. package/model/notificationResponse.d.ts +31 -0
  30. package/package.json +1 -1
  31. 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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.179",
3
+ "version": "0.10.180",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [