@smartspace/api-client 0.1.0-pr.952.b2c9084 → 0.1.0-pr.952.ba33f55
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 +0 -1
- package/dist/generated/chat/models/enumsNotificationType.js +0 -1
- package/dist/generated/chat/zod.d.ts +0 -1
- package/dist/generated/chat/zod.js +1 -1
- package/dist/generated/config/models/enumsNotificationType.d.ts +0 -1
- package/dist/generated/config/models/enumsNotificationType.js +0 -1
- package/dist/generated/config/zod.d.ts +0 -1
- package/dist/generated/config/zod.js +1 -1
- package/package.json +1 -1
|
@@ -675,7 +675,6 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
675
675
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
676
676
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
677
677
|
CommentUpdated: "CommentUpdated";
|
|
678
|
-
AddedToThread: "AddedToThread";
|
|
679
678
|
}>;
|
|
680
679
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
681
680
|
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']),
|
|
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,7 +2878,6 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2878
2878
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2879
2879
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
2880
2880
|
CommentUpdated: "CommentUpdated";
|
|
2881
|
-
AddedToThread: "AddedToThread";
|
|
2882
2881
|
}>;
|
|
2883
2882
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2884
2883
|
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']),
|
|
2219
2219
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
2220
2220
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
2221
2221
|
})),
|