dataforseo-client 2.0.16 → 2.0.18
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/README.md +1 -1
- package/dist/cjs/api/AiOptimizationApi.d.ts +8 -0
- package/dist/cjs/api/AiOptimizationApi.js +114 -34
- package/dist/cjs/api/AiOptimizationApi.js.map +1 -1
- package/dist/cjs/api/AppDataApi.js +42 -42
- package/dist/cjs/api/AppendixApi.js +4 -4
- package/dist/cjs/api/BacklinksApi.js +24 -24
- package/dist/cjs/api/BusinessDataApi.js +56 -56
- package/dist/cjs/api/ContentAnalysisApi.js +11 -11
- package/dist/cjs/api/ContentGenerationApi.js +10 -10
- package/dist/cjs/api/DataforseoLabsApi.js +59 -59
- package/dist/cjs/api/DomainAnalyticsApi.js +14 -14
- package/dist/cjs/api/KeywordsDataApi.js +70 -70
- package/dist/cjs/api/MerchantApi.js +36 -36
- package/dist/cjs/api/OnPageApi.js +30 -30
- package/dist/cjs/api/SerpApi.js +183 -183
- package/dist/cjs/index.d.ts +12 -3
- package/dist/cjs/index.js +42 -24
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedRequestInfo.d.ts +114 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedRequestInfo.js +49 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedRequestInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedResponseInfo.d.ts +16 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedResponseInfo.js +47 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedResponseInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedResultInfo.d.ts +100 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedResultInfo.js +119 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedResultInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedTaskInfo.d.ts +16 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedTaskInfo.js +47 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveAdvancedTaskInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlRequestInfo.d.ts +130 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlRequestInfo.js +51 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlRequestInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlResponseInfo.d.ts +16 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlResponseInfo.js +47 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlResponseInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlResultInfo.d.ts +43 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlResultInfo.js +59 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlResultInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlTaskInfo.d.ts +16 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlTaskInfo.js +47 -0
- package/dist/cjs/models/AiOptimizationChatGptLlmScraperLiveHtmlTaskInfo.js.map +1 -0
- package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.d.ts +4 -4
- package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.d.ts +3 -3
- package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js +2 -2
- package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js.map +1 -1
- package/dist/cjs/models/BaseDataforseoLabsApiElementItem.d.ts +134 -137
- package/dist/cjs/models/BaseDataforseoLabsApiElementItem.js +96 -122
- package/dist/cjs/models/BaseDataforseoLabsApiElementItem.js.map +1 -1
- package/dist/cjs/models/BaseDataforseoLabsKnowledgeGraphElementItem.d.ts +12 -12
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.d.ts +16 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js +2 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js.map +1 -1
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.d.ts +16 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js +2 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/ContentAnalysisCategoryTrendsLiveRequestInfo.d.ts +2 -2
- package/dist/cjs/models/DataforseoLabsGoogleHistoricalSerpsLiveItem.d.ts +2 -2
- package/dist/cjs/models/KeywordsDataGoogleAdsKeywordsForKeywordsLiveResultInfo.d.ts +2 -2
- package/dist/cjs/models/KeywordsDataGoogleAdsKeywordsForKeywordsTaskGetResultInfo.d.ts +2 -2
- package/dist/cjs/models/KeywordsDataGoogleAdsKeywordsForSiteLiveResultInfo.d.ts +2 -2
- package/dist/cjs/models/KeywordsDataGoogleAdsKeywordsForSiteTaskGetResultInfo.d.ts +2 -2
- package/dist/cjs/models/KeywordsDataGoogleAdsSearchVolumeLiveResultInfo.d.ts +2 -2
- package/dist/cjs/models/KeywordsDataGoogleAdsSearchVolumeTaskGetResultInfo.d.ts +2 -2
- package/dist/cjs/models/KnowledgeGraphLinkElementInfo.d.ts +2 -2
- package/dist/cjs/models/OnPageInstantPagesResultInfo.d.ts +3 -3
- package/dist/cjs/models/OnPageInstantPagesResultInfo.js +1 -1
- package/dist/cjs/models/OnPageInstantPagesResultInfo.js.map +1 -1
- package/dist/cjs/models/ResultAvailableLanguages.d.ts +32 -0
- package/dist/cjs/models/ResultAvailableLanguages.js +41 -0
- package/dist/cjs/models/ResultAvailableLanguages.js.map +1 -0
- package/dist/cjs/models/SerpBingLocalPackLiveHtmlRequestInfo.d.ts +96 -96
- package/dist/cjs/models/SerpBingLocalPackLiveHtmlRequestInfo.js +12 -12
- package/dist/cjs/models/SerpBingLocalPackLiveHtmlRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpBingLocalPackLiveRegularRequestInfo.d.ts +92 -92
- package/dist/cjs/models/SerpBingLocalPackLiveRegularRequestInfo.js +12 -12
- package/dist/cjs/models/SerpBingLocalPackLiveRegularRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpBingLocalPackTaskPostRequestInfo.d.ts +146 -146
- package/dist/cjs/models/SerpBingLocalPackTaskPostRequestInfo.js +18 -18
- package/dist/cjs/models/SerpBingLocalPackTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpBingOrganicLiveAdvancedRequestInfo.d.ts +142 -142
- package/dist/cjs/models/SerpBingOrganicLiveAdvancedRequestInfo.js +18 -18
- package/dist/cjs/models/SerpBingOrganicLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpBingOrganicLiveHtmlRequestInfo.d.ts +129 -129
- package/dist/cjs/models/SerpBingOrganicLiveHtmlRequestInfo.js +18 -18
- package/dist/cjs/models/SerpBingOrganicLiveHtmlRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpBingOrganicLiveRegularRequestInfo.d.ts +134 -134
- package/dist/cjs/models/SerpBingOrganicLiveRegularRequestInfo.js +16 -16
- package/dist/cjs/models/SerpBingOrganicLiveRegularRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpBingOrganicTaskPostRequestInfo.d.ts +208 -208
- package/dist/cjs/models/SerpBingOrganicTaskPostRequestInfo.js +34 -34
- package/dist/cjs/models/SerpBingOrganicTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleAdsAdvertisersTaskPostRequestInfo.d.ts +74 -74
- package/dist/cjs/models/SerpGoogleAdsAdvertisersTaskPostRequestInfo.js +10 -10
- package/dist/cjs/models/SerpGoogleAdsAdvertisersTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleAdsSearchTaskPostRequestInfo.d.ts +104 -104
- package/dist/cjs/models/SerpGoogleAdsSearchTaskPostRequestInfo.js +16 -16
- package/dist/cjs/models/SerpGoogleAdsSearchTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleAutocompleteLiveAdvancedRequestInfo.d.ts +42 -42
- package/dist/cjs/models/SerpGoogleAutocompleteLiveAdvancedRequestInfo.js +4 -4
- package/dist/cjs/models/SerpGoogleAutocompleteLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleAutocompleteTaskPostRequestInfo.d.ts +114 -114
- package/dist/cjs/models/SerpGoogleAutocompleteTaskPostRequestInfo.js +12 -12
- package/dist/cjs/models/SerpGoogleAutocompleteTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleDatasetInfoLiveAdvancedRequestInfo.d.ts +14 -14
- package/dist/cjs/models/SerpGoogleDatasetInfoLiveAdvancedRequestInfo.js +2 -2
- package/dist/cjs/models/SerpGoogleDatasetInfoLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleDatasetInfoTaskPostRequestInfo.d.ts +64 -64
- package/dist/cjs/models/SerpGoogleDatasetInfoTaskPostRequestInfo.js +10 -10
- package/dist/cjs/models/SerpGoogleDatasetInfoTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleDatasetSearchLiveAdvancedRequestInfo.d.ts +44 -44
- package/dist/cjs/models/SerpGoogleDatasetSearchLiveAdvancedRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleDatasetSearchLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleDatasetSearchTaskPostRequestInfo.d.ts +100 -100
- package/dist/cjs/models/SerpGoogleDatasetSearchTaskPostRequestInfo.js +14 -14
- package/dist/cjs/models/SerpGoogleDatasetSearchTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceExploreLiveAdvancedRequestInfo.d.ts +48 -48
- package/dist/cjs/models/SerpGoogleFinanceExploreLiveAdvancedRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceExploreLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceExploreLiveHtmlRequestInfo.d.ts +48 -48
- package/dist/cjs/models/SerpGoogleFinanceExploreLiveHtmlRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceExploreLiveHtmlRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceExploreTaskPostRequestInfo.d.ts +99 -99
- package/dist/cjs/models/SerpGoogleFinanceExploreTaskPostRequestInfo.js +14 -14
- package/dist/cjs/models/SerpGoogleFinanceExploreTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceMarketsLiveAdvancedRequestInfo.d.ts +46 -46
- package/dist/cjs/models/SerpGoogleFinanceMarketsLiveAdvancedRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceMarketsLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceMarketsLiveHtmlRequestInfo.d.ts +46 -46
- package/dist/cjs/models/SerpGoogleFinanceMarketsLiveHtmlRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceMarketsLiveHtmlRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceMarketsTaskPostRequestInfo.d.ts +97 -97
- package/dist/cjs/models/SerpGoogleFinanceMarketsTaskPostRequestInfo.js +14 -14
- package/dist/cjs/models/SerpGoogleFinanceMarketsTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceQuoteLiveAdvancedRequestInfo.d.ts +48 -48
- package/dist/cjs/models/SerpGoogleFinanceQuoteLiveAdvancedRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceQuoteLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceQuoteLiveHtmlRequestInfo.d.ts +46 -46
- package/dist/cjs/models/SerpGoogleFinanceQuoteLiveHtmlRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceQuoteLiveHtmlRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceQuoteTaskPostRequestInfo.d.ts +100 -100
- package/dist/cjs/models/SerpGoogleFinanceQuoteTaskPostRequestInfo.js +14 -14
- package/dist/cjs/models/SerpGoogleFinanceQuoteTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceTickerSearchLiveAdvancedRequestInfo.d.ts +46 -46
- package/dist/cjs/models/SerpGoogleFinanceTickerSearchLiveAdvancedRequestInfo.js +6 -6
- package/dist/cjs/models/SerpGoogleFinanceTickerSearchLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleFinanceTickerSearchTaskPostRequestInfo.d.ts +90 -90
- package/dist/cjs/models/SerpGoogleFinanceTickerSearchTaskPostRequestInfo.js +12 -12
- package/dist/cjs/models/SerpGoogleFinanceTickerSearchTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpGoogleLocalFinderLiveAdvancedRequestInfo.d.ts +2 -2
- package/dist/cjs/models/SerpGoogleLocalFinderTaskPostRequestInfo.d.ts +2 -2
- package/dist/cjs/models/SerpGoogleMapsTaskPostRequestInfo.d.ts +4 -4
- package/dist/cjs/models/SerpGoogleOrganicLiveAdvancedRequestInfo.d.ts +4 -4
- package/dist/cjs/models/SerpYoutubeVideoCommentsTaskPostRequestInfo.d.ts +102 -102
- package/dist/cjs/models/SerpYoutubeVideoCommentsTaskPostRequestInfo.js +14 -14
- package/dist/cjs/models/SerpYoutubeVideoCommentsTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpYoutubeVideoInfoLiveAdvancedRequestInfo.d.ts +38 -38
- package/dist/cjs/models/SerpYoutubeVideoInfoLiveAdvancedRequestInfo.js +4 -4
- package/dist/cjs/models/SerpYoutubeVideoInfoLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpYoutubeVideoInfoTaskPostRequestInfo.d.ts +94 -94
- package/dist/cjs/models/SerpYoutubeVideoInfoTaskPostRequestInfo.js +12 -12
- package/dist/cjs/models/SerpYoutubeVideoInfoTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpYoutubeVideoSubtitlesLiveAdvancedRequestInfo.d.ts +52 -52
- package/dist/cjs/models/SerpYoutubeVideoSubtitlesLiveAdvancedRequestInfo.js +8 -8
- package/dist/cjs/models/SerpYoutubeVideoSubtitlesLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/cjs/models/SerpYoutubeVideoSubtitlesTaskPostRequestInfo.d.ts +106 -106
- package/dist/cjs/models/SerpYoutubeVideoSubtitlesTaskPostRequestInfo.js +16 -16
- package/dist/cjs/models/SerpYoutubeVideoSubtitlesTaskPostRequestInfo.js.map +1 -1
- package/dist/cjs/models/index.d.ts +12 -3
- package/dist/cjs/models/index.js +42 -24
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/esm/api/AiOptimizationApi.d.ts +8 -0
- package/dist/esm/api/AiOptimizationApi.js +114 -34
- package/dist/esm/api/AiOptimizationApi.js.map +1 -1
- package/dist/esm/api/AppDataApi.js +42 -42
- package/dist/esm/api/AppendixApi.js +4 -4
- package/dist/esm/api/BacklinksApi.js +24 -24
- package/dist/esm/api/BusinessDataApi.js +56 -56
- package/dist/esm/api/ContentAnalysisApi.js +11 -11
- package/dist/esm/api/ContentGenerationApi.js +10 -10
- package/dist/esm/api/DataforseoLabsApi.js +59 -59
- package/dist/esm/api/DomainAnalyticsApi.js +14 -14
- package/dist/esm/api/KeywordsDataApi.js +70 -70
- package/dist/esm/api/MerchantApi.js +36 -36
- package/dist/esm/api/OnPageApi.js +30 -30
- package/dist/esm/api/SerpApi.js +183 -183
- package/dist/esm/index.d.ts +12 -3
- package/dist/esm/index.js +12 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedRequestInfo.d.ts +114 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedRequestInfo.js +45 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedRequestInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedResponseInfo.d.ts +16 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedResponseInfo.js +43 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedResponseInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedResultInfo.d.ts +100 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedResultInfo.js +115 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedResultInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedTaskInfo.d.ts +16 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedTaskInfo.js +43 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveAdvancedTaskInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlRequestInfo.d.ts +130 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlRequestInfo.js +47 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlRequestInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlResponseInfo.d.ts +16 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlResponseInfo.js +43 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlResponseInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlResultInfo.d.ts +43 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlResultInfo.js +55 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlResultInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlTaskInfo.d.ts +16 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlTaskInfo.js +43 -0
- package/dist/esm/models/AiOptimizationChatGptLlmScraperLiveHtmlTaskInfo.js.map +1 -0
- package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.d.ts +4 -4
- package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.d.ts +3 -3
- package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js +2 -2
- package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js.map +1 -1
- package/dist/esm/models/BaseDataforseoLabsApiElementItem.d.ts +134 -137
- package/dist/esm/models/BaseDataforseoLabsApiElementItem.js +92 -118
- package/dist/esm/models/BaseDataforseoLabsApiElementItem.js.map +1 -1
- package/dist/esm/models/BaseDataforseoLabsKnowledgeGraphElementItem.d.ts +12 -12
- package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.d.ts +16 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js +2 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js.map +1 -1
- package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.d.ts +16 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js +2 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/ContentAnalysisCategoryTrendsLiveRequestInfo.d.ts +2 -2
- package/dist/esm/models/DataforseoLabsGoogleHistoricalSerpsLiveItem.d.ts +2 -2
- package/dist/esm/models/KeywordsDataGoogleAdsKeywordsForKeywordsLiveResultInfo.d.ts +2 -2
- package/dist/esm/models/KeywordsDataGoogleAdsKeywordsForKeywordsTaskGetResultInfo.d.ts +2 -2
- package/dist/esm/models/KeywordsDataGoogleAdsKeywordsForSiteLiveResultInfo.d.ts +2 -2
- package/dist/esm/models/KeywordsDataGoogleAdsKeywordsForSiteTaskGetResultInfo.d.ts +2 -2
- package/dist/esm/models/KeywordsDataGoogleAdsSearchVolumeLiveResultInfo.d.ts +2 -2
- package/dist/esm/models/KeywordsDataGoogleAdsSearchVolumeTaskGetResultInfo.d.ts +2 -2
- package/dist/esm/models/KnowledgeGraphLinkElementInfo.d.ts +2 -2
- package/dist/esm/models/OnPageInstantPagesResultInfo.d.ts +3 -3
- package/dist/esm/models/OnPageInstantPagesResultInfo.js +2 -2
- package/dist/esm/models/OnPageInstantPagesResultInfo.js.map +1 -1
- package/dist/esm/models/ResultAvailableLanguages.d.ts +32 -0
- package/dist/esm/models/ResultAvailableLanguages.js +37 -0
- package/dist/esm/models/ResultAvailableLanguages.js.map +1 -0
- package/dist/esm/models/SerpBingLocalPackLiveHtmlRequestInfo.d.ts +96 -96
- package/dist/esm/models/SerpBingLocalPackLiveHtmlRequestInfo.js +12 -12
- package/dist/esm/models/SerpBingLocalPackLiveHtmlRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpBingLocalPackLiveRegularRequestInfo.d.ts +92 -92
- package/dist/esm/models/SerpBingLocalPackLiveRegularRequestInfo.js +12 -12
- package/dist/esm/models/SerpBingLocalPackLiveRegularRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpBingLocalPackTaskPostRequestInfo.d.ts +146 -146
- package/dist/esm/models/SerpBingLocalPackTaskPostRequestInfo.js +18 -18
- package/dist/esm/models/SerpBingLocalPackTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpBingOrganicLiveAdvancedRequestInfo.d.ts +142 -142
- package/dist/esm/models/SerpBingOrganicLiveAdvancedRequestInfo.js +18 -18
- package/dist/esm/models/SerpBingOrganicLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpBingOrganicLiveHtmlRequestInfo.d.ts +129 -129
- package/dist/esm/models/SerpBingOrganicLiveHtmlRequestInfo.js +18 -18
- package/dist/esm/models/SerpBingOrganicLiveHtmlRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpBingOrganicLiveRegularRequestInfo.d.ts +134 -134
- package/dist/esm/models/SerpBingOrganicLiveRegularRequestInfo.js +16 -16
- package/dist/esm/models/SerpBingOrganicLiveRegularRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpBingOrganicTaskPostRequestInfo.d.ts +208 -208
- package/dist/esm/models/SerpBingOrganicTaskPostRequestInfo.js +34 -34
- package/dist/esm/models/SerpBingOrganicTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleAdsAdvertisersTaskPostRequestInfo.d.ts +74 -74
- package/dist/esm/models/SerpGoogleAdsAdvertisersTaskPostRequestInfo.js +10 -10
- package/dist/esm/models/SerpGoogleAdsAdvertisersTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleAdsSearchTaskPostRequestInfo.d.ts +104 -104
- package/dist/esm/models/SerpGoogleAdsSearchTaskPostRequestInfo.js +16 -16
- package/dist/esm/models/SerpGoogleAdsSearchTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleAutocompleteLiveAdvancedRequestInfo.d.ts +42 -42
- package/dist/esm/models/SerpGoogleAutocompleteLiveAdvancedRequestInfo.js +4 -4
- package/dist/esm/models/SerpGoogleAutocompleteLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleAutocompleteTaskPostRequestInfo.d.ts +114 -114
- package/dist/esm/models/SerpGoogleAutocompleteTaskPostRequestInfo.js +12 -12
- package/dist/esm/models/SerpGoogleAutocompleteTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleDatasetInfoLiveAdvancedRequestInfo.d.ts +14 -14
- package/dist/esm/models/SerpGoogleDatasetInfoLiveAdvancedRequestInfo.js +2 -2
- package/dist/esm/models/SerpGoogleDatasetInfoLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleDatasetInfoTaskPostRequestInfo.d.ts +64 -64
- package/dist/esm/models/SerpGoogleDatasetInfoTaskPostRequestInfo.js +10 -10
- package/dist/esm/models/SerpGoogleDatasetInfoTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleDatasetSearchLiveAdvancedRequestInfo.d.ts +44 -44
- package/dist/esm/models/SerpGoogleDatasetSearchLiveAdvancedRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleDatasetSearchLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleDatasetSearchTaskPostRequestInfo.d.ts +100 -100
- package/dist/esm/models/SerpGoogleDatasetSearchTaskPostRequestInfo.js +14 -14
- package/dist/esm/models/SerpGoogleDatasetSearchTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceExploreLiveAdvancedRequestInfo.d.ts +48 -48
- package/dist/esm/models/SerpGoogleFinanceExploreLiveAdvancedRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceExploreLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceExploreLiveHtmlRequestInfo.d.ts +48 -48
- package/dist/esm/models/SerpGoogleFinanceExploreLiveHtmlRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceExploreLiveHtmlRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceExploreTaskPostRequestInfo.d.ts +99 -99
- package/dist/esm/models/SerpGoogleFinanceExploreTaskPostRequestInfo.js +14 -14
- package/dist/esm/models/SerpGoogleFinanceExploreTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceMarketsLiveAdvancedRequestInfo.d.ts +46 -46
- package/dist/esm/models/SerpGoogleFinanceMarketsLiveAdvancedRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceMarketsLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceMarketsLiveHtmlRequestInfo.d.ts +46 -46
- package/dist/esm/models/SerpGoogleFinanceMarketsLiveHtmlRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceMarketsLiveHtmlRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceMarketsTaskPostRequestInfo.d.ts +97 -97
- package/dist/esm/models/SerpGoogleFinanceMarketsTaskPostRequestInfo.js +14 -14
- package/dist/esm/models/SerpGoogleFinanceMarketsTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceQuoteLiveAdvancedRequestInfo.d.ts +48 -48
- package/dist/esm/models/SerpGoogleFinanceQuoteLiveAdvancedRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceQuoteLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceQuoteLiveHtmlRequestInfo.d.ts +46 -46
- package/dist/esm/models/SerpGoogleFinanceQuoteLiveHtmlRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceQuoteLiveHtmlRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceQuoteTaskPostRequestInfo.d.ts +100 -100
- package/dist/esm/models/SerpGoogleFinanceQuoteTaskPostRequestInfo.js +14 -14
- package/dist/esm/models/SerpGoogleFinanceQuoteTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceTickerSearchLiveAdvancedRequestInfo.d.ts +46 -46
- package/dist/esm/models/SerpGoogleFinanceTickerSearchLiveAdvancedRequestInfo.js +6 -6
- package/dist/esm/models/SerpGoogleFinanceTickerSearchLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleFinanceTickerSearchTaskPostRequestInfo.d.ts +90 -90
- package/dist/esm/models/SerpGoogleFinanceTickerSearchTaskPostRequestInfo.js +12 -12
- package/dist/esm/models/SerpGoogleFinanceTickerSearchTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpGoogleLocalFinderLiveAdvancedRequestInfo.d.ts +2 -2
- package/dist/esm/models/SerpGoogleLocalFinderTaskPostRequestInfo.d.ts +2 -2
- package/dist/esm/models/SerpGoogleMapsTaskPostRequestInfo.d.ts +4 -4
- package/dist/esm/models/SerpGoogleOrganicLiveAdvancedRequestInfo.d.ts +4 -4
- package/dist/esm/models/SerpYoutubeVideoCommentsTaskPostRequestInfo.d.ts +102 -102
- package/dist/esm/models/SerpYoutubeVideoCommentsTaskPostRequestInfo.js +14 -14
- package/dist/esm/models/SerpYoutubeVideoCommentsTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpYoutubeVideoInfoLiveAdvancedRequestInfo.d.ts +38 -38
- package/dist/esm/models/SerpYoutubeVideoInfoLiveAdvancedRequestInfo.js +4 -4
- package/dist/esm/models/SerpYoutubeVideoInfoLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpYoutubeVideoInfoTaskPostRequestInfo.d.ts +94 -94
- package/dist/esm/models/SerpYoutubeVideoInfoTaskPostRequestInfo.js +12 -12
- package/dist/esm/models/SerpYoutubeVideoInfoTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpYoutubeVideoSubtitlesLiveAdvancedRequestInfo.d.ts +52 -52
- package/dist/esm/models/SerpYoutubeVideoSubtitlesLiveAdvancedRequestInfo.js +8 -8
- package/dist/esm/models/SerpYoutubeVideoSubtitlesLiveAdvancedRequestInfo.js.map +1 -1
- package/dist/esm/models/SerpYoutubeVideoSubtitlesTaskPostRequestInfo.d.ts +106 -106
- package/dist/esm/models/SerpYoutubeVideoSubtitlesTaskPostRequestInfo.js +16 -16
- package/dist/esm/models/SerpYoutubeVideoSubtitlesTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/models/index.d.ts +12 -3
- package/dist/esm/models/index.js +12 -3
- package/dist/esm/models/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/api/SerpApi.js
CHANGED
|
@@ -198,7 +198,7 @@ export class SerpApi {
|
|
|
198
198
|
headers: {
|
|
199
199
|
"Content-Type": "application/json",
|
|
200
200
|
"Accept": "application/json",
|
|
201
|
-
"User-Agent": "typescript-client/2.0.
|
|
201
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
202
202
|
}
|
|
203
203
|
};
|
|
204
204
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -237,7 +237,7 @@ export class SerpApi {
|
|
|
237
237
|
headers: {
|
|
238
238
|
"Content-Type": "application/json",
|
|
239
239
|
"Accept": "application/json",
|
|
240
|
-
"User-Agent": "typescript-client/2.0.
|
|
240
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
241
241
|
}
|
|
242
242
|
};
|
|
243
243
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -276,7 +276,7 @@ export class SerpApi {
|
|
|
276
276
|
headers: {
|
|
277
277
|
"Content-Type": "application/json",
|
|
278
278
|
"Accept": "application/json",
|
|
279
|
-
"User-Agent": "typescript-client/2.0.
|
|
279
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
282
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -315,7 +315,7 @@ export class SerpApi {
|
|
|
315
315
|
headers: {
|
|
316
316
|
"Content-Type": "application/json",
|
|
317
317
|
"Accept": "application/json",
|
|
318
|
-
"User-Agent": "typescript-client/2.0.
|
|
318
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
319
319
|
}
|
|
320
320
|
};
|
|
321
321
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -351,7 +351,7 @@ export class SerpApi {
|
|
|
351
351
|
method: "GET",
|
|
352
352
|
headers: {
|
|
353
353
|
"Accept": "application/json",
|
|
354
|
-
"User-Agent": "typescript-client/2.0.
|
|
354
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
355
355
|
}
|
|
356
356
|
};
|
|
357
357
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -388,7 +388,7 @@ export class SerpApi {
|
|
|
388
388
|
method: "GET",
|
|
389
389
|
headers: {
|
|
390
390
|
"Accept": "application/json",
|
|
391
|
-
"User-Agent": "typescript-client/2.0.
|
|
391
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
392
392
|
}
|
|
393
393
|
};
|
|
394
394
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -424,7 +424,7 @@ export class SerpApi {
|
|
|
424
424
|
method: "GET",
|
|
425
425
|
headers: {
|
|
426
426
|
"Accept": "application/json",
|
|
427
|
-
"User-Agent": "typescript-client/2.0.
|
|
427
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
428
428
|
}
|
|
429
429
|
};
|
|
430
430
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -463,7 +463,7 @@ export class SerpApi {
|
|
|
463
463
|
headers: {
|
|
464
464
|
"Content-Type": "application/json",
|
|
465
465
|
"Accept": "application/json",
|
|
466
|
-
"User-Agent": "typescript-client/2.0.
|
|
466
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
467
467
|
}
|
|
468
468
|
};
|
|
469
469
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -499,7 +499,7 @@ export class SerpApi {
|
|
|
499
499
|
method: "GET",
|
|
500
500
|
headers: {
|
|
501
501
|
"Accept": "application/json",
|
|
502
|
-
"User-Agent": "typescript-client/2.0.
|
|
502
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
503
503
|
}
|
|
504
504
|
};
|
|
505
505
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -535,7 +535,7 @@ export class SerpApi {
|
|
|
535
535
|
method: "GET",
|
|
536
536
|
headers: {
|
|
537
537
|
"Accept": "application/json",
|
|
538
|
-
"User-Agent": "typescript-client/2.0.
|
|
538
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
539
539
|
}
|
|
540
540
|
};
|
|
541
541
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -571,7 +571,7 @@ export class SerpApi {
|
|
|
571
571
|
method: "GET",
|
|
572
572
|
headers: {
|
|
573
573
|
"Accept": "application/json",
|
|
574
|
-
"User-Agent": "typescript-client/2.0.
|
|
574
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
575
575
|
}
|
|
576
576
|
};
|
|
577
577
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -608,7 +608,7 @@ export class SerpApi {
|
|
|
608
608
|
method: "GET",
|
|
609
609
|
headers: {
|
|
610
610
|
"Accept": "application/json",
|
|
611
|
-
"User-Agent": "typescript-client/2.0.
|
|
611
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
612
612
|
}
|
|
613
613
|
};
|
|
614
614
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -645,7 +645,7 @@ export class SerpApi {
|
|
|
645
645
|
method: "GET",
|
|
646
646
|
headers: {
|
|
647
647
|
"Accept": "application/json",
|
|
648
|
-
"User-Agent": "typescript-client/2.0.
|
|
648
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
649
649
|
}
|
|
650
650
|
};
|
|
651
651
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -682,7 +682,7 @@ export class SerpApi {
|
|
|
682
682
|
method: "GET",
|
|
683
683
|
headers: {
|
|
684
684
|
"Accept": "application/json",
|
|
685
|
-
"User-Agent": "typescript-client/2.0.
|
|
685
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
686
686
|
}
|
|
687
687
|
};
|
|
688
688
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -721,7 +721,7 @@ export class SerpApi {
|
|
|
721
721
|
headers: {
|
|
722
722
|
"Content-Type": "application/json",
|
|
723
723
|
"Accept": "application/json",
|
|
724
|
-
"User-Agent": "typescript-client/2.0.
|
|
724
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
725
725
|
}
|
|
726
726
|
};
|
|
727
727
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -760,7 +760,7 @@ export class SerpApi {
|
|
|
760
760
|
headers: {
|
|
761
761
|
"Content-Type": "application/json",
|
|
762
762
|
"Accept": "application/json",
|
|
763
|
-
"User-Agent": "typescript-client/2.0.
|
|
763
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
764
764
|
}
|
|
765
765
|
};
|
|
766
766
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -799,7 +799,7 @@ export class SerpApi {
|
|
|
799
799
|
headers: {
|
|
800
800
|
"Content-Type": "application/json",
|
|
801
801
|
"Accept": "application/json",
|
|
802
|
-
"User-Agent": "typescript-client/2.0.
|
|
802
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
803
803
|
}
|
|
804
804
|
};
|
|
805
805
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -835,7 +835,7 @@ export class SerpApi {
|
|
|
835
835
|
method: "GET",
|
|
836
836
|
headers: {
|
|
837
837
|
"Accept": "application/json",
|
|
838
|
-
"User-Agent": "typescript-client/2.0.
|
|
838
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
839
839
|
}
|
|
840
840
|
};
|
|
841
841
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -874,7 +874,7 @@ export class SerpApi {
|
|
|
874
874
|
headers: {
|
|
875
875
|
"Content-Type": "application/json",
|
|
876
876
|
"Accept": "application/json",
|
|
877
|
-
"User-Agent": "typescript-client/2.0.
|
|
877
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
878
878
|
}
|
|
879
879
|
};
|
|
880
880
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -910,7 +910,7 @@ export class SerpApi {
|
|
|
910
910
|
method: "GET",
|
|
911
911
|
headers: {
|
|
912
912
|
"Accept": "application/json",
|
|
913
|
-
"User-Agent": "typescript-client/2.0.
|
|
913
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
914
914
|
}
|
|
915
915
|
};
|
|
916
916
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -946,7 +946,7 @@ export class SerpApi {
|
|
|
946
946
|
method: "GET",
|
|
947
947
|
headers: {
|
|
948
948
|
"Accept": "application/json",
|
|
949
|
-
"User-Agent": "typescript-client/2.0.
|
|
949
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
950
950
|
}
|
|
951
951
|
};
|
|
952
952
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -983,7 +983,7 @@ export class SerpApi {
|
|
|
983
983
|
method: "GET",
|
|
984
984
|
headers: {
|
|
985
985
|
"Accept": "application/json",
|
|
986
|
-
"User-Agent": "typescript-client/2.0.
|
|
986
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
987
987
|
}
|
|
988
988
|
};
|
|
989
989
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1020,7 +1020,7 @@ export class SerpApi {
|
|
|
1020
1020
|
method: "GET",
|
|
1021
1021
|
headers: {
|
|
1022
1022
|
"Accept": "application/json",
|
|
1023
|
-
"User-Agent": "typescript-client/2.0.
|
|
1023
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1024
1024
|
}
|
|
1025
1025
|
};
|
|
1026
1026
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1059,7 +1059,7 @@ export class SerpApi {
|
|
|
1059
1059
|
headers: {
|
|
1060
1060
|
"Content-Type": "application/json",
|
|
1061
1061
|
"Accept": "application/json",
|
|
1062
|
-
"User-Agent": "typescript-client/2.0.
|
|
1062
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1063
1063
|
}
|
|
1064
1064
|
};
|
|
1065
1065
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1098,7 +1098,7 @@ export class SerpApi {
|
|
|
1098
1098
|
headers: {
|
|
1099
1099
|
"Content-Type": "application/json",
|
|
1100
1100
|
"Accept": "application/json",
|
|
1101
|
-
"User-Agent": "typescript-client/2.0.
|
|
1101
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1102
1102
|
}
|
|
1103
1103
|
};
|
|
1104
1104
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1137,7 +1137,7 @@ export class SerpApi {
|
|
|
1137
1137
|
headers: {
|
|
1138
1138
|
"Content-Type": "application/json",
|
|
1139
1139
|
"Accept": "application/json",
|
|
1140
|
-
"User-Agent": "typescript-client/2.0.
|
|
1140
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1141
1141
|
}
|
|
1142
1142
|
};
|
|
1143
1143
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1173,7 +1173,7 @@ export class SerpApi {
|
|
|
1173
1173
|
method: "GET",
|
|
1174
1174
|
headers: {
|
|
1175
1175
|
"Accept": "application/json",
|
|
1176
|
-
"User-Agent": "typescript-client/2.0.
|
|
1176
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1177
1177
|
}
|
|
1178
1178
|
};
|
|
1179
1179
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1209,7 +1209,7 @@ export class SerpApi {
|
|
|
1209
1209
|
method: "GET",
|
|
1210
1210
|
headers: {
|
|
1211
1211
|
"Accept": "application/json",
|
|
1212
|
-
"User-Agent": "typescript-client/2.0.
|
|
1212
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1213
1213
|
}
|
|
1214
1214
|
};
|
|
1215
1215
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1246,7 +1246,7 @@ export class SerpApi {
|
|
|
1246
1246
|
method: "GET",
|
|
1247
1247
|
headers: {
|
|
1248
1248
|
"Accept": "application/json",
|
|
1249
|
-
"User-Agent": "typescript-client/2.0.
|
|
1249
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1250
1250
|
}
|
|
1251
1251
|
};
|
|
1252
1252
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1285,7 +1285,7 @@ export class SerpApi {
|
|
|
1285
1285
|
headers: {
|
|
1286
1286
|
"Content-Type": "application/json",
|
|
1287
1287
|
"Accept": "application/json",
|
|
1288
|
-
"User-Agent": "typescript-client/2.0.
|
|
1288
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1289
1289
|
}
|
|
1290
1290
|
};
|
|
1291
1291
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1324,7 +1324,7 @@ export class SerpApi {
|
|
|
1324
1324
|
headers: {
|
|
1325
1325
|
"Content-Type": "application/json",
|
|
1326
1326
|
"Accept": "application/json",
|
|
1327
|
-
"User-Agent": "typescript-client/2.0.
|
|
1327
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1328
1328
|
}
|
|
1329
1329
|
};
|
|
1330
1330
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1360,7 +1360,7 @@ export class SerpApi {
|
|
|
1360
1360
|
method: "GET",
|
|
1361
1361
|
headers: {
|
|
1362
1362
|
"Accept": "application/json",
|
|
1363
|
-
"User-Agent": "typescript-client/2.0.
|
|
1363
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1364
1364
|
}
|
|
1365
1365
|
};
|
|
1366
1366
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1396,7 +1396,7 @@ export class SerpApi {
|
|
|
1396
1396
|
method: "GET",
|
|
1397
1397
|
headers: {
|
|
1398
1398
|
"Accept": "application/json",
|
|
1399
|
-
"User-Agent": "typescript-client/2.0.
|
|
1399
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1400
1400
|
}
|
|
1401
1401
|
};
|
|
1402
1402
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1433,7 +1433,7 @@ export class SerpApi {
|
|
|
1433
1433
|
method: "GET",
|
|
1434
1434
|
headers: {
|
|
1435
1435
|
"Accept": "application/json",
|
|
1436
|
-
"User-Agent": "typescript-client/2.0.
|
|
1436
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
1439
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1470,7 +1470,7 @@ export class SerpApi {
|
|
|
1470
1470
|
method: "GET",
|
|
1471
1471
|
headers: {
|
|
1472
1472
|
"Accept": "application/json",
|
|
1473
|
-
"User-Agent": "typescript-client/2.0.
|
|
1473
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1474
1474
|
}
|
|
1475
1475
|
};
|
|
1476
1476
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1509,7 +1509,7 @@ export class SerpApi {
|
|
|
1509
1509
|
headers: {
|
|
1510
1510
|
"Content-Type": "application/json",
|
|
1511
1511
|
"Accept": "application/json",
|
|
1512
|
-
"User-Agent": "typescript-client/2.0.
|
|
1512
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1513
1513
|
}
|
|
1514
1514
|
};
|
|
1515
1515
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1548,7 +1548,7 @@ export class SerpApi {
|
|
|
1548
1548
|
headers: {
|
|
1549
1549
|
"Content-Type": "application/json",
|
|
1550
1550
|
"Accept": "application/json",
|
|
1551
|
-
"User-Agent": "typescript-client/2.0.
|
|
1551
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1552
1552
|
}
|
|
1553
1553
|
};
|
|
1554
1554
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1587,7 +1587,7 @@ export class SerpApi {
|
|
|
1587
1587
|
headers: {
|
|
1588
1588
|
"Content-Type": "application/json",
|
|
1589
1589
|
"Accept": "application/json",
|
|
1590
|
-
"User-Agent": "typescript-client/2.0.
|
|
1590
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1591
1591
|
}
|
|
1592
1592
|
};
|
|
1593
1593
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1623,7 +1623,7 @@ export class SerpApi {
|
|
|
1623
1623
|
method: "GET",
|
|
1624
1624
|
headers: {
|
|
1625
1625
|
"Accept": "application/json",
|
|
1626
|
-
"User-Agent": "typescript-client/2.0.
|
|
1626
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1627
1627
|
}
|
|
1628
1628
|
};
|
|
1629
1629
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1659,7 +1659,7 @@ export class SerpApi {
|
|
|
1659
1659
|
method: "GET",
|
|
1660
1660
|
headers: {
|
|
1661
1661
|
"Accept": "application/json",
|
|
1662
|
-
"User-Agent": "typescript-client/2.0.
|
|
1662
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1663
1663
|
}
|
|
1664
1664
|
};
|
|
1665
1665
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1696,7 +1696,7 @@ export class SerpApi {
|
|
|
1696
1696
|
method: "GET",
|
|
1697
1697
|
headers: {
|
|
1698
1698
|
"Accept": "application/json",
|
|
1699
|
-
"User-Agent": "typescript-client/2.0.
|
|
1699
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1700
1700
|
}
|
|
1701
1701
|
};
|
|
1702
1702
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1733,7 +1733,7 @@ export class SerpApi {
|
|
|
1733
1733
|
method: "GET",
|
|
1734
1734
|
headers: {
|
|
1735
1735
|
"Accept": "application/json",
|
|
1736
|
-
"User-Agent": "typescript-client/2.0.
|
|
1736
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1737
1737
|
}
|
|
1738
1738
|
};
|
|
1739
1739
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1772,7 +1772,7 @@ export class SerpApi {
|
|
|
1772
1772
|
headers: {
|
|
1773
1773
|
"Content-Type": "application/json",
|
|
1774
1774
|
"Accept": "application/json",
|
|
1775
|
-
"User-Agent": "typescript-client/2.0.
|
|
1775
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1776
1776
|
}
|
|
1777
1777
|
};
|
|
1778
1778
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1811,7 +1811,7 @@ export class SerpApi {
|
|
|
1811
1811
|
headers: {
|
|
1812
1812
|
"Content-Type": "application/json",
|
|
1813
1813
|
"Accept": "application/json",
|
|
1814
|
-
"User-Agent": "typescript-client/2.0.
|
|
1814
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1815
1815
|
}
|
|
1816
1816
|
};
|
|
1817
1817
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1850,7 +1850,7 @@ export class SerpApi {
|
|
|
1850
1850
|
headers: {
|
|
1851
1851
|
"Content-Type": "application/json",
|
|
1852
1852
|
"Accept": "application/json",
|
|
1853
|
-
"User-Agent": "typescript-client/2.0.
|
|
1853
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1854
1854
|
}
|
|
1855
1855
|
};
|
|
1856
1856
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1886,7 +1886,7 @@ export class SerpApi {
|
|
|
1886
1886
|
method: "GET",
|
|
1887
1887
|
headers: {
|
|
1888
1888
|
"Accept": "application/json",
|
|
1889
|
-
"User-Agent": "typescript-client/2.0.
|
|
1889
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1890
1890
|
}
|
|
1891
1891
|
};
|
|
1892
1892
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1922,7 +1922,7 @@ export class SerpApi {
|
|
|
1922
1922
|
method: "GET",
|
|
1923
1923
|
headers: {
|
|
1924
1924
|
"Accept": "application/json",
|
|
1925
|
-
"User-Agent": "typescript-client/2.0.
|
|
1925
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1926
1926
|
}
|
|
1927
1927
|
};
|
|
1928
1928
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1959,7 +1959,7 @@ export class SerpApi {
|
|
|
1959
1959
|
method: "GET",
|
|
1960
1960
|
headers: {
|
|
1961
1961
|
"Accept": "application/json",
|
|
1962
|
-
"User-Agent": "typescript-client/2.0.
|
|
1962
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1963
1963
|
}
|
|
1964
1964
|
};
|
|
1965
1965
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1998,7 +1998,7 @@ export class SerpApi {
|
|
|
1998
1998
|
headers: {
|
|
1999
1999
|
"Content-Type": "application/json",
|
|
2000
2000
|
"Accept": "application/json",
|
|
2001
|
-
"User-Agent": "typescript-client/2.0.
|
|
2001
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2002
2002
|
}
|
|
2003
2003
|
};
|
|
2004
2004
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2037,7 +2037,7 @@ export class SerpApi {
|
|
|
2037
2037
|
headers: {
|
|
2038
2038
|
"Content-Type": "application/json",
|
|
2039
2039
|
"Accept": "application/json",
|
|
2040
|
-
"User-Agent": "typescript-client/2.0.
|
|
2040
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2041
2041
|
}
|
|
2042
2042
|
};
|
|
2043
2043
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2073,7 +2073,7 @@ export class SerpApi {
|
|
|
2073
2073
|
method: "GET",
|
|
2074
2074
|
headers: {
|
|
2075
2075
|
"Accept": "application/json",
|
|
2076
|
-
"User-Agent": "typescript-client/2.0.
|
|
2076
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2077
2077
|
}
|
|
2078
2078
|
};
|
|
2079
2079
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2109,7 +2109,7 @@ export class SerpApi {
|
|
|
2109
2109
|
method: "GET",
|
|
2110
2110
|
headers: {
|
|
2111
2111
|
"Accept": "application/json",
|
|
2112
|
-
"User-Agent": "typescript-client/2.0.
|
|
2112
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2113
2113
|
}
|
|
2114
2114
|
};
|
|
2115
2115
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2146,7 +2146,7 @@ export class SerpApi {
|
|
|
2146
2146
|
method: "GET",
|
|
2147
2147
|
headers: {
|
|
2148
2148
|
"Accept": "application/json",
|
|
2149
|
-
"User-Agent": "typescript-client/2.0.
|
|
2149
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2150
2150
|
}
|
|
2151
2151
|
};
|
|
2152
2152
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2183,7 +2183,7 @@ export class SerpApi {
|
|
|
2183
2183
|
method: "GET",
|
|
2184
2184
|
headers: {
|
|
2185
2185
|
"Accept": "application/json",
|
|
2186
|
-
"User-Agent": "typescript-client/2.0.
|
|
2186
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2187
2187
|
}
|
|
2188
2188
|
};
|
|
2189
2189
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2222,7 +2222,7 @@ export class SerpApi {
|
|
|
2222
2222
|
headers: {
|
|
2223
2223
|
"Content-Type": "application/json",
|
|
2224
2224
|
"Accept": "application/json",
|
|
2225
|
-
"User-Agent": "typescript-client/2.0.
|
|
2225
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2226
2226
|
}
|
|
2227
2227
|
};
|
|
2228
2228
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2261,7 +2261,7 @@ export class SerpApi {
|
|
|
2261
2261
|
headers: {
|
|
2262
2262
|
"Content-Type": "application/json",
|
|
2263
2263
|
"Accept": "application/json",
|
|
2264
|
-
"User-Agent": "typescript-client/2.0.
|
|
2264
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2265
2265
|
}
|
|
2266
2266
|
};
|
|
2267
2267
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2300,7 +2300,7 @@ export class SerpApi {
|
|
|
2300
2300
|
headers: {
|
|
2301
2301
|
"Content-Type": "application/json",
|
|
2302
2302
|
"Accept": "application/json",
|
|
2303
|
-
"User-Agent": "typescript-client/2.0.
|
|
2303
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2304
2304
|
}
|
|
2305
2305
|
};
|
|
2306
2306
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2336,7 +2336,7 @@ export class SerpApi {
|
|
|
2336
2336
|
method: "GET",
|
|
2337
2337
|
headers: {
|
|
2338
2338
|
"Accept": "application/json",
|
|
2339
|
-
"User-Agent": "typescript-client/2.0.
|
|
2339
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2340
2340
|
}
|
|
2341
2341
|
};
|
|
2342
2342
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2372,7 +2372,7 @@ export class SerpApi {
|
|
|
2372
2372
|
method: "GET",
|
|
2373
2373
|
headers: {
|
|
2374
2374
|
"Accept": "application/json",
|
|
2375
|
-
"User-Agent": "typescript-client/2.0.
|
|
2375
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2376
2376
|
}
|
|
2377
2377
|
};
|
|
2378
2378
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2409,7 +2409,7 @@ export class SerpApi {
|
|
|
2409
2409
|
method: "GET",
|
|
2410
2410
|
headers: {
|
|
2411
2411
|
"Accept": "application/json",
|
|
2412
|
-
"User-Agent": "typescript-client/2.0.
|
|
2412
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2413
2413
|
}
|
|
2414
2414
|
};
|
|
2415
2415
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2448,7 +2448,7 @@ export class SerpApi {
|
|
|
2448
2448
|
headers: {
|
|
2449
2449
|
"Content-Type": "application/json",
|
|
2450
2450
|
"Accept": "application/json",
|
|
2451
|
-
"User-Agent": "typescript-client/2.0.
|
|
2451
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2452
2452
|
}
|
|
2453
2453
|
};
|
|
2454
2454
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2484,7 +2484,7 @@ export class SerpApi {
|
|
|
2484
2484
|
method: "GET",
|
|
2485
2485
|
headers: {
|
|
2486
2486
|
"Accept": "application/json",
|
|
2487
|
-
"User-Agent": "typescript-client/2.0.
|
|
2487
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2488
2488
|
}
|
|
2489
2489
|
};
|
|
2490
2490
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2520,7 +2520,7 @@ export class SerpApi {
|
|
|
2520
2520
|
method: "GET",
|
|
2521
2521
|
headers: {
|
|
2522
2522
|
"Accept": "application/json",
|
|
2523
|
-
"User-Agent": "typescript-client/2.0.
|
|
2523
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2524
2524
|
}
|
|
2525
2525
|
};
|
|
2526
2526
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2557,7 +2557,7 @@ export class SerpApi {
|
|
|
2557
2557
|
method: "GET",
|
|
2558
2558
|
headers: {
|
|
2559
2559
|
"Accept": "application/json",
|
|
2560
|
-
"User-Agent": "typescript-client/2.0.
|
|
2560
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2561
2561
|
}
|
|
2562
2562
|
};
|
|
2563
2563
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2594,7 +2594,7 @@ export class SerpApi {
|
|
|
2594
2594
|
method: "GET",
|
|
2595
2595
|
headers: {
|
|
2596
2596
|
"Accept": "application/json",
|
|
2597
|
-
"User-Agent": "typescript-client/2.0.
|
|
2597
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2598
2598
|
}
|
|
2599
2599
|
};
|
|
2600
2600
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2633,7 +2633,7 @@ export class SerpApi {
|
|
|
2633
2633
|
headers: {
|
|
2634
2634
|
"Content-Type": "application/json",
|
|
2635
2635
|
"Accept": "application/json",
|
|
2636
|
-
"User-Agent": "typescript-client/2.0.
|
|
2636
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2637
2637
|
}
|
|
2638
2638
|
};
|
|
2639
2639
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2669,7 +2669,7 @@ export class SerpApi {
|
|
|
2669
2669
|
method: "GET",
|
|
2670
2670
|
headers: {
|
|
2671
2671
|
"Accept": "application/json",
|
|
2672
|
-
"User-Agent": "typescript-client/2.0.
|
|
2672
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2673
2673
|
}
|
|
2674
2674
|
};
|
|
2675
2675
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2705,7 +2705,7 @@ export class SerpApi {
|
|
|
2705
2705
|
method: "GET",
|
|
2706
2706
|
headers: {
|
|
2707
2707
|
"Accept": "application/json",
|
|
2708
|
-
"User-Agent": "typescript-client/2.0.
|
|
2708
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2709
2709
|
}
|
|
2710
2710
|
};
|
|
2711
2711
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2742,7 +2742,7 @@ export class SerpApi {
|
|
|
2742
2742
|
method: "GET",
|
|
2743
2743
|
headers: {
|
|
2744
2744
|
"Accept": "application/json",
|
|
2745
|
-
"User-Agent": "typescript-client/2.0.
|
|
2745
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2746
2746
|
}
|
|
2747
2747
|
};
|
|
2748
2748
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2781,7 +2781,7 @@ export class SerpApi {
|
|
|
2781
2781
|
headers: {
|
|
2782
2782
|
"Content-Type": "application/json",
|
|
2783
2783
|
"Accept": "application/json",
|
|
2784
|
-
"User-Agent": "typescript-client/2.0.
|
|
2784
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2785
2785
|
}
|
|
2786
2786
|
};
|
|
2787
2787
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2820,7 +2820,7 @@ export class SerpApi {
|
|
|
2820
2820
|
headers: {
|
|
2821
2821
|
"Content-Type": "application/json",
|
|
2822
2822
|
"Accept": "application/json",
|
|
2823
|
-
"User-Agent": "typescript-client/2.0.
|
|
2823
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2824
2824
|
}
|
|
2825
2825
|
};
|
|
2826
2826
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2856,7 +2856,7 @@ export class SerpApi {
|
|
|
2856
2856
|
method: "GET",
|
|
2857
2857
|
headers: {
|
|
2858
2858
|
"Accept": "application/json",
|
|
2859
|
-
"User-Agent": "typescript-client/2.0.
|
|
2859
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2860
2860
|
}
|
|
2861
2861
|
};
|
|
2862
2862
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2892,7 +2892,7 @@ export class SerpApi {
|
|
|
2892
2892
|
method: "GET",
|
|
2893
2893
|
headers: {
|
|
2894
2894
|
"Accept": "application/json",
|
|
2895
|
-
"User-Agent": "typescript-client/2.0.
|
|
2895
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2896
2896
|
}
|
|
2897
2897
|
};
|
|
2898
2898
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2929,7 +2929,7 @@ export class SerpApi {
|
|
|
2929
2929
|
method: "GET",
|
|
2930
2930
|
headers: {
|
|
2931
2931
|
"Accept": "application/json",
|
|
2932
|
-
"User-Agent": "typescript-client/2.0.
|
|
2932
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2933
2933
|
}
|
|
2934
2934
|
};
|
|
2935
2935
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2968,7 +2968,7 @@ export class SerpApi {
|
|
|
2968
2968
|
headers: {
|
|
2969
2969
|
"Content-Type": "application/json",
|
|
2970
2970
|
"Accept": "application/json",
|
|
2971
|
-
"User-Agent": "typescript-client/2.0.
|
|
2971
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2972
2972
|
}
|
|
2973
2973
|
};
|
|
2974
2974
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3007,7 +3007,7 @@ export class SerpApi {
|
|
|
3007
3007
|
headers: {
|
|
3008
3008
|
"Content-Type": "application/json",
|
|
3009
3009
|
"Accept": "application/json",
|
|
3010
|
-
"User-Agent": "typescript-client/2.0.
|
|
3010
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3011
3011
|
}
|
|
3012
3012
|
};
|
|
3013
3013
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3043,7 +3043,7 @@ export class SerpApi {
|
|
|
3043
3043
|
method: "GET",
|
|
3044
3044
|
headers: {
|
|
3045
3045
|
"Accept": "application/json",
|
|
3046
|
-
"User-Agent": "typescript-client/2.0.
|
|
3046
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3047
3047
|
}
|
|
3048
3048
|
};
|
|
3049
3049
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3079,7 +3079,7 @@ export class SerpApi {
|
|
|
3079
3079
|
method: "GET",
|
|
3080
3080
|
headers: {
|
|
3081
3081
|
"Accept": "application/json",
|
|
3082
|
-
"User-Agent": "typescript-client/2.0.
|
|
3082
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3083
3083
|
}
|
|
3084
3084
|
};
|
|
3085
3085
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3116,7 +3116,7 @@ export class SerpApi {
|
|
|
3116
3116
|
method: "GET",
|
|
3117
3117
|
headers: {
|
|
3118
3118
|
"Accept": "application/json",
|
|
3119
|
-
"User-Agent": "typescript-client/2.0.
|
|
3119
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3120
3120
|
}
|
|
3121
3121
|
};
|
|
3122
3122
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3155,7 +3155,7 @@ export class SerpApi {
|
|
|
3155
3155
|
headers: {
|
|
3156
3156
|
"Content-Type": "application/json",
|
|
3157
3157
|
"Accept": "application/json",
|
|
3158
|
-
"User-Agent": "typescript-client/2.0.
|
|
3158
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3159
3159
|
}
|
|
3160
3160
|
};
|
|
3161
3161
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3191,7 +3191,7 @@ export class SerpApi {
|
|
|
3191
3191
|
method: "GET",
|
|
3192
3192
|
headers: {
|
|
3193
3193
|
"Accept": "application/json",
|
|
3194
|
-
"User-Agent": "typescript-client/2.0.
|
|
3194
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3195
3195
|
}
|
|
3196
3196
|
};
|
|
3197
3197
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3230,7 +3230,7 @@ export class SerpApi {
|
|
|
3230
3230
|
headers: {
|
|
3231
3231
|
"Content-Type": "application/json",
|
|
3232
3232
|
"Accept": "application/json",
|
|
3233
|
-
"User-Agent": "typescript-client/2.0.
|
|
3233
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3234
3234
|
}
|
|
3235
3235
|
};
|
|
3236
3236
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3266,7 +3266,7 @@ export class SerpApi {
|
|
|
3266
3266
|
method: "GET",
|
|
3267
3267
|
headers: {
|
|
3268
3268
|
"Accept": "application/json",
|
|
3269
|
-
"User-Agent": "typescript-client/2.0.
|
|
3269
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3270
3270
|
}
|
|
3271
3271
|
};
|
|
3272
3272
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3303,7 +3303,7 @@ export class SerpApi {
|
|
|
3303
3303
|
method: "GET",
|
|
3304
3304
|
headers: {
|
|
3305
3305
|
"Accept": "application/json",
|
|
3306
|
-
"User-Agent": "typescript-client/2.0.
|
|
3306
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3307
3307
|
}
|
|
3308
3308
|
};
|
|
3309
3309
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3339,7 +3339,7 @@ export class SerpApi {
|
|
|
3339
3339
|
method: "GET",
|
|
3340
3340
|
headers: {
|
|
3341
3341
|
"Accept": "application/json",
|
|
3342
|
-
"User-Agent": "typescript-client/2.0.
|
|
3342
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3343
3343
|
}
|
|
3344
3344
|
};
|
|
3345
3345
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3378,7 +3378,7 @@ export class SerpApi {
|
|
|
3378
3378
|
headers: {
|
|
3379
3379
|
"Content-Type": "application/json",
|
|
3380
3380
|
"Accept": "application/json",
|
|
3381
|
-
"User-Agent": "typescript-client/2.0.
|
|
3381
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3382
3382
|
}
|
|
3383
3383
|
};
|
|
3384
3384
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3414,7 +3414,7 @@ export class SerpApi {
|
|
|
3414
3414
|
method: "GET",
|
|
3415
3415
|
headers: {
|
|
3416
3416
|
"Accept": "application/json",
|
|
3417
|
-
"User-Agent": "typescript-client/2.0.
|
|
3417
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3418
3418
|
}
|
|
3419
3419
|
};
|
|
3420
3420
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3451,7 +3451,7 @@ export class SerpApi {
|
|
|
3451
3451
|
method: "GET",
|
|
3452
3452
|
headers: {
|
|
3453
3453
|
"Accept": "application/json",
|
|
3454
|
-
"User-Agent": "typescript-client/2.0.
|
|
3454
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3455
3455
|
}
|
|
3456
3456
|
};
|
|
3457
3457
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3487,7 +3487,7 @@ export class SerpApi {
|
|
|
3487
3487
|
method: "GET",
|
|
3488
3488
|
headers: {
|
|
3489
3489
|
"Accept": "application/json",
|
|
3490
|
-
"User-Agent": "typescript-client/2.0.
|
|
3490
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3491
3491
|
}
|
|
3492
3492
|
};
|
|
3493
3493
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3524,7 +3524,7 @@ export class SerpApi {
|
|
|
3524
3524
|
method: "GET",
|
|
3525
3525
|
headers: {
|
|
3526
3526
|
"Accept": "application/json",
|
|
3527
|
-
"User-Agent": "typescript-client/2.0.
|
|
3527
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3528
3528
|
}
|
|
3529
3529
|
};
|
|
3530
3530
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3560,7 +3560,7 @@ export class SerpApi {
|
|
|
3560
3560
|
method: "GET",
|
|
3561
3561
|
headers: {
|
|
3562
3562
|
"Accept": "application/json",
|
|
3563
|
-
"User-Agent": "typescript-client/2.0.
|
|
3563
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3564
3564
|
}
|
|
3565
3565
|
};
|
|
3566
3566
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3599,7 +3599,7 @@ export class SerpApi {
|
|
|
3599
3599
|
headers: {
|
|
3600
3600
|
"Content-Type": "application/json",
|
|
3601
3601
|
"Accept": "application/json",
|
|
3602
|
-
"User-Agent": "typescript-client/2.0.
|
|
3602
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3603
3603
|
}
|
|
3604
3604
|
};
|
|
3605
3605
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3635,7 +3635,7 @@ export class SerpApi {
|
|
|
3635
3635
|
method: "GET",
|
|
3636
3636
|
headers: {
|
|
3637
3637
|
"Accept": "application/json",
|
|
3638
|
-
"User-Agent": "typescript-client/2.0.
|
|
3638
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3639
3639
|
}
|
|
3640
3640
|
};
|
|
3641
3641
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3671,7 +3671,7 @@ export class SerpApi {
|
|
|
3671
3671
|
method: "GET",
|
|
3672
3672
|
headers: {
|
|
3673
3673
|
"Accept": "application/json",
|
|
3674
|
-
"User-Agent": "typescript-client/2.0.
|
|
3674
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3675
3675
|
}
|
|
3676
3676
|
};
|
|
3677
3677
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3708,7 +3708,7 @@ export class SerpApi {
|
|
|
3708
3708
|
method: "GET",
|
|
3709
3709
|
headers: {
|
|
3710
3710
|
"Accept": "application/json",
|
|
3711
|
-
"User-Agent": "typescript-client/2.0.
|
|
3711
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3712
3712
|
}
|
|
3713
3713
|
};
|
|
3714
3714
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3745,7 +3745,7 @@ export class SerpApi {
|
|
|
3745
3745
|
method: "GET",
|
|
3746
3746
|
headers: {
|
|
3747
3747
|
"Accept": "application/json",
|
|
3748
|
-
"User-Agent": "typescript-client/2.0.
|
|
3748
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3749
3749
|
}
|
|
3750
3750
|
};
|
|
3751
3751
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3782,7 +3782,7 @@ export class SerpApi {
|
|
|
3782
3782
|
method: "GET",
|
|
3783
3783
|
headers: {
|
|
3784
3784
|
"Accept": "application/json",
|
|
3785
|
-
"User-Agent": "typescript-client/2.0.
|
|
3785
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3786
3786
|
}
|
|
3787
3787
|
};
|
|
3788
3788
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3821,7 +3821,7 @@ export class SerpApi {
|
|
|
3821
3821
|
headers: {
|
|
3822
3822
|
"Content-Type": "application/json",
|
|
3823
3823
|
"Accept": "application/json",
|
|
3824
|
-
"User-Agent": "typescript-client/2.0.
|
|
3824
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3825
3825
|
}
|
|
3826
3826
|
};
|
|
3827
3827
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3860,7 +3860,7 @@ export class SerpApi {
|
|
|
3860
3860
|
headers: {
|
|
3861
3861
|
"Content-Type": "application/json",
|
|
3862
3862
|
"Accept": "application/json",
|
|
3863
|
-
"User-Agent": "typescript-client/2.0.
|
|
3863
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3864
3864
|
}
|
|
3865
3865
|
};
|
|
3866
3866
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3899,7 +3899,7 @@ export class SerpApi {
|
|
|
3899
3899
|
headers: {
|
|
3900
3900
|
"Content-Type": "application/json",
|
|
3901
3901
|
"Accept": "application/json",
|
|
3902
|
-
"User-Agent": "typescript-client/2.0.
|
|
3902
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3903
3903
|
}
|
|
3904
3904
|
};
|
|
3905
3905
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3938,7 +3938,7 @@ export class SerpApi {
|
|
|
3938
3938
|
headers: {
|
|
3939
3939
|
"Content-Type": "application/json",
|
|
3940
3940
|
"Accept": "application/json",
|
|
3941
|
-
"User-Agent": "typescript-client/2.0.
|
|
3941
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3942
3942
|
}
|
|
3943
3943
|
};
|
|
3944
3944
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -3974,7 +3974,7 @@ export class SerpApi {
|
|
|
3974
3974
|
method: "GET",
|
|
3975
3975
|
headers: {
|
|
3976
3976
|
"Accept": "application/json",
|
|
3977
|
-
"User-Agent": "typescript-client/2.0.
|
|
3977
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
3978
3978
|
}
|
|
3979
3979
|
};
|
|
3980
3980
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4010,7 +4010,7 @@ export class SerpApi {
|
|
|
4010
4010
|
method: "GET",
|
|
4011
4011
|
headers: {
|
|
4012
4012
|
"Accept": "application/json",
|
|
4013
|
-
"User-Agent": "typescript-client/2.0.
|
|
4013
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4014
4014
|
}
|
|
4015
4015
|
};
|
|
4016
4016
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4047,7 +4047,7 @@ export class SerpApi {
|
|
|
4047
4047
|
method: "GET",
|
|
4048
4048
|
headers: {
|
|
4049
4049
|
"Accept": "application/json",
|
|
4050
|
-
"User-Agent": "typescript-client/2.0.
|
|
4050
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4051
4051
|
}
|
|
4052
4052
|
};
|
|
4053
4053
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4084,7 +4084,7 @@ export class SerpApi {
|
|
|
4084
4084
|
method: "GET",
|
|
4085
4085
|
headers: {
|
|
4086
4086
|
"Accept": "application/json",
|
|
4087
|
-
"User-Agent": "typescript-client/2.0.
|
|
4087
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4088
4088
|
}
|
|
4089
4089
|
};
|
|
4090
4090
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4123,7 +4123,7 @@ export class SerpApi {
|
|
|
4123
4123
|
headers: {
|
|
4124
4124
|
"Content-Type": "application/json",
|
|
4125
4125
|
"Accept": "application/json",
|
|
4126
|
-
"User-Agent": "typescript-client/2.0.
|
|
4126
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4127
4127
|
}
|
|
4128
4128
|
};
|
|
4129
4129
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4162,7 +4162,7 @@ export class SerpApi {
|
|
|
4162
4162
|
headers: {
|
|
4163
4163
|
"Content-Type": "application/json",
|
|
4164
4164
|
"Accept": "application/json",
|
|
4165
|
-
"User-Agent": "typescript-client/2.0.
|
|
4165
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4166
4166
|
}
|
|
4167
4167
|
};
|
|
4168
4168
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4198,7 +4198,7 @@ export class SerpApi {
|
|
|
4198
4198
|
method: "GET",
|
|
4199
4199
|
headers: {
|
|
4200
4200
|
"Accept": "application/json",
|
|
4201
|
-
"User-Agent": "typescript-client/2.0.
|
|
4201
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4202
4202
|
}
|
|
4203
4203
|
};
|
|
4204
4204
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4235,7 +4235,7 @@ export class SerpApi {
|
|
|
4235
4235
|
method: "GET",
|
|
4236
4236
|
headers: {
|
|
4237
4237
|
"Accept": "application/json",
|
|
4238
|
-
"User-Agent": "typescript-client/2.0.
|
|
4238
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4239
4239
|
}
|
|
4240
4240
|
};
|
|
4241
4241
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4271,7 +4271,7 @@ export class SerpApi {
|
|
|
4271
4271
|
method: "GET",
|
|
4272
4272
|
headers: {
|
|
4273
4273
|
"Accept": "application/json",
|
|
4274
|
-
"User-Agent": "typescript-client/2.0.
|
|
4274
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4275
4275
|
}
|
|
4276
4276
|
};
|
|
4277
4277
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4310,7 +4310,7 @@ export class SerpApi {
|
|
|
4310
4310
|
headers: {
|
|
4311
4311
|
"Content-Type": "application/json",
|
|
4312
4312
|
"Accept": "application/json",
|
|
4313
|
-
"User-Agent": "typescript-client/2.0.
|
|
4313
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4314
4314
|
}
|
|
4315
4315
|
};
|
|
4316
4316
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4346,7 +4346,7 @@ export class SerpApi {
|
|
|
4346
4346
|
method: "GET",
|
|
4347
4347
|
headers: {
|
|
4348
4348
|
"Accept": "application/json",
|
|
4349
|
-
"User-Agent": "typescript-client/2.0.
|
|
4349
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4350
4350
|
}
|
|
4351
4351
|
};
|
|
4352
4352
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4382,7 +4382,7 @@ export class SerpApi {
|
|
|
4382
4382
|
method: "GET",
|
|
4383
4383
|
headers: {
|
|
4384
4384
|
"Accept": "application/json",
|
|
4385
|
-
"User-Agent": "typescript-client/2.0.
|
|
4385
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4386
4386
|
}
|
|
4387
4387
|
};
|
|
4388
4388
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4419,7 +4419,7 @@ export class SerpApi {
|
|
|
4419
4419
|
method: "GET",
|
|
4420
4420
|
headers: {
|
|
4421
4421
|
"Accept": "application/json",
|
|
4422
|
-
"User-Agent": "typescript-client/2.0.
|
|
4422
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4423
4423
|
}
|
|
4424
4424
|
};
|
|
4425
4425
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4458,7 +4458,7 @@ export class SerpApi {
|
|
|
4458
4458
|
headers: {
|
|
4459
4459
|
"Content-Type": "application/json",
|
|
4460
4460
|
"Accept": "application/json",
|
|
4461
|
-
"User-Agent": "typescript-client/2.0.
|
|
4461
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4462
4462
|
}
|
|
4463
4463
|
};
|
|
4464
4464
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4497,7 +4497,7 @@ export class SerpApi {
|
|
|
4497
4497
|
headers: {
|
|
4498
4498
|
"Content-Type": "application/json",
|
|
4499
4499
|
"Accept": "application/json",
|
|
4500
|
-
"User-Agent": "typescript-client/2.0.
|
|
4500
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4501
4501
|
}
|
|
4502
4502
|
};
|
|
4503
4503
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4533,7 +4533,7 @@ export class SerpApi {
|
|
|
4533
4533
|
method: "GET",
|
|
4534
4534
|
headers: {
|
|
4535
4535
|
"Accept": "application/json",
|
|
4536
|
-
"User-Agent": "typescript-client/2.0.
|
|
4536
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4537
4537
|
}
|
|
4538
4538
|
};
|
|
4539
4539
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4569,7 +4569,7 @@ export class SerpApi {
|
|
|
4569
4569
|
method: "GET",
|
|
4570
4570
|
headers: {
|
|
4571
4571
|
"Accept": "application/json",
|
|
4572
|
-
"User-Agent": "typescript-client/2.0.
|
|
4572
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4573
4573
|
}
|
|
4574
4574
|
};
|
|
4575
4575
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4606,7 +4606,7 @@ export class SerpApi {
|
|
|
4606
4606
|
method: "GET",
|
|
4607
4607
|
headers: {
|
|
4608
4608
|
"Accept": "application/json",
|
|
4609
|
-
"User-Agent": "typescript-client/2.0.
|
|
4609
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4610
4610
|
}
|
|
4611
4611
|
};
|
|
4612
4612
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4645,7 +4645,7 @@ export class SerpApi {
|
|
|
4645
4645
|
headers: {
|
|
4646
4646
|
"Content-Type": "application/json",
|
|
4647
4647
|
"Accept": "application/json",
|
|
4648
|
-
"User-Agent": "typescript-client/2.0.
|
|
4648
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4649
4649
|
}
|
|
4650
4650
|
};
|
|
4651
4651
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4684,7 +4684,7 @@ export class SerpApi {
|
|
|
4684
4684
|
headers: {
|
|
4685
4685
|
"Content-Type": "application/json",
|
|
4686
4686
|
"Accept": "application/json",
|
|
4687
|
-
"User-Agent": "typescript-client/2.0.
|
|
4687
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4688
4688
|
}
|
|
4689
4689
|
};
|
|
4690
4690
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4720,7 +4720,7 @@ export class SerpApi {
|
|
|
4720
4720
|
method: "GET",
|
|
4721
4721
|
headers: {
|
|
4722
4722
|
"Accept": "application/json",
|
|
4723
|
-
"User-Agent": "typescript-client/2.0.
|
|
4723
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4724
4724
|
}
|
|
4725
4725
|
};
|
|
4726
4726
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4756,7 +4756,7 @@ export class SerpApi {
|
|
|
4756
4756
|
method: "GET",
|
|
4757
4757
|
headers: {
|
|
4758
4758
|
"Accept": "application/json",
|
|
4759
|
-
"User-Agent": "typescript-client/2.0.
|
|
4759
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4760
4760
|
}
|
|
4761
4761
|
};
|
|
4762
4762
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4793,7 +4793,7 @@ export class SerpApi {
|
|
|
4793
4793
|
method: "GET",
|
|
4794
4794
|
headers: {
|
|
4795
4795
|
"Accept": "application/json",
|
|
4796
|
-
"User-Agent": "typescript-client/2.0.
|
|
4796
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4797
4797
|
}
|
|
4798
4798
|
};
|
|
4799
4799
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4832,7 +4832,7 @@ export class SerpApi {
|
|
|
4832
4832
|
headers: {
|
|
4833
4833
|
"Content-Type": "application/json",
|
|
4834
4834
|
"Accept": "application/json",
|
|
4835
|
-
"User-Agent": "typescript-client/2.0.
|
|
4835
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4836
4836
|
}
|
|
4837
4837
|
};
|
|
4838
4838
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4868,7 +4868,7 @@ export class SerpApi {
|
|
|
4868
4868
|
method: "GET",
|
|
4869
4869
|
headers: {
|
|
4870
4870
|
"Accept": "application/json",
|
|
4871
|
-
"User-Agent": "typescript-client/2.0.
|
|
4871
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4872
4872
|
}
|
|
4873
4873
|
};
|
|
4874
4874
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4905,7 +4905,7 @@ export class SerpApi {
|
|
|
4905
4905
|
method: "GET",
|
|
4906
4906
|
headers: {
|
|
4907
4907
|
"Accept": "application/json",
|
|
4908
|
-
"User-Agent": "typescript-client/2.0.
|
|
4908
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4909
4909
|
}
|
|
4910
4910
|
};
|
|
4911
4911
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4941,7 +4941,7 @@ export class SerpApi {
|
|
|
4941
4941
|
method: "GET",
|
|
4942
4942
|
headers: {
|
|
4943
4943
|
"Accept": "application/json",
|
|
4944
|
-
"User-Agent": "typescript-client/2.0.
|
|
4944
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4945
4945
|
}
|
|
4946
4946
|
};
|
|
4947
4947
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -4980,7 +4980,7 @@ export class SerpApi {
|
|
|
4980
4980
|
headers: {
|
|
4981
4981
|
"Content-Type": "application/json",
|
|
4982
4982
|
"Accept": "application/json",
|
|
4983
|
-
"User-Agent": "typescript-client/2.0.
|
|
4983
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
4984
4984
|
}
|
|
4985
4985
|
};
|
|
4986
4986
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5016,7 +5016,7 @@ export class SerpApi {
|
|
|
5016
5016
|
method: "GET",
|
|
5017
5017
|
headers: {
|
|
5018
5018
|
"Accept": "application/json",
|
|
5019
|
-
"User-Agent": "typescript-client/2.0.
|
|
5019
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5020
5020
|
}
|
|
5021
5021
|
};
|
|
5022
5022
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5052,7 +5052,7 @@ export class SerpApi {
|
|
|
5052
5052
|
method: "GET",
|
|
5053
5053
|
headers: {
|
|
5054
5054
|
"Accept": "application/json",
|
|
5055
|
-
"User-Agent": "typescript-client/2.0.
|
|
5055
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5056
5056
|
}
|
|
5057
5057
|
};
|
|
5058
5058
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5089,7 +5089,7 @@ export class SerpApi {
|
|
|
5089
5089
|
method: "GET",
|
|
5090
5090
|
headers: {
|
|
5091
5091
|
"Accept": "application/json",
|
|
5092
|
-
"User-Agent": "typescript-client/2.0.
|
|
5092
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5093
5093
|
}
|
|
5094
5094
|
};
|
|
5095
5095
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5126,7 +5126,7 @@ export class SerpApi {
|
|
|
5126
5126
|
method: "GET",
|
|
5127
5127
|
headers: {
|
|
5128
5128
|
"Accept": "application/json",
|
|
5129
|
-
"User-Agent": "typescript-client/2.0.
|
|
5129
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5130
5130
|
}
|
|
5131
5131
|
};
|
|
5132
5132
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5163,7 +5163,7 @@ export class SerpApi {
|
|
|
5163
5163
|
method: "GET",
|
|
5164
5164
|
headers: {
|
|
5165
5165
|
"Accept": "application/json",
|
|
5166
|
-
"User-Agent": "typescript-client/2.0.
|
|
5166
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5167
5167
|
}
|
|
5168
5168
|
};
|
|
5169
5169
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5202,7 +5202,7 @@ export class SerpApi {
|
|
|
5202
5202
|
headers: {
|
|
5203
5203
|
"Content-Type": "application/json",
|
|
5204
5204
|
"Accept": "application/json",
|
|
5205
|
-
"User-Agent": "typescript-client/2.0.
|
|
5205
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5206
5206
|
}
|
|
5207
5207
|
};
|
|
5208
5208
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5241,7 +5241,7 @@ export class SerpApi {
|
|
|
5241
5241
|
headers: {
|
|
5242
5242
|
"Content-Type": "application/json",
|
|
5243
5243
|
"Accept": "application/json",
|
|
5244
|
-
"User-Agent": "typescript-client/2.0.
|
|
5244
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5245
5245
|
}
|
|
5246
5246
|
};
|
|
5247
5247
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5280,7 +5280,7 @@ export class SerpApi {
|
|
|
5280
5280
|
headers: {
|
|
5281
5281
|
"Content-Type": "application/json",
|
|
5282
5282
|
"Accept": "application/json",
|
|
5283
|
-
"User-Agent": "typescript-client/2.0.
|
|
5283
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5284
5284
|
}
|
|
5285
5285
|
};
|
|
5286
5286
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5316,7 +5316,7 @@ export class SerpApi {
|
|
|
5316
5316
|
method: "GET",
|
|
5317
5317
|
headers: {
|
|
5318
5318
|
"Accept": "application/json",
|
|
5319
|
-
"User-Agent": "typescript-client/2.0.
|
|
5319
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5320
5320
|
}
|
|
5321
5321
|
};
|
|
5322
5322
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5353,7 +5353,7 @@ export class SerpApi {
|
|
|
5353
5353
|
method: "GET",
|
|
5354
5354
|
headers: {
|
|
5355
5355
|
"Accept": "application/json",
|
|
5356
|
-
"User-Agent": "typescript-client/2.0.
|
|
5356
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5357
5357
|
}
|
|
5358
5358
|
};
|
|
5359
5359
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5389,7 +5389,7 @@ export class SerpApi {
|
|
|
5389
5389
|
method: "GET",
|
|
5390
5390
|
headers: {
|
|
5391
5391
|
"Accept": "application/json",
|
|
5392
|
-
"User-Agent": "typescript-client/2.0.
|
|
5392
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5393
5393
|
}
|
|
5394
5394
|
};
|
|
5395
5395
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5428,7 +5428,7 @@ export class SerpApi {
|
|
|
5428
5428
|
headers: {
|
|
5429
5429
|
"Content-Type": "application/json",
|
|
5430
5430
|
"Accept": "application/json",
|
|
5431
|
-
"User-Agent": "typescript-client/2.0.
|
|
5431
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5432
5432
|
}
|
|
5433
5433
|
};
|
|
5434
5434
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5464,7 +5464,7 @@ export class SerpApi {
|
|
|
5464
5464
|
method: "GET",
|
|
5465
5465
|
headers: {
|
|
5466
5466
|
"Accept": "application/json",
|
|
5467
|
-
"User-Agent": "typescript-client/2.0.
|
|
5467
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5468
5468
|
}
|
|
5469
5469
|
};
|
|
5470
5470
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5500,7 +5500,7 @@ export class SerpApi {
|
|
|
5500
5500
|
method: "GET",
|
|
5501
5501
|
headers: {
|
|
5502
5502
|
"Accept": "application/json",
|
|
5503
|
-
"User-Agent": "typescript-client/2.0.
|
|
5503
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5504
5504
|
}
|
|
5505
5505
|
};
|
|
5506
5506
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5537,7 +5537,7 @@ export class SerpApi {
|
|
|
5537
5537
|
method: "GET",
|
|
5538
5538
|
headers: {
|
|
5539
5539
|
"Accept": "application/json",
|
|
5540
|
-
"User-Agent": "typescript-client/2.0.
|
|
5540
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5541
5541
|
}
|
|
5542
5542
|
};
|
|
5543
5543
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5574,7 +5574,7 @@ export class SerpApi {
|
|
|
5574
5574
|
method: "GET",
|
|
5575
5575
|
headers: {
|
|
5576
5576
|
"Accept": "application/json",
|
|
5577
|
-
"User-Agent": "typescript-client/2.0.
|
|
5577
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5578
5578
|
}
|
|
5579
5579
|
};
|
|
5580
5580
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5611,7 +5611,7 @@ export class SerpApi {
|
|
|
5611
5611
|
method: "GET",
|
|
5612
5612
|
headers: {
|
|
5613
5613
|
"Accept": "application/json",
|
|
5614
|
-
"User-Agent": "typescript-client/2.0.
|
|
5614
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5615
5615
|
}
|
|
5616
5616
|
};
|
|
5617
5617
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5650,7 +5650,7 @@ export class SerpApi {
|
|
|
5650
5650
|
headers: {
|
|
5651
5651
|
"Content-Type": "application/json",
|
|
5652
5652
|
"Accept": "application/json",
|
|
5653
|
-
"User-Agent": "typescript-client/2.0.
|
|
5653
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5654
5654
|
}
|
|
5655
5655
|
};
|
|
5656
5656
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5686,7 +5686,7 @@ export class SerpApi {
|
|
|
5686
5686
|
method: "GET",
|
|
5687
5687
|
headers: {
|
|
5688
5688
|
"Accept": "application/json",
|
|
5689
|
-
"User-Agent": "typescript-client/2.0.
|
|
5689
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5690
5690
|
}
|
|
5691
5691
|
};
|
|
5692
5692
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5722,7 +5722,7 @@ export class SerpApi {
|
|
|
5722
5722
|
method: "GET",
|
|
5723
5723
|
headers: {
|
|
5724
5724
|
"Accept": "application/json",
|
|
5725
|
-
"User-Agent": "typescript-client/2.0.
|
|
5725
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5726
5726
|
}
|
|
5727
5727
|
};
|
|
5728
5728
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5759,7 +5759,7 @@ export class SerpApi {
|
|
|
5759
5759
|
method: "GET",
|
|
5760
5760
|
headers: {
|
|
5761
5761
|
"Accept": "application/json",
|
|
5762
|
-
"User-Agent": "typescript-client/2.0.
|
|
5762
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5763
5763
|
}
|
|
5764
5764
|
};
|
|
5765
5765
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5796,7 +5796,7 @@ export class SerpApi {
|
|
|
5796
5796
|
method: "GET",
|
|
5797
5797
|
headers: {
|
|
5798
5798
|
"Accept": "application/json",
|
|
5799
|
-
"User-Agent": "typescript-client/2.0.
|
|
5799
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5800
5800
|
}
|
|
5801
5801
|
};
|
|
5802
5802
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5833,7 +5833,7 @@ export class SerpApi {
|
|
|
5833
5833
|
method: "GET",
|
|
5834
5834
|
headers: {
|
|
5835
5835
|
"Accept": "application/json",
|
|
5836
|
-
"User-Agent": "typescript-client/2.0.
|
|
5836
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5837
5837
|
}
|
|
5838
5838
|
};
|
|
5839
5839
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5869,7 +5869,7 @@ export class SerpApi {
|
|
|
5869
5869
|
method: "GET",
|
|
5870
5870
|
headers: {
|
|
5871
5871
|
"Accept": "application/json",
|
|
5872
|
-
"User-Agent": "typescript-client/2.0.
|
|
5872
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5873
5873
|
}
|
|
5874
5874
|
};
|
|
5875
5875
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5906,7 +5906,7 @@ export class SerpApi {
|
|
|
5906
5906
|
method: "GET",
|
|
5907
5907
|
headers: {
|
|
5908
5908
|
"Accept": "application/json",
|
|
5909
|
-
"User-Agent": "typescript-client/2.0.
|
|
5909
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5910
5910
|
}
|
|
5911
5911
|
};
|
|
5912
5912
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5942,7 +5942,7 @@ export class SerpApi {
|
|
|
5942
5942
|
method: "GET",
|
|
5943
5943
|
headers: {
|
|
5944
5944
|
"Accept": "application/json",
|
|
5945
|
-
"User-Agent": "typescript-client/2.0.
|
|
5945
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5946
5946
|
}
|
|
5947
5947
|
};
|
|
5948
5948
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -5981,7 +5981,7 @@ export class SerpApi {
|
|
|
5981
5981
|
headers: {
|
|
5982
5982
|
"Content-Type": "application/json",
|
|
5983
5983
|
"Accept": "application/json",
|
|
5984
|
-
"User-Agent": "typescript-client/2.0.
|
|
5984
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
5985
5985
|
}
|
|
5986
5986
|
};
|
|
5987
5987
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6017,7 +6017,7 @@ export class SerpApi {
|
|
|
6017
6017
|
method: "GET",
|
|
6018
6018
|
headers: {
|
|
6019
6019
|
"Accept": "application/json",
|
|
6020
|
-
"User-Agent": "typescript-client/2.0.
|
|
6020
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6021
6021
|
}
|
|
6022
6022
|
};
|
|
6023
6023
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6053,7 +6053,7 @@ export class SerpApi {
|
|
|
6053
6053
|
method: "GET",
|
|
6054
6054
|
headers: {
|
|
6055
6055
|
"Accept": "application/json",
|
|
6056
|
-
"User-Agent": "typescript-client/2.0.
|
|
6056
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6057
6057
|
}
|
|
6058
6058
|
};
|
|
6059
6059
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6090,7 +6090,7 @@ export class SerpApi {
|
|
|
6090
6090
|
method: "GET",
|
|
6091
6091
|
headers: {
|
|
6092
6092
|
"Accept": "application/json",
|
|
6093
|
-
"User-Agent": "typescript-client/2.0.
|
|
6093
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6094
6094
|
}
|
|
6095
6095
|
};
|
|
6096
6096
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6127,7 +6127,7 @@ export class SerpApi {
|
|
|
6127
6127
|
method: "GET",
|
|
6128
6128
|
headers: {
|
|
6129
6129
|
"Accept": "application/json",
|
|
6130
|
-
"User-Agent": "typescript-client/2.0.
|
|
6130
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6131
6131
|
}
|
|
6132
6132
|
};
|
|
6133
6133
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6164,7 +6164,7 @@ export class SerpApi {
|
|
|
6164
6164
|
method: "GET",
|
|
6165
6165
|
headers: {
|
|
6166
6166
|
"Accept": "application/json",
|
|
6167
|
-
"User-Agent": "typescript-client/2.0.
|
|
6167
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6168
6168
|
}
|
|
6169
6169
|
};
|
|
6170
6170
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6203,7 +6203,7 @@ export class SerpApi {
|
|
|
6203
6203
|
headers: {
|
|
6204
6204
|
"Content-Type": "application/json",
|
|
6205
6205
|
"Accept": "application/json",
|
|
6206
|
-
"User-Agent": "typescript-client/2.0.
|
|
6206
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6207
6207
|
}
|
|
6208
6208
|
};
|
|
6209
6209
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6239,7 +6239,7 @@ export class SerpApi {
|
|
|
6239
6239
|
method: "GET",
|
|
6240
6240
|
headers: {
|
|
6241
6241
|
"Accept": "application/json",
|
|
6242
|
-
"User-Agent": "typescript-client/2.0.
|
|
6242
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6243
6243
|
}
|
|
6244
6244
|
};
|
|
6245
6245
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6276,7 +6276,7 @@ export class SerpApi {
|
|
|
6276
6276
|
method: "GET",
|
|
6277
6277
|
headers: {
|
|
6278
6278
|
"Accept": "application/json",
|
|
6279
|
-
"User-Agent": "typescript-client/2.0.
|
|
6279
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6280
6280
|
}
|
|
6281
6281
|
};
|
|
6282
6282
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6313,7 +6313,7 @@ export class SerpApi {
|
|
|
6313
6313
|
method: "GET",
|
|
6314
6314
|
headers: {
|
|
6315
6315
|
"Accept": "application/json",
|
|
6316
|
-
"User-Agent": "typescript-client/2.0.
|
|
6316
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6317
6317
|
}
|
|
6318
6318
|
};
|
|
6319
6319
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6352,7 +6352,7 @@ export class SerpApi {
|
|
|
6352
6352
|
headers: {
|
|
6353
6353
|
"Content-Type": "application/json",
|
|
6354
6354
|
"Accept": "application/json",
|
|
6355
|
-
"User-Agent": "typescript-client/2.0.
|
|
6355
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6356
6356
|
}
|
|
6357
6357
|
};
|
|
6358
6358
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6391,7 +6391,7 @@ export class SerpApi {
|
|
|
6391
6391
|
headers: {
|
|
6392
6392
|
"Content-Type": "application/json",
|
|
6393
6393
|
"Accept": "application/json",
|
|
6394
|
-
"User-Agent": "typescript-client/2.0.
|
|
6394
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6395
6395
|
}
|
|
6396
6396
|
};
|
|
6397
6397
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6430,7 +6430,7 @@ export class SerpApi {
|
|
|
6430
6430
|
headers: {
|
|
6431
6431
|
"Content-Type": "application/json",
|
|
6432
6432
|
"Accept": "application/json",
|
|
6433
|
-
"User-Agent": "typescript-client/2.0.
|
|
6433
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6434
6434
|
}
|
|
6435
6435
|
};
|
|
6436
6436
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6466,7 +6466,7 @@ export class SerpApi {
|
|
|
6466
6466
|
method: "GET",
|
|
6467
6467
|
headers: {
|
|
6468
6468
|
"Accept": "application/json",
|
|
6469
|
-
"User-Agent": "typescript-client/2.0.
|
|
6469
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6470
6470
|
}
|
|
6471
6471
|
};
|
|
6472
6472
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6503,7 +6503,7 @@ export class SerpApi {
|
|
|
6503
6503
|
method: "GET",
|
|
6504
6504
|
headers: {
|
|
6505
6505
|
"Accept": "application/json",
|
|
6506
|
-
"User-Agent": "typescript-client/2.0.
|
|
6506
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6507
6507
|
}
|
|
6508
6508
|
};
|
|
6509
6509
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6540,7 +6540,7 @@ export class SerpApi {
|
|
|
6540
6540
|
method: "GET",
|
|
6541
6541
|
headers: {
|
|
6542
6542
|
"Accept": "application/json",
|
|
6543
|
-
"User-Agent": "typescript-client/2.0.
|
|
6543
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6544
6544
|
}
|
|
6545
6545
|
};
|
|
6546
6546
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6579,7 +6579,7 @@ export class SerpApi {
|
|
|
6579
6579
|
headers: {
|
|
6580
6580
|
"Content-Type": "application/json",
|
|
6581
6581
|
"Accept": "application/json",
|
|
6582
|
-
"User-Agent": "typescript-client/2.0.
|
|
6582
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6583
6583
|
}
|
|
6584
6584
|
};
|
|
6585
6585
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6618,7 +6618,7 @@ export class SerpApi {
|
|
|
6618
6618
|
headers: {
|
|
6619
6619
|
"Content-Type": "application/json",
|
|
6620
6620
|
"Accept": "application/json",
|
|
6621
|
-
"User-Agent": "typescript-client/2.0.
|
|
6621
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6622
6622
|
}
|
|
6623
6623
|
};
|
|
6624
6624
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6657,7 +6657,7 @@ export class SerpApi {
|
|
|
6657
6657
|
headers: {
|
|
6658
6658
|
"Content-Type": "application/json",
|
|
6659
6659
|
"Accept": "application/json",
|
|
6660
|
-
"User-Agent": "typescript-client/2.0.
|
|
6660
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6661
6661
|
}
|
|
6662
6662
|
};
|
|
6663
6663
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6693,7 +6693,7 @@ export class SerpApi {
|
|
|
6693
6693
|
method: "GET",
|
|
6694
6694
|
headers: {
|
|
6695
6695
|
"Accept": "application/json",
|
|
6696
|
-
"User-Agent": "typescript-client/2.0.
|
|
6696
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6697
6697
|
}
|
|
6698
6698
|
};
|
|
6699
6699
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6730,7 +6730,7 @@ export class SerpApi {
|
|
|
6730
6730
|
method: "GET",
|
|
6731
6731
|
headers: {
|
|
6732
6732
|
"Accept": "application/json",
|
|
6733
|
-
"User-Agent": "typescript-client/2.0.
|
|
6733
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6734
6734
|
}
|
|
6735
6735
|
};
|
|
6736
6736
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6767,7 +6767,7 @@ export class SerpApi {
|
|
|
6767
6767
|
method: "GET",
|
|
6768
6768
|
headers: {
|
|
6769
6769
|
"Accept": "application/json",
|
|
6770
|
-
"User-Agent": "typescript-client/2.0.
|
|
6770
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6771
6771
|
}
|
|
6772
6772
|
};
|
|
6773
6773
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6806,7 +6806,7 @@ export class SerpApi {
|
|
|
6806
6806
|
headers: {
|
|
6807
6807
|
"Content-Type": "application/json",
|
|
6808
6808
|
"Accept": "application/json",
|
|
6809
|
-
"User-Agent": "typescript-client/2.0.
|
|
6809
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6810
6810
|
}
|
|
6811
6811
|
};
|
|
6812
6812
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6845,7 +6845,7 @@ export class SerpApi {
|
|
|
6845
6845
|
headers: {
|
|
6846
6846
|
"Content-Type": "application/json",
|
|
6847
6847
|
"Accept": "application/json",
|
|
6848
|
-
"User-Agent": "typescript-client/2.0.
|
|
6848
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6849
6849
|
}
|
|
6850
6850
|
};
|
|
6851
6851
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6884,7 +6884,7 @@ export class SerpApi {
|
|
|
6884
6884
|
headers: {
|
|
6885
6885
|
"Content-Type": "application/json",
|
|
6886
6886
|
"Accept": "application/json",
|
|
6887
|
-
"User-Agent": "typescript-client/2.0.
|
|
6887
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6888
6888
|
}
|
|
6889
6889
|
};
|
|
6890
6890
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6920,7 +6920,7 @@ export class SerpApi {
|
|
|
6920
6920
|
method: "GET",
|
|
6921
6921
|
headers: {
|
|
6922
6922
|
"Accept": "application/json",
|
|
6923
|
-
"User-Agent": "typescript-client/2.0.
|
|
6923
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6924
6924
|
}
|
|
6925
6925
|
};
|
|
6926
6926
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6957,7 +6957,7 @@ export class SerpApi {
|
|
|
6957
6957
|
method: "GET",
|
|
6958
6958
|
headers: {
|
|
6959
6959
|
"Accept": "application/json",
|
|
6960
|
-
"User-Agent": "typescript-client/2.0.
|
|
6960
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
6961
6961
|
}
|
|
6962
6962
|
};
|
|
6963
6963
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -6996,7 +6996,7 @@ export class SerpApi {
|
|
|
6996
6996
|
headers: {
|
|
6997
6997
|
"Content-Type": "application/json",
|
|
6998
6998
|
"Accept": "application/json",
|
|
6999
|
-
"User-Agent": "typescript-client/2.0.
|
|
6999
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
7000
7000
|
}
|
|
7001
7001
|
};
|
|
7002
7002
|
return this.http.fetch(url_, options_).then((_response) => {
|