@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.
@@ -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*`. Legacy-relation
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`. Поле `crossSale` синхронизируется автоматически.
43
+ * `createForBirthdayMarketing` / `createForRefund`.
44
44
  */
45
45
  kind?: PromocodeKindEnum;
46
46
  }
@@ -8,7 +8,6 @@ export declare class PromocodeRO extends RO {
8
8
  description: string;
9
9
  type: PromocodeTypeEnum;
10
10
  multiple: boolean;
11
- crossSale: boolean;
12
11
  canUseWithOtherPromocodes: boolean;
13
12
  availableForCertificates: boolean;
14
13
  availableForBookings: boolean;
@@ -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)