@xmobitea/gn-typescript-client 2.6.6 → 2.6.7
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 → gearn.js.client.js} +20 -7
- package/dist/gearn.js.client.min.js +2 -0
- package/dist/index.js +20 -7
- package/dist/runtime/constant/parameterCode/ParameterCode.d.ts +1 -0
- package/dist/runtime/entity/models/DashboardModels.d.ts +7 -4
- package/package.json +2 -1
- package/dist/gn.js.client.min.js +0 -2
- /package/dist/{gn.js.client.min.js.LICENSE.txt → gearn.js.client.min.js.LICENSE.txt} +0 -0
|
@@ -4212,6 +4212,7 @@ ParameterCode.Collections = "collections";
|
|
|
4212
4212
|
ParameterCode.Objects = "objects";
|
|
4213
4213
|
ParameterCode.Indexes = "indexes";
|
|
4214
4214
|
ParameterCode.DatabaseSystem = "databaseSystem";
|
|
4215
|
+
ParameterCode.LogDatabaseSystem = "logDatabaseSystem";
|
|
4215
4216
|
ParameterCode.Cost = "cost";
|
|
4216
4217
|
ParameterCode.MonthlyCost = "monthlyCost";
|
|
4217
4218
|
ParameterCode.RequestCount = "requestCount";
|
|
@@ -12302,6 +12303,10 @@ var DashboardModels;
|
|
|
12302
12303
|
StringDataMember({ code: ParameterCode.CatalogId, minLength: 2, maxLength: 32 }),
|
|
12303
12304
|
DashboardModels_metadata("design:type", String)
|
|
12304
12305
|
], FriendCatalogSettingsParam.prototype, "catalogId", void 0);
|
|
12306
|
+
DashboardModels_decorate([
|
|
12307
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12308
|
+
DashboardModels_metadata("design:type", String)
|
|
12309
|
+
], FriendCatalogSettingsParam.prototype, "description", void 0);
|
|
12305
12310
|
DashboardModels_decorate([
|
|
12306
12311
|
BooleanDataMember({ code: ParameterCode.ForceAcceptFriend }),
|
|
12307
12312
|
DashboardModels_metadata("design:type", Boolean)
|
|
@@ -12314,7 +12319,7 @@ var DashboardModels;
|
|
|
12314
12319
|
DashboardModels_metadata("design:type", String)
|
|
12315
12320
|
], ItemClassSettingsParam.prototype, "classId", void 0);
|
|
12316
12321
|
DashboardModels_decorate([
|
|
12317
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12322
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12318
12323
|
DashboardModels_metadata("design:type", String)
|
|
12319
12324
|
], ItemClassSettingsParam.prototype, "description", void 0);
|
|
12320
12325
|
DashboardModels.ItemClassSettingsParam = ItemClassSettingsParam;
|
|
@@ -12340,7 +12345,7 @@ var DashboardModels;
|
|
|
12340
12345
|
DashboardModels_metadata("design:type", String)
|
|
12341
12346
|
], GroupCatalogSettingsParam.prototype, "catalogId", void 0);
|
|
12342
12347
|
DashboardModels_decorate([
|
|
12343
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12348
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12344
12349
|
DashboardModels_metadata("design:type", String)
|
|
12345
12350
|
], GroupCatalogSettingsParam.prototype, "description", void 0);
|
|
12346
12351
|
DashboardModels_decorate([
|
|
@@ -12355,7 +12360,7 @@ var DashboardModels;
|
|
|
12355
12360
|
DashboardModels_metadata("design:type", String)
|
|
12356
12361
|
], TagSettingsParam.prototype, "key", void 0);
|
|
12357
12362
|
DashboardModels_decorate([
|
|
12358
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12363
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12359
12364
|
DashboardModels_metadata("design:type", String)
|
|
12360
12365
|
], TagSettingsParam.prototype, "description", void 0);
|
|
12361
12366
|
DashboardModels_decorate([
|
|
@@ -12370,7 +12375,7 @@ var DashboardModels;
|
|
|
12370
12375
|
DashboardModels_metadata("design:type", String)
|
|
12371
12376
|
], DataSettingsParam.prototype, "key", void 0);
|
|
12372
12377
|
DashboardModels_decorate([
|
|
12373
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12378
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12374
12379
|
DashboardModels_metadata("design:type", String)
|
|
12375
12380
|
], DataSettingsParam.prototype, "description", void 0);
|
|
12376
12381
|
DashboardModels_decorate([
|
|
@@ -12401,7 +12406,7 @@ var DashboardModels;
|
|
|
12401
12406
|
DashboardModels_metadata("design:type", Number)
|
|
12402
12407
|
], StatisticsSettingsParam.prototype, "initialValue", void 0);
|
|
12403
12408
|
DashboardModels_decorate([
|
|
12404
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12409
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12405
12410
|
DashboardModels_metadata("design:type", String)
|
|
12406
12411
|
], StatisticsSettingsParam.prototype, "description", void 0);
|
|
12407
12412
|
DashboardModels_decorate([
|
|
@@ -12420,7 +12425,7 @@ var DashboardModels;
|
|
|
12420
12425
|
DashboardModels_metadata("design:type", Number)
|
|
12421
12426
|
], CurrencySettingsParam.prototype, "initialValue", void 0);
|
|
12422
12427
|
DashboardModels_decorate([
|
|
12423
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12428
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12424
12429
|
DashboardModels_metadata("design:type", String)
|
|
12425
12430
|
], CurrencySettingsParam.prototype, "description", void 0);
|
|
12426
12431
|
DashboardModels_decorate([
|
|
@@ -12435,7 +12440,7 @@ var DashboardModels;
|
|
|
12435
12440
|
DashboardModels_metadata("design:type", String)
|
|
12436
12441
|
], CharacterCatalogSettingsParam.prototype, "catalogId", void 0);
|
|
12437
12442
|
DashboardModels_decorate([
|
|
12438
|
-
StringDataMember({ code: ParameterCode.Description
|
|
12443
|
+
StringDataMember({ code: ParameterCode.Description }),
|
|
12439
12444
|
DashboardModels_metadata("design:type", String)
|
|
12440
12445
|
], CharacterCatalogSettingsParam.prototype, "description", void 0);
|
|
12441
12446
|
DashboardModels.CharacterCatalogSettingsParam = CharacterCatalogSettingsParam;
|
|
@@ -14592,6 +14597,10 @@ var DashboardModels;
|
|
|
14592
14597
|
BooleanDataMember({ code: ParameterCode.DatabaseSystem, isOptional: true }),
|
|
14593
14598
|
DashboardModels_metadata("design:type", Boolean)
|
|
14594
14599
|
], GetAnalyticsRequestData.prototype, "databaseSystem", void 0);
|
|
14600
|
+
DashboardModels_decorate([
|
|
14601
|
+
BooleanDataMember({ code: ParameterCode.LogDatabaseSystem, isOptional: true }),
|
|
14602
|
+
DashboardModels_metadata("design:type", Boolean)
|
|
14603
|
+
], GetAnalyticsRequestData.prototype, "logDatabaseSystem", void 0);
|
|
14595
14604
|
DashboardModels_decorate([
|
|
14596
14605
|
BooleanDataMember({ code: ParameterCode.Cost, isOptional: true }),
|
|
14597
14606
|
DashboardModels_metadata("design:type", Boolean)
|
|
@@ -15129,6 +15138,10 @@ var DashboardModels;
|
|
|
15129
15138
|
GNHashtableDataMember({ code: ParameterCode.DatabaseSystem, isOptional: true }),
|
|
15130
15139
|
DashboardModels_metadata("design:type", DatabaseSystemResponseData)
|
|
15131
15140
|
], GetAnalyticsResponseData.prototype, "databaseSystem", void 0);
|
|
15141
|
+
DashboardModels_decorate([
|
|
15142
|
+
GNHashtableDataMember({ code: ParameterCode.LogDatabaseSystem, isOptional: true }),
|
|
15143
|
+
DashboardModels_metadata("design:type", DatabaseSystemResponseData)
|
|
15144
|
+
], GetAnalyticsResponseData.prototype, "logDatabaseSystem", void 0);
|
|
15132
15145
|
DashboardModels_decorate([
|
|
15133
15146
|
GNHashtableDataMember({ code: ParameterCode.Cost, isOptional: true }),
|
|
15134
15147
|
DashboardModels_metadata("design:type", CostResponseData)
|