@rlvt/contents-openapi-client
Advanced tools
Comparing version 0.0.0-650ceb3 to 0.0.0-6b8668d
@@ -273,14 +273,14 @@ import { AxiosInstance, AxiosRequestConfig } from "axios"; | ||
value: { | ||
type: "dependency"; | ||
value: string; | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
}; | ||
field: { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
field: { | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
@@ -417,14 +417,14 @@ operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: { | ||
type: "dependency"; | ||
value: string; | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
}; | ||
field: { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
field: { | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
@@ -559,14 +559,14 @@ operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: { | ||
type: "dependency"; | ||
value: string; | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
}; | ||
field: { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
field: { | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
@@ -666,14 +666,14 @@ operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: { | ||
type: "dependency"; | ||
value: string; | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
}; | ||
field: { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
field: { | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
@@ -803,14 +803,14 @@ operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: { | ||
type: "dependency"; | ||
value: string; | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
}; | ||
field: { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
field: { | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
@@ -957,14 +957,14 @@ operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: { | ||
type: "dependency"; | ||
value: string; | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
}; | ||
field: { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
field: { | ||
} | { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
@@ -971,0 +971,0 @@ operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; |
@@ -89,2 +89,8 @@ declare type readonlyP = { | ||
}; | ||
export declare type _width_number_height_number_components__id_string_x_number_y_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________ = { | ||
width: number; | ||
height: number; | ||
components: _id_string_x_number_y_number_width_number_height_number_rotation_number__[]; | ||
orderTree: _root_string_Array_elements___x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array______; | ||
}; | ||
export declare type _type_static_value_string__ = { | ||
@@ -98,42 +104,41 @@ type: "static"; | ||
}; | ||
export declare type _width_number_height_number_components__id_string_x_number_y_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_______url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined__ = { | ||
width: number; | ||
height: number; | ||
components: _id_string_x_number_y_number_width_number_height_number_rotation_number__[]; | ||
orderTree: _root_string_Array_elements___x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array______; | ||
export declare type _url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined__ = { | ||
url?: (_type_static_value_string__ | _type_dependency_value_string__)[]; | ||
}; | ||
export declare type Condition = { | ||
export declare type __x_string___width_number_height_number_components__id_string_x_number_y_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____ = { | ||
[key: string]: _width_number_height_number_components__id_string_x_number_y_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________ & _url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined__; | ||
}; | ||
export declare type _name_string_or_undefined__ = { | ||
name?: string; | ||
}; | ||
export declare type _type_static_value_string_or_number__ = { | ||
type: "static"; | ||
value: string | number; | ||
}; | ||
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_value__type_static_value_string_or_number___or__type_dependency_value_string____ = { | ||
field: _type_static_value_string_or_number__ | _type_dependency_value_string__; | ||
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: _type_static_value_string_or_number__ | _type_dependency_value_string__; | ||
}; | ||
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_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array__ = { | ||
id: string; | ||
type: "and" | "or"; | ||
rules: { | ||
field: { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne"; | ||
value: { | ||
type: "static"; | ||
value: string | number; | ||
} | { | ||
type: "dependency"; | ||
value: string; | ||
}; | ||
}[]; | ||
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_value__type_static_value_string_or_number___or__type_dependency_value_string____[]; | ||
}; | ||
export declare type ElseCondition = { | ||
export declare type _id_string_isElse_true__ = { | ||
id: string; | ||
isElse: true; | ||
}; | ||
export declare type ConditionGroup = { | ||
name?: string; | ||
conditions: (Condition | Condition | ElseCondition)[]; | ||
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_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_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_____ = { | ||
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_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_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array__ | _id_string_isElse_true__)[]; | ||
}; | ||
export declare type ComponentGroup = { | ||
name?: string; | ||
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_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_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_______ = { | ||
[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_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_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_____; | ||
}; | ||
export declare type _rendered_boolean__ = { | ||
rendered: boolean; | ||
}; | ||
export declare type __x_string___name_string_or_undefined___and__rendered_boolean____ = { | ||
[key: string]: _name_string_or_undefined__ & _rendered_boolean__; | ||
}; | ||
export declare type BaseTemplate = { | ||
@@ -158,11 +163,5 @@ components: { | ||
}; | ||
pages: { | ||
[key: string]: _width_number_height_number_components__id_string_x_number_y_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_______url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined__; | ||
}; | ||
conditionGroups: { | ||
[key: string]: ConditionGroup; | ||
}; | ||
componentGroups: { | ||
[key: string]: ComponentGroup; | ||
}; | ||
pages: __x_string___width_number_height_number_components__id_string_x_number_y_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____; | ||
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_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_value__type_static_value_string_or_number___or__type_dependency_value_string_____Array____id_string_isElse_true_______; | ||
componentGroups: __x_string___name_string_or_undefined___and__rendered_boolean____; | ||
}; | ||
@@ -169,0 +168,0 @@ export declare type SerializedContentVersions = { |
@@ -19,2 +19,2 @@ "use strict"; | ||
})(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {})); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0VwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUF1SEQsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0VwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUFzSEQsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9 |
{ | ||
"name": "@rlvt/contents-openapi-client", | ||
"version": "0.0.0-650ceb3", | ||
"version": "0.0.0-6b8668d", | ||
"description": "Openapi client for reelevant service", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68871
1412