@hapl/api-queries 0.2.81 → 0.2.83--canary.205.4d15ace.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 +8 -60
- 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 +8 -60
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/api/photoOrder/createPhotoOrder/index.d.ts +4 -0
- package/dist/clients/v1/types/PhotoOrder.d.ts +9 -0
- package/dist/external/api/index.d.ts +0 -3
- package/dist/external/index.d.ts +0 -67
- package/package.json +1 -1
- package/src/clients/v1/api/photoOrder/createPhotoOrder/index.ts +2 -0
- package/src/clients/v1/types/PhotoOrder.ts +9 -0
- package/src/external/api/index.ts +0 -4
- package/src/external/index.ts +0 -12
- package/dist/external/api/icons/findIconById.d.ts +0 -33
- package/dist/external/api/icons/findIconPlatforms.d.ts +0 -29
- package/dist/external/api/icons/searchIcons.d.ts +0 -54
- package/src/external/api/icons/findIconById.ts +0 -41
- package/src/external/api/icons/findIconPlatforms.ts +0 -37
- package/src/external/api/icons/searchIcons.ts +0 -64
|
@@ -7520,6 +7520,13 @@ var PhotoOrderRenovation;
|
|
|
7520
7520
|
PhotoOrderRenovation["None"] = "none";
|
|
7521
7521
|
})(PhotoOrderRenovation || (PhotoOrderRenovation = {}));
|
|
7522
7522
|
|
|
7523
|
+
var PhotoOrderTypes;
|
|
7524
|
+
|
|
7525
|
+
(function (PhotoOrderTypes) {
|
|
7526
|
+
PhotoOrderTypes["Internal"] = "internal";
|
|
7527
|
+
PhotoOrderTypes["External"] = "external";
|
|
7528
|
+
})(PhotoOrderTypes || (PhotoOrderTypes = {}));
|
|
7529
|
+
|
|
7523
7530
|
var RealtyType;
|
|
7524
7531
|
|
|
7525
7532
|
(function (RealtyType) {
|
|
@@ -16409,6 +16416,7 @@ var index = {
|
|
|
16409
16416
|
get PhoneBookContactPhoneType () { return PhoneBookContactPhoneType; },
|
|
16410
16417
|
get PhotoOrderStatus () { return PhotoOrderStatus; },
|
|
16411
16418
|
get PhotoOrderRenovation () { return PhotoOrderRenovation; },
|
|
16419
|
+
get PhotoOrderTypes () { return PhotoOrderTypes; },
|
|
16412
16420
|
get RealtyType () { return RealtyType; },
|
|
16413
16421
|
get RealtyRenovationType () { return RealtyRenovationType; },
|
|
16414
16422
|
get RealtyGas () { return RealtyGas; },
|
|
@@ -20683,45 +20691,6 @@ function findDadataSuggestionsRequest(_ref) {
|
|
|
20683
20691
|
});
|
|
20684
20692
|
}
|
|
20685
20693
|
|
|
20686
|
-
// документация https://developers.icons8.com/docs/icons#get-publicApi-icons-icon
|
|
20687
|
-
function findIconByIdRequest(_ref) {
|
|
20688
|
-
var params = _ref.params;
|
|
20689
|
-
return axios.get('https://api-icons.icons8.com/publicApi/icons/icon', {
|
|
20690
|
-
params: params,
|
|
20691
|
-
paramsSerializer: function paramsSerializer(params) {
|
|
20692
|
-
return qs.stringify(params, {
|
|
20693
|
-
arrayFormat: 'comma'
|
|
20694
|
-
});
|
|
20695
|
-
}
|
|
20696
|
-
});
|
|
20697
|
-
}
|
|
20698
|
-
|
|
20699
|
-
// документация https://developers.icons8.com/docs/icons#get-publicApi-platforms
|
|
20700
|
-
function findIconPlatformsRequest(_ref) {
|
|
20701
|
-
var params = _ref.params;
|
|
20702
|
-
return axios.get('https://api-icons.icons8.com/publicApi/platforms', {
|
|
20703
|
-
params: params,
|
|
20704
|
-
paramsSerializer: function paramsSerializer(params) {
|
|
20705
|
-
return qs.stringify(params, {
|
|
20706
|
-
arrayFormat: 'comma'
|
|
20707
|
-
});
|
|
20708
|
-
}
|
|
20709
|
-
});
|
|
20710
|
-
}
|
|
20711
|
-
|
|
20712
|
-
// документация https://developers.icons8.com/docs/searchIcons#get-api-iconsets-v5-search
|
|
20713
|
-
function searchIconsRequest(_ref) {
|
|
20714
|
-
var params = _ref.params;
|
|
20715
|
-
return axios.get('https://search.icons8.com/api/iconsets/v5/search', {
|
|
20716
|
-
params: params,
|
|
20717
|
-
paramsSerializer: function paramsSerializer(params) {
|
|
20718
|
-
return qs.stringify(params, {
|
|
20719
|
-
arrayFormat: 'comma'
|
|
20720
|
-
});
|
|
20721
|
-
}
|
|
20722
|
-
});
|
|
20723
|
-
}
|
|
20724
|
-
|
|
20725
20694
|
// документация https://yandex.ru/dev/geosuggest/doc/ru/
|
|
20726
20695
|
function findYandexSuggestionsRequest(_ref) {
|
|
20727
20696
|
var params = _ref.params;
|
|
@@ -20763,24 +20732,6 @@ var Api$5 = function Api() {
|
|
|
20763
20732
|
});
|
|
20764
20733
|
};
|
|
20765
20734
|
|
|
20766
|
-
this.findIconById = function (params) {
|
|
20767
|
-
return findIconByIdRequest({
|
|
20768
|
-
params: params
|
|
20769
|
-
});
|
|
20770
|
-
};
|
|
20771
|
-
|
|
20772
|
-
this.findIconPlatforms = function (params) {
|
|
20773
|
-
return findIconPlatformsRequest({
|
|
20774
|
-
params: params
|
|
20775
|
-
});
|
|
20776
|
-
};
|
|
20777
|
-
|
|
20778
|
-
this.searchIcons = function (params) {
|
|
20779
|
-
return searchIconsRequest({
|
|
20780
|
-
params: params
|
|
20781
|
-
});
|
|
20782
|
-
};
|
|
20783
|
-
|
|
20784
20735
|
this.findYandexSuggestions = function (params) {
|
|
20785
20736
|
return findYandexSuggestionsRequest({
|
|
20786
20737
|
params: params
|
|
@@ -20799,9 +20750,6 @@ var index$5 = {
|
|
|
20799
20750
|
Api: Api$5,
|
|
20800
20751
|
findCallTransferByExpertIdRequest: findCallTransferByExpertIdRequest,
|
|
20801
20752
|
findDadataSuggestionsRequest: findDadataSuggestionsRequest,
|
|
20802
|
-
findIconByIdRequest: findIconByIdRequest,
|
|
20803
|
-
findIconPlatformsRequest: findIconPlatformsRequest,
|
|
20804
|
-
searchIconsRequest: searchIconsRequest,
|
|
20805
20753
|
findYandexSuggestionsRequest: findYandexSuggestionsRequest,
|
|
20806
20754
|
yandexGeocodeRequest: yandexGeocodeRequest
|
|
20807
20755
|
};
|