@rlvt/statistics-openapi-client 1.0.30 → 1.0.31
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/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/definitions.d.ts
CHANGED
|
@@ -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