@sesamy/sesamy-js 1.30.0 → 1.30.1
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 +4 -2
- package/dist/sesamy-js.cjs +7 -7
- package/dist/sesamy-js.d.ts +2 -0
- package/dist/sesamy-js.iife.js +7 -7
- package/dist/sesamy-js.mjs +770 -766
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,6 @@ The following events are tracked:
|
|
|
18
18
|
|
|
19
19
|
The following methods are available on the `sesamy` object:
|
|
20
20
|
|
|
21
|
-
Certainly! Here’s the list with bullet points sorted alphabetically:
|
|
22
|
-
|
|
23
21
|
- attributions
|
|
24
22
|
- get: get the attributions for a user
|
|
25
23
|
- set: set the attributions for a user
|
|
@@ -37,6 +35,10 @@ Certainly! Here’s the list with bullet points sorted alphabetically:
|
|
|
37
35
|
- cancel: cancel a contract by id
|
|
38
36
|
- get: get a contract by id
|
|
39
37
|
- list: lists all the user's contracts
|
|
38
|
+
- content:
|
|
39
|
+
- list: get all articles based on the configured selectors
|
|
40
|
+
- get: get an article based on an element or a selector
|
|
41
|
+
- getLanguage: get the current language
|
|
40
42
|
- entitlements
|
|
41
43
|
- access: fetches the user's access URL for an entitlement
|
|
42
44
|
- get: gets a single entitlement by id
|