@springtree/eva-services-core-management 3.0.0-beta.71 → 3.0.0-beta.73

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.
@@ -540,10 +540,6 @@ export interface AddBlobToCaseInteraction<ID_TYPE = string> {
540
540
  /**
541
541
  * Can be used for both standard- and secured blobs - must match environment assets URL.
542
542
  */
543
- BlobUrl?: string;
544
- /**
545
- * Can be used for both standard- and secured blobs - must match environment assets URL.
546
- */
547
543
  BlobUrls?: string[];
548
544
  /**
549
545
  * Entity type: Interaction
@@ -571,10 +567,6 @@ export interface AttachBlobToCase<ID_TYPE = string> {
571
567
  /**
572
568
  * Can be used for both standard- and secured blobs - must match environment assets URL.
573
569
  */
574
- BlobUrl?: string;
575
- /**
576
- * Can be used for both standard- and secured blobs - must match environment assets URL.
577
- */
578
570
  BlobUrls?: string[];
579
571
  /**
580
572
  * Entity type: Case
@@ -3154,7 +3146,7 @@ export interface ArchiveDiscount<ID_TYPE = string> {
3154
3146
  */
3155
3147
  export interface CreateDiscount<ID_TYPE = string> {
3156
3148
  ActionData?: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | Extenders_CreateDiscount_ActionData<ID_TYPE>[keyof Extenders_CreateDiscount_ActionData<ID_TYPE>];
3157
- ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3149
+ ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
3158
3150
  ApplyTo?: DataModelsDiscountAppliesTo;
3159
3151
  BackendID?: string;
3160
3152
  Budget?: number;
@@ -3247,7 +3239,7 @@ export interface CreateDiscount<ID_TYPE = string> {
3247
3239
  }
3248
3240
  export interface DiscountsCreateDiscount_DiscountConditionDto<ID_TYPE = string> {
3249
3241
  Data?: MiscConditionsCouponOriginatingOrderOrganizationUnitConditionData<ID_TYPE> | MiscConditionsCouponValidityConditionData<ID_TYPE> | MiscConditionsCustomerAgeConditionData<ID_TYPE> | MiscConditionsCustomerConditionData<ID_TYPE> | MiscConditionsLoyaltyPointsConditionData<ID_TYPE> | MiscConditionsMaximumUsePerUserConditionData<ID_TYPE> | MiscConditionsOldUserFieldConditionData<ID_TYPE> | MiscConditionsOrderAmountConditionData<ID_TYPE> | MiscConditionsOrderCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderLineCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderPropertiesConditionData<ID_TYPE> | MiscConditionsOrderTypeConditionData<ID_TYPE> | MiscConditionsOrganizationUnitConditionData<ID_TYPE> | MiscConditionsOrganizationUnitTypeConditionData<ID_TYPE> | MiscConditionsProductConditionData<ID_TYPE> | MiscConditionsProductRequirementConditionData<ID_TYPE> | MiscConditionsStockLabelConditionData<ID_TYPE> | MiscConditionsUserCustomFieldConditionData<ID_TYPE> | MiscConditionsUserRoleConditionData<ID_TYPE> | MiscConditionsUserTypeConditionData<ID_TYPE> | EmptyConditionData<ID_TYPE> | Extenders_DiscountsCreateDiscount_DiscountConditionDto_Data<ID_TYPE>[keyof Extenders_DiscountsCreateDiscount_DiscountConditionDto_Data<ID_TYPE>];
3250
- Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3242
+ Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
3251
3243
  }
3252
3244
  /**
3253
3245
  * Create a new DiscountCampaign
@@ -3401,7 +3393,7 @@ export interface CreateDiscountResponse<ID_TYPE = string> {
3401
3393
  */
3402
3394
  export interface CreateDiscountTemplate<ID_TYPE = string> {
3403
3395
  ActionData: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | null | Extenders_CreateDiscountTemplate_ActionData<ID_TYPE>[keyof Extenders_CreateDiscountTemplate_ActionData<ID_TYPE>];
3404
- ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3396
+ ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
3405
3397
  AppliesTo?: DataModelsDiscountAppliesTo;
3406
3398
  BackendID?: string;
3407
3399
  /**
@@ -3440,7 +3432,7 @@ export interface CreateDiscountTemplate<ID_TYPE = string> {
3440
3432
  }
3441
3433
  export interface DiscountsCreateDiscountTemplate_Condition<ID_TYPE = string> {
3442
3434
  Data: MiscConditionsCouponOriginatingOrderOrganizationUnitConditionData<ID_TYPE> | MiscConditionsCouponValidityConditionData<ID_TYPE> | MiscConditionsCustomerAgeConditionData<ID_TYPE> | MiscConditionsCustomerConditionData<ID_TYPE> | MiscConditionsLoyaltyPointsConditionData<ID_TYPE> | MiscConditionsMaximumUsePerUserConditionData<ID_TYPE> | MiscConditionsOldUserFieldConditionData<ID_TYPE> | MiscConditionsOrderAmountConditionData<ID_TYPE> | MiscConditionsOrderCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderLineCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderPropertiesConditionData<ID_TYPE> | MiscConditionsOrderTypeConditionData<ID_TYPE> | MiscConditionsOrganizationUnitConditionData<ID_TYPE> | MiscConditionsOrganizationUnitTypeConditionData<ID_TYPE> | MiscConditionsProductConditionData<ID_TYPE> | MiscConditionsProductRequirementConditionData<ID_TYPE> | MiscConditionsStockLabelConditionData<ID_TYPE> | MiscConditionsUserCustomFieldConditionData<ID_TYPE> | MiscConditionsUserRoleConditionData<ID_TYPE> | MiscConditionsUserTypeConditionData<ID_TYPE> | EmptyConditionData<ID_TYPE> | null | Extenders_DiscountsCreateDiscountTemplate_Condition_Data<ID_TYPE>[keyof Extenders_DiscountsCreateDiscountTemplate_Condition_Data<ID_TYPE>];
3443
- Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3435
+ Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
3444
3436
  }
3445
3437
  export interface CreateDiscountTemplateResponse<ID_TYPE = string> {
3446
3438
  Error?: ServiceError<ID_TYPE>;
@@ -3632,7 +3624,7 @@ export interface GetDiscountByID<ID_TYPE = string> {
3632
3624
  }
3633
3625
  export interface GetDiscountByIDResponse<ID_TYPE = string> {
3634
3626
  ActionData?: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | Extenders_GetDiscountByIDResponse_ActionData<ID_TYPE>[keyof Extenders_GetDiscountByIDResponse_ActionData<ID_TYPE>];
3635
- ActionType?: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3627
+ ActionType?: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
3636
3628
  ApplyTo?: DataModelsDiscountAppliesTo;
3637
3629
  BackendID?: string;
3638
3630
  Budget?: number;
@@ -3751,7 +3743,7 @@ export interface DiscountsGetDiscountByIDResponse_DiscountCondition<ID_TYPE = st
3751
3743
  * Entity type: DiscountCondition
3752
3744
  */
3753
3745
  ID: ID_TYPE;
3754
- Type?: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3746
+ Type?: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
3755
3747
  UseAsActionCondition: boolean;
3756
3748
  }
3757
3749
  export interface DiscountsGetDiscountByIDResponse_Role<ID_TYPE = string> {
@@ -3873,7 +3865,7 @@ export interface GetDiscountTemplateByID<ID_TYPE = string> {
3873
3865
  }
3874
3866
  export interface GetDiscountTemplateByIDResponse<ID_TYPE = string> {
3875
3867
  ActionData: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | null | Extenders_GetDiscountTemplateByIDResponse_ActionData<ID_TYPE>[keyof Extenders_GetDiscountTemplateByIDResponse_ActionData<ID_TYPE>];
3876
- ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3868
+ ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
3877
3869
  AppliesTo: DataModelsDiscountAppliesTo;
3878
3870
  BackendID?: string;
3879
3871
  /**
@@ -3923,7 +3915,7 @@ export interface DiscountsGetDiscountTemplateByIDResponse_Condition<ID_TYPE = st
3923
3915
  * Entity type: DiscountTemplateCondition
3924
3916
  */
3925
3917
  ID: ID_TYPE;
3926
- Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
3918
+ Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
3927
3919
  }
3928
3920
  /**
3929
3921
  * Searches the Discounts with the given filter and returns a tree structure based on discount layer and discount.
@@ -4171,7 +4163,7 @@ export interface ListDiscountTemplatesResponse<ID_TYPE = string> {
4171
4163
  Result: PagedResult<DiscountsListDiscountTemplatesResponse_Data<ID_TYPE>, ID_TYPE>;
4172
4164
  }
4173
4165
  export interface DiscountsListDiscountTemplatesResponse_Data<ID_TYPE = string> {
4174
- ActionType?: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4166
+ ActionType?: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
4175
4167
  AppliesTo: DataModelsDiscountAppliesTo;
4176
4168
  CreatedByFullName?: string;
4177
4169
  CreationTime: string;
@@ -4404,7 +4396,7 @@ export interface SetDiscountLayerSequences<ID_TYPE = string> {
4404
4396
  */
4405
4397
  export interface UpdateDiscount<ID_TYPE = string> {
4406
4398
  ActionData?: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | Extenders_UpdateDiscount_ActionData<ID_TYPE>[keyof Extenders_UpdateDiscount_ActionData<ID_TYPE>];
4407
- ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4399
+ ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
4408
4400
  ApplyTo?: DataModelsDiscountAppliesTo;
4409
4401
  BackendID?: string;
4410
4402
  Budget?: number;
@@ -4502,7 +4494,7 @@ export interface DiscountsUpdateDiscount_DiscountConditionDto<ID_TYPE = string>
4502
4494
  * Entity type: DiscountCondition
4503
4495
  */
4504
4496
  ID?: ID_TYPE;
4505
- Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4497
+ Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
4506
4498
  }
4507
4499
  /**
4508
4500
  * Update an existing DiscountCampaign
@@ -4576,7 +4568,7 @@ export interface UpdateDiscountLayer<ID_TYPE = string> {
4576
4568
  */
4577
4569
  export interface UpdateDiscountTemplate<ID_TYPE = string> {
4578
4570
  ActionData: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | null | Extenders_UpdateDiscountTemplate_ActionData<ID_TYPE>[keyof Extenders_UpdateDiscountTemplate_ActionData<ID_TYPE>];
4579
- ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4571
+ ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
4580
4572
  AppliesTo?: DataModelsDiscountAppliesTo;
4581
4573
  BackendID?: string;
4582
4574
  /**
@@ -4623,7 +4615,7 @@ export interface DiscountsUpdateDiscountTemplate_Condition<ID_TYPE = string> {
4623
4615
  * Entity type: DiscountTemplateCondition
4624
4616
  */
4625
4617
  ID?: ID_TYPE;
4626
- Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4618
+ Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
4627
4619
  }
4628
4620
  /**
4629
4621
  * Upload an excel with coupons.
@@ -4667,7 +4659,7 @@ export interface UploadCouponExcel_AsyncResult<ID_TYPE = string> {
4667
4659
  */
4668
4660
  export interface ValidateDiscount<ID_TYPE = string> {
4669
4661
  ActionData?: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | Extenders_ValidateDiscount_ActionData<ID_TYPE>[keyof Extenders_ValidateDiscount_ActionData<ID_TYPE>];
4670
- ActionType?: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4662
+ ActionType?: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
4671
4663
  AppliesTo?: DataModelsDiscountAppliesTo;
4672
4664
  BackendID?: string;
4673
4665
  CompliancyRule?: DataModelsDiscountCompliancyRule;
@@ -4744,7 +4736,7 @@ export interface ValidateDiscount<ID_TYPE = string> {
4744
4736
  }
4745
4737
  export interface DiscountsValidateDiscount_DiscountConditionDto<ID_TYPE = string> {
4746
4738
  Data?: MiscConditionsCouponOriginatingOrderOrganizationUnitConditionData<ID_TYPE> | MiscConditionsCouponValidityConditionData<ID_TYPE> | MiscConditionsCustomerAgeConditionData<ID_TYPE> | MiscConditionsCustomerConditionData<ID_TYPE> | MiscConditionsLoyaltyPointsConditionData<ID_TYPE> | MiscConditionsMaximumUsePerUserConditionData<ID_TYPE> | MiscConditionsOldUserFieldConditionData<ID_TYPE> | MiscConditionsOrderAmountConditionData<ID_TYPE> | MiscConditionsOrderCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderLineCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderPropertiesConditionData<ID_TYPE> | MiscConditionsOrderTypeConditionData<ID_TYPE> | MiscConditionsOrganizationUnitConditionData<ID_TYPE> | MiscConditionsOrganizationUnitTypeConditionData<ID_TYPE> | MiscConditionsProductConditionData<ID_TYPE> | MiscConditionsProductRequirementConditionData<ID_TYPE> | MiscConditionsStockLabelConditionData<ID_TYPE> | MiscConditionsUserCustomFieldConditionData<ID_TYPE> | MiscConditionsUserRoleConditionData<ID_TYPE> | MiscConditionsUserTypeConditionData<ID_TYPE> | EmptyConditionData<ID_TYPE> | Extenders_DiscountsValidateDiscount_DiscountConditionDto_Data<ID_TYPE>[keyof Extenders_DiscountsValidateDiscount_DiscountConditionDto_Data<ID_TYPE>];
4747
- Type?: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4739
+ Type?: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
4748
4740
  UseAsActionCondition?: boolean;
4749
4741
  }
4750
4742
  export interface ValidateDiscountResponse<ID_TYPE = string> {
@@ -4768,7 +4760,7 @@ export interface DiscountsValidateDiscountResponse_CustomFieldMessage<ID_TYPE =
4768
4760
  */
4769
4761
  export interface ValidateDiscountTemplate<ID_TYPE = string> {
4770
4762
  ActionData: DiscountsAmountDiscountActionData<ID_TYPE> | DiscountsCustomerAgeDiscountActionData<ID_TYPE> | DiscountsCustomerAgeTieredDiscountActionData<ID_TYPE> | DiscountsGenerateDiscountCouponActionData<ID_TYPE> | DiscountsGetAProductDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredAmountDiscountActionData<ID_TYPE> | DiscountsLoyaltyTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOrderTieredAmountDiscountActionData<ID_TYPE> | DiscountsOrderTieredPercentageDiscountActionData<ID_TYPE> | DiscountsOriginatingOrderDiscountActionData<ID_TYPE> | DiscountsOtherCostsDiscountActionData<ID_TYPE> | DiscountsPercentageDiscountActionData<ID_TYPE> | DiscountsPickAProductTieredDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductAmountTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredAmountDiscountActionData<ID_TYPE> | DiscountsProductQuantityTieredPercentageDiscountActionData<ID_TYPE> | DiscountsProductSetAmountDiscountActionData<ID_TYPE> | DiscountsProductSetFixedPriceDiscountActionData<ID_TYPE> | DiscountsProductSetFreeProductActionData<ID_TYPE> | DiscountsProductSetPercentageDiscountActionData<ID_TYPE> | DiscountsCustomFieldValueDeterminedDiscountActionData<ID_TYPE> | DiscountsEmptyDiscountActionData<ID_TYPE> | null | Extenders_ValidateDiscountTemplate_ActionData<ID_TYPE>[keyof Extenders_ValidateDiscountTemplate_ActionData<ID_TYPE>];
4771
- ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4763
+ ActionType: 'V2:DISCOUNTAMOUNT' | 'V2:CUSTOMERAGE' | 'V2:TIEREDCUSTOMERAGE' | 'V2:GENERATEDISCOUNTCOUPON' | 'V2:GETAPRODUCT' | 'V2:LOYALTYTIEREDDISCOUNTAMOUNT' | 'V2:LOYALTYTIEREDDISCOUNTPERCENTAGE' | 'V2:ORDERTIEREDDISCOUNTAMOUNT' | 'V2:ORDERTIEREDDISCOUNTPERCENTAGE' | 'V2:ORIGINATINGORDERDISCOUNT' | 'V2:OTHERCOSTS' | 'V2:DISCOUNTPERCENTAGE' | 'V2:TIEREDPICKAPRODUCT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTAMOUNTTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTAMOUNT' | 'V2:PRODUCTQUANTITYTIEREDDISCOUNTPERCENTAGE' | 'V2:PRODUCTSETDISCOUNTAMOUNT' | 'V2:PRODUCTSETFIXEDPRICE' | 'V2:PRODUCTSETFREEPRODUCT' | 'V2:PRODUCTSETDISCOUNTPERCENTAGE' | 'V2:CUSTOMFIELDVALUEDETERMINEDDISCOUNT' | 'DEFAULT' | 'V2:RITUALSEMPLOYEE';
4772
4764
  AppliesTo?: DataModelsDiscountAppliesTo;
4773
4765
  BackendID?: string;
4774
4766
  CannotApplyToOwnOrder?: boolean;
@@ -4801,7 +4793,7 @@ export interface ValidateDiscountTemplate<ID_TYPE = string> {
4801
4793
  }
4802
4794
  export interface DiscountsValidateDiscountTemplate_Condition<ID_TYPE = string> {
4803
4795
  Data: MiscConditionsCouponOriginatingOrderOrganizationUnitConditionData<ID_TYPE> | MiscConditionsCouponValidityConditionData<ID_TYPE> | MiscConditionsCustomerAgeConditionData<ID_TYPE> | MiscConditionsCustomerConditionData<ID_TYPE> | MiscConditionsLoyaltyPointsConditionData<ID_TYPE> | MiscConditionsMaximumUsePerUserConditionData<ID_TYPE> | MiscConditionsOldUserFieldConditionData<ID_TYPE> | MiscConditionsOrderAmountConditionData<ID_TYPE> | MiscConditionsOrderCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderLineCustomFieldConditionData<ID_TYPE> | MiscConditionsOrderPropertiesConditionData<ID_TYPE> | MiscConditionsOrderTypeConditionData<ID_TYPE> | MiscConditionsOrganizationUnitConditionData<ID_TYPE> | MiscConditionsOrganizationUnitTypeConditionData<ID_TYPE> | MiscConditionsProductConditionData<ID_TYPE> | MiscConditionsProductRequirementConditionData<ID_TYPE> | MiscConditionsStockLabelConditionData<ID_TYPE> | MiscConditionsUserCustomFieldConditionData<ID_TYPE> | MiscConditionsUserRoleConditionData<ID_TYPE> | MiscConditionsUserTypeConditionData<ID_TYPE> | EmptyConditionData<ID_TYPE> | null | Extenders_DiscountsValidateDiscountTemplate_Condition_Data<ID_TYPE>[keyof Extenders_DiscountsValidateDiscountTemplate_Condition_Data<ID_TYPE>];
4804
- Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'RITUALSEMPLOYEE' | 'V2:RITUALSEMPLOYEE';
4796
+ Type: 'V2:COUPONORIGINATINGORDERORGANIZATIONUNIT' | 'V2:COUPONVALIDITY' | 'V2:CUSTOMERAGE' | 'V2:CUSTOMER' | 'V2:LOYALTYPOINTS' | 'V2:MAXIMUMUSEPERUSER' | 'V2:USERFIELD' | 'V2:ORDERAMOUNT' | 'V2:ORDERCUSTOMFIELD' | 'V2:ORDERLINECUSTOMFIELD' | 'V2:ORDERPROPERTIES' | 'V2:ORDERTYPE' | 'V2:OBS:ORGANIZATIONUNIT' | 'V2:OBS:ORGANIZATIONUNITTYPE' | 'V2:PRODUCT' | 'V2:PRODUCTREQUIREMENT' | 'V2:STOCKLABEL' | 'V2:USERCUSTOMFIELD' | 'V2:USERROLE' | 'V2:USERTYPE' | 'DEFAULT' | 'RITUALSLOYALTY' | 'V2:RITUALSLOYALTY' | 'RITUALSWELCOMEGIFT' | 'V2:RITUALSWELCOMEGIFT' | 'V2:RITUALSEMPLOYEE';
4805
4797
  }
4806
4798
  export interface ValidateDiscountTemplateResponse<ID_TYPE = string> {
4807
4799
  ActionErrors?: string[];
@@ -13960,6 +13952,7 @@ export interface GetSurveyByIDResponse<ID_TYPE = string> {
13960
13952
  LastPublishedVersion?: number;
13961
13953
  LastResponseCompletedOn?: string;
13962
13954
  LastResponseStartedOn?: string;
13955
+ LoadPreviousResponseAnswers: boolean;
13963
13956
  Metadata?: ResponseMessageMetadata<ID_TYPE>;
13964
13957
  Name?: string;
13965
13958
  OneTimeUseOnly: boolean;
@@ -15603,10 +15596,6 @@ export interface UpdateUserRequirementSet<ID_TYPE = string> {
15603
15596
  */
15604
15597
  ID: ID_TYPE;
15605
15598
  Name?: string;
15606
- /**
15607
- * Entity type: OrganizationUnitSet
15608
- */
15609
- OrganizationUnitSetID?: ID_TYPE;
15610
15599
  }
15611
15600
  /**
15612
15601
  * Update all requirements on a UserRequirementSet.