@singi-labs/sifa-sdk 0.12.46 → 0.12.48

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.
Files changed (37) hide show
  1. package/dist/{adult-content-9l3Xmixn.d.cts → adult-content-BUgP8bpf.d.cts} +18 -2
  2. package/dist/{adult-content-9l3Xmixn.d.ts → adult-content-BUgP8bpf.d.ts} +18 -2
  3. package/dist/{index-Dvw2NPpk.d.ts → index-D5yf1X4k.d.ts} +2 -2
  4. package/dist/{index-Bq1mfC91.d.ts → index-DS-cxfHb.d.ts} +3 -3
  5. package/dist/{index-Bvr6ZlZ1.d.cts → index-TELQkOMk.d.cts} +2 -2
  6. package/dist/{index--Q8kEaBH.d.cts → index-X9PQhUnB.d.cts} +3 -3
  7. package/dist/index.cjs +10 -5
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.d.cts +5 -5
  10. package/dist/index.d.ts +5 -5
  11. package/dist/index.js +10 -5
  12. package/dist/index.js.map +1 -1
  13. package/dist/{org-Bqu4G83p.d.ts → org-BtdoBUT6.d.ts} +1 -1
  14. package/dist/{org-CNsjSfE4.d.cts → org-C5Dzmo38.d.cts} +1 -1
  15. package/dist/{profile-summary-BcWQzphy.d.cts → profile-summary-DReI-P0i.d.cts} +1 -1
  16. package/dist/{profile-summary-DITGRCHe.d.ts → profile-summary-DyX9EJzZ.d.ts} +1 -1
  17. package/dist/query/fetchers/index.d.cts +4 -4
  18. package/dist/query/fetchers/index.d.ts +4 -4
  19. package/dist/query/hooks/index.d.cts +3 -3
  20. package/dist/query/hooks/index.d.ts +3 -3
  21. package/dist/query/index.d.cts +7 -7
  22. package/dist/query/index.d.ts +7 -7
  23. package/dist/schemas/index.cjs +9 -4
  24. package/dist/schemas/index.cjs.map +1 -1
  25. package/dist/schemas/index.d.cts +1 -1
  26. package/dist/schemas/index.d.ts +1 -1
  27. package/dist/schemas/index.js +9 -4
  28. package/dist/schemas/index.js.map +1 -1
  29. package/dist/schemas/write/index.cjs +8 -1
  30. package/dist/schemas/write/index.cjs.map +1 -1
  31. package/dist/schemas/write/index.d.cts +8 -0
  32. package/dist/schemas/write/index.d.ts +8 -0
  33. package/dist/schemas/write/index.js +8 -1
  34. package/dist/schemas/write/index.js.map +1 -1
  35. package/dist/{shared-CNr-iMpc.d.cts → shared-CqayM24g.d.cts} +4 -0
  36. package/dist/{shared-CNr-iMpc.d.ts → shared-CqayM24g.d.ts} +4 -0
  37. package/package.json +1 -1
@@ -446,6 +446,10 @@ declare const ProfileProjectRecordSchema: z.ZodObject<{
446
446
  uri: z.ZodString;
447
447
  cid: z.ZodString;
448
448
  }, z.core.$strip>>;
449
+ sameAs: z.ZodOptional<z.ZodObject<{
450
+ uri: z.ZodString;
451
+ cid: z.ZodOptional<z.ZodString>;
452
+ }, z.core.$strip>>;
449
453
  position: z.ZodOptional<z.ZodObject<{
450
454
  uri: z.ZodString;
451
455
  cid: z.ZodString;
@@ -446,6 +446,10 @@ declare const ProfileProjectRecordSchema: z.ZodObject<{
446
446
  uri: z.ZodString;
447
447
  cid: z.ZodString;
448
448
  }, z.core.$strip>>;
449
+ sameAs: z.ZodOptional<z.ZodObject<{
450
+ uri: z.ZodString;
451
+ cid: z.ZodOptional<z.ZodString>;
452
+ }, z.core.$strip>>;
449
453
  position: z.ZodOptional<z.ZodObject<{
450
454
  uri: z.ZodString;
451
455
  cid: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singi-labs/sifa-sdk",
3
- "version": "0.12.46",
3
+ "version": "0.12.48",
4
4
  "description": "Sifa SDK — public client library for the Sifa AppView on AT Protocol. Shared by sifa-web and sifa-app.",
5
5
  "license": "MIT",
6
6
  "type": "module",