spartaxx.businessmodels 1.0.255 → 1.0.256

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.
@@ -88,6 +88,7 @@ export interface ClientSetupInfo {
88
88
  IsRendition: boolean;
89
89
  IsFinancial: boolean;
90
90
  ProjectName:string;
91
+ isSocketRequest:boolean
91
92
  }
92
93
 
93
94
  export interface SelectedPropertyList {
@@ -164,4 +165,5 @@ export interface OnlineClientSetupInfo {
164
165
  ReferralEmployeeId?: number;
165
166
  TxrollLegalDescription?: string;
166
167
  SocketToken?:string;
168
+ isSocketRequest?:boolean;
167
169
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.255",
3
+ "version": "1.0.256",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
@@ -18,6 +18,6 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^20.14.11",
21
- "typescript": "^5.6.3"
21
+ "typescript": "^5.7.2"
22
22
  }
23
23
  }