@bprotsyk/aso-core 2.1.24 → 2.1.32

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 (248) hide show
  1. package/README.md +1 -1
  2. package/lib/app/app-integration.d.ts +53 -53
  3. package/lib/app/app-integration.js +63 -63
  4. package/lib/app/app-list-item.d.ts +5 -5
  5. package/lib/app/app-list-item.js +2 -2
  6. package/lib/app/app-type.d.ts +4 -4
  7. package/lib/app/app-type.js +8 -8
  8. package/lib/app/app.d.ts +207 -213
  9. package/lib/app/app.js +161 -184
  10. package/lib/general/cloudflare-domain.d.ts +42 -42
  11. package/lib/general/cloudflare-domain.js +12 -12
  12. package/lib/general/domain.d.ts +108 -108
  13. package/lib/general/domain.js +61 -61
  14. package/lib/general/namecheap-domain.d.ts +85 -85
  15. package/lib/general/namecheap-domain.js +14 -14
  16. package/lib/general/push.d.ts +6 -6
  17. package/lib/general/push.js +2 -2
  18. package/lib/general/queue.d.ts +2 -2
  19. package/lib/general/queue.js +1 -1
  20. package/lib/general/shape.d.ts +18 -18
  21. package/lib/general/shape.js +36 -36
  22. package/lib/index.d.ts +26 -26
  23. package/lib/index.js +69 -69
  24. package/lib/keitaro/keitaro-campaign.d.ts +31 -31
  25. package/lib/keitaro/keitaro-campaign.js +5 -5
  26. package/lib/keitaro/keitaro-domain.d.ts +6 -6
  27. package/lib/keitaro/keitaro-domain.js +2 -2
  28. package/lib/keitaro/keitaro-offer.d.ts +7 -7
  29. package/lib/keitaro/keitaro-offer.js +2 -2
  30. package/lib/keitaro/keitaro-stream.d.ts +20 -20
  31. package/lib/keitaro/keitaro-stream.js +2 -2
  32. package/lib/network/keitaro/http.d.ts +2 -2
  33. package/lib/network/keitaro/http.js +12 -12
  34. package/lib/network/keitaro/keitaro-service.d.ts +48 -50
  35. package/lib/network/keitaro/keitaro-service.js +263 -261
  36. package/lib/offers/list.d.ts +37 -37
  37. package/lib/offers/list.js +12 -12
  38. package/lib/offers/offer.d.ts +91 -91
  39. package/lib/offers/offer.js +42 -42
  40. package/lib/offers/offerwall/offerwall-home-dialog-data.d.ts +6 -6
  41. package/lib/offers/offerwall/offerwall-home-dialog-data.js +2 -2
  42. package/lib/offers/offerwall/offerwall-offer.d.ts +12 -12
  43. package/lib/offers/offerwall/offerwall-offer.js +2 -2
  44. package/lib/offers/offerwall/offerwall-response.d.ts +6 -6
  45. package/lib/offers/offerwall/offerwall-response.js +2 -2
  46. package/lib/offers/offerwall/offerwall-section.d.ts +6 -6
  47. package/lib/offers/offerwall/offerwall-section.js +2 -2
  48. package/lib/offers/section.d.ts +47 -47
  49. package/lib/offers/section.js +20 -20
  50. package/lib/panel/app/upsert-flash-app-request.d.ts +31 -0
  51. package/lib/panel/app/upsert-flash-app-request.js +2 -0
  52. package/lib/panel/auth.d.ts +9 -9
  53. package/lib/panel/auth.js +2 -2
  54. package/lib/panel/flash/upsert-flash-app-request.d.ts +31 -31
  55. package/lib/panel/flash/upsert-flash-app-request.js +2 -2
  56. package/lib/panel/user.d.ts +46 -46
  57. package/lib/panel/user.js +28 -28
  58. package/lib/templates/nginx-template.conf +35 -35
  59. package/lib/templates/nginx-template.d.ts +1 -1
  60. package/lib/templates/nginx-template.js +39 -39
  61. package/lib/templates/nginx-template.ts +35 -35
  62. package/lib/utils/general.d.ts +11 -11
  63. package/lib/utils/general.js +40 -40
  64. package/lib/utils/huawei/converter.d.ts +2 -2
  65. package/lib/utils/huawei/converter.js +53 -53
  66. package/lib/utils/keitaro-utils.d.ts +13 -15
  67. package/lib/utils/keitaro-utils.js +569 -569
  68. package/lib/utils/server-util.js +303 -303
  69. package/package.json +51 -51
  70. package/src/app/app-integration.ts +66 -66
  71. package/src/app/app-list-item.ts +4 -4
  72. package/src/app/app-type.ts +3 -3
  73. package/src/app/app.ts +322 -346
  74. package/src/general/cloudflare-domain.ts +44 -44
  75. package/src/general/domain.ts +105 -105
  76. package/src/general/namecheap-domain.ts +63 -63
  77. package/src/general/push.ts +5 -5
  78. package/src/general/queue.ts +4 -4
  79. package/src/general/shape.tsx +55 -55
  80. package/src/index.ts +32 -32
  81. package/src/keitaro/keitaro-campaign.ts +35 -35
  82. package/src/keitaro/keitaro-domain.ts +5 -5
  83. package/src/keitaro/keitaro-offer.ts +6 -6
  84. package/src/keitaro/keitaro-stream.ts +19 -19
  85. package/src/network/keitaro/http.ts +8 -8
  86. package/src/network/keitaro/keitaro-service.ts +325 -323
  87. package/src/offers/list.ts +19 -19
  88. package/src/offers/offer.ts +80 -80
  89. package/src/offers/offerwall/offerwall-home-dialog-data.ts +6 -6
  90. package/src/offers/offerwall/offerwall-offer.ts +12 -12
  91. package/src/offers/offerwall/offerwall-response.ts +7 -7
  92. package/src/offers/offerwall/offerwall-section.ts +7 -7
  93. package/src/offers/section.ts +29 -29
  94. package/src/panel/{flash → app}/upsert-flash-app-request.ts +39 -39
  95. package/src/panel/auth.ts +9 -9
  96. package/src/panel/user.ts +38 -38
  97. package/src/templates/nginx-template.ts +35 -35
  98. package/src/utils/data.csv +65 -65
  99. package/src/utils/general.ts +36 -36
  100. package/src/utils/huawei/converter.ts +55 -55
  101. package/src/utils/keitaro-utils.ts +664 -662
  102. package/src/utils/map-apps.json +4747 -4747
  103. package/src/utils/server-util.ts +368 -368
  104. package/src/utils/update-postbacks.js +27 -27
  105. package/tsconfig.json +20 -20
  106. package/docs/.nojekyll +0 -1
  107. package/docs/DOCS.zip +0 -0
  108. package/docs/assets/highlight.css +0 -22
  109. package/docs/assets/main.js +0 -58
  110. package/docs/assets/search.js +0 -1
  111. package/docs/assets/style.css +0 -1279
  112. package/docs/enums/PanelUserAccessScope.html +0 -127
  113. package/docs/functions/ASO_v0.toDefault.html +0 -81
  114. package/docs/functions/ASO_v1.toDefault.html +0 -81
  115. package/docs/functions/ASO_v2.toDefault.html +0 -79
  116. package/docs/functions/ASO_v3.toDefault.html +0 -78
  117. package/docs/functions/ASO_v4.toDefault.html +0 -76
  118. package/docs/functions/ASO_v5.toDefault.html +0 -77
  119. package/docs/functions/ColoredText.html +0 -93
  120. package/docs/functions/ShapeDiv.html +0 -110
  121. package/docs/index.html +0 -83
  122. package/docs/interfaces/ASOConfigFetch.IUsageLogEntry.html +0 -1414
  123. package/docs/interfaces/ASOConfigFetch.IUsageLogRequest.html +0 -104
  124. package/docs/interfaces/ASOConfigFetch.IUsageLogResponse.html +0 -109
  125. package/docs/interfaces/ASO_v0.IAuthorizationActionMapping.html +0 -146
  126. package/docs/interfaces/ASO_v0.IColoredSpan.html +0 -90
  127. package/docs/interfaces/ASO_v0.IColoredSpanMapping.html +0 -90
  128. package/docs/interfaces/ASO_v0.IColoredString.html +0 -90
  129. package/docs/interfaces/ASO_v0.IColoredStringMapping.html +0 -90
  130. package/docs/interfaces/ASO_v0.IConfig.html +0 -557
  131. package/docs/interfaces/ASO_v0.IConfigMapping.html +0 -230
  132. package/docs/interfaces/ASO_v0.ILocalization.html +0 -517
  133. package/docs/interfaces/ASO_v0.ILocalizationMap.html +0 -78
  134. package/docs/interfaces/ASO_v0.ILocalizationMapping.html +0 -503
  135. package/docs/interfaces/ASO_v0.IOfferResult.html +0 -104
  136. package/docs/interfaces/ASO_v0.IOfferResultEmoji.html +0 -83
  137. package/docs/interfaces/ASO_v0.IOfferResultMapping.html +0 -118
  138. package/docs/interfaces/ASO_v0.IOfferSectionMapping.html +0 -109
  139. package/docs/interfaces/ASO_v0.IOffersSection.html +0 -97
  140. package/docs/interfaces/ASO_v0.ISectionPalette.html +0 -153
  141. package/docs/interfaces/ASO_v0.ISectionPaletteMapping.html +0 -153
  142. package/docs/interfaces/ASO_v1.IAuthorizationActionMapping.html +0 -146
  143. package/docs/interfaces/ASO_v1.IColoredSpan.html +0 -90
  144. package/docs/interfaces/ASO_v1.IColoredSpanMapping.html +0 -90
  145. package/docs/interfaces/ASO_v1.IColoredString.html +0 -90
  146. package/docs/interfaces/ASO_v1.IColoredStringMapping.html +0 -90
  147. package/docs/interfaces/ASO_v1.IConfig.html +0 -550
  148. package/docs/interfaces/ASO_v1.IConfigMapping.html +0 -230
  149. package/docs/interfaces/ASO_v1.ILocalization.html +0 -482
  150. package/docs/interfaces/ASO_v1.ILocalizationMap.html +0 -78
  151. package/docs/interfaces/ASO_v1.ILocalizationMapping.html +0 -482
  152. package/docs/interfaces/ASO_v1.IOfferResult.html +0 -104
  153. package/docs/interfaces/ASO_v1.IOfferResultEmoji.html +0 -83
  154. package/docs/interfaces/ASO_v1.IOfferResultMapping.html +0 -118
  155. package/docs/interfaces/ASO_v1.IOfferSectionMapping.html +0 -109
  156. package/docs/interfaces/ASO_v1.IOffersSection.html +0 -102
  157. package/docs/interfaces/ASO_v1.ISectionPalette.html +0 -153
  158. package/docs/interfaces/ASO_v1.ISectionPaletteMapping.html +0 -153
  159. package/docs/interfaces/ASO_v2.IAuthorizationActionMapping.html +0 -139
  160. package/docs/interfaces/ASO_v2.IColoredSpanMapping.html +0 -90
  161. package/docs/interfaces/ASO_v2.IColoredString.html +0 -90
  162. package/docs/interfaces/ASO_v2.IColoredStringMapping.html +0 -90
  163. package/docs/interfaces/ASO_v2.IConfig.html +0 -494
  164. package/docs/interfaces/ASO_v2.IConfigMapping.html +0 -202
  165. package/docs/interfaces/ASO_v2.ILocalization.html +0 -475
  166. package/docs/interfaces/ASO_v2.ILocalizationMap.html +0 -76
  167. package/docs/interfaces/ASO_v2.ILocalizationMapping.html +0 -363
  168. package/docs/interfaces/ASO_v2.IOfferResult.html +0 -111
  169. package/docs/interfaces/ASO_v2.IOfferResultMapping.html +0 -118
  170. package/docs/interfaces/ASO_v2.IOfferSectionMapping.html +0 -109
  171. package/docs/interfaces/ASO_v2.IOffersSection.html +0 -102
  172. package/docs/interfaces/ASO_v2.ISectionPalette.html +0 -153
  173. package/docs/interfaces/ASO_v2.ISectionPaletteMapping.html +0 -153
  174. package/docs/interfaces/ASO_v3.IAuthorizationActionMapping.html +0 -139
  175. package/docs/interfaces/ASO_v3.IColoredSpanMapping.html +0 -90
  176. package/docs/interfaces/ASO_v3.IColoredString.html +0 -90
  177. package/docs/interfaces/ASO_v3.IColoredStringMapping.html +0 -90
  178. package/docs/interfaces/ASO_v3.IConfig.html +0 -515
  179. package/docs/interfaces/ASO_v3.IConfigMapping.html +0 -209
  180. package/docs/interfaces/ASO_v3.ILocalization.html +0 -447
  181. package/docs/interfaces/ASO_v3.ILocalizationMap.html +0 -75
  182. package/docs/interfaces/ASO_v3.ILocalizationMapping.html +0 -342
  183. package/docs/interfaces/ASO_v3.IOfferResultMapping.html +0 -118
  184. package/docs/interfaces/ASO_v3.IOfferSectionMapping.html +0 -109
  185. package/docs/interfaces/ASO_v3.IOffersSection.html +0 -102
  186. package/docs/interfaces/ASO_v3.ISectionPalette.html +0 -153
  187. package/docs/interfaces/ASO_v3.ISectionPaletteMapping.html +0 -153
  188. package/docs/interfaces/ASO_v4.IAuthorizationActionMapping.html +0 -139
  189. package/docs/interfaces/ASO_v4.IColoredSpanMapping.html +0 -90
  190. package/docs/interfaces/ASO_v4.IColoredString.html +0 -90
  191. package/docs/interfaces/ASO_v4.IColoredStringMapping.html +0 -90
  192. package/docs/interfaces/ASO_v4.IConfig.html +0 -515
  193. package/docs/interfaces/ASO_v4.IConfigMapping.html +0 -132
  194. package/docs/interfaces/ASO_v4.ILocalization.html +0 -370
  195. package/docs/interfaces/ASO_v4.ILocalizationMap.html +0 -73
  196. package/docs/interfaces/ASO_v4.ILocalizationMapping.html +0 -258
  197. package/docs/interfaces/ASO_v4.IOfferResultMapping.html +0 -118
  198. package/docs/interfaces/ASO_v4.IOfferSectionMapping.html +0 -90
  199. package/docs/interfaces/ASO_v4.LocalizedString.html +0 -83
  200. package/docs/interfaces/ASO_v5.IAuthorizationActionMapping.html +0 -139
  201. package/docs/interfaces/ASO_v5.IColoredSpan.html +0 -90
  202. package/docs/interfaces/ASO_v5.IColoredSpanMapping.html +0 -90
  203. package/docs/interfaces/ASO_v5.IColoredString.html +0 -90
  204. package/docs/interfaces/ASO_v5.IColoredStringMapping.html +0 -90
  205. package/docs/interfaces/ASO_v5.IConfig.html +0 -543
  206. package/docs/interfaces/ASO_v5.IConfigMapping.html +0 -160
  207. package/docs/interfaces/ASO_v5.ILocalization.html +0 -412
  208. package/docs/interfaces/ASO_v5.ILocalizationMap.html +0 -74
  209. package/docs/interfaces/ASO_v5.ILocalizationMapping.html +0 -300
  210. package/docs/interfaces/ASO_v5.IOfferResultMapping.html +0 -118
  211. package/docs/interfaces/ASO_v5.IOfferSectionMapping.html +0 -90
  212. package/docs/interfaces/ASO_v5.LocalizedString.html +0 -83
  213. package/docs/interfaces/IAsoConfigResponse.html +0 -82
  214. package/docs/interfaces/IAsoCustomizedOffer.html +0 -117
  215. package/docs/interfaces/IAsoDefaultConfig.html +0 -444
  216. package/docs/interfaces/IAsoOfferResponse.html +0 -82
  217. package/docs/interfaces/IAsoSection.html +0 -89
  218. package/docs/interfaces/IAsoSingleOffer.html +0 -89
  219. package/docs/interfaces/IAuthToken.html +0 -103
  220. package/docs/interfaces/IColoredTextProps.html +0 -75
  221. package/docs/interfaces/IFlashApp.html +0 -145
  222. package/docs/interfaces/IFlashAppListItem.html +0 -89
  223. package/docs/interfaces/IGradient.html +0 -96
  224. package/docs/interfaces/IOffer.html +0 -138
  225. package/docs/interfaces/IOfferWallAuthConfig.html +0 -131
  226. package/docs/interfaces/IOfferWallAuthLocalization.html +0 -103
  227. package/docs/interfaces/IOfferWallAuthSubmitRequest.html +0 -75
  228. package/docs/interfaces/IOfferWallAuthSubmitResponse.html +0 -75
  229. package/docs/interfaces/IOfferWallHomeDialogData.html +0 -96
  230. package/docs/interfaces/IOfferWallOffer.html +0 -110
  231. package/docs/interfaces/IOfferWallResponse.html +0 -82
  232. package/docs/interfaces/IOfferWallSection.html +0 -89
  233. package/docs/interfaces/IPanelUser.html +0 -1406
  234. package/docs/interfaces/IPush.html +0 -96
  235. package/docs/interfaces/IShape.html +0 -103
  236. package/docs/interfaces/IStroke.html +0 -82
  237. package/docs/interfaces/IUpsertFlashAppRequest.html +0 -215
  238. package/docs/interfaces/IUpsertFlashAppResponse.html +0 -82
  239. package/docs/modules/ASOConfigFetch.html +0 -64
  240. package/docs/modules/ASO_v0.html +0 -97
  241. package/docs/modules/ASO_v1.html +0 -97
  242. package/docs/modules/ASO_v2.html +0 -93
  243. package/docs/modules/ASO_v3.html +0 -91
  244. package/docs/modules/ASO_v4.html +0 -87
  245. package/docs/modules/ASO_v5.html +0 -89
  246. package/docs/modules.html +0 -134
  247. package/docs/variables/FlashAppSchema.html +0 -84
  248. package/docs/variables/PanelUserSchema.html +0 -84
