dataforseo-client 2.0.13 → 2.0.15

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.
Files changed (429) hide show
  1. package/dist/cjs/api/AiOptimizationApi.d.ts +53 -17
  2. package/dist/cjs/api/AiOptimizationApi.js +484 -95
  3. package/dist/cjs/api/AiOptimizationApi.js.map +1 -1
  4. package/dist/cjs/api/AppDataApi.js +42 -42
  5. package/dist/cjs/api/AppendixApi.js +4 -4
  6. package/dist/cjs/api/BacklinksApi.js +24 -24
  7. package/dist/cjs/api/BusinessDataApi.js +56 -56
  8. package/dist/cjs/api/ContentAnalysisApi.js +11 -11
  9. package/dist/cjs/api/ContentGenerationApi.js +10 -10
  10. package/dist/cjs/api/DataforseoLabsApi.js +59 -59
  11. package/dist/cjs/api/DomainAnalyticsApi.js +14 -14
  12. package/dist/cjs/api/KeywordsDataApi.js +70 -70
  13. package/dist/cjs/api/MerchantApi.js +36 -36
  14. package/dist/cjs/api/OnPageApi.js +30 -30
  15. package/dist/cjs/api/SerpApi.js +183 -183
  16. package/dist/cjs/api/SerpApi.js.map +1 -1
  17. package/dist/cjs/index.d.ts +67 -21
  18. package/dist/cjs/index.js +186 -94
  19. package/dist/cjs/index.js.map +1 -1
  20. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetResponseInfo.d.ts +16 -0
  21. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetResponseInfo.js +47 -0
  22. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetResponseInfo.js.map +1 -0
  23. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetResultInfo.d.ts +53 -0
  24. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetResultInfo.js +61 -0
  25. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetResultInfo.js.map +1 -0
  26. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetTaskInfo.d.ts +16 -0
  27. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetTaskInfo.js +47 -0
  28. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskGetTaskInfo.js.map +1 -0
  29. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostRequestInfo.d.ts +181 -0
  30. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostRequestInfo.js +69 -0
  31. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostRequestInfo.js.map +1 -0
  32. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostResponseInfo.d.ts +16 -0
  33. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostResponseInfo.js +47 -0
  34. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostResponseInfo.js.map +1 -0
  35. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostTaskInfo.d.ts +17 -0
  36. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostTaskInfo.js +33 -0
  37. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTaskPostTaskInfo.js.map +1 -0
  38. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyResponseInfo.d.ts +16 -0
  39. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyResponseInfo.js +47 -0
  40. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyResponseInfo.js.map +1 -0
  41. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyResultInfo.d.ts +34 -0
  42. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyResultInfo.js +45 -0
  43. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyResultInfo.js.map +1 -0
  44. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyTaskInfo.d.ts +16 -0
  45. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyTaskInfo.js +47 -0
  46. package/dist/cjs/models/AiOptimizationGeminiLlmResponsesTasksReadyTaskInfo.js.map +1 -0
  47. package/dist/cjs/models/AiOptimizationLLmMentionsCrossAggregateMetricsTargetInfo.d.ts +17 -0
  48. package/dist/cjs/models/AiOptimizationLLmMentionsCrossAggregateMetricsTargetInfo.js +51 -0
  49. package/dist/cjs/models/AiOptimizationLLmMentionsCrossAggregateMetricsTargetInfo.js.map +1 -0
  50. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.d.ts +221 -0
  51. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.js +77 -0
  52. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.js.map +1 -0
  53. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResponseInfo.d.ts +16 -0
  54. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResponseInfo.js +47 -0
  55. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResponseInfo.js.map +1 -0
  56. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResultInfo.d.ts +23 -0
  57. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResultInfo.js +39 -0
  58. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResultInfo.js.map +1 -0
  59. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveTaskInfo.d.ts +16 -0
  60. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveTaskInfo.js +47 -0
  61. package/dist/cjs/models/AiOptimizationLlmMentionsAggregatedMetricsLiveTaskInfo.js.map +1 -0
  62. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersResponseInfo.d.ts +14 -0
  63. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersResponseInfo.js +47 -0
  64. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersResponseInfo.js.map +1 -0
  65. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersResultInfo.d.ts +16 -0
  66. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersResultInfo.js +35 -0
  67. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersResultInfo.js.map +1 -0
  68. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersTaskInfo.d.ts +14 -0
  69. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersTaskInfo.js +47 -0
  70. package/dist/cjs/models/AiOptimizationLlmMentionsAvailableFiltersTaskInfo.js.map +1 -0
  71. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveRequestInfo.d.ts +225 -0
  72. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveRequestInfo.js +81 -0
  73. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveRequestInfo.js.map +1 -0
  74. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResponseInfo.d.ts +16 -0
  75. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResponseInfo.js +47 -0
  76. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResponseInfo.js.map +1 -0
  77. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResultInfo.d.ts +22 -0
  78. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResultInfo.js +53 -0
  79. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResultInfo.js.map +1 -0
  80. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveTaskInfo.d.ts +16 -0
  81. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveTaskInfo.js +47 -0
  82. package/dist/cjs/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveTaskInfo.js.map +1 -0
  83. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResponseInfo.d.ts +16 -0
  84. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResponseInfo.js +47 -0
  85. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResponseInfo.js.map +1 -0
  86. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.d.ts +25 -0
  87. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js +53 -0
  88. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js.map +1 -0
  89. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesTaskInfo.d.ts +16 -0
  90. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesTaskInfo.js +47 -0
  91. package/dist/cjs/models/AiOptimizationLlmMentionsLocationsAndLanguagesTaskInfo.js.map +1 -0
  92. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveItem.d.ts +55 -0
  93. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveItem.js +93 -0
  94. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveItem.js.map +1 -0
  95. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveRequestInfo.d.ts +265 -0
  96. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveRequestInfo.js +83 -0
  97. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveRequestInfo.js.map +1 -0
  98. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveResponseInfo.d.ts +16 -0
  99. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveResponseInfo.js +47 -0
  100. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveResponseInfo.js.map +1 -0
  101. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveResultInfo.d.ts +35 -0
  102. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveResultInfo.js +57 -0
  103. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveResultInfo.js.map +1 -0
  104. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveTaskInfo.d.ts +16 -0
  105. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveTaskInfo.js +47 -0
  106. package/dist/cjs/models/AiOptimizationLlmMentionsSearchLiveTaskInfo.js.map +1 -0
  107. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveRequestInfo.d.ts +247 -0
  108. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveRequestInfo.js +81 -0
  109. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveRequestInfo.js.map +1 -0
  110. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveResponseInfo.d.ts +16 -0
  111. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveResponseInfo.js +47 -0
  112. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveResponseInfo.js.map +1 -0
  113. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveResultInfo.d.ts +24 -0
  114. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveResultInfo.js +53 -0
  115. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveResultInfo.js.map +1 -0
  116. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveTaskInfo.d.ts +16 -0
  117. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveTaskInfo.js +47 -0
  118. package/dist/cjs/models/AiOptimizationLlmMentionsTopDomainsLiveTaskInfo.js.map +1 -0
  119. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveRequestInfo.d.ts +247 -0
  120. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveRequestInfo.js +81 -0
  121. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveRequestInfo.js.map +1 -0
  122. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveResponseInfo.d.ts +16 -0
  123. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveResponseInfo.js +47 -0
  124. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveResponseInfo.js.map +1 -0
  125. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveResultInfo.d.ts +24 -0
  126. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveResultInfo.js +53 -0
  127. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveResultInfo.js.map +1 -0
  128. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveTaskInfo.d.ts +16 -0
  129. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveTaskInfo.js +47 -0
  130. package/dist/cjs/models/AiOptimizationLlmMentionsTopPagesLiveTaskInfo.js.map +1 -0
  131. package/dist/cjs/models/AiOptimizationLlmMentionssLiveItem.d.ts +47 -0
  132. package/dist/cjs/models/AiOptimizationLlmMentionssLiveItem.js +111 -0
  133. package/dist/cjs/models/AiOptimizationLlmMentionssLiveItem.js.map +1 -0
  134. package/dist/cjs/models/AppStoreInfoOrganic.d.ts +12 -6
  135. package/dist/cjs/models/AppStoreInfoOrganic.js.map +1 -1
  136. package/dist/cjs/models/BaseAiOptimizationLLmMentionsTargetElement.d.ts +105 -0
  137. package/dist/cjs/models/BaseAiOptimizationLLmMentionsTargetElement.js +108 -0
  138. package/dist/cjs/models/BaseAiOptimizationLLmMentionsTargetElement.js.map +1 -0
  139. package/dist/cjs/models/BaseDataforseoLabsApiElementItem.d.ts +104 -100
  140. package/dist/cjs/models/BaseDataforseoLabsApiElementItem.js +62 -62
  141. package/dist/cjs/models/BaseDataforseoLabsApiElementItem.js.map +1 -1
  142. package/dist/cjs/models/BaseMerchantGoogleShoppingSellersElementItem.d.ts +2 -2
  143. package/dist/cjs/models/BaseSerpApiAiModeAiOverviewElementItem.d.ts +0 -4
  144. package/dist/cjs/models/BaseSerpApiAiModeAiOverviewElementItem.js +0 -15
  145. package/dist/cjs/models/BaseSerpApiAiModeAiOverviewElementItem.js.map +1 -1
  146. package/dist/cjs/models/BaseSerpApiAiOverviewElementItem.d.ts +0 -4
  147. package/dist/cjs/models/BaseSerpApiAiOverviewElementItem.js +0 -15
  148. package/dist/cjs/models/BaseSerpApiAiOverviewElementItem.js.map +1 -1
  149. package/dist/cjs/models/GroupElement.d.ts +36 -0
  150. package/dist/cjs/models/GroupElement.js +43 -0
  151. package/dist/cjs/models/GroupElement.js.map +1 -0
  152. package/dist/cjs/models/OnPageInstantPagesResultInfo.d.ts +3 -3
  153. package/dist/cjs/models/OnPageInstantPagesResultInfo.js +1 -1
  154. package/dist/cjs/models/OnPageInstantPagesResultInfo.js.map +1 -1
  155. package/dist/cjs/models/SearchResults.d.ts +44 -0
  156. package/dist/cjs/models/SearchResults.js +47 -0
  157. package/dist/cjs/models/SearchResults.js.map +1 -0
  158. package/dist/cjs/models/SerpApiStopCrawlOnMatchInfo.d.ts +32 -0
  159. package/dist/cjs/models/SerpApiStopCrawlOnMatchInfo.js +37 -0
  160. package/dist/cjs/models/SerpApiStopCrawlOnMatchInfo.js.map +1 -0
  161. package/dist/cjs/models/SerpBaiduOrganicTaskPostRequestInfo.d.ts +11 -10
  162. package/dist/cjs/models/SerpBaiduOrganicTaskPostRequestInfo.js +16 -2
  163. package/dist/cjs/models/SerpBaiduOrganicTaskPostRequestInfo.js.map +1 -1
  164. package/dist/cjs/models/SerpBingOrganicLiveAdvancedRequestInfo.d.ts +11 -10
  165. package/dist/cjs/models/SerpBingOrganicLiveAdvancedRequestInfo.js +16 -2
  166. package/dist/cjs/models/SerpBingOrganicLiveAdvancedRequestInfo.js.map +1 -1
  167. package/dist/cjs/models/SerpBingOrganicLiveHtmlRequestInfo.d.ts +11 -10
  168. package/dist/cjs/models/SerpBingOrganicLiveHtmlRequestInfo.js +16 -2
  169. package/dist/cjs/models/SerpBingOrganicLiveHtmlRequestInfo.js.map +1 -1
  170. package/dist/cjs/models/SerpBingOrganicLiveRegularRequestInfo.d.ts +11 -10
  171. package/dist/cjs/models/SerpBingOrganicLiveRegularRequestInfo.js +16 -2
  172. package/dist/cjs/models/SerpBingOrganicLiveRegularRequestInfo.js.map +1 -1
  173. package/dist/cjs/models/SerpBingOrganicTaskPostRequestInfo.d.ts +11 -10
  174. package/dist/cjs/models/SerpBingOrganicTaskPostRequestInfo.js +16 -2
  175. package/dist/cjs/models/SerpBingOrganicTaskPostRequestInfo.js.map +1 -1
  176. package/dist/cjs/models/SerpGoogleOrganicLiveAdvancedRequestInfo.d.ts +73 -10
  177. package/dist/cjs/models/SerpGoogleOrganicLiveAdvancedRequestInfo.js +22 -2
  178. package/dist/cjs/models/SerpGoogleOrganicLiveAdvancedRequestInfo.js.map +1 -1
  179. package/dist/cjs/models/SerpGoogleOrganicLiveHtmlRequestInfo.d.ts +73 -10
  180. package/dist/cjs/models/SerpGoogleOrganicLiveHtmlRequestInfo.js +22 -2
  181. package/dist/cjs/models/SerpGoogleOrganicLiveHtmlRequestInfo.js.map +1 -1
  182. package/dist/cjs/models/SerpGoogleOrganicLiveRegularRequestInfo.d.ts +73 -10
  183. package/dist/cjs/models/SerpGoogleOrganicLiveRegularRequestInfo.js +22 -2
  184. package/dist/cjs/models/SerpGoogleOrganicLiveRegularRequestInfo.js.map +1 -1
  185. package/dist/cjs/models/SerpGoogleOrganicTaskPostRequestInfo.d.ts +73 -10
  186. package/dist/cjs/models/SerpGoogleOrganicTaskPostRequestInfo.js +22 -2
  187. package/dist/cjs/models/SerpGoogleOrganicTaskPostRequestInfo.js.map +1 -1
  188. package/dist/cjs/models/SerpNaverOrganicTaskPostRequestInfo.d.ts +11 -10
  189. package/dist/cjs/models/SerpNaverOrganicTaskPostRequestInfo.js +16 -2
  190. package/dist/cjs/models/SerpNaverOrganicTaskPostRequestInfo.js.map +1 -1
  191. package/dist/cjs/models/SerpSeznamOrganicTaskPostRequestInfo.d.ts +11 -10
  192. package/dist/cjs/models/SerpSeznamOrganicTaskPostRequestInfo.js +16 -2
  193. package/dist/cjs/models/SerpSeznamOrganicTaskPostRequestInfo.js.map +1 -1
  194. package/dist/cjs/models/SerpYahooOrganicLiveAdvancedRequestInfo.d.ts +11 -10
  195. package/dist/cjs/models/SerpYahooOrganicLiveAdvancedRequestInfo.js +16 -2
  196. package/dist/cjs/models/SerpYahooOrganicLiveAdvancedRequestInfo.js.map +1 -1
  197. package/dist/cjs/models/SerpYahooOrganicLiveHtmlRequestInfo.d.ts +11 -10
  198. package/dist/cjs/models/SerpYahooOrganicLiveHtmlRequestInfo.js +16 -2
  199. package/dist/cjs/models/SerpYahooOrganicLiveHtmlRequestInfo.js.map +1 -1
  200. package/dist/cjs/models/SerpYahooOrganicLiveRegularRequestInfo.d.ts +11 -10
  201. package/dist/cjs/models/SerpYahooOrganicLiveRegularRequestInfo.js +16 -2
  202. package/dist/cjs/models/SerpYahooOrganicLiveRegularRequestInfo.js.map +1 -1
  203. package/dist/cjs/models/SerpYahooOrganicTaskPostRequestInfo.d.ts +11 -10
  204. package/dist/cjs/models/SerpYahooOrganicTaskPostRequestInfo.js +16 -2
  205. package/dist/cjs/models/SerpYahooOrganicTaskPostRequestInfo.js.map +1 -1
  206. package/dist/cjs/models/Sources.d.ts +54 -0
  207. package/dist/cjs/models/Sources.js +51 -0
  208. package/dist/cjs/models/Sources.js.map +1 -0
  209. package/dist/cjs/models/Total.d.ts +41 -0
  210. package/dist/cjs/models/Total.js +109 -0
  211. package/dist/cjs/models/Total.js.map +1 -0
  212. package/dist/cjs/models/index.d.ts +67 -21
  213. package/dist/cjs/models/index.js +186 -93
  214. package/dist/cjs/models/index.js.map +1 -1
  215. package/dist/esm/api/AiOptimizationApi.d.ts +53 -17
  216. package/dist/esm/api/AiOptimizationApi.js +484 -95
  217. package/dist/esm/api/AiOptimizationApi.js.map +1 -1
  218. package/dist/esm/api/AppDataApi.js +42 -42
  219. package/dist/esm/api/AppendixApi.js +4 -4
  220. package/dist/esm/api/BacklinksApi.js +24 -24
  221. package/dist/esm/api/BusinessDataApi.js +56 -56
  222. package/dist/esm/api/ContentAnalysisApi.js +11 -11
  223. package/dist/esm/api/ContentGenerationApi.js +10 -10
  224. package/dist/esm/api/DataforseoLabsApi.js +59 -59
  225. package/dist/esm/api/DomainAnalyticsApi.js +14 -14
  226. package/dist/esm/api/KeywordsDataApi.js +70 -70
  227. package/dist/esm/api/MerchantApi.js +36 -36
  228. package/dist/esm/api/OnPageApi.js +30 -30
  229. package/dist/esm/api/SerpApi.js +183 -183
  230. package/dist/esm/api/SerpApi.js.map +1 -1
  231. package/dist/esm/index.d.ts +67 -21
  232. package/dist/esm/index.js +67 -21
  233. package/dist/esm/index.js.map +1 -1
  234. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetResponseInfo.d.ts +16 -0
  235. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetResponseInfo.js +43 -0
  236. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetResponseInfo.js.map +1 -0
  237. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetResultInfo.d.ts +53 -0
  238. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetResultInfo.js +57 -0
  239. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetResultInfo.js.map +1 -0
  240. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetTaskInfo.d.ts +16 -0
  241. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetTaskInfo.js +43 -0
  242. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskGetTaskInfo.js.map +1 -0
  243. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostRequestInfo.d.ts +181 -0
  244. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostRequestInfo.js +65 -0
  245. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostRequestInfo.js.map +1 -0
  246. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostResponseInfo.d.ts +16 -0
  247. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostResponseInfo.js +43 -0
  248. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostResponseInfo.js.map +1 -0
  249. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostTaskInfo.d.ts +17 -0
  250. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostTaskInfo.js +29 -0
  251. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTaskPostTaskInfo.js.map +1 -0
  252. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyResponseInfo.d.ts +16 -0
  253. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyResponseInfo.js +43 -0
  254. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyResponseInfo.js.map +1 -0
  255. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyResultInfo.d.ts +34 -0
  256. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyResultInfo.js +41 -0
  257. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyResultInfo.js.map +1 -0
  258. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyTaskInfo.d.ts +16 -0
  259. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyTaskInfo.js +43 -0
  260. package/dist/esm/models/AiOptimizationGeminiLlmResponsesTasksReadyTaskInfo.js.map +1 -0
  261. package/dist/esm/models/AiOptimizationLLmMentionsCrossAggregateMetricsTargetInfo.d.ts +17 -0
  262. package/dist/esm/models/AiOptimizationLLmMentionsCrossAggregateMetricsTargetInfo.js +47 -0
  263. package/dist/esm/models/AiOptimizationLLmMentionsCrossAggregateMetricsTargetInfo.js.map +1 -0
  264. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.d.ts +221 -0
  265. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.js +73 -0
  266. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveRequestInfo.js.map +1 -0
  267. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResponseInfo.d.ts +16 -0
  268. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResponseInfo.js +43 -0
  269. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResponseInfo.js.map +1 -0
  270. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResultInfo.d.ts +23 -0
  271. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResultInfo.js +35 -0
  272. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveResultInfo.js.map +1 -0
  273. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveTaskInfo.d.ts +16 -0
  274. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveTaskInfo.js +43 -0
  275. package/dist/esm/models/AiOptimizationLlmMentionsAggregatedMetricsLiveTaskInfo.js.map +1 -0
  276. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersResponseInfo.d.ts +14 -0
  277. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersResponseInfo.js +43 -0
  278. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersResponseInfo.js.map +1 -0
  279. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersResultInfo.d.ts +16 -0
  280. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersResultInfo.js +31 -0
  281. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersResultInfo.js.map +1 -0
  282. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersTaskInfo.d.ts +14 -0
  283. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersTaskInfo.js +43 -0
  284. package/dist/esm/models/AiOptimizationLlmMentionsAvailableFiltersTaskInfo.js.map +1 -0
  285. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveRequestInfo.d.ts +225 -0
  286. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveRequestInfo.js +77 -0
  287. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveRequestInfo.js.map +1 -0
  288. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResponseInfo.d.ts +16 -0
  289. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResponseInfo.js +43 -0
  290. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResponseInfo.js.map +1 -0
  291. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResultInfo.d.ts +22 -0
  292. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResultInfo.js +49 -0
  293. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveResultInfo.js.map +1 -0
  294. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveTaskInfo.d.ts +16 -0
  295. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveTaskInfo.js +43 -0
  296. package/dist/esm/models/AiOptimizationLlmMentionsCrossAggregatedMetricsLiveTaskInfo.js.map +1 -0
  297. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResponseInfo.d.ts +16 -0
  298. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResponseInfo.js +43 -0
  299. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResponseInfo.js.map +1 -0
  300. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.d.ts +25 -0
  301. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js +49 -0
  302. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesResultInfo.js.map +1 -0
  303. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesTaskInfo.d.ts +16 -0
  304. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesTaskInfo.js +43 -0
  305. package/dist/esm/models/AiOptimizationLlmMentionsLocationsAndLanguagesTaskInfo.js.map +1 -0
  306. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveItem.d.ts +55 -0
  307. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveItem.js +89 -0
  308. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveItem.js.map +1 -0
  309. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveRequestInfo.d.ts +265 -0
  310. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveRequestInfo.js +79 -0
  311. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveRequestInfo.js.map +1 -0
  312. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveResponseInfo.d.ts +16 -0
  313. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveResponseInfo.js +43 -0
  314. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveResponseInfo.js.map +1 -0
  315. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveResultInfo.d.ts +35 -0
  316. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveResultInfo.js +53 -0
  317. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveResultInfo.js.map +1 -0
  318. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveTaskInfo.d.ts +16 -0
  319. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveTaskInfo.js +43 -0
  320. package/dist/esm/models/AiOptimizationLlmMentionsSearchLiveTaskInfo.js.map +1 -0
  321. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveRequestInfo.d.ts +247 -0
  322. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveRequestInfo.js +77 -0
  323. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveRequestInfo.js.map +1 -0
  324. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveResponseInfo.d.ts +16 -0
  325. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveResponseInfo.js +43 -0
  326. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveResponseInfo.js.map +1 -0
  327. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveResultInfo.d.ts +24 -0
  328. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveResultInfo.js +49 -0
  329. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveResultInfo.js.map +1 -0
  330. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveTaskInfo.d.ts +16 -0
  331. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveTaskInfo.js +43 -0
  332. package/dist/esm/models/AiOptimizationLlmMentionsTopDomainsLiveTaskInfo.js.map +1 -0
  333. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveRequestInfo.d.ts +247 -0
  334. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveRequestInfo.js +77 -0
  335. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveRequestInfo.js.map +1 -0
  336. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveResponseInfo.d.ts +16 -0
  337. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveResponseInfo.js +43 -0
  338. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveResponseInfo.js.map +1 -0
  339. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveResultInfo.d.ts +24 -0
  340. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveResultInfo.js +49 -0
  341. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveResultInfo.js.map +1 -0
  342. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveTaskInfo.d.ts +16 -0
  343. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveTaskInfo.js +43 -0
  344. package/dist/esm/models/AiOptimizationLlmMentionsTopPagesLiveTaskInfo.js.map +1 -0
  345. package/dist/esm/models/AiOptimizationLlmMentionssLiveItem.d.ts +47 -0
  346. package/dist/esm/models/AiOptimizationLlmMentionssLiveItem.js +107 -0
  347. package/dist/esm/models/AiOptimizationLlmMentionssLiveItem.js.map +1 -0
  348. package/dist/esm/models/AppStoreInfoOrganic.d.ts +12 -6
  349. package/dist/esm/models/AppStoreInfoOrganic.js.map +1 -1
  350. package/dist/esm/models/BaseAiOptimizationLLmMentionsTargetElement.d.ts +105 -0
  351. package/dist/esm/models/BaseAiOptimizationLLmMentionsTargetElement.js +102 -0
  352. package/dist/esm/models/BaseAiOptimizationLLmMentionsTargetElement.js.map +1 -0
  353. package/dist/esm/models/BaseDataforseoLabsApiElementItem.d.ts +104 -100
  354. package/dist/esm/models/BaseDataforseoLabsApiElementItem.js +60 -60
  355. package/dist/esm/models/BaseDataforseoLabsApiElementItem.js.map +1 -1
  356. package/dist/esm/models/BaseMerchantGoogleShoppingSellersElementItem.d.ts +2 -2
  357. package/dist/esm/models/BaseSerpApiAiModeAiOverviewElementItem.d.ts +0 -4
  358. package/dist/esm/models/BaseSerpApiAiModeAiOverviewElementItem.js +0 -15
  359. package/dist/esm/models/BaseSerpApiAiModeAiOverviewElementItem.js.map +1 -1
  360. package/dist/esm/models/BaseSerpApiAiOverviewElementItem.d.ts +0 -4
  361. package/dist/esm/models/BaseSerpApiAiOverviewElementItem.js +0 -15
  362. package/dist/esm/models/BaseSerpApiAiOverviewElementItem.js.map +1 -1
  363. package/dist/esm/models/GroupElement.d.ts +36 -0
  364. package/dist/esm/models/GroupElement.js +39 -0
  365. package/dist/esm/models/GroupElement.js.map +1 -0
  366. package/dist/esm/models/OnPageInstantPagesResultInfo.d.ts +3 -3
  367. package/dist/esm/models/OnPageInstantPagesResultInfo.js +2 -2
  368. package/dist/esm/models/OnPageInstantPagesResultInfo.js.map +1 -1
  369. package/dist/esm/models/SearchResults.d.ts +44 -0
  370. package/dist/esm/models/SearchResults.js +43 -0
  371. package/dist/esm/models/SearchResults.js.map +1 -0
  372. package/dist/esm/models/SerpApiStopCrawlOnMatchInfo.d.ts +32 -0
  373. package/dist/esm/models/SerpApiStopCrawlOnMatchInfo.js +33 -0
  374. package/dist/esm/models/SerpApiStopCrawlOnMatchInfo.js.map +1 -0
  375. package/dist/esm/models/SerpBaiduOrganicTaskPostRequestInfo.d.ts +11 -10
  376. package/dist/esm/models/SerpBaiduOrganicTaskPostRequestInfo.js +16 -2
  377. package/dist/esm/models/SerpBaiduOrganicTaskPostRequestInfo.js.map +1 -1
  378. package/dist/esm/models/SerpBingOrganicLiveAdvancedRequestInfo.d.ts +11 -10
  379. package/dist/esm/models/SerpBingOrganicLiveAdvancedRequestInfo.js +16 -2
  380. package/dist/esm/models/SerpBingOrganicLiveAdvancedRequestInfo.js.map +1 -1
  381. package/dist/esm/models/SerpBingOrganicLiveHtmlRequestInfo.d.ts +11 -10
  382. package/dist/esm/models/SerpBingOrganicLiveHtmlRequestInfo.js +16 -2
  383. package/dist/esm/models/SerpBingOrganicLiveHtmlRequestInfo.js.map +1 -1
  384. package/dist/esm/models/SerpBingOrganicLiveRegularRequestInfo.d.ts +11 -10
  385. package/dist/esm/models/SerpBingOrganicLiveRegularRequestInfo.js +16 -2
  386. package/dist/esm/models/SerpBingOrganicLiveRegularRequestInfo.js.map +1 -1
  387. package/dist/esm/models/SerpBingOrganicTaskPostRequestInfo.d.ts +11 -10
  388. package/dist/esm/models/SerpBingOrganicTaskPostRequestInfo.js +16 -2
  389. package/dist/esm/models/SerpBingOrganicTaskPostRequestInfo.js.map +1 -1
  390. package/dist/esm/models/SerpGoogleOrganicLiveAdvancedRequestInfo.d.ts +73 -10
  391. package/dist/esm/models/SerpGoogleOrganicLiveAdvancedRequestInfo.js +22 -2
  392. package/dist/esm/models/SerpGoogleOrganicLiveAdvancedRequestInfo.js.map +1 -1
  393. package/dist/esm/models/SerpGoogleOrganicLiveHtmlRequestInfo.d.ts +73 -10
  394. package/dist/esm/models/SerpGoogleOrganicLiveHtmlRequestInfo.js +22 -2
  395. package/dist/esm/models/SerpGoogleOrganicLiveHtmlRequestInfo.js.map +1 -1
  396. package/dist/esm/models/SerpGoogleOrganicLiveRegularRequestInfo.d.ts +73 -10
  397. package/dist/esm/models/SerpGoogleOrganicLiveRegularRequestInfo.js +22 -2
  398. package/dist/esm/models/SerpGoogleOrganicLiveRegularRequestInfo.js.map +1 -1
  399. package/dist/esm/models/SerpGoogleOrganicTaskPostRequestInfo.d.ts +73 -10
  400. package/dist/esm/models/SerpGoogleOrganicTaskPostRequestInfo.js +22 -2
  401. package/dist/esm/models/SerpGoogleOrganicTaskPostRequestInfo.js.map +1 -1
  402. package/dist/esm/models/SerpNaverOrganicTaskPostRequestInfo.d.ts +11 -10
  403. package/dist/esm/models/SerpNaverOrganicTaskPostRequestInfo.js +16 -2
  404. package/dist/esm/models/SerpNaverOrganicTaskPostRequestInfo.js.map +1 -1
  405. package/dist/esm/models/SerpSeznamOrganicTaskPostRequestInfo.d.ts +11 -10
  406. package/dist/esm/models/SerpSeznamOrganicTaskPostRequestInfo.js +16 -2
  407. package/dist/esm/models/SerpSeznamOrganicTaskPostRequestInfo.js.map +1 -1
  408. package/dist/esm/models/SerpYahooOrganicLiveAdvancedRequestInfo.d.ts +11 -10
  409. package/dist/esm/models/SerpYahooOrganicLiveAdvancedRequestInfo.js +16 -2
  410. package/dist/esm/models/SerpYahooOrganicLiveAdvancedRequestInfo.js.map +1 -1
  411. package/dist/esm/models/SerpYahooOrganicLiveHtmlRequestInfo.d.ts +11 -10
  412. package/dist/esm/models/SerpYahooOrganicLiveHtmlRequestInfo.js +16 -2
  413. package/dist/esm/models/SerpYahooOrganicLiveHtmlRequestInfo.js.map +1 -1
  414. package/dist/esm/models/SerpYahooOrganicLiveRegularRequestInfo.d.ts +11 -10
  415. package/dist/esm/models/SerpYahooOrganicLiveRegularRequestInfo.js +16 -2
  416. package/dist/esm/models/SerpYahooOrganicLiveRegularRequestInfo.js.map +1 -1
  417. package/dist/esm/models/SerpYahooOrganicTaskPostRequestInfo.d.ts +11 -10
  418. package/dist/esm/models/SerpYahooOrganicTaskPostRequestInfo.js +16 -2
  419. package/dist/esm/models/SerpYahooOrganicTaskPostRequestInfo.js.map +1 -1
  420. package/dist/esm/models/Sources.d.ts +54 -0
  421. package/dist/esm/models/Sources.js +47 -0
  422. package/dist/esm/models/Sources.js.map +1 -0
  423. package/dist/esm/models/Total.d.ts +41 -0
  424. package/dist/esm/models/Total.js +105 -0
  425. package/dist/esm/models/Total.js.map +1 -0
  426. package/dist/esm/models/index.d.ts +67 -21
  427. package/dist/esm/models/index.js +67 -21
  428. package/dist/esm/models/index.js.map +1 -1
  429. package/package.json +1 -1
