@dcl/schemas 5.6.0 → 5.6.1-20220805144413.commit-e065095
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.
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { JSONSchema, ValidateFunction } from '../../../validation';
|
|
2
2
|
export declare enum EmoteCategory {
|
|
3
|
-
|
|
3
|
+
DANCE = "dance",
|
|
4
|
+
STUNT = "stunt",
|
|
5
|
+
GREETINGS = "greetings",
|
|
6
|
+
FUN = "fun",
|
|
7
|
+
POSES = "poses",
|
|
8
|
+
REACTIONS = "reactions",
|
|
9
|
+
HORROR = "horror",
|
|
10
|
+
MISCELLANEOUS = "miscellaneous"
|
|
4
11
|
}
|
|
5
12
|
export declare namespace EmoteCategory {
|
|
6
13
|
const schema: JSONSchema<EmoteCategory>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emote-category.d.ts","sourceRoot":"","sources":["../../../../src/platform/item/emote/emote-category.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,gBAAgB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,oBAAY,aAAa;IACvB,MAAM,WAAW;
|
|
1
|
+
{"version":3,"file":"emote-category.d.ts","sourceRoot":"","sources":["../../../../src/platform/item/emote/emote-category.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,gBAAgB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,oBAAY,aAAa;IACvB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,aAAa,kBAAkB;CAChC;AAED,yBAAiB,aAAa,CAAC;IACtB,MAAM,MAAM,EAAE,UAAU,CAAC,aAAa,CAG5C,CAAA;IAEM,MAAM,QAAQ,EAAE,gBAAgB,CAAC,aAAa,CACtB,CAAA;CAChC"}
|
|
@@ -4,7 +4,14 @@ exports.EmoteCategory = void 0;
|
|
|
4
4
|
const validation_1 = require("../../../validation");
|
|
5
5
|
var EmoteCategory;
|
|
6
6
|
(function (EmoteCategory) {
|
|
7
|
-
EmoteCategory["
|
|
7
|
+
EmoteCategory["DANCE"] = "dance";
|
|
8
|
+
EmoteCategory["STUNT"] = "stunt";
|
|
9
|
+
EmoteCategory["GREETINGS"] = "greetings";
|
|
10
|
+
EmoteCategory["FUN"] = "fun";
|
|
11
|
+
EmoteCategory["POSES"] = "poses";
|
|
12
|
+
EmoteCategory["REACTIONS"] = "reactions";
|
|
13
|
+
EmoteCategory["HORROR"] = "horror";
|
|
14
|
+
EmoteCategory["MISCELLANEOUS"] = "miscellaneous";
|
|
8
15
|
})(EmoteCategory = exports.EmoteCategory || (exports.EmoteCategory = {}));
|
|
9
16
|
(function (EmoteCategory) {
|
|
10
17
|
EmoteCategory.schema = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emote-category.js","sourceRoot":"","sources":["../../../../src/platform/item/emote/emote-category.ts"],"names":[],"mappings":";;;AAAA,oDAI4B;AAE5B,IAAY,
|
|
1
|
+
{"version":3,"file":"emote-category.js","sourceRoot":"","sources":["../../../../src/platform/item/emote/emote-category.ts"],"names":[],"mappings":";;;AAAA,oDAI4B;AAE5B,IAAY,aASX;AATD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,wCAAuB,CAAA;IACvB,4BAAW,CAAA;IACX,gCAAe,CAAA;IACf,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;IACjB,gDAA+B,CAAA;AACjC,CAAC,EATW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QASxB;AAED,WAAiB,aAAa;IACf,oBAAM,GAA8B;QAC/C,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;KACnC,CAAA;IAEY,sBAAQ,GACnB,IAAA,kCAAqB,EAAC,cAAA,MAAM,CAAC,CAAA;AACjC,CAAC,EARgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAQ7B"}
|
package/dist/schemas.d.ts
CHANGED
|
@@ -476,7 +476,14 @@ declare type EmoteADR74 = BaseItem & (StandardProps | ThirdPartyProps) & {
|
|
|
476
476
|
};
|
|
477
477
|
|
|
478
478
|
export declare enum EmoteCategory {
|
|
479
|
-
|
|
479
|
+
DANCE = "dance",
|
|
480
|
+
STUNT = "stunt",
|
|
481
|
+
GREETINGS = "greetings",
|
|
482
|
+
FUN = "fun",
|
|
483
|
+
POSES = "poses",
|
|
484
|
+
REACTIONS = "reactions",
|
|
485
|
+
HORROR = "horror",
|
|
486
|
+
MISCELLANEOUS = "miscellaneous"
|
|
480
487
|
}
|
|
481
488
|
|
|
482
489
|
export declare namespace EmoteCategory {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.6.
|
|
2
|
+
"version": "5.6.1-20220805144413.commit-e065095",
|
|
3
3
|
"name": "@dcl/schemas",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"typings": "./dist/index.d.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"files": [
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
|
-
"commit": "
|
|
35
|
+
"commit": "e06509587548679415e77ce72feea53b830fac84"
|
|
36
36
|
}
|