pubky-app-specs 0.3.0-rc7 → 0.3.2
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/package.json +1 -1
- package/pubky_app_specs.d.ts +9 -9
- package/pubky_app_specs_bg.wasm +0 -0
package/package.json
CHANGED
package/pubky_app_specs.d.ts
CHANGED
|
@@ -515,6 +515,7 @@ export interface InitOutput {
|
|
|
515
515
|
readonly pubkyappuserlink_url: (a: number) => [number, number];
|
|
516
516
|
readonly pubkyappuser_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => number;
|
|
517
517
|
readonly pubkyappuserlink_new: (a: number, b: number, c: number, d: number) => number;
|
|
518
|
+
readonly __wbg_pubkyid_free: (a: number, b: number) => void;
|
|
518
519
|
readonly baseUriBuilder: (a: number, b: number) => [number, number];
|
|
519
520
|
readonly userUriBuilder: (a: number, b: number) => [number, number];
|
|
520
521
|
readonly postUriBuilder: (a: number, b: number, c: number, d: number) => [number, number];
|
|
@@ -568,21 +569,20 @@ export interface InitOutput {
|
|
|
568
569
|
readonly __wbg_set_pubkyapplastread_timestamp: (a: number, b: bigint) => void;
|
|
569
570
|
readonly __wbg_set_pubkyappmute_created_at: (a: number, b: bigint) => void;
|
|
570
571
|
readonly __wbg_set_pubkyapptag_created_at: (a: number, b: bigint) => void;
|
|
571
|
-
readonly
|
|
572
|
+
readonly __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
|
|
572
573
|
readonly __wbg_get_pubkyapptag_created_at: (a: number) => bigint;
|
|
574
|
+
readonly __wbg_get_pubkyappfollow_created_at: (a: number) => bigint;
|
|
573
575
|
readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
|
|
574
576
|
readonly __wbg_get_pubkyappfile_created_at: (a: number) => bigint;
|
|
575
|
-
readonly __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
|
|
576
|
-
readonly muteresult_mute: (a: number) => number;
|
|
577
|
-
readonly lastreadresult_last_read: (a: number) => number;
|
|
578
|
-
readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
|
|
579
|
-
readonly __wbg_pubkyid_free: (a: number, b: number) => void;
|
|
580
|
-
readonly lastreadresult_meta: (a: number) => number;
|
|
581
|
-
readonly __wbg_lastreadresult_free: (a: number, b: number) => void;
|
|
582
|
-
readonly __wbg_muteresult_free: (a: number, b: number) => void;
|
|
583
577
|
readonly __wbg_pubkyappmute_free: (a: number, b: number) => void;
|
|
578
|
+
readonly __wbg_muteresult_free: (a: number, b: number) => void;
|
|
579
|
+
readonly __wbg_lastreadresult_free: (a: number, b: number) => void;
|
|
584
580
|
readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
|
|
581
|
+
readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
|
|
585
582
|
readonly muteresult_meta: (a: number) => number;
|
|
583
|
+
readonly muteresult_mute: (a: number) => number;
|
|
584
|
+
readonly lastreadresult_meta: (a: number) => number;
|
|
585
|
+
readonly lastreadresult_last_read: (a: number) => number;
|
|
586
586
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
587
587
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
588
588
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/pubky_app_specs_bg.wasm
CHANGED
|
Binary file
|