@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.
- package/dist/api-queries.cjs.development.js +1 -2
- package/dist/api-queries.cjs.development.js.map +1 -1
- package/dist/api-queries.cjs.production.min.js +1 -1
- package/dist/api-queries.cjs.production.min.js.map +1 -1
- package/dist/api-queries.esm.js +1 -2
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/dictionaries/Contract.d.ts +0 -1
- package/dist/clients/v1/types/Contract.d.ts +0 -1
- package/package.json +1 -1
- package/src/clients/v1/dictionaries/Contract.ts +0 -1
- package/src/clients/v1/types/Contract.ts +0 -1
|
@@ -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.
|
|
7355
|
+
Kind: (_Kind = {}, _Kind[ContractKind.NotExclusive] = 'Не эксклюзив', _Kind[ContractKind.Exclusive] = 'Эксклюзив', _Kind[ContractKind.LegalSupport] = 'Cопровождение', _Kind)
|
|
7357
7356
|
};
|
|
7358
7357
|
|
|
7359
7358
|
var _Kind$1, _Subject;
|