@uniformdev/assets 19.54.3-alpha.3 → 19.55.1-alpha.8
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/index.d.mts +41 -7
- package/dist/index.d.ts +41 -7
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -138,13 +138,47 @@ interface components {
|
|
|
138
138
|
_name?: string;
|
|
139
139
|
/** @description Name of the author of the most recent change. */
|
|
140
140
|
_author?: string;
|
|
141
|
-
title?:
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
141
|
+
title?: {
|
|
142
|
+
value: string;
|
|
143
|
+
/** @constant */
|
|
144
|
+
type: "text";
|
|
145
|
+
};
|
|
146
|
+
description?: {
|
|
147
|
+
value: string;
|
|
148
|
+
/** @constant */
|
|
149
|
+
type: "text";
|
|
150
|
+
};
|
|
151
|
+
file?: {
|
|
152
|
+
/** Format: uuid */
|
|
153
|
+
value: string;
|
|
154
|
+
/** @constant */
|
|
155
|
+
type: "file";
|
|
156
|
+
};
|
|
157
|
+
mediaType?: {
|
|
158
|
+
value: string;
|
|
159
|
+
/** @constant */
|
|
160
|
+
type: "text";
|
|
161
|
+
};
|
|
162
|
+
url?: {
|
|
163
|
+
value: string;
|
|
164
|
+
/** @constant */
|
|
165
|
+
type: "text";
|
|
166
|
+
};
|
|
167
|
+
size?: {
|
|
168
|
+
value: number;
|
|
169
|
+
/** @constant */
|
|
170
|
+
type: "number";
|
|
171
|
+
};
|
|
172
|
+
width?: {
|
|
173
|
+
value: number;
|
|
174
|
+
/** @constant */
|
|
175
|
+
type: "number";
|
|
176
|
+
};
|
|
177
|
+
height?: {
|
|
178
|
+
value: number;
|
|
179
|
+
/** @constant */
|
|
180
|
+
type: "number";
|
|
181
|
+
};
|
|
148
182
|
/** @description Asset field values. */
|
|
149
183
|
custom?: {
|
|
150
184
|
[key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
|
package/dist/index.d.ts
CHANGED
|
@@ -138,13 +138,47 @@ interface components {
|
|
|
138
138
|
_name?: string;
|
|
139
139
|
/** @description Name of the author of the most recent change. */
|
|
140
140
|
_author?: string;
|
|
141
|
-
title?:
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
141
|
+
title?: {
|
|
142
|
+
value: string;
|
|
143
|
+
/** @constant */
|
|
144
|
+
type: "text";
|
|
145
|
+
};
|
|
146
|
+
description?: {
|
|
147
|
+
value: string;
|
|
148
|
+
/** @constant */
|
|
149
|
+
type: "text";
|
|
150
|
+
};
|
|
151
|
+
file?: {
|
|
152
|
+
/** Format: uuid */
|
|
153
|
+
value: string;
|
|
154
|
+
/** @constant */
|
|
155
|
+
type: "file";
|
|
156
|
+
};
|
|
157
|
+
mediaType?: {
|
|
158
|
+
value: string;
|
|
159
|
+
/** @constant */
|
|
160
|
+
type: "text";
|
|
161
|
+
};
|
|
162
|
+
url?: {
|
|
163
|
+
value: string;
|
|
164
|
+
/** @constant */
|
|
165
|
+
type: "text";
|
|
166
|
+
};
|
|
167
|
+
size?: {
|
|
168
|
+
value: number;
|
|
169
|
+
/** @constant */
|
|
170
|
+
type: "number";
|
|
171
|
+
};
|
|
172
|
+
width?: {
|
|
173
|
+
value: number;
|
|
174
|
+
/** @constant */
|
|
175
|
+
type: "number";
|
|
176
|
+
};
|
|
177
|
+
height?: {
|
|
178
|
+
value: number;
|
|
179
|
+
/** @constant */
|
|
180
|
+
type: "number";
|
|
181
|
+
};
|
|
148
182
|
/** @description Asset field values. */
|
|
149
183
|
custom?: {
|
|
150
184
|
[key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.55.1-alpha.8+02b3f0ddb",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "19.
|
|
39
|
+
"@uniformdev/context": "19.55.1-alpha.8+02b3f0ddb"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "02b3f0ddb80a99d95d2f69cab42013682d763ca8"
|
|
42
42
|
}
|