spartaxx.businessmodels 1.0.255 → 1.0.257
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.
@@ -2,7 +2,8 @@ import { TermsType } from "./TermsType"
|
|
2
2
|
|
3
3
|
export interface ClientSetupParam {
|
4
4
|
ClientSetupInfo: ClientSetupInfo;
|
5
|
-
QueueId: string
|
5
|
+
QueueId: string;
|
6
|
+
isSocketRequest?:boolean;
|
6
7
|
}
|
7
8
|
|
8
9
|
export interface ClientSetupInfo {
|
@@ -138,7 +139,9 @@ export interface SelectedAllProperty {
|
|
138
139
|
|
139
140
|
export interface OnlineClientSetupMaster {
|
140
141
|
OnlineClientSetupInfo: OnlineClientSetupInfo
|
141
|
-
SelectedPropertyList: SelectedPropertyList[];
|
142
|
+
SelectedPropertyList: SelectedPropertyList[];
|
143
|
+
isSocketRequest?:boolean;
|
144
|
+
|
142
145
|
}
|
143
146
|
|
144
147
|
export interface OnlineClientSetupInfo {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "spartaxx.businessmodels",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.257",
|
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.
|
21
|
+
"typescript": "^5.7.2"
|
22
22
|
}
|
23
23
|
}
|