@alicloud/green20220926 1.4.0 → 1.4.1
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/dist/client.d.ts +19 -1
- package/dist/client.js +106 -433
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +108 -428
package/dist/client.d.ts
CHANGED
|
@@ -411,6 +411,21 @@ export declare class GetCipStatsResponseBodyDataLabelStatChartImageTreeChar exte
|
|
|
411
411
|
[key: string]: any;
|
|
412
412
|
});
|
|
413
413
|
}
|
|
414
|
+
export declare class GetCipStatsResponseBodyDataLabelStatChartTextTreeChart extends $dara.Model {
|
|
415
|
+
description?: string;
|
|
416
|
+
name?: string;
|
|
417
|
+
value?: string;
|
|
418
|
+
static names(): {
|
|
419
|
+
[key: string]: string;
|
|
420
|
+
};
|
|
421
|
+
static types(): {
|
|
422
|
+
[key: string]: any;
|
|
423
|
+
};
|
|
424
|
+
validate(): void;
|
|
425
|
+
constructor(map?: {
|
|
426
|
+
[key: string]: any;
|
|
427
|
+
});
|
|
428
|
+
}
|
|
414
429
|
export declare class GetCipStatsResponseBodyDataLabelStatChartTreeChart extends $dara.Model {
|
|
415
430
|
description?: string;
|
|
416
431
|
/**
|
|
@@ -482,6 +497,7 @@ export declare class GetCipStatsResponseBodyDataLabelStatChart extends $dara.Mod
|
|
|
482
497
|
* nickNameDetection
|
|
483
498
|
*/
|
|
484
499
|
serviceCode?: string;
|
|
500
|
+
textTreeChart?: GetCipStatsResponseBodyDataLabelStatChartTextTreeChart[];
|
|
485
501
|
/**
|
|
486
502
|
* @example
|
|
487
503
|
* 117
|
|
@@ -541,7 +557,9 @@ export declare class GetCipStatsResponseBodyDataZ extends $dara.Model {
|
|
|
541
557
|
export declare class GetCipStatsResponseBodyData extends $dara.Model {
|
|
542
558
|
labelStatChart?: GetCipStatsResponseBodyDataLabelStatChart[];
|
|
543
559
|
totalStat?: {
|
|
544
|
-
[key: string]:
|
|
560
|
+
[key: string]: {
|
|
561
|
+
[key: string]: any;
|
|
562
|
+
};
|
|
545
563
|
};
|
|
546
564
|
uids?: string[];
|
|
547
565
|
x?: string[];
|