@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
  /**
package/build/es/meta.mjs CHANGED
@@ -30,12 +30,6 @@ function resolveComWixpressAchievementsApiV1ParticipantsServiceUrl(opts) {
30
30
  destPath: "/api/v1/participants"
31
31
  }
32
32
  ],
33
- "www._base_domain_": [
34
- {
35
- srcPath: "/challenges/api/v1/participants",
36
- destPath: "/api/v1/participants"
37
- }
38
- ],
39
33
  "api._api_base_domain_": [
40
34
  {
41
35
  srcPath: "/challenge-participants-proxy",