pubky-app-specs 0.3.3 → 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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "pubky-app-specs",
3
3
  "type": "module",
4
4
  "description": "Pubky.app Data Model Specifications",
5
- "version": "0.3.3",
5
+ "version": "0.3.5",
6
6
  "license": "MIT",
7
7
  "collaborators": [
8
8
  "SHAcollision"
@@ -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 __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
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;
573
572
  readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
574
- readonly __wbg_get_pubkyappfollow_created_at: (a: number) => bigint;
575
- readonly __wbg_get_pubkyappfile_created_at: (a: number) => bigint;
573
+ readonly __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
576
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;
577
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;
580
578
  readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
579
+ readonly __wbg_muteresult_free: (a: number, b: number) => void;
581
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;
Binary file