@accelbyte/sdk 0.2.0-beta.16 → 0.2.0-beta.19
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/dist/cjs/node/index.js +6 -5
- package/dist/cjs/node/index.js.map +1 -1
- package/dist/es/browser/AccelbyteSdkFactory.js +3 -2
- package/dist/es/browser/AccelbyteSdkFactory.js.map +1 -1
- package/dist/es/browser/api/iam/InputValidationHelper.js +1 -1
- package/dist/es/browser/api/legal/LegalHelper.js +1 -1
- package/dist/es/browser/utils/SdkCache.js +1 -1
- package/dist/es/node/AccelbyteSdkFactory.js +3 -2
- package/dist/es/node/AccelbyteSdkFactory.js.map +1 -1
- package/dist/es/node/api/iam/InputValidationHelper.js +1 -1
- package/dist/es/node/api/legal/LegalHelper.js +1 -1
- package/dist/es/node/utils/SdkCache.js +1 -1
- package/examples/next/package.json +1 -1
- package/examples/next/yarn.lock +43 -10
- package/examples/node/index.js +58 -0
- package/examples/node/package.json +2 -1
- package/examples/vite/package.json +2 -2
- package/examples/vite/yarn.lock +61 -28
- package/package.json +10 -8
- package/CHANGELOG.md +0 -307
package/CHANGELOG.md
DELETED
|
@@ -1,307 +0,0 @@
|
|
|
1
|
-
### 0.2.0-beta.16 - 2023-02-22
|
|
2
|
-
|
|
3
|
-
- Add Runtime Checking for Service Versions
|
|
4
|
-
|
|
5
|
-
### 0.2.0-beta.13 - 2023-02-22
|
|
6
|
-
|
|
7
|
-
- Enable tree-shaking for @accelbyte/sdk
|
|
8
|
-
- Change TwoFA to TwoFAApi and InputValidationApi to InputValidationsApi
|
|
9
|
-
|
|
10
|
-
### 0.2.0-beta.10 - 2023-02-21
|
|
11
|
-
|
|
12
|
-
- Fix build to 5a0f0c3
|
|
13
|
-
|
|
14
|
-
### 0.2.0-beta.6 - 2023-02-20
|
|
15
|
-
|
|
16
|
-
- Add DesktopChecker to the entry index
|
|
17
|
-
|
|
18
|
-
### 0.2.0-beta.5 - 2023-02-19
|
|
19
|
-
|
|
20
|
-
- Updated documentation
|
|
21
|
-
|
|
22
|
-
### 0.2.0-beta.4 - 2023-02-17
|
|
23
|
-
|
|
24
|
-
- Updated comments replacing all markups with markdowns
|
|
25
|
-
|
|
26
|
-
### 0.2.0-beta.4 - 2023-02-16
|
|
27
|
-
|
|
28
|
-
- Updated Readme
|
|
29
|
-
|
|
30
|
-
### 0.2.0-beta.2 - 2023-02-16
|
|
31
|
-
|
|
32
|
-
- Further refactor SDK to use `interface` to prevent auto-expansion of types in Visual Studio Code
|
|
33
|
-
|
|
34
|
-
### 0.2.0-beta.1 - 2023-02-15
|
|
35
|
-
|
|
36
|
-
- Release Web SDK as a Beta Version
|
|
37
|
-
|
|
38
|
-
### 0.1.1-alpha.63 - 2023-02-15
|
|
39
|
-
|
|
40
|
-
- Update codegen to emit `interface` instead of `type` when inferring Zod type
|
|
41
|
-
|
|
42
|
-
### 0.1.1-alpha.62 - 2023-02-08
|
|
43
|
-
|
|
44
|
-
- Allow simplification when passing configs to widgetOptions in SdkWidget
|
|
45
|
-
|
|
46
|
-
### 0.1.1-alpha.61 - 2023-02-07
|
|
47
|
-
|
|
48
|
-
- OS-8668 fixing check EligibleUser dateOfBirth is now could be undefined
|
|
49
|
-
|
|
50
|
-
### 0.1.1-alpha.60 - 2023-02-06
|
|
51
|
-
|
|
52
|
-
- Fix build for Windows
|
|
53
|
-
- Create missing config types and move configs from private package
|
|
54
|
-
|
|
55
|
-
### 0.1.1-alpha.59 - 2023-02-01
|
|
56
|
-
|
|
57
|
-
- Move example SDK and Widgets usages to the SDK and Widgets folder
|
|
58
|
-
- Expose passing data config from SDK to Widget
|
|
59
|
-
|
|
60
|
-
### 0.1.1-alpha.58 - 2023-01-30
|
|
61
|
-
|
|
62
|
-
- Bump dependencies versions for security patches
|
|
63
|
-
|
|
64
|
-
### 0.1.1-alpha.57 - 2023-01-24
|
|
65
|
-
|
|
66
|
-
- Don't use ESM-only build yet for validator
|
|
67
|
-
|
|
68
|
-
### 0.1.1-alpha.56 - 2023-01-23
|
|
69
|
-
|
|
70
|
-
- Allow building SDK without requiring validator to be built, fix browser bundle, bump dependencies
|
|
71
|
-
|
|
72
|
-
### 0.1.1-alpha.55 - 2023-01-23
|
|
73
|
-
|
|
74
|
-
- Fix generateLoginURL not working in Node.js because getRandomValues is not polyfilled
|
|
75
|
-
|
|
76
|
-
### 0.1.1-alpha.54 - 2023-01-12
|
|
77
|
-
|
|
78
|
-
- Add `brandName` to DiscoveryConfigData
|
|
79
|
-
|
|
80
|
-
### 0.1.1-alpha.53 - 2023-01-11
|
|
81
|
-
|
|
82
|
-
- Fixed od-shared dependency error
|
|
83
|
-
|
|
84
|
-
### 0.1.1-alpha.51 - 2023-01-06
|
|
85
|
-
|
|
86
|
-
- Register feature flag for Login Web placed under Player Portal section
|
|
87
|
-
- Add 3rd-party login config to hide/show it as the login option
|
|
88
|
-
- Deprecate justice-js-common-utils
|
|
89
|
-
|
|
90
|
-
### 0.1.1-alpha.50 - 2023-01-04
|
|
91
|
-
|
|
92
|
-
- Fix build error
|
|
93
|
-
|
|
94
|
-
### 0.1.1-alpha.49 - 2023-01-03
|
|
95
|
-
|
|
96
|
-
- Update dependency versions
|
|
97
|
-
|
|
98
|
-
### 0.1.1-alpha.48 - 2022-12-27
|
|
99
|
-
|
|
100
|
-
- Fix user is unable to activate 2fa with email due to missing `content-type: application/x-www-form-urlencoded`
|
|
101
|
-
|
|
102
|
-
### 0.1.1-alpha.47 - 2022-12-22
|
|
103
|
-
|
|
104
|
-
- Fix wrong fields in package.json being deleted
|
|
105
|
-
|
|
106
|
-
### 0.1.1-alpha.46 - 2022-12-22
|
|
107
|
-
|
|
108
|
-
- Make dependencies exist in SDK when publishing
|
|
109
|
-
|
|
110
|
-
### 0.1.1-alpha.45 - 2022-12-19
|
|
111
|
-
|
|
112
|
-
- Update typings of IResponseError
|
|
113
|
-
- Update conditional exports to support both Node and Browser environments
|
|
114
|
-
|
|
115
|
-
### 0.1.1-alpha.44 - 2022-12-09
|
|
116
|
-
|
|
117
|
-
- Make CJS to always be built with browser: false and ESM with browser: true
|
|
118
|
-
|
|
119
|
-
### 0.1.1-alpha.43 - 2022-12-09
|
|
120
|
-
|
|
121
|
-
- Fix missing types in package.json
|
|
122
|
-
|
|
123
|
-
### 0.1.1-alpha.42 - 2022-12-08
|
|
124
|
-
|
|
125
|
-
- Remove peer dependencies
|
|
126
|
-
- [Editor] Global Styles are automatically applied to all areas of Player Portal V2, Launcher V2 and other apps
|
|
127
|
-
|
|
128
|
-
### 0.1.1-alpha.40 - 2022-12-01
|
|
129
|
-
|
|
130
|
-
- Fix build and publish process (2)
|
|
131
|
-
|
|
132
|
-
### 0.1.1-alpha.39 - 2022-12-01
|
|
133
|
-
|
|
134
|
-
- [Dev][PP] Add account linking with one time code page
|
|
135
|
-
- Fix build and publish process
|
|
136
|
-
|
|
137
|
-
### 0.1.1-alpha.38 - 2022-11-23
|
|
138
|
-
|
|
139
|
-
- Prettify config files
|
|
140
|
-
- [Dev][Legal app] Odin legal app not displaying list of game namespace legal document
|
|
141
|
-
|
|
142
|
-
### 0.1.1-alpha-37 - 2022-11-17
|
|
143
|
-
|
|
144
|
-
- Fix `currentUserCanOrder` function returning `false` when `user` is `null`
|
|
145
|
-
|
|
146
|
-
### 0.1.1-alpha-36 - 2022-11-16
|
|
147
|
-
|
|
148
|
-
- [DEV][STAGE][Login App][Registration] Published legal is not displayed on registration page if selected country doesn't have legal
|
|
149
|
-
- Add vitest and tests to some of the API classes and utilities
|
|
150
|
-
|
|
151
|
-
### 0.1.1-alpha-35 - 2022-11-15
|
|
152
|
-
|
|
153
|
-
- [Dev][PP][Launcher] App will crash when try to access upgrade headless account or Link to New Account registration form
|
|
154
|
-
- Remove duplicate "exchangeAuthorizationCode" and "getFormattedValidation" methods and add `IamHelper.getAuthorizationCodeParams()`
|
|
155
|
-
|
|
156
|
-
### 0.1.1-alpha-34 - 2022-11-10
|
|
157
|
-
|
|
158
|
-
- [WebSDK] Adjust cache overrides for certain API that need `cache: false`
|
|
159
|
-
|
|
160
|
-
### 0.1.1-alpha-33 - 2022-11-07
|
|
161
|
-
|
|
162
|
-
- [WebSDK] WebSDK accepts cache argument at initialization
|
|
163
|
-
|
|
164
|
-
### 0.1.1-alpha-32 - 2022-11-02
|
|
165
|
-
|
|
166
|
-
- Adding 2FA email method at password and security menu
|
|
167
|
-
- Adding 2FA email method at 2FA verification page
|
|
168
|
-
|
|
169
|
-
### 0.1.1-alpha-31 - 2022-10-30
|
|
170
|
-
|
|
171
|
-
- Removes isDesktopOption
|
|
172
|
-
- Renames AccelbyteSDK apis from camelCase to TitleCase
|
|
173
|
-
- Removes refreshToken from SDK Options
|
|
174
|
-
|
|
175
|
-
### 0.1.1-alpha-30 - 2022-10-13
|
|
176
|
-
|
|
177
|
-
- [Dev][PP][Launcher] Validate IAM inputs using regex returned from backend
|
|
178
|
-
|
|
179
|
-
### 0.1.1-alpha-29 - 2022-10-11
|
|
180
|
-
|
|
181
|
-
- [Dev][PP][Launcher] Update `justice-js-common-utils` to improve `generatePattern` logic in `InputValidationHelper`
|
|
182
|
-
|
|
183
|
-
### 0.1.1-alpha-28 - 2022-10-07
|
|
184
|
-
|
|
185
|
-
- [Dev][PP][Launcher] Update `justice-js-common-utils` to improve `generatePattern` logic in `InputValidationHelper`
|
|
186
|
-
|
|
187
|
-
### 0.1.1-alpha.27 - 2022-10-05
|
|
188
|
-
|
|
189
|
-
- Publish Web SDK
|
|
190
|
-
|
|
191
|
-
### 0.1.1-alpha.26 - 2022-10-05
|
|
192
|
-
|
|
193
|
-
- [Dev][PP][Launcher][My Profile] Change email address stay at the same page after input valid verification code & new email address
|
|
194
|
-
- [Dev][PP][Launcher] User must click accept button on legal pop up twice for closing it
|
|
195
|
-
|
|
196
|
-
### 0.1.1-alpha.25 - 2022-09-30
|
|
197
|
-
|
|
198
|
-
- [Dev][PP][Launcher] Update `justice-js-common-utils` to improve `generatePattern` logic in `InputValidationHelper`
|
|
199
|
-
|
|
200
|
-
### 0.1.1-alpha.24 - 2022-09-29
|
|
201
|
-
|
|
202
|
-
- fix list of linked account not changed after unlink account, set the cache false for getUserDistinctLinkedPlatform
|
|
203
|
-
|
|
204
|
-
### 0.1.1-alpha.23 - 2022-09-27
|
|
205
|
-
|
|
206
|
-
- Split WebSDK to Admin and Public, Introduce Cache in WebSDK
|
|
207
|
-
- [Dev][PP][My Account] Save Changes Button Shown as Reload Upon Finishing Register New Account Through Link New Account
|
|
208
|
-
|
|
209
|
-
### 0.1.1-alpha.22 - 2022-09-22
|
|
210
|
-
|
|
211
|
-
- [STG][PP][Upgrade Account] There is no error message while inputting existing email.
|
|
212
|
-
|
|
213
|
-
### 0.1.1-alpha.21 - 2022-09-19
|
|
214
|
-
|
|
215
|
-
- remove patches containing language patterns, WalletInfo definition, and OrderInfo definition
|
|
216
|
-
- [WebSDK] Add Cache in WebSDK
|
|
217
|
-
- [Editor][Improvement] Move the Social Links Configuration to General Settings
|
|
218
|
-
|
|
219
|
-
### 0.1.1-alpha.20 - 2022-09-16
|
|
220
|
-
|
|
221
|
-
- Ecommerce AppState Refactor
|
|
222
|
-
- Update Web SDK to the latest
|
|
223
|
-
|
|
224
|
-
### 0.1.1-alpha.19 - 2022-09-13
|
|
225
|
-
|
|
226
|
-
- [Dev][WebSDK] Address warnings when building od-web-sdk
|
|
227
|
-
|
|
228
|
-
### 0.1.1-alpha.18 - 2022-09-14
|
|
229
|
-
|
|
230
|
-
- [Dev][PP] User stuck on legal popup loading screen after successfully upgrade headless account
|
|
231
|
-
|
|
232
|
-
### 0.1.1-alpha.17 - 2022-09-07
|
|
233
|
-
|
|
234
|
-
- [Dev][PP][Launcher] Fix always get 409 on upgrading headless account
|
|
235
|
-
|
|
236
|
-
### 0.1.1-alpha.16 - 2022-09-07
|
|
237
|
-
|
|
238
|
-
- [Editor][Config Service] Ensure that all featureFlags are migrated to ppFeatureFlags/launcherFeatureFlags, and move experimental flags to discovery
|
|
239
|
-
|
|
240
|
-
### 0.1.1-alpha.15 - 2022-09-01
|
|
241
|
-
|
|
242
|
-
- [DEV][PP][Feedback] show owned information of the item contained in option box (add new entitlement api)
|
|
243
|
-
|
|
244
|
-
### 0.1.1-alpha.14 - 2022-08-25
|
|
245
|
-
|
|
246
|
-
- [PP][Account Linking] There is no success message when user successfully link their account
|
|
247
|
-
|
|
248
|
-
### 0.1.1-alpha.13 - 2022-08-24
|
|
249
|
-
|
|
250
|
-
- [PP][Stores][OPTIONBOX] Implement store list page
|
|
251
|
-
- [PP][Stores][OPTIONBOX] Implement detail optionbox page
|
|
252
|
-
- [PP][Stores][OPTIONBOX] Claim item inside option
|
|
253
|
-
|
|
254
|
-
### 0.1.1-alpha.12 - 2022-08-22
|
|
255
|
-
|
|
256
|
-
- [Dev][PP][Launcher] Add IAM validation for email in upgrade headless
|
|
257
|
-
- [Dev][PP][Launcher] Add IAM validation for email in change email and link 3rd party to a new account
|
|
258
|
-
|
|
259
|
-
### 0.1.1-alpha.11 - 2022-08-19
|
|
260
|
-
|
|
261
|
-
- Move account business logic to WebSdk
|
|
262
|
-
|
|
263
|
-
### 0.1.1-alpha.10 - 2022-08-15
|
|
264
|
-
|
|
265
|
-
- [Dev][PP][Launcher] Legal checklist missing on 3rd party new account registration page
|
|
266
|
-
|
|
267
|
-
### 0.1.1-alpha.9 - 2022-08-12
|
|
268
|
-
|
|
269
|
-
- [Dev][PP][Launcher] After purchase game, Buy Now button not changes into Play button or Go to Library button
|
|
270
|
-
- [WebSDK] Refactor IAM business logic to the Web SDK
|
|
271
|
-
|
|
272
|
-
### 0.1.1-alpha.8 - 2022-08-09
|
|
273
|
-
|
|
274
|
-
- Break getUnsignedPolicies function into multiple methods
|
|
275
|
-
|
|
276
|
-
### 0.1.1-alpha.7 - 2022-08-05
|
|
277
|
-
|
|
278
|
-
- Simplify legal service business logic flow and move to Web SDK
|
|
279
|
-
|
|
280
|
-
### 0.1.1-alpha.6 - 2022-08-04
|
|
281
|
-
|
|
282
|
-
- [Dev][Player Portal] Add a redirection page for user verification through link
|
|
283
|
-
- Move out login flow logic out to Web SDK
|
|
284
|
-
|
|
285
|
-
### 0.1.1-alpha.5 - 2022-07-29
|
|
286
|
-
|
|
287
|
-
- [Editor][PP][Launcher] Migrate Editor, PP and Launcher to the latest Config-Service endpoints
|
|
288
|
-
|
|
289
|
-
### 0.1.1-alpha.4 - 2022-07-27
|
|
290
|
-
|
|
291
|
-
- Update the typings for `config.data` for Odin Config Web SDK
|
|
292
|
-
- [Editor] App Id use dropdown select
|
|
293
|
-
|
|
294
|
-
### 0.1.1-alpha.3 - 2022-07-26
|
|
295
|
-
|
|
296
|
-
- [WebSDK] Web SDK is updated with new config-service endpoints
|
|
297
|
-
|
|
298
|
-
### 0.1.1-alpha.2 - 2022-07-21
|
|
299
|
-
|
|
300
|
-
- Apply Alternative themes
|
|
301
|
-
- [Editor] Handle user access scenario
|
|
302
|
-
|
|
303
|
-
### 0.1.1-alpha.1 - 2022-07-14
|
|
304
|
-
|
|
305
|
-
- compare patches with latest swaggers
|
|
306
|
-
- [Technical] Audit and Remove unused NPM dependencies
|
|
307
|
-
- [Technical] Clean up unused sdk-web-test directory
|