@hapl/api-queries 0.1.184 → 0.1.185

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.
@@ -3403,6 +3403,7 @@ var DealParticipantPosition;
3403
3403
  DealParticipantPosition["BankEmployee"] = "bank-employee";
3404
3404
  DealParticipantPosition["Relative"] = "relative";
3405
3405
  DealParticipantPosition["Seller"] = "seller";
3406
+ DealParticipantPosition["Investor"] = "investor";
3406
3407
  DealParticipantPosition["Other"] = "other";
3407
3408
  })(DealParticipantPosition || (DealParticipantPosition = {}));
3408
3409
 
@@ -3974,7 +3975,7 @@ var DealCategorizedFileDictionary = {
3974
3975
  var _DealParticipantSide, _DealParticipantPosit;
3975
3976
  var DealParticipantDictionary = {
3976
3977
  DealParticipantSide: (_DealParticipantSide = {}, _DealParticipantSide[DealParticipantSide.Buyer] = 'Покупатель', _DealParticipantSide[DealParticipantSide.Seller] = 'Продавец', _DealParticipantSide),
3977
- DealParticipantPosition: (_DealParticipantPosit = {}, _DealParticipantPosit[DealParticipantPosition.Agent] = 'Агент', _DealParticipantPosit[DealParticipantPosition.Lawyer] = 'Юрист', _DealParticipantPosit[DealParticipantPosition.BankEmployee] = 'Сотрудник банка', _DealParticipantPosit[DealParticipantPosition.Relative] = 'Родственник', _DealParticipantPosit[DealParticipantPosition.Seller] = 'Продавец', _DealParticipantPosit[DealParticipantPosition.Other] = 'Другое', _DealParticipantPosit)
3978
+ DealParticipantPosition: (_DealParticipantPosit = {}, _DealParticipantPosit[DealParticipantPosition.Agent] = 'Агент', _DealParticipantPosit[DealParticipantPosition.Lawyer] = 'Юрист', _DealParticipantPosit[DealParticipantPosition.BankEmployee] = 'Сотрудник банка', _DealParticipantPosit[DealParticipantPosition.Relative] = 'Родственник', _DealParticipantPosit[DealParticipantPosition.Seller] = 'Продавец', _DealParticipantPosit[DealParticipantPosition.Investor] = 'Инвестор', _DealParticipantPosit[DealParticipantPosition.Other] = 'Другое', _DealParticipantPosit)
3978
3979
  };
3979
3980
 
3980
3981
  var _Type$4, _Category$1;