@ikenxuan/amagi 6.0.0-alpha.2 → 6.0.0-beta.0
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/default/index.cjs +1 -1
- package/dist/default/index.d.ts +102 -6
- package/dist/default/index.mjs +1 -1
- package/package.json +1 -1
package/dist/default/index.cjs
CHANGED
package/dist/default/index.d.ts
CHANGED
|
@@ -7256,12 +7256,60 @@ type Label$2 = {
|
|
|
7256
7256
|
[property: string]: any;
|
|
7257
7257
|
};
|
|
7258
7258
|
type ModuleDynamic$2 = {
|
|
7259
|
-
additional:
|
|
7259
|
+
additional: Additional$2;
|
|
7260
7260
|
desc: null;
|
|
7261
7261
|
major: Major$6;
|
|
7262
7262
|
topic: Topic$4;
|
|
7263
7263
|
[property: string]: any;
|
|
7264
7264
|
};
|
|
7265
|
+
type Additional$2 = {
|
|
7266
|
+
type: string;
|
|
7267
|
+
reserve: Reserve$1;
|
|
7268
|
+
[property: string]: any;
|
|
7269
|
+
};
|
|
7270
|
+
type Reserve$1 = {
|
|
7271
|
+
button: Button$2;
|
|
7272
|
+
desc1: Desc1$1;
|
|
7273
|
+
desc2: Desc2$1;
|
|
7274
|
+
jump_url: string;
|
|
7275
|
+
reserve_total: number;
|
|
7276
|
+
rid: number;
|
|
7277
|
+
state: number;
|
|
7278
|
+
stype: number;
|
|
7279
|
+
title: string;
|
|
7280
|
+
up_mid: number;
|
|
7281
|
+
[property: string]: any;
|
|
7282
|
+
};
|
|
7283
|
+
type Button$2 = {
|
|
7284
|
+
check: Check$1;
|
|
7285
|
+
status: number;
|
|
7286
|
+
type: number;
|
|
7287
|
+
uncheck: Uncheck$1;
|
|
7288
|
+
[property: string]: any;
|
|
7289
|
+
};
|
|
7290
|
+
type Check$1 = {
|
|
7291
|
+
icon_url: string;
|
|
7292
|
+
text: string;
|
|
7293
|
+
[property: string]: any;
|
|
7294
|
+
};
|
|
7295
|
+
type Uncheck$1 = {
|
|
7296
|
+
disable: number;
|
|
7297
|
+
icon_url: string;
|
|
7298
|
+
text: string;
|
|
7299
|
+
toast: string;
|
|
7300
|
+
[property: string]: any;
|
|
7301
|
+
};
|
|
7302
|
+
type Desc1$1 = {
|
|
7303
|
+
style: number;
|
|
7304
|
+
text: string;
|
|
7305
|
+
[property: string]: any;
|
|
7306
|
+
};
|
|
7307
|
+
type Desc2$1 = {
|
|
7308
|
+
style: number;
|
|
7309
|
+
text: string;
|
|
7310
|
+
visible: boolean;
|
|
7311
|
+
[property: string]: any;
|
|
7312
|
+
};
|
|
7265
7313
|
type Major$6 = {
|
|
7266
7314
|
opus: Opus$3;
|
|
7267
7315
|
type: string;
|
|
@@ -9087,12 +9135,60 @@ type PurpleLabel = {
|
|
|
9087
9135
|
[property: string]: any;
|
|
9088
9136
|
};
|
|
9089
9137
|
type PurpleModuleDynamic = {
|
|
9090
|
-
additional:
|
|
9138
|
+
additional: Additional$1;
|
|
9091
9139
|
desc: Desc;
|
|
9092
9140
|
major: null;
|
|
9093
9141
|
topic: Topic;
|
|
9094
9142
|
[property: string]: any;
|
|
9095
9143
|
};
|
|
9144
|
+
type Additional$1 = {
|
|
9145
|
+
type: string;
|
|
9146
|
+
reserve: Reserve;
|
|
9147
|
+
[property: string]: any;
|
|
9148
|
+
};
|
|
9149
|
+
type Reserve = {
|
|
9150
|
+
button: Button$1;
|
|
9151
|
+
desc1: Desc1;
|
|
9152
|
+
desc2: Desc2;
|
|
9153
|
+
jump_url: string;
|
|
9154
|
+
reserve_total: number;
|
|
9155
|
+
rid: number;
|
|
9156
|
+
state: number;
|
|
9157
|
+
stype: number;
|
|
9158
|
+
title: string;
|
|
9159
|
+
up_mid: number;
|
|
9160
|
+
[property: string]: any;
|
|
9161
|
+
};
|
|
9162
|
+
type Button$1 = {
|
|
9163
|
+
check: Check;
|
|
9164
|
+
status: number;
|
|
9165
|
+
type: number;
|
|
9166
|
+
uncheck: Uncheck;
|
|
9167
|
+
[property: string]: any;
|
|
9168
|
+
};
|
|
9169
|
+
type Check = {
|
|
9170
|
+
icon_url: string;
|
|
9171
|
+
text: string;
|
|
9172
|
+
[property: string]: any;
|
|
9173
|
+
};
|
|
9174
|
+
type Uncheck = {
|
|
9175
|
+
disable: number;
|
|
9176
|
+
icon_url: string;
|
|
9177
|
+
text: string;
|
|
9178
|
+
toast: string;
|
|
9179
|
+
[property: string]: any;
|
|
9180
|
+
};
|
|
9181
|
+
type Desc1 = {
|
|
9182
|
+
style: number;
|
|
9183
|
+
text: string;
|
|
9184
|
+
[property: string]: any;
|
|
9185
|
+
};
|
|
9186
|
+
type Desc2 = {
|
|
9187
|
+
style: number;
|
|
9188
|
+
text: string;
|
|
9189
|
+
visible: boolean;
|
|
9190
|
+
[property: string]: any;
|
|
9191
|
+
};
|
|
9096
9192
|
type Desc = {
|
|
9097
9193
|
rich_text_nodes: DescRichTextNode[];
|
|
9098
9194
|
text: string;
|
|
@@ -23038,7 +23134,7 @@ declare const createAmagiClient: (options?: Options) => {
|
|
|
23038
23134
|
getDanmaku: (..._args: any[]) => never;
|
|
23039
23135
|
invoke: (..._args: any[]) => never;
|
|
23040
23136
|
};
|
|
23041
|
-
/**
|
|
23137
|
+
/** fetcher */
|
|
23042
23138
|
fetcher: IBoundDouyinFetcher;
|
|
23043
23139
|
sign: typeof douyinSign;
|
|
23044
23140
|
douyinApiUrls: typeof douyinApiUrls;
|
|
@@ -23074,7 +23170,7 @@ declare const createAmagiClient: (options?: Options) => {
|
|
|
23074
23170
|
validateCaptcha: (..._args: any[]) => never;
|
|
23075
23171
|
getDanmaku: (..._args: any[]) => never;
|
|
23076
23172
|
};
|
|
23077
|
-
/**
|
|
23173
|
+
/** fetcher */
|
|
23078
23174
|
fetcher: IBoundBilibiliFetcher;
|
|
23079
23175
|
sign: {
|
|
23080
23176
|
wbi_sign: typeof wbi_sign;
|
|
@@ -23093,7 +23189,7 @@ declare const createAmagiClient: (options?: Options) => {
|
|
|
23093
23189
|
getComments: (..._args: any[]) => never;
|
|
23094
23190
|
getEmojiList: (..._args: any[]) => never;
|
|
23095
23191
|
};
|
|
23096
|
-
/**
|
|
23192
|
+
/** fetcher */
|
|
23097
23193
|
fetcher: IBoundKuaishouFetcher;
|
|
23098
23194
|
kuaishouApiUrls: typeof kuaishouApiUrls;
|
|
23099
23195
|
};
|
|
@@ -23108,7 +23204,7 @@ declare const createAmagiClient: (options?: Options) => {
|
|
|
23108
23204
|
getSearchNotes: (..._args: any[]) => never;
|
|
23109
23205
|
getEmojiList: (..._args: any[]) => never;
|
|
23110
23206
|
};
|
|
23111
|
-
/**
|
|
23207
|
+
/** fetcher */
|
|
23112
23208
|
fetcher: IBoundXiaohongshuFetcher;
|
|
23113
23209
|
sign: typeof xiaohongshuSign;
|
|
23114
23210
|
xiaohongshuApiUrls: typeof xiaohongshuApiUrls;
|
package/dist/default/index.mjs
CHANGED