@wix/auto_sdk_loyalty_programs 1.0.30 → 1.0.32

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.
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
2
  import { GetLoyaltyProgramResponse, BulkGetLoyaltyProgramResponse, LoyaltyProgram, UpdateLoyaltyProgramResponse, ActivateLoyaltyProgramResponse, PauseLoyaltyProgramResponse, GetLoyaltyProgramPremiumFeaturesResponse, EnablePointsExpirationResponse, DisablePointsExpirationResponse, ProgramUpdatedEnvelope } from './index.typings.js';
3
- export { ActionEvent, ActivateLoyaltyProgramRequest, Asset, AssignedFromFloatingReason, BaseEventMetadata, BooleanFeature, BulkGetLoyaltyProgramRequest, CancelRequestedReason, ContractSwitchedReason, DeleteContext, DeleteStatus, DisablePointsExpirationRequest, DomainEvent, DomainEventBodyOneOf, Empty, EnablePointsExpirationRequest, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, Feature, FeatureCancelled, FeatureCancelledReasonOneOf, FeatureContext, FeatureDisabled, FeatureDisabledReasonOneOf, FeatureEnabled, FeatureEnabledReasonOneOf, FeatureEvent, FeatureEventEventOneOf, FeaturePeriod, FeatureQuantityInfoOneOf, FeatureUpdated, FeatureUpdatedPreviousQuantityInfoOneOf, FeatureUpdatedReasonOneOf, FocalPoint, GetLoyaltyProgramDescriptionRequest, GetLoyaltyProgramDescriptionResponse, GetLoyaltyProgramPremiumFeaturesRequest, GetLoyaltyProgramRequest, IdentificationData, IdentificationDataIdOneOf, LoyaltyAppInstallation, LoyaltyProgramActivated, LoyaltyProgramDescriptionUpdated, ManualFeatureCreationReason, MessageEnvelope, MetaSiteSpecialEvent, MetaSiteSpecialEventPayloadOneOf, MigratedFromLegacyReason, Namespace, NamespaceChanged, NewFeatureReason, OdeditorAssigned, OdeditorUnassigned, PauseLoyaltyProgramRequest, PicassoAssigned, PicassoUnassigned, PointDefinition, PointsExpiration, PointsExpirationChanges, PointsExpirationConfigurationChanged, PointsExpirationDisabled, PointsExpirationEnabled, PremiumFeatures, ProgramInSite, ProgramStatus, QuotaFeature, QuotaInfo, QuotaInfoEntry, ReassignedFromSiteReason, ReassignedToAnotherSiteReason, ReplacedByAnotherSubscriptionReason, RestoreInfo, ServiceProvisioned, ServiceRemoved, SiteCreated, SiteCreatedContext, SiteDeleted, SiteHardDeleted, SiteMarkedAsTemplate, SiteMarkedAsWixSite, SitePublished, SitePurgedExternally, SiteRenamed, SiteTransferred, SiteUndeleted, SiteUnpublished, SiteUrlChanged, SocialMediaChannel, SocialMediaSettings, State, Status, StudioAssigned, StudioUnassigned, TransferredFromAnotherAccountReason, TransferredToAnotherAccountReason, Type, UnAssingedToFloatingReason, UpdateLoyaltyProgramDescriptionRequest, UpdateLoyaltyProgramDescriptionResponse, UpdateLoyaltyProgramRequest, V1Type, WebhookIdentityType } from './index.typings.js';
3
+ export { ActionEvent, ActivateLoyaltyProgramRequest, AssignedFromFloatingReason, BaseEventMetadata, BooleanFeature, BulkGetLoyaltyProgramRequest, CancelRequestedReason, ContractSwitchedReason, DisablePointsExpirationRequest, DomainEvent, DomainEventBodyOneOf, Empty, EnablePointsExpirationRequest, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, Feature, FeatureCancelled, FeatureCancelledReasonOneOf, FeatureContext, FeatureDisabled, FeatureDisabledReasonOneOf, FeatureEnabled, FeatureEnabledReasonOneOf, FeatureEvent, FeatureEventEventOneOf, FeaturePeriod, FeatureQuantityInfoOneOf, FeatureUpdated, FeatureUpdatedPreviousQuantityInfoOneOf, FeatureUpdatedReasonOneOf, FocalPoint, GetLoyaltyProgramDescriptionRequest, GetLoyaltyProgramDescriptionResponse, GetLoyaltyProgramPremiumFeaturesRequest, GetLoyaltyProgramRequest, IdentificationData, IdentificationDataIdOneOf, LoyaltyAppInstallation, LoyaltyProgramActivated, LoyaltyProgramDescriptionUpdated, ManualFeatureCreationReason, MessageEnvelope, MigratedFromLegacyReason, NewFeatureReason, PauseLoyaltyProgramRequest, PointDefinition, PointsExpiration, PointsExpirationChanges, PointsExpirationConfigurationChanged, PointsExpirationDisabled, PointsExpirationEnabled, PremiumFeatures, ProgramInSite, ProgramStatus, QuotaFeature, QuotaInfo, QuotaInfoEntry, ReassignedFromSiteReason, ReassignedToAnotherSiteReason, ReplacedByAnotherSubscriptionReason, RestoreInfo, SocialMediaChannel, SocialMediaSettings, Status, TransferredFromAnotherAccountReason, TransferredToAnotherAccountReason, Type, UnAssingedToFloatingReason, UpdateLoyaltyProgramDescriptionRequest, UpdateLoyaltyProgramDescriptionResponse, UpdateLoyaltyProgramRequest, V1Type, WebhookIdentityType } from './index.typings.js';
4
4
 