@@ -201,7 +201,7 @@ class SerpApi {
201
201
  headers: {
202
202
  "Content-Type": "application/json",
203
203
  "Accept": "application/json",
204
- "User-Agent": "typescript-client/2.0.13",
204
+ "User-Agent": "typescript-client/2.0.15",
205
205
  }
206
206
  };
207
207
  return this.http.fetch(url_, options_).then((_response) => {
@@ -240,7 +240,7 @@ class SerpApi {
240
240
  headers: {
241
241
  "Content-Type": "application/json",
242
242
  "Accept": "application/json",
243
- "User-Agent": "typescript-client/2.0.13",
243
+ "User-Agent": "typescript-client/2.0.15",
244
244
  }
245
245
  };
246
246
  return this.http.fetch(url_, options_).then((_response) => {
@@ -279,7 +279,7 @@ class SerpApi {
279
279
  headers: {
280
280
  "Content-Type": "application/json",
281
281
  "Accept": "application/json",
282
- "User-Agent": "typescript-client/2.0.13",
282
+ "User-Agent": "typescript-client/2.0.15",
283
283
  }
284
284
  };
285
285
  return this.http.fetch(url_, options_).then((_response) => {
@@ -318,7 +318,7 @@ class SerpApi {
318
318
  headers: {
319
319
  "Content-Type": "application/json",
320
320
  "Accept": "application/json",
321
- "User-Agent": "typescript-client/2.0.13",
321
+ "User-Agent": "typescript-client/2.0.15",
322
322
  }
323
323
  };
324
324
  return this.http.fetch(url_, options_).then((_response) => {
@@ -354,7 +354,7 @@ class SerpApi {
354
354
  method: "GET",
355
355
  headers: {
356
356
  "Accept": "application/json",
357
- "User-Agent": "typescript-client/2.0.13",
357
+ "User-Agent": "typescript-client/2.0.15",
358
358
  }
359
359
  };
360
360
  return this.http.fetch(url_, options_).then((_response) => {
@@ -391,7 +391,7 @@ class SerpApi {
391
391
  method: "GET",
392
392
  headers: {
393
393
  "Accept": "application/json",
394
- "User-Agent": "typescript-client/2.0.13",
394
+ "User-Agent": "typescript-client/2.0.15",
395
395
  }
396
396
  };
397
397
  return this.http.fetch(url_, options_).then((_response) => {
@@ -427,7 +427,7 @@ class SerpApi {
427
427
  method: "GET",
428
428
  headers: {
429
429
  "Accept": "application/json",
430
- "User-Agent": "typescript-client/2.0.13",
430
+ "User-Agent": "typescript-client/2.0.15",
431
431
  }
432
432
  };
433
433
  return this.http.fetch(url_, options_).then((_response) => {
@@ -466,7 +466,7 @@ class SerpApi {
466
466
  headers: {
467
467
  "Content-Type": "application/json",
468
468
  "Accept": "application/json",
469
- "User-Agent": "typescript-client/2.0.13",
469
+ "User-Agent": "typescript-client/2.0.15",
470
470
  }
471
471
  };
472
472
  return this.http.fetch(url_, options_).then((_response) => {
@@ -502,7 +502,7 @@ class SerpApi {
502
502
  method: "GET",
503
503
  headers: {
504
504
  "Accept": "application/json",
505
- "User-Agent": "typescript-client/2.0.13",
505
+ "User-Agent": "typescript-client/2.0.15",
506
506
  }
507
507
  };
508
508
  return this.http.fetch(url_, options_).then((_response) => {
@@ -538,7 +538,7 @@ class SerpApi {
538
538
  method: "GET",
539
539
  headers: {
540
540
  "Accept": "application/json",
541
- "User-Agent": "typescript-client/2.0.13",
541
+ "User-Agent": "typescript-client/2.0.15",
542
542
  }
543
543
  };
544
544
  return this.http.fetch(url_, options_).then((_response) => {
@@ -574,7 +574,7 @@ class SerpApi {
574
574
  method: "GET",
575
575
  headers: {
576
576
  "Accept": "application/json",
577
- "User-Agent": "typescript-client/2.0.13",
577
+ "User-Agent": "typescript-client/2.0.15",
578
578
  }
579
579
  };
580
580
  return this.http.fetch(url_, options_).then((_response) => {
@@ -611,7 +611,7 @@ class SerpApi {
611
611
  method: "GET",
612
612
  headers: {
613
613
  "Accept": "application/json",
614
- "User-Agent": "typescript-client/2.0.13",
614
+ "User-Agent": "typescript-client/2.0.15",
615
615
  }
616
616
  };
617
617
  return this.http.fetch(url_, options_).then((_response) => {
@@ -648,7 +648,7 @@ class SerpApi {
648
648
  method: "GET",
649
649
  headers: {
650
650
  "Accept": "application/json",
651
- "User-Agent": "typescript-client/2.0.13",
651
+ "User-Agent": "typescript-client/2.0.15",
652
652
  }
653
653
  };
654
654
  return this.http.fetch(url_, options_).then((_response) => {
@@ -685,7 +685,7 @@ class SerpApi {
685
685
  method: "GET",
686
686
  headers: {
687
687
  "Accept": "application/json",
688
- "User-Agent": "typescript-client/2.0.13",
688
+ "User-Agent": "typescript-client/2.0.15",
689
689
  }
690
690
  };
691
691
  return this.http.fetch(url_, options_).then((_response) => {
@@ -724,7 +724,7 @@ class SerpApi {
724
724
  headers: {
725
725
  "Content-Type": "application/json",
726
726
  "Accept": "application/json",
727
- "User-Agent": "typescript-client/2.0.13",
727
+ "User-Agent": "typescript-client/2.0.15",
728
728
  }
729
729
  };
730
730
  return this.http.fetch(url_, options_).then((_response) => {
@@ -763,7 +763,7 @@ class SerpApi {
763
763
  headers: {
764
764
  "Content-Type": "application/json",
765
765
  "Accept": "application/json",
766
- "User-Agent": "typescript-client/2.0.13",
766
+ "User-Agent": "typescript-client/2.0.15",
767
767
  }
768
768
  };
769
769
  return this.http.fetch(url_, options_).then((_response) => {
@@ -802,7 +802,7 @@ class SerpApi {
802
802
  headers: {
803
803
  "Content-Type": "application/json",
804
804
  "Accept": "application/json",
805
- "User-Agent": "typescript-client/2.0.13",
805
+ "User-Agent": "typescript-client/2.0.15",
806
806
  }
807
807
  };
808
808
  return this.http.fetch(url_, options_).then((_response) => {
@@ -838,7 +838,7 @@ class SerpApi {
838
838
  method: "GET",
839
839
  headers: {
840
840
  "Accept": "application/json",
841
- "User-Agent": "typescript-client/2.0.13",
841
+ "User-Agent": "typescript-client/2.0.15",
842
842
  }
843
843
  };
844
844
  return this.http.fetch(url_, options_).then((_response) => {
@@ -877,7 +877,7 @@ class SerpApi {
877
877
  headers: {
878
878
  "Content-Type": "application/json",
879
879
  "Accept": "application/json",
880
- "User-Agent": "typescript-client/2.0.13",
880
+ "User-Agent": "typescript-client/2.0.15",
881
881
  }
882
882
  };
883
883
  return this.http.fetch(url_, options_).then((_response) => {
@@ -913,7 +913,7 @@ class SerpApi {
913
913
  method: "GET",
914
914
  headers: {
915
915
  "Accept": "application/json",
916
- "User-Agent": "typescript-client/2.0.13",
916
+ "User-Agent": "typescript-client/2.0.15",
917
917
  }
918
918
  };
919
919
  return this.http.fetch(url_, options_).then((_response) => {
@@ -949,7 +949,7 @@ class SerpApi {
949
949
  method: "GET",
950
950
  headers: {
951
951
  "Accept": "application/json",
952
- "User-Agent": "typescript-client/2.0.13",
952
+ "User-Agent": "typescript-client/2.0.15",
953
953
  }
954
954
  };
955
955
  return this.http.fetch(url_, options_).then((_response) => {
@@ -986,7 +986,7 @@ class SerpApi {
986
986
  method: "GET",
987
987
  headers: {
988
988
  "Accept": "application/json",
989
- "User-Agent": "typescript-client/2.0.13",
989
+ "User-Agent": "typescript-client/2.0.15",
990
990
  }
991
991
  };
992
992
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1023,7 +1023,7 @@ class SerpApi {
1023
1023
  method: "GET",
1024
1024
  headers: {
1025
1025
  "Accept": "application/json",
1026
- "User-Agent": "typescript-client/2.0.13",
1026
+ "User-Agent": "typescript-client/2.0.15",
1027
1027
  }
1028
1028
  };
1029
1029
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1062,7 +1062,7 @@ class SerpApi {
1062
1062
  headers: {
1063
1063
  "Content-Type": "application/json",
1064
1064
  "Accept": "application/json",
1065
- "User-Agent": "typescript-client/2.0.13",
1065
+ "User-Agent": "typescript-client/2.0.15",
1066
1066
  }
1067
1067
  };
1068
1068
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1101,7 +1101,7 @@ class SerpApi {
1101
1101
  headers: {
1102
1102
  "Content-Type": "application/json",
1103
1103
  "Accept": "application/json",
1104
- "User-Agent": "typescript-client/2.0.13",
1104
+ "User-Agent": "typescript-client/2.0.15",
1105
1105
  }
1106
1106
  };
1107
1107
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1140,7 +1140,7 @@ class SerpApi {
1140
1140
  headers: {
1141
1141
  "Content-Type": "application/json",
1142
1142
  "Accept": "application/json",
1143
- "User-Agent": "typescript-client/2.0.13",
1143
+ "User-Agent": "typescript-client/2.0.15",
1144
1144
  }
1145
1145
  };
1146
1146
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1176,7 +1176,7 @@ class SerpApi {
1176
1176
  method: "GET",
1177
1177
  headers: {
1178
1178
  "Accept": "application/json",
1179
- "User-Agent": "typescript-client/2.0.13",
1179
+ "User-Agent": "typescript-client/2.0.15",
1180
1180
  }
1181
1181
  };
1182
1182
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1212,7 +1212,7 @@ class SerpApi {
1212
1212
  method: "GET",
1213
1213
  headers: {
1214
1214
  "Accept": "application/json",
1215
- "User-Agent": "typescript-client/2.0.13",
1215
+ "User-Agent": "typescript-client/2.0.15",
1216
1216
  }
1217
1217
  };
1218
1218
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1249,7 +1249,7 @@ class SerpApi {
1249
1249
  method: "GET",
1250
1250
  headers: {
1251
1251
  "Accept": "application/json",
1252
- "User-Agent": "typescript-client/2.0.13",
1252
+ "User-Agent": "typescript-client/2.0.15",
1253
1253
  }
1254
1254
  };
1255
1255
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1288,7 +1288,7 @@ class SerpApi {
1288
1288
  headers: {
1289
1289
  "Content-Type": "application/json",
1290
1290
  "Accept": "application/json",
1291
- "User-Agent": "typescript-client/2.0.13",
1291
+ "User-Agent": "typescript-client/2.0.15",
1292
1292
  }
1293
1293
  };
1294
1294
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1327,7 +1327,7 @@ class SerpApi {
1327
1327
  headers: {
1328
1328
  "Content-Type": "application/json",
1329
1329
  "Accept": "application/json",
1330
- "User-Agent": "typescript-client/2.0.13",
1330
+ "User-Agent": "typescript-client/2.0.15",
1331
1331
  }
1332
1332
  };
1333
1333
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1363,7 +1363,7 @@ class SerpApi {
1363
1363
  method: "GET",
1364
1364
  headers: {
1365
1365
  "Accept": "application/json",
1366
- "User-Agent": "typescript-client/2.0.13",
1366
+ "User-Agent": "typescript-client/2.0.15",
1367
1367
  }
1368
1368
  };
1369
1369
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1399,7 +1399,7 @@ class SerpApi {
1399
1399
  method: "GET",
1400
1400
  headers: {
1401
1401
  "Accept": "application/json",
1402
- "User-Agent": "typescript-client/2.0.13",
1402
+ "User-Agent": "typescript-client/2.0.15",
1403
1403
  }
1404
1404
  };
1405
1405
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1436,7 +1436,7 @@ class SerpApi {
1436
1436
  method: "GET",
1437
1437
  headers: {
1438
1438
  "Accept": "application/json",
1439
- "User-Agent": "typescript-client/2.0.13",
1439
+ "User-Agent": "typescript-client/2.0.15",
1440
1440
  }
1441
1441
  };
1442
1442
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1473,7 +1473,7 @@ class SerpApi {
1473
1473
  method: "GET",
1474
1474
  headers: {
1475
1475
  "Accept": "application/json",
1476
- "User-Agent": "typescript-client/2.0.13",
1476
+ "User-Agent": "typescript-client/2.0.15",
1477
1477
  }
1478
1478
  };
1479
1479
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1512,7 +1512,7 @@ class SerpApi {
1512
1512
  headers: {
1513
1513
  "Content-Type": "application/json",
1514
1514
  "Accept": "application/json",
1515
- "User-Agent": "typescript-client/2.0.13",
1515
+ "User-Agent": "typescript-client/2.0.15",
1516
1516
  }
1517
1517
  };
1518
1518
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1551,7 +1551,7 @@ class SerpApi {
1551
1551
  headers: {
1552
1552
  "Content-Type": "application/json",
1553
1553
  "Accept": "application/json",
1554
- "User-Agent": "typescript-client/2.0.13",
1554
+ "User-Agent": "typescript-client/2.0.15",
1555
1555
  }
1556
1556
  };
1557
1557
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1590,7 +1590,7 @@ class SerpApi {
1590
1590
  headers: {
1591
1591
  "Content-Type": "application/json",
1592
1592
  "Accept": "application/json",
1593
- "User-Agent": "typescript-client/2.0.13",
1593
+ "User-Agent": "typescript-client/2.0.15",
1594
1594
  }
1595
1595
  };
1596
1596
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1626,7 +1626,7 @@ class SerpApi {
1626
1626
  method: "GET",
1627
1627
  headers: {
1628
1628
  "Accept": "application/json",
1629
- "User-Agent": "typescript-client/2.0.13",
1629
+ "User-Agent": "typescript-client/2.0.15",
1630
1630
  }
1631
1631
  };
1632
1632
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1662,7 +1662,7 @@ class SerpApi {
1662
1662
  method: "GET",
1663
1663
  headers: {
1664
1664
  "Accept": "application/json",
1665
- "User-Agent": "typescript-client/2.0.13",
1665
+ "User-Agent": "typescript-client/2.0.15",
1666
1666
  }
1667
1667
  };
1668
1668
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1699,7 +1699,7 @@ class SerpApi {
1699
1699
  method: "GET",
1700
1700
  headers: {
1701
1701
  "Accept": "application/json",
1702
- "User-Agent": "typescript-client/2.0.13",
1702
+ "User-Agent": "typescript-client/2.0.15",
1703
1703
  }
1704
1704
  };
1705
1705
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1736,7 +1736,7 @@ class SerpApi {
1736
1736
  method: "GET",
1737
1737
  headers: {
1738
1738
  "Accept": "application/json",
1739
- "User-Agent": "typescript-client/2.0.13",
1739
+ "User-Agent": "typescript-client/2.0.15",
1740
1740
  }
1741
1741
  };
1742
1742
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1775,7 +1775,7 @@ class SerpApi {
1775
1775
  headers: {
1776
1776
  "Content-Type": "application/json",
1777
1777
  "Accept": "application/json",
1778
- "User-Agent": "typescript-client/2.0.13",
1778
+ "User-Agent": "typescript-client/2.0.15",
1779
1779
  }
1780
1780
  };
1781
1781
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1814,7 +1814,7 @@ class SerpApi {
1814
1814
  headers: {
1815
1815
  "Content-Type": "application/json",
1816
1816
  "Accept": "application/json",
1817
- "User-Agent": "typescript-client/2.0.13",
1817
+ "User-Agent": "typescript-client/2.0.15",
1818
1818
  }
1819
1819
  };
1820
1820
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1853,7 +1853,7 @@ class SerpApi {
1853
1853
  headers: {
1854
1854
  "Content-Type": "application/json",
1855
1855
  "Accept": "application/json",
1856
- "User-Agent": "typescript-client/2.0.13",
1856
+ "User-Agent": "typescript-client/2.0.15",
1857
1857
  }
1858
1858
  };
1859
1859
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1889,7 +1889,7 @@ class SerpApi {
1889
1889
  method: "GET",
1890
1890
  headers: {
1891
1891
  "Accept": "application/json",
1892
- "User-Agent": "typescript-client/2.0.13",
1892
+ "User-Agent": "typescript-client/2.0.15",
1893
1893
  }
1894
1894
  };
1895
1895
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1925,7 +1925,7 @@ class SerpApi {
1925
1925
  method: "GET",
1926
1926
  headers: {
1927
1927
  "Accept": "application/json",
1928
- "User-Agent": "typescript-client/2.0.13",
1928
+ "User-Agent": "typescript-client/2.0.15",
1929
1929
  }
1930
1930
  };
1931
1931
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1962,7 +1962,7 @@ class SerpApi {
1962
1962
  method: "GET",
1963
1963
  headers: {
1964
1964
  "Accept": "application/json",
1965
- "User-Agent": "typescript-client/2.0.13",
1965
+ "User-Agent": "typescript-client/2.0.15",
1966
1966
  }
1967
1967
  };
1968
1968
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2001,7 +2001,7 @@ class SerpApi {
2001
2001
  headers: {
2002
2002
  "Content-Type": "application/json",
2003
2003
  "Accept": "application/json",
2004
- "User-Agent": "typescript-client/2.0.13",
2004
+ "User-Agent": "typescript-client/2.0.15",
2005
2005
  }
2006
2006
  };
2007
2007
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2040,7 +2040,7 @@ class SerpApi {
2040
2040
  headers: {
2041
2041
  "Content-Type": "application/json",
2042
2042
  "Accept": "application/json",
2043
- "User-Agent": "typescript-client/2.0.13",
2043
+ "User-Agent": "typescript-client/2.0.15",
2044
2044
  }
2045
2045
  };
2046
2046
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2076,7 +2076,7 @@ class SerpApi {
2076
2076
  method: "GET",
2077
2077
  headers: {
2078
2078
  "Accept": "application/json",
2079
- "User-Agent": "typescript-client/2.0.13",
2079
+ "User-Agent": "typescript-client/2.0.15",
2080
2080
  }
2081
2081
  };
2082
2082
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2112,7 +2112,7 @@ class SerpApi {
2112
2112
  method: "GET",
2113
2113
  headers: {
2114
2114
  "Accept": "application/json",
2115
- "User-Agent": "typescript-client/2.0.13",
2115
+ "User-Agent": "typescript-client/2.0.15",
2116
2116
  }
2117
2117
  };
2118
2118
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2149,7 +2149,7 @@ class SerpApi {
2149
2149
  method: "GET",
2150
2150
  headers: {
2151
2151
  "Accept": "application/json",
2152
- "User-Agent": "typescript-client/2.0.13",
2152
+ "User-Agent": "typescript-client/2.0.15",
2153
2153
  }
2154
2154
  };
2155
2155
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2186,7 +2186,7 @@ class SerpApi {
2186
2186
  method: "GET",
2187
2187
  headers: {
2188
2188
  "Accept": "application/json",
2189
- "User-Agent": "typescript-client/2.0.13",
2189
+ "User-Agent": "typescript-client/2.0.15",
2190
2190
  }
2191
2191
  };
2192
2192
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2225,7 +2225,7 @@ class SerpApi {
2225
2225
  headers: {
2226
2226
  "Content-Type": "application/json",
2227
2227
  "Accept": "application/json",
2228
- "User-Agent": "typescript-client/2.0.13",
2228
+ "User-Agent": "typescript-client/2.0.15",
2229
2229
  }
2230
2230
  };
2231
2231
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2264,7 +2264,7 @@ class SerpApi {
2264
2264
  headers: {
2265
2265
  "Content-Type": "application/json",
2266
2266
  "Accept": "application/json",
2267
- "User-Agent": "typescript-client/2.0.13",
2267
+ "User-Agent": "typescript-client/2.0.15",
2268
2268
  }
2269
2269
  };
2270
2270
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2303,7 +2303,7 @@ class SerpApi {
2303
2303
  headers: {
2304
2304
  "Content-Type": "application/json",
2305
2305
  "Accept": "application/json",
2306
- "User-Agent": "typescript-client/2.0.13",
2306
+ "User-Agent": "typescript-client/2.0.15",
2307
2307
  }
2308
2308
  };
2309
2309
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2339,7 +2339,7 @@ class SerpApi {
2339
2339
  method: "GET",
2340
2340
  headers: {
2341
2341
  "Accept": "application/json",
2342
- "User-Agent": "typescript-client/2.0.13",
2342
+ "User-Agent": "typescript-client/2.0.15",
2343
2343
  }
2344
2344
  };
2345
2345
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2375,7 +2375,7 @@ class SerpApi {
2375
2375
  method: "GET",
2376
2376
  headers: {
2377
2377
  "Accept": "application/json",
2378
- "User-Agent": "typescript-client/2.0.13",
2378
+ "User-Agent": "typescript-client/2.0.15",
2379
2379
  }
2380
2380
  };
2381
2381
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2412,7 +2412,7 @@ class SerpApi {
2412
2412
  method: "GET",
2413
2413
  headers: {
2414
2414
  "Accept": "application/json",
2415
- "User-Agent": "typescript-client/2.0.13",
2415
+ "User-Agent": "typescript-client/2.0.15",
2416
2416
  }
2417
2417
  };
2418
2418
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2451,7 +2451,7 @@ class SerpApi {
2451
2451
  headers: {
2452
2452
  "Content-Type": "application/json",
2453
2453
  "Accept": "application/json",
2454
- "User-Agent": "typescript-client/2.0.13",
2454
+ "User-Agent": "typescript-client/2.0.15",
2455
2455
  }
2456
2456
  };
2457
2457
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2487,7 +2487,7 @@ class SerpApi {
2487
2487
  method: "GET",
2488
2488
  headers: {
2489
2489
  "Accept": "application/json",
2490
- "User-Agent": "typescript-client/2.0.13",
2490
+ "User-Agent": "typescript-client/2.0.15",
2491
2491
  }
2492
2492
  };
2493
2493
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2523,7 +2523,7 @@ class SerpApi {
2523
2523
  method: "GET",
2524
2524
  headers: {
2525
2525
  "Accept": "application/json",
2526
- "User-Agent": "typescript-client/2.0.13",
2526
+ "User-Agent": "typescript-client/2.0.15",
2527
2527
  }
2528
2528
  };
2529
2529
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2560,7 +2560,7 @@ class SerpApi {
2560
2560
  method: "GET",
2561
2561
  headers: {
2562
2562
  "Accept": "application/json",
2563
- "User-Agent": "typescript-client/2.0.13",
2563
+ "User-Agent": "typescript-client/2.0.15",
2564
2564
  }
2565
2565
  };
2566
2566
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2597,7 +2597,7 @@ class SerpApi {
2597
2597
  method: "GET",
2598
2598
  headers: {
2599
2599
  "Accept": "application/json",
2600
- "User-Agent": "typescript-client/2.0.13",
2600
+ "User-Agent": "typescript-client/2.0.15",
2601
2601
  }
2602
2602
  };
2603
2603
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2636,7 +2636,7 @@ class SerpApi {
2636
2636
  headers: {
2637
2637
  "Content-Type": "application/json",
2638
2638
  "Accept": "application/json",
2639
- "User-Agent": "typescript-client/2.0.13",
2639
+ "User-Agent": "typescript-client/2.0.15",
2640
2640
  }
2641
2641
  };
2642
2642
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2672,7 +2672,7 @@ class SerpApi {
2672
2672
  method: "GET",
2673
2673
  headers: {
2674
2674
  "Accept": "application/json",
2675
- "User-Agent": "typescript-client/2.0.13",
2675
+ "User-Agent": "typescript-client/2.0.15",
2676
2676
  }
2677
2677
  };
2678
2678
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2708,7 +2708,7 @@ class SerpApi {
2708
2708
  method: "GET",
2709
2709
  headers: {
2710
2710
  "Accept": "application/json",
2711
- "User-Agent": "typescript-client/2.0.13",
2711
+ "User-Agent": "typescript-client/2.0.15",
2712
2712
  }
2713
2713
  };
2714
2714
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2745,7 +2745,7 @@ class SerpApi {
2745
2745
  method: "GET",
2746
2746
  headers: {
2747
2747
  "Accept": "application/json",
2748
- "User-Agent": "typescript-client/2.0.13",
2748
+ "User-Agent": "typescript-client/2.0.15",
2749
2749
  }
2750
2750
  };
2751
2751
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2784,7 +2784,7 @@ class SerpApi {
2784
2784
  headers: {
2785
2785
  "Content-Type": "application/json",
2786
2786
  "Accept": "application/json",
2787
- "User-Agent": "typescript-client/2.0.13",
2787
+ "User-Agent": "typescript-client/2.0.15",
2788
2788
  }
2789
2789
  };
2790
2790
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2823,7 +2823,7 @@ class SerpApi {
2823
2823
  headers: {
2824
2824
  "Content-Type": "application/json",
2825
2825
  "Accept": "application/json",
2826
- "User-Agent": "typescript-client/2.0.13",
2826
+ "User-Agent": "typescript-client/2.0.15",
2827
2827
  }
2828
2828
  };
2829
2829
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2859,7 +2859,7 @@ class SerpApi {
2859
2859
  method: "GET",
2860
2860
  headers: {
2861
2861
  "Accept": "application/json",
2862
- "User-Agent": "typescript-client/2.0.13",
2862
+ "User-Agent": "typescript-client/2.0.15",
2863
2863
  }
2864
2864
  };
2865
2865
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2895,7 +2895,7 @@ class SerpApi {
2895
2895
  method: "GET",
2896
2896
  headers: {
2897
2897
  "Accept": "application/json",
2898
- "User-Agent": "typescript-client/2.0.13",
2898
+ "User-Agent": "typescript-client/2.0.15",
2899
2899
  }
2900
2900
  };
2901
2901
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2932,7 +2932,7 @@ class SerpApi {
2932
2932
  method: "GET",
2933
2933
  headers: {
2934
2934
  "Accept": "application/json",
2935
- "User-Agent": "typescript-client/2.0.13",
2935
+ "User-Agent": "typescript-client/2.0.15",
2936
2936
  }
2937
2937
  };
2938
2938
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2971,7 +2971,7 @@ class SerpApi {
2971
2971
  headers: {
2972
2972
  "Content-Type": "application/json",
2973
2973
  "Accept": "application/json",
2974
- "User-Agent": "typescript-client/2.0.13",
2974
+ "User-Agent": "typescript-client/2.0.15",
2975
2975
  }
2976
2976
  };
2977
2977
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3010,7 +3010,7 @@ class SerpApi {
3010
3010
  headers: {
3011
3011
  "Content-Type": "application/json",
3012
3012
  "Accept": "application/json",
3013
- "User-Agent": "typescript-client/2.0.13",
3013
+ "User-Agent": "typescript-client/2.0.15",
3014
3014
  }
3015
3015
  };
3016
3016
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3046,7 +3046,7 @@ class SerpApi {
3046
3046
  method: "GET",
3047
3047
  headers: {
3048
3048
  "Accept": "application/json",
3049
- "User-Agent": "typescript-client/2.0.13",
3049
+ "User-Agent": "typescript-client/2.0.15",
3050
3050
  }
3051
3051
  };
3052
3052
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3082,7 +3082,7 @@ class SerpApi {
3082
3082
  method: "GET",
3083
3083
  headers: {
3084
3084
  "Accept": "application/json",
3085
- "User-Agent": "typescript-client/2.0.13",
3085
+ "User-Agent": "typescript-client/2.0.15",
3086
3086
  }
3087
3087
  };
3088
3088
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3119,7 +3119,7 @@ class SerpApi {
3119
3119
  method: "GET",
3120
3120
  headers: {
3121
3121
  "Accept": "application/json",
3122
- "User-Agent": "typescript-client/2.0.13",
3122
+ "User-Agent": "typescript-client/2.0.15",
3123
3123
  }
3124
3124
  };
3125
3125
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3158,7 +3158,7 @@ class SerpApi {
3158
3158
  headers: {
3159
3159
  "Content-Type": "application/json",
3160
3160
  "Accept": "application/json",
3161
- "User-Agent": "typescript-client/2.0.13",
3161
+ "User-Agent": "typescript-client/2.0.15",
3162
3162
  }
3163
3163
  };
3164
3164
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3194,7 +3194,7 @@ class SerpApi {
3194
3194
  method: "GET",
3195
3195
  headers: {
3196
3196
  "Accept": "application/json",
3197
- "User-Agent": "typescript-client/2.0.13",
3197
+ "User-Agent": "typescript-client/2.0.15",
3198
3198
  }
3199
3199
  };
3200
3200
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3233,7 +3233,7 @@ class SerpApi {
3233
3233
  headers: {
3234
3234
  "Content-Type": "application/json",
3235
3235
  "Accept": "application/json",
3236
- "User-Agent": "typescript-client/2.0.13",
3236
+ "User-Agent": "typescript-client/2.0.15",
3237
3237
  }
3238
3238
  };
3239
3239
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3269,7 +3269,7 @@ class SerpApi {
3269
3269
  method: "GET",
3270
3270
  headers: {
3271
3271
  "Accept": "application/json",
3272
- "User-Agent": "typescript-client/2.0.13",
3272
+ "User-Agent": "typescript-client/2.0.15",
3273
3273
  }
3274
3274
  };
3275
3275
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3306,7 +3306,7 @@ class SerpApi {
3306
3306
  method: "GET",
3307
3307
  headers: {
3308
3308
  "Accept": "application/json",
3309
- "User-Agent": "typescript-client/2.0.13",
3309
+ "User-Agent": "typescript-client/2.0.15",
3310
3310
  }
3311
3311
  };
3312
3312
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3342,7 +3342,7 @@ class SerpApi {
3342
3342
  method: "GET",
3343
3343
  headers: {
3344
3344
  "Accept": "application/json",
3345
- "User-Agent": "typescript-client/2.0.13",
3345
+ "User-Agent": "typescript-client/2.0.15",
3346
3346
  }
3347
3347
  };
3348
3348
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3381,7 +3381,7 @@ class SerpApi {
3381
3381
  headers: {
3382
3382
  "Content-Type": "application/json",
3383
3383
  "Accept": "application/json",
3384
- "User-Agent": "typescript-client/2.0.13",
3384
+ "User-Agent": "typescript-client/2.0.15",
3385
3385
  }
3386
3386
  };
3387
3387
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3417,7 +3417,7 @@ class SerpApi {
3417
3417
  method: "GET",
3418
3418
  headers: {
3419
3419
  "Accept": "application/json",
3420
- "User-Agent": "typescript-client/2.0.13",
3420
+ "User-Agent": "typescript-client/2.0.15",
3421
3421
  }
3422
3422
  };
3423
3423
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3454,7 +3454,7 @@ class SerpApi {
3454
3454
  method: "GET",
3455
3455
  headers: {
3456
3456
  "Accept": "application/json",
3457
- "User-Agent": "typescript-client/2.0.13",
3457
+ "User-Agent": "typescript-client/2.0.15",
3458
3458
  }
3459
3459
  };
3460
3460
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3490,7 +3490,7 @@ class SerpApi {
3490
3490
  method: "GET",
3491
3491
  headers: {
3492
3492
  "Accept": "application/json",
3493
- "User-Agent": "typescript-client/2.0.13",
3493
+ "User-Agent": "typescript-client/2.0.15",
3494
3494
  }
3495
3495
  };
3496
3496
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3527,7 +3527,7 @@ class SerpApi {
3527
3527
  method: "GET",
3528
3528
  headers: {
3529
3529
  "Accept": "application/json",
3530
- "User-Agent": "typescript-client/2.0.13",
3530
+ "User-Agent": "typescript-client/2.0.15",
3531
3531
  }
3532
3532
  };
3533
3533
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3563,7 +3563,7 @@ class SerpApi {
3563
3563
  method: "GET",
3564
3564
  headers: {
3565
3565
  "Accept": "application/json",
3566
- "User-Agent": "typescript-client/2.0.13",
3566
+ "User-Agent": "typescript-client/2.0.15",
3567
3567
  }
3568
3568
  };
3569
3569
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3602,7 +3602,7 @@ class SerpApi {
3602
3602
  headers: {
3603
3603
  "Content-Type": "application/json",
3604
3604
  "Accept": "application/json",
3605
- "User-Agent": "typescript-client/2.0.13",
3605
+ "User-Agent": "typescript-client/2.0.15",
3606
3606
  }
3607
3607
  };
3608
3608
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3638,7 +3638,7 @@ class SerpApi {
3638
3638
  method: "GET",
3639
3639
  headers: {
3640
3640
  "Accept": "application/json",
3641
- "User-Agent": "typescript-client/2.0.13",
3641
+ "User-Agent": "typescript-client/2.0.15",
3642
3642
  }
3643
3643
  };
3644
3644
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3674,7 +3674,7 @@ class SerpApi {
3674
3674
  method: "GET",
3675
3675
  headers: {
3676
3676
  "Accept": "application/json",
3677
- "User-Agent": "typescript-client/2.0.13",
3677
+ "User-Agent": "typescript-client/2.0.15",
3678
3678
  }
3679
3679
  };
3680
3680
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3711,7 +3711,7 @@ class SerpApi {
3711
3711
  method: "GET",
3712
3712
  headers: {
3713
3713
  "Accept": "application/json",
3714
- "User-Agent": "typescript-client/2.0.13",
3714
+ "User-Agent": "typescript-client/2.0.15",
3715
3715
  }
3716
3716
  };
3717
3717
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3748,7 +3748,7 @@ class SerpApi {
3748
3748
  method: "GET",
3749
3749
  headers: {
3750
3750
  "Accept": "application/json",
3751
- "User-Agent": "typescript-client/2.0.13",
3751
+ "User-Agent": "typescript-client/2.0.15",
3752
3752
  }
3753
3753
  };
3754
3754
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3785,7 +3785,7 @@ class SerpApi {
3785
3785
  method: "GET",
3786
3786
  headers: {
3787
3787
  "Accept": "application/json",
3788
- "User-Agent": "typescript-client/2.0.13",
3788
+ "User-Agent": "typescript-client/2.0.15",
3789
3789
  }
3790
3790
  };
3791
3791
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3824,7 +3824,7 @@ class SerpApi {
3824
3824
  headers: {
3825
3825
  "Content-Type": "application/json",
3826
3826
  "Accept": "application/json",
3827
- "User-Agent": "typescript-client/2.0.13",
3827
+ "User-Agent": "typescript-client/2.0.15",
3828
3828
  }
3829
3829
  };
3830
3830
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3863,7 +3863,7 @@ class SerpApi {
3863
3863
  headers: {
3864
3864
  "Content-Type": "application/json",
3865
3865
  "Accept": "application/json",
3866
- "User-Agent": "typescript-client/2.0.13",
3866
+ "User-Agent": "typescript-client/2.0.15",
3867
3867
  }
3868
3868
  };
3869
3869
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3902,7 +3902,7 @@ class SerpApi {
3902
3902
  headers: {
3903
3903
  "Content-Type": "application/json",
3904
3904
  "Accept": "application/json",
3905
- "User-Agent": "typescript-client/2.0.13",
3905
+ "User-Agent": "typescript-client/2.0.15",
3906
3906
  }
3907
3907
  };
3908
3908
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3941,7 +3941,7 @@ class SerpApi {
3941
3941
  headers: {
3942
3942
  "Content-Type": "application/json",
3943
3943
  "Accept": "application/json",
3944
- "User-Agent": "typescript-client/2.0.13",
3944
+ "User-Agent": "typescript-client/2.0.15",
3945
3945
  }
3946
3946
  };
3947
3947
  return this.http.fetch(url_, options_).then((_response) => {
@@ -3977,7 +3977,7 @@ class SerpApi {
3977
3977
  method: "GET",
3978
3978
  headers: {
3979
3979
  "Accept": "application/json",
3980
- "User-Agent": "typescript-client/2.0.13",
3980
+ "User-Agent": "typescript-client/2.0.15",
3981
3981
  }
3982
3982
  };
3983
3983
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4013,7 +4013,7 @@ class SerpApi {
4013
4013
  method: "GET",
4014
4014
  headers: {
4015
4015
  "Accept": "application/json",
4016
- "User-Agent": "typescript-client/2.0.13",
4016
+ "User-Agent": "typescript-client/2.0.15",
4017
4017
  }
4018
4018
  };
4019
4019
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4050,7 +4050,7 @@ class SerpApi {
4050
4050
  method: "GET",
4051
4051
  headers: {
4052
4052
  "Accept": "application/json",
4053
- "User-Agent": "typescript-client/2.0.13",
4053
+ "User-Agent": "typescript-client/2.0.15",
4054
4054
  }
4055
4055
  };
4056
4056
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4087,7 +4087,7 @@ class SerpApi {
4087
4087
  method: "GET",
4088
4088
  headers: {
4089
4089
  "Accept": "application/json",
4090
- "User-Agent": "typescript-client/2.0.13",
4090
+ "User-Agent": "typescript-client/2.0.15",
4091
4091
  }
4092
4092
  };
4093
4093
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4126,7 +4126,7 @@ class SerpApi {
4126
4126
  headers: {
4127
4127
  "Content-Type": "application/json",
4128
4128
  "Accept": "application/json",
4129
- "User-Agent": "typescript-client/2.0.13",
4129
+ "User-Agent": "typescript-client/2.0.15",
4130
4130
  }
4131
4131
  };
4132
4132
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4165,7 +4165,7 @@ class SerpApi {
4165
4165
  headers: {
4166
4166
  "Content-Type": "application/json",
4167
4167
  "Accept": "application/json",
4168
- "User-Agent": "typescript-client/2.0.13",
4168
+ "User-Agent": "typescript-client/2.0.15",
4169
4169
  }
4170
4170
  };
4171
4171
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4201,7 +4201,7 @@ class SerpApi {
4201
4201
  method: "GET",
4202
4202
  headers: {
4203
4203
  "Accept": "application/json",
4204
- "User-Agent": "typescript-client/2.0.13",
4204
+ "User-Agent": "typescript-client/2.0.15",
4205
4205
  }
4206
4206
  };
4207
4207
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4238,7 +4238,7 @@ class SerpApi {
4238
4238
  method: "GET",
4239
4239
  headers: {
4240
4240
  "Accept": "application/json",
4241
- "User-Agent": "typescript-client/2.0.13",
4241
+ "User-Agent": "typescript-client/2.0.15",
4242
4242
  }
4243
4243
  };
4244
4244
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4274,7 +4274,7 @@ class SerpApi {
4274
4274
  method: "GET",
4275
4275
  headers: {
4276
4276
  "Accept": "application/json",
4277
- "User-Agent": "typescript-client/2.0.13",
4277
+ "User-Agent": "typescript-client/2.0.15",
4278
4278
  }
4279
4279
  };
4280
4280
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4313,7 +4313,7 @@ class SerpApi {
4313
4313
  headers: {
4314
4314
  "Content-Type": "application/json",
4315
4315
  "Accept": "application/json",
4316
- "User-Agent": "typescript-client/2.0.13",
4316
+ "User-Agent": "typescript-client/2.0.15",
4317
4317
  }
4318
4318
  };
4319
4319
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4349,7 +4349,7 @@ class SerpApi {
4349
4349
  method: "GET",
4350
4350
  headers: {
4351
4351
  "Accept": "application/json",
4352
- "User-Agent": "typescript-client/2.0.13",
4352
+ "User-Agent": "typescript-client/2.0.15",
4353
4353
  }
4354
4354
  };
4355
4355
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4385,7 +4385,7 @@ class SerpApi {
4385
4385
  method: "GET",
4386
4386
  headers: {
4387
4387
  "Accept": "application/json",
4388
- "User-Agent": "typescript-client/2.0.13",
4388
+ "User-Agent": "typescript-client/2.0.15",
4389
4389
  }
4390
4390
  };
4391
4391
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4422,7 +4422,7 @@ class SerpApi {
4422
4422
  method: "GET",
4423
4423
  headers: {
4424
4424
  "Accept": "application/json",
4425
- "User-Agent": "typescript-client/2.0.13",
4425
+ "User-Agent": "typescript-client/2.0.15",
4426
4426
  }
4427
4427
  };
4428
4428
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4461,7 +4461,7 @@ class SerpApi {
4461
4461
  headers: {
4462
4462
  "Content-Type": "application/json",
4463
4463
  "Accept": "application/json",
4464
- "User-Agent": "typescript-client/2.0.13",
4464
+ "User-Agent": "typescript-client/2.0.15",
4465
4465
  }
4466
4466
  };
4467
4467
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4500,7 +4500,7 @@ class SerpApi {
4500
4500
  headers: {
4501
4501
  "Content-Type": "application/json",
4502
4502
  "Accept": "application/json",
4503
- "User-Agent": "typescript-client/2.0.13",
4503
+ "User-Agent": "typescript-client/2.0.15",
4504
4504
  }
4505
4505
  };
4506
4506
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4536,7 +4536,7 @@ class SerpApi {
4536
4536
  method: "GET",
4537
4537
  headers: {
4538
4538
  "Accept": "application/json",
4539
- "User-Agent": "typescript-client/2.0.13",
4539
+ "User-Agent": "typescript-client/2.0.15",
4540
4540
  }
4541
4541
  };
4542
4542
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4572,7 +4572,7 @@ class SerpApi {
4572
4572
  method: "GET",
4573
4573
  headers: {
4574
4574
  "Accept": "application/json",
4575
- "User-Agent": "typescript-client/2.0.13",
4575
+ "User-Agent": "typescript-client/2.0.15",
4576
4576
  }
4577
4577
  };
4578
4578
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4609,7 +4609,7 @@ class SerpApi {
4609
4609
  method: "GET",
4610
4610
  headers: {
4611
4611
  "Accept": "application/json",
4612
- "User-Agent": "typescript-client/2.0.13",
4612
+ "User-Agent": "typescript-client/2.0.15",
4613
4613
  }
4614
4614
  };
4615
4615
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4648,7 +4648,7 @@ class SerpApi {
4648
4648
  headers: {
4649
4649
  "Content-Type": "application/json",
4650
4650
  "Accept": "application/json",
4651
- "User-Agent": "typescript-client/2.0.13",
4651
+ "User-Agent": "typescript-client/2.0.15",
4652
4652
  }
4653
4653
  };
4654
4654
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4687,7 +4687,7 @@ class SerpApi {
4687
4687
  headers: {
4688
4688
  "Content-Type": "application/json",
4689
4689
  "Accept": "application/json",
4690
- "User-Agent": "typescript-client/2.0.13",
4690
+ "User-Agent": "typescript-client/2.0.15",
4691
4691
  }
4692
4692
  };
4693
4693
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4723,7 +4723,7 @@ class SerpApi {
4723
4723
  method: "GET",
4724
4724
  headers: {
4725
4725
  "Accept": "application/json",
4726
- "User-Agent": "typescript-client/2.0.13",
4726
+ "User-Agent": "typescript-client/2.0.15",
4727
4727
  }
4728
4728
  };
4729
4729
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4759,7 +4759,7 @@ class SerpApi {
4759
4759
  method: "GET",
4760
4760
  headers: {
4761
4761
  "Accept": "application/json",
4762
- "User-Agent": "typescript-client/2.0.13",
4762
+ "User-Agent": "typescript-client/2.0.15",
4763
4763
  }
4764
4764
  };
4765
4765
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4796,7 +4796,7 @@ class SerpApi {
4796
4796
  method: "GET",
4797
4797
  headers: {
4798
4798
  "Accept": "application/json",
4799
- "User-Agent": "typescript-client/2.0.13",
4799
+ "User-Agent": "typescript-client/2.0.15",
4800
4800
  }
4801
4801
  };
4802
4802
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4835,7 +4835,7 @@ class SerpApi {
4835
4835
  headers: {
4836
4836
  "Content-Type": "application/json",
4837
4837
  "Accept": "application/json",
4838
- "User-Agent": "typescript-client/2.0.13",
4838
+ "User-Agent": "typescript-client/2.0.15",
4839
4839
  }
4840
4840
  };
4841
4841
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4871,7 +4871,7 @@ class SerpApi {
4871
4871
  method: "GET",
4872
4872
  headers: {
4873
4873
  "Accept": "application/json",
4874
- "User-Agent": "typescript-client/2.0.13",
4874
+ "User-Agent": "typescript-client/2.0.15",
4875
4875
  }
4876
4876
  };
4877
4877
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4908,7 +4908,7 @@ class SerpApi {
4908
4908
  method: "GET",
4909
4909
  headers: {
4910
4910
  "Accept": "application/json",
4911
- "User-Agent": "typescript-client/2.0.13",
4911
+ "User-Agent": "typescript-client/2.0.15",
4912
4912
  }
4913
4913
  };
4914
4914
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4944,7 +4944,7 @@ class SerpApi {
4944
4944
  method: "GET",
4945
4945
  headers: {
4946
4946
  "Accept": "application/json",
4947
- "User-Agent": "typescript-client/2.0.13",
4947
+ "User-Agent": "typescript-client/2.0.15",
4948
4948
  }
4949
4949
  };
4950
4950
  return this.http.fetch(url_, options_).then((_response) => {
@@ -4983,7 +4983,7 @@ class SerpApi {
4983
4983
  headers: {
4984
4984
  "Content-Type": "application/json",
4985
4985
  "Accept": "application/json",
4986
- "User-Agent": "typescript-client/2.0.13",
4986
+ "User-Agent": "typescript-client/2.0.15",
4987
4987
  }
4988
4988
  };
4989
4989
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5019,7 +5019,7 @@ class SerpApi {
5019
5019
  method: "GET",
5020
5020
  headers: {
5021
5021
  "Accept": "application/json",
5022
- "User-Agent": "typescript-client/2.0.13",
5022
+ "User-Agent": "typescript-client/2.0.15",
5023
5023
  }
5024
5024
  };
5025
5025
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5055,7 +5055,7 @@ class SerpApi {
5055
5055
  method: "GET",
5056
5056
  headers: {
5057
5057
  "Accept": "application/json",
5058
- "User-Agent": "typescript-client/2.0.13",
5058
+ "User-Agent": "typescript-client/2.0.15",
5059
5059
  }
5060
5060
  };
5061
5061
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5092,7 +5092,7 @@ class SerpApi {
5092
5092
  method: "GET",
5093
5093
  headers: {
5094
5094
  "Accept": "application/json",
5095
- "User-Agent": "typescript-client/2.0.13",
5095
+ "User-Agent": "typescript-client/2.0.15",
5096
5096
  }
5097
5097
  };
5098
5098
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5129,7 +5129,7 @@ class SerpApi {
5129
5129
  method: "GET",
5130
5130
  headers: {
5131
5131
  "Accept": "application/json",
5132
- "User-Agent": "typescript-client/2.0.13",
5132
+ "User-Agent": "typescript-client/2.0.15",
5133
5133
  }
5134
5134
  };
5135
5135
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5166,7 +5166,7 @@ class SerpApi {
5166
5166
  method: "GET",
5167
5167
  headers: {
5168
5168
  "Accept": "application/json",
5169
- "User-Agent": "typescript-client/2.0.13",
5169
+ "User-Agent": "typescript-client/2.0.15",
5170
5170
  }
5171
5171
  };
5172
5172
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5205,7 +5205,7 @@ class SerpApi {
5205
5205
  headers: {
5206
5206
  "Content-Type": "application/json",
5207
5207
  "Accept": "application/json",
5208
- "User-Agent": "typescript-client/2.0.13",
5208
+ "User-Agent": "typescript-client/2.0.15",
5209
5209
  }
5210
5210
  };
5211
5211
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5244,7 +5244,7 @@ class SerpApi {
5244
5244
  headers: {
5245
5245
  "Content-Type": "application/json",
5246
5246
  "Accept": "application/json",
5247
- "User-Agent": "typescript-client/2.0.13",
5247
+ "User-Agent": "typescript-client/2.0.15",
5248
5248
  }
5249
5249
  };
5250
5250
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5283,7 +5283,7 @@ class SerpApi {
5283
5283
  headers: {
5284
5284
  "Content-Type": "application/json",
5285
5285
  "Accept": "application/json",
5286
- "User-Agent": "typescript-client/2.0.13",
5286
+ "User-Agent": "typescript-client/2.0.15",
5287
5287
  }
5288
5288
  };
5289
5289
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5319,7 +5319,7 @@ class SerpApi {
5319
5319
  method: "GET",
5320
5320
  headers: {
5321
5321
  "Accept": "application/json",
5322
- "User-Agent": "typescript-client/2.0.13",
5322
+ "User-Agent": "typescript-client/2.0.15",
5323
5323
  }
5324
5324
  };
5325
5325
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5356,7 +5356,7 @@ class SerpApi {
5356
5356
  method: "GET",
5357
5357
  headers: {
5358
5358
  "Accept": "application/json",
5359
- "User-Agent": "typescript-client/2.0.13",
5359
+ "User-Agent": "typescript-client/2.0.15",
5360
5360
  }
5361
5361
  };
5362
5362
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5392,7 +5392,7 @@ class SerpApi {
5392
5392
  method: "GET",
5393
5393
  headers: {
5394
5394
  "Accept": "application/json",
5395
- "User-Agent": "typescript-client/2.0.13",
5395
+ "User-Agent": "typescript-client/2.0.15",
5396
5396
  }
5397
5397
  };
5398
5398
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5431,7 +5431,7 @@ class SerpApi {
5431
5431
  headers: {
5432
5432
  "Content-Type": "application/json",
5433
5433
  "Accept": "application/json",
5434
- "User-Agent": "typescript-client/2.0.13",
5434
+ "User-Agent": "typescript-client/2.0.15",
5435
5435
  }
5436
5436
  };
5437
5437
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5467,7 +5467,7 @@ class SerpApi {
5467
5467
  method: "GET",
5468
5468
  headers: {
5469
5469
  "Accept": "application/json",
5470
- "User-Agent": "typescript-client/2.0.13",
5470
+ "User-Agent": "typescript-client/2.0.15",
5471
5471
  }
5472
5472
  };
5473
5473
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5503,7 +5503,7 @@ class SerpApi {
5503
5503
  method: "GET",
5504
5504
  headers: {
5505
5505
  "Accept": "application/json",
5506
- "User-Agent": "typescript-client/2.0.13",
5506
+ "User-Agent": "typescript-client/2.0.15",
5507
5507
  }
5508
5508
  };
5509
5509
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5540,7 +5540,7 @@ class SerpApi {
5540
5540
  method: "GET",
5541
5541
  headers: {
5542
5542
  "Accept": "application/json",
5543
- "User-Agent": "typescript-client/2.0.13",
5543
+ "User-Agent": "typescript-client/2.0.15",
5544
5544
  }
5545
5545
  };
5546
5546
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5577,7 +5577,7 @@ class SerpApi {
5577
5577
  method: "GET",
5578
5578
  headers: {
5579
5579
  "Accept": "application/json",
5580
- "User-Agent": "typescript-client/2.0.13",
5580
+ "User-Agent": "typescript-client/2.0.15",
5581
5581
  }
5582
5582
  };
5583
5583
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5614,7 +5614,7 @@ class SerpApi {
5614
5614
  method: "GET",
5615
5615
  headers: {
5616
5616
  "Accept": "application/json",
5617
- "User-Agent": "typescript-client/2.0.13",
5617
+ "User-Agent": "typescript-client/2.0.15",
5618
5618
  }
5619
5619
  };
5620
5620
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5653,7 +5653,7 @@ class SerpApi {
5653
5653
  headers: {
5654
5654
  "Content-Type": "application/json",
5655
5655
  "Accept": "application/json",
5656
- "User-Agent": "typescript-client/2.0.13",
5656
+ "User-Agent": "typescript-client/2.0.15",
5657
5657
  }
5658
5658
  };
5659
5659
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5689,7 +5689,7 @@ class SerpApi {
5689
5689
  method: "GET",
5690
5690
  headers: {
5691
5691
  "Accept": "application/json",
5692
- "User-Agent": "typescript-client/2.0.13",
5692
+ "User-Agent": "typescript-client/2.0.15",
5693
5693
  }
5694
5694
  };
5695
5695
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5725,7 +5725,7 @@ class SerpApi {
5725
5725
  method: "GET",
5726
5726
  headers: {
5727
5727
  "Accept": "application/json",
5728
- "User-Agent": "typescript-client/2.0.13",
5728
+ "User-Agent": "typescript-client/2.0.15",
5729
5729
  }
5730
5730
  };
5731
5731
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5762,7 +5762,7 @@ class SerpApi {
5762
5762
  method: "GET",
5763
5763
  headers: {
5764
5764
  "Accept": "application/json",
5765
- "User-Agent": "typescript-client/2.0.13",
5765
+ "User-Agent": "typescript-client/2.0.15",
5766
5766
  }
5767
5767
  };
5768
5768
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5799,7 +5799,7 @@ class SerpApi {
5799
5799
  method: "GET",
5800
5800
  headers: {
5801
5801
  "Accept": "application/json",
5802
- "User-Agent": "typescript-client/2.0.13",
5802
+ "User-Agent": "typescript-client/2.0.15",
5803
5803
  }
5804
5804
  };
5805
5805
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5836,7 +5836,7 @@ class SerpApi {
5836
5836
  method: "GET",
5837
5837
  headers: {
5838
5838
  "Accept": "application/json",
5839
- "User-Agent": "typescript-client/2.0.13",
5839
+ "User-Agent": "typescript-client/2.0.15",
5840
5840
  }
5841
5841
  };
5842
5842
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5872,7 +5872,7 @@ class SerpApi {
5872
5872
  method: "GET",
5873
5873
  headers: {
5874
5874
  "Accept": "application/json",
5875
- "User-Agent": "typescript-client/2.0.13",
5875
+ "User-Agent": "typescript-client/2.0.15",
5876
5876
  }
5877
5877
  };
5878
5878
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5909,7 +5909,7 @@ class SerpApi {
5909
5909
  method: "GET",
5910
5910
  headers: {
5911
5911
  "Accept": "application/json",
5912
- "User-Agent": "typescript-client/2.0.13",
5912
+ "User-Agent": "typescript-client/2.0.15",
5913
5913
  }
5914
5914
  };
5915
5915
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5945,7 +5945,7 @@ class SerpApi {
5945
5945
  method: "GET",
5946
5946
  headers: {
5947
5947
  "Accept": "application/json",
5948
- "User-Agent": "typescript-client/2.0.13",
5948
+ "User-Agent": "typescript-client/2.0.15",
5949
5949
  }
5950
5950
  };
5951
5951
  return this.http.fetch(url_, options_).then((_response) => {
@@ -5984,7 +5984,7 @@ class SerpApi {
5984
5984
  headers: {
5985
5985
  "Content-Type": "application/json",
5986
5986
  "Accept": "application/json",
5987
- "User-Agent": "typescript-client/2.0.13",
5987
+ "User-Agent": "typescript-client/2.0.15",
5988
5988
  }
5989
5989
  };
5990
5990
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6020,7 +6020,7 @@ class SerpApi {
6020
6020
  method: "GET",
6021
6021
  headers: {
6022
6022
  "Accept": "application/json",
6023
- "User-Agent": "typescript-client/2.0.13",
6023
+ "User-Agent": "typescript-client/2.0.15",
6024
6024
  }
6025
6025
  };
6026
6026
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6056,7 +6056,7 @@ class SerpApi {
6056
6056
  method: "GET",
6057
6057
  headers: {
6058
6058
  "Accept": "application/json",
6059
- "User-Agent": "typescript-client/2.0.13",
6059
+ "User-Agent": "typescript-client/2.0.15",
6060
6060
  }
6061
6061
  };
6062
6062
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6093,7 +6093,7 @@ class SerpApi {
6093
6093
  method: "GET",
6094
6094
  headers: {
6095
6095
  "Accept": "application/json",
6096
- "User-Agent": "typescript-client/2.0.13",
6096
+ "User-Agent": "typescript-client/2.0.15",
6097
6097
  }
6098
6098
  };
6099
6099
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6130,7 +6130,7 @@ class SerpApi {
6130
6130
  method: "GET",
6131
6131
  headers: {
6132
6132
  "Accept": "application/json",
6133
- "User-Agent": "typescript-client/2.0.13",
6133
+ "User-Agent": "typescript-client/2.0.15",
6134
6134
  }
6135
6135
  };
6136
6136
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6167,7 +6167,7 @@ class SerpApi {
6167
6167
  method: "GET",
6168
6168
  headers: {
6169
6169
  "Accept": "application/json",
6170
- "User-Agent": "typescript-client/2.0.13",
6170
+ "User-Agent": "typescript-client/2.0.15",
6171
6171
  }
6172
6172
  };
6173
6173
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6206,7 +6206,7 @@ class SerpApi {
6206
6206
  headers: {
6207
6207
  "Content-Type": "application/json",
6208
6208
  "Accept": "application/json",
6209
- "User-Agent": "typescript-client/2.0.13",
6209
+ "User-Agent": "typescript-client/2.0.15",
6210
6210
  }
6211
6211
  };
6212
6212
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6242,7 +6242,7 @@ class SerpApi {
6242
6242
  method: "GET",
6243
6243
  headers: {
6244
6244
  "Accept": "application/json",
6245
- "User-Agent": "typescript-client/2.0.13",
6245
+ "User-Agent": "typescript-client/2.0.15",
6246
6246
  }
6247
6247
  };
6248
6248
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6279,7 +6279,7 @@ class SerpApi {
6279
6279
  method: "GET",
6280
6280
  headers: {
6281
6281
  "Accept": "application/json",
6282
- "User-Agent": "typescript-client/2.0.13",
6282
+ "User-Agent": "typescript-client/2.0.15",
6283
6283
  }
6284
6284
  };
6285
6285
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6316,7 +6316,7 @@ class SerpApi {
6316
6316
  method: "GET",
6317
6317
  headers: {
6318
6318
  "Accept": "application/json",
6319
- "User-Agent": "typescript-client/2.0.13",
6319
+ "User-Agent": "typescript-client/2.0.15",
6320
6320
  }
6321
6321
  };
6322
6322
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6355,7 +6355,7 @@ class SerpApi {
6355
6355
  headers: {
6356
6356
  "Content-Type": "application/json",
6357
6357
  "Accept": "application/json",
6358
- "User-Agent": "typescript-client/2.0.13",
6358
+ "User-Agent": "typescript-client/2.0.15",
6359
6359
  }
6360
6360
  };
6361
6361
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6394,7 +6394,7 @@ class SerpApi {
6394
6394
  headers: {
6395
6395
  "Content-Type": "application/json",
6396
6396
  "Accept": "application/json",
6397
- "User-Agent": "typescript-client/2.0.13",
6397
+ "User-Agent": "typescript-client/2.0.15",
6398
6398
  }
6399
6399
  };
6400
6400
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6433,7 +6433,7 @@ class SerpApi {
6433
6433
  headers: {
6434
6434
  "Content-Type": "application/json",
6435
6435
  "Accept": "application/json",
6436
- "User-Agent": "typescript-client/2.0.13",
6436
+ "User-Agent": "typescript-client/2.0.15",
6437
6437
  }
6438
6438
  };
6439
6439
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6469,7 +6469,7 @@ class SerpApi {
6469
6469
  method: "GET",
6470
6470
  headers: {
6471
6471
  "Accept": "application/json",
6472
- "User-Agent": "typescript-client/2.0.13",
6472
+ "User-Agent": "typescript-client/2.0.15",
6473
6473
  }
6474
6474
  };
6475
6475
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6506,7 +6506,7 @@ class SerpApi {
6506
6506
  method: "GET",
6507
6507
  headers: {
6508
6508
  "Accept": "application/json",
6509
- "User-Agent": "typescript-client/2.0.13",
6509
+ "User-Agent": "typescript-client/2.0.15",
6510
6510
  }
6511
6511
  };
6512
6512
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6543,7 +6543,7 @@ class SerpApi {
6543
6543
  method: "GET",
6544
6544
  headers: {
6545
6545
  "Accept": "application/json",
6546
- "User-Agent": "typescript-client/2.0.13",
6546
+ "User-Agent": "typescript-client/2.0.15",
6547
6547
  }
6548
6548
  };
6549
6549
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6582,7 +6582,7 @@ class SerpApi {
6582
6582
  headers: {
6583
6583
  "Content-Type": "application/json",
6584
6584
  "Accept": "application/json",
6585
- "User-Agent": "typescript-client/2.0.13",
6585
+ "User-Agent": "typescript-client/2.0.15",
6586
6586
  }
6587
6587
  };
6588
6588
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6621,7 +6621,7 @@ class SerpApi {
6621
6621
  headers: {
6622
6622
  "Content-Type": "application/json",
6623
6623
  "Accept": "application/json",
6624
- "User-Agent": "typescript-client/2.0.13",
6624
+ "User-Agent": "typescript-client/2.0.15",
6625
6625
  }
6626
6626
  };
6627
6627
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6660,7 +6660,7 @@ class SerpApi {
6660
6660
  headers: {
6661
6661
  "Content-Type": "application/json",
6662
6662
  "Accept": "application/json",
6663
- "User-Agent": "typescript-client/2.0.13",
6663
+ "User-Agent": "typescript-client/2.0.15",
6664
6664
  }
6665
6665
  };
6666
6666
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6696,7 +6696,7 @@ class SerpApi {
6696
6696
  method: "GET",
6697
6697
  headers: {
6698
6698
  "Accept": "application/json",
6699
- "User-Agent": "typescript-client/2.0.13",
6699
+ "User-Agent": "typescript-client/2.0.15",
6700
6700
  }
6701
6701
  };
6702
6702
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6733,7 +6733,7 @@ class SerpApi {
6733
6733
  method: "GET",
6734
6734
  headers: {
6735
6735
  "Accept": "application/json",
6736
- "User-Agent": "typescript-client/2.0.13",
6736
+ "User-Agent": "typescript-client/2.0.15",
6737
6737
  }
6738
6738
  };
6739
6739
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6770,7 +6770,7 @@ class SerpApi {
6770
6770
  method: "GET",
6771
6771
  headers: {
6772
6772
  "Accept": "application/json",
6773
- "User-Agent": "typescript-client/2.0.13",
6773
+ "User-Agent": "typescript-client/2.0.15",
6774
6774
  }
6775
6775
  };
6776
6776
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6809,7 +6809,7 @@ class SerpApi {
6809
6809
  headers: {
6810
6810
  "Content-Type": "application/json",
6811
6811
  "Accept": "application/json",
6812
- "User-Agent": "typescript-client/2.0.13",
6812
+ "User-Agent": "typescript-client/2.0.15",
6813
6813
  }
6814
6814
  };
6815
6815
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6848,7 +6848,7 @@ class SerpApi {
6848
6848
  headers: {
6849
6849
  "Content-Type": "application/json",
6850
6850
  "Accept": "application/json",
6851
- "User-Agent": "typescript-client/2.0.13",
6851
+ "User-Agent": "typescript-client/2.0.15",
6852
6852
  }
6853
6853
  };
6854
6854
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6887,7 +6887,7 @@ class SerpApi {
6887
6887
  headers: {
6888
6888
  "Content-Type": "application/json",
6889
6889
  "Accept": "application/json",
6890
- "User-Agent": "typescript-client/2.0.13",
6890
+ "User-Agent": "typescript-client/2.0.15",
6891
6891
  }
6892
6892
  };
6893
6893
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6923,7 +6923,7 @@ class SerpApi {
6923
6923
  method: "GET",
6924
6924
  headers: {
6925
6925
  "Accept": "application/json",
6926
- "User-Agent": "typescript-client/2.0.13",
6926
+ "User-Agent": "typescript-client/2.0.15",
6927
6927
  }
6928
6928
  };
6929
6929
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6960,7 +6960,7 @@ class SerpApi {
6960
6960
  method: "GET",
6961
6961
  headers: {
6962
6962
  "Accept": "application/json",
6963
- "User-Agent": "typescript-client/2.0.13",
6963
+ "User-Agent": "typescript-client/2.0.15",
6964
6964
  }
6965
6965
  };
6966
6966
  return this.http.fetch(url_, options_).then((_response) => {
@@ -6999,7 +6999,7 @@ class SerpApi {
6999
6999
  headers: {
7000
7000
  "Content-Type": "application/json",
7001
7001
  "Accept": "application/json",
7002
- "User-Agent": "typescript-client/2.0.13",
7002
+ "User-Agent": "typescript-client/2.0.15",
7003
7003
  }
7004
7004
  };
7005
7005
  return this.http.fetch(url_, options_).then((_response) => {