@rlvt/contents-openapi-client 1.0.79 → 1.0.83
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 +139 -19
- package/build/api.js +1 -1
- package/build/definitions.d.ts +104 -94
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -271,18 +271,38 @@ export default class {
|
|
|
271
271
|
type: "and" | "or";
|
|
272
272
|
rules: {
|
|
273
273
|
value: {
|
|
274
|
-
type: "dependency";
|
|
275
|
-
value: string;
|
|
276
|
-
} | {
|
|
277
274
|
type: "static";
|
|
278
275
|
value: string | number;
|
|
276
|
+
} | {
|
|
277
|
+
type: "dependency";
|
|
278
|
+
value: string;
|
|
279
279
|
};
|
|
280
280
|
field: {
|
|
281
|
+
type: "static";
|
|
282
|
+
value: string | number;
|
|
283
|
+
} | {
|
|
281
284
|
type: "dependency";
|
|
282
285
|
value: string;
|
|
286
|
+
};
|
|
287
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
288
|
+
}[];
|
|
289
|
+
} | {
|
|
290
|
+
id: string;
|
|
291
|
+
type: "and" | "or";
|
|
292
|
+
rules: {
|
|
293
|
+
value: {
|
|
294
|
+
type: "static";
|
|
295
|
+
value: string | number;
|
|
283
296
|
} | {
|
|
297
|
+
type: "dependency";
|
|
298
|
+
value: string;
|
|
299
|
+
};
|
|
300
|
+
field: {
|
|
284
301
|
type: "static";
|
|
285
302
|
value: string | number;
|
|
303
|
+
} | {
|
|
304
|
+
type: "dependency";
|
|
305
|
+
value: string;
|
|
286
306
|
};
|
|
287
307
|
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
288
308
|
}[];
|
|
@@ -425,18 +445,38 @@ export default class {
|
|
|
425
445
|
type: "and" | "or";
|
|
426
446
|
rules: {
|
|
427
447
|
value: {
|
|
428
|
-
type: "dependency";
|
|
429
|
-
value: string;
|
|
430
|
-
} | {
|
|
431
448
|
type: "static";
|
|
432
449
|
value: string | number;
|
|
450
|
+
} | {
|
|
451
|
+
type: "dependency";
|
|
452
|
+
value: string;
|
|
433
453
|
};
|
|
434
454
|
field: {
|
|
455
|
+
type: "static";
|
|
456
|
+
value: string | number;
|
|
457
|
+
} | {
|
|
435
458
|
type: "dependency";
|
|
436
459
|
value: string;
|
|
460
|
+
};
|
|
461
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
462
|
+
}[];
|
|
463
|
+
} | {
|
|
464
|
+
id: string;
|
|
465
|
+
type: "and" | "or";
|
|
466
|
+
rules: {
|
|
467
|
+
value: {
|
|
468
|
+
type: "static";
|
|
469
|
+
value: string | number;
|
|
437
470
|
} | {
|
|
471
|
+
type: "dependency";
|
|
472
|
+
value: string;
|
|
473
|
+
};
|
|
474
|
+
field: {
|
|
438
475
|
type: "static";
|
|
439
476
|
value: string | number;
|
|
477
|
+
} | {
|
|
478
|
+
type: "dependency";
|
|
479
|
+
value: string;
|
|
440
480
|
};
|
|
441
481
|
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
442
482
|
}[];
|
|
@@ -578,18 +618,38 @@ export default class {
|
|
|
578
618
|
type: "and" | "or";
|
|
579
619
|
rules: {
|
|
580
620
|
value: {
|
|
581
|
-
type: "dependency";
|
|
582
|
-
value: string;
|
|
583
|
-
} | {
|
|
584
621
|
type: "static";
|
|
585
622
|
value: string | number;
|
|
623
|
+
} | {
|
|
624
|
+
type: "dependency";
|
|
625
|
+
value: string;
|
|
586
626
|
};
|
|
587
627
|
field: {
|
|
628
|
+
type: "static";
|
|
629
|
+
value: string | number;
|
|
630
|
+
} | {
|
|
588
631
|
type: "dependency";
|
|
589
632
|
value: string;
|
|
633
|
+
};
|
|
634
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
635
|
+
}[];
|
|
636
|
+
} | {
|
|
637
|
+
id: string;
|
|
638
|
+
type: "and" | "or";
|
|
639
|
+
rules: {
|
|
640
|
+
value: {
|
|
641
|
+
type: "static";
|
|
642
|
+
value: string | number;
|
|
590
643
|
} | {
|
|
644
|
+
type: "dependency";
|
|
645
|
+
value: string;
|
|
646
|
+
};
|
|
647
|
+
field: {
|
|
591
648
|
type: "static";
|
|
592
649
|
value: string | number;
|
|
650
|
+
} | {
|
|
651
|
+
type: "dependency";
|
|
652
|
+
value: string;
|
|
593
653
|
};
|
|
594
654
|
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
595
655
|
}[];
|
|
@@ -696,18 +756,38 @@ export default class {
|
|
|
696
756
|
type: "and" | "or";
|
|
697
757
|
rules: {
|
|
698
758
|
value: {
|
|
699
|
-
type: "dependency";
|
|
700
|
-
value: string;
|
|
701
|
-
} | {
|
|
702
759
|
type: "static";
|
|
703
760
|
value: string | number;
|
|
761
|
+
} | {
|
|
762
|
+
type: "dependency";
|
|
763
|
+
value: string;
|
|
704
764
|
};
|
|
705
765
|
field: {
|
|
766
|
+
type: "static";
|
|
767
|
+
value: string | number;
|
|
768
|
+
} | {
|
|
706
769
|
type: "dependency";
|
|
707
770
|
value: string;
|
|
771
|
+
};
|
|
772
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
773
|
+
}[];
|
|
774
|
+
} | {
|
|
775
|
+
id: string;
|
|
776
|
+
type: "and" | "or";
|
|
777
|
+
rules: {
|
|
778
|
+
value: {
|
|
779
|
+
type: "static";
|
|
780
|
+
value: string | number;
|
|
708
781
|
} | {
|
|
782
|
+
type: "dependency";
|
|
783
|
+
value: string;
|
|
784
|
+
};
|
|
785
|
+
field: {
|
|
709
786
|
type: "static";
|
|
710
787
|
value: string | number;
|
|
788
|
+
} | {
|
|
789
|
+
type: "dependency";
|
|
790
|
+
value: string;
|
|
711
791
|
};
|
|
712
792
|
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
713
793
|
}[];
|
|
@@ -833,18 +913,38 @@ export default class {
|
|
|
833
913
|
type: "and" | "or";
|
|
834
914
|
rules: {
|
|
835
915
|
value: {
|
|
836
|
-
type: "dependency";
|
|
837
|
-
value: string;
|
|
838
|
-
} | {
|
|
839
916
|
type: "static";
|
|
840
917
|
value: string | number;
|
|
918
|
+
} | {
|
|
919
|
+
type: "dependency";
|
|
920
|
+
value: string;
|
|
841
921
|
};
|
|
842
922
|
field: {
|
|
923
|
+
type: "static";
|
|
924
|
+
value: string | number;
|
|
925
|
+
} | {
|
|
843
926
|
type: "dependency";
|
|
844
927
|
value: string;
|
|
928
|
+
};
|
|
929
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
930
|
+
}[];
|
|
931
|
+
} | {
|
|
932
|
+
id: string;
|
|
933
|
+
type: "and" | "or";
|
|
934
|
+
rules: {
|
|
935
|
+
value: {
|
|
936
|
+
type: "static";
|
|
937
|
+
value: string | number;
|
|
845
938
|
} | {
|
|
939
|
+
type: "dependency";
|
|
940
|
+
value: string;
|
|
941
|
+
};
|
|
942
|
+
field: {
|
|
846
943
|
type: "static";
|
|
847
944
|
value: string | number;
|
|
945
|
+
} | {
|
|
946
|
+
type: "dependency";
|
|
947
|
+
value: string;
|
|
848
948
|
};
|
|
849
949
|
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
850
950
|
}[];
|
|
@@ -997,18 +1097,38 @@ export default class {
|
|
|
997
1097
|
type: "and" | "or";
|
|
998
1098
|
rules: {
|
|
999
1099
|
value: {
|
|
1000
|
-
type: "dependency";
|
|
1001
|
-
value: string;
|
|
1002
|
-
} | {
|
|
1003
1100
|
type: "static";
|
|
1004
1101
|
value: string | number;
|
|
1102
|
+
} | {
|
|
1103
|
+
type: "dependency";
|
|
1104
|
+
value: string;
|
|
1005
1105
|
};
|
|
1006
1106
|
field: {
|
|
1107
|
+
type: "static";
|
|
1108
|
+
value: string | number;
|
|
1109
|
+
} | {
|
|
1007
1110
|
type: "dependency";
|
|
1008
1111
|
value: string;
|
|
1112
|
+
};
|
|
1113
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1114
|
+
}[];
|
|
1115
|
+
} | {
|
|
1116
|
+
id: string;
|
|
1117
|
+
type: "and" | "or";
|
|
1118
|
+
rules: {
|
|
1119
|
+
value: {
|
|
1120
|
+
type: "static";
|
|
1121
|
+
value: string | number;
|
|
1009
1122
|
} | {
|
|
1123
|
+
type: "dependency";
|
|
1124
|
+
value: string;
|
|
1125
|
+
};
|
|
1126
|
+
field: {
|
|
1010
1127
|
type: "static";
|
|
1011
1128
|
value: string | number;
|
|
1129
|
+
} | {
|
|
1130
|
+
type: "dependency";
|
|
1131
|
+
value: string;
|
|
1012
1132
|
};
|
|
1013
1133
|
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1014
1134
|
}[];
|
|
@@ -1045,6 +1165,6 @@ export default class {
|
|
|
1045
1165
|
dependenciesData: {
|
|
1046
1166
|
[key: string]: unknown;
|
|
1047
1167
|
};
|
|
1048
|
-
}, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<
|
|
1168
|
+
}, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
1049
1169
|
};
|
|
1050
1170
|
}
|
package/build/api.js
CHANGED
|
@@ -95,4 +95,4 @@ function pick(obj, ...keys) {
|
|
|
95
95
|
});
|
|
96
96
|
return ret;
|
|
97
97
|
}
|
|
98
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
98
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7Ozs7Ozs7Ozs7Ozs7QUFFcEIsa0RBQWlFO0FBR2pFLGdEQUE4QjtBQUU5QjtJQUdJLFlBQVksZ0JBQW9EO1FBQzVELElBQUksQ0FBQyxLQUFLLEdBQUcsY0FBYyxJQUFJLGdCQUFnQjtZQUMzQyxDQUFDLENBQUMsZ0JBQWdCO1lBQ2xCLENBQUMsQ0FBQyxlQUFLLENBQUMsTUFBTSxDQUFDLGdCQUFnQixDQUFDLENBQUE7SUFDeEMsQ0FBQztJQUVPLHdCQUF3QixDQUFDLE1BR2hDLEVBQUUsT0FBNEI7UUFDM0IsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FTakIsaUJBQWlCLEVBQ2pCLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksTUFBTSxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsS0FBSyxFQUFFLGtCQUFrQixDQUFDO1NBQ2xELEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyx5QkFBeUIsQ0FBQyxNQUE2QixFQUFFLElBQTBGLEVBQUUsT0FBNEI7UUFDckwsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FTbEIsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLE9BQU8sQ0FDbkMsQ0FBQztJQUNOLENBQUM7SUFFTyxzQkFBc0IsQ0FBQyxNQUU5QixFQUFFLE9BQTRCO1FBQzNCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBU2pCLHNCQUFzQixDQUFDLE9BQU8sQ0FBQyxNQUFNLEVBQUUsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsT0FBTyxDQUN4RSxDQUFDO0lBQ04sQ0FBQztJQUVPLHlCQUF5QixDQUFDLE1BRWpDLEVBQUUsSUFBNEQsRUFBRSxPQUE0QjtRQUN6RixPQUFPLElB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
|
package/build/definitions.d.ts
CHANGED
|
@@ -24,22 +24,22 @@ export declare type SerializedContentResource = {
|
|
|
24
24
|
readonly createdAt: (Date) & readonlyP;
|
|
25
25
|
readonly updatedAt: (Date) & readonlyP;
|
|
26
26
|
};
|
|
27
|
-
export declare type
|
|
27
|
+
export declare type ContentFontResource_Without_Type_Family_Files = {
|
|
28
28
|
type: "font";
|
|
29
29
|
family: string;
|
|
30
30
|
files: {
|
|
31
31
|
[key: string]: string;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
export declare type ContentFontResource = SerializedContentResource &
|
|
35
|
-
export declare type
|
|
34
|
+
export declare type ContentFontResource = SerializedContentResource & ContentFontResource_Without_Type_Family_Files;
|
|
35
|
+
export declare type SerializedContentFontResource_Without_ResourceGroupIds_Family_Files = {
|
|
36
36
|
resourceGroupIds: string[];
|
|
37
37
|
family: string;
|
|
38
38
|
files: {
|
|
39
39
|
[key: string]: string;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
|
-
export declare type
|
|
42
|
+
export declare type Partial_SerializedContentFontResource = {
|
|
43
43
|
readonly id?: (string) & readonlyP;
|
|
44
44
|
readonly companyId?: (string) & readonlyP;
|
|
45
45
|
resourceGroupIds?: string[];
|
|
@@ -57,90 +57,6 @@ export declare enum ContentVersionState {
|
|
|
57
57
|
INACTIVE = "inactive"
|
|
58
58
|
}
|
|
59
59
|
export declare type AnyValue = unknown | null;
|
|
60
|
-
export declare type _id_string_x_number_y_number_skewX_number_skewY_number_width_number_height_number_rotation_number__ = {
|
|
61
|
-
id: string;
|
|
62
|
-
x: number;
|
|
63
|
-
y: number;
|
|
64
|
-
skewX: number;
|
|
65
|
-
skewY: number;
|
|
66
|
-
width: number;
|
|
67
|
-
height: number;
|
|
68
|
-
rotation: number;
|
|
69
|
-
};
|
|
70
|
-
export declare type _type_conditionGroup__ = {
|
|
71
|
-
type: "conditionGroup";
|
|
72
|
-
};
|
|
73
|
-
export declare type _type_condition_children_string_Array__ = {
|
|
74
|
-
type: "condition";
|
|
75
|
-
children: string[];
|
|
76
|
-
};
|
|
77
|
-
export declare type _type_component__ = {
|
|
78
|
-
type: "component";
|
|
79
|
-
};
|
|
80
|
-
export declare type _type_componentGroup_children_string_Array__ = {
|
|
81
|
-
type: "componentGroup";
|
|
82
|
-
children: string[];
|
|
83
|
-
};
|
|
84
|
-
export declare type __x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array____ = {
|
|
85
|
-
[key: string]: _type_conditionGroup__ | _type_condition_children_string_Array__ | _type_component__ | _type_componentGroup_children_string_Array__;
|
|
86
|
-
};
|
|
87
|
-
export declare type _root_string_Array_elements___x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array______ = {
|
|
88
|
-
root: string[];
|
|
89
|
-
elements: __x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array____;
|
|
90
|
-
};
|
|
91
|
-
export declare type _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________ = {
|
|
92
|
-
width: number;
|
|
93
|
-
height: number;
|
|
94
|
-
components: _id_string_x_number_y_number_skewX_number_skewY_number_width_number_height_number_rotation_number__[];
|
|
95
|
-
orderTree: _root_string_Array_elements___x_string___type_conditionGroup___or__type_condition_children_string_Array___or__type_component___or__type_componentGroup_children_string_Array______;
|
|
96
|
-
};
|
|
97
|
-
export declare type _type_static_value_string__ = {
|
|
98
|
-
type: "static";
|
|
99
|
-
value: string;
|
|
100
|
-
};
|
|
101
|
-
export declare type _type_dependency_value_string__ = {
|
|
102
|
-
type: "dependency";
|
|
103
|
-
value: string;
|
|
104
|
-
};
|
|
105
|
-
export declare type _url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined__ = {
|
|
106
|
-
url?: (_type_static_value_string__ | _type_dependency_value_string__)[];
|
|
107
|
-
};
|
|
108
|
-
export declare type __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____ = {
|
|
109
|
-
[key: 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________ & _url___type_static_value_string___or__type_dependency_value_string____Array_or_undefined__;
|
|
110
|
-
};
|
|
111
|
-
export declare type _name_string_or_undefined__ = {
|
|
112
|
-
name?: string;
|
|
113
|
-
};
|
|
114
|
-
export declare type _type_static_value_string_or_number__ = {
|
|
115
|
-
type: "static";
|
|
116
|
-
value: string | number;
|
|
117
|
-
};
|
|
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
|
-
field: _type_static_value_string_or_number__ | _type_dependency_value_string__;
|
|
120
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
121
|
-
value: _type_static_value_string_or_number__ | _type_dependency_value_string__;
|
|
122
|
-
};
|
|
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
|
-
id: string;
|
|
125
|
-
type: "and" | "or";
|
|
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
|
-
};
|
|
128
|
-
export declare type _id_string_isElse_true__ = {
|
|
129
|
-
id: string;
|
|
130
|
-
isElse: true;
|
|
131
|
-
};
|
|
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
|
-
};
|
|
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
|
-
};
|
|
138
|
-
export declare type _rendered_boolean__ = {
|
|
139
|
-
rendered: boolean;
|
|
140
|
-
};
|
|
141
|
-
export declare type __x_string___name_string_or_undefined___and__rendered_boolean____ = {
|
|
142
|
-
[key: string]: _name_string_or_undefined__ & _rendered_boolean__;
|
|
143
|
-
};
|
|
144
60
|
export declare type BaseTemplate = {
|
|
145
61
|
components: {
|
|
146
62
|
[key: string]: {
|
|
@@ -160,9 +76,103 @@ export declare type BaseTemplate = {
|
|
|
160
76
|
};
|
|
161
77
|
};
|
|
162
78
|
};
|
|
163
|
-
pages:
|
|
164
|
-
|
|
165
|
-
|
|
79
|
+
pages: {
|
|
80
|
+
[key: string]: {
|
|
81
|
+
width: number;
|
|
82
|
+
height: number;
|
|
83
|
+
components: {
|
|
84
|
+
id: string;
|
|
85
|
+
x: number;
|
|
86
|
+
y: number;
|
|
87
|
+
skewX: number;
|
|
88
|
+
skewY: number;
|
|
89
|
+
width: number;
|
|
90
|
+
height: number;
|
|
91
|
+
rotation: number;
|
|
92
|
+
}[];
|
|
93
|
+
orderTree: {
|
|
94
|
+
root: string[];
|
|
95
|
+
elements: {
|
|
96
|
+
[key: string]: {
|
|
97
|
+
type: "conditionGroup";
|
|
98
|
+
} | {
|
|
99
|
+
type: "condition";
|
|
100
|
+
children: string[];
|
|
101
|
+
} | {
|
|
102
|
+
type: "component";
|
|
103
|
+
} | {
|
|
104
|
+
type: "componentGroup";
|
|
105
|
+
children: string[];
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
} & {
|
|
110
|
+
url?: ({
|
|
111
|
+
type: "static";
|
|
112
|
+
value: string;
|
|
113
|
+
} | {
|
|
114
|
+
type: "dependency";
|
|
115
|
+
value: string;
|
|
116
|
+
})[];
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
conditionGroups: {
|
|
120
|
+
[key: string]: {
|
|
121
|
+
name?: string;
|
|
122
|
+
} & {
|
|
123
|
+
conditions: ({
|
|
124
|
+
id: string;
|
|
125
|
+
type: "and" | "or";
|
|
126
|
+
rules: {
|
|
127
|
+
field: {
|
|
128
|
+
type: "static";
|
|
129
|
+
value: string | number;
|
|
130
|
+
} | {
|
|
131
|
+
type: "dependency";
|
|
132
|
+
value: string;
|
|
133
|
+
};
|
|
134
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
135
|
+
value: {
|
|
136
|
+
type: "static";
|
|
137
|
+
value: string | number;
|
|
138
|
+
} | {
|
|
139
|
+
type: "dependency";
|
|
140
|
+
value: string;
|
|
141
|
+
};
|
|
142
|
+
}[];
|
|
143
|
+
} | {
|
|
144
|
+
id: string;
|
|
145
|
+
type: "and" | "or";
|
|
146
|
+
rules: {
|
|
147
|
+
field: {
|
|
148
|
+
type: "static";
|
|
149
|
+
value: string | number;
|
|
150
|
+
} | {
|
|
151
|
+
type: "dependency";
|
|
152
|
+
value: string;
|
|
153
|
+
};
|
|
154
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
155
|
+
value: {
|
|
156
|
+
type: "static";
|
|
157
|
+
value: string | number;
|
|
158
|
+
} | {
|
|
159
|
+
type: "dependency";
|
|
160
|
+
value: string;
|
|
161
|
+
};
|
|
162
|
+
}[];
|
|
163
|
+
} | {
|
|
164
|
+
id: string;
|
|
165
|
+
isElse: true;
|
|
166
|
+
})[];
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
componentGroups: {
|
|
170
|
+
[key: string]: {
|
|
171
|
+
name?: string;
|
|
172
|
+
} & {
|
|
173
|
+
rendered: boolean;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
166
176
|
};
|
|
167
177
|
export declare type SerializedContentVersions = {
|
|
168
178
|
readonly id: (string) & readonlyP;
|
|
@@ -194,12 +204,12 @@ export declare type SerializedContent = {
|
|
|
194
204
|
readonly status: (ContentStatus) & readonlyP;
|
|
195
205
|
};
|
|
196
206
|
export declare type Content = SerializedContent;
|
|
197
|
-
export declare type
|
|
207
|
+
export declare type SerializedContent_Without_ResourceGroupIds_Name_Description = {
|
|
198
208
|
resourceGroupIds: string[];
|
|
199
209
|
name: string;
|
|
200
210
|
description?: string;
|
|
201
211
|
};
|
|
202
|
-
export declare type
|
|
212
|
+
export declare type Partial_SerializedContent = {
|
|
203
213
|
readonly id?: (string) & readonlyP;
|
|
204
214
|
readonly companyId?: (string) & readonlyP;
|
|
205
215
|
resourceGroupIds?: string[];
|
|
@@ -210,7 +220,7 @@ export declare type Partial_SerializedContent_ = {
|
|
|
210
220
|
description?: string;
|
|
211
221
|
readonly status?: (ContentStatus) & readonlyP;
|
|
212
222
|
};
|
|
213
|
-
export declare type
|
|
223
|
+
export declare type Partial_SerializedContentVersions = {
|
|
214
224
|
readonly id?: (string) & readonlyP;
|
|
215
225
|
readonly createdAt?: (Date) & readonlyP;
|
|
216
226
|
readonly updatedAt?: (Date) & readonlyP;
|
package/build/definitions.js
CHANGED
|
@@ -16,4 +16,4 @@ var ContentStatus;
|
|
|
16
16
|
ContentStatus["PUBLISHED"] = "published";
|
|
17
17
|
ContentStatus["ERROR"] = "error";
|
|
18
18
|
})(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBb0VwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUFxSUQsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9
|
package/package.json
CHANGED