5
5
  type ProgramNonNullablePaths = `status` | `pointsExpiration.status` | `pointsExpiration.monthsOfInactivity` | `pointsExpiration.expiringPointsPercentage` | `premiumFeatures.loyaltyProgram` | `premiumFeatures.tiers` | `premiumFeatures.pointsExpiration`;
6
6
  declare function getLoyaltyProgram$1(httpClient: HttpClient): GetLoyaltyProgramSignature;
@@ -20,12 +20,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // index.ts
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
- DeleteStatus: () => DeleteStatus,
24
23
  FeaturePeriod: () => FeaturePeriod,
25
- Namespace: () => Namespace,
26
24
  ProgramStatus: () => ProgramStatus,
27
- SiteCreatedContext: () => SiteCreatedContext,
28
- State: () => State,
29
25
  Status: () => Status,
30
26
  Type: () => Type,
31
27
  V1Type: () => V1Type,
@@ -446,64 +442,6 @@ var Type = /* @__PURE__ */ ((Type2) => {
446
442
  Type2["TIKTOK"] = "TIKTOK";
447
443
  return Type2;
448
444
  })(Type || {});
449
- var State = /* @__PURE__ */ ((State2) => {
450
- State2["UNKNOWN"] = "UNKNOWN";
451
- State2["ENABLED"] = "ENABLED";
452
- State2["DISABLED"] = "DISABLED";
453
- State2["PENDING"] = "PENDING";
454
- State2["DEMO"] = "DEMO";
455
- return State2;
456
- })(State || {});
457
- var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
458
- SiteCreatedContext2["OTHER"] = "OTHER";
459
- SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
460
- SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
461
- SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
462
- SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
463
- SiteCreatedContext2["FLASH"] = "FLASH";
464
- return SiteCreatedContext2;
465
- })(SiteCreatedContext || {});
466
- var Namespace = /* @__PURE__ */ ((Namespace2) => {
467
- Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
468
- Namespace2["WIX"] = "WIX";
469
- Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
470
- Namespace2["ALBUMS"] = "ALBUMS";
471
- Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
472
- Namespace2["HOTELS"] = "HOTELS";
473
- Namespace2["CLUBS"] = "CLUBS";
474
- Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
475
- Namespace2["DEV_SITE"] = "DEV_SITE";
476
- Namespace2["LOGOS"] = "LOGOS";
477
- Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
478
- Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
479
- Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
480
- Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
481
- Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
482
- Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
483
- Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
484
- Namespace2["ANYWHERE"] = "ANYWHERE";
485
- Namespace2["HEADLESS"] = "HEADLESS";
486
- Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
487
- Namespace2["RISE"] = "RISE";
488
- Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
489
- Namespace2["NOWNIA"] = "NOWNIA";
490
- Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
491
- Namespace2["CODUX"] = "CODUX";
492
- Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
493
- Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
494
- Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
495
- Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
496
- Namespace2["MIMIR"] = "MIMIR";
497
- return Namespace2;
498
- })(Namespace || {});
499
- var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
500
- DeleteStatus2["UNKNOWN"] = "UNKNOWN";
501
- DeleteStatus2["TRASH"] = "TRASH";
502
- DeleteStatus2["DELETED"] = "DELETED";
503
- DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
504
- DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
505
- return DeleteStatus2;
506
- })(DeleteStatus || {});
507
445
  var FeaturePeriod = /* @__PURE__ */ ((FeaturePeriod2) => {
508
446
  FeaturePeriod2["NO_PERIOD"] = "NO_PERIOD";
509
447
  FeaturePeriod2["MILLISECOND"] = "MILLISECOND";
@@ -859,12 +797,8 @@ var disablePointsExpiration4 = /* @__PURE__ */ (0, import_rest_modules3.createRE
859
797
  var onProgramUpdated2 = (0, import_event_definition_modules.createEventModule)(onProgramUpdated);
860
798
  // Annotate the CommonJS export names for ESM import in node:
861
799
  0 && (module.exports = {
862
- DeleteStatus,
863
800
  FeaturePeriod,
864
- Namespace,
865
801
  ProgramStatus,
866
- SiteCreatedContext,
867
- State,
868
802
  Status,
869
803
  Type,
870
804
  V1Type,