Skip to content

Commit f44eedc

Browse files
committed
User Model related changes and updates.
1 parent f27e498 commit f44eedc

1 file changed

Lines changed: 27 additions & 57 deletions

File tree

api.json

Lines changed: 27 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,12 +1650,10 @@
16501650
"properties": {
16511651
"onesignal_id": {
16521652
"type": "string",
1653-
"format": "uuid",
1654-
"description": "onesignal_id TODO"
1653+
"format": "uuid"
16551654
},
16561655
"external_id": {
1657-
"type": "string",
1658-
"description": "external_id TODO"
1656+
"type": "string"
16591657
}
16601658
},
16611659
"additionalProperties": {
@@ -1670,53 +1668,42 @@
16701668
"properties": {
16711669
"tags": {
16721670
"type": "object",
1673-
"description": "tags TODO",
16741671
"additionalProperties": {
16751672
"type": "string"
16761673
}
16771674
},
16781675
"language": {
1679-
"type": "string",
1680-
"description": "language TODO"
1676+
"type": "string"
16811677
},
16821678
"timezone_id": {
1683-
"type": "string",
1684-
"description": "timezone_id TODO"
1679+
"type": "string"
16851680
},
16861681
"lat": {
1687-
"type": "number",
1688-
"description": "lat TODO"
1682+
"type": "number"
16891683
},
16901684
"long": {
1691-
"type": "number",
1692-
"description": "long TODO"
1685+
"type": "number"
16931686
},
16941687
"country": {
1695-
"type": "string",
1696-
"description": "country TODO"
1688+
"type": "string"
16971689
},
16981690
"first_active": {
1699-
"type": "number",
1700-
"description": "first_active TODO"
1691+
"type": "number"
17011692
},
17021693
"last_active": {
1703-
"type": "number",
1704-
"description": "last_active TODO"
1694+
"type": "number"
17051695
},
17061696
"amount_spent": {
1707-
"type": "number",
1708-
"description": "amount_spent TODO"
1697+
"type": "number"
17091698
},
17101699
"purchases": {
17111700
"type": "array",
1712-
"description": "purchases TODO",
17131701
"items": {
17141702
"$ref": "#/components/schemas/Purchase"
17151703
}
17161704
},
17171705
"ip": {
1718-
"type": "string",
1719-
"description": "ip TODO"
1706+
"type": "string"
17201707
}
17211708
}
17221709
},
@@ -1742,7 +1729,6 @@
17421729
},
17431730
"SubscriptionType": {
17441731
"type": "string",
1745-
"description": "TODO",
17461732
"enum": [
17471733
"iOSPush",
17481734
"AndroidPush",
@@ -1764,71 +1750,55 @@
17641750
"properties": {
17651751
"id": {
17661752
"type": "string",
1767-
"format": "uuid",
1768-
"description": "TODO"
1753+
"format": "uuid"
17691754
},
17701755
"type": {
17711756
"$ref": "#/components/schemas/SubscriptionType"
17721757
},
17731758
"token": {
1774-
"type": "string",
1775-
"description": "TODO"
1759+
"type": "string"
17761760
},
17771761
"enabled": {
1778-
"type": "boolean",
1779-
"description": "TODO"
1762+
"type": "boolean"
17801763
},
17811764
"notification_types": {
1782-
"type": "number",
1783-
"description": "TODO"
1765+
"type": "number"
17841766
},
17851767
"session_time": {
1786-
"type": "number",
1787-
"description": "TODO"
1768+
"type": "number"
17881769
},
17891770
"session_count": {
1790-
"type": "number",
1791-
"description": "TODO"
1771+
"type": "number"
17921772
},
17931773
"sdk": {
1794-
"type": "string",
1795-
"description": "TODO"
1774+
"type": "string"
17961775
},
17971776
"device_model": {
1798-
"type": "string",
1799-
"description": "TODO"
1777+
"type": "string"
18001778
},
18011779
"device_os": {
1802-
"type": "string",
1803-
"description": "TODO"
1780+
"type": "string"
18041781
},
18051782
"rooted": {
1806-
"type": "boolean",
1807-
"description": "TODO"
1783+
"type": "boolean"
18081784
},
18091785
"test_type": {
1810-
"type": "number",
1811-
"description": "TODO"
1786+
"type": "number"
18121787
},
18131788
"app_version": {
1814-
"type": "string",
1815-
"description": "TODO"
1789+
"type": "string"
18161790
},
18171791
"net_type": {
1818-
"type": "number",
1819-
"description": "TODO"
1792+
"type": "number"
18201793
},
18211794
"carrier": {
1822-
"type": "string",
1823-
"description": "TODO"
1795+
"type": "string"
18241796
},
18251797
"web_auth": {
1826-
"type": "string",
1827-
"description": "TODO"
1798+
"type": "string"
18281799
},
18291800
"web_p256": {
1830-
"type": "string",
1831-
"description": "TODO"
1801+
"type": "string"
18321802
}
18331803
}
18341804
},

0 commit comments

Comments
 (0)