@xmobitea/gn-typescript-client 2.6.0 → 2.6.1
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
CHANGED
|
@@ -3271,7 +3271,6 @@ class GNServerSettings {
|
|
|
3271
3271
|
this.adminSecretKey = options.adminSecretKey;
|
|
3272
3272
|
this.serverSecretKey = options.serverSecretKey;
|
|
3273
3273
|
this.clientSecretKey = options.clientSecretKey;
|
|
3274
|
-
this.gnServerSourcePath = options.gnServerSourcePath;
|
|
3275
3274
|
this.logType = options.logType;
|
|
3276
3275
|
}
|
|
3277
3276
|
getServerAddress() {
|
|
@@ -3352,12 +3351,6 @@ class GNServerSettings {
|
|
|
3352
3351
|
setClientSecretKey(clientSecretKey) {
|
|
3353
3352
|
this.clientSecretKey = clientSecretKey;
|
|
3354
3353
|
}
|
|
3355
|
-
getGNServerSourcePath() {
|
|
3356
|
-
return this.gnServerSourcePath;
|
|
3357
|
-
}
|
|
3358
|
-
setGNServerSourcePath(gnServerSourcePath) {
|
|
3359
|
-
this.gnServerSourcePath = gnServerSourcePath;
|
|
3360
|
-
}
|
|
3361
3354
|
getLogType() {
|
|
3362
3355
|
return this.logType;
|
|
3363
3356
|
}
|