@xmobitea/gn-typescript-client 2.3.0 → 2.3.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.
@@ -4062,6 +4062,9 @@ GNParameterCode.Latitude = "Latitude";
4062
4062
  GNParameterCode.Longitude = "Longitude";
4063
4063
  GNParameterCode.BackupValue = "BackupValue";
4064
4064
  GNParameterCode.AnalyticsPrice = "AnalyticsPrice";
4065
+ GNParameterCode.IssuerId = "IssuerId";
4066
+ GNParameterCode.KeyId = "KeyId";
4067
+ GNParameterCode.P8Content = "P8Content";
4065
4068
 
4066
4069
  ;// ./src/runtime/constant/parameterCode/ParameterCode.ts
4067
4070
  class ParameterCode {
@@ -12411,6 +12414,18 @@ var DashboardModels;
12411
12414
  BooleanDataMember({ code: GNParameterCode.SandboxEnable }),
12412
12415
  DashboardModels_metadata("design:type", Boolean)
12413
12416
  ], ThirtPartyAppleSettingsParam.prototype, "sandboxEnable", void 0);
12417
+ DashboardModels_decorate([
12418
+ StringDataMember({ code: GNParameterCode.IssuerId }),
12419
+ DashboardModels_metadata("design:type", String)
12420
+ ], ThirtPartyAppleSettingsParam.prototype, "issuerId", void 0);
12421
+ DashboardModels_decorate([
12422
+ StringDataMember({ code: GNParameterCode.KeyId }),
12423
+ DashboardModels_metadata("design:type", String)
12424
+ ], ThirtPartyAppleSettingsParam.prototype, "keyId", void 0);
12425
+ DashboardModels_decorate([
12426
+ StringDataMember({ code: GNParameterCode.P8Content }),
12427
+ DashboardModels_metadata("design:type", String)
12428
+ ], ThirtPartyAppleSettingsParam.prototype, "p8Content", void 0);
12414
12429
  DashboardModels.ThirtPartyAppleSettingsParam = ThirtPartyAppleSettingsParam;
12415
12430
  class ThirtPartyFacebookSettingsParam {
12416
12431
  }