@hapl/api-queries 0.2.100 → 0.2.101
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 +4 -3
- 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 +4 -3
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/dictionaries/CrossSale.d.ts +1 -0
- package/dist/clients/v1/types/CrossSale.d.ts +3 -2
- package/package.json +1 -1
- package/src/clients/v1/dictionaries/CrossSale.ts +1 -0
- package/src/clients/v1/types/CrossSale.ts +3 -2
|
@@ -7448,9 +7448,10 @@ var ContractLegalDocumentType;
|
|
|
7448
7448
|
var CrossSaleContractorType;
|
|
7449
7449
|
|
|
7450
7450
|
(function (CrossSaleContractorType) {
|
|
7451
|
-
CrossSaleContractorType["Owner"] = "owner";
|
|
7452
|
-
CrossSaleContractorType["Agent"] = "agent";
|
|
7453
7451
|
CrossSaleContractorType["Agency"] = "agency";
|
|
7452
|
+
CrossSaleContractorType["Agent"] = "agent";
|
|
7453
|
+
CrossSaleContractorType["Developer"] = "developer";
|
|
7454
|
+
CrossSaleContractorType["Owner"] = "owner";
|
|
7454
7455
|
})(CrossSaleContractorType || (CrossSaleContractorType = {}));
|
|
7455
7456
|
|
|
7456
7457
|
var Currency;
|
|
@@ -8233,7 +8234,7 @@ var ContractLegalDocumentDictionary = {
|
|
|
8233
8234
|
|
|
8234
8235
|
var _ContractorType;
|
|
8235
8236
|
var CrossSaleDictionary = {
|
|
8236
|
-
ContractorType: (_ContractorType = {}, _ContractorType[CrossSaleContractorType.Owner] = 'Собственник', _ContractorType[CrossSaleContractorType.Agent] = 'Частный агент', _ContractorType[CrossSaleContractorType.Agency] = 'Агентство', _ContractorType)
|
|
8237
|
+
ContractorType: (_ContractorType = {}, _ContractorType[CrossSaleContractorType.Owner] = 'Собственник', _ContractorType[CrossSaleContractorType.Agent] = 'Частный агент', _ContractorType[CrossSaleContractorType.Agency] = 'Агентство', _ContractorType[CrossSaleContractorType.Developer] = 'Застройщик', _ContractorType)
|
|
8237
8238
|
};
|
|
8238
8239
|
|
|
8239
8240
|
var _CurrencyDictionary;
|