@wix/auto_sdk_online-programs_online-program-participants 1.0.17 → 1.0.19

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.
@@ -1314,6 +1314,8 @@ interface MessageEnvelope {
1314
1314
  identity?: IdentificationData;
1315
1315
  /** Stringify payload. */
1316
1316
  data?: string;
1317
+ /** Details related to the account */
1318
+ accountInfo?: AccountInfo;
1317
1319
  }
1318
1320
  interface IdentificationData extends IdentificationDataIdOneOf {
1319
1321
  /**
@@ -101,12 +101,6 @@ function resolveComWixpressAchievementsApiV1ParticipantsServiceUrl(opts) {
101
101
  destPath: "/api/v1/participants"
102
102
  }
103
103
  ],
104
- "www._base_domain_": [
105
- {
106
- srcPath: "/challenges/api/v1/participants",
107
- destPath: "/api/v1/participants"
108
- }
109
- ],
110
104
  "api._api_base_domain_": [
111
105
  {
112
106
  srcPath: "/challenge-participants-proxy",