mezon-js 2.10.54 → 2.10.55
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/api.gen.ts +2 -0
- package/client.ts +1 -0
- package/dist/api.gen.d.ts +1 -0
- package/dist/mezon-js.cjs.js +1 -0
- package/dist/mezon-js.esm.mjs +1 -0
- package/package.json +1 -1
package/api.gen.ts
CHANGED
package/client.ts
CHANGED
package/dist/api.gen.d.ts
CHANGED
@@ -1335,6 +1335,7 @@ export interface ApiTokenSentEvent {
|
|
1335
1335
|
sender_id?: string;
|
1336
1336
|
sender_name?: string;
|
1337
1337
|
extra_attribute?: string;
|
1338
|
+
transaction_id?: string;
|
1338
1339
|
}
|
1339
1340
|
/** Update a user's account details. */
|
1340
1341
|
export interface ApiUpdateAccountRequest {
|
package/dist/mezon-js.cjs.js
CHANGED
package/dist/mezon-js.esm.mjs
CHANGED