ch-api-client-typescript2 5.21.10 → 5.21.12
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.
|
@@ -25,6 +25,8 @@ export declare const PageBlockType: {
|
|
|
25
25
|
readonly Award: "Award";
|
|
26
26
|
readonly Press: "Press";
|
|
27
27
|
readonly Form: "Form";
|
|
28
|
+
readonly MediasCard: "MediasCard";
|
|
29
|
+
readonly StatsCard: "StatsCard";
|
|
28
30
|
};
|
|
29
31
|
export type PageBlockType = typeof PageBlockType[keyof typeof PageBlockType];
|
|
30
32
|
//# sourceMappingURL=page-block-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-block-type.d.ts","sourceRoot":"","sources":["../../src/models/page-block-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"page-block-type.d.ts","sourceRoot":"","sources":["../../src/models/page-block-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -30,7 +30,9 @@ export const PageBlockType = {
|
|
|
30
30
|
ListItem: 'ListItem',
|
|
31
31
|
Award: 'Award',
|
|
32
32
|
Press: 'Press',
|
|
33
|
-
Form: 'Form'
|
|
33
|
+
Form: 'Form',
|
|
34
|
+
MediasCard: 'MediasCard',
|
|
35
|
+
StatsCard: 'StatsCard'
|
|
34
36
|
} as const;
|
|
35
37
|
|
|
36
38
|
export type PageBlockType = typeof PageBlockType[keyof typeof PageBlockType];
|