@unvired/unvired-ts-core-sdk 0.0.23 → 0.0.26
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 +1 -1
- package/index.d.ts +2 -1
- package/index.js +24 -14
- package/package.json +1 -1
package/BuildNo.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
R-0.000.
|
|
1
|
+
R-0.000.0026
|
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.
|
|
659
|
+
export const FrameworkVersionNumber = "0.0.26";
|
|
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[];
|