@sesamy/sesamy-js 1.21.8 → 1.22.0
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/README.md +2 -0
- package/dist/sesamy-js.cjs +6 -6
- package/dist/sesamy-js.d.ts +48 -29
- package/dist/sesamy-js.iife.js +6 -6
- package/dist/sesamy-js.mjs +1321 -1312
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,8 @@ The following methods are available on the `sesamy` object:
|
|
|
30
30
|
- list: lists the user's entitlements
|
|
31
31
|
- access: fetches the user's access url for an entitlement
|
|
32
32
|
- signedLinks: lists and signedLinks registered in the current session
|
|
33
|
+
- fulfillments
|
|
34
|
+
- list: list the users fullfillments for a sku
|
|
33
35
|
- profile
|
|
34
36
|
- get: fetches the user's profile
|
|
35
37
|
- update: updates the user's profile
|