@hapl/api-queries 0.2.52 → 0.2.53--canary.175.01b5653.0

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.
@@ -6562,7 +6562,6 @@ var ContractKind;
6562
6562
  (function (ContractKind) {
6563
6563
  ContractKind["NotExclusive"] = "not-exclusive";
6564
6564
  ContractKind["Exclusive"] = "exclusive";
6565
- ContractKind["OnAdvance"] = "on-advance";
6566
6565
  ContractKind["LegalSupport"] = "legal-support";
6567
6566
  })(ContractKind || (ContractKind = {}));
6568
6567
 
@@ -7353,7 +7352,7 @@ var _Type$2, _Status$1, _Kind;
7353
7352
  var ContractDictionary = {
7354
7353
  Type: (_Type$2 = {}, _Type$2[ContractType.Buy] = 'Покупка', _Type$2[ContractType.Sell] = 'Продажа', _Type$2[ContractType.EscortSell] = 'Сопровождение продажи', _Type$2[ContractType.EscortBuy] = 'Сопровождение покупки', _Type$2),
7355
7354
  Status: (_Status$1 = {}, _Status$1[ContractStatus.Booked] = 'Неподтверждённая бронь', _Status$1[ContractStatus.Approved] = 'Бронь одобренная РОП', _Status$1[ContractStatus.Declined] = 'Бронь отклонённая РОП"', _Status$1[ContractStatus.Signed] = 'Договор', _Status$1[ContractStatus.Terminated] = 'Отмена сделки', _Status$1[ContractStatus.BookingCanceled] = 'ЗОУ закрыто', _Status$1[ContractStatus.PrepaymentPlanned] = 'Запланирован аванс', _Status$1[ContractStatus.NoPrepayment] = 'Запланирована сделка без аванса', _Status$1[ContractStatus.Prepaid] = 'Получен аванс по сделке', _Status$1[ContractStatus.DealSigned] = 'Сделка подписана', _Status$1[ContractStatus.Registered] = 'Документы зарегистрированы', _Status$1[ContractStatus.DealDone] = 'Сделка закрыта', _Status$1),
7356
- Kind: (_Kind = {}, _Kind[ContractKind.NotExclusive] = 'Не эксклюзив', _Kind[ContractKind.Exclusive] = 'Эксклюзив', _Kind[ContractKind.OnAdvance] = 'Устный', _Kind[ContractKind.LegalSupport] = 'Cопровождение', _Kind)
7355
+ Kind: (_Kind = {}, _Kind[ContractKind.NotExclusive] = 'Не эксклюзив', _Kind[ContractKind.Exclusive] = 'Эксклюзив', _Kind[ContractKind.LegalSupport] = 'Cопровождение', _Kind)
7357
7356
  };
7358
7357
 
7359
7358
  var _Kind$1, _Subject;