@accelbyte/sdk 0.1.1-alpha.39
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/CHANGELOG.md +175 -0
- package/LICENSE +19 -0
- package/dist/index.d.ts +56748 -0
- package/dist/index.es.js +25041 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +25862 -0
- package/dist/index.js.map +1 -0
- package/dist/package.json +16 -0
- package/package.json +59 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
### 0.1.1-alpha.39 - 2022-12-01
|
|
2
|
+
|
|
3
|
+
- Fix build and publish process
|
|
4
|
+
|
|
5
|
+
### 0.1.1-alpha.38 - 2022-11-23
|
|
6
|
+
|
|
7
|
+
- Prettify config files
|
|
8
|
+
- [Dev][Legal app] Odin legal app not displaying list of game namespace legal document
|
|
9
|
+
|
|
10
|
+
### 0.1.1-alpha-37 - 2022-11-17
|
|
11
|
+
|
|
12
|
+
- Fix `currentUserCanOrder` function returning `false` when `user` is `null`
|
|
13
|
+
|
|
14
|
+
### 0.1.1-alpha-36 - 2022-11-16
|
|
15
|
+
|
|
16
|
+
- [DEV][STAGE][Login App][Registration] Published legal is not displayed on registration page if selected country doesn't have legal
|
|
17
|
+
- Add vitest and tests to some of the API classes and utilities
|
|
18
|
+
|
|
19
|
+
### 0.1.1-alpha-35 - 2022-11-15
|
|
20
|
+
|
|
21
|
+
- [Dev][PP][Launcher] App will crash when try to access upgrade headless account or Link to New Account registration form
|
|
22
|
+
- Remove duplicate "exchangeAuthorizationCode" and "getFormattedValidation" methods and add `IamHelper.getAuthorizationCodeParams()`
|
|
23
|
+
|
|
24
|
+
### 0.1.1-alpha-34 - 2022-11-10
|
|
25
|
+
|
|
26
|
+
- [WebSDK] Adjust cache overrides for certain API that need `cache: false`
|
|
27
|
+
|
|
28
|
+
### 0.1.1-alpha-33 - 2022-11-07
|
|
29
|
+
|
|
30
|
+
- [WebSDK] WebSDK accepts cache argument at initialization
|
|
31
|
+
|
|
32
|
+
### 0.1.1-alpha-32 - 2022-11-02
|
|
33
|
+
|
|
34
|
+
- Adding 2FA email method at password and security menu
|
|
35
|
+
- Adding 2FA email method at 2FA verification page
|
|
36
|
+
|
|
37
|
+
### 0.1.1-alpha-31 - 2022-10-30
|
|
38
|
+
|
|
39
|
+
- Removes isDesktopOption
|
|
40
|
+
- Renames AccelbyteSDK apis from camelCase to TitleCase
|
|
41
|
+
- Removes refreshToken from SDK Options
|
|
42
|
+
|
|
43
|
+
### 0.1.1-alpha-30 - 2022-10-13
|
|
44
|
+
|
|
45
|
+
- [Dev][PP][Launcher] Validate IAM inputs using regex returned from backend
|
|
46
|
+
|
|
47
|
+
### 0.1.1-alpha-29 - 2022-10-11
|
|
48
|
+
|
|
49
|
+
- [Dev][PP][Launcher] Update `justice-js-common-utils` to improve `generatePattern` logic in `InputValidationHelper`
|
|
50
|
+
|
|
51
|
+
### 0.1.1-alpha-28 - 2022-10-07
|
|
52
|
+
|
|
53
|
+
- [Dev][PP][Launcher] Update `justice-js-common-utils` to improve `generatePattern` logic in `InputValidationHelper`
|
|
54
|
+
|
|
55
|
+
### 0.1.1-alpha.27 - 2022-10-05
|
|
56
|
+
|
|
57
|
+
- Publish Web SDK
|
|
58
|
+
|
|
59
|
+
### 0.1.1-alpha.26 - 2022-10-05
|
|
60
|
+
|
|
61
|
+
- [Dev][PP][Launcher][My Profile] Change email address stay at the same page after input valid verification code & new email address
|
|
62
|
+
- [Dev][PP][Launcher] User must click accept button on legal pop up twice for closing it
|
|
63
|
+
|
|
64
|
+
### 0.1.1-alpha.25 - 2022-09-30
|
|
65
|
+
|
|
66
|
+
- [Dev][PP][Launcher] Update `justice-js-common-utils` to improve `generatePattern` logic in `InputValidationHelper`
|
|
67
|
+
|
|
68
|
+
### 0.1.1-alpha.24 - 2022-09-29
|
|
69
|
+
|
|
70
|
+
- fix list of linked account not changed after unlink account, set the cache false for getUserDistinctLinkedPlatform
|
|
71
|
+
|
|
72
|
+
### 0.1.1-alpha.23 - 2022-09-27
|
|
73
|
+
|
|
74
|
+
- Split WebSDK to Admin and Public, Introduce Cache in WebSDK
|
|
75
|
+
- [Dev][PP][My Account] Save Changes Button Shown as Reload Upon Finishing Register New Account Through Link New Account
|
|
76
|
+
|
|
77
|
+
### 0.1.1-alpha.22 - 2022-09-22
|
|
78
|
+
|
|
79
|
+
- [STG][PP][Upgrade Account] There is no error message while inputting existing email.
|
|
80
|
+
|
|
81
|
+
### 0.1.1-alpha.21 - 2022-09-19
|
|
82
|
+
|
|
83
|
+
- remove patches containing language patterns, WalletInfo definition, and OrderInfo definition
|
|
84
|
+
- [WebSDK] Add Cache in WebSDK
|
|
85
|
+
- [Editor][Improvement] Move the Social Links Configuration to General Settings
|
|
86
|
+
|
|
87
|
+
### 0.1.1-alpha.20 - 2022-09-16
|
|
88
|
+
|
|
89
|
+
- Ecommerce AppState Refactor
|
|
90
|
+
- Update Web SDK to the latest
|
|
91
|
+
|
|
92
|
+
### 0.1.1-alpha.19 - 2022-09-13
|
|
93
|
+
|
|
94
|
+
- [Dev][WebSDK] Address warnings when building od-web-sdk
|
|
95
|
+
|
|
96
|
+
### 0.1.1-alpha.18 - 2022-09-14
|
|
97
|
+
|
|
98
|
+
- [Dev][PP] User stuck on legal popup loading screen after successfully upgrade headless account
|
|
99
|
+
|
|
100
|
+
### 0.1.1-alpha.17 - 2022-09-07
|
|
101
|
+
|
|
102
|
+
- [Dev][PP][Launcher] Fix always get 409 on upgrading headless account
|
|
103
|
+
|
|
104
|
+
### 0.1.1-alpha.16 - 2022-09-07
|
|
105
|
+
|
|
106
|
+
- [Editor][Config Service] Ensure that all featureFlags are migrated to ppFeatureFlags/launcherFeatureFlags, and move experimental flags to discovery
|
|
107
|
+
|
|
108
|
+
### 0.1.1-alpha.15 - 2022-09-01
|
|
109
|
+
|
|
110
|
+
- [DEV][PP][Feedback] show owned information of the item contained in option box (add new entitlement api)
|
|
111
|
+
|
|
112
|
+
### 0.1.1-alpha.14 - 2022-08-25
|
|
113
|
+
|
|
114
|
+
- [PP][Account Linking] There is no success message when user successfully link their account
|
|
115
|
+
|
|
116
|
+
### 0.1.1-alpha.13 - 2022-08-24
|
|
117
|
+
|
|
118
|
+
- [PP][Stores][OPTIONBOX] Implement store list page
|
|
119
|
+
- [PP][Stores][OPTIONBOX] Implement detail optionbox page
|
|
120
|
+
- [PP][Stores][OPTIONBOX] Claim item inside option
|
|
121
|
+
|
|
122
|
+
### 0.1.1-alpha.12 - 2022-08-22
|
|
123
|
+
|
|
124
|
+
- [Dev][PP][Launcher] Add IAM validation for email in upgrade headless
|
|
125
|
+
- [Dev][PP][Launcher] Add IAM validation for email in change email and link 3rd party to a new account
|
|
126
|
+
|
|
127
|
+
### 0.1.1-alpha.11 - 2022-08-19
|
|
128
|
+
|
|
129
|
+
- Move account business logic to WebSdk
|
|
130
|
+
|
|
131
|
+
### 0.1.1-alpha.10 - 2022-08-15
|
|
132
|
+
|
|
133
|
+
- [Dev][PP][Launcher] Legal checklist missing on 3rd party new account registration page
|
|
134
|
+
|
|
135
|
+
### 0.1.1-alpha.9 - 2022-08-12
|
|
136
|
+
|
|
137
|
+
- [Dev][PP][Launcher] After purchase game, Buy Now button not changes into Play button or Go to Library button
|
|
138
|
+
- [WebSDK] Refactor IAM business logic to the Web SDK
|
|
139
|
+
|
|
140
|
+
### 0.1.1-alpha.8 - 2022-08-09
|
|
141
|
+
|
|
142
|
+
- Break getUnsignedPolicies function into multiple methods
|
|
143
|
+
|
|
144
|
+
### 0.1.1-alpha.7 - 2022-08-05
|
|
145
|
+
|
|
146
|
+
- Simplify legal service business logic flow and move to Web SDK
|
|
147
|
+
|
|
148
|
+
### 0.1.1-alpha.6 - 2022-08-04
|
|
149
|
+
|
|
150
|
+
- [Dev][Player Portal] Add a redirection page for user verification through link
|
|
151
|
+
- Move out login flow logic out to Web SDK
|
|
152
|
+
|
|
153
|
+
### 0.1.1-alpha.5 - 2022-07-29
|
|
154
|
+
|
|
155
|
+
- [Editor][PP][Launcher] Migrate Editor, PP and Launcher to the latest Config-Service endpoints
|
|
156
|
+
|
|
157
|
+
### 0.1.1-alpha.4 - 2022-07-27
|
|
158
|
+
|
|
159
|
+
- Update the typings for `config.data` for Odin Config Web SDK
|
|
160
|
+
- [Editor] App Id use dropdown select
|
|
161
|
+
|
|
162
|
+
### 0.1.1-alpha.3 - 2022-07-26
|
|
163
|
+
|
|
164
|
+
- [WebSDK] Web SDK is updated with new config-service endpoints
|
|
165
|
+
|
|
166
|
+
### 0.1.1-alpha.2 - 2022-07-21
|
|
167
|
+
|
|
168
|
+
- Apply Alternative themes
|
|
169
|
+
- [Editor] Handle user access scenario
|
|
170
|
+
|
|
171
|
+
### 0.1.1-alpha.1 - 2022-07-14
|
|
172
|
+
|
|
173
|
+
- compare patches with latest swaggers
|
|
174
|
+
- [Technical] Audit and Remove unused NPM dependencies
|
|
175
|
+
- [Technical] Clean up unused sdk-web-test directory
|
package/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
AccelByte Development Code License
|
|
2
|
+
|
|
3
|
+
This development code license agreement (“Agreement”) is between you and AccelByte, Inc. ("AccelByte"), and governs your use of the SDK, sample code or other software that is accompanied by this license (the "Licensed Software"). By using the Licensed Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not use the Licensed Software.
|
|
4
|
+
|
|
5
|
+
1. License Grant. AccelByte hereby grants you a revocable, non-exclusive, non-sublicensable, non-transferrable license to use the Licensed Software, solely to develop your own games that are designed to operate on the AccelByte platform (available under a separate agreement), and solely as needed to enable that operation.
|
|
6
|
+
|
|
7
|
+
2. Restrictions. Except as expressly permitted in this Agreement, you may not: (a) copy, modify, or create derivative works of the Licensed Software; (b) distribute, sublicense, lease, rent, loan, or otherwise transfer the Licensed Software or any rights granted under this Agreement; (c) reverse engineer, decompile, or disassemble the Licensed Software; or (d) make the functionality of the Licensed Software available to any third party.
|
|
8
|
+
|
|
9
|
+
3. Termination. This Agreement will remain in effect until terminated by you or AccelByte. AccelByte may terminate this Agreement at any time for any reason. Upon termination of this Agreement, you must cease all use of the Licensed Software and destroy all copies of the Licensed Software in your possession or control.
|
|
10
|
+
|
|
11
|
+
4. Proprietary Rights. The Licensed Software is owned and copyrighted by AccelByte. Your license to use the Licensed Software does not grant you any right, title, or interest in or to the Licensed Software, except for the limited rights expressly granted in this Agreement.
|
|
12
|
+
|
|
13
|
+
5. Disclaimer of Warranties. THE LICENSED SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ACCELBYTE DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
14
|
+
|
|
15
|
+
6. Limitation of Liability. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL ACCELBYTE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND, ARISING FROM OR RELATED TO THIS AGREEMENT OR THE SDK, WHETHER IN CONTRACT, TORT, OR OTHERWISE, EVEN IF ACCELBYTE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
16
|
+
|
|
17
|
+
7. Governing Law. This Agreement will be governed by and construed in accordance with the laws of the state of Washington in the United States of America, without regard to its conflict of law provisions.
|
|
18
|
+
|
|
19
|
+
8. Contact Information. If you have any questions about this Agreement, please contact AccelByte at: hello@accelbyte.io. Last updated: October 26, 2022
|