@xmobitea/gn-server 2.6.9 → 2.6.10
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.
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { SecretInfo, SecretPermissionItem } from "
|
|
2
|
-
import { AuthInfo } from "
|
|
3
|
-
import { authenticate_InfoRequestParam as authenticate_InfoRequestParam } from "
|
|
4
|
-
import { characterPlayer_InfoRequestParam as characterPlayer_InfoRequestParam } from "
|
|
5
|
-
import { gamePlayer_InfoRequestParam as gamePlayer_InfoRequestParam } from "
|
|
6
|
-
import { group_InfoRequestParam as group_InfoRequestParam } from "
|
|
7
|
-
import { inventory_InfoRequestParam as inventory_InfoRequestParam } from "
|
|
8
|
-
import { masterPlayer_InfoRequestParam as masterPlayer_InfoRequestParam } from "
|
|
9
|
-
import { storeInventory_InfoRequestParam as storeInventory_InfoRequestParam } from "
|
|
10
|
-
import { PermissionParam } from "
|
|
11
|
-
|
|
12
|
-
import { ContentDataParam } from "
|
|
13
|
-
|
|
14
|
-
import { CustomDataParam } from "
|
|
1
|
+
import { SecretInfo, SecretPermissionItem } from "../../index";
|
|
2
|
+
import { AuthInfo } from "../../index";
|
|
3
|
+
import { authenticate_InfoRequestParam as authenticate_InfoRequestParam } from "../../index";
|
|
4
|
+
import { characterPlayer_InfoRequestParam as characterPlayer_InfoRequestParam } from "../../index";
|
|
5
|
+
import { gamePlayer_InfoRequestParam as gamePlayer_InfoRequestParam } from "../../index";
|
|
6
|
+
import { group_InfoRequestParam as group_InfoRequestParam } from "../../index";
|
|
7
|
+
import { inventory_InfoRequestParam as inventory_InfoRequestParam } from "../../index";
|
|
8
|
+
import { masterPlayer_InfoRequestParam as masterPlayer_InfoRequestParam } from "../../index";
|
|
9
|
+
import { storeInventory_InfoRequestParam as storeInventory_InfoRequestParam } from "../../index";
|
|
10
|
+
import { PermissionParam } from "../../index";
|
|
11
|
+
|
|
12
|
+
import { ContentDataParam } from "../../index";
|
|
13
|
+
|
|
14
|
+
import { CustomDataParam } from "../../index";
|
|
15
15
|
// import { GroupMemberParam } from "./../../index";
|
|
16
|
-
import { PlayerCurrencyParam } from "
|
|
17
|
-
import { PlayerDataParam } from "
|
|
18
|
-
import { PlayerStatisticsParam } from "
|
|
19
|
-
|
|
20
|
-
import { GroupCurrencyParam } from "
|
|
21
|
-
import { GroupDataParam } from "
|
|
22
|
-
import { GroupMemberParam } from "
|
|
23
|
-
import { GroupMessageItem } from "
|
|
24
|
-
import { GroupStatisticsParam } from "
|
|
25
|
-
|
|
26
|
-
import { ItemDataParam } from "
|
|
27
|
-
import { ItemStatisticsParam } from "
|
|
28
|
-
|
|
29
|
-
import { AvatarParam } from "
|
|
30
|
-
import { CurrencyParam } from "
|
|
31
|
-
import { InAppPurchaseParam } from "
|
|
32
|
-
import { StoreDataParam } from "
|
|
33
|
-
import { StoreItemParam } from "
|
|
34
|
-
import { TagParam } from "
|
|
35
|
-
|
|
36
|
-
import { AuthenticatePermissionRulesParam } from "
|
|
37
|
-
import { CharacterCatalogSettingsParam } from "
|
|
38
|
-
import { CharacterPlayerPermissionRulesParam } from "
|
|
39
|
-
import { CharacterPlayerSettingsParam } from "
|
|
40
|
-
import { CloudScriptPermissionRulesParam } from "
|
|
41
|
-
import { ContentPermissionRulesParam } from "
|
|
42
|
-
import { CurrencySettingsParam } from "
|
|
43
|
-
import { DataSettingsParam } from "
|
|
44
|
-
import { FriendCatalogSettingsParam } from "
|
|
45
|
-
import { GamePlayerPermissionRulesParam } from "
|
|
46
|
-
import { GamePlayerSettingsParam } from "
|
|
47
|
-
import { GameSettingsParam } from "
|
|
48
|
-
import { GenericServiceSettingsParam } from "
|
|
49
|
-
import { GroupCatalogSettingsParam } from "
|
|
50
|
-
import { GroupPermissionRulesParam } from "
|
|
51
|
-
import { GroupSettingsParam } from "
|
|
52
|
-
import { InventoryPermissionRulesParam } from "
|
|
53
|
-
import { InventorySettingsParam } from "
|
|
54
|
-
import { ItemCatalogSettingsParam } from "
|
|
55
|
-
import { ItemClassSettingsParam } from "
|
|
56
|
-
import { MasterAdminPermissionRulesParam } from "
|
|
57
|
-
import { MasterPlayerPermissionRulesParam } from "
|
|
58
|
-
import { MasterPlayerSettingsParam } from "
|
|
59
|
-
import { MatchmakingQueueSettingsParam } from "
|
|
60
|
-
import { MultiplayerPermissionRulesParam } from "
|
|
61
|
-
import { PermissionRulesParam } from "
|
|
62
|
-
import { StatisticsSettingsParam } from "
|
|
63
|
-
import { StoreInventoryPermissionRulesParam } from "
|
|
64
|
-
import { TagSettingsParam } from "
|
|
65
|
-
import { ThirtPartyAppleSettingsParam } from "
|
|
66
|
-
import { ThirtPartyFacebookSettingsParam } from "
|
|
67
|
-
import { ThirtPartyGameCenterSettingsParam } from "
|
|
68
|
-
import { ThirtPartyGooglePlayGameSettingsParam } from "
|
|
69
|
-
import { ThirtPartyParam } from "
|
|
70
|
-
import { EmailSettingsParam } from "
|
|
71
|
-
import { PushNotificationSettingsParam } from "
|
|
72
|
-
import { AnalyticsRequestParams } from "
|
|
73
|
-
import { ServerGameDataRequestParams } from "
|
|
74
|
-
import { MatchmakingTicketCanMatch } from "
|
|
75
|
-
import { ServerDetail } from "
|
|
16
|
+
import { PlayerCurrencyParam } from "../../index";
|
|
17
|
+
import { PlayerDataParam } from "../../index";
|
|
18
|
+
import { PlayerStatisticsParam } from "../../index";
|
|
19
|
+
|
|
20
|
+
import { GroupCurrencyParam } from "../../index";
|
|
21
|
+
import { GroupDataParam } from "../../index";
|
|
22
|
+
import { GroupMemberParam } from "../../index";
|
|
23
|
+
import { GroupMessageItem } from "../../index";
|
|
24
|
+
import { GroupStatisticsParam } from "../../index";
|
|
25
|
+
|
|
26
|
+
import { ItemDataParam } from "../../index";
|
|
27
|
+
import { ItemStatisticsParam } from "../../index";
|
|
28
|
+
|
|
29
|
+
import { AvatarParam } from "../../index";
|
|
30
|
+
import { CurrencyParam } from "../../index";
|
|
31
|
+
import { InAppPurchaseParam } from "../../index";
|
|
32
|
+
import { StoreDataParam } from "../../index";
|
|
33
|
+
import { StoreItemParam } from "../../index";
|
|
34
|
+
import { TagParam } from "../../index";
|
|
35
|
+
|
|
36
|
+
import { AuthenticatePermissionRulesParam } from "../../index";
|
|
37
|
+
import { CharacterCatalogSettingsParam } from "../../index";
|
|
38
|
+
import { CharacterPlayerPermissionRulesParam } from "../../index";
|
|
39
|
+
import { CharacterPlayerSettingsParam } from "../../index";
|
|
40
|
+
import { CloudScriptPermissionRulesParam } from "../../index";
|
|
41
|
+
import { ContentPermissionRulesParam } from "../../index";
|
|
42
|
+
import { CurrencySettingsParam } from "../../index";
|
|
43
|
+
import { DataSettingsParam } from "../../index";
|
|
44
|
+
import { FriendCatalogSettingsParam } from "../../index";
|
|
45
|
+
import { GamePlayerPermissionRulesParam } from "../../index";
|
|
46
|
+
import { GamePlayerSettingsParam } from "../../index";
|
|
47
|
+
import { GameSettingsParam } from "../../index";
|
|
48
|
+
import { GenericServiceSettingsParam } from "../../index";
|
|
49
|
+
import { GroupCatalogSettingsParam } from "../../index";
|
|
50
|
+
import { GroupPermissionRulesParam } from "../../index";
|
|
51
|
+
import { GroupSettingsParam } from "../../index";
|
|
52
|
+
import { InventoryPermissionRulesParam } from "../../index";
|
|
53
|
+
import { InventorySettingsParam } from "../../index";
|
|
54
|
+
import { ItemCatalogSettingsParam } from "../../index";
|
|
55
|
+
import { ItemClassSettingsParam } from "../../index";
|
|
56
|
+
import { MasterAdminPermissionRulesParam } from "../../index";
|
|
57
|
+
import { MasterPlayerPermissionRulesParam } from "../../index";
|
|
58
|
+
import { MasterPlayerSettingsParam } from "../../index";
|
|
59
|
+
import { MatchmakingQueueSettingsParam } from "../../index";
|
|
60
|
+
import { MultiplayerPermissionRulesParam } from "../../index";
|
|
61
|
+
import { PermissionRulesParam } from "../../index";
|
|
62
|
+
import { StatisticsSettingsParam } from "../../index";
|
|
63
|
+
import { StoreInventoryPermissionRulesParam } from "../../index";
|
|
64
|
+
import { TagSettingsParam } from "../../index";
|
|
65
|
+
import { ThirtPartyAppleSettingsParam } from "../../index";
|
|
66
|
+
import { ThirtPartyFacebookSettingsParam } from "../../index";
|
|
67
|
+
import { ThirtPartyGameCenterSettingsParam } from "../../index";
|
|
68
|
+
import { ThirtPartyGooglePlayGameSettingsParam } from "../../index";
|
|
69
|
+
import { ThirtPartyParam } from "../../index";
|
|
70
|
+
import { EmailSettingsParam } from "../../index";
|
|
71
|
+
import { PushNotificationSettingsParam } from "../../index";
|
|
72
|
+
import { AnalyticsRequestParams } from "../../index";
|
|
73
|
+
import { ServerGameDataRequestParams } from "../../index";
|
|
74
|
+
import { MatchmakingTicketCanMatch } from "../../index";
|
|
75
|
+
import { ServerDetail } from "../../index";
|
|
76
76
|
|
|
77
77
|
import {
|
|
78
78
|
GNNetwork,
|
package/dist/index.js
CHANGED
|
@@ -87573,8 +87573,8 @@ class ServerApplicationStartup extends DefaultApplicationStartup {
|
|
|
87573
87573
|
let databaseSettings = DatabaseSettings.Builder()
|
|
87574
87574
|
.setConnectionString(gnDatabaseSettings["connectionString"] ?? "mongodb://127.0.0.1:27017/")
|
|
87575
87575
|
.setDatabaseName(gnDatabaseSettings["databaseName"] ?? "XmobiTea")
|
|
87576
|
-
.setLogConnectionString(gnDatabaseSettings["logConnectionString"] ?? "
|
|
87577
|
-
.setDatabaseName(gnDatabaseSettings["databaseName"] ?? "
|
|
87576
|
+
.setLogConnectionString(gnDatabaseSettings["logConnectionString"] ?? "")
|
|
87577
|
+
.setDatabaseName(gnDatabaseSettings["databaseName"] ?? "")
|
|
87578
87578
|
.setOptions(gnDatabaseSettings["options"] ?? {})
|
|
87579
87579
|
.build();
|
|
87580
87580
|
let gnLogSettings = this.gnConfig["logSettings"];
|