@dcl/schemas 5.16.0 → 5.17.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/dapps/preview/emote-definition.d.ts +2 -8
- package/dist/dapps/preview/emote-definition.d.ts.map +1 -1
- package/dist/dapps/preview/emote-representation-definition.d.ts +9 -0
- package/dist/dapps/preview/emote-representation-definition.d.ts.map +1 -0
- package/dist/dapps/preview/{representation-definition.js → emote-representation-definition.js} +1 -1
- package/dist/dapps/preview/emote-representation-definition.js.map +1 -0
- package/dist/dapps/preview/emote-representation-with-blobs.d.ts +9 -0
- package/dist/dapps/preview/emote-representation-with-blobs.d.ts.map +1 -0
- package/dist/dapps/preview/emote-representation-with-blobs.js +3 -0
- package/dist/dapps/preview/emote-representation-with-blobs.js.map +1 -0
- package/dist/dapps/preview/emote-with-blobs.d.ts +9 -0
- package/dist/dapps/preview/emote-with-blobs.d.ts.map +1 -0
- package/dist/dapps/preview/{representation-with-blobs.js → emote-with-blobs.js} +1 -1
- package/dist/dapps/preview/emote-with-blobs.js.map +1 -0
- package/dist/dapps/preview/index.d.ts +5 -2
- package/dist/dapps/preview/index.d.ts.map +1 -1
- package/dist/dapps/preview/index.js +5 -2
- package/dist/dapps/preview/index.js.map +1 -1
- package/dist/dapps/preview/wearable-definition.d.ts +2 -2
- package/dist/dapps/preview/wearable-definition.d.ts.map +1 -1
- package/dist/dapps/preview/wearable-representation-definition.d.ts +9 -0
- package/dist/dapps/preview/wearable-representation-definition.d.ts.map +1 -0
- package/dist/dapps/preview/wearable-representation-definition.js +3 -0
- package/dist/dapps/preview/wearable-representation-definition.js.map +1 -0
- package/dist/dapps/preview/wearable-representation-with-blobs.d.ts +9 -0
- package/dist/dapps/preview/wearable-representation-with-blobs.d.ts.map +1 -0
- package/dist/dapps/preview/wearable-representation-with-blobs.js +3 -0
- package/dist/dapps/preview/wearable-representation-with-blobs.js.map +1 -0
- package/dist/dapps/preview/wearable-with-blobs.d.ts +2 -2
- package/dist/dapps/preview/wearable-with-blobs.d.ts.map +1 -1
- package/dist/schemas.d.ts +33 -18
- package/package.json +2 -2
- package/dist/dapps/preview/representation-definition.d.ts +0 -9
- package/dist/dapps/preview/representation-definition.d.ts.map +0 -1
- package/dist/dapps/preview/representation-definition.js.map +0 -1
- package/dist/dapps/preview/representation-with-blobs.d.ts +0 -9
- package/dist/dapps/preview/representation-with-blobs.d.ts.map +0 -1
- package/dist/dapps/preview/representation-with-blobs.js.map +0 -1
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { Emote
|
|
2
|
-
|
|
3
|
-
export declare type EmoteRepresentationDefinition = Omit<EmoteRepresentationADR74, 'contents'> & {
|
|
4
|
-
contents: {
|
|
5
|
-
key: string;
|
|
6
|
-
url: string;
|
|
7
|
-
}[];
|
|
8
|
-
};
|
|
1
|
+
import { Emote } from '../../platform';
|
|
2
|
+
import { EmoteRepresentationDefinition } from './emote-representation-definition';
|
|
9
3
|
export declare type EmoteDefinition = Omit<Emote, 'emoteDataADR74'> & {
|
|
10
4
|
emoteDataADR74: Omit<Emote['emoteDataADR74'], 'representations'> & {
|
|
11
5
|
representations: EmoteRepresentationDefinition[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emote-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"emote-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAA;AAEjF,oBAAY,eAAe,GAAG,IAAI,CAAC,KAAK,EAAE,gBAAgB,CAAC,GAAG;IAC5D,cAAc,EAAE,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC,GAAG;QACjE,eAAe,EAAE,6BAA6B,EAAE,CAAA;KACjD,CAAA;CACF,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EmoteRepresentationADR74 } from '../../platform';
|
|
2
|
+
/** @alpha */
|
|
3
|
+
export declare type EmoteRepresentationDefinition = Omit<EmoteRepresentationADR74, 'contents'> & {
|
|
4
|
+
contents: {
|
|
5
|
+
key: string;
|
|
6
|
+
url: string;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=emote-representation-definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emote-representation-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-representation-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,aAAa;AACb,oBAAY,6BAA6B,GAAG,IAAI,CAC9C,wBAAwB,EACxB,UAAU,CACX,GAAG;IACF,QAAQ,EAAE;QACR,GAAG,EAAE,MAAM,CAAA;QACX,GAAG,EAAE,MAAM,CAAA;KACZ,EAAE,CAAA;CACJ,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emote-representation-definition.js","sourceRoot":"","sources":["../../../src/dapps/preview/emote-representation-definition.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EmoteRepresentationDefinition } from './emote-representation-definition';
|
|
2
|
+
/** @alpha */
|
|
3
|
+
export declare type EmoteRepresentationWithBlobs = Omit<EmoteRepresentationDefinition, 'contents'> & {
|
|
4
|
+
contents: {
|
|
5
|
+
key: string;
|
|
6
|
+
blob: any;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=emote-representation-with-blobs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emote-representation-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-representation-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAA;AAEjF,aAAa;AACb,oBAAY,4BAA4B,GAAG,IAAI,CAC7C,6BAA6B,EAC7B,UAAU,CACX,GAAG;IAAE,QAAQ,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,GAAG,CAAA;KAAE,EAAE,CAAA;CAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emote-representation-with-blobs.js","sourceRoot":"","sources":["../../../src/dapps/preview/emote-representation-with-blobs.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EmoteDefinition } from './emote-definition';
|
|
2
|
+
import { EmoteRepresentationWithBlobs } from './emote-representation-with-blobs';
|
|
3
|
+
/** @alpha */
|
|
4
|
+
export declare type EmoteWithBlobs = Omit<EmoteDefinition, 'emoteDataADR74'> & {
|
|
5
|
+
data: Omit<EmoteDefinition['emoteDataADR74'], 'representations'> & {
|
|
6
|
+
representations: EmoteRepresentationWithBlobs[];
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=emote-with-blobs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emote-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/emote-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAEhF,aAAa;AACb,oBAAY,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,gBAAgB,CAAC,GAAG;IACrE,IAAI,EAAE,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC,GAAG;QACjE,eAAe,EAAE,4BAA4B,EAAE,CAAA;KAChD,CAAA;CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emote-with-blobs.js","sourceRoot":"","sources":["../../../src/dapps/preview/emote-with-blobs.ts"],"names":[],"mappings":""}
|
|
@@ -7,9 +7,12 @@ export * from './preview-message';
|
|
|
7
7
|
export * from './preview-options';
|
|
8
8
|
export * from './preview-projection';
|
|
9
9
|
export * from './preview-type';
|
|
10
|
-
export * from './representation-definition';
|
|
11
|
-
export * from './representation-with-blobs';
|
|
10
|
+
export * from './wearable-representation-definition';
|
|
11
|
+
export * from './wearable-representation-with-blobs';
|
|
12
12
|
export * from './wearable-definition';
|
|
13
13
|
export * from './wearable-with-blobs';
|
|
14
|
+
export * from './emote-representation-definition';
|
|
15
|
+
export * from './emote-representation-with-blobs';
|
|
14
16
|
export * from './emote-definition';
|
|
17
|
+
export * from './emote-with-blobs';
|
|
15
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sCAAsC,CAAA;AACpD,cAAc,sCAAsC,CAAA;AACpD,cAAc,uBAAuB,CAAA;AACrC,cAAc,uBAAuB,CAAA;AACrC,cAAc,mCAAmC,CAAA;AACjD,cAAc,mCAAmC,CAAA;AACjD,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA"}
|
|
@@ -23,9 +23,12 @@ __exportStar(require("./preview-message"), exports);
|
|
|
23
23
|
__exportStar(require("./preview-options"), exports);
|
|
24
24
|
__exportStar(require("./preview-projection"), exports);
|
|
25
25
|
__exportStar(require("./preview-type"), exports);
|
|
26
|
-
__exportStar(require("./representation-definition"), exports);
|
|
27
|
-
__exportStar(require("./representation-with-blobs"), exports);
|
|
26
|
+
__exportStar(require("./wearable-representation-definition"), exports);
|
|
27
|
+
__exportStar(require("./wearable-representation-with-blobs"), exports);
|
|
28
28
|
__exportStar(require("./wearable-definition"), exports);
|
|
29
29
|
__exportStar(require("./wearable-with-blobs"), exports);
|
|
30
|
+
__exportStar(require("./emote-representation-definition"), exports);
|
|
31
|
+
__exportStar(require("./emote-representation-with-blobs"), exports);
|
|
30
32
|
__exportStar(require("./emote-definition"), exports);
|
|
33
|
+
__exportStar(require("./emote-with-blobs"), exports);
|
|
31
34
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dapps/preview/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC;AAChC,mDAAgC;AAChC,uDAAoC;AACpC,6DAA0C;AAC1C,kDAA+B;AAC/B,oDAAiC;AACjC,oDAAiC;AACjC,uDAAoC;AACpC,iDAA8B;AAC9B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dapps/preview/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC;AAChC,mDAAgC;AAChC,uDAAoC;AACpC,6DAA0C;AAC1C,kDAA+B;AAC/B,oDAAiC;AACjC,oDAAiC;AACjC,uDAAoC;AACpC,iDAA8B;AAC9B,uEAAoD;AACpD,uEAAoD;AACpD,wDAAqC;AACrC,wDAAqC;AACrC,oEAAiD;AACjD,oEAAiD;AACjD,qDAAkC;AAClC,qDAAkC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Wearable } from '../../platform/item/wearable';
|
|
2
|
-
import {
|
|
2
|
+
import { WearableRepresentationDefinition } from './wearable-representation-definition';
|
|
3
3
|
/** @alpha */
|
|
4
4
|
export declare type WearableDefinition = Omit<Wearable, 'data'> & {
|
|
5
5
|
data: Omit<Wearable['data'], 'representations'> & {
|
|
6
|
-
representations:
|
|
6
|
+
representations: WearableRepresentationDefinition[];
|
|
7
7
|
};
|
|
8
8
|
emoteDataV0?: {
|
|
9
9
|
loop: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wearable-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAA;AACvD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"wearable-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAA;AACvD,OAAO,EAAE,gCAAgC,EAAE,MAAM,sCAAsC,CAAA;AAEvF,aAAa;AACb,oBAAY,kBAAkB,GAAG,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,GAAG;IACxD,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,iBAAiB,CAAC,GAAG;QAChD,eAAe,EAAE,gCAAgC,EAAE,CAAA;KACpD,CAAA;IACD,WAAW,CAAC,EAAE;QACZ,IAAI,EAAE,OAAO,CAAA;KACd,CAAA;CACF,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { WearableRepresentation } from '../../platform/item/wearable';
|
|
2
|
+
/** @alpha */
|
|
3
|
+
export declare type WearableRepresentationDefinition = Omit<WearableRepresentation, 'contents'> & {
|
|
4
|
+
contents: {
|
|
5
|
+
key: string;
|
|
6
|
+
url: string;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=wearable-representation-definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wearable-representation-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-representation-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAErE,aAAa;AACb,oBAAY,gCAAgC,GAAG,IAAI,CACjD,sBAAsB,EACtB,UAAU,CACX,GAAG;IAAE,QAAQ,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wearable-representation-definition.js","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-representation-definition.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { WearableRepresentationDefinition } from './wearable-representation-definition';
|
|
2
|
+
/** @alpha */
|
|
3
|
+
export declare type WearableRepresentationWithBlobs = Omit<WearableRepresentationDefinition, 'contents'> & {
|
|
4
|
+
contents: {
|
|
5
|
+
key: string;
|
|
6
|
+
blob: any;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=wearable-representation-with-blobs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wearable-representation-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-representation-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,sCAAsC,CAAA;AAEvF,aAAa;AACb,oBAAY,+BAA+B,GAAG,IAAI,CAChD,gCAAgC,EAChC,UAAU,CACX,GAAG;IAAE,QAAQ,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,GAAG,CAAA;KAAE,EAAE,CAAA;CAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wearable-representation-with-blobs.js","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-representation-with-blobs.ts"],"names":[],"mappings":""}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WearableRepresentationWithBlobs } from './wearable-representation-with-blobs';
|
|
2
2
|
import { WearableDefinition } from './wearable-definition';
|
|
3
3
|
/** @alpha */
|
|
4
4
|
export declare type WearableWithBlobs = Omit<WearableDefinition, 'data'> & {
|
|
5
5
|
data: Omit<WearableDefinition['data'], 'representations'> & {
|
|
6
|
-
representations:
|
|
6
|
+
representations: WearableRepresentationWithBlobs[];
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=wearable-with-blobs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wearable-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"wearable-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/wearable-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAA;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAE1D,aAAa;AACb,oBAAY,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAAG;IACjE,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,iBAAiB,CAAC,GAAG;QAC1D,eAAe,EAAE,+BAA+B,EAAE,CAAA;KACnD,CAAA;CACF,CAAA"}
|
package/dist/schemas.d.ts
CHANGED
|
@@ -500,6 +500,21 @@ export declare type EmoteRepresentationDefinition = Omit<EmoteRepresentationADR7
|
|
|
500
500
|
}[];
|
|
501
501
|
};
|
|
502
502
|
|
|
503
|
+
/** @alpha */
|
|
504
|
+
export declare type EmoteRepresentationWithBlobs = Omit<EmoteRepresentationDefinition, 'contents'> & {
|
|
505
|
+
contents: {
|
|
506
|
+
key: string;
|
|
507
|
+
blob: any;
|
|
508
|
+
}[];
|
|
509
|
+
};
|
|
510
|
+
|
|
511
|
+
/** @alpha */
|
|
512
|
+
export declare type EmoteWithBlobs = Omit<EmoteDefinition, 'emoteDataADR74'> & {
|
|
513
|
+
data: Omit<EmoteDefinition['emoteDataADR74'], 'representations'> & {
|
|
514
|
+
representations: EmoteRepresentationWithBlobs[];
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
|
|
503
518
|
/**
|
|
504
519
|
* Internal representation of an entity in the catalyst.
|
|
505
520
|
*
|
|
@@ -1458,22 +1473,6 @@ export declare enum RentalStatus {
|
|
|
1458
1473
|
EXECUTED = "executed"
|
|
1459
1474
|
}
|
|
1460
1475
|
|
|
1461
|
-
/** @alpha */
|
|
1462
|
-
export declare type RepresentationDefinition = Omit<WearableRepresentation, 'contents'> & {
|
|
1463
|
-
contents: {
|
|
1464
|
-
key: string;
|
|
1465
|
-
url: string;
|
|
1466
|
-
}[];
|
|
1467
|
-
};
|
|
1468
|
-
|
|
1469
|
-
/** @alpha */
|
|
1470
|
-
export declare type RepresentationWithBlobs = Omit<RepresentationDefinition, 'contents'> & {
|
|
1471
|
-
contents: {
|
|
1472
|
-
key: string;
|
|
1473
|
-
blob: any;
|
|
1474
|
-
}[];
|
|
1475
|
-
};
|
|
1476
|
-
|
|
1477
1476
|
export declare type Sale = {
|
|
1478
1477
|
id: string;
|
|
1479
1478
|
type: SaleType;
|
|
@@ -1797,7 +1796,7 @@ export declare namespace WearableCategory {
|
|
|
1797
1796
|
/** @alpha */
|
|
1798
1797
|
export declare type WearableDefinition = Omit<Wearable, 'data'> & {
|
|
1799
1798
|
data: Omit<Wearable['data'], 'representations'> & {
|
|
1800
|
-
representations:
|
|
1799
|
+
representations: WearableRepresentationDefinition[];
|
|
1801
1800
|
};
|
|
1802
1801
|
emoteDataV0?: {
|
|
1803
1802
|
loop: boolean;
|
|
@@ -1849,10 +1848,26 @@ export declare namespace WearableRepresentation {
|
|
|
1849
1848
|
const validate: ValidateFunction<WearableRepresentation>;
|
|
1850
1849
|
}
|
|
1851
1850
|
|
|
1851
|
+
/** @alpha */
|
|
1852
|
+
export declare type WearableRepresentationDefinition = Omit<WearableRepresentation, 'contents'> & {
|
|
1853
|
+
contents: {
|
|
1854
|
+
key: string;
|
|
1855
|
+
url: string;
|
|
1856
|
+
}[];
|
|
1857
|
+
};
|
|
1858
|
+
|
|
1859
|
+
/** @alpha */
|
|
1860
|
+
export declare type WearableRepresentationWithBlobs = Omit<WearableRepresentationDefinition, 'contents'> & {
|
|
1861
|
+
contents: {
|
|
1862
|
+
key: string;
|
|
1863
|
+
blob: any;
|
|
1864
|
+
}[];
|
|
1865
|
+
};
|
|
1866
|
+
|
|
1852
1867
|
/** @alpha */
|
|
1853
1868
|
export declare type WearableWithBlobs = Omit<WearableDefinition, 'data'> & {
|
|
1854
1869
|
data: Omit<WearableDefinition['data'], 'representations'> & {
|
|
1855
|
-
representations:
|
|
1870
|
+
representations: WearableRepresentationWithBlobs[];
|
|
1856
1871
|
};
|
|
1857
1872
|
};
|
|
1858
1873
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.
|
|
2
|
+
"version": "5.17.0",
|
|
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": "ffb5fe558aaaebf2a8e5fbdf0b97b5cb728bc3f8"
|
|
36
36
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { WearableRepresentation } from '../../platform/item/wearable';
|
|
2
|
-
/** @alpha */
|
|
3
|
-
export declare type RepresentationDefinition = Omit<WearableRepresentation, 'contents'> & {
|
|
4
|
-
contents: {
|
|
5
|
-
key: string;
|
|
6
|
-
url: string;
|
|
7
|
-
}[];
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=representation-definition.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"representation-definition.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/representation-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAErE,aAAa;AACb,oBAAY,wBAAwB,GAAG,IAAI,CACzC,sBAAsB,EACtB,UAAU,CACX,GAAG;IAAE,QAAQ,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"representation-definition.js","sourceRoot":"","sources":["../../../src/dapps/preview/representation-definition.ts"],"names":[],"mappings":""}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { RepresentationDefinition } from './representation-definition';
|
|
2
|
-
/** @alpha */
|
|
3
|
-
export declare type RepresentationWithBlobs = Omit<RepresentationDefinition, 'contents'> & {
|
|
4
|
-
contents: {
|
|
5
|
-
key: string;
|
|
6
|
-
blob: any;
|
|
7
|
-
}[];
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=representation-with-blobs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"representation-with-blobs.d.ts","sourceRoot":"","sources":["../../../src/dapps/preview/representation-with-blobs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAA;AAEtE,aAAa;AACb,oBAAY,uBAAuB,GAAG,IAAI,CACxC,wBAAwB,EACxB,UAAU,CACX,GAAG;IAAE,QAAQ,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,GAAG,CAAA;KAAE,EAAE,CAAA;CAAE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"representation-with-blobs.js","sourceRoot":"","sources":["../../../src/dapps/preview/representation-with-blobs.ts"],"names":[],"mappings":""}
|