@sesamy/sesamy-js 1.28.3 → 1.30.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 +3 -0
- package/dist/sesamy-js.cjs +7 -7
- package/dist/sesamy-js.d.ts +8 -0
- package/dist/sesamy-js.iife.js +7 -7
- package/dist/sesamy-js.mjs +1871 -1856
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,6 +78,9 @@ Certainly! Here’s the list with bullet points sorted alphabetically:
|
|
|
78
78
|
- get: get the user's metadata by id
|
|
79
79
|
- list: list all the user's metadata
|
|
80
80
|
- set: sets the user's metadata
|
|
81
|
+
- vendors
|
|
82
|
+
- get: get the settings for the current vendor
|
|
83
|
+
- list: list all publishers connected to the user. This is not available for publisher tokens
|
|
81
84
|
|
|
82
85
|
## Events
|
|
83
86
|
|