@rlvt/contents-openapi-client 1.0.594 → 1.0.596
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/build/api.d.ts +9 -2
- package/build/definitions.d.ts +7 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -949,6 +949,13 @@ export default class {
|
|
|
949
949
|
type: "dependency";
|
|
950
950
|
value: string;
|
|
951
951
|
};
|
|
952
|
+
locale?: {
|
|
953
|
+
type: "static";
|
|
954
|
+
value: string;
|
|
955
|
+
} | {
|
|
956
|
+
type: "dependency";
|
|
957
|
+
value: string;
|
|
958
|
+
} | undefined;
|
|
952
959
|
spacing?: number | undefined;
|
|
953
960
|
};
|
|
954
961
|
type: "countdown";
|
|
@@ -1377,8 +1384,8 @@ export default class {
|
|
|
1377
1384
|
type: "truncate";
|
|
1378
1385
|
} | {
|
|
1379
1386
|
options: {
|
|
1380
|
-
currency: string;
|
|
1381
1387
|
locale?: string | undefined;
|
|
1388
|
+
currency: string;
|
|
1382
1389
|
minDecimal?: number | undefined;
|
|
1383
1390
|
maxDecimal?: number | undefined;
|
|
1384
1391
|
};
|
|
@@ -1798,8 +1805,8 @@ export default class {
|
|
|
1798
1805
|
} | {
|
|
1799
1806
|
options: {
|
|
1800
1807
|
unit?: string | undefined;
|
|
1801
|
-
style: "decimal" | "unit" | "percent";
|
|
1802
1808
|
locale?: string | undefined;
|
|
1809
|
+
style: "decimal" | "unit" | "percent";
|
|
1803
1810
|
minDecimal?: number | undefined;
|
|
1804
1811
|
maxDecimal?: number | undefined;
|
|
1805
1812
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -334,6 +334,13 @@ export declare type InternalResponse_template_Intersection_pages_Array_Intersect
|
|
|
334
334
|
type: "dependency";
|
|
335
335
|
value: string;
|
|
336
336
|
};
|
|
337
|
+
locale?: {
|
|
338
|
+
type: "static";
|
|
339
|
+
value: string;
|
|
340
|
+
} | {
|
|
341
|
+
type: "dependency";
|
|
342
|
+
value: string;
|
|
343
|
+
};
|
|
337
344
|
texts: {
|
|
338
345
|
days: {
|
|
339
346
|
enabled: boolean;
|
package/build/definitions.js
CHANGED
|
@@ -16,4 +16,4 @@ var ContentVersionState;
|
|
|
16
16
|
ContentVersionState["LIVE"] = "live";
|
|
17
17
|
ContentVersionState["INACTIVE"] = "inactive";
|
|
18
18
|
})(ContentVersionState = exports.ContentVersionState || (exports.ContentVersionState = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBazBEcEIsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QjtBQWtORCxJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUIifQ==
|
package/package.json
CHANGED