@glidevvr/storage-payload-types-pkg 1.0.50 → 1.0.51
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/package.json +1 -1
- package/payload-types.ts +0 -18
package/package.json
CHANGED
package/payload-types.ts
CHANGED
|
@@ -667,7 +667,6 @@ export interface Facility {
|
|
|
667
667
|
*/
|
|
668
668
|
groupBy?: ('width' | 'length' | 'unit_type_id' | 'display_Rate' | 'floor')[] | null;
|
|
669
669
|
};
|
|
670
|
-
faq?: Faqs;
|
|
671
670
|
/**
|
|
672
671
|
* Notify customers about a promotion or announcement. Displays in a square block at the top of the page.
|
|
673
672
|
*/
|
|
@@ -1100,21 +1099,6 @@ export interface ContentBlock {
|
|
|
1100
1099
|
* via the `definition` "FaqBlock".
|
|
1101
1100
|
*/
|
|
1102
1101
|
export interface FaqBlock {
|
|
1103
|
-
richText?: {
|
|
1104
|
-
root: {
|
|
1105
|
-
type: string;
|
|
1106
|
-
children: {
|
|
1107
|
-
type: string;
|
|
1108
|
-
version: number;
|
|
1109
|
-
[k: string]: unknown;
|
|
1110
|
-
}[];
|
|
1111
|
-
direction: ('ltr' | 'rtl') | null;
|
|
1112
|
-
format: 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';
|
|
1113
|
-
indent: number;
|
|
1114
|
-
version: number;
|
|
1115
|
-
};
|
|
1116
|
-
[k: string]: unknown;
|
|
1117
|
-
} | null;
|
|
1118
1102
|
/**
|
|
1119
1103
|
* Only one block per page should have the include FAQ schema option checked.
|
|
1120
1104
|
*/
|
|
@@ -2157,7 +2141,6 @@ export interface ContentBlockSelect<T extends boolean = true> {
|
|
|
2157
2141
|
* via the `definition` "FaqBlock_select".
|
|
2158
2142
|
*/
|
|
2159
2143
|
export interface FaqBlockSelect<T extends boolean = true> {
|
|
2160
|
-
richText?: T;
|
|
2161
2144
|
includeFaqSchema?: T;
|
|
2162
2145
|
faq?: T | FaqsSelect<T>;
|
|
2163
2146
|
id?: T;
|
|
@@ -2735,7 +2718,6 @@ export interface FacilitiesSelect<T extends boolean = true> {
|
|
|
2735
2718
|
sort?: T;
|
|
2736
2719
|
groupBy?: T;
|
|
2737
2720
|
};
|
|
2738
|
-
faq?: T | FaqsSelect<T>;
|
|
2739
2721
|
facilityNotice?: T;
|
|
2740
2722
|
marketNotice?: T;
|
|
2741
2723
|
meta?:
|