@smartspace/api-client 0.1.0-pr.952.ba33f55 → 0.1.0-pr.955.7fee5dd
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/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/zod.d.ts +1 -0
- package/dist/generated/chat/zod.js +1 -1
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -0
- package/dist/generated/config/zod.d.ts +1 -0
- package/dist/generated/config/zod.js +1 -1
- package/package.json +1 -1
|
@@ -675,6 +675,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
675
675
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
676
676
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
677
677
|
CommentUpdated: "CommentUpdated";
|
|
678
|
+
AddedToThread: "AddedToThread";
|
|
678
679
|
}>;
|
|
679
680
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
680
681
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -579,7 +579,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
579
579
|
"description": zod_1.default.string().nullish(),
|
|
580
580
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
581
581
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExp),
|
|
582
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
582
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
583
583
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExp).nullish(),
|
|
584
584
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExp).nullish()
|
|
585
585
|
})),
|
|
@@ -2878,6 +2878,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2878
2878
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2879
2879
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
2880
2880
|
CommentUpdated: "CommentUpdated";
|
|
2881
|
+
AddedToThread: "AddedToThread";
|
|
2881
2882
|
}>;
|
|
2882
2883
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2883
2884
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2215,7 +2215,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
2215
2215
|
"description": zod_1.default.string().nullish(),
|
|
2216
2216
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2217
2217
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
2218
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2218
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
2219
2219
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
2220
2220
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
2221
2221
|
})),
|