spartaxx.businessmodels 1.0.243 → 1.0.244

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.
@@ -161,4 +161,5 @@ export interface OnlineClientSetupInfo {
161
161
  AgentId: number;
162
162
  ReferralEmployeeId?: number;
163
163
  TxrollLegalDescription?: string;
164
+ SocketToken?:string;
164
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.243",
3
+ "version": "1.0.244",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {