@escapenavigator/types 1.10.148 → 1.10.149
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/order/order.ro.d.ts +2 -4
- package/dist/promocode/create-promocode.dto.d.ts +1 -1
- package/dist/promocode/promocode.ro.d.ts +0 -1
- package/dist/promocode/promocode.ro.js +0 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utm/utm-field.enum.d.ts +1 -1
- package/dist/utm/utm-field.enum.js +1 -1
- package/package.json +2 -2
- package/dist/profile/cross-sale/early-booking/early-booking.dto.d.ts +0 -8
- package/dist/profile/cross-sale/early-booking/early-booking.dto.js +0 -44
- package/dist/profile/cross-sale/early-booking/early-booking.ro.d.ts +0 -9
- package/dist/profile/cross-sale/early-booking/early-booking.ro.js +0 -36
- package/dist/profile/cross-sale/retargeting/retargeting.dto.d.ts +0 -11
- package/dist/profile/cross-sale/retargeting/retargeting.dto.js +0 -55
- package/dist/profile/cross-sale/retargeting/retargeting.ro.d.ts +0 -12
- package/dist/profile/cross-sale/retargeting/retargeting.ro.js +0 -45
- package/dist/profile/cross-sale/up-sale/up-sale.dto.d.ts +0 -9
- package/dist/profile/cross-sale/up-sale/up-sale.dto.js +0 -50
- package/dist/profile/cross-sale/up-sale/up-sale.ro.d.ts +0 -10
- package/dist/profile/cross-sale/up-sale/up-sale.ro.js +0 -40
package/dist/order/order.ro.d.ts
CHANGED
|
@@ -108,10 +108,8 @@ declare class ReturnedPromocode {
|
|
|
108
108
|
}
|
|
109
109
|
export declare class OrderRO extends RO {
|
|
110
110
|
/**
|
|
111
|
-
* UTM-метки — flat-поля прямо на ордере. Источник
|
|
112
|
-
* денормализованные колонки `OrderEntity.utm*`.
|
|
113
|
-
* `OrderEntity.utm` (eager:false) и сам `OrderUtmEntity` остались
|
|
114
|
-
* только под refill, в RO/UI больше не пробрасываются.
|
|
111
|
+
* UTM-метки — flat-поля прямо на ордере. Источник истины —
|
|
112
|
+
* денормализованные колонки `OrderEntity.utm*`.
|
|
115
113
|
*/
|
|
116
114
|
utmSource?: string | null;
|
|
117
115
|
utmMedium?: string | null;
|
|
@@ -40,7 +40,7 @@ export declare class CreatePromocodeDto {
|
|
|
40
40
|
* Происхождение промокода. Обычно проставляется сервером:
|
|
41
41
|
* - `MANUAL` (default) — для ручного создания из CRM,
|
|
42
42
|
* - `CROSS_SALE` / `BIRTHDAY` / `REFUND` — служебные методы `createForCrossSale` /
|
|
43
|
-
* `createForBirthdayMarketing` / `createForRefund`.
|
|
43
|
+
* `createForBirthdayMarketing` / `createForRefund`.
|
|
44
44
|
*/
|
|
45
45
|
kind?: PromocodeKindEnum;
|
|
46
46
|
}
|
|
@@ -34,10 +34,6 @@ __decorate([
|
|
|
34
34
|
(0, class_transformer_1.Expose)(),
|
|
35
35
|
__metadata("design:type", Boolean)
|
|
36
36
|
], PromocodeRO.prototype, "multiple", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, class_transformer_1.Expose)(),
|
|
39
|
-
__metadata("design:type", Boolean)
|
|
40
|
-
], PromocodeRO.prototype, "crossSale", void 0);
|
|
41
37
|
__decorate([
|
|
42
38
|
(0, class_transformer_1.Expose)(),
|
|
43
39
|
__metadata("design:type", Boolean)
|