apps-sdk 1.1.73 → 1.1.74

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/config.js CHANGED
@@ -13,7 +13,7 @@ export var ENDPOINTS = {
13
13
  AUDIENCES: "https://backend.ailandsapp.com",
14
14
  CONTENTS: "https://backend.ailandsapp.com",
15
15
  EVENTS: "https://ap0404.gways.org",
16
- GET_LEGAL_TEXT: "https://backend.ailandsapp.com/content/andromeda/get-legal-text",
16
+ GET_LEGAL_TEXT: "https://api.fluver-ai.com/content/andromeda/get-legal-text",
17
17
  }
18
18
 
19
19
  export var EVENTS = {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "author": "ASD",
@@ -0,0 +1,36 @@
1
+ ### List Songs
2
+ POST https://api.fluver-ai.com/content/andromeda/get-legal-text HTTP/1.1
3
+ Content-Type: application/json
4
+
5
+ {
6
+ "user_id": "20251107104348_57131690dbf5452eae",
7
+ "isFirstOpen": false,
8
+ "app": {
9
+ "shortVersion": "1.1.73",
10
+ "package": "com.mobileawareservices.chatconnect",
11
+ "languageCode": "en",
12
+ "regionCode": "DZ",
13
+ "buildVersionNumber": "1.1.73"
14
+ },
15
+ "device": {
16
+ "name": "iPhone 16 Plus",
17
+ "systemName": "iOS",
18
+ "systemVersion": "18.6",
19
+ "model": "Simulator iOS"
20
+ },
21
+ "sandbox": {
22
+ "domains": "0"
23
+ },
24
+ "adjust": {
25
+ "attribution_id": "",
26
+ "idfa": "",
27
+ "googleAdid": "",
28
+ "attribution": {}
29
+ },
30
+ "dev": false,
31
+ "lang": "en",
32
+ "package": "com.mobileawareservices.chatconnect",
33
+ "webId": "chatconnect-web",
34
+ "type": "tc",
35
+ "language": "en"
36
+ }