@rlvt/statistics-openapi-client 1.0.15 → 1.0.17

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.
@@ -223,6 +223,16 @@ export declare type InternalResponse_Array_SerializedAnalyticsTagSettings = {
223
223
  message: string;
224
224
  data: SerializedAnalyticsTagSettings[];
225
225
  };
226
+ export declare type InternalResponse_ = {
227
+ program: string;
228
+ version: string;
229
+ datetime: string;
230
+ status: string;
231
+ code?: number;
232
+ message: string;
233
+ data: {};
234
+ };
235
+ export declare type StatisticsErrorCode = 9000 | 9001 | 9002 | 9003 | 9004 | 9006;
226
236
  export declare type InternalResponse_SerializedAnalyticsTagSettings = {
227
237
  program: string;
228
238
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/statistics-openapi-client",
3
- "version": "1.0.15+81fabc5",
3
+ "version": "1.0.17+018ebb6",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",