@rlvt/contents-openapi-client 1.0.591 → 1.0.592
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 +6 -0
- package/build/definitions.d.ts +6 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1078,6 +1078,12 @@ export default class {
|
|
|
1078
1078
|
type: "dependency";
|
|
1079
1079
|
value: string;
|
|
1080
1080
|
})[];
|
|
1081
|
+
borderRadius?: {
|
|
1082
|
+
topLeft?: number | undefined;
|
|
1083
|
+
topRight?: number | undefined;
|
|
1084
|
+
bottomLeft?: number | undefined;
|
|
1085
|
+
bottomRight?: number | undefined;
|
|
1086
|
+
} | undefined;
|
|
1081
1087
|
};
|
|
1082
1088
|
type: "image";
|
|
1083
1089
|
name?: string | undefined;
|
package/build/definitions.d.ts
CHANGED
|
@@ -886,6 +886,12 @@ export declare type InternalResponse_template_Intersection_pages_Array_Intersect
|
|
|
886
886
|
type: "dependency";
|
|
887
887
|
value: string;
|
|
888
888
|
})[];
|
|
889
|
+
borderRadius?: {
|
|
890
|
+
topLeft?: number;
|
|
891
|
+
topRight?: number;
|
|
892
|
+
bottomLeft?: number;
|
|
893
|
+
bottomRight?: number;
|
|
894
|
+
};
|
|
889
895
|
};
|
|
890
896
|
}) | ({
|
|
891
897
|
name?: string;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMnpEcEIsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QjtBQWtORCxJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUIifQ==
|
package/package.json
CHANGED