@nomalism-com/types 0.43.86 → 0.43.88
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.
|
@@ -1105,11 +1105,11 @@ export type DocumentHeaderSubscriber = {
|
|
|
1105
1105
|
*/
|
|
1106
1106
|
export type GoogleCalendar = {
|
|
1107
1107
|
id: string;
|
|
1108
|
-
created_at:
|
|
1108
|
+
created_at: Date;
|
|
1109
1109
|
calendar_id: string;
|
|
1110
1110
|
event_id: string | null;
|
|
1111
1111
|
summary: string;
|
|
1112
|
-
initial_date:
|
|
1112
|
+
initial_date: Date;
|
|
1113
1113
|
status: 'confirmed' | 'tentative' | 'cancelled';
|
|
1114
1114
|
document_type: string;
|
|
1115
1115
|
document_number: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/types",
|
|
3
3
|
"description": "A nomalism package with all necessary types and validations for developing APIs",
|
|
4
|
-
"version": "0.43.
|
|
4
|
+
"version": "0.43.88",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|