@bprotsyk/aso-core 1.2.237 → 1.2.238

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 (86) hide show
  1. package/lib/app/app.d.ts +3 -2
  2. package/lib/app/app.js +2 -2
  3. package/lib/general/namecheap-domain.d.ts +1 -0
  4. package/lib/general/queue.d.ts +2 -1
  5. package/lib/general/queue.js +0 -1
  6. package/lib/general/shape.js +1 -4
  7. package/lib/index.d.ts +1 -1
  8. package/lib/index.js +1 -24
  9. package/lib/network/keitaro/http.d.ts +1 -2
  10. package/lib/network/keitaro/http.js +1 -4
  11. package/lib/network/keitaro/keitaro-service.js +1 -4
  12. package/lib/utils/keitaro-utils.js +1 -4
  13. package/lib/utils/server-util.d.ts +0 -7
  14. package/lib/utils/server-util.js +7 -68
  15. package/package.json +6 -6
  16. package/src/app/app.ts +3 -3
  17. package/src/general/domain.ts +17 -1
  18. package/src/index.ts +2 -3
  19. package/src/utils/server-util.ts +71 -194
  20. package/tsconfig.json +6 -7
  21. package/lib/aso/config/aso-config-v0.d.ts +0 -333
  22. package/lib/aso/config/aso-config-v0.js +0 -59
  23. package/lib/aso/config/aso-config-v1.d.ts +0 -330
  24. package/lib/aso/config/aso-config-v1.js +0 -58
  25. package/lib/aso/config/aso-config-v2.d.ts +0 -297
  26. package/lib/aso/config/aso-config-v2.js +0 -57
  27. package/lib/aso/config/aso-config-v3.d.ts +0 -294
  28. package/lib/aso/config/aso-config-v3.js +0 -58
  29. package/lib/aso/config/aso-config-v4.d.ts +0 -208
  30. package/lib/aso/config/aso-config-v4.js +0 -58
  31. package/lib/aso/config/aso-config-v5.d.ts +0 -227
  32. package/lib/aso/config/aso-config-v5.js +0 -58
  33. package/lib/aso/config/aso-default-config.d.ts +0 -57
  34. package/lib/aso/config/aso-default-config.js +0 -2
  35. package/lib/aso/config/aso-single-response.d.ts +0 -5
  36. package/lib/aso/config/aso-single-response.js +0 -2
  37. package/lib/aso/offer/aso-customized-offer.d.ts +0 -11
  38. package/lib/aso/offer/aso-customized-offer.js +0 -2
  39. package/lib/aso/offer/aso-offer-response.d.ts +0 -6
  40. package/lib/aso/offer/aso-offer-response.js +0 -2
  41. package/lib/aso/offer/aso-offer-section.d.ts +0 -6
  42. package/lib/aso/offer/aso-offer-section.js +0 -2
  43. package/lib/aso/offer/aso-single-offer.d.ts +0 -5
  44. package/lib/aso/offer/aso-single-offer.js +0 -2
  45. package/lib/aso/offer/config/aso-config-v0.d.ts +0 -271
  46. package/lib/aso/offer/config/aso-config-v0.js +0 -57
  47. package/lib/aso/offer/config/aso-config-v1.d.ts +0 -263
  48. package/lib/aso/offer/config/aso-config-v1.js +0 -57
  49. package/lib/aso/offer/config/aso-config-v2.d.ts +0 -230
  50. package/lib/aso/offer/config/aso-config-v2.js +0 -55
  51. package/lib/aso/offer/config/aso-config-v3.d.ts +0 -227
  52. package/lib/aso/offer/config/aso-config-v3.js +0 -56
  53. package/lib/aso/offer/config/aso-config-v4.d.ts +0 -205
  54. package/lib/aso/offer/config/aso-config-v4.js +0 -56
  55. package/lib/aso/offer/config/aso-default-config.d.ts +0 -56
  56. package/lib/aso/offer/config/aso-default-config.js +0 -2
  57. package/lib/aso/offer/config/aso-single-response.d.ts +0 -5
  58. package/lib/aso/offer/config/aso-single-response.js +0 -2
  59. package/lib/aso/offerwall/auth/offerwall-auth-config.d.ts +0 -14
  60. package/lib/aso/offerwall/auth/offerwall-auth-config.js +0 -2
  61. package/lib/aso/offerwall/auth/offerwall-auth-localization.d.ts +0 -8
  62. package/lib/aso/offerwall/auth/offerwall-auth-localization.js +0 -2
  63. package/lib/aso/offerwall/auth/offerwall-auth-submit-request.d.ts +0 -3
  64. package/lib/aso/offerwall/auth/offerwall-auth-submit-request.js +0 -2
  65. package/lib/aso/offerwall/auth/offerwall-auth-submit-response.d.ts +0 -3
  66. package/lib/aso/offerwall/auth/offerwall-auth-submit-response.js +0 -2
  67. package/lib/aso/offerwall/offerwall-home-dialog-data.d.ts +0 -6
  68. package/lib/aso/offerwall/offerwall-home-dialog-data.js +0 -2
  69. package/lib/aso/offerwall/offerwall-offer.d.ts +0 -8
  70. package/lib/aso/offerwall/offerwall-offer.js +0 -2
  71. package/lib/aso/offerwall/offerwall-response.d.ts +0 -6
  72. package/lib/aso/offerwall/offerwall-response.js +0 -2
  73. package/lib/aso/offerwall/offerwall-section.d.ts +0 -6
  74. package/lib/aso/offerwall/offerwall-section.js +0 -2
  75. package/lib/aso/usage-logs/aso-config-fetch-entry.d.ts +0 -28
  76. package/lib/aso/usage-logs/aso-config-fetch-entry.js +0 -2
  77. package/lib/flash/flash-app-integration.d.ts +0 -53
  78. package/lib/flash/flash-app-integration.js +0 -63
  79. package/lib/flash/flash-app-list-item.d.ts +0 -5
  80. package/lib/flash/flash-app-list-item.js +0 -2
  81. package/lib/flash/flash-app-type.d.ts +0 -4
  82. package/lib/flash/flash-app-type.js +0 -8
  83. package/lib/flash/flash-app.d.ts +0 -169
  84. package/lib/flash/flash-app.js +0 -215
  85. package/src/templates/nginx-template.conf +0 -35
  86. package/src/types/ssh2-sftp-client.d.ts +0 -59
