@nomalism-com/types 0.46.18 → 0.46.19

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.
@@ -10,13 +10,13 @@ export declare const ISmsSenderStatsEnum: {
10
10
  export type ISmsSenderStats = (typeof ISmsSenderStatsEnum)[keyof typeof ISmsSenderStatsEnum];
11
11
  export declare const timeSheetRecordTypes: ("PENDING" | "PROCESSING" | "SENT" | "FAILED")[];
12
12
  export interface ICreateRequest {
13
- phone: string;
13
+ telephone: string;
14
14
  message: string;
15
15
  google_calendar_id: string;
16
16
  }
17
17
  export interface IClaimResponse {
18
18
  id: string;
19
- phone: string;
19
+ telephone: string;
20
20
  message: string;
21
21
  status: string;
22
22
  }
@@ -26,7 +26,7 @@ export interface IResultRequest {
26
26
  }
27
27
  export interface IFindResponse {
28
28
  id: string;
29
- phone: string;
29
+ telephone: string;
30
30
  message: string;
31
31
  status: string;
32
32
  error?: 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.46.18",
4
+ "version": "0.46.19",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",