@unvired/unvired-ts-core-sdk 0.0.22 → 0.0.24

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/BuildNo.txt CHANGED
@@ -1 +1 @@
1
- R-0.000.0022
1
+ R-0.000.0024
package/index.d.ts CHANGED
@@ -656,7 +656,7 @@ declare module '@unvired/unvired-ts-core-sdk/helper/serverResponseHandler' {
656
656
 
657
657
  }
658
658
  declare module '@unvired/unvired-ts-core-sdk/helper/serviceConstants' {
659
- export const FrameworkVersionNumber = "0.0.22";
659
+ export const FrameworkVersionNumber = "0.0.24";
660
660
  export const FrameworkBuildNumber = "${BUILD_NUMBER}";
661
661
  export const FrameworkRevisionNumber = "f4444dd36a88188c063db5fe24a4eaa8b7d22106";
662
662
  export const FrameworkRevisionUrl = "";
@@ -1071,6 +1071,7 @@ declare module '@unvired/unvired-ts-core-sdk/helper/unviredAccountManager' {
1071
1071
  private static instance;
1072
1072
  private constructor();
1073
1073
  static getInstance(): UnviredAccountManager;
1074
+ private parseAccounts;
1074
1075
  saveAccount(account: UnviredAccount, appName: string): void;
1075
1076
  getAccount(userName: string, company: string): UnviredAccount;
1076
1077
  getAllAccounts(): UnviredAccount[];