@@ -1,205 +0,0 @@
1
- import { DefaultConfig } from "./aso-default-config";
2
- interface IAuthorizationActionMapping {
3
- hasNextAction: string;
4
- nextActionIn: string;
5
- changeNumberCaption: string;
6
- nextActionCaption: string;
7
- nextActionPatternCaption: string;
8
- actualTitlePattern: string;
9
- expiredTitlePattern: string;
10
- subtitle: string;
11
- when: string;
12
- authorized: string;
13
- }
14
- interface ILocalizationMap {
15
- [key: string]: ILocalization;
16
- }
17
- export interface ASOConfig_v4 {
18
- name: string;
19
- email: string;
20
- id: number;
21
- bundle: string;
22
- host: string;
23
- ip: string;
24
- sshPassword: string;
25
- trackingLink: string;
26
- fullAccess: boolean;
27
- appsflyerKey: string;
28
- onesignalKey: string;
29
- onesignalRestApiKey?: string;
30
- allowedCountries: string;
31
- excludedCountries: string;
32
- supportUrl?: string;
33
- support?: {
34
- [key: string]: string;
35
- };
36
- privacyPolicyUrl: string;
37
- callCoolDown: number;
38
- smsCoolDown: number;
39
- maxSmsTries: number;
40
- maxCallTries: number;
41
- smscLogin: string;
42
- smscPassword: string;
43
- localization?: ILocalizationMap | ILocalization;
44
- localizationMapping: ILocalizationMapping;
45
- authorizationActionMapping: IAuthorizationActionMapping;
46
- offerSectionMapping: IOfferSectionMapping;
47
- offerResultMapping: IOfferResultMapping;
48
- configMapping: IConfigMapping;
49
- coloredStringMapping: IColoredStringMapping;
50
- coloredSpanMapping: IColoredSpanMapping;
51
- configEndpoint: string;
52
- offersEndpoint: string;
53
- nextActionEndpoint: string;
54
- currentActionEndpoint: string;
55
- validationEndpoint: string;
56
- imageEndpoint: string;
57
- sectionsParameter: string;
58
- phoneParameter: string;
59
- codeParameter: string;
60
- validityParameter: string;
61
- appsflyerIdParameter: string;
62
- advertisingIdParameter: string;
63
- onesignalIdParameter: string;
64
- offerIdParameter: string;
65
- countryCodeParameter: string;
66
- redirectFolderName?: string;
67
- redirectHtmlName: string;
68
- redirectJsName: string;
69
- redirectJsCustomNumberParameter?: string;
70
- networkErrorDialogTitle: LocalizedString;
71
- networkErrorDialogMessage: LocalizedString;
72
- networkErrorDialogButton: LocalizedString;
73
- skipCode?: boolean;
74
- externalIpGeo?: boolean;
75
- pinImitationCountries?: string;
76
- exportedTranslations?: boolean;
77
- readyForPanel?: boolean;
78
- betting?: boolean;
79
- version: number;
80
- }
81
- interface IOfferSectionMapping {
82
- offers: string;
83
- title: string;
84
- internal: [string, any][];
85
- }
86
- interface IOfferResultMapping {
87
- id: string;
88
- backgroundImage: string;
89
- foregroundImage: string;
90
- emoji: string;
91
- emojiCaption: string;
92
- buttonText: string;
93
- mappingName: string;
94
- }
95
- interface LocalizedString {
96
- en: string;
97
- ru: string;
98
- }
99
- interface ILocalization {
100
- numberWillReceiveACallPattern: string;
101
- numberReceivedACallPattern: string;
102
- numberReceivedASmsPattern: string;
103
- numberWillReceiveASmsPattern: string;
104
- enterLastFourDigits: string;
105
- enterCodeFromSms: string;
106
- callAgainSPattern: string;
107
- callAgain: string;
108
- smsAgain: string;
109
- smsAgainSPattern: string;
110
- changeNumber: string;
111
- sendSms: string;
112
- sendSmsSPattern: string;
113
- unfortunatelyYourTriesLeft: string;
114
- error_phone: string;
115
- error_server: string;
116
- error_invalidCode: string;
117
- changeNumber_title: string;
118
- changeNumber_message: string;
119
- changeNumber_no: string;
120
- changeNumber_yes: string;
121
- next_title: string;
122
- next_message: string;
123
- next_yes: string;
124
- next_no: string;
125
- supportCaption: string;
126
- game_spin: string;
127
- game_balance: string;
128
- game_balance_pattern: string;
129
- game_win: string;
130
- game_win_pattern: string;
131
- game_authorize: string;
132
- game_demo_welcome: string;
133
- game_demo_available_after_auth: string;
134
- game_min_rate_error_pattern: string;
135
- game_yourLevel: string;
136
- auth_title: IColoredString;
137
- auth_subtitle: IColoredString;
138
- auth_changeNumber: string;
139
- auth_getAccess: string;
140
- auth_enterAsGuest: string;
141
- auth_privacyPolicyAcceptance: string;
142
- auth_privacyPolicy: IColoredString;
143
- }
144
- interface IColoredString {
145
- text: string;
146
- colors: IColoredSpan[];
147
- mappingName: string;
148
- }
149
- interface IColoredSpan {
150
- from: number;
151
- to: number;
152
- color: string;
153
- }
154
- interface IColoredStringMapping {
155
- text: string;
156
- colors: string;
157
- internal: [string, IColoredSpanMapping][];
158
- }
159
- interface IColoredSpanMapping {
160
- from: string;
161
- to: string;
162
- color: string;
163
- }
164
- interface IConfigMapping {
165
- fullAccess: string;
166
- appsflyerKey: string;
167
- onesignalKey: string;
168
- allowedCountries: string;
169
- excludedCountries: string;
170
- supportUrl: string;
171
- privacyPolicyUrl: string;
172
- localization: string;
173
- internal: [string, ILocalizationMapping][];
174
- }
175
- interface ILocalizationMapping {
176
- game_spin: string;
177
- game_balance_pattern: string;
178
- game_win_pattern: string;
179
- game_authorize: string;
180
- game_demo_welcome: string;
181
- game_demo_available_after_auth: string;
182
- game_min_rate_error_pattern: string;
183
- game_yourLevel: string;
184
- error_phone: string;
185
- error_server: string;
186
- error_invalidCode: string;
187
- changeNumber_title: string;
188
- changeNumber_message: string;
189
- changeNumber_no: string;
190
- changeNumber_yes: string;
191
- next_title: string;
192
- next_message: string;
193
- next_yes: string;
194
- next_no: string;
195
- supportCaption: string;
196
- auth_title: string;
197
- auth_subtitle: string;
198
- auth_getAccess: string;
199
- auth_enterAsGuest: string;
200
- auth_privacyPolicyAcceptance: string;
201
- auth_privacyPolicy: string;
202
- internal: [string, IColoredStringMapping][];
203
- }
204
- export declare let asoConfigToDefault_v4: (config: ASOConfig_v4) => DefaultConfig;
205
- export {};
@@ -1,56 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.asoConfigToDefault_v4 = void 0;
4
- let asoConfigToDefault_v4 = (config) => {
5
- return {
6
- id: config.id,
7
- bundle: config.bundle,
8
- name: config.name,
9
- email: config.email,
10
- host: config.host,
11
- ip: config.ip,
12
- sshPassword: config.sshPassword,
13
- trackingLink: config.trackingLink,
14
- fullAccess: config.fullAccess,
15
- appsflyerKey: config.appsflyerKey,
16
- onesignalKey: config.onesignalKey,
17
- onesignalRestApiKey: config.onesignalRestApiKey,
18
- allowedCountries: config.allowedCountries,
19
- excludedCountries: config.excludedCountries,
20
- callCoolDown: config.callCoolDown,
21
- smsCoolDown: config.smsCoolDown,
22
- maxSmsTries: config.maxSmsTries,
23
- maxCallTries: config.maxCallTries,
24
- smscLogin: config.smscLogin,
25
- smscPassword: config.sshPassword,
26
- support: config.support,
27
- configMapping: config.configMapping,
28
- offerSectionMapping: config.offerSectionMapping,
29
- authorizationActionMapping: config.authorizationActionMapping,
30
- configEndpoint: config.configEndpoint,
31
- offersEndpoint: config.offersEndpoint,
32
- nextActionEndpoint: config.nextActionEndpoint,
33
- currentActionEndpoint: config.currentActionEndpoint,
34
- validationEndpoint: config.validationEndpoint,
35
- imageEndpoint: config.imageEndpoint,
36
- sectionsParameter: config.sectionsParameter,
37
- phoneParameter: config.phoneParameter,
38
- codeParameter: config.codeParameter,
39
- validityParameter: config.validityParameter,
40
- appsflyerIdParameter: config.appsflyerIdParameter,
41
- advertisingIdParameter: config.advertisingIdParameter,
42
- onesignalIdParameter: config.onesignalIdParameter,
43
- offerIdParameter: config.offerIdParameter,
44
- countryCodeParameter: config.countryCodeParameter,
45
- redirectFolderName: config.redirectFolderName,
46
- redirectHtmlName: config.redirectHtmlName,
47
- redirectJsName: config.redirectJsName,
48
- redirectJsCustomNumberParameter: config.redirectJsCustomNumberParameter,
49
- skipCode: config.skipCode,
50
- externalIpGeo: config.externalIpGeo,
51
- exportedTranslations: config.exportedTranslations,
52
- readyForPanel: config.readyForPanel,
53
- version: 4
54
- };
55
- };
56
- exports.asoConfigToDefault_v4 = asoConfigToDefault_v4;
@@ -1,56 +0,0 @@
1
- export interface DefaultConfig {
2
- id: number;
3
- bundle: string;
4
- name: string;
5
- email: string;
6
- host: string;
7
- ip: string;
8
- sshPassword: string;
9
- trackingLink: string;
10
- fullAccess: boolean;
11
- appsflyerKey: string;
12
- onesignalKey: string;
13
- onesignalRestApiKey?: string;
14
- allowedCountries: string;
15
- excludedCountries: string;
16
- support?: {
17
- [key: string]: string;
18
- };
19
- callCoolDown: number;
20
- smsCoolDown: number;
21
- maxSmsTries: number;
22
- maxCallTries: number;
23
- smscLogin: string;
24
- smscPassword: string;
25
- configMapping: object;
26
- offerSectionMapping: object;
27
- authorizationActionMapping: object;
28
- configEndpoint: string;
29
- offersEndpoint: string;
30
- nextActionEndpoint: string;
31
- currentActionEndpoint: string;
32
- validationEndpoint: string;
33
- imageEndpoint: string;
34
- sectionsParameter: string;
35
- phoneParameter: string;
36
- codeParameter: string;
37
- validityParameter: string;
38
- appsflyerIdParameter: string;
39
- advertisingIdParameter: string;
40
- onesignalIdParameter: string;
41
- offerIdParameter: string;
42
- countryCodeParameter?: string;
43
- redirectHtmlName: string;
44
- redirectJsName: string;
45
- redirectFolderName?: string;
46
- redirectJsCustomNumberParameter?: string;
47
- apiPrefix?: string;
48
- skipCode?: boolean;
49
- externalIpGeo?: boolean;
50
- pinImitationCountries?: string;
51
- newTrackingLink?: string;
52
- exportedTranslations?: boolean;
53
- readyForPanel?: boolean;
54
- betting?: boolean;
55
- version: number;
56
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- import { DefaultConfig } from "./aso-default-config";
2
- export interface IConfigResponse {
3
- default: DefaultConfig;
4
- plain: any;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- import { IOfferWallAuthLocalization } from "aso/offerwall/auth/offerwall-auth-localization";
2
- import { IGradient, IShape } from "../../../shared/shape";
3
- export interface IOfferWallAuthConfig {
4
- includedCountries: string;
5
- excludedCountries: string;
6
- registerButtonShape: IShape;
7
- phoneInputShape: IShape;
8
- offerwallItemShape: IShape;
9
- background: IGradient | string;
10
- logoUrl: string;
11
- owBackground?: IGradient | string;
12
- fontUrl?: string;
13
- authLocalization: IOfferWallAuthLocalization;
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- import { IColoredString } from "aso/config/aso-config-v0";
2
- export interface IOfferWallAuthLocalization {
3
- title: IColoredString;
4
- subtitle: IColoredString;
5
- privacyPolicyTopText: string;
6
- privacyPolicyBottomText: IColoredString;
7
- registerButtonText: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface IOfferWallAuthSubmitRequest {
2
- phone: string;
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface IOfferWallAuthSubmitResponse {
2
- ok: boolean;
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface IOfferWallHomeDialogData {
2
- title: string;
3
- message: string;
4
- yes: string;
5
- no: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- export interface IOfferWallOffer {
2
- url: string;
3
- foregroundUrl: string;
4
- backgroundUrl: string;
5
- emojiIcon?: string;
6
- emojiCaption?: string;
7
- caption: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- import { IOfferWallHomeDialogData } from "aso/offerwall/offerwall-home-dialog-data";
2
- import { IOfferWallSection } from "aso/offerwall/offerwall-section";
3
- export interface IOfferWallResponse {
4
- sections: IOfferWallSection[];
5
- homeDialog: IOfferWallHomeDialogData;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- import { IOfferWallOffer } from "aso/offerwall/offerwall-offer";
2
- export interface IOfferWallSection {
3
- offers: IOfferWallOffer[];
4
- title: string;
5
- buttonText: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,28 +0,0 @@
1
- import { Document } from "mongoose";
2
- export interface IUsageLogEntry extends Document {
3
- countryCode: string;
4
- ip: string;
5
- timestamp: number;
6
- phone: string;
7
- }
8
- export interface IUsageLogRequest {
9
- from: number;
10
- to: number;
11
- first: number;
12
- last: number;
13
- count: number;
14
- }
15
- interface ICountryInfo {
16
- all: number;
17
- authorized: number;
18
- }
19
- export interface IUsageLogResponse {
20
- countriesInfo: {
21
- [key: string]: ICountryInfo;
22
- };
23
- first: number;
24
- last: number;
25
- entries: IUsageLogEntry[];
26
- newEntries: IUsageLogEntry[];
27
- }
28
- export {};
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,53 +0,0 @@
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 IFlashIntegration {
49
- id: number;
50
- name: string;
51
- description: string;
52
- alterations: [any[]];
53
- }
@@ -1,63 +0,0 @@
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 = {}));
@@ -1,5 +0,0 @@
1
- export interface IFlashAppListItem {
2
- id: number;
3
- bundle: string;
4
- name: string;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export declare enum FlashAppType {
2
- GAMBLING = "gambling",
3
- FINANCES = "finances"
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FlashAppType = void 0;
4
- var FlashAppType;
5
- (function (FlashAppType) {
6
- FlashAppType["GAMBLING"] = "gambling";
7
- FlashAppType["FINANCES"] = "finances"; // do not change the order!
8
- })(FlashAppType = exports.FlashAppType || (exports.FlashAppType = {}));