@vibes.diy/api-types 5.2.2 → 5.3.0
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 +4 -4
- package/vibes-diy-api.d.ts +2 -1
- package/vibes-diy-api.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/api-types",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@adviser/cement": "~0.5.34",
|
|
12
12
|
"@cloudflare/workers-types": "~5.20260710.1",
|
|
13
|
-
"@vibes.diy/call-ai-v2": "5.
|
|
14
|
-
"@vibes.diy/identity": "5.
|
|
15
|
-
"@vibes.diy/vibe-types": "5.
|
|
13
|
+
"@vibes.diy/call-ai-v2": "5.3.0",
|
|
14
|
+
"@vibes.diy/identity": "5.3.0",
|
|
15
|
+
"@vibes.diy/vibe-types": "5.3.0",
|
|
16
16
|
"arktype": "~2.2.3"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
package/vibes-diy-api.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ReqEnsureDeveloperGrant, ResEnsureDeveloperGrant, ReqRevokeDeveloperGra
|
|
|
9
9
|
import { ResSubscribeUserNotifications, EvtUserNotification, ReqSubscribeUserNotificationsRaw, ReqRegisterPushTokenRaw, ReqDeregisterPushTokenRaw, ResDeregisterPushToken, ResRegisterPushToken } from "./notifications.js";
|
|
10
10
|
import { ReqPutDoc, ResPutDoc, ReqGetDoc, ResGetDoc, ResGetDocNotFound, ReqQueryDocs, ResQueryDocs, ReqDeleteDoc, ResDeleteDoc, ReqSubscribeDocs, ResSubscribeDocs, ReqBroadcastEphemeral, EvtDocEphemeral, ReqSubscribeViewerGrants, ResSubscribeViewerGrants, EvtViewerGrantsChanged, ReqListDbNames, ResListDbNames, ReqListDmThreads, ResListDmThreads, ReqMarkDmRead, ResMarkDmRead } from "./app-documents.js";
|
|
11
11
|
import { ReqListMembers, ResListMembers } from "./members.js";
|
|
12
|
-
import { ReqSocialFollow, ResSocialFollow, ReqSocialUnfollow, ResSocialUnfollow, ReqSocialApprove, ResSocialApprove, ReqSocialRemoveFollower, ResSocialRemoveFollower, ReqSocialBlock, ResSocialBlock, ReqSocialUnblock, ResSocialUnblock, ReqSocialList, ResSocialList, ReqSocialRelationship, ResSocialRelationship, ReqSocialRedeem, ResSocialRedeem, ReqSocialSetPrivacy, ReqSocialImportFriendEdges, ResSocialImportFriendEdges, ResSocialSetPrivacy, ReqSubscribeSocial, ResSubscribeSocial, EvtSocialEdge } from "./social-msg.js";
|
|
12
|
+
import { ReqSocialFollow, ResSocialFollow, ReqSocialUnfollow, ResSocialUnfollow, ReqSocialApprove, ResSocialApprove, ReqSocialRemoveFollower, ResSocialRemoveFollower, ReqSocialBlock, ResSocialBlock, ReqSocialUnblock, ResSocialUnblock, ReqSocialList, ResSocialList, ReqSocialRelationship, ResSocialRelationship, ReqSocialRedeem, ResSocialRedeem, ReqSocialInvite, ResSocialInvite, ReqSocialSetPrivacy, ReqSocialImportFriendEdges, ResSocialImportFriendEdges, ResSocialSetPrivacy, ReqSubscribeSocial, ResSubscribeSocial, EvtSocialEdge } from "./social-msg.js";
|
|
13
13
|
import { ReqAudienceArmState, ResAudienceArmState, ReqSetAudienceArm, ResSetAudienceArm, ReqSetAudiencePolicy, ResSetAudiencePolicy, ReqListAudienceArms, ResListAudienceArms } from "./audience-arms-msg.js";
|
|
14
14
|
import { ReqListMemberships, ResListMemberships } from "./memberships.js";
|
|
15
15
|
import { ReqBillingCheckout, ResBillingCheckout, ReqBillingConfig, ResBillingConfig, ReqBillingCustomer, ResBillingCustomer } from "./billing-msg.js";
|
|
@@ -126,6 +126,7 @@ export interface VibesDiyApiIface<_T = unknown> {
|
|
|
126
126
|
socialList(req: Req<ReqSocialList>): Promise<Result<ResSocialList, VibesDiyError>>;
|
|
127
127
|
socialRelationship(req: Req<ReqSocialRelationship>): Promise<Result<ResSocialRelationship, VibesDiyError>>;
|
|
128
128
|
socialRedeem(req: Req<ReqSocialRedeem>): Promise<Result<ResSocialRedeem, VibesDiyError>>;
|
|
129
|
+
socialInvite(req: Req<ReqSocialInvite>): Promise<Result<ResSocialInvite, VibesDiyError>>;
|
|
129
130
|
socialSetPrivacy(req: Req<ReqSocialSetPrivacy>): Promise<Result<ResSocialSetPrivacy, VibesDiyError>>;
|
|
130
131
|
socialImportFriendEdges(req: Req<ReqSocialImportFriendEdges>): Promise<Result<ResSocialImportFriendEdges, VibesDiyError>>;
|
|
131
132
|
audienceArmState(req: Req<ReqAudienceArmState>): Promise<Result<ResAudienceArmState, VibesDiyError>>;
|
package/vibes-diy-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vibes-diy-api.js","sourceRoot":"","sources":["../jsr/vibes-diy-api.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vibes-diy-api.js","sourceRoot":"","sources":["../jsr/vibes-diy-api.ts"],"names":[],"mappings":"AAqNA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAK/B,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,CAAC;IAC/B,GAAG,EAAE,QAAQ;IACb,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,QAAQ;IACrB,OAAO,EAAE,QAAQ;CAClB,CAAC,CAAC"}
|