@singi-labs/sifa-sdk 0.11.16 → 0.11.17
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/dist/{adult-content-C6G7CmKJ.d.cts → adult-content-Qf1-uAyx.d.cts} +1 -0
- package/dist/{adult-content-C6G7CmKJ.d.ts → adult-content-Qf1-uAyx.d.ts} +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/{keys-DHvBRuPo.d.ts → keys-BTitrLGA.d.ts} +1 -1
- package/dist/{keys-BfJ913N2.d.cts → keys-CYYLvHnh.d.cts} +1 -1
- package/dist/query/fetchers/index.d.cts +3 -3
- package/dist/query/fetchers/index.d.ts +3 -3
- package/dist/query/hooks/index.d.cts +3 -3
- package/dist/query/hooks/index.d.ts +3 -3
- package/dist/query/index.d.cts +3 -3
- package/dist/query/index.d.ts +3 -3
- package/dist/schemas/index.cjs +1 -0
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +1 -0
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2762,6 +2762,7 @@ var PublicationAuthorSchema = zod.z.object({
|
|
|
2762
2762
|
});
|
|
2763
2763
|
var ProfilePublicationRecordSchema = zod.z.object({
|
|
2764
2764
|
title: zod.z.string().min(1).refine(maxGraphemes(200)).max(2e3),
|
|
2765
|
+
subtitle: zod.z.string().refine(maxGraphemes(200)).max(2e3).optional(),
|
|
2765
2766
|
publisher: zod.z.string().refine(maxGraphemes(100)).max(1e3).optional(),
|
|
2766
2767
|
url: uriSchema.optional(),
|
|
2767
2768
|
description: zod.z.string().refine(maxGraphemes(5e3)).max(5e4).optional(),
|
|
@@ -2800,7 +2801,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
|
|
|
2800
2801
|
});
|
|
2801
2802
|
|
|
2802
2803
|
// src/index.ts
|
|
2803
|
-
var SIFA_SDK_VERSION = "0.11.
|
|
2804
|
+
var SIFA_SDK_VERSION = "0.11.17";
|
|
2804
2805
|
|
|
2805
2806
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
2806
2807
|
exports.ACTIVITY_VISIBILITY_RULES = ACTIVITY_VISIBILITY_RULES;
|