@wix/auto_sdk_referral_programs 1.0.45 → 1.0.47
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
2
|
import { GetReferralProgramResponse, ReferralProgram, UpdateReferralProgramResponse, ActivateReferralProgramResponse, PauseReferralProgramResponse, GetAiSocialMediaPostsSuggestionsOptions, GetAISocialMediaPostsSuggestionsResponse, GenerateAiSocialMediaPostsSuggestionsOptions, GenerateAISocialMediaPostsSuggestionsResponse, GetReferralProgramPremiumFeaturesResponse, ProgramUpdatedEnvelope } from './index.typings.js';
|
|
3
|
-
export { AISocialMediaPostSuggestion, Action, ActionEvent, ActivateReferralProgramRequest, App, BaseEventMetadata, BillingReference, BulkGetReferralProgramRequest, BulkGetReferralProgramResponse, CancellationDetails, ContractSwitchReason, ContractSwitchType, ContractSwitched, Coupon, CouponDiscountTypeOptionsOneOf, CouponScope, CouponScopeOrMinSubtotalOneOf, Cycle, CycleCycleSelectorOneOf, DiscountType, DomainEvent, DomainEventBodyOneOf, Emails, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, FixedAmountDiscount, GenerateAISocialMediaPostsSuggestionsRequest, GetAISocialMediaPostsSuggestionsRequest, GetReferralProgramPremiumFeaturesRequest, GetReferralProgramRequest, Group, HtmlSitePublished, IdentificationData, IdentificationDataIdOneOf, Initiator, Interval, IntervalUnit, LoyaltyPoints, MessageEnvelope, OneTime, Page, PauseReferralProgramRequest, PercentageDiscount, PremiumFeatures, PriceIncreaseTrigger, ProductAdjustment, ProductPriceIncreaseData, ProgramInSite, ProgramStatus, ProviderName, ReactivationData, ReactivationReasonEnum, RecurringChargeAttemptFailed, RecurringChargeSucceeded, ReferralAppInstallation, RestoreInfo, Reward, RewardOptionsOneOf, RewardType, Subscription, SubscriptionAssigned, SubscriptionAutoRenewTurnedOff, SubscriptionAutoRenewTurnedOn, SubscriptionCancelled, SubscriptionCreated, SubscriptionEvent, SubscriptionEventEventOneOf, SubscriptionNearEndOfPeriod, SubscriptionPendingChange, SubscriptionStatus, SubscriptionTransferred, SubscriptionUnassigned, Type, UnassignReason, UpdateReferralProgramRequest, WebhookIdentityType } from './index.typings.js';
|
|
3
|
+
export { AISocialMediaPostSuggestion, Action, ActionEvent, ActionWithLiterals, ActivateReferralProgramRequest, App, AppWithLiterals, BaseEventMetadata, BillingReference, BulkGetReferralProgramRequest, BulkGetReferralProgramResponse, CancellationDetails, ContractSwitchReason, ContractSwitchReasonWithLiterals, ContractSwitchType, ContractSwitchTypeWithLiterals, ContractSwitched, Coupon, CouponDiscountTypeOptionsOneOf, CouponScope, CouponScopeOrMinSubtotalOneOf, Cycle, CycleCycleSelectorOneOf, DiscountType, DiscountTypeWithLiterals, DomainEvent, DomainEventBodyOneOf, Emails, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, FixedAmountDiscount, GenerateAISocialMediaPostsSuggestionsRequest, GetAISocialMediaPostsSuggestionsRequest, GetReferralProgramPremiumFeaturesRequest, GetReferralProgramRequest, Group, HtmlSitePublished, IdentificationData, IdentificationDataIdOneOf, Initiator, InitiatorWithLiterals, Interval, IntervalUnit, IntervalUnitWithLiterals, LoyaltyPoints, MessageEnvelope, OneTime, Page, PauseReferralProgramRequest, PercentageDiscount, PremiumFeatures, PriceIncreaseTrigger, PriceIncreaseTriggerWithLiterals, ProductAdjustment, ProductAdjustmentWithLiterals, ProductPriceIncreaseData, ProgramInSite, ProgramStatus, ProgramStatusWithLiterals, ProviderName, ProviderNameWithLiterals, ReactivationData, ReactivationReasonEnum, ReactivationReasonEnumWithLiterals, RecurringChargeAttemptFailed, RecurringChargeSucceeded, ReferralAppInstallation, RestoreInfo, Reward, RewardOptionsOneOf, RewardType, RewardTypeWithLiterals, Subscription, SubscriptionAssigned, SubscriptionAutoRenewTurnedOff, SubscriptionAutoRenewTurnedOn, SubscriptionCancelled, SubscriptionCreated, SubscriptionEvent, SubscriptionEventEventOneOf, SubscriptionNearEndOfPeriod, SubscriptionPendingChange, SubscriptionStatus, SubscriptionStatusWithLiterals, SubscriptionTransferred, SubscriptionUnassigned, Type, TypeWithLiterals, UnassignReason, UnassignReasonWithLiterals, UpdateReferralProgramRequest, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function getReferralProgram$1(httpClient: HttpClient): GetReferralProgramSignature;
|
|
6
6
|
interface GetReferralProgramSignature {
|