@ttt-productions/chat-core 0.5.3 → 0.5.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/dist/types.d.ts +1 -1
- package/package.json +1 -5
- package/dist/schemas/index.d.ts +0 -14
- package/dist/schemas/index.d.ts.map +0 -1
- package/dist/schemas/index.js +0 -14
- package/dist/schemas/index.js.map +0 -1
package/dist/types.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export type ChatAttachmentConfig = {
|
|
|
101
101
|
userId: string;
|
|
102
102
|
/**
|
|
103
103
|
* Pluggable upload-path strategy. Consumers wire this to their app's
|
|
104
|
-
* conventions (
|
|
104
|
+
* conventions (for example: originId "chat-attachment", path
|
|
105
105
|
* `uploads/chat-attachment/{userId}/{attachmentId}`).
|
|
106
106
|
*/
|
|
107
107
|
uploadAdapter: ChatUploadAdapter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttt-productions/chat-core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Shared Firestore chat core (realtime newest window + infinite older pagination) for TTT Productions apps",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,10 +27,6 @@
|
|
|
27
27
|
"types": "./dist/react/index.d.ts",
|
|
28
28
|
"default": "./dist/react/index.js"
|
|
29
29
|
},
|
|
30
|
-
"./schemas": {
|
|
31
|
-
"types": "./dist/schemas/index.d.ts",
|
|
32
|
-
"default": "./dist/schemas/index.js"
|
|
33
|
-
},
|
|
34
30
|
"./styles": "./src/styles/chat.css"
|
|
35
31
|
},
|
|
36
32
|
"scripts": {
|
package/dist/schemas/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* chat-core's schema-only subpath.
|
|
3
|
-
*
|
|
4
|
-
* Thin re-export of `@ttt-productions/chat-schemas`. Kept here for backward
|
|
5
|
-
* compatibility with consumers importing from `@ttt-productions/chat-core/schemas`
|
|
6
|
-
* and to satisfy the F21 subpath contract — the actual canonical Zod source
|
|
7
|
-
* lives in the tier-0 `chat-schemas` package, where it can be consumed by both
|
|
8
|
-
* chat-core (UI) and ttt-core (callable composition) without forcing the chat
|
|
9
|
-
* UI dependency graph on backend / schema callers.
|
|
10
|
-
*
|
|
11
|
-
* No React. No upload-ui. No browser code. No styles.
|
|
12
|
-
*/
|
|
13
|
-
export { ChatAttachmentSchema, ReplyToSchema, type ChatAttachment, type ReplyTo, } from '@ttt-productions/chat-schemas';
|
|
14
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,KAAK,cAAc,EACnB,KAAK,OAAO,GACb,MAAM,+BAA+B,CAAC"}
|
package/dist/schemas/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* chat-core's schema-only subpath.
|
|
3
|
-
*
|
|
4
|
-
* Thin re-export of `@ttt-productions/chat-schemas`. Kept here for backward
|
|
5
|
-
* compatibility with consumers importing from `@ttt-productions/chat-core/schemas`
|
|
6
|
-
* and to satisfy the F21 subpath contract — the actual canonical Zod source
|
|
7
|
-
* lives in the tier-0 `chat-schemas` package, where it can be consumed by both
|
|
8
|
-
* chat-core (UI) and ttt-core (callable composition) without forcing the chat
|
|
9
|
-
* UI dependency graph on backend / schema callers.
|
|
10
|
-
*
|
|
11
|
-
* No React. No upload-ui. No browser code. No styles.
|
|
12
|
-
*/
|
|
13
|
-
export { ChatAttachmentSchema, ReplyToSchema, } from '@ttt-productions/chat-schemas';
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EACL,oBAAoB,EACpB,aAAa,GAGd,MAAM,+BAA+B,CAAC"}
|