@xmobitea/gn-typescript-client 2.0.7 → 2.0.8
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.
- package/dist/gn.js.client.js +1 -1
- package/dist/gn.js.client.min.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/gn.js.client.js
CHANGED
|
@@ -19821,7 +19821,7 @@ var DashboardRequestModels;
|
|
|
19821
19821
|
_this.operationCode = OperationCode_1.OperationCode.LoginByAdminAccount;
|
|
19822
19822
|
_this.operationEncrypted = true;
|
|
19823
19823
|
_this.requestType = RequestType_1.RequestType.Dashboard;
|
|
19824
|
-
_this.requestRole = RequestRole_1.RequestRole.
|
|
19824
|
+
_this.requestRole = RequestRole_1.RequestRole.Client;
|
|
19825
19825
|
_this.requestDataCls = DashboardModels_1.DashboardModels.LoginByAdminAccountRequestData;
|
|
19826
19826
|
return _this;
|
|
19827
19827
|
}
|