pubky-app-specs 0.3.3-rc1 → 0.3.3
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 +5 -5
- package/pubky_app_specs_bg.wasm +0 -0
package/package.json
CHANGED
package/pubky_app_specs.d.ts
CHANGED
|
@@ -569,16 +569,16 @@ export interface InitOutput {
|
|
|
569
569
|
readonly __wbg_set_pubkyapplastread_timestamp: (a: number, b: bigint) => void;
|
|
570
570
|
readonly __wbg_set_pubkyappmute_created_at: (a: number, b: bigint) => void;
|
|
571
571
|
readonly __wbg_set_pubkyapptag_created_at: (a: number, b: bigint) => void;
|
|
572
|
-
readonly __wbg_get_pubkyapptag_created_at: (a: number) => bigint;
|
|
573
|
-
readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
|
|
574
572
|
readonly __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
|
|
575
|
-
readonly
|
|
573
|
+
readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
|
|
576
574
|
readonly __wbg_get_pubkyappfollow_created_at: (a: number) => bigint;
|
|
575
|
+
readonly __wbg_get_pubkyappfile_created_at: (a: number) => bigint;
|
|
576
|
+
readonly __wbg_get_pubkyapptag_created_at: (a: number) => bigint;
|
|
577
577
|
readonly __wbg_pubkyappmute_free: (a: number, b: number) => void;
|
|
578
|
-
readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
|
|
579
|
-
readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
|
|
580
578
|
readonly __wbg_muteresult_free: (a: number, b: number) => void;
|
|
581
579
|
readonly __wbg_lastreadresult_free: (a: number, b: number) => void;
|
|
580
|
+
readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
|
|
581
|
+
readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
|
|
582
582
|
readonly muteresult_meta: (a: number) => number;
|
|
583
583
|
readonly muteresult_mute: (a: number) => number;
|
|
584
584
|
readonly lastreadresult_meta: (a: number) => number;
|
package/pubky_app_specs_bg.wasm
CHANGED
|
Binary file
|