mezon-js-protobuf 1.8.88 → 1.8.90
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/api.ts +4261 -5695
- package/build.js +1 -1
- package/build.mjs +1 -1
- package/dist/mezon-js/api/api.d.ts +5160 -5160
- package/dist/mezon-js/utils.d.ts +1 -1
- package/dist/mezon-js-protobuf/api/api.d.ts +5160 -5160
- package/dist/mezon-js-protobuf/google/protobuf/struct.d.ts +1 -1
- package/dist/mezon-js-protobuf/google/protobuf/wrappers.d.ts +11 -11
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +8644 -8644
- package/dist/mezon-js-protobuf.cjs.js +4073 -4844
- package/dist/mezon-js-protobuf.esm.mjs +4073 -4844
- package/google/protobuf/struct.ts +1 -1
- package/google/protobuf/wrappers.ts +21 -27
- package/package.json +4 -4
- package/rtapi/realtime.ts +1825 -2310
- package/tsconfig.json +1 -4
package/dist/mezon-js/utils.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as tsproto from "./api/api";
|
|
|
2
2
|
export declare function buildFetchOptions(method: string, options: any, bodyJson: string): any;
|
|
3
3
|
export declare function b64EncodeUnicode(str: string): string;
|
|
4
4
|
export declare function b64DecodeUnicode(str: string): string;
|
|
5
|
-
export declare function safeJSONParse(
|
|
5
|
+
export declare function safeJSONParse(raw: any): any;
|
|
6
6
|
export declare function decodeMentions(data: any): any;
|
|
7
7
|
export declare function decodeAttachments(data: any): any;
|
|
8
8
|
export declare function decodeRefs(data: any): any;
|