@cocos/cocos-cli-types 0.0.1-alpha.23.2 → 0.0.1-alpha.24.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/builder.d.ts +3 -7
- package/cli.d.ts +2 -0
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/builder.d.ts
CHANGED
|
@@ -4138,16 +4138,16 @@ export declare enum MinigamePlatform {
|
|
|
4138
4138
|
WECHAT = 0,
|
|
4139
4139
|
WECHAT_MINI_PROGRAM = 1,
|
|
4140
4140
|
BYTEDANCE = 3,
|
|
4141
|
-
XIAOMI = 4,
|
|
4142
4141
|
ALIPAY = 5,
|
|
4143
4142
|
TAOBAO = 6,
|
|
4144
4143
|
TAOBAO_MINIGAME = 7,
|
|
4145
4144
|
OPPO = 8,
|
|
4146
4145
|
VIVO = 9,
|
|
4147
4146
|
HUAWEI = 10,
|
|
4148
|
-
MIGU = 14,
|
|
4149
4147
|
HONOR = 15,
|
|
4150
4148
|
COCOS_RUNTIME = 16,
|
|
4149
|
+
SUD = 17,
|
|
4150
|
+
SUDV2 = 18,
|
|
4151
4151
|
}
|
|
4152
4152
|
|
|
4153
4153
|
export declare interface MinimalPluginContext {
|
|
@@ -5558,7 +5558,7 @@ export declare class StatsQuery {
|
|
|
5558
5558
|
*/
|
|
5559
5559
|
declare namespace StatsQuery {
|
|
5560
5560
|
namespace ConstantManager {
|
|
5561
|
-
type PlatformType = 'WEB_EDITOR' | 'WEB_MOBILE' | 'WEB_DESKTOP' | 'WECHAT' | 'WECHAT_MINI_PROGRAM' | 'BYTEDANCE' | '
|
|
5561
|
+
type PlatformType = 'WEB_EDITOR' | 'WEB_MOBILE' | 'WEB_DESKTOP' | 'WECHAT' | 'WECHAT_MINI_PROGRAM' | 'BYTEDANCE' | 'ALIPAY' | 'TAOBAO' | 'TAOBAO_MINIGAME' | 'OPPO' | 'VIVO' | 'HUAWEI' | 'HONOR' | 'COCOS_RUNTIME' | 'SUD' | 'SUDV2' | 'NATIVE_EDITOR' | 'ANDROID' | 'WINDOWS' | 'IOS' | 'MAC' | 'OHOS' | 'OPEN_HARMONY' | 'LINUX' | 'HTML5' | 'NATIVE' | 'NODEJS' | 'INVALID_PLATFORM';
|
|
5562
5562
|
type IPlatformConfig = { [key in PlatformType]: boolean };
|
|
5563
5563
|
interface IInternalFlagConfig {
|
|
5564
5564
|
SERVER_MODE: boolean;
|
|
@@ -5588,10 +5588,6 @@ declare namespace StatsQuery {
|
|
|
5588
5588
|
* An internal constant to indicate whether we're using ui skew module.
|
|
5589
5589
|
*/
|
|
5590
5590
|
USE_UI_SKEW: boolean;
|
|
5591
|
-
/**
|
|
5592
|
-
* An internal constant to indicate whether we're using sorting-2d module.
|
|
5593
|
-
*/
|
|
5594
|
-
USE_SORTING_2D: boolean;
|
|
5595
5591
|
}
|
|
5596
5592
|
interface IPublicFlagConfig {
|
|
5597
5593
|
DEBUG: boolean;
|
package/cli.d.ts
CHANGED
package/index.d.ts
CHANGED