@@ -1,230 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IConfigMapping | @bprotsyk/aso-core</title><meta name="description" content="Documentation for @bprotsyk/aso-core"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
- <div class="tsd-toolbar-contents container">
3
- <div class="table-cell" id="tsd-search" data-base="..">
4
- <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
- <div class="field">
6
- <div id="tsd-toolbar-links"></div></div>
7
- <ul class="results">
8
- <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@bprotsyk/aso-core</a></div>
10
- <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
- <div class="container container-main">
12
- <div class="col-8 col-content">
13
- <div class="tsd-page-title">
14
- <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">@bprotsyk/aso-core</a></li>
16
- <li><a href="../modules/ASO_v0.html">ASO_v0</a></li>
17
- <li><a href="ASO_v0.IConfigMapping.html">IConfigMapping</a></li></ul>
18
- <h1>Interface IConfigMapping</h1></div>
19
- <section class="tsd-panel tsd-hierarchy">
20
- <h4>Hierarchy</h4>
21
- <ul class="tsd-hierarchy">
22
- <li><span class="target">IConfigMapping</span></li></ul></section><aside class="tsd-sources">
23
- <ul>
24
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-278">src/aso/config/aso-config-v0.ts:278</a></li></ul></aside>
25
- <section class="tsd-panel-group tsd-index-group">
26
- <section class="tsd-panel tsd-index-panel">
27
- <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
28
- <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
29
- <div class="tsd-accordion-details">
30
- <section class="tsd-index-section">
31
- <h3 class="tsd-index-heading">Properties</h3>
32
- <div class="tsd-index-list"><a href="ASO_v0.IConfigMapping.html#alghoritm" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>alghoritm?</span></a>
33
- <a href="ASO_v0.IConfigMapping.html#allowedCountries" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>allowed<wbr/>Countries</span></a>
34
- <a href="ASO_v0.IConfigMapping.html#appsflyerEnabled" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>appsflyer<wbr/>Enabled</span></a>
35
- <a href="ASO_v0.IConfigMapping.html#appsflyerKey" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>appsflyer<wbr/>Key</span></a>
36
- <a href="ASO_v0.IConfigMapping.html#autoCallCodeCatch" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>auto<wbr/>Call<wbr/>Code<wbr/>Catch</span></a>
37
- <a href="ASO_v0.IConfigMapping.html#autoSmsCodeCatch" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>auto<wbr/>Sms<wbr/>Code<wbr/>Catch</span></a>
38
- <a href="ASO_v0.IConfigMapping.html#callCoolDown" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>call<wbr/>Cool<wbr/>Down</span></a>
39
- <a href="ASO_v0.IConfigMapping.html#excludedCountries" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>excluded<wbr/>Countries</span></a>
40
- <a href="ASO_v0.IConfigMapping.html#fullAccess" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>full<wbr/>Access</span></a>
41
- <a href="ASO_v0.IConfigMapping.html#id" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>id</span></a>
42
- <a href="ASO_v0.IConfigMapping.html#internal" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>internal</span></a>
43
- <a href="ASO_v0.IConfigMapping.html#localization" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>localization</span></a>
44
- <a href="ASO_v0.IConfigMapping.html#maxCallTries" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>max<wbr/>Call<wbr/>Tries</span></a>
45
- <a href="ASO_v0.IConfigMapping.html#maxSmsTries" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>max<wbr/>Sms<wbr/>Tries</span></a>
46
- <a href="ASO_v0.IConfigMapping.html#onesignalKey" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>onesignal<wbr/>Key</span></a>
47
- <a href="ASO_v0.IConfigMapping.html#privacyPolicyUrl" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>privacy<wbr/>Policy<wbr/>Url</span></a>
48
- <a href="ASO_v0.IConfigMapping.html#showVideo" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>show<wbr/>Video</span></a>
49
- <a href="ASO_v0.IConfigMapping.html#singleFirst" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>single<wbr/>First</span></a>
50
- <a href="ASO_v0.IConfigMapping.html#skipping" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>skipping?</span></a>
51
- <a href="ASO_v0.IConfigMapping.html#smsCoolDown" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>sms<wbr/>Cool<wbr/>Down</span></a>
52
- <a href="ASO_v0.IConfigMapping.html#smscLogin" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>smsc<wbr/>Login</span></a>
53
- <a href="ASO_v0.IConfigMapping.html#smscPassword" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>smsc<wbr/>Password</span></a>
54
- <a href="ASO_v0.IConfigMapping.html#supportUrl" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>support<wbr/>Url</span></a>
55
- </div></section></div></details></section></section>
56
- <section class="tsd-panel-group tsd-member-group">
57
- <h2>Properties</h2>
58
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="alghoritm" class="tsd-anchor"></a>
59
- <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>alghoritm</span><a href="#alghoritm" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
60
- <div class="tsd-signature">alghoritm<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
61
- <ul>
62
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-283">src/aso/config/aso-config-v0.ts:283</a></li></ul></aside></section>
63
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="allowedCountries" class="tsd-anchor"></a>
64
- <h3 class="tsd-anchor-link"><span>allowed<wbr/>Countries</span><a href="#allowedCountries" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
65
- <div class="tsd-signature">allowed<wbr/>Countries<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
66
- <ul>
67
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-288">src/aso/config/aso-config-v0.ts:288</a></li></ul></aside></section>
68
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="appsflyerEnabled" class="tsd-anchor"></a>
69
- <h3 class="tsd-anchor-link"><span>appsflyer<wbr/>Enabled</span><a href="#appsflyerEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
70
- <div class="tsd-signature">appsflyer<wbr/>Enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
71
- <ul>
72
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-284">src/aso/config/aso-config-v0.ts:284</a></li></ul></aside></section>
73
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="appsflyerKey" class="tsd-anchor"></a>
74
- <h3 class="tsd-anchor-link"><span>appsflyer<wbr/>Key</span><a href="#appsflyerKey" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
75
- <div class="tsd-signature">appsflyer<wbr/>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
76
- <ul>
77
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-285">src/aso/config/aso-config-v0.ts:285</a></li></ul></aside></section>
78
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="autoCallCodeCatch" class="tsd-anchor"></a>
79
- <h3 class="tsd-anchor-link"><span>auto<wbr/>Call<wbr/>Code<wbr/>Catch</span><a href="#autoCallCodeCatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
80
- <div class="tsd-signature">auto<wbr/>Call<wbr/>Code<wbr/>Catch<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
81
- <ul>
82
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-299">src/aso/config/aso-config-v0.ts:299</a></li></ul></aside></section>
83
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="autoSmsCodeCatch" class="tsd-anchor"></a>
84
- <h3 class="tsd-anchor-link"><span>auto<wbr/>Sms<wbr/>Code<wbr/>Catch</span><a href="#autoSmsCodeCatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
85
- <div class="tsd-signature">auto<wbr/>Sms<wbr/>Code<wbr/>Catch<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
86
- <ul>
87
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-298">src/aso/config/aso-config-v0.ts:298</a></li></ul></aside></section>
88
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="callCoolDown" class="tsd-anchor"></a>
89
- <h3 class="tsd-anchor-link"><span>call<wbr/>Cool<wbr/>Down</span><a href="#callCoolDown" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
90
- <div class="tsd-signature">call<wbr/>Cool<wbr/>Down<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
91
- <ul>
92
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-292">src/aso/config/aso-config-v0.ts:292</a></li></ul></aside></section>
93
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="excludedCountries" class="tsd-anchor"></a>
94
- <h3 class="tsd-anchor-link"><span>excluded<wbr/>Countries</span><a href="#excludedCountries" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
95
- <div class="tsd-signature">excluded<wbr/>Countries<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
96
- <ul>
97
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-289">src/aso/config/aso-config-v0.ts:289</a></li></ul></aside></section>
98
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="fullAccess" class="tsd-anchor"></a>
99
- <h3 class="tsd-anchor-link"><span>full<wbr/>Access</span><a href="#fullAccess" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
100
- <div class="tsd-signature">full<wbr/>Access<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
101
- <ul>
102
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-280">src/aso/config/aso-config-v0.ts:280</a></li></ul></aside></section>
103
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
104
- <h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
105
- <div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
106
- <ul>
107
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-279">src/aso/config/aso-config-v0.ts:279</a></li></ul></aside></section>
108
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="internal" class="tsd-anchor"></a>
109
- <h3 class="tsd-anchor-link"><span>internal</span><a href="#internal" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
110
- <div class="tsd-signature">internal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><a href="../modules/ASO_v0.html" class="tsd-signature-type" data-tsd-kind="Namespace">ASO_v0</a><span class="tsd-signature-symbol">.</span><a href="ASO_v0.ILocalizationMapping.html" class="tsd-signature-type" data-tsd-kind="Interface">ILocalizationMapping</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
111
- <ul>
112
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-301">src/aso/config/aso-config-v0.ts:301</a></li></ul></aside></section>
113
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="localization" class="tsd-anchor"></a>
114
- <h3 class="tsd-anchor-link"><span>localization</span><a href="#localization" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
115
- <div class="tsd-signature">localization<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
116
- <ul>
117
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-300">src/aso/config/aso-config-v0.ts:300</a></li></ul></aside></section>
118
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="maxCallTries" class="tsd-anchor"></a>
119
- <h3 class="tsd-anchor-link"><span>max<wbr/>Call<wbr/>Tries</span><a href="#maxCallTries" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
120
- <div class="tsd-signature">max<wbr/>Call<wbr/>Tries<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
121
- <ul>
122
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-295">src/aso/config/aso-config-v0.ts:295</a></li></ul></aside></section>
123
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="maxSmsTries" class="tsd-anchor"></a>
124
- <h3 class="tsd-anchor-link"><span>max<wbr/>Sms<wbr/>Tries</span><a href="#maxSmsTries" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
125
- <div class="tsd-signature">max<wbr/>Sms<wbr/>Tries<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
126
- <ul>
127
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-294">src/aso/config/aso-config-v0.ts:294</a></li></ul></aside></section>
128
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="onesignalKey" class="tsd-anchor"></a>
129
- <h3 class="tsd-anchor-link"><span>onesignal<wbr/>Key</span><a href="#onesignalKey" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
130
- <div class="tsd-signature">onesignal<wbr/>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
131
- <ul>
132
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-286">src/aso/config/aso-config-v0.ts:286</a></li></ul></aside></section>
133
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="privacyPolicyUrl" class="tsd-anchor"></a>
134
- <h3 class="tsd-anchor-link"><span>privacy<wbr/>Policy<wbr/>Url</span><a href="#privacyPolicyUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
135
- <div class="tsd-signature">privacy<wbr/>Policy<wbr/>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
136
- <ul>
137
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-291">src/aso/config/aso-config-v0.ts:291</a></li></ul></aside></section>
138
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="showVideo" class="tsd-anchor"></a>
139
- <h3 class="tsd-anchor-link"><span>show<wbr/>Video</span><a href="#showVideo" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
140
- <div class="tsd-signature">show<wbr/>Video<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
141
- <ul>
142
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-281">src/aso/config/aso-config-v0.ts:281</a></li></ul></aside></section>
143
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="singleFirst" class="tsd-anchor"></a>
144
- <h3 class="tsd-anchor-link"><span>single<wbr/>First</span><a href="#singleFirst" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
145
- <div class="tsd-signature">single<wbr/>First<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
146
- <ul>
147
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-287">src/aso/config/aso-config-v0.ts:287</a></li></ul></aside></section>
148
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="skipping" class="tsd-anchor"></a>
149
- <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>skipping</span><a href="#skipping" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
150
- <div class="tsd-signature">skipping<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
151
- <ul>
152
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-282">src/aso/config/aso-config-v0.ts:282</a></li></ul></aside></section>
153
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="smsCoolDown" class="tsd-anchor"></a>
154
- <h3 class="tsd-anchor-link"><span>sms<wbr/>Cool<wbr/>Down</span><a href="#smsCoolDown" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
155
- <div class="tsd-signature">sms<wbr/>Cool<wbr/>Down<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
156
- <ul>
157
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-293">src/aso/config/aso-config-v0.ts:293</a></li></ul></aside></section>
158
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="smscLogin" class="tsd-anchor"></a>
159
- <h3 class="tsd-anchor-link"><span>smsc<wbr/>Login</span><a href="#smscLogin" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
160
- <div class="tsd-signature">smsc<wbr/>Login<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
161
- <ul>
162
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-296">src/aso/config/aso-config-v0.ts:296</a></li></ul></aside></section>
163
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="smscPassword" class="tsd-anchor"></a>
164
- <h3 class="tsd-anchor-link"><span>smsc<wbr/>Password</span><a href="#smscPassword" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
165
- <div class="tsd-signature">smsc<wbr/>Password<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
166
- <ul>
167
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-297">src/aso/config/aso-config-v0.ts:297</a></li></ul></aside></section>
168
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="supportUrl" class="tsd-anchor"></a>
169
- <h3 class="tsd-anchor-link"><span>support<wbr/>Url</span><a href="#supportUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
170
- <div class="tsd-signature">support<wbr/>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
171
- <ul>
172
- <li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/aso/config/aso-config-v0.ts#lines-290">src/aso/config/aso-config-v0.ts:290</a></li></ul></aside></section></section></div>
173
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
174
- <div class="tsd-navigation settings">
175
- <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
176
- <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
177
- <div class="tsd-accordion-details">
178
- <div class="tsd-filter-visibility">
179
- <h4 class="uppercase">Member Visibility</h4><form>
180
- <ul id="tsd-filter-options">
181
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
182
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
183
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
184
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
185
- <div class="tsd-theme-toggle">
186
- <h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
187
- <nav class="tsd-navigation primary">
188
- <details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
189
- <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
190
- <div class="tsd-accordion-details">
191
- <ul>
192
- <li class="current"><a href="../modules.html">@bprotsyk/aso-<wbr/>core</a>
193
- <ul>
194
- <li class="tsd-kind-namespace"><a href="../modules/ASOConfigFetch.html">ASOConfig<wbr/>Fetch</a></li>
195
- <li class="current tsd-kind-namespace"><a href="../modules/ASO_v0.html">ASO_<wbr/>v0</a></li>
196
- <li class="tsd-kind-namespace"><a href="../modules/ASO_v1.html">ASO_<wbr/>v1</a></li>
197
- <li class="tsd-kind-namespace"><a href="../modules/ASO_v2.html">ASO_<wbr/>v2</a></li>
198
- <li class="tsd-kind-namespace"><a href="../modules/ASO_v3.html">ASO_<wbr/>v3</a></li>
199
- <li class="tsd-kind-namespace"><a href="../modules/ASO_v4.html">ASO_<wbr/>v4</a></li>
200
- <li class="tsd-kind-namespace"><a href="../modules/ASO_v5.html">ASO_<wbr/>v5</a></li></ul></li></ul></div></details></nav>
201
- <nav class="tsd-navigation secondary menu-sticky">
202
- <ul>
203
- <li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="ASO_v0.IConfigMapping.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>IConfig<wbr/>Mapping</span></a>
204
- <ul>
205
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#alghoritm" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>alghoritm?</a></li>
206
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#allowedCountries" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>allowed<wbr/>Countries</a></li>
207
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#appsflyerEnabled" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>appsflyer<wbr/>Enabled</a></li>
208
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#appsflyerKey" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>appsflyer<wbr/>Key</a></li>
209
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#autoCallCodeCatch" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>auto<wbr/>Call<wbr/>Code<wbr/>Catch</a></li>
210
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#autoSmsCodeCatch" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>auto<wbr/>Sms<wbr/>Code<wbr/>Catch</a></li>
211
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#callCoolDown" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>call<wbr/>Cool<wbr/>Down</a></li>
212
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#excludedCountries" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>excluded<wbr/>Countries</a></li>
213
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#fullAccess" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>full<wbr/>Access</a></li>
214
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>id</a></li>
215
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#internal" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>internal</a></li>
216
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#localization" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>localization</a></li>
217
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#maxCallTries" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>max<wbr/>Call<wbr/>Tries</a></li>
218
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#maxSmsTries" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>max<wbr/>Sms<wbr/>Tries</a></li>
219
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#onesignalKey" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>onesignal<wbr/>Key</a></li>
220
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#privacyPolicyUrl" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>privacy<wbr/>Policy<wbr/>Url</a></li>
221
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#showVideo" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>show<wbr/>Video</a></li>
222
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#singleFirst" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>single<wbr/>First</a></li>
223
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#skipping" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>skipping?</a></li>
224
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#smsCoolDown" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>sms<wbr/>Cool<wbr/>Down</a></li>
225
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#smscLogin" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>smsc<wbr/>Login</a></li>
226
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#smscPassword" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>smsc<wbr/>Password</a></li>
227
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ASO_v0.IConfigMapping.html#supportUrl" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>support<wbr/>Url</a></li></ul></li></ul></nav></div></div>
228
- <div class="container tsd-generator">
229
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
230
- <div class="overlay"></div><script src="../assets/main.js"></script></body></html>