@opexa/portal-sdk 0.49.2 → 0.50.0

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.cjs CHANGED
@@ -7991,6 +7991,8 @@ var Sdk = class {
7991
7991
  id: res.data.session.id,
7992
7992
  maya: this.sessionManager.onMaya,
7993
7993
  cabinet: this.sessionManager.onCabinet,
7994
+ accessToken: res.data.accessToken,
7995
+ refreshToken: res.data.refreshToken,
7994
7996
  dateTimeCreated: new Date(res.data.session.dateTimeCreated)
7995
7997
  } : null
7996
7998
  };
@@ -8004,6 +8006,8 @@ var Sdk = class {
8004
8006
  id: res.data.session.id,
8005
8007
  maya: this.sessionManager.onMaya,
8006
8008
  cabinet: this.sessionManager.onCabinet,
8009
+ accessToken: res.data.accessToken,
8010
+ refreshToken: res.data.refreshToken,
8007
8011
  dateTimeCreated: new Date(res.data.session.dateTimeCreated)
8008
8012
  } : null
8009
8013
  };