@rlvt/contents-openapi-client 1.0.50 → 1.0.54
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 -6
- package/build/definitions.d.ts +9 -9
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -284,7 +284,7 @@ export default class {
|
|
|
284
284
|
type: "static";
|
|
285
285
|
value: string | number;
|
|
286
286
|
};
|
|
287
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
287
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
288
288
|
}[];
|
|
289
289
|
} | {
|
|
290
290
|
id: string;
|
|
@@ -438,7 +438,7 @@ export default class {
|
|
|
438
438
|
type: "static";
|
|
439
439
|
value: string | number;
|
|
440
440
|
};
|
|
441
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
441
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
442
442
|
}[];
|
|
443
443
|
} | {
|
|
444
444
|
id: string;
|
|
@@ -591,7 +591,7 @@ export default class {
|
|
|
591
591
|
type: "static";
|
|
592
592
|
value: string | number;
|
|
593
593
|
};
|
|
594
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
594
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
595
595
|
}[];
|
|
596
596
|
} | {
|
|
597
597
|
id: string;
|
|
@@ -709,7 +709,7 @@ export default class {
|
|
|
709
709
|
type: "static";
|
|
710
710
|
value: string | number;
|
|
711
711
|
};
|
|
712
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
712
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
713
713
|
}[];
|
|
714
714
|
} | {
|
|
715
715
|
id: string;
|
|
@@ -846,7 +846,7 @@ export default class {
|
|
|
846
846
|
type: "static";
|
|
847
847
|
value: string | number;
|
|
848
848
|
};
|
|
849
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
849
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
850
850
|
}[];
|
|
851
851
|
} | {
|
|
852
852
|
id: string;
|
|
@@ -1010,7 +1010,7 @@ export default class {
|
|
|
1010
1010
|
type: "static";
|
|
1011
1011
|
value: string | number;
|
|
1012
1012
|
};
|
|
1013
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
1013
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1014
1014
|
}[];
|
|
1015
1015
|
} | {
|
|
1016
1016
|
id: string;
|
package/build/definitions.d.ts
CHANGED
|
@@ -115,25 +115,25 @@ export declare type _type_static_value_string_or_number__ = {
|
|
|
115
115
|
type: "static";
|
|
116
116
|
value: string | number;
|
|
117
117
|
};
|
|
118
|
-
export declare type
|
|
118
|
+
export declare type _field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string____ = {
|
|
119
119
|
field: _type_static_value_string_or_number__ | _type_dependency_value_string__;
|
|
120
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne";
|
|
120
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
121
121
|
value: _type_static_value_string_or_number__ | _type_dependency_value_string__;
|
|
122
122
|
};
|
|
123
|
-
export declare type
|
|
123
|
+
export declare type _id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array__ = {
|
|
124
124
|
id: string;
|
|
125
125
|
type: "and" | "or";
|
|
126
|
-
rules:
|
|
126
|
+
rules: _field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string____[];
|
|
127
127
|
};
|
|
128
128
|
export declare type _id_string_isElse_true__ = {
|
|
129
129
|
id: string;
|
|
130
130
|
isElse: true;
|
|
131
131
|
};
|
|
132
|
-
export declare type
|
|
133
|
-
conditions: (
|
|
132
|
+
export declare type _conditions____id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array___Array__id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_____ = {
|
|
133
|
+
conditions: (_id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array__ | _id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array__ | _id_string_isElse_true__)[];
|
|
134
134
|
};
|
|
135
|
-
export declare type
|
|
136
|
-
[key: string]: _name_string_or_undefined__ &
|
|
135
|
+
export declare type __x_string___name_string_or_undefined___and__conditions____id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array___Array__id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_______ = {
|
|
136
|
+
[key: string]: _name_string_or_undefined__ & _conditions____id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array___Array__id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_____;
|
|
137
137
|
};
|
|
138
138
|
export declare type _rendered_boolean__ = {
|
|
139
139
|
rendered: boolean;
|
|
@@ -161,7 +161,7 @@ export declare type BaseTemplate = {
|
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
163
|
pages: __x_string___width_number_height_number_components__id_string_x_number_y_number_skewX_number_skewY_number_width_number_height_number_rotation_number___Array_orderTree__root_string_Array_elements___x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array_________and__url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined____;
|
|
164
|
-
conditionGroups:
|
|
164
|
+
conditionGroups: __x_string___name_string_or_undefined___and__conditions____id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array___Array__id_string_type_and_or_or_rules__field__type_static_value_string_or_number___or__type_dependency_value_string___operator_24gte_or_24gt_or_24lt_or_24lte_or_24eq_or_24ne_or_24contains_or_24notcontains_or_24empty_or_24nempty_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_______;
|
|
165
165
|
componentGroups: __x_string___name_string_or_undefined___and__rendered_boolean____;
|
|
166
166
|
};
|
|
167
167
|
export declare type SerializedContentVersions = {
|
package/package.json
CHANGED