@xmobitea/gn-typescript-client 2.6.5 → 2.6.6
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/LICENSE
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Copyright 2020-2025 XmobiTea Family (xmobitea.com)
|
|
2
|
+
|
|
3
|
+
MIT License:
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/dist/gn.js.client.js
CHANGED
|
@@ -6998,8 +6998,8 @@ var MasterPlayerModels;
|
|
|
6998
6998
|
MasterPlayerModels_metadata("design:type", String)
|
|
6999
6999
|
], SendSocketOperationEventRequestData.prototype, "userId", void 0);
|
|
7000
7000
|
MasterPlayerModels_decorate([
|
|
7001
|
-
|
|
7002
|
-
MasterPlayerModels_metadata("design:type",
|
|
7001
|
+
StringDataMember({ code: ParameterCode.EventCode, minLength: 1, maxLength: 64 }),
|
|
7002
|
+
MasterPlayerModels_metadata("design:type", String)
|
|
7003
7003
|
], SendSocketOperationEventRequestData.prototype, "eventCode", void 0);
|
|
7004
7004
|
MasterPlayerModels_decorate([
|
|
7005
7005
|
GNHashtableDataMember({ code: ParameterCode.EventParameters, mustNonNull: true, minLength: 0, maxLength: 128, isOptional: true }),
|
|
@@ -14460,7 +14460,7 @@ var DashboardModels;
|
|
|
14460
14460
|
class LoginByAdminAccountRequestData {
|
|
14461
14461
|
}
|
|
14462
14462
|
DashboardModels_decorate([
|
|
14463
|
-
StringDataMember({ code: ParameterCode.Username, minLength:
|
|
14463
|
+
StringDataMember({ code: ParameterCode.Username, minLength: 4, maxLength: 32, mustNonNull: true }),
|
|
14464
14464
|
DashboardModels_metadata("design:type", String)
|
|
14465
14465
|
], LoginByAdminAccountRequestData.prototype, "username", void 0);
|
|
14466
14466
|
DashboardModels_decorate([
|