@nomalism-com/types 0.46.16 → 0.46.17

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.
@@ -1152,7 +1152,7 @@ export type SidemenuHightlight = {
1152
1152
  */
1153
1153
  export type SmsSender = {
1154
1154
  id: string;
1155
- google_calendar_id: string;
1155
+ document_line_id: string | null;
1156
1156
  phone: string;
1157
1157
  message: string;
1158
1158
  status: ISmsSenderStats;
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.46.16",
4
+ "version": "0.46.17",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",