60p82u21t54k 1.0.14 → 1.0.15

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.
@@ -5297,6 +5297,9 @@ var SettingCategory = /* @__PURE__ */ ((SettingCategory2) => {
5297
5297
  SettingCategory2["facebookPixelIdArr"] = "facebook_pixel_id_arr";
5298
5298
  SettingCategory2["googleAnalyticArr"] = "google_analytic_arr";
5299
5299
  SettingCategory2["agentLinkFirstRedirect"] = "agentlink_first_redirect";
5300
+ SettingCategory2["socialFirebaseApikey"] = "social_firebase_apikey";
5301
+ SettingCategory2["socialFirebaseProjectId"] = "social_firebase_projectid";
5302
+ SettingCategory2["socialFirebaseAppId"] = "social_firebase_appid";
5300
5303
  return SettingCategory2;
5301
5304
  })(SettingCategory || {});
5302
5305
  const modifyVipListRequest = (requests) => {
@@ -5822,7 +5825,10 @@ const getGetSettingResponse = (raw) => {
5822
5825
  facebookPixelId: raw.facebookpixelid ?? "",
5823
5826
  facebookPixelIdArr: raw.facebook_pixel_id_arr ?? [],
5824
5827
  googleAnalyticArr: raw.google_analytic_arr ?? [],
5825
- agentLinkRedirectPath: raw.agentlink_first_redirect ?? ""
5828
+ agentLinkRedirectPath: raw.agentlink_first_redirect ?? "",
5829
+ socialFirebaseApikey: raw.social_firebase_apikey ?? "",
5830
+ socialFirebaseProjectId: raw.social_firebase_projectid ?? "",
5831
+ socialFirebaseAppId: raw.social_firebase_appid ?? ""
5826
5832
  };
5827
5833
  };
5828
5834
  const modifyGetSettingRequest = (requests) => {