@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.
package/dist/index.js CHANGED
@@ -1258,6 +1258,9 @@ GNParameterCode.Latitude = "Latitude";
1258
1258
  GNParameterCode.Longitude = "Longitude";
1259
1259
  GNParameterCode.BackupValue = "BackupValue";
1260
1260
  GNParameterCode.AnalyticsPrice = "AnalyticsPrice";
1261
+ GNParameterCode.IssuerId = "IssuerId";
1262
+ GNParameterCode.KeyId = "KeyId";
1263
+ GNParameterCode.P8Content = "P8Content";
1261
1264
 
1262
1265
  ;// ./src/runtime/constant/parameterCode/ParameterCode.ts
1263
1266
  class ParameterCode {
@@ -9607,6 +9610,18 @@ var DashboardModels;
9607
9610
  BooleanDataMember({ code: GNParameterCode.SandboxEnable }),
9608
9611
  DashboardModels_metadata("design:type", Boolean)
9609
9612
  ], ThirtPartyAppleSettingsParam.prototype, "sandboxEnable", void 0);
9613
+ DashboardModels_decorate([
9614
+ StringDataMember({ code: GNParameterCode.IssuerId }),
9615
+ DashboardModels_metadata("design:type", String)
9616
+ ], ThirtPartyAppleSettingsParam.prototype, "issuerId", void 0);
9617
+ DashboardModels_decorate([
9618
+ StringDataMember({ code: GNParameterCode.KeyId }),
9619
+ DashboardModels_metadata("design:type", String)
9620
+ ], ThirtPartyAppleSettingsParam.prototype, "keyId", void 0);
9621
+ DashboardModels_decorate([
9622
+ StringDataMember({ code: GNParameterCode.P8Content }),
9623
+ DashboardModels_metadata("design:type", String)
9624
+ ], ThirtPartyAppleSettingsParam.prototype, "p8Content", void 0);
9610
9625
  DashboardModels.ThirtPartyAppleSettingsParam = ThirtPartyAppleSettingsParam;
9611
9626
  class ThirtPartyFacebookSettingsParam {
9612
9627
  }
@@ -534,4 +534,7 @@ export declare class GNParameterCode {
534
534
  static readonly Longitude: string;
535
535
  static readonly BackupValue: string;
536
536
  static readonly AnalyticsPrice: string;
537
+ static readonly IssuerId: string;
538
+ static readonly KeyId: string;
539
+ static readonly P8Content: string;
537
540
  }
@@ -127,6 +127,9 @@ export declare namespace DashboardModels {
127
127
  class ThirtPartyAppleSettingsParam {
128
128
  appleClientId: string;
129
129
  sandboxEnable: boolean;
130
+ issuerId: string;
131
+ keyId: string;
132
+ p8Content: string;
130
133
  }
131
134
  class ThirtPartyFacebookSettingsParam {
132
135
  facebookAppId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmobitea/gn-typescript-client",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",