@bprotsyk/aso-core 2.1.32 → 2.1.35

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 (105) 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 +208 -207
  9. package/lib/app/app.js +156 -161
  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 -48
  35. package/lib/network/keitaro/keitaro-service.js +263 -263
  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 -31
  51. package/lib/panel/app/upsert-flash-app-request.js +2 -2
  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 -13
  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 +317 -322
  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 -325
  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/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 +663 -663
  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
@@ -1,28 +1,28 @@
1
- const fs = require('fs');
2
- const axios = require('axios');
3
-
4
- async function fetchDataFromCSVFile(filePath) {
5
- fs.readFile(filePath, 'utf8', async (error, csvData) => {
6
- if (error) {
7
- console.error(error);
8
- return;
9
- }
10
-
11
- const rows = csvData.split('\n');
12
- const firstValues = rows.map(row => {
13
- const columns = row.split(';');
14
- return columns[0];
15
- });
16
-
17
- for (let value of firstValues) {
18
- const url = `https://aibprtsk.com/bab2832/postback?subid=${value}&status=sale&payout=70`; // Modify the URL pattern as per your requirements
19
- console.log(value)
20
- await axios.get(url)
21
- }
22
- });
23
- }
24
-
25
- // Example usage
26
- console.log(__dirname)
27
- const filePath = `${__dirname}/data.csv`;
1
+ const fs = require('fs');
2
+ const axios = require('axios');
3
+
4
+ async function fetchDataFromCSVFile(filePath) {
5
+ fs.readFile(filePath, 'utf8', async (error, csvData) => {
6
+ if (error) {
7
+ console.error(error);
8
+ return;
9
+ }
10
+
11
+ const rows = csvData.split('\n');
12
+ const firstValues = rows.map(row => {
13
+ const columns = row.split(';');
14
+ return columns[0];
15
+ });
16
+
17
+ for (let value of firstValues) {
18
+ const url = `https://aibprtsk.com/bab2832/postback?subid=${value}&status=sale&payout=70`; // Modify the URL pattern as per your requirements
19
+ console.log(value)
20
+ await axios.get(url)
21
+ }
22
+ });
23
+ }
24
+
25
+ // Example usage
26
+ console.log(__dirname)
27
+ const filePath = `${__dirname}/data.csv`;
28
28
  fetchDataFromCSVFile(filePath);
package/tsconfig.json CHANGED
@@ -1,20 +1,20 @@
1
- {
2
- "compilerOptions": {
3
- "target": "esnext",
4
- "lib": ["esnext", "dom"],
5
- "module": "commonjs",
6
- "declaration": true,
7
- "outDir": "./lib",
8
- "baseUrl": "./src",
9
- "rootDir": "./src",
10
- "jsx": "react-jsx",
11
- "strict": true,
12
- "esModuleInterop": true,
13
- "moduleResolution": "node",
14
- "skipLibCheck": true
15
-
16
-
17
- },
18
- "include": ["src", "templates/**/*"],
19
- "exclude": ["node_modules", "**/__tests__/*"]
20
- }
1
+ {
2
+ "compilerOptions": {
3
+ "target": "esnext",
4
+ "lib": ["esnext", "dom"],
5
+ "module": "commonjs",
6
+ "declaration": true,
7
+ "outDir": "./lib",
8
+ "baseUrl": "./src",
9
+ "rootDir": "./src",
10
+ "jsx": "react-jsx",
11
+ "strict": true,
12
+ "esModuleInterop": true,
13
+ "moduleResolution": "node",
14
+ "skipLibCheck": true
15
+
16
+
17
+ },
18
+ "include": ["src", "templates/**/*"],
19
+ "exclude": ["node_modules", "**/__tests__/*"]
20
+ }