@hapl/api-queries 0.2.82 → 0.2.83

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.
@@ -20691,45 +20691,6 @@ function findDadataSuggestionsRequest(_ref) {
20691
20691
  });
20692
20692
  }
20693
20693
 
20694
- // документация https://developers.icons8.com/docs/icons#get-publicApi-icons-icon
20695
- function findIconByIdRequest(_ref) {
20696
- var params = _ref.params;
20697
- return axios.get('https://api-icons.icons8.com/publicApi/icons/icon', {
20698
- params: params,
20699
- paramsSerializer: function paramsSerializer(params) {
20700
- return qs.stringify(params, {
20701
- arrayFormat: 'comma'
20702
- });
20703
- }
20704
- });
20705
- }
20706
-
20707
- // документация https://developers.icons8.com/docs/icons#get-publicApi-platforms
20708
- function findIconPlatformsRequest(_ref) {
20709
- var params = _ref.params;
20710
- return axios.get('https://api-icons.icons8.com/publicApi/platforms', {
20711
- params: params,
20712
- paramsSerializer: function paramsSerializer(params) {
20713
- return qs.stringify(params, {
20714
- arrayFormat: 'comma'
20715
- });
20716
- }
20717
- });
20718
- }
20719
-
20720
- // документация https://developers.icons8.com/docs/searchIcons#get-api-iconsets-v5-search
20721
- function searchIconsRequest(_ref) {
20722
- var params = _ref.params;
20723
- return axios.get('https://search.icons8.com/api/iconsets/v5/search', {
20724
- params: params,
20725
- paramsSerializer: function paramsSerializer(params) {
20726
- return qs.stringify(params, {
20727
- arrayFormat: 'comma'
20728
- });
20729
- }
20730
- });
20731
- }
20732
-
20733
20694
  // документация https://yandex.ru/dev/geosuggest/doc/ru/
20734
20695
  function findYandexSuggestionsRequest(_ref) {
20735
20696
  var params = _ref.params;
@@ -20771,24 +20732,6 @@ var Api$5 = function Api() {
20771
20732
  });
20772
20733
  };
20773
20734
 
20774
- this.findIconById = function (params) {
20775
- return findIconByIdRequest({
20776
- params: params
20777
- });
20778
- };
20779
-
20780
- this.findIconPlatforms = function (params) {
20781
- return findIconPlatformsRequest({
20782
- params: params
20783
- });
20784
- };
20785
-
20786
- this.searchIcons = function (params) {
20787
- return searchIconsRequest({
20788
- params: params
20789
- });
20790
- };
20791
-
20792
20735
  this.findYandexSuggestions = function (params) {
20793
20736
  return findYandexSuggestionsRequest({
20794
20737
  params: params
@@ -20807,9 +20750,6 @@ var index$5 = {
20807
20750
  Api: Api$5,
20808
20751
  findCallTransferByExpertIdRequest: findCallTransferByExpertIdRequest,
20809
20752
  findDadataSuggestionsRequest: findDadataSuggestionsRequest,
20810
- findIconByIdRequest: findIconByIdRequest,
20811
- findIconPlatformsRequest: findIconPlatformsRequest,
20812
- searchIconsRequest: searchIconsRequest,
20813
20753
  findYandexSuggestionsRequest: findYandexSuggestionsRequest,
20814
20754
  yandexGeocodeRequest: yandexGeocodeRequest
20815
20755
  };