@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.
- package/build/definitions.d.ts +10 -0
- package/package.json +1 -1
package/build/definitions.d.ts
CHANGED
|
@@ -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