pubky-app-specs 0.3.4 → 0.3.5
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
|
@@ -564,21 +564,21 @@ export interface InitOutput {
|
|
|
564
564
|
readonly parseduriresult_resource: (a: number) => [number, number];
|
|
565
565
|
readonly parseduriresult_resource_id: (a: number) => [number, number];
|
|
566
566
|
readonly parse_uri: (a: number, b: number) => [number, number, number];
|
|
567
|
-
readonly __wbg_set_pubkyappfile_created_at: (a: number, b: bigint) => void;
|
|
568
|
-
readonly __wbg_set_pubkyappfollow_created_at: (a: number, b: bigint) => void;
|
|
569
567
|
readonly __wbg_set_pubkyapplastread_timestamp: (a: number, b: bigint) => void;
|
|
570
|
-
readonly __wbg_set_pubkyappmute_created_at: (a: number, b: bigint) => void;
|
|
571
568
|
readonly __wbg_set_pubkyapptag_created_at: (a: number, b: bigint) => void;
|
|
572
|
-
readonly
|
|
573
|
-
readonly
|
|
574
|
-
readonly
|
|
569
|
+
readonly __wbg_set_pubkyappfollow_created_at: (a: number, b: bigint) => void;
|
|
570
|
+
readonly __wbg_set_pubkyappfile_created_at: (a: number, b: bigint) => void;
|
|
571
|
+
readonly __wbg_set_pubkyappmute_created_at: (a: number, b: bigint) => void;
|
|
575
572
|
readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
|
|
576
573
|
readonly __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
|
|
577
|
-
readonly
|
|
578
|
-
readonly
|
|
574
|
+
readonly __wbg_get_pubkyapptag_created_at: (a: number) => bigint;
|
|
575
|
+
readonly __wbg_get_pubkyappfile_created_at: (a: number) => bigint;
|
|
576
|
+
readonly __wbg_get_pubkyappfollow_created_at: (a: number) => bigint;
|
|
579
577
|
readonly __wbg_pubkyappmute_free: (a: number, b: number) => void;
|
|
580
|
-
readonly __wbg_lastreadresult_free: (a: number, b: number) => void;
|
|
581
578
|
readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
|
|
579
|
+
readonly __wbg_muteresult_free: (a: number, b: number) => void;
|
|
580
|
+
readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
|
|
581
|
+
readonly __wbg_lastreadresult_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
|