@plyaz/types 1.35.1 → 1.35.3

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/dist/index.js CHANGED
@@ -6470,7 +6470,9 @@ var SERVICE_KEYS = {
6470
6470
  /** Example domain service (frontend) */
6471
6471
  EXAMPLE_FRONTEND: "example-frontend",
6472
6472
  /** Feature flags service */
6473
- FEATURE_FLAGS: "featureFlags"
6473
+ FEATURE_FLAGS: "featureFlags",
6474
+ /** Campaign domain service */
6475
+ CAMPAIGN: "campaign"
6474
6476
  };
6475
6477
  var ALL_SERVICE_KEYS = Object.values(SERVICE_KEYS);
6476
6478