@rlvt/statistics-openapi-client 1.0.30 → 1.0.32

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.
@@ -311,7 +311,7 @@ export declare type InternalResponse_ = {
311
311
  message: string;
312
312
  data: {};
313
313
  };
314
- export declare type StatisticsErrorCode = 9000 | 9001 | 9002 | 9003 | 9004 | 9006 | 9007 | 9008 | 9009 | 9010 | 9011 | 9012 | 9013 | 9014 | 9015 | 9016;
314
+ export declare type StatisticsErrorCode = 9000 | 9001 | 9002 | 9003 | 9004 | 9006 | 9007 | 9008 | 9009 | 9010 | 9011 | 9012 | 9013 | 9014 | 9015 | 9016 | 9017;
315
315
  export declare type InternalResponse_Intersection_definition_TagDefinition_id_string_companyId_string_resourceGroupIds_Array_string_createdAt_Date_updatedAt_Date_Omit = {
316
316
  program: string;
317
317
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/statistics-openapi-client",
3
- "version": "1.0.30+a1cf759",
3
+ "version": "1.0.32+3890c2a",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",