spartaxx.businessmodels 1.0.254 → 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.
@@ -87,6 +87,8 @@ export interface ClientSetupInfo {
87
87
  TxrollOcaluc: string;
88
88
  IsRendition: boolean;
89
89
  IsFinancial: boolean;
90
+ ProjectName:string;
91
+ isSocketRequest:boolean
90
92
  }
91
93
 
92
94
  export interface SelectedPropertyList {
@@ -126,6 +128,7 @@ export interface SelectedPropertyList {
126
128
  City?: string;
127
129
  owneraddress2?: string;
128
130
  owneraddress3?: string;
131
+ ProjectName?: string;
129
132
  }
130
133
 
131
134
  export interface SelectedAllProperty {
@@ -162,4 +165,5 @@ export interface OnlineClientSetupInfo {
162
165
  ReferralEmployeeId?: number;
163
166
  TxrollLegalDescription?: string;
164
167
  SocketToken?:string;
168
+ isSocketRequest?:boolean;
165
169
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.254",
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
  }