@bprotsyk/aso-core 1.2.220 → 1.2.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/search.js +1 -1
- package/docs/functions/ColoredText.html +2 -2
- package/docs/functions/ShapeDiv.html +2 -2
- package/docs/index.html +2 -2
- package/docs/interfaces/IUpsertFlashAppRequest.html +48 -48
- package/docs/interfaces/IUpsertFlashAppResponse.html +10 -10
- package/docs/modules.html +4 -4
- package/docs/variables/FlashAppSchema.html +2 -2
- package/docs/variables/PanelUserSchema.html +2 -2
- package/lib/app/app-integration.d.ts +53 -0
- package/lib/app/app-integration.js +63 -0
- package/lib/app/app-list-item.d.ts +5 -0
- package/lib/app/app-list-item.js +2 -0
- package/lib/app/app-type.d.ts +4 -0
- package/lib/app/app-type.js +8 -0
- package/lib/app/app.d.ts +177 -0
- package/lib/app/app.js +216 -0
- package/lib/general/cloudflare-domain.d.ts +42 -0
- package/lib/general/cloudflare-domain.js +12 -0
- package/lib/general/colored-text.d.ts +7 -0
- package/lib/general/colored-text.js +28 -0
- package/lib/general/domain.d.ts +92 -0
- package/lib/general/domain.js +38 -0
- package/lib/general/namecheap-domain.d.ts +80 -0
- package/lib/general/namecheap-domain.js +14 -0
- package/lib/general/push.d.ts +6 -0
- package/lib/general/push.js +2 -0
- package/lib/general/queue.d.ts +1 -0
- package/lib/general/queue.js +2 -0
- package/lib/general/shape.d.ts +18 -0
- package/lib/general/shape.js +36 -0
- package/lib/index.d.ts +14 -33
- package/lib/index.js +29 -29
- package/lib/network/keitaro/keitaro-service.d.ts +4 -4
- package/lib/offers/list.d.ts +37 -0
- package/lib/offers/list.js +12 -0
- package/lib/offers/offer.d.ts +95 -0
- package/lib/offers/offer.js +38 -0
- package/lib/offers/section.d.ts +47 -0
- package/lib/offers/section.js +20 -0
- package/lib/panel/flash/create-flash-app-request.d.ts +3 -3
- package/lib/panel/flash/upsert-flash-app-request.d.ts +4 -4
- package/lib/utils/keitaro-utils.d.ts +7 -7
- package/package.json +1 -1
- package/src/{flash/flash-app-integration.ts → app/app-integration.ts} +1 -1
- package/src/{flash/flash-app-list-item.ts → app/app-list-item.ts} +1 -1
- package/src/{flash/flash-app-type.ts → app/app-type.ts} +1 -1
- package/src/{flash/flash-app.ts → app/app.ts} +19 -9
- package/src/{models → general}/domain.ts +1 -1
- package/src/index.ts +14 -35
- package/src/network/keitaro/keitaro-service.ts +4 -4
- package/src/offers/list.ts +20 -0
- package/src/offers/offer.ts +77 -0
- package/src/offers/section.ts +30 -0
- package/src/panel/flash/upsert-flash-app-request.ts +4 -4
- package/src/utils/keitaro-utils.ts +10 -10
- package/src/aso/config/aso-config-v0.ts +0 -441
- package/src/aso/config/aso-config-v1.ts +0 -440
- package/src/aso/config/aso-config-v2.ts +0 -399
- package/src/aso/config/aso-config-v3.ts +0 -396
- package/src/aso/config/aso-config-v4.ts +0 -305
- package/src/aso/config/aso-config-v5.ts +0 -328
- package/src/aso/config/aso-default-config.ts +0 -67
- package/src/aso/config/aso-single-response.ts +0 -6
- package/src/aso/offer/aso-customized-offer.ts +0 -12
- package/src/aso/offer/aso-offer-response.ts +0 -7
- package/src/aso/offer/aso-offer-section.ts +0 -7
- package/src/aso/offer/aso-single-offer.ts +0 -5
- package/src/aso/offerwall/auth/offerwall-auth-config.ts +0 -17
- package/src/aso/offerwall/auth/offerwall-auth-localization.ts +0 -9
- package/src/aso/offerwall/auth/offerwall-auth-submit-request.ts +0 -3
- package/src/aso/offerwall/auth/offerwall-auth-submit-response.ts +0 -3
- package/src/aso/offerwall/offerwall-home-dialog-data.ts +0 -6
- package/src/aso/offerwall/offerwall-offer.ts +0 -9
- package/src/aso/offerwall/offerwall-response.ts +0 -7
- package/src/aso/offerwall/offerwall-section.ts +0 -7
- package/src/aso/usage-logs/aso-config-fetch-entry.ts +0 -31
- package/src/shared/colored-text.tsx +0 -38
- package/src/shared/offer.ts +0 -12
- package/src/utils/app-gathering-utils.ts +0 -15
- /package/src/{models → general}/cloudflare-domain.ts +0 -0
- /package/src/{models → general}/namecheap-domain.ts +0 -0
- /package/src/{shared → general}/push.ts +0 -0
- /package/src/{shared → general}/queue.ts +0 -0
- /package/src/{shared → general}/shape.tsx +0 -0
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
<li class="tsd-kind-interface"><a href="../interfaces/IPush.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IPush</a></li>
|
|
83
83
|
<li class="tsd-kind-interface"><a href="../interfaces/IShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IShape</a></li>
|
|
84
84
|
<li class="tsd-kind-interface"><a href="../interfaces/IStroke.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IStroke</a></li>
|
|
85
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
86
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
85
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppRequest.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</a></li>
|
|
86
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppResponse.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</a></li>
|
|
87
87
|
<li class="tsd-kind-variable"><a href="../variables/FlashAppSchema.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-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Flash<wbr/>App<wbr/>Schema</a></li>
|
|
88
88
|
<li class="tsd-kind-variable"><a href="../variables/PanelUserSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Panel<wbr/>User<wbr/>Schema</a></li>
|
|
89
89
|
<li class="current tsd-kind-function"><a href="ColoredText.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-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Colored<wbr/>Text</a></li>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
<li class="tsd-kind-interface"><a href="../interfaces/IPush.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IPush</a></li>
|
|
100
100
|
<li class="tsd-kind-interface"><a href="../interfaces/IShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IShape</a></li>
|
|
101
101
|
<li class="tsd-kind-interface"><a href="../interfaces/IStroke.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IStroke</a></li>
|
|
102
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
103
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
102
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppRequest.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</a></li>
|
|
103
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppResponse.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</a></li>
|
|
104
104
|
<li class="tsd-kind-variable"><a href="../variables/FlashAppSchema.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-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Flash<wbr/>App<wbr/>Schema</a></li>
|
|
105
105
|
<li class="tsd-kind-variable"><a href="../variables/PanelUserSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Panel<wbr/>User<wbr/>Schema</a></li>
|
|
106
106
|
<li class="tsd-kind-function"><a href="ColoredText.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-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Colored<wbr/>Text</a></li>
|
package/docs/index.html
CHANGED
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
<li class="tsd-kind-interface"><a href="interfaces/IPush.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IPush</a></li>
|
|
73
73
|
<li class="tsd-kind-interface"><a href="interfaces/IShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IShape</a></li>
|
|
74
74
|
<li class="tsd-kind-interface"><a href="interfaces/IStroke.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IStroke</a></li>
|
|
75
|
-
<li class="tsd-kind-interface"><a href="interfaces/
|
|
76
|
-
<li class="tsd-kind-interface"><a href="interfaces/
|
|
75
|
+
<li class="tsd-kind-interface"><a href="interfaces/IUpsertAppRequest.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</a></li>
|
|
76
|
+
<li class="tsd-kind-interface"><a href="interfaces/IUpsertAppResponse.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</a></li>
|
|
77
77
|
<li class="tsd-kind-variable"><a href="variables/FlashAppSchema.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-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Flash<wbr/>App<wbr/>Schema</a></li>
|
|
78
78
|
<li class="tsd-kind-variable"><a href="variables/PanelUserSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Panel<wbr/>User<wbr/>Schema</a></li>
|
|
79
79
|
<li class="tsd-kind-function"><a href="functions/ColoredText.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-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Colored<wbr/>Text</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IUpsertAppRequest | @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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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>
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
15
|
<li><a href="../modules.html">@bprotsyk/aso-core</a></li>
|
|
16
|
-
<li><a href="
|
|
17
|
-
<h1>Interface
|
|
16
|
+
<li><a href="IUpsertAppRequest.html">IUpsertAppRequest</a></li></ul>
|
|
17
|
+
<h1>Interface IUpsertAppRequest</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
19
19
|
<h4>Hierarchy</h4>
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
|
-
<li><span class="target">
|
|
21
|
+
<li><span class="target">IUpsertAppRequest</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
23
|
<li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/panel/flash/create-flash-app-request.ts#lines-1">src/panel/flash/create-flash-app-request.ts:1</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
@@ -28,27 +28,27 @@
|
|
|
28
28
|
<div class="tsd-accordion-details">
|
|
29
29
|
<section class="tsd-index-section">
|
|
30
30
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
31
|
-
<div class="tsd-index-list"><a href="
|
|
32
|
-
<a href="
|
|
33
|
-
<a href="
|
|
34
|
-
<a href="
|
|
35
|
-
<a href="
|
|
36
|
-
<a href="
|
|
37
|
-
<a href="
|
|
38
|
-
<a href="
|
|
39
|
-
<a href="
|
|
40
|
-
<a href="
|
|
41
|
-
<a href="
|
|
42
|
-
<a href="
|
|
43
|
-
<a href="
|
|
44
|
-
<a href="
|
|
45
|
-
<a href="
|
|
46
|
-
<a href="
|
|
47
|
-
<a href="
|
|
48
|
-
<a href="
|
|
49
|
-
<a href="
|
|
50
|
-
<a href="
|
|
51
|
-
<a href="
|
|
31
|
+
<div class="tsd-index-list"><a href="IUpsertAppRequest.html#bundle" 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>bundle</span></a>
|
|
32
|
+
<a href="IUpsertAppRequest.html#email" 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>email?</span></a>
|
|
33
|
+
<a href="IUpsertAppRequest.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>
|
|
34
|
+
<a href="IUpsertAppRequest.html#keyAlias" 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>key<wbr/>Alias</span></a>
|
|
35
|
+
<a href="IUpsertAppRequest.html#keyCity" 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>key<wbr/>City</span></a>
|
|
36
|
+
<a href="IUpsertAppRequest.html#keyCountryCode" 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>key<wbr/>Country<wbr/>Code</span></a>
|
|
37
|
+
<a href="IUpsertAppRequest.html#keyDeveloperName" 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>key<wbr/>Developer<wbr/>Name</span></a>
|
|
38
|
+
<a href="IUpsertAppRequest.html#keyDeveloperOrganization" 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>key<wbr/>Developer<wbr/>Organization</span></a>
|
|
39
|
+
<a href="IUpsertAppRequest.html#keyFileName" 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>key<wbr/>File<wbr/>Name</span></a>
|
|
40
|
+
<a href="IUpsertAppRequest.html#keyPassword" 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>key<wbr/>Password</span></a>
|
|
41
|
+
<a href="IUpsertAppRequest.html#linkName" 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>link<wbr/>Name</span></a>
|
|
42
|
+
<a href="IUpsertAppRequest.html#mainActivityClassName" 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>main<wbr/>Activity<wbr/>Class<wbr/>Name</span></a>
|
|
43
|
+
<a href="IUpsertAppRequest.html#name" 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>name</span></a>
|
|
44
|
+
<a href="IUpsertAppRequest.html#onesignalAppId" 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/>App<wbr/>Id</span></a>
|
|
45
|
+
<a href="IUpsertAppRequest.html#onesignalRestApiKey" 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/>Rest<wbr/>Api<wbr/>Key</span></a>
|
|
46
|
+
<a href="IUpsertAppRequest.html#paranoidSeed" 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>paranoid<wbr/>Seed</span></a>
|
|
47
|
+
<a href="IUpsertAppRequest.html#pastebinUrl" 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>pastebin<wbr/>Url</span></a>
|
|
48
|
+
<a href="IUpsertAppRequest.html#pushesEnabled" 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>pushes<wbr/>Enabled?</span></a>
|
|
49
|
+
<a href="IUpsertAppRequest.html#savedName" 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>saved<wbr/>Name</span></a>
|
|
50
|
+
<a href="IUpsertAppRequest.html#splashActivityClassName" 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>splash<wbr/>Activity<wbr/>Class<wbr/>Name</span></a>
|
|
51
|
+
<a href="IUpsertAppRequest.html#trackingUrl" 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>tracking<wbr/>Url?</span></a>
|
|
52
52
|
</div></section></div></details></section></section>
|
|
53
53
|
<section class="tsd-panel-group tsd-member-group">
|
|
54
54
|
<h2>Properties</h2>
|
|
@@ -187,29 +187,29 @@
|
|
|
187
187
|
<li class="tsd-kind-namespace"><a href="../modules/ASO_v5.html">ASO_<wbr/>v5</a></li></ul></li></ul></div></details></nav>
|
|
188
188
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
189
189
|
<ul>
|
|
190
|
-
<li class="current tsd-kind-interface"><a href="
|
|
191
|
-
<ul>
|
|
192
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
193
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
194
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
195
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
196
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
197
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
198
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
199
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
200
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
201
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
202
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
203
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
204
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
205
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
206
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
207
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
208
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
209
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
210
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
211
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
212
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
190
|
+
<li class="current tsd-kind-interface"><a href="IUpsertAppRequest.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>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</span></a>
|
|
191
|
+
<ul>
|
|
192
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#bundle" 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>bundle</a></li>
|
|
193
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#email" 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>email?</a></li>
|
|
194
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.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>
|
|
195
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyAlias" 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>key<wbr/>Alias</a></li>
|
|
196
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyCity" 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>key<wbr/>City</a></li>
|
|
197
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyCountryCode" 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>key<wbr/>Country<wbr/>Code</a></li>
|
|
198
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyDeveloperName" 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>key<wbr/>Developer<wbr/>Name</a></li>
|
|
199
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyDeveloperOrganization" 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>key<wbr/>Developer<wbr/>Organization</a></li>
|
|
200
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyFileName" 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>key<wbr/>File<wbr/>Name</a></li>
|
|
201
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#keyPassword" 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>key<wbr/>Password</a></li>
|
|
202
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#linkName" 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>link<wbr/>Name</a></li>
|
|
203
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#mainActivityClassName" 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>main<wbr/>Activity<wbr/>Class<wbr/>Name</a></li>
|
|
204
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#name" 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>name</a></li>
|
|
205
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#onesignalAppId" 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/>App<wbr/>Id</a></li>
|
|
206
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#onesignalRestApiKey" 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/>Rest<wbr/>Api<wbr/>Key</a></li>
|
|
207
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#paranoidSeed" 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>paranoid<wbr/>Seed</a></li>
|
|
208
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#pastebinUrl" 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>pastebin<wbr/>Url</a></li>
|
|
209
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#pushesEnabled" 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>pushes<wbr/>Enabled?</a></li>
|
|
210
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#savedName" 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>saved<wbr/>Name</a></li>
|
|
211
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#splashActivityClassName" 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>splash<wbr/>Activity<wbr/>Class<wbr/>Name</a></li>
|
|
212
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppRequest.html#trackingUrl" 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>tracking<wbr/>Url?</a></li></ul></li></ul></nav></div></div>
|
|
213
213
|
<div class="container tsd-generator">
|
|
214
214
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
215
215
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IUpsertAppResponse | @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
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
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>
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
15
|
<li><a href="../modules.html">@bprotsyk/aso-core</a></li>
|
|
16
|
-
<li><a href="
|
|
17
|
-
<h1>Interface
|
|
16
|
+
<li><a href="IUpsertAppResponse.html">IUpsertAppResponse</a></li></ul>
|
|
17
|
+
<h1>Interface IUpsertAppResponse</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
19
19
|
<h4>Hierarchy</h4>
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
|
-
<li><span class="target">
|
|
21
|
+
<li><span class="target">IUpsertAppResponse</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
23
|
<li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/panel/flash/create-flash-app-request.ts#lines-28">src/panel/flash/create-flash-app-request.ts:28</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
<div class="tsd-accordion-details">
|
|
29
29
|
<section class="tsd-index-section">
|
|
30
30
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
31
|
-
<div class="tsd-index-list"><a href="
|
|
32
|
-
<a href="
|
|
31
|
+
<div class="tsd-index-list"><a href="IUpsertAppResponse.html#archive" 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>archive</span></a>
|
|
32
|
+
<a href="IUpsertAppResponse.html#data" 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>data</span></a>
|
|
33
33
|
</div></section></div></details></section></section>
|
|
34
34
|
<section class="tsd-panel-group tsd-member-group">
|
|
35
35
|
<h2>Properties</h2>
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/panel/flash/create-flash-app-request.ts#lines-30">src/panel/flash/create-flash-app-request.ts:30</a></li></ul></aside></section>
|
|
41
41
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="data" class="tsd-anchor"></a>
|
|
42
42
|
<h3 class="tsd-anchor-link"><span>data</span><a href="#data" 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>
|
|
43
|
-
<div class="tsd-signature">data<span class="tsd-signature-symbol">:</span> <a href="
|
|
43
|
+
<div class="tsd-signature">data<span class="tsd-signature-symbol">:</span> <a href="IUpsertAppRequest.html" class="tsd-signature-type" data-tsd-kind="Interface">IUpsertAppRequest</a></div><aside class="tsd-sources">
|
|
44
44
|
<ul>
|
|
45
45
|
<li>Defined in <a href="https://bitbucket.org/bprtsk/ai-panel-core/src/e0603c5/src/panel/flash/create-flash-app-request.ts#lines-29">src/panel/flash/create-flash-app-request.ts:29</a></li></ul></aside></section></section></div>
|
|
46
46
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
<li class="tsd-kind-namespace"><a href="../modules/ASO_v5.html">ASO_<wbr/>v5</a></li></ul></li></ul></div></details></nav>
|
|
74
74
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
75
75
|
<ul>
|
|
76
|
-
<li class="current tsd-kind-interface"><a href="
|
|
76
|
+
<li class="current tsd-kind-interface"><a href="IUpsertAppResponse.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>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</span></a>
|
|
77
77
|
<ul>
|
|
78
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
79
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
78
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppResponse.html#archive" 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>archive</a></li>
|
|
79
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="IUpsertAppResponse.html#data" 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>data</a></li></ul></li></ul></nav></div></div>
|
|
80
80
|
<div class="container tsd-generator">
|
|
81
81
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
82
82
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
package/docs/modules.html
CHANGED
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
<a href="interfaces/IPush.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IPush</span></a>
|
|
56
56
|
<a href="interfaces/IShape.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IShape</span></a>
|
|
57
57
|
<a href="interfaces/IStroke.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IStroke</span></a>
|
|
58
|
-
<a href="interfaces/
|
|
59
|
-
<a href="interfaces/
|
|
58
|
+
<a href="interfaces/IUpsertAppRequest.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</span></a>
|
|
59
|
+
<a href="interfaces/IUpsertAppResponse.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</span></a>
|
|
60
60
|
</div></section>
|
|
61
61
|
<section class="tsd-index-section">
|
|
62
62
|
<h3 class="tsd-index-heading">Variables</h3>
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
<li class="tsd-kind-interface"><a href="interfaces/IPush.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IPush</a></li>
|
|
124
124
|
<li class="tsd-kind-interface"><a href="interfaces/IShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IShape</a></li>
|
|
125
125
|
<li class="tsd-kind-interface"><a href="interfaces/IStroke.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IStroke</a></li>
|
|
126
|
-
<li class="tsd-kind-interface"><a href="interfaces/
|
|
127
|
-
<li class="tsd-kind-interface"><a href="interfaces/
|
|
126
|
+
<li class="tsd-kind-interface"><a href="interfaces/IUpsertAppRequest.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</a></li>
|
|
127
|
+
<li class="tsd-kind-interface"><a href="interfaces/IUpsertAppResponse.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</a></li>
|
|
128
128
|
<li class="tsd-kind-variable"><a href="variables/FlashAppSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Flash<wbr/>App<wbr/>Schema</a></li>
|
|
129
129
|
<li class="tsd-kind-variable"><a href="variables/PanelUserSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Panel<wbr/>User<wbr/>Schema</a></li>
|
|
130
130
|
<li class="tsd-kind-function"><a href="functions/ColoredText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Colored<wbr/>Text</a></li>
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
<li class="tsd-kind-interface"><a href="../interfaces/IPush.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IPush</a></li>
|
|
74
74
|
<li class="tsd-kind-interface"><a href="../interfaces/IShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IShape</a></li>
|
|
75
75
|
<li class="tsd-kind-interface"><a href="../interfaces/IStroke.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IStroke</a></li>
|
|
76
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
77
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
76
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppRequest.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</a></li>
|
|
77
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppResponse.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</a></li>
|
|
78
78
|
<li class="current tsd-kind-variable"><a href="FlashAppSchema.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-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Flash<wbr/>App<wbr/>Schema</a></li>
|
|
79
79
|
<li class="tsd-kind-variable"><a href="PanelUserSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Panel<wbr/>User<wbr/>Schema</a></li>
|
|
80
80
|
<li class="tsd-kind-function"><a href="../functions/ColoredText.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-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Colored<wbr/>Text</a></li>
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
<li class="tsd-kind-interface"><a href="../interfaces/IPush.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IPush</a></li>
|
|
74
74
|
<li class="tsd-kind-interface"><a href="../interfaces/IShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IShape</a></li>
|
|
75
75
|
<li class="tsd-kind-interface"><a href="../interfaces/IStroke.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IStroke</a></li>
|
|
76
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
77
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
76
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppRequest.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Request</a></li>
|
|
77
|
+
<li class="tsd-kind-interface"><a href="../interfaces/IUpsertAppResponse.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>IUpsert<wbr/>Flash<wbr/>App<wbr/>Response</a></li>
|
|
78
78
|
<li class="tsd-kind-variable"><a href="FlashAppSchema.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-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Flash<wbr/>App<wbr/>Schema</a></li>
|
|
79
79
|
<li class="current tsd-kind-variable"><a href="PanelUserSchema.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Panel<wbr/>User<wbr/>Schema</a></li>
|
|
80
80
|
<li class="tsd-kind-function"><a href="../functions/ColoredText.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-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Colored<wbr/>Text</a></li>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare enum AlternativeNetworkTool {
|
|
2
|
+
RETROFIT = "Retrofit",
|
|
3
|
+
VOLLEY = "Volley",
|
|
4
|
+
HTTP_URL = "HTTPUrlConnection"
|
|
5
|
+
}
|
|
6
|
+
export declare enum AlternativeLogicType {
|
|
7
|
+
CALLBACKS = "Callback",
|
|
8
|
+
RX = "RX",
|
|
9
|
+
COROUTINES = "Coroutines"
|
|
10
|
+
}
|
|
11
|
+
export declare enum AlternativeNavigation {
|
|
12
|
+
ACTIVITY = "Activity",
|
|
13
|
+
FRAGMENT_FM = "Fragment",
|
|
14
|
+
FRAGMENT_NAV_HOST = "Fragment (NavHost)"
|
|
15
|
+
}
|
|
16
|
+
export declare enum AlternativeStorageType {
|
|
17
|
+
FILE = "File",
|
|
18
|
+
ROOM = "Room",
|
|
19
|
+
ENCRYPTED_PREFS = "Encrypted Preferences",
|
|
20
|
+
SHARED_PREFERENCES = "Shared Preferences",
|
|
21
|
+
CONTENT_PROVIDER = "Content Provider"
|
|
22
|
+
}
|
|
23
|
+
export declare enum AlternativeLayoutType {
|
|
24
|
+
DATA_BINDING = "DataBinding",
|
|
25
|
+
BY_ID = "findViewById",
|
|
26
|
+
PROGRAMATICALLY = "Create in code"
|
|
27
|
+
}
|
|
28
|
+
export declare enum AlternativeFullscreen {
|
|
29
|
+
INSETS = "Insets",
|
|
30
|
+
FLAGS = "Flags",
|
|
31
|
+
IMMERSIVE = "Immersive"
|
|
32
|
+
}
|
|
33
|
+
export declare enum AlternativeSourceType {
|
|
34
|
+
FIREBASE_REALTIME_DATABASE = "Firebase Realtime DB",
|
|
35
|
+
GET_RETROFIT = "From link via Retrofit",
|
|
36
|
+
GET_VOLLEY = "From link via Volley",
|
|
37
|
+
GET_HTTP_URL = "From link via HTTPUrlConnection",
|
|
38
|
+
DIRECT = "Directly from link"
|
|
39
|
+
}
|
|
40
|
+
export declare enum AlternativeOnBackPressed {
|
|
41
|
+
OLD = "Old",
|
|
42
|
+
NEW = "New"
|
|
43
|
+
}
|
|
44
|
+
export declare enum AlternativeOnActivityResult {
|
|
45
|
+
OVERRIDE = "Override",
|
|
46
|
+
CALLBACK = "Callback"
|
|
47
|
+
}
|
|
48
|
+
export interface IAppIntegration {
|
|
49
|
+
id: number;
|
|
50
|
+
name: string;
|
|
51
|
+
description: string;
|
|
52
|
+
alterations: [any[]];
|
|
53
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AlternativeOnActivityResult = exports.AlternativeOnBackPressed = exports.AlternativeSourceType = exports.AlternativeFullscreen = exports.AlternativeLayoutType = exports.AlternativeStorageType = exports.AlternativeNavigation = exports.AlternativeLogicType = exports.AlternativeNetworkTool = void 0;
|
|
4
|
+
var AlternativeNetworkTool;
|
|
5
|
+
(function (AlternativeNetworkTool) {
|
|
6
|
+
AlternativeNetworkTool["RETROFIT"] = "Retrofit";
|
|
7
|
+
AlternativeNetworkTool["VOLLEY"] = "Volley";
|
|
8
|
+
AlternativeNetworkTool["HTTP_URL"] = "HTTPUrlConnection";
|
|
9
|
+
})(AlternativeNetworkTool = exports.AlternativeNetworkTool || (exports.AlternativeNetworkTool = {}));
|
|
10
|
+
var AlternativeLogicType;
|
|
11
|
+
(function (AlternativeLogicType) {
|
|
12
|
+
AlternativeLogicType["CALLBACKS"] = "Callback";
|
|
13
|
+
AlternativeLogicType["RX"] = "RX";
|
|
14
|
+
AlternativeLogicType["COROUTINES"] = "Coroutines";
|
|
15
|
+
})(AlternativeLogicType = exports.AlternativeLogicType || (exports.AlternativeLogicType = {}));
|
|
16
|
+
var AlternativeNavigation;
|
|
17
|
+
(function (AlternativeNavigation) {
|
|
18
|
+
AlternativeNavigation["ACTIVITY"] = "Activity";
|
|
19
|
+
AlternativeNavigation["FRAGMENT_FM"] = "Fragment";
|
|
20
|
+
AlternativeNavigation["FRAGMENT_NAV_HOST"] = "Fragment (NavHost)";
|
|
21
|
+
})(AlternativeNavigation = exports.AlternativeNavigation || (exports.AlternativeNavigation = {}));
|
|
22
|
+
var AlternativeStorageType;
|
|
23
|
+
(function (AlternativeStorageType) {
|
|
24
|
+
AlternativeStorageType["FILE"] = "File";
|
|
25
|
+
AlternativeStorageType["ROOM"] = "Room";
|
|
26
|
+
AlternativeStorageType["ENCRYPTED_PREFS"] = "Encrypted Preferences";
|
|
27
|
+
AlternativeStorageType["SHARED_PREFERENCES"] = "Shared Preferences";
|
|
28
|
+
AlternativeStorageType["CONTENT_PROVIDER"] = "Content Provider";
|
|
29
|
+
})(AlternativeStorageType = exports.AlternativeStorageType || (exports.AlternativeStorageType = {}));
|
|
30
|
+
var AlternativeLayoutType;
|
|
31
|
+
(function (AlternativeLayoutType) {
|
|
32
|
+
AlternativeLayoutType["DATA_BINDING"] = "DataBinding";
|
|
33
|
+
AlternativeLayoutType["BY_ID"] = "findViewById";
|
|
34
|
+
AlternativeLayoutType["PROGRAMATICALLY"] = "Create in code";
|
|
35
|
+
})(AlternativeLayoutType = exports.AlternativeLayoutType || (exports.AlternativeLayoutType = {}));
|
|
36
|
+
var AlternativeFullscreen;
|
|
37
|
+
(function (AlternativeFullscreen) {
|
|
38
|
+
AlternativeFullscreen["INSETS"] = "Insets";
|
|
39
|
+
AlternativeFullscreen["FLAGS"] = "Flags";
|
|
40
|
+
AlternativeFullscreen["IMMERSIVE"] = "Immersive";
|
|
41
|
+
})(AlternativeFullscreen = exports.AlternativeFullscreen || (exports.AlternativeFullscreen = {}));
|
|
42
|
+
var AlternativeSourceType;
|
|
43
|
+
(function (AlternativeSourceType) {
|
|
44
|
+
AlternativeSourceType["FIREBASE_REALTIME_DATABASE"] = "Firebase Realtime DB";
|
|
45
|
+
AlternativeSourceType["GET_RETROFIT"] = "From link via Retrofit";
|
|
46
|
+
AlternativeSourceType["GET_VOLLEY"] = "From link via Volley";
|
|
47
|
+
AlternativeSourceType["GET_HTTP_URL"] = "From link via HTTPUrlConnection";
|
|
48
|
+
AlternativeSourceType["DIRECT"] = "Directly from link";
|
|
49
|
+
// WITHIN_WEBVIEW = "Within webview",
|
|
50
|
+
})(AlternativeSourceType = exports.AlternativeSourceType || (exports.AlternativeSourceType = {}));
|
|
51
|
+
// backpress
|
|
52
|
+
// activity result
|
|
53
|
+
// fulscreen
|
|
54
|
+
var AlternativeOnBackPressed;
|
|
55
|
+
(function (AlternativeOnBackPressed) {
|
|
56
|
+
AlternativeOnBackPressed["OLD"] = "Old";
|
|
57
|
+
AlternativeOnBackPressed["NEW"] = "New";
|
|
58
|
+
})(AlternativeOnBackPressed = exports.AlternativeOnBackPressed || (exports.AlternativeOnBackPressed = {}));
|
|
59
|
+
var AlternativeOnActivityResult;
|
|
60
|
+
(function (AlternativeOnActivityResult) {
|
|
61
|
+
AlternativeOnActivityResult["OVERRIDE"] = "Override";
|
|
62
|
+
AlternativeOnActivityResult["CALLBACK"] = "Callback";
|
|
63
|
+
})(AlternativeOnActivityResult = exports.AlternativeOnActivityResult || (exports.AlternativeOnActivityResult = {}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AppType = void 0;
|
|
4
|
+
var AppType;
|
|
5
|
+
(function (AppType) {
|
|
6
|
+
AppType["GAMBLING"] = "gambling";
|
|
7
|
+
AppType["FINANCES"] = "finances"; // do not change the order!
|
|
8
|
+
})(AppType = exports.AppType || (exports.AppType = {}));
|