@jagota/interfaces 1.5.52 → 1.5.53

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.
@@ -123,11 +123,11 @@ export interface IESCreatePstOrPsw {
123
123
  webSeqID: number;
124
124
  }
125
125
  export interface IESMessage {
126
- seqID: number;
126
+ seqId: number;
127
127
  source: string;
128
128
  message: string;
129
129
  createdBy: string;
130
130
  createdOn: Date;
131
- readFlad: string;
131
+ readFlag: string;
132
132
  }
133
133
  //# sourceMappingURL=eShipping.interface.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.5.52",
3
+ "version": "1.5.53",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "dist/index.js",