@ttt-productions/ttt-core 0.78.2 → 0.78.4
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/constants/business-admin.d.ts +3 -0
- package/dist/constants/business-admin.d.ts.map +1 -1
- package/dist/constants/business-admin.js +3 -0
- package/dist/constants/business-admin.js.map +1 -1
- package/dist/constants/business-content.d.ts +40 -2
- package/dist/constants/business-content.d.ts.map +1 -1
- package/dist/constants/business-content.js +52 -9
- package/dist/constants/business-content.js.map +1 -1
- package/dist/doc-schemas/chat-sync.d.ts +1 -1
- package/dist/doc-schemas/media-activation-jobs.d.ts +1 -1
- package/dist/doc-schemas/media-assets.d.ts +7 -7
- package/dist/doc-schemas/moderation.d.ts +2 -2
- package/dist/doc-schemas/ncii/requests.d.ts +1 -1
- package/dist/doc-schemas/notifications.d.ts +9 -9
- package/dist/doc-schemas/notifications.d.ts.map +1 -1
- package/dist/doc-schemas/notifications.js +14 -38
- package/dist/doc-schemas/notifications.js.map +1 -1
- package/dist/doc-schemas/registry.d.ts +13 -13
- package/dist/doc-schemas/registry.d.ts.map +1 -1
- package/dist/doc-schemas/registry.js +3 -0
- package/dist/doc-schemas/registry.js.map +1 -1
- package/dist/doc-schemas/safety/case.d.ts +20 -0
- package/dist/doc-schemas/safety/case.d.ts.map +1 -1
- package/dist/doc-schemas/safety/case.js +13 -1
- package/dist/doc-schemas/safety/case.js.map +1 -1
- package/dist/doc-schemas/safety/evidence.d.ts +12 -4
- package/dist/doc-schemas/safety/evidence.d.ts.map +1 -1
- package/dist/doc-schemas/safety/evidence.js +18 -4
- package/dist/doc-schemas/safety/evidence.js.map +1 -1
- package/dist/doc-schemas/safety/foundation.d.ts +2 -2
- package/dist/doc-schemas/safety/holds.d.ts +1 -1
- package/dist/doc-schemas/social.d.ts +3 -3
- package/dist/media/atoms.d.ts +2 -2
- package/dist/media/target-info.d.ts +1 -3
- package/dist/media/target-info.d.ts.map +1 -1
- package/dist/media/target-info.js +14 -2
- package/dist/media/target-info.js.map +1 -1
- package/dist/paths/collections.d.ts +1 -0
- package/dist/paths/collections.d.ts.map +1 -1
- package/dist/paths/collections.js +2 -0
- package/dist/paths/collections.js.map +1 -1
- package/dist/paths/path-builders.d.ts +14 -0
- package/dist/paths/path-builders.d.ts.map +1 -1
- package/dist/paths/path-builders.js +29 -0
- package/dist/paths/path-builders.js.map +1 -1
- package/dist/safety/active-safety-case-alert.d.ts +33 -0
- package/dist/safety/active-safety-case-alert.d.ts.map +1 -0
- package/dist/safety/active-safety-case-alert.js +49 -0
- package/dist/safety/active-safety-case-alert.js.map +1 -0
- package/dist/safety/index.d.ts +4 -0
- package/dist/safety/index.d.ts.map +1 -0
- package/dist/safety/index.js +7 -0
- package/dist/safety/index.js.map +1 -0
- package/dist/safety/ncii-intake-derivations.d.ts +63 -0
- package/dist/safety/ncii-intake-derivations.d.ts.map +1 -0
- package/dist/safety/ncii-intake-derivations.js +227 -0
- package/dist/safety/ncii-intake-derivations.js.map +1 -0
- package/dist/safety/resource-keys.d.ts +60 -0
- package/dist/safety/resource-keys.d.ts.map +1 -0
- package/dist/safety/resource-keys.js +122 -0
- package/dist/safety/resource-keys.js.map +1 -0
- package/dist/schemas/admin-dispatch-actions.d.ts +4 -0
- package/dist/schemas/admin-dispatch-actions.d.ts.map +1 -1
- package/dist/schemas/admin-dispatch-actions.js +5 -0
- package/dist/schemas/admin-dispatch-actions.js.map +1 -1
- package/dist/schemas/admin.d.ts +78 -0
- package/dist/schemas/admin.d.ts.map +1 -1
- package/dist/schemas/admin.js +69 -1
- package/dist/schemas/admin.js.map +1 -1
- package/dist/schemas/chat.d.ts +51 -0
- package/dist/schemas/chat.d.ts.map +1 -1
- package/dist/schemas/chat.js +44 -1
- package/dist/schemas/chat.js.map +1 -1
- package/dist/schemas/safety.d.ts +67 -0
- package/dist/schemas/safety.d.ts.map +1 -1
- package/dist/schemas/safety.js +63 -0
- package/dist/schemas/safety.js.map +1 -1
- package/dist/schemas/social.d.ts +2 -2
- package/dist/schemas/utility.d.ts +4 -0
- package/dist/schemas/utility.d.ts.map +1 -1
- package/dist/schemas/utility.js +5 -0
- package/dist/schemas/utility.js.map +1 -1
- package/dist/upload-variables/square-streetz-post-variables.d.ts +1 -1
- package/package.json +10 -6
|
@@ -6,8 +6,8 @@ export declare const SquareStreetzPostVariablesSchema: z.ZodObject<{
|
|
|
6
6
|
placeholder: z.ZodString;
|
|
7
7
|
type: z.ZodEnum<{
|
|
8
8
|
workRealm: "workRealm";
|
|
9
|
-
audition: "audition";
|
|
10
9
|
workProject: "workProject";
|
|
10
|
+
audition: "audition";
|
|
11
11
|
user: "user";
|
|
12
12
|
commission: "commission";
|
|
13
13
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttt-productions/ttt-core",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.4",
|
|
4
4
|
"description": "Core types, Firestore path constants, and shared constants for TTT Productions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
"./permissions": {
|
|
92
92
|
"types": "./dist/permissions/index.d.ts",
|
|
93
93
|
"default": "./dist/permissions/index.js"
|
|
94
|
+
},
|
|
95
|
+
"./safety": {
|
|
96
|
+
"types": "./dist/safety/index.d.ts",
|
|
97
|
+
"default": "./dist/safety/index.js"
|
|
94
98
|
}
|
|
95
99
|
},
|
|
96
100
|
"scripts": {
|
|
@@ -102,11 +106,11 @@
|
|
|
102
106
|
},
|
|
103
107
|
"dependencies": {
|
|
104
108
|
"@ttt-productions/audit-core": "^0.7.0",
|
|
105
|
-
"@ttt-productions/chat-schemas": "^0.9.
|
|
106
|
-
"@ttt-productions/edge-protocol-core": "^0.1.
|
|
107
|
-
"@ttt-productions/media-schemas": "^0.14.
|
|
108
|
-
"@ttt-productions/notification-core": "^0.15.
|
|
109
|
-
"@ttt-productions/report-core": "^0.16.
|
|
109
|
+
"@ttt-productions/chat-schemas": "^0.9.1",
|
|
110
|
+
"@ttt-productions/edge-protocol-core": "^0.1.3",
|
|
111
|
+
"@ttt-productions/media-schemas": "^0.14.1",
|
|
112
|
+
"@ttt-productions/notification-core": "^0.15.1",
|
|
113
|
+
"@ttt-productions/report-core": "^0.16.4",
|
|
110
114
|
"zod": "^4.4.3"
|
|
111
115
|
},
|
|
112
116
|
"devDependencies": {
|