smartystreets-javascript-sdk 8.2.1 → 8.2.2

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 (291) hide show
  1. package/LICENSE.md +184 -183
  2. package/Readme.md +11 -0
  3. package/dist/cjs/AgentSender.cjs +1 -1
  4. package/dist/cjs/BaseUrlSender.cjs +1 -1
  5. package/dist/cjs/Batch.cjs +1 -1
  6. package/dist/cjs/ClientBuilder.cjs +1 -1
  7. package/dist/cjs/CustomHeaderSender.cjs +1 -1
  8. package/dist/cjs/Errors.cjs +1 -1
  9. package/dist/cjs/HttpSender.cjs +1 -1
  10. package/dist/cjs/InputData.cjs +1 -1
  11. package/dist/cjs/LicenseSender.cjs +1 -1
  12. package/dist/cjs/Request.cjs +1 -1
  13. package/dist/cjs/Response.cjs +1 -1
  14. package/dist/cjs/RetrySender.cjs +1 -1
  15. package/dist/cjs/SigningSender.cjs +1 -1
  16. package/dist/cjs/StatusCodeSender.cjs +1 -1
  17. package/dist/cjs/_virtual/Batch.cjs +1 -0
  18. package/dist/cjs/_virtual/Candidate.cjs +1 -0
  19. package/dist/cjs/_virtual/Candidate2.cjs +1 -0
  20. package/dist/cjs/_virtual/ClientBuilder.cjs +1 -0
  21. package/dist/cjs/_virtual/Errors.cjs +1 -0
  22. package/dist/cjs/_virtual/Lookup.cjs +1 -0
  23. package/dist/cjs/_virtual/Lookup2.cjs +1 -0
  24. package/dist/cjs/_virtual/Lookup3.cjs +1 -0
  25. package/dist/cjs/_virtual/Lookup4.cjs +1 -0
  26. package/dist/cjs/_virtual/Lookup5.cjs +1 -0
  27. package/dist/cjs/_virtual/Lookup6.cjs +1 -0
  28. package/dist/cjs/_virtual/Lookup7.cjs +1 -0
  29. package/dist/cjs/_virtual/Lookup8.cjs +1 -0
  30. package/dist/cjs/_virtual/Lookup9.cjs +1 -0
  31. package/dist/cjs/_virtual/Response.cjs +1 -0
  32. package/dist/cjs/_virtual/Result.cjs +1 -0
  33. package/dist/cjs/_virtual/Result2.cjs +1 -0
  34. package/dist/cjs/_virtual/Result3.cjs +1 -0
  35. package/dist/cjs/_virtual/Suggestion.cjs +1 -0
  36. package/dist/cjs/_virtual/Suggestion2.cjs +1 -0
  37. package/dist/cjs/_virtual/_commonjsHelpers.cjs +1 -0
  38. package/dist/cjs/_virtual/buildClients.cjs +1 -0
  39. package/dist/cjs/index.cjs +1 -1
  40. package/dist/cjs/international_address_autocomplete/Client.cjs +1 -1
  41. package/dist/cjs/international_address_autocomplete/Lookup.cjs +1 -1
  42. package/dist/cjs/international_address_autocomplete/Suggestion.cjs +1 -1
  43. package/dist/cjs/international_postal_code/Client.cjs +1 -1
  44. package/dist/cjs/international_postal_code/Lookup.cjs +1 -1
  45. package/dist/cjs/international_postal_code/Result.cjs +1 -1
  46. package/dist/cjs/international_street/Candidate.cjs +1 -1
  47. package/dist/cjs/international_street/Client.cjs +1 -1
  48. package/dist/cjs/international_street/Lookup.cjs +1 -1
  49. package/dist/cjs/us_autocomplete_pro/Client.cjs +1 -1
  50. package/dist/cjs/us_autocomplete_pro/Lookup.cjs +1 -1
  51. package/dist/cjs/us_autocomplete_pro/Suggestion.cjs +1 -1
  52. package/dist/cjs/us_enrichment/Client.cjs +1 -1
  53. package/dist/cjs/us_enrichment/Lookup.cjs +1 -1
  54. package/dist/cjs/us_enrichment/Response.cjs +1 -1
  55. package/dist/cjs/us_extract/Address.cjs +1 -1
  56. package/dist/cjs/us_extract/Client.cjs +1 -1
  57. package/dist/cjs/us_extract/Lookup.cjs +1 -1
  58. package/dist/cjs/us_extract/Result.cjs +1 -1
  59. package/dist/cjs/us_reverse_geo/Client.cjs +1 -1
  60. package/dist/cjs/us_reverse_geo/Lookup.cjs +1 -1
  61. package/dist/cjs/us_reverse_geo/Response.cjs +1 -1
  62. package/dist/cjs/us_reverse_geo/Result.cjs +1 -1
  63. package/dist/cjs/us_street/Candidate.cjs +1 -1
  64. package/dist/cjs/us_street/Client.cjs +1 -1
  65. package/dist/cjs/us_street/Lookup.cjs +1 -1
  66. package/dist/cjs/us_zipcode/Client.cjs +1 -1
  67. package/dist/cjs/us_zipcode/Lookup.cjs +1 -1
  68. package/dist/cjs/us_zipcode/Result.cjs +1 -1
  69. package/dist/cjs/util/apiToSDKKeyMap.cjs +1 -1
  70. package/dist/cjs/util/buildClients.cjs +1 -1
  71. package/dist/cjs/util/buildInputData.cjs +1 -1
  72. package/dist/cjs/util/buildSmartyResponse.cjs +1 -1
  73. package/dist/cjs/util/buildUsStreetInputData.cjs +1 -1
  74. package/dist/cjs/util/sendBatch.cjs +1 -1
  75. package/dist/esm/AgentSender.mjs +1 -1
  76. package/dist/esm/BaseUrlSender.mjs +1 -1
  77. package/dist/esm/Batch.mjs +1 -1
  78. package/dist/esm/ClientBuilder.mjs +1 -1
  79. package/dist/esm/CustomHeaderSender.mjs +1 -1
  80. package/dist/esm/Errors.mjs +1 -1
  81. package/dist/esm/HttpSender.mjs +1 -1
  82. package/dist/esm/InputData.mjs +1 -1
  83. package/dist/esm/LicenseSender.mjs +1 -1
  84. package/dist/esm/Request.mjs +1 -1
  85. package/dist/esm/Response.mjs +1 -1
  86. package/dist/esm/RetrySender.mjs +1 -1
  87. package/dist/esm/SigningSender.mjs +1 -1
  88. package/dist/esm/StatusCodeSender.mjs +1 -1
  89. package/dist/esm/_virtual/Batch.mjs +1 -0
  90. package/dist/esm/_virtual/Candidate.mjs +1 -0
  91. package/dist/esm/_virtual/Candidate2.mjs +1 -0
  92. package/dist/esm/_virtual/ClientBuilder.mjs +1 -0
  93. package/dist/esm/_virtual/Errors.mjs +1 -0
  94. package/dist/esm/_virtual/Lookup.mjs +1 -0
  95. package/dist/esm/_virtual/Lookup2.mjs +1 -0
  96. package/dist/esm/_virtual/Lookup3.mjs +1 -0
  97. package/dist/esm/_virtual/Lookup4.mjs +1 -0
  98. package/dist/esm/_virtual/Lookup5.mjs +1 -0
  99. package/dist/esm/_virtual/Lookup6.mjs +1 -0
  100. package/dist/esm/_virtual/Lookup7.mjs +1 -0
  101. package/dist/esm/_virtual/Lookup8.mjs +1 -0
  102. package/dist/esm/_virtual/Lookup9.mjs +1 -0
  103. package/dist/esm/_virtual/Response.mjs +1 -0
  104. package/dist/esm/_virtual/Result.mjs +1 -0
  105. package/dist/esm/_virtual/Result2.mjs +1 -0
  106. package/dist/esm/_virtual/Result3.mjs +1 -0
  107. package/dist/esm/_virtual/Suggestion.mjs +1 -0
  108. package/dist/esm/_virtual/Suggestion2.mjs +1 -0
  109. package/dist/esm/_virtual/_commonjsHelpers.mjs +1 -0
  110. package/dist/esm/_virtual/buildClients.mjs +1 -0
  111. package/dist/esm/index.mjs +1 -1
  112. package/dist/esm/international_address_autocomplete/Client.mjs +1 -1
  113. package/dist/esm/international_address_autocomplete/Lookup.mjs +1 -1
  114. package/dist/esm/international_address_autocomplete/Suggestion.mjs +1 -1
  115. package/dist/esm/international_postal_code/Client.mjs +1 -1
  116. package/dist/esm/international_postal_code/Lookup.mjs +1 -1
  117. package/dist/esm/international_postal_code/Result.mjs +1 -1
  118. package/dist/esm/international_street/Candidate.mjs +1 -1
  119. package/dist/esm/international_street/Client.mjs +1 -1
  120. package/dist/esm/international_street/Lookup.mjs +1 -1
  121. package/dist/esm/us_autocomplete_pro/Client.mjs +1 -1
  122. package/dist/esm/us_autocomplete_pro/Lookup.mjs +1 -1
  123. package/dist/esm/us_autocomplete_pro/Suggestion.mjs +1 -1
  124. package/dist/esm/us_enrichment/Client.mjs +1 -1
  125. package/dist/esm/us_enrichment/Lookup.mjs +1 -1
  126. package/dist/esm/us_enrichment/Response.mjs +1 -1
  127. package/dist/esm/us_extract/Address.mjs +1 -1
  128. package/dist/esm/us_extract/Client.mjs +1 -1
  129. package/dist/esm/us_extract/Lookup.mjs +1 -1
  130. package/dist/esm/us_extract/Result.mjs +1 -1
  131. package/dist/esm/us_reverse_geo/Client.mjs +1 -1
  132. package/dist/esm/us_reverse_geo/Lookup.mjs +1 -1
  133. package/dist/esm/us_reverse_geo/Response.mjs +1 -1
  134. package/dist/esm/us_reverse_geo/Result.mjs +1 -1
  135. package/dist/esm/us_street/Candidate.mjs +1 -1
  136. package/dist/esm/us_street/Client.mjs +1 -1
  137. package/dist/esm/us_street/Lookup.mjs +1 -1
  138. package/dist/esm/us_zipcode/Client.mjs +1 -1
  139. package/dist/esm/us_zipcode/Lookup.mjs +1 -1
  140. package/dist/esm/us_zipcode/Result.mjs +1 -1
  141. package/dist/esm/util/apiToSDKKeyMap.mjs +1 -1
  142. package/dist/esm/util/buildClients.mjs +1 -1
  143. package/dist/esm/util/buildInputData.mjs +1 -1
  144. package/dist/esm/util/buildSmartyResponse.mjs +1 -1
  145. package/dist/esm/util/buildUsStreetInputData.mjs +1 -1
  146. package/dist/esm/util/sendBatch.mjs +1 -1
  147. package/dist/tsconfig.tsbuildinfo +1 -0
  148. package/dist/types/Batch.d.ts +19 -0
  149. package/dist/types/ClientBuilder.d.ts +126 -0
  150. package/dist/types/Errors.d.ts +42 -0
  151. package/dist/types/HttpSender.d.ts +22 -0
  152. package/dist/types/InputData.d.ts +10 -0
  153. package/dist/types/LicenseSender.d.ts +7 -0
  154. package/dist/types/Request.d.ts +13 -0
  155. package/dist/types/Response.d.ts +8 -0
  156. package/dist/types/{src/SigningSender.d.ts → SigningSender.d.ts} +5 -1
  157. package/dist/types/StatusCodeSender.d.ts +6 -0
  158. package/dist/types/international_address_autocomplete/Client.d.ts +6 -0
  159. package/dist/types/international_address_autocomplete/Lookup.d.ts +15 -0
  160. package/dist/types/international_address_autocomplete/Suggestion.d.ts +14 -0
  161. package/dist/types/international_postal_code/Client.d.ts +15 -0
  162. package/dist/types/international_postal_code/Lookup.d.ts +17 -0
  163. package/dist/types/international_postal_code/Result.d.ts +18 -0
  164. package/dist/types/international_street/Candidate.d.ts +26 -0
  165. package/dist/types/international_street/Client.d.ts +10 -0
  166. package/dist/types/international_street/Lookup.d.ts +29 -0
  167. package/dist/types/{src/types.d.ts → types.d.ts} +1 -11
  168. package/dist/types/us_autocomplete_pro/Client.d.ts +10 -0
  169. package/dist/types/us_autocomplete_pro/Lookup.d.ts +28 -0
  170. package/dist/types/us_autocomplete_pro/Suggestion.d.ts +14 -0
  171. package/dist/types/us_enrichment/Client.d.ts +10 -0
  172. package/dist/types/us_enrichment/Lookup.d.ts +13 -0
  173. package/dist/types/us_enrichment/Response.d.ts +20 -0
  174. package/dist/types/us_extract/Address.d.ts +13 -0
  175. package/dist/types/us_extract/Client.d.ts +10 -0
  176. package/dist/types/us_extract/Lookup.d.ts +23 -0
  177. package/dist/types/us_extract/Result.d.ts +19 -0
  178. package/dist/types/us_reverse_geo/Client.d.ts +10 -0
  179. package/dist/types/us_reverse_geo/Lookup.d.ts +16 -0
  180. package/dist/types/us_reverse_geo/Response.d.ts +8 -0
  181. package/dist/types/us_reverse_geo/Result.d.ts +13 -0
  182. package/dist/types/us_street/Candidate.d.ts +22 -0
  183. package/dist/types/us_street/Client.d.ts +15 -0
  184. package/dist/types/us_street/Lookup.d.ts +26 -0
  185. package/dist/types/us_zipcode/Client.d.ts +15 -0
  186. package/dist/types/us_zipcode/Lookup.d.ts +16 -0
  187. package/dist/types/us_zipcode/Result.d.ts +13 -0
  188. package/dist/types/util/apiToSDKKeyMap.d.ts +94 -0
  189. package/dist/types/util/buildClients.d.ts +10 -0
  190. package/dist/types/util/buildInputData.d.ts +2 -0
  191. package/dist/types/util/buildSmartyResponse.d.ts +2 -0
  192. package/dist/types/util/buildUsStreetInputData.d.ts +2 -0
  193. package/dist/types/util/sendBatch.d.ts +2 -0
  194. package/package.json +5 -4
  195. package/README.md +0 -145
  196. package/dist/types/index.d.ts +0 -180
  197. package/dist/types/src/Batch.d.ts +0 -12
  198. package/dist/types/src/ClientBuilder.d.ts +0 -55
  199. package/dist/types/src/Errors.d.ts +0 -59
  200. package/dist/types/src/HttpSender.d.ts +0 -11
  201. package/dist/types/src/InputData.d.ts +0 -9
  202. package/dist/types/src/LicenseSender.d.ts +0 -7
  203. package/dist/types/src/Request.d.ts +0 -9
  204. package/dist/types/src/Response.d.ts +0 -8
  205. package/dist/types/src/StatusCodeSender.d.ts +0 -6
  206. package/dist/types/src/international_address_autocomplete/Client.d.ts +0 -7
  207. package/dist/types/src/international_address_autocomplete/Lookup.d.ts +0 -20
  208. package/dist/types/src/international_address_autocomplete/Suggestion.d.ts +0 -25
  209. package/dist/types/src/international_postal_code/Client.d.ts +0 -7
  210. package/dist/types/src/international_postal_code/Lookup.d.ts +0 -12
  211. package/dist/types/src/international_postal_code/Result.d.ts +0 -27
  212. package/dist/types/src/international_street/Candidate.d.ts +0 -250
  213. package/dist/types/src/international_street/Client.d.ts +0 -7
  214. package/dist/types/src/international_street/Lookup.d.ts +0 -24
  215. package/dist/types/src/us_autocomplete_pro/Client.d.ts +0 -7
  216. package/dist/types/src/us_autocomplete_pro/Lookup.d.ts +0 -21
  217. package/dist/types/src/us_autocomplete_pro/Suggestion.d.ts +0 -19
  218. package/dist/types/src/us_enrichment/Client.d.ts +0 -11
  219. package/dist/types/src/us_enrichment/Lookup.d.ts +0 -13
  220. package/dist/types/src/us_enrichment/Response.d.ts +0 -1081
  221. package/dist/types/src/us_extract/Address.d.ts +0 -18
  222. package/dist/types/src/us_extract/Client.d.ts +0 -7
  223. package/dist/types/src/us_extract/Lookup.d.ts +0 -12
  224. package/dist/types/src/us_extract/Result.d.ts +0 -26
  225. package/dist/types/src/us_reverse_geo/Client.d.ts +0 -7
  226. package/dist/types/src/us_reverse_geo/Lookup.d.ts +0 -10
  227. package/dist/types/src/us_reverse_geo/Response.d.ts +0 -9
  228. package/dist/types/src/us_reverse_geo/Result.d.ts +0 -41
  229. package/dist/types/src/us_street/Candidate.d.ts +0 -189
  230. package/dist/types/src/us_street/Client.d.ts +0 -8
  231. package/dist/types/src/us_street/Lookup.d.ts +0 -24
  232. package/dist/types/src/us_zipcode/Client.d.ts +0 -8
  233. package/dist/types/src/us_zipcode/Lookup.d.ts +0 -11
  234. package/dist/types/src/us_zipcode/Result.d.ts +0 -67
  235. package/dist/types/src/util/apiToSDKKeyMap.d.ts +0 -13
  236. package/dist/types/src/util/buildClients.d.ts +0 -25
  237. package/dist/types/src/util/buildInputData.d.ts +0 -6
  238. package/dist/types/src/util/buildSmartyResponse.d.ts +0 -9
  239. package/dist/types/src/util/buildUsStreetInputData.d.ts +0 -2
  240. package/dist/types/src/util/sendBatch.d.ts +0 -5
  241. package/dist/types/tests/fixtures/MockSleeper.d.ts +0 -5
  242. package/dist/types/tests/fixtures/mock_senders.d.ts +0 -25
  243. package/dist/types/tests/international_address_autocomplete/test_Client.d.ts +0 -1
  244. package/dist/types/tests/international_address_autocomplete/test_Lookup.d.ts +0 -1
  245. package/dist/types/tests/international_postal_code/test_Client.d.ts +0 -1
  246. package/dist/types/tests/international_postal_code/test_Lookup.d.ts +0 -1
  247. package/dist/types/tests/international_postal_code/test_Result.d.ts +0 -1
  248. package/dist/types/tests/international_street/test_Candidate.d.ts +0 -1
  249. package/dist/types/tests/international_street/test_Client.d.ts +0 -1
  250. package/dist/types/tests/international_street/test_Lookup.d.ts +0 -1
  251. package/dist/types/tests/test_AgentSender.d.ts +0 -1
  252. package/dist/types/tests/test_BaseUrlSender.d.ts +0 -1
  253. package/dist/types/tests/test_BasicAuthCredentials.d.ts +0 -1
  254. package/dist/types/tests/test_Batch.d.ts +0 -1
  255. package/dist/types/tests/test_ClientBuilder.d.ts +0 -1
  256. package/dist/types/tests/test_CustomHeaderSender.d.ts +0 -1
  257. package/dist/types/tests/test_CustomQuerySender.d.ts +0 -1
  258. package/dist/types/tests/test_ExtractExample.d.ts +0 -1
  259. package/dist/types/tests/test_HttpSender.d.ts +0 -1
  260. package/dist/types/tests/test_LicenseSender.d.ts +0 -1
  261. package/dist/types/tests/test_RetrySender.d.ts +0 -1
  262. package/dist/types/tests/test_SigningSender.d.ts +0 -1
  263. package/dist/types/tests/test_StatusCodeSender.d.ts +0 -1
  264. package/dist/types/tests/us_autocomplete_pro/test_Client.d.ts +0 -1
  265. package/dist/types/tests/us_autocomplete_pro/test_Lookup.d.ts +0 -1
  266. package/dist/types/tests/us_autocomplete_pro/test_Suggestion.d.ts +0 -1
  267. package/dist/types/tests/us_enrichment/test_Client.d.ts +0 -1
  268. package/dist/types/tests/us_enrichment/test_Lookup.d.ts +0 -1
  269. package/dist/types/tests/us_enrichment/test_Response.d.ts +0 -1
  270. package/dist/types/tests/us_extract/test_Address.d.ts +0 -1
  271. package/dist/types/tests/us_extract/test_Client.d.ts +0 -1
  272. package/dist/types/tests/us_extract/test_Lookup.d.ts +0 -1
  273. package/dist/types/tests/us_extract/test_Result.d.ts +0 -1
  274. package/dist/types/tests/us_reverse_geo/test_Client.d.ts +0 -1
  275. package/dist/types/tests/us_reverse_geo/test_Lookup.d.ts +0 -1
  276. package/dist/types/tests/us_reverse_geo/test_Response.d.ts +0 -1
  277. package/dist/types/tests/us_street/test_Candidate.d.ts +0 -1
  278. package/dist/types/tests/us_street/test_Client.d.ts +0 -1
  279. package/dist/types/tests/us_street/test_Lookup.d.ts +0 -1
  280. package/dist/types/tests/us_zipcode/test_Client.d.ts +0 -1
  281. package/dist/types/tests/us_zipcode/test_Result.d.ts +0 -1
  282. package/dist/types/tsconfig.tsbuildinfo +0 -1
  283. /package/dist/types/{src/AgentSender.d.ts → AgentSender.d.ts} +0 -0
  284. /package/dist/types/{src/BaseUrlSender.d.ts → BaseUrlSender.d.ts} +0 -0
  285. /package/dist/types/{src/BasicAuthCredentials.d.ts → BasicAuthCredentials.d.ts} +0 -0
  286. /package/dist/types/{src/CustomHeaderSender.d.ts → CustomHeaderSender.d.ts} +0 -0
  287. /package/dist/types/{src/CustomQuerySender.d.ts → CustomQuerySender.d.ts} +0 -0
  288. /package/dist/types/{src/RetrySender.d.ts → RetrySender.d.ts} +0 -0
  289. /package/dist/types/{src/SharedCredentials.d.ts → SharedCredentials.d.ts} +0 -0
  290. /package/dist/types/{src/StaticCredentials.d.ts → StaticCredentials.d.ts} +0 -0
  291. /package/dist/types/{src/util → util}/Sleeper.d.ts +0 -0
@@ -1 +1 @@
1
- class t{constructor(t,s,a,e){this.city=t,this.state=s,this.zipCode=a,this.inputId=e,this.result=[],this.customParameters={}}addCustomParameter(t,s){this.customParameters[t]=s}}export{t as default};
1
+ var t,s;function r(){if(s)return t;s=1;return t=class{constructor(t,s,r,e){this.city=t,this.state=s,this.zipCode=r,this.inputId=e,this.result=[],this.customParameters={}}addCustomParameter(t,s){this.customParameters[t]=s}}}export{r as __require};
@@ -1 +1 @@
1
- class t{constructor(t){var i;this.inputIndex=null!==(i=t.input_index)&&void 0!==i?i:0,this.status=t.status,this.reason=t.reason,this.valid=void 0===this.status&&void 0===this.reason,this.cities=t.city_states?t.city_states.map(t=>{var i,e,a,n;return{city:null!==(i=t.city)&&void 0!==i?i:"",stateAbbreviation:null!==(e=t.state_abbreviation)&&void 0!==e?e:"",state:null!==(a=t.state)&&void 0!==a?a:"",mailableCity:null!==(n=t.mailable_city)&&void 0!==n&&n}}):[],this.zipcodes=t.zipcodes?t.zipcodes.map(t=>{var i,e,a,n,o,l,s,u,d,v;return{zipcode:null!==(i=t.zipcode)&&void 0!==i?i:"",zipcodeType:null!==(e=t.zipcode_type)&&void 0!==e?e:"",defaultCity:null!==(a=t.default_city)&&void 0!==a?a:"",countyFips:null!==(n=t.county_fips)&&void 0!==n?n:"",countyName:null!==(o=t.county_name)&&void 0!==o?o:"",latitude:null!==(l=t.latitude)&&void 0!==l?l:0,longitude:null!==(s=t.longitude)&&void 0!==s?s:0,precision:null!==(u=t.precision)&&void 0!==u?u:"",stateAbbreviation:null!==(d=t.state_abbreviation)&&void 0!==d?d:"",state:null!==(v=t.state)&&void 0!==v?v:"",alternateCounties:t.alternate_counties?t.alternate_counties.map(t=>{var i,e,a,n;return{countyFips:null!==(i=t.county_fips)&&void 0!==i?i:"",countyName:null!==(e=t.county_name)&&void 0!==e?e:"",stateAbbreviation:null!==(a=t.state_abbreviation)&&void 0!==a?a:"",state:null!==(n=t.state)&&void 0!==n?n:""}}):[]}}):[]}}export{t as default};
1
+ var t,e;function i(){if(e)return t;e=1;return t=class{constructor(t){this.inputIndex=t.input_index,this.status=t.status,this.reason=t.reason,this.valid=void 0===this.status&&void 0===this.reason,this.cities=t.city_states?t.city_states.map(t=>({city:t.city,stateAbbreviation:t.state_abbreviation,state:t.state,mailableCity:t.mailable_city})):[],this.zipcodes=t.zipcodes?t.zipcodes.map(t=>({zipcode:t.zipcode,zipcodeType:t.zipcode_type,defaultCity:t.default_city,countyFips:t.county_fips,countyName:t.county_name,latitude:t.latitude,longitude:t.longitude,precision:t.precision,stateAbbreviation:t.state_abbreviation,state:t.state,alternateCounties:t.alternate_counties?t.alternate_counties.map(t=>({countyFips:t.county_fips,countyName:t.county_name,stateAbbreviation:t.state_abbreviation,state:t.state})):[]})):[]}}}export{i as __require};
@@ -1 +1 @@
1
- const e={usStreet:{street:"street",street2:"street2",secondary:"secondary",city:"city",state:"state",zipcode:"zipCode",lastline:"lastLine",addressee:"addressee",urbanization:"urbanization",match:"match",format:"format",candidates:"maxCandidates",county_source:"countySource",input_id:"inputId"},usAutocompletePro:{search:"search",selected:"selected",max_results:"maxResults",include_only_cities:"includeOnlyCities",include_only_states:"includeOnlyStates",include_only_zip_codes:"includeOnlyZIPCodes",exclude_states:"excludeStates",prefer_cities:"preferCities",prefer_states:"preferStates",prefer_zip_codes:"preferZIPCodes",prefer_ratio:"preferRatio",prefer_geolocation:"preferGeolocation",source:"source"},usZipcode:{city:"city",state:"state",zipcode:"zipCode"},internationalStreet:{country:"country",freeform:"freeform",address1:"address1",address2:"address2",address3:"address3",address4:"address4",organization:"organization",locality:"locality",administrative_area:"administrativeArea",postal_code:"postalCode",geocode:"geocode",language:"language"},internationalAddressAutocomplete:{search:"search",country:"country",max_results:"maxResults",include_only_administrative_area:"includeOnlyAdministrativeArea",include_only_locality:"includeOnlyLocality",include_only_postal_code:"includeOnlyPostalCode"},usReverseGeo:{latitude:"latitude",longitude:"longitude",source:"source"},usExtract:{html:"html",aggressive:"aggressive",addr_line_breaks:"addressesHaveLineBreaks",addr_per_line:"addressesPerLine"},usEnrichment:{include:"include",exclude:"exclude",dataset:"dataset",data_subset:"dataSubset"},internationalPostalCode:{input_id:"inputId",country:"country",locality:"locality",administrative_area:"administrativeArea",postal_code:"postalCode"}};export{e as default};
1
+ var e,t;function a(){return t?e:(t=1,e={usStreet:{street:"street",street2:"street2",secondary:"secondary",city:"city",state:"state",zipcode:"zipCode",lastline:"lastLine",addressee:"addressee",urbanization:"urbanization",match:"match",format:"format",candidates:"maxCandidates",county_source:"countySource",input_id:"inputId"},usAutocompletePro:{search:"search",selected:"selected",max_results:"maxResults",include_only_cities:"includeOnlyCities",include_only_states:"includeOnlyStates",include_only_zip_codes:"includeOnlyZIPCodes",exclude_states:"excludeStates",prefer_cities:"preferCities",prefer_states:"preferStates",prefer_zip_codes:"preferZIPCodes",prefer_ratio:"preferRatio",prefer_geolocation:"preferGeolocation",source:"source"},usZipcode:{city:"city",state:"state",zipcode:"zipCode"},internationalStreet:{country:"country",freeform:"freeform",address1:"address1",address2:"address2",address3:"address3",address4:"address4",organization:"organization",locality:"locality",administrative_area:"administrativeArea",postal_code:"postalCode",geocode:"geocode",language:"language"},internationalAddressAutocomplete:{search:"search",country:"country",max_results:"maxResults",include_only_administrative_area:"includeOnlyAdministrativeArea",include_only_locality:"includeOnlyLocality",include_only_postal_code:"includeOnlyPostalCode"},usReverseGeo:{latitude:"latitude",longitude:"longitude",source:"source"},usExtract:{html:"html",aggressive:"aggressive",addr_line_breaks:"addressesHaveLineBreaks",addr_per_line:"addressesPerLine"},usEnrichment:{include:"include",exclude:"exclude",dataset:"dataset",data_subset:"dataSubset"},internationalPostalCode:{input_id:"inputId",country:"country",locality:"locality",administrative_area:"administrativeArea",postal_code:"postalCode"}})}export{a as __require};
@@ -1 +1 @@
1
- import t from"../ClientBuilder.mjs";function n(n){return new t(n)}var e={usStreet:function(t){return n(t).buildUsStreetApiClient()},usAutocompletePro:function(t){return n(t).buildUsAutocompleteProClient()},usExtract:function(t){return n(t).buildUsExtractClient()},usZipcode:function(t){return n(t).buildUsZipcodeClient()},internationalStreet:function(t){return n(t).buildInternationalStreetClient()},usReverseGeo:function(t){return n(t).buildUsReverseGeoClient()},internationalAddressAutocomplete:function(t){return n(t).buildInternationalAddressAutocompleteClient()},usEnrichment:function(t){return n(t).buildUsEnrichmentClient()},internationalPostalCode:function(t){return n(t).buildInternationalPostalCodeClient()}};export{e as default};
1
+ import{__require as t}from"../ClientBuilder.mjs";var n,e;function r(){if(e)return n;e=1;const r=t();function i(t){return new r(t)}return n={usStreet:function(t){return i(t).buildUsStreetApiClient()},usAutocompletePro:function(t){return i(t).buildUsAutocompleteProClient()},usExtract:function(t){return i(t).buildUsExtractClient()},usZipcode:function(t){return i(t).buildUsZipcodeClient()},internationalStreet:function(t){return i(t).buildInternationalStreetClient()},usReverseGeo:function(t){return i(t).buildUsReverseGeoClient()},internationalAddressAutocomplete:function(t){return i(t).buildInternationalAddressAutocompleteClient()},usEnrichment:function(t){return i(t).buildUsEnrichmentClient()},internationalPostalCode:function(t){return i(t).buildInternationalPostalCodeClient()}}}export{r as __require};
@@ -1 +1 @@
1
- import t from"../InputData.mjs";function a(a,n){var o;const r=new t(a),e=null!==(o=a.customParameters)&&void 0!==o?o:{},s=Object.keys(e).length>0;for(const t in n)r.add(t,n[t]);if(s)for(const t in e)r.addCustomParameter(t,e[t]);return r.data}export{a as default};
1
+ import{__require as r}from"../InputData.mjs";var t,e;function a(){if(e)return t;e=1;const a=r();return t=(r,t)=>{var e;let n=new a(r);const o=Object.keys(null!==(e=r.customParameters)&&void 0!==e?e:{}).length>0;for(let r in t)n.add(r,t[r]);if(o)for(let t in r.customParameters)n.addCustomParameter(t,r.customParameters[t]);return n.data}}export{a as __require};
@@ -1 +1 @@
1
- import e from"../Response.mjs";function r(r,n){return r?new e(r.status,r.data,r.error,r.headers):new e(0,null,n)}export{r as buildSmartyResponse};
1
+ import{__require as r}from"../Response.mjs";var e,n;function t(){if(n)return e;n=1;const t=r();return e={buildSmartyResponse:function(r,e){return r?new t(r.status,r.data,r.error,r.headers):new t(void 0,void 0,e)}}}export{t as __require};
@@ -1 +1 @@
1
- import t from"./buildInputData.mjs";import a from"./apiToSDKKeyMap.mjs";const e=a.usStreet;function n(a){let n=a.match,m=a.maxCandidates;n||(n="enhanced"),"enhanced"!==n||m||(m=5);const s=Object.assign({},a,{match:n,maxCandidates:m});return t(s,e)}export{n as default};
1
+ import{__require as e}from"./buildInputData.mjs";import{__require as a}from"./apiToSDKKeyMap.mjs";var r,t;function n(){if(t)return r;t=1;const n=e(),i=a().usStreet;return r=e=>{let a=e.match,r=e.maxCandidates;a||(a="enhanced"),"enhanced"!==a||r||(r=5);const t=Object.assign({},e,{match:a,maxCandidates:r});return n(t,i)}}export{n as __require};
@@ -1 +1 @@
1
- import r from"../Request.mjs";import{BatchEmptyError as t}from"../Errors.mjs";import e from"./buildInputData.mjs";function n(n,o,s,u,a){if(n.isEmpty())throw new t;const m=new r;return 1===n.length()?m.parameters=p(n)[0]:m.payload=p(n),new Promise((r,t)=>{o.send(m).then(e=>{if(e.error)return t(e.error);r(function(r,t){return t.payload.forEach(t=>{const e=new s(t);r.getByIndex(e.inputIndex).result.push(e)}),r}(n,e))}).catch(t)});function p(r){return r.lookups.map(r=>a?a(r):e(r,u))}}export{n as default};
1
+ import{__require as r}from"../Request.mjs";import{__require as e}from"../Errors.mjs";import{__require as t}from"./buildInputData.mjs";var n,o;function u(){if(o)return n;o=1;const u=r(),a=e(),s=t();return n=(r,e,t,n,o)=>{if(r.isEmpty())throw new a.BatchEmptyError;let i=new u;return 1===r.length()?i.parameters=m(r)[0]:i.payload=m(r),new Promise((n,o)=>{e.send(i).then(e=>{e.error&&o(e.error),n(function(r,e){return e.payload.map(e=>{let n=new t(e);r.getByIndex(n.inputIndex).result.push(n)}),r}(r,e))}).catch(o)});function m(r){return r.lookups.map(r=>o?o(r):s(r,n))}}}export{u as __require};
@@ -0,0 +1 @@
1
+ {"fileNames":["../node_modules/typescript/lib/lib.es6.d.ts","../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/typescript/lib/lib.esnext.float16.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/tslib/tslib.d.ts","../src/types.ts","../package.json","../src/AgentSender.ts","../src/BaseUrlSender.ts","../src/BasicAuthCredentials.ts","../src/Errors.js","../src/Batch.js","../node_modules/axios/index.d.ts","../src/Response.js","../src/util/buildSmartyResponse.js","../src/HttpSender.js","../src/SharedCredentials.ts","../src/SigningSender.ts","../src/StaticCredentials.ts","../src/CustomHeaderSender.ts","../src/StatusCodeSender.js","../src/LicenseSender.js","../src/CustomQuerySender.ts","../src/RetrySender.ts","../src/util/Sleeper.ts","../src/us_street/Candidate.js","../src/us_street/Lookup.js","../src/Request.js","../src/InputData.js","../src/util/buildInputData.js","../src/util/sendBatch.js","../src/util/apiToSDKKeyMap.js","../src/util/buildUsStreetInputData.js","../src/us_street/Client.js","../src/us_zipcode/Lookup.js","../src/us_zipcode/Result.js","../src/us_zipcode/Client.js","../src/us_autocomplete_pro/Suggestion.js","../src/us_autocomplete_pro/Client.js","../src/us_extract/Address.js","../src/us_extract/Result.js","../src/us_extract/Client.js","../src/international_street/Candidate.js","../src/international_street/Client.js","../src/us_reverse_geo/Result.js","../src/us_reverse_geo/Response.js","../src/us_reverse_geo/Client.js","../src/international_address_autocomplete/Suggestion.js","../src/international_address_autocomplete/Client.js","../src/us_enrichment/Client.js","../src/international_postal_code/Result.js","../src/international_postal_code/Client.js","../src/ClientBuilder.js","../src/international_address_autocomplete/Lookup.js","../src/international_postal_code/Lookup.js","../src/international_street/Lookup.js","../src/us_autocomplete_pro/Lookup.js","../src/us_enrichment/Lookup.js","../src/us_enrichment/Response.js","../src/us_extract/Lookup.js","../src/us_reverse_geo/Lookup.js","../src/util/buildClients.js","../node_modules/@types/mocha/index.d.ts","../node_modules/@types/deep-eql/index.d.ts","../node_modules/assertion-error/index.d.ts","../node_modules/@types/chai/index.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/@types/node/web-globals/crypto.d.ts","../node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/@types/node/web-globals/events.d.ts","../node_modules/undici-types/utility.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client-stats.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/h2c-client.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-call-history.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/snapshot-agent.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cache-interceptor.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/@types/node/web-globals/navigator.d.ts","../node_modules/@types/node/web-globals/storage.d.ts","../node_modules/@types/node/web-globals/streams.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/inspector.generated.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/index.d.ts"],"fileIdsList":[[112,113,117,171,188,189],[117,171,188,189],[117,168,169,171,188,189],[117,170,171,188,189],[171,188,189],[117,171,176,188,189,206],[117,171,172,177,182,188,189,191,203,214],[117,171,172,173,182,188,189,191],[117,171,174,188,189,215],[117,171,175,176,183,188,189,192],[117,171,176,188,189,203,211],[117,171,177,179,182,188,189,191],[117,170,171,178,188,189],[117,171,179,180,188,189],[117,171,181,182,188,189],[117,170,171,182,188,189],[117,171,182,183,184,188,189,203,214],[117,171,182,183,184,188,189,198,203,206],[117,163,171,179,182,185,188,189,191,203,214],[117,171,182,183,185,186,188,189,191,203,211,214],[117,171,185,187,188,189,203,211,214],[115,116,117,118,119,120,121,122,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220],[117,171,182,188,189],[117,171,188,189,190,214],[117,171,179,182,188,189,191,203],[117,171,188,189,192],[117,171,188,189,193],[117,170,171,188,189,194],[117,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220],[117,171,188,189,196],[117,171,188,189,197],[117,171,182,188,189,198,199],[117,171,188,189,198,200,215,217],[117,171,183,188,189],[117,171,182,188,189,203,204,206],[117,171,188,189,205,206],[117,171,188,189,203,204],[117,171,188,189,206],[117,171,188,189,207],[117,168,171,188,189,203,208],[117,171,182,188,189,209,210],[117,171,188,189,209,210],[117,171,176,188,189,191,203,211],[117,171,188,189,212],[117,171,188,189,191,213],[117,171,185,188,189,197,214],[117,171,176,188,189,215],[117,171,188,189,203,216],[117,171,188,189,190,217],[117,171,188,189,218],[117,171,176,188,189],[117,163,171,188,189],[117,171,188,189,219],[117,163,171,182,184,188,189,194,203,206,214,216,217,219],[117,171,188,189,203,220],[117,129,132,135,136,171,188,189,214],[117,132,171,188,189,203,214],[117,132,136,171,188,189,214],[117,171,188,189,203],[117,126,171,188,189],[117,130,171,188,189],[117,128,129,132,171,188,189,214],[117,171,188,189,191,211],[117,171,188,189,221],[117,126,171,188,189,221],[117,128,132,171,188,189,191,214],[117,123,124,125,127,131,171,182,188,189,203,214],[117,132,140,148,171,188,189],[117,124,130,171,188,189],[117,132,157,158,171,188,189],[117,124,127,132,171,188,189,206,214,221],[117,132,171,188,189],[117,128,132,171,188,189,214],[117,123,171,188,189],[117,126,127,128,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,158,159,160,161,162,171,188,189],[117,132,150,153,171,179,188,189],[117,132,140,141,142,171,188,189],[117,130,132,141,143,171,188,189],[117,131,171,188,189],[117,124,126,132,171,188,189],[117,132,136,141,143,171,188,189],[117,136,171,188,189],[117,130,132,135,171,188,189,214],[117,124,128,132,140,171,188,189],[117,132,150,171,188,189],[117,143,171,188,189],[117,126,132,157,171,188,189,206,219,221],[53,117,171,188,189],[53,54,55,117,171,188,189],[53,54,117,171,188,189],[53,59,117,171,188,189],[53,56,57,58,59,64,65,66,67,68,69,70,71,72,73,82,85,87,90,92,95,97,98,100,117,171,188,189],[53,61,63,117,171,188,189],[53,54,59,65,117,171,188,189],[53,59,76,78,80,96,117,171,188,189],[53,59,76,78,80,99,117,171,188,189],[53,59,76,78,80,91,117,171,188,189],[53,59,76,78,80,86,117,171,188,189],[53,59,76,78,80,117,171,188,189],[53,74,117,171,188,189],[53,59,76,78,80,89,117,171,188,189],[53,88,117,171,188,189],[53,59,76,78,80,94,117,171,188,189],[53,94,117,171,188,189],[53,93,117,171,188,189],[53,59,60,74,75,79,81,117,171,188,189],[53,59,60,79,80,83,84,117,171,188,189],[53,101,117,171,188,189],[53,77,117,171,188,189],[53,62,117,171,188,189],[53,78,80,117,171,188,189],[53,59,76,78,117,171,188,189]],"fileInfos":[{"version":"df039a67536fe2acc3affdcbfb645892f842db36fe599e8e652e2f0c640a90d1","impliedFormat":1},{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},"dfbf5736ef378b9c0679bab182bc6f0ecc7bb162be49f55ef3ec7235cc82cb34","0a5751f3ca1ad4af85eb5fdfb9b7819f91f6282e089bcf7291010db865abebdc","0dbebe6ddef9046bc4543348a77c6547471dbf93c343e1da2415305133bce17c","e96fcdf208e979f4cee5465ef50d9765dab13253146cec15796116c1e08130cd","e650b4637da01a12c4014fdb8e0443f13918bbe8d888f4d115a9144eb349af59","e011a0914d7dfd3ff19ce959c75f4b002aa1b8ed74db4361f253baf8d13679c1","dff1969e801736502e87cda8faff2c2bbb871e003d148fcb7a9509197a8c925b",{"version":"faf770b3935c2ba6558b2bb65af5d5de58945d81f496dc1a5938c41a1abb358b","impliedFormat":99},"72d893da282c73241199c6264c3546e373a40f4dbcbcdbe8971abc097bdc9b2f","467de03e0da02b95e9c0bd3c79ea1a3b341e83aafcde7db82e5c83eec90092df","c9bf61ae7312610065d9284e9af76c491d476135aa0baffcdd32ab34672f17b2","ef573c8165250bc4e20b67f8d278f15b0fda94ff6277c417e8aadbebc809c384","00c00ff0ebbb4d0ea37b161a1203b41a7b1c30e7a123b5113f7236ad6a979518","81a8367dcff42e1ecd9caab578d5a0d2b85bf4d53c4f41bad612326c6256781f","7e969bd8fd744aea286261b40d25015825ac4dbd699c48d95f22bc14bff804a5","5377a8ff13ccbcfea358a2fe035af333e9cfbf3a712c7b27e4692e333a478d54","9ceb3e88306b4d01f8c6aa394ba6cb3380cd106e66b7cba2055d709b44f7be47","253fc666a757c7bf3365b481c36f6b4babc7c1b75c5722410373fdfae2b953d8","7e96299056a76ffdfbc3d447da2716261e82ed7ac1ec3b19afdefc7ff06aba72","e963cff19371a56d7de04df76d6239769b22fb8fd49359b1fa7ba89a747013e6","9a6eba936de950bb527be768e66a4e612b95bd8ae643d21fda50f419844493b3","13b8a287573e0347ac0fe08d89dd2924e6c91cfafedf44e7ab2191ef73194323","64adf65e2a1e4024006734863b424ee69b7876a4a18bdf59751555a80d5bfd04","30dfc4e0529c5601514605a8ce86150046a3fd64e0f9d4652883a6098e384ffd","51d9fc944b39f5d60770ac3dda76c36801c66851e769f627bc328ce51abded0c","5be7b7b001e2dea4747e78f1cd72695ca7a4d837cc544697ded437bc6e250db1","d74244718c4e34b933128060bcb4a0dde4fded89661f27dbf6637f3289ae1e58","169694caec600350aa6d84a2318967ef5b7f2a7e811e2d2c5abb1dc16fb30ed6","8599f670bd758f4f1b2f3ed4e6475ee6762b85394f2e3cf1c71f076b783dd8b7","325aa67a2ed279e30f441be991c284d89335959e0b9a0a239d46c65f2f6653d6","ca6059d04414efb90979da8ba491230a3d233ead4f569e1f976b6bf8cb2a0e8e","d5655e044b2f6098a5b3c46efb132da9f018ecd2f6408e3d21aa19f23d0265d6","ff67e69ffd94330f7de1f904ebdacc44e026d68d9785e5fc9b1d65269b01f75c","beb39b6180d993eae0247749f2256f55912eb45b3e9806cf37906e64750bf827","f5ff547c4947b072763f4626a4a337a35cb1d25a7e3ab2b63e135d40d7ab127a","5f97832e1cbb44b828c77b48c215e665cfd03415e6d32eac65781d13ff29a37d","b68e3f633df70a18b859db61b0ccac4ad9017b410683054430a23208fc6657f1","502b0249e302b29299f9a6bfb59e023ff65213d5501f210a9536f565c1efbdf1","cc912bfcbe09458e4ff344fce7b9f4a567dfc29b717c48e8fa8cc80da5f54069","ecadca9c7f2102fd6d8255f5c1ac837f0453b156fb8dee3492e516b8249fc573","0810fa7611dfdaa7e02fff7fb898a1bb8345f1c7438cb9f3ca95de842e35448f","11fbd7df815b0e622a810dd0c94b651bc0b303da940076b787bf66cab5f0889e","8abecb04fc019a2f778f03344b1129acea6e1c5b5965c05b9c17f1ec18e84752","8e826d6151b84f52708179cfbbf9e6bf49096245c671e90eafb24261719464d9","7cb20f8e762edb7429c9276c586142ecbbfa9ddc7acca2d266c1725666af51e8","fa49cb5157e3a2f27dbd0b14e6366e49305aef091234705d33a0ff95990422a6","03ca7e9e9a6caf7a09940cf169c74fb56b7b6db2979a99aa2c9769e76d0e52f0","efd5c51046f81922c2a7c0e36a82508fef5092d639518464ee84f69796587d7f","97aed370493c6a60675cacc685a86be0183e6d3585ab38b0bcbe0917594b45f3","7c84a1c3798540eed6d089fd52b9e8141eac4b9512e27a42634f380e081730fe","b949df4dea8ce8259478498fdab9ceaaddecdf7defc99a7bb392760e2611882f","61b1e6b22f853cf59e637af309fba673f6eea891718bf52b557c0e17f4539670","db6e079534e2015fb4b5d50cc9af49c6b827306568c7173a234ad588e9b955d4","aef635b1ed0b884465ab0bcfb94681cbecea86cae3c5e4d7e1d5a1c21a49b870","05d62ad932bbc48c49c98c2132d1313eaa2930e36e57e422e9d5c8341dfa068e","0a2b0ec91e2a0d6a4ecea33ae278291c1770e07e4ce7ad3ea0e5e31fe258de5f","301f9bccf1f3884883f6699f6f980d32b0ca5dbbf9edac3840d8533c626c89d0",{"version":"29f72ec1289ae3aeda78bf14b38086d3d803262ac13904b400422941a26a3636","affectsGlobalScope":true,"impliedFormat":1},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"2eeffcee5c1661ddca53353929558037b8cf305ffb86a803512982f99bcab50d","impliedFormat":99},{"version":"9afb4cb864d297e4092a79ee2871b5d3143ea14153f62ef0bb04ede25f432030","affectsGlobalScope":true,"impliedFormat":99},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b21e13ed07d0df176ae31d6b7f01f7b17d66dbeb489c0d31d00de2ca14883da","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"f929f0b6b3421a2d34344b0f421f45aeb2c84ad365ebf29d04312023b3accc58","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8cf132379078d0974a59df26069689a2d33c7dc826b5be56231841cb2f32e58","impliedFormat":1},{"version":"fbf413fc617837453c878a9174a1f1b383616857a3f8366bc41cf30df4aea7d5","impliedFormat":1},{"version":"148c73ec11318850f571172ceae3e55ce479d850fe18ec8eae0abd99d9f6c319","impliedFormat":1},{"version":"230bdc111d7578276e4a3bb9d075d85c78c6b68f428c3a9935e2eaa10f4ae1f5","impliedFormat":1},{"version":"e8aabbee5e7b9101b03bb4222607d57f38859b8115a8050a4eb91b4ee43a3a73","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"c0bb1b65757c72bbf8ddf7eaa532223bacf58041ff16c883e76f45506596e925","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"145dcf25fd4967c610c53d93d7bc4dce8fbb1b6dd7935362472d4ae49363c7ba","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"9043daec15206650fa119bad6b8d70136021ea7d52673a71f79a87a42ee38d44","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e2de7ab2f74e36d7078bccdf831585b10dc6330bab56054921531b03f9beaf3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"65faec1b4bd63564aeec33eab9cacfaefd84ce2400f03903a71a1841fbce195f","impliedFormat":1},{"version":"b33b74b97952d9bf4fbd2951dcfbb5136656ddb310ce1c84518aaa77dbca9992","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b306cd4282bbb54d4a6bb23cfb7a271160983dfc38c67b5a132504cfcc34896","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"450172a56b944c2d83f45cc11c9a388ea967cd301a21202aa0a23c34c7506a18","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"72f8936aebf0c4a1adab767b97d34ba7d3a308afcf76de4417b9c16fb92ed548","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"69e0a41d620fb678a899c65e073413b452f4db321b858fe422ad93fd686cd49a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3585d6891e9ea18e07d0755a6d90d71331558ba5dc5561933553209f886db106","affectsGlobalScope":true,"impliedFormat":1},{"version":"86be71cbb0593468644932a6eb96d527cfa600cecfc0b698af5f52e51804451d","impliedFormat":1},{"version":"84dd6b0fd2505135692935599d6606f50a421389e8d4535194bcded307ee5cf2","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"db19ea066fdc5f97df3f769e582ae3000380ab7942e266654bdb1a4650d19eaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a034894bf28c220a331c7a0229d33564803abe2ac1b9a5feee91b6b9b6e88ea","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1}],"root":[54,[56,60],[62,110]],"options":{"allowJs":true,"allowUnreachableCode":false,"allowUnusedLabels":false,"alwaysStrict":true,"declaration":true,"emitDeclarationOnly":false,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"importHelpers":true,"inlineSources":true,"jsx":1,"module":99,"noEmitHelpers":true,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noImplicitThis":true,"noPropertyAccessFromIndexSignature":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./types","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":2},"referencedMap":[[114,1],[112,2],[111,2],[168,3],[169,3],[170,4],[117,5],[171,6],[172,7],[173,8],[115,2],[174,9],[175,10],[176,11],[177,12],[178,13],[179,14],[180,14],[181,15],[182,16],[183,17],[184,18],[118,2],[116,2],[185,19],[186,20],[187,21],[221,22],[188,23],[189,2],[190,24],[191,25],[192,26],[193,27],[194,28],[195,29],[196,30],[197,31],[198,32],[199,32],[200,33],[201,2],[202,34],[203,35],[205,36],[204,37],[206,38],[207,39],[208,40],[209,41],[210,42],[211,43],[212,44],[213,45],[214,46],[215,47],[216,48],[217,49],[218,50],[119,2],[120,51],[121,2],[122,2],[164,52],[165,53],[166,2],[167,38],[219,54],[220,55],[113,2],[61,2],[53,2],[51,2],[52,2],[9,2],[10,2],[14,2],[13,2],[3,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[4,2],[23,2],[24,2],[5,2],[25,2],[29,2],[26,2],[27,2],[28,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[40,2],[37,2],[38,2],[39,2],[41,2],[8,2],[42,2],[47,2],[48,2],[43,2],[44,2],[45,2],[46,2],[2,2],[1,2],[49,2],[50,2],[12,2],[11,2],[140,56],[152,57],[138,58],[153,59],[162,60],[129,61],[130,62],[128,63],[161,64],[156,65],[160,66],[132,67],[149,68],[131,69],[159,70],[126,71],[127,65],[133,72],[134,2],[139,73],[137,72],[124,74],[163,75],[154,76],[143,77],[142,72],[144,78],[147,79],[141,80],[145,81],[157,64],[135,82],[136,83],[148,84],[125,59],[151,85],[150,72],[146,86],[155,2],[123,2],[158,87],[55,88],[56,89],[57,90],[58,90],[60,91],[101,92],[68,90],[71,90],[59,88],[64,93],[77,88],[70,88],[76,88],[62,88],[72,90],[65,90],[66,94],[67,90],[69,91],[97,95],[102,88],[96,88],[100,96],[103,88],[99,88],[91,88],[92,97],[104,91],[54,88],[87,98],[105,88],[86,88],[98,99],[106,88],[107,88],[88,100],[90,101],[108,88],[89,102],[95,103],[109,104],[94,105],[93,88],[74,88],[82,106],[75,88],[85,107],[83,88],[84,88],[73,88],[80,88],[110,108],[78,109],[63,110],[81,111],[79,112]],"version":"5.9.3"}
@@ -0,0 +1,19 @@
1
+ export = Batch;
2
+ /**
3
+ * This class contains a collection of up to 100 lookups to be sent to one of the Smarty APIs<br>
4
+ * all at once. This is more efficient than sending them one at a time.
5
+ */
6
+ declare class Batch {
7
+ lookups: any[];
8
+ add(lookup: any): void;
9
+ lookupsHasRoomForLookup(): boolean;
10
+ length(): number;
11
+ getByIndex(index: any): any;
12
+ getByInputId(inputId: any): any;
13
+ /**
14
+ * Clears the lookups stored in the batch so it can be used again.<br>
15
+ * This helps avoid the overhead of building a new Batch object for each group of lookups.
16
+ */
17
+ clear(): void;
18
+ isEmpty(): boolean;
19
+ }
@@ -0,0 +1,126 @@
1
+ export = ClientBuilder;
2
+ /**
3
+ * The ClientBuilder class helps you build a client object for one of the supported Smarty APIs.<br>
4
+ * You can use ClientBuilder's methods to customize settings like maximum retries or timeout duration. These methods<br>
5
+ * are chainable, so you can usually get set up with one line of code.
6
+ */
7
+ declare class ClientBuilder {
8
+ constructor(signer: any);
9
+ signer: any;
10
+ httpSender: any;
11
+ maxRetries: number;
12
+ maxTimeout: number;
13
+ baseUrl: any;
14
+ proxy: {
15
+ host: any;
16
+ port: any;
17
+ protocol: any;
18
+ } | undefined;
19
+ customHeaders: {};
20
+ appendHeaders: {};
21
+ debug: boolean | undefined;
22
+ licenses: any[];
23
+ customQueries: Map<any, any>;
24
+ /**
25
+ * @param retries The maximum number of times to retry sending the request to the API. (Default is 5)
26
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
27
+ */
28
+ withMaxRetries(retries: any): this;
29
+ /**
30
+ * @param timeout The maximum time (in milliseconds) to wait for a connection, and also to wait for <br>
31
+ * the response to be read. (Default is 10000)
32
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
33
+ */
34
+ withMaxTimeout(timeout: any): this;
35
+ /**
36
+ * @param sender Default is a series of nested senders. See <b>buildSender()</b>.
37
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
38
+ */
39
+ withSender(sender: any): this;
40
+ /**
41
+ * This may be useful when using a local installation of the Smarty APIs.
42
+ * @param url Defaults to the URL for the API corresponding to the <b>Client</b> object being built.
43
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
44
+ */
45
+ withBaseUrl(url: any): this;
46
+ /**
47
+ * Use this to specify a proxy through which to send all lookups.
48
+ * @param host The host of the proxy server (do not include the port).
49
+ * @param port The port on the proxy server to which you wish to connect.
50
+ * @param protocol The protocol on the proxy server to which you wish to connect. If the proxy server uses HTTPS, then you must set the protocol to 'https'.
51
+ * @param username The username to login to the proxy.
52
+ * @param password The password to login to the proxy.
53
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
54
+ */
55
+ withProxy(host: any, port: any, protocol: any, username: any, password: any): this;
56
+ /**
57
+ * Use this to add any additional headers you need.
58
+ * @param customHeaders A String to Object <b>Map</b> of header name/value pairs.
59
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
60
+ */
61
+ withCustomHeaders(customHeaders: any): this;
62
+ /**
63
+ * Appends the provided value to the existing header value using the specified separator,
64
+ * rather than replacing it. This is useful for single-value headers like User-Agent.
65
+ * @param key The header name.
66
+ * @param value The value to append.
67
+ * @param separator The separator to use when joining values.
68
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
69
+ */
70
+ withAppendedHeader(key: any, value: any, separator: any): this;
71
+ /**
72
+ * Enables debug mode, which will print information about the HTTP request and response to console.log
73
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
74
+ */
75
+ withDebug(): this;
76
+ /**
77
+ * Allows the caller to specify the subscription license (aka "track") they wish to use.
78
+ * @param licenses A String Array of licenses.
79
+ * @returns ClientBuilder <b>this</b> to accommodate method chaining.
80
+ */
81
+ withLicenses(licenses: any): this;
82
+ /**
83
+ * Allows the caller to specify key and value pair that is added to the request
84
+ * @param {string} key - The query parameter key
85
+ * @param {string} value - The query parameter value
86
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
87
+ */
88
+ withCustomQuery(key: string, value: string): this;
89
+ /**
90
+ * Allows the caller to specify key and value pair and appends the value associated with the key, seperated by a comma.
91
+ * @param {string} key - The query parameter key
92
+ * @param {string} value - The query parameter value
93
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
94
+ */
95
+ withCustomCommaSeperatedQuery(key: string, value: string): this;
96
+ /**
97
+ * Adds to the request query to use the component analysis feature.
98
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
99
+ */
100
+ withFeatureComponentAnalysis(): this;
101
+ /**
102
+ * Adds to the request query to use the financial history feature.
103
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
104
+ */
105
+ withFinancialHistory(): this;
106
+ /**
107
+ * Adds to the request query to use the occupant use feature.
108
+ * @return ClientBuilder <b>this</b> to accommodate method chaining.
109
+ */
110
+ withOccupantUse(): this;
111
+ /**
112
+ * withFeatureIANATimeZone turns on the IANA timezone feature for the request.
113
+ */
114
+ withFeatureIANATimeZone(): this;
115
+ buildSender(): any;
116
+ buildClient(baseUrl: any, Client: any): any;
117
+ buildUsStreetApiClient(): any;
118
+ buildUsZipcodeClient(): any;
119
+ buildInternationalPostalCodeClient(): any;
120
+ buildUsAutocompleteProClient(): any;
121
+ buildUsExtractClient(): any;
122
+ buildInternationalStreetClient(): any;
123
+ buildUsReverseGeoClient(): any;
124
+ buildInternationalAddressAutocompleteClient(): any;
125
+ buildUsEnrichmentClient(): any;
126
+ }
@@ -0,0 +1,42 @@
1
+ export class BatchFullError extends SmartyError {
2
+ constructor();
3
+ }
4
+ export class BatchEmptyError extends SmartyError {
5
+ constructor();
6
+ }
7
+ export class UndefinedLookupError extends SmartyError {
8
+ constructor();
9
+ }
10
+ export class BadCredentialsError extends SmartyError {
11
+ constructor();
12
+ }
13
+ export class PaymentRequiredError extends SmartyError {
14
+ constructor();
15
+ }
16
+ export class RequestEntityTooLargeError extends SmartyError {
17
+ constructor();
18
+ }
19
+ export class BadRequestError extends SmartyError {
20
+ constructor();
21
+ }
22
+ export class UnprocessableEntityError extends SmartyError {
23
+ constructor(message: any);
24
+ }
25
+ export class TooManyRequestsError extends SmartyError {
26
+ constructor();
27
+ }
28
+ export class InternalServerError extends SmartyError {
29
+ constructor();
30
+ }
31
+ export class ServiceUnavailableError extends SmartyError {
32
+ constructor();
33
+ }
34
+ export class GatewayTimeoutError extends SmartyError {
35
+ constructor();
36
+ }
37
+ export class DefaultError extends SmartyError {
38
+ constructor(message: any);
39
+ }
40
+ declare class SmartyError extends Error {
41
+ }
42
+ export {};
@@ -0,0 +1,22 @@
1
+ export = HttpSender;
2
+ declare class HttpSender {
3
+ constructor(timeout: number | undefined, proxyConfig: any, debug?: boolean);
4
+ axiosInstance: any;
5
+ timeout: number;
6
+ proxyConfig: any;
7
+ buildRequestConfig({ payload, parameters, headers, baseUrl }: {
8
+ payload: any;
9
+ parameters: any;
10
+ headers: any;
11
+ baseUrl: any;
12
+ }): {
13
+ method: string;
14
+ timeout: number;
15
+ params: any;
16
+ headers: any;
17
+ baseURL: any;
18
+ validateStatus: (status: any) => boolean;
19
+ };
20
+ send(request: any): Promise<any>;
21
+ enableDebug(): void;
22
+ }
@@ -0,0 +1,10 @@
1
+ export = InputData;
2
+ declare class InputData {
3
+ constructor(lookup: any);
4
+ lookup: any;
5
+ data: {};
6
+ add(apiField: any, lookupField: any): void;
7
+ addCustomParameter(key: any, value: any): void;
8
+ formatData(field: any): any;
9
+ lookupFieldIsPopulated(lookupField: any): boolean;
10
+ }
@@ -0,0 +1,7 @@
1
+ export = LicenseSender;
2
+ declare class LicenseSender {
3
+ constructor(innerSender: any, licenses: any);
4
+ sender: any;
5
+ licenses: any;
6
+ send(request: any): Promise<any>;
7
+ }
@@ -0,0 +1,13 @@
1
+ export = Request;
2
+ declare class Request {
3
+ constructor(payload: any, headers?: {
4
+ "Content-Type": string;
5
+ });
6
+ baseUrl: string;
7
+ baseUrlParam: string;
8
+ payload: any;
9
+ headers: {
10
+ "Content-Type": string;
11
+ };
12
+ parameters: {};
13
+ }
@@ -0,0 +1,8 @@
1
+ export = Response;
2
+ declare class Response {
3
+ constructor(statusCode: any, payload: any, error: any, headers: any);
4
+ statusCode: any;
5
+ payload: any;
6
+ error: any;
7
+ headers: any;
8
+ }
@@ -1,7 +1,11 @@
1
- import { Request, Response, Sender, Signer } from "./types.js";
1
+ import { Request, Response, Sender } from "./types.js";
2
+ interface Signer {
3
+ sign(request: Request): void;
4
+ }
2
5
  export default class SigningSender {
3
6
  private signer;
4
7
  private sender;
5
8
  constructor(innerSender: Sender, signer: Signer);
6
9
  send(request: Request): Promise<Response>;
7
10
  }
11
+ export {};
@@ -0,0 +1,6 @@
1
+ export = StatusCodeSender;
2
+ declare class StatusCodeSender {
3
+ constructor(innerSender: any);
4
+ sender: any;
5
+ send(request: any): Promise<any>;
6
+ }
@@ -0,0 +1,6 @@
1
+ export = Client;
2
+ declare class Client {
3
+ constructor(sender: any);
4
+ sender: any;
5
+ send(lookup: any): Promise<any>;
6
+ }
@@ -0,0 +1,15 @@
1
+ export = Lookup;
2
+ declare class Lookup {
3
+ constructor({ search, addressId, country, maxResults, includeOnlyLocality, includeOnlyPostalCode }?: {
4
+ maxResults?: number | undefined;
5
+ });
6
+ result: any[];
7
+ search: any;
8
+ addressId: any;
9
+ country: any;
10
+ maxResults: number;
11
+ includeOnlyLocality: any;
12
+ includeOnlyPostalCode: any;
13
+ customParameters: {};
14
+ addCustomParameter(key: any, value: any): void;
15
+ }
@@ -0,0 +1,14 @@
1
+ export = Suggestion;
2
+ declare class Suggestion {
3
+ constructor(responseData: any);
4
+ street: any;
5
+ locality: any;
6
+ administrativeArea: any;
7
+ administrativeAreaShort: any;
8
+ administrativeAreaLong: any;
9
+ postalCode: any;
10
+ countryIso3: any;
11
+ entries: any;
12
+ addressText: any;
13
+ addressId: any;
14
+ }
@@ -0,0 +1,15 @@
1
+ export = Client;
2
+ /**
3
+ * This client sends lookups to the Smarty International Postal Code API, <br>
4
+ * and attaches the results to the appropriate Lookup objects.
5
+ */
6
+ declare class Client {
7
+ constructor(sender: any);
8
+ sender: any;
9
+ /**
10
+ * Sends a single lookup for validation.
11
+ * @param data A Lookup object
12
+ * @throws SmartyException
13
+ */
14
+ send(lookup: any): Promise<any>;
15
+ }
@@ -0,0 +1,17 @@
1
+ export = Lookup;
2
+ /**
3
+ * In addition to holding all of the input data for this lookup, this class also<br>
4
+ * will contain the result of the lookup after it comes back from the API.
5
+ * @see "https://www.smarty.com/docs/cloud/international-postal-code-api#http-request-input-fields"
6
+ */
7
+ declare class Lookup {
8
+ constructor(country: any, postalCode: any, administrativeArea: any, locality: any, inputId: any);
9
+ inputId: any;
10
+ country: any;
11
+ postalCode: any;
12
+ administrativeArea: any;
13
+ locality: any;
14
+ result: any[];
15
+ customParameters: {};
16
+ addCustomParameter(key: any, value: any): void;
17
+ }
@@ -0,0 +1,18 @@
1
+ export = Result;
2
+ /**
3
+ * @see "https://www.smarty.com/docs/cloud/international-postal-code-api#output-fields"
4
+ */
5
+ declare class Result {
6
+ constructor(responseData: any);
7
+ inputId: any;
8
+ administrativeArea: any;
9
+ superAdministrativeArea: any;
10
+ subAdministrativeArea: any;
11
+ locality: any;
12
+ dependentLocality: any;
13
+ dependentLocalityName: any;
14
+ doubleDependentLocality: any;
15
+ postalCode: any;
16
+ postalCodeExtra: any;
17
+ countryIso3: any;
18
+ }
@@ -0,0 +1,26 @@
1
+ export = Candidate;
2
+ /**
3
+ * A candidate is a possible match for an address that was submitted.<br>
4
+ * A lookup can have multiple candidates if the address was ambiguous.
5
+ *
6
+ * @see "https://www.smarty.com/docs/cloud/international-street-api#root"
7
+ */
8
+ declare class Candidate {
9
+ constructor(responseData: any);
10
+ organization: any;
11
+ address1: any;
12
+ address2: any;
13
+ address3: any;
14
+ address4: any;
15
+ address5: any;
16
+ address6: any;
17
+ address7: any;
18
+ address8: any;
19
+ address9: any;
20
+ address10: any;
21
+ address11: any;
22
+ address12: any;
23
+ components: {};
24
+ analysis: {};
25
+ metadata: {};
26
+ }
@@ -0,0 +1,10 @@
1
+ export = Client;
2
+ /**
3
+ * This client sends lookups to the Smarty International Street API, <br>
4
+ * and attaches the results to the appropriate Lookup objects.
5
+ */
6
+ declare class Client {
7
+ constructor(sender: any);
8
+ sender: any;
9
+ send(lookup: any): Promise<any>;
10
+ }
@@ -0,0 +1,29 @@
1
+ export = Lookup;
2
+ /**
3
+ * In addition to holding all of the input data for this lookup, this class also<br>
4
+ * will contain the result of the lookup after it comes back from the API.
5
+ * <p><b>Note: </b><i>Lookups must have certain required fields set with non-blank values. <br>
6
+ * These can be found at the URL below.</i></p>
7
+ * @see "https://www.smarty.com/docs/cloud/international-street-api#http-input-fields"
8
+ */
9
+ declare class Lookup {
10
+ constructor(country: any, freeform: any);
11
+ result: any[];
12
+ country: any;
13
+ freeform: any;
14
+ address1: any;
15
+ address2: any;
16
+ address3: any;
17
+ address4: any;
18
+ organization: any;
19
+ locality: any;
20
+ administrativeArea: any;
21
+ postalCode: any;
22
+ geocode: any;
23
+ language: any;
24
+ inputId: any;
25
+ ensureEnoughInfo(): boolean;
26
+ ensureValidData(): boolean;
27
+ customParameters: {};
28
+ addCustomParameter(key: any, value: any): void;
29
+ }