@rlvt/contents-openapi-client
Advanced tools
Comparing version 0.0.0-c099523 to 0.0.0-cec7ff0
@@ -97,3 +97,2 @@ import { AxiosInstance, AxiosRequestConfig } from "axios"; | ||
y: number; | ||
z: number; | ||
rotation: number; | ||
@@ -103,2 +102,18 @@ }[]; | ||
height: number; | ||
orderTree: { | ||
root: string[]; | ||
elements: { | ||
[x: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -109,13 +124,4 @@ }; | ||
name?: string; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
conditions: ({ | ||
id: string; | ||
components: string[]; | ||
type: "and" | "or"; | ||
@@ -140,4 +146,4 @@ rules: { | ||
} | { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
})[]; | ||
@@ -149,12 +155,3 @@ }; | ||
name?: string; | ||
components: string[]; | ||
rendered: boolean; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
}; | ||
@@ -241,3 +238,2 @@ }; | ||
y: number; | ||
z: number; | ||
rotation: number; | ||
@@ -247,2 +243,18 @@ }[]; | ||
height: number; | ||
orderTree: { | ||
root: string[]; | ||
elements: { | ||
[x: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -253,13 +265,4 @@ }; | ||
name?: string; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
conditions: ({ | ||
id: string; | ||
components: string[]; | ||
type: "and" | "or"; | ||
@@ -284,4 +287,4 @@ rules: { | ||
} | { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
})[]; | ||
@@ -293,12 +296,3 @@ }; | ||
name?: string; | ||
components: string[]; | ||
rendered: boolean; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
}; | ||
@@ -383,3 +377,2 @@ }; | ||
y: number; | ||
z: number; | ||
rotation: number; | ||
@@ -389,2 +382,18 @@ }[]; | ||
height: number; | ||
orderTree: { | ||
root: string[]; | ||
elements: { | ||
[x: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -395,13 +404,4 @@ }; | ||
name?: string; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
conditions: ({ | ||
id: string; | ||
components: string[]; | ||
type: "and" | "or"; | ||
@@ -426,4 +426,4 @@ rules: { | ||
} | { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
})[]; | ||
@@ -435,12 +435,3 @@ }; | ||
name?: string; | ||
components: string[]; | ||
rendered: boolean; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
}; | ||
@@ -490,3 +481,2 @@ }; | ||
y: number; | ||
z: number; | ||
rotation: number; | ||
@@ -496,2 +486,18 @@ }[]; | ||
height: number; | ||
orderTree: { | ||
root: string[]; | ||
elements: { | ||
[x: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -502,13 +508,4 @@ }; | ||
name?: string; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
conditions: ({ | ||
id: string; | ||
components: string[]; | ||
type: "and" | "or"; | ||
@@ -533,4 +530,4 @@ rules: { | ||
} | { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
})[]; | ||
@@ -542,12 +539,3 @@ }; | ||
name?: string; | ||
components: string[]; | ||
rendered: boolean; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
}; | ||
@@ -627,3 +615,2 @@ }; | ||
y: number; | ||
z: number; | ||
rotation: number; | ||
@@ -633,2 +620,18 @@ }[]; | ||
height: number; | ||
orderTree: { | ||
root: string[]; | ||
elements: { | ||
[x: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -639,13 +642,4 @@ }; | ||
name?: string; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
conditions: ({ | ||
id: string; | ||
components: string[]; | ||
type: "and" | "or"; | ||
@@ -670,4 +664,4 @@ rules: { | ||
} | { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
})[]; | ||
@@ -679,12 +673,3 @@ }; | ||
name?: string; | ||
components: string[]; | ||
rendered: boolean; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
}; | ||
@@ -780,3 +765,2 @@ }; | ||
y: number; | ||
z: number; | ||
rotation: number; | ||
@@ -786,2 +770,18 @@ }[]; | ||
height: number; | ||
orderTree: { | ||
root: string[]; | ||
elements: { | ||
[x: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -792,13 +792,4 @@ }; | ||
name?: string; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
conditions: ({ | ||
id: string; | ||
components: string[]; | ||
type: "and" | "or"; | ||
@@ -823,4 +814,4 @@ rules: { | ||
} | { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
})[]; | ||
@@ -832,12 +823,3 @@ }; | ||
name?: string; | ||
components: string[]; | ||
rendered: boolean; | ||
parent?: { | ||
id: string; | ||
type: "conditionGroup"; | ||
conditionId: string; | ||
} | { | ||
id: string; | ||
type: "componentGroup"; | ||
}; | ||
}; | ||
@@ -844,0 +826,0 @@ }; |
@@ -30,3 +30,2 @@ declare type readonlyP = { | ||
y: number; | ||
z: number; | ||
width: number; | ||
@@ -36,2 +35,18 @@ height: number; | ||
}; | ||
export declare type OrderTree = { | ||
root: string[]; | ||
elements: { | ||
[key: string]: { | ||
type: "conditionGroup"; | ||
} | { | ||
type: "condition"; | ||
children: string[]; | ||
} | { | ||
type: "component"; | ||
} | { | ||
type: "componentGroup"; | ||
children: string[]; | ||
}; | ||
}; | ||
}; | ||
export declare type Page = { | ||
@@ -41,2 +56,3 @@ width: number; | ||
components: PageComponent[]; | ||
orderTree: OrderTree; | ||
}; | ||
@@ -63,17 +79,8 @@ export declare type Condition = { | ||
}[]; | ||
components: string[]; | ||
}; | ||
export declare type ElseCondition = { | ||
id: "else"; | ||
components: string[]; | ||
id: string; | ||
isElse: true; | ||
}; | ||
export declare type ConditionGroup = { | ||
parent?: { | ||
type: "conditionGroup"; | ||
id: string; | ||
conditionId: string; | ||
} | { | ||
type: "componentGroup"; | ||
id: string; | ||
}; | ||
name?: string; | ||
@@ -84,11 +91,2 @@ conditions: (Condition | Condition | ElseCondition)[]; | ||
name?: string; | ||
parent?: { | ||
type: "conditionGroup"; | ||
id: string; | ||
conditionId: string; | ||
} | { | ||
type: "componentGroup"; | ||
id: string; | ||
}; | ||
components: string[]; | ||
rendered: boolean; | ||
@@ -95,0 +93,0 @@ }; |
@@ -19,2 +19,2 @@ "use strict"; | ||
})(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {})); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBZ0NwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUEyR0QsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBZ0NwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUF5R0QsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9 |
{ | ||
"name": "@rlvt/contents-openapi-client", | ||
"version": "0.0.0-c099523", | ||
"version": "0.0.0-cec7ff0", | ||
"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
2
51802
1143