@@ -109,8 +109,8 @@ class BlogPost implements ModelInterface, ArrayAccess, \JsonSerializable
109109 'rss_summary ' => 'string ' ,
110110 'page_expiry_enabled ' => 'bool ' ,
111111 'url ' => 'string ' ,
112- 'public_access_rules ' => 'object[] ' ,
113112 'enable_google_amp_output_override ' => 'bool ' ,
113+ 'public_access_rules ' => 'object[] ' ,
114114 'archived_at ' => 'int ' ,
115115 'post_body ' => 'string ' ,
116116 'theme_settings_values ' => 'array<string,object> ' ,
@@ -180,8 +180,8 @@ class BlogPost implements ModelInterface, ArrayAccess, \JsonSerializable
180180 'rss_summary ' => null ,
181181 'page_expiry_enabled ' => null ,
182182 'url ' => null ,
183- 'public_access_rules ' => null ,
184183 'enable_google_amp_output_override ' => null ,
184+ 'public_access_rules ' => null ,
185185 'archived_at ' => 'int64 ' ,
186186 'post_body ' => null ,
187187 'theme_settings_values ' => null ,
@@ -249,8 +249,8 @@ class BlogPost implements ModelInterface, ArrayAccess, \JsonSerializable
249249 'rss_summary ' => false ,
250250 'page_expiry_enabled ' => false ,
251251 'url ' => false ,
252- 'public_access_rules ' => false ,
253252 'enable_google_amp_output_override ' => false ,
253+ 'public_access_rules ' => false ,
254254 'archived_at ' => false ,
255255 'post_body ' => false ,
256256 'theme_settings_values ' => false ,
@@ -398,8 +398,8 @@ public function isNullableSetToNull(string $property): bool
398398 'rss_summary ' => 'rssSummary ' ,
399399 'page_expiry_enabled ' => 'pageExpiryEnabled ' ,
400400 'url ' => 'url ' ,
401- 'public_access_rules ' => 'publicAccessRules ' ,
402401 'enable_google_amp_output_override ' => 'enableGoogleAmpOutputOverride ' ,
402+ 'public_access_rules ' => 'publicAccessRules ' ,
403403 'archived_at ' => 'archivedAt ' ,
404404 'post_body ' => 'postBody ' ,
405405 'theme_settings_values ' => 'themeSettingsValues ' ,
@@ -467,8 +467,8 @@ public function isNullableSetToNull(string $property): bool
467467 'rss_summary ' => 'setRssSummary ' ,
468468 'page_expiry_enabled ' => 'setPageExpiryEnabled ' ,
469469 'url ' => 'setUrl ' ,
470- 'public_access_rules ' => 'setPublicAccessRules ' ,
471470 'enable_google_amp_output_override ' => 'setEnableGoogleAmpOutputOverride ' ,
471+ 'public_access_rules ' => 'setPublicAccessRules ' ,
472472 'archived_at ' => 'setArchivedAt ' ,
473473 'post_body ' => 'setPostBody ' ,
474474 'theme_settings_values ' => 'setThemeSettingsValues ' ,
@@ -536,8 +536,8 @@ public function isNullableSetToNull(string $property): bool
536536 'rss_summary ' => 'getRssSummary ' ,
537537 'page_expiry_enabled ' => 'getPageExpiryEnabled ' ,
538538 'url ' => 'getUrl ' ,
539- 'public_access_rules ' => 'getPublicAccessRules ' ,
540539 'enable_google_amp_output_override ' => 'getEnableGoogleAmpOutputOverride ' ,
540+ 'public_access_rules ' => 'getPublicAccessRules ' ,
541541 'archived_at ' => 'getArchivedAt ' ,
542542 'post_body ' => 'getPostBody ' ,
543543 'theme_settings_values ' => 'getThemeSettingsValues ' ,
@@ -746,7 +746,9 @@ public function getModelName()
746746 public const LANGUAGE_EN_DG = 'en-dg ' ;
747747 public const LANGUAGE_EN_DK = 'en-dk ' ;
748748 public const LANGUAGE_EN_DM = 'en-dm ' ;
749+ public const LANGUAGE_EN_EE = 'en-ee ' ;
749750 public const LANGUAGE_EN_ER = 'en-er ' ;
751+ public const LANGUAGE_EN_FR = 'en-fr ' ;
750752 public const LANGUAGE_EN_FI = 'en-fi ' ;
751753 public const LANGUAGE_EN_FJ = 'en-fj ' ;
752754 public const LANGUAGE_EN_FK = 'en-fk ' ;
@@ -1356,6 +1358,9 @@ public function getModelName()
13561358 public const CONTENT_TYPE_CATEGORY__10 = '10 ' ;
13571359 public const CONTENT_TYPE_CATEGORY__11 = '11 ' ;
13581360 public const CONTENT_TYPE_CATEGORY__12 = '12 ' ;
1361+ public const CONTENT_TYPE_CATEGORY__13 = '13 ' ;
1362+ public const CONTENT_TYPE_CATEGORY__14 = '14 ' ;
1363+ public const CONTENT_TYPE_CATEGORY__15 = '15 ' ;
13591364 public const AB_STATUS_MASTER = 'master ' ;
13601365 public const AB_STATUS_VARIANT = 'variant ' ;
13611366 public const AB_STATUS_LOSER_VARIANT = 'loser_variant ' ;
@@ -1561,7 +1566,9 @@ public function getLanguageAllowableValues()
15611566 self ::LANGUAGE_EN_DG ,
15621567 self ::LANGUAGE_EN_DK ,
15631568 self ::LANGUAGE_EN_DM ,
1569+ self ::LANGUAGE_EN_EE ,
15641570 self ::LANGUAGE_EN_ER ,
1571+ self ::LANGUAGE_EN_FR ,
15651572 self ::LANGUAGE_EN_FI ,
15661573 self ::LANGUAGE_EN_FJ ,
15671574 self ::LANGUAGE_EN_FK ,
@@ -2182,6 +2189,9 @@ public function getContentTypeCategoryAllowableValues()
21822189 self ::CONTENT_TYPE_CATEGORY__10 ,
21832190 self ::CONTENT_TYPE_CATEGORY__11 ,
21842191 self ::CONTENT_TYPE_CATEGORY__12 ,
2192+ self ::CONTENT_TYPE_CATEGORY__13 ,
2193+ self ::CONTENT_TYPE_CATEGORY__14 ,
2194+ self ::CONTENT_TYPE_CATEGORY__15 ,
21852195 ];
21862196 }
21872197
@@ -2312,8 +2322,8 @@ public function __construct(array $data = null)
23122322 $ this ->setIfExists ('rss_summary ' , $ data ?? [], null );
23132323 $ this ->setIfExists ('page_expiry_enabled ' , $ data ?? [], null );
23142324 $ this ->setIfExists ('url ' , $ data ?? [], null );
2315- $ this ->setIfExists ('public_access_rules ' , $ data ?? [], null );
23162325 $ this ->setIfExists ('enable_google_amp_output_override ' , $ data ?? [], null );
2326+ $ this ->setIfExists ('public_access_rules ' , $ data ?? [], null );
23172327 $ this ->setIfExists ('archived_at ' , $ data ?? [], null );
23182328 $ this ->setIfExists ('post_body ' , $ data ?? [], null );
23192329 $ this ->setIfExists ('theme_settings_values ' , $ data ?? [], null );
@@ -2535,12 +2545,12 @@ public function listInvalidProperties()
25352545 if ($ this ->container ['url ' ] === null ) {
25362546 $ invalidProperties [] = "'url' can't be null " ;
25372547 }
2538- if ($ this ->container ['public_access_rules ' ] === null ) {
2539- $ invalidProperties [] = "'public_access_rules' can't be null " ;
2540- }
25412548 if ($ this ->container ['enable_google_amp_output_override ' ] === null ) {
25422549 $ invalidProperties [] = "'enable_google_amp_output_override' can't be null " ;
25432550 }
2551+ if ($ this ->container ['public_access_rules ' ] === null ) {
2552+ $ invalidProperties [] = "'public_access_rules' can't be null " ;
2553+ }
25442554 if ($ this ->container ['archived_at ' ] === null ) {
25452555 $ invalidProperties [] = "'archived_at' can't be null " ;
25462556 }
@@ -4001,55 +4011,55 @@ public function setUrl($url)
40014011 }
40024012
40034013 /**
4004- * Gets public_access_rules
4014+ * Gets enable_google_amp_output_override
40054015 *
4006- * @return object[]
4016+ * @return bool
40074017 */
4008- public function getPublicAccessRules ()
4018+ public function getEnableGoogleAmpOutputOverride ()
40094019 {
4010- return $ this ->container ['public_access_rules ' ];
4020+ return $ this ->container ['enable_google_amp_output_override ' ];
40114021 }
40124022
40134023 /**
4014- * Sets public_access_rules
4024+ * Sets enable_google_amp_output_override
40154025 *
4016- * @param object[] $public_access_rules Rules for require member registration to access private content .
4026+ * @param bool $enable_google_amp_output_override Boolean to allow overriding the AMP settings for the blog .
40174027 *
40184028 * @return self
40194029 */
4020- public function setPublicAccessRules ( $ public_access_rules )
4030+ public function setEnableGoogleAmpOutputOverride ( $ enable_google_amp_output_override )
40214031 {
4022- if (is_null ($ public_access_rules )) {
4023- throw new \InvalidArgumentException ('non-nullable public_access_rules cannot be null ' );
4032+ if (is_null ($ enable_google_amp_output_override )) {
4033+ throw new \InvalidArgumentException ('non-nullable enable_google_amp_output_override cannot be null ' );
40244034 }
4025- $ this ->container ['public_access_rules ' ] = $ public_access_rules ;
4035+ $ this ->container ['enable_google_amp_output_override ' ] = $ enable_google_amp_output_override ;
40264036
40274037 return $ this ;
40284038 }
40294039
40304040 /**
4031- * Gets enable_google_amp_output_override
4041+ * Gets public_access_rules
40324042 *
4033- * @return bool
4043+ * @return object[]
40344044 */
4035- public function getEnableGoogleAmpOutputOverride ()
4045+ public function getPublicAccessRules ()
40364046 {
4037- return $ this ->container ['enable_google_amp_output_override ' ];
4047+ return $ this ->container ['public_access_rules ' ];
40384048 }
40394049
40404050 /**
4041- * Sets enable_google_amp_output_override
4051+ * Sets public_access_rules
40424052 *
4043- * @param bool $enable_google_amp_output_override Boolean to allow overriding the AMP settings for the blog .
4053+ * @param object[] $public_access_rules Rules for require member registration to access private content .
40444054 *
40454055 * @return self
40464056 */
4047- public function setEnableGoogleAmpOutputOverride ( $ enable_google_amp_output_override )
4057+ public function setPublicAccessRules ( $ public_access_rules )
40484058 {
4049- if (is_null ($ enable_google_amp_output_override )) {
4050- throw new \InvalidArgumentException ('non-nullable enable_google_amp_output_override cannot be null ' );
4059+ if (is_null ($ public_access_rules )) {
4060+ throw new \InvalidArgumentException ('non-nullable public_access_rules cannot be null ' );
40514061 }
4052- $ this ->container ['enable_google_amp_output_override ' ] = $ enable_google_amp_output_override ;
4062+ $ this ->container ['public_access_rules ' ] = $ public_access_rules ;
40534063
40544064 return $ this ;
40554065 }
@@ -4239,7 +4249,7 @@ public function getCategoryId()
42394249 /**
42404250 * Sets category_id
42414251 *
4242- * @param int $category_id ID of the type of object this is. Should always .
4252+ * @param int $category_id ID of the type of object this is.
42434253 *
42444254 * @return self
42454255 */
0 commit comments