@unvired/unvired-ts-core-sdk 0.0.3 → 0.0.4

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.0003
1
+ R-0.000.0004
package/index.d.ts CHANGED
@@ -654,7 +654,7 @@ declare module '@unvired/unvired-ts-core-sdk/helper/serverResponseHandler' {
654
654
 
655
655
  }
656
656
  declare module '@unvired/unvired-ts-core-sdk/helper/serviceConstants' {
657
- export const FrameworkVersionNumber = "0.0.3";
657
+ export const FrameworkVersionNumber = "0.0.4";
658
658
  export const FrameworkBuildNumber = "${BUILD_NUMBER}";
659
659
  export const FrameworkRevisionNumber = "f4444dd36a88188c063db5fe24a4eaa8b7d22106";
660
660
  export const FrameworkRevisionUrl = "";
@@ -1280,8 +1280,8 @@ declare module '@unvired/unvired-ts-core-sdk/index' {
1280
1280
  import { UnviredAccount } from '@unvired/unvired-ts-core-sdk/helper/unviredAccount';
1281
1281
  import { isServerReachable, getErrorMessage } from "@unvired/unvired-ts-core-sdk/helper/utils";
1282
1282
  import { PlatformManager, PlatformType } from '@unvired/unvired-ts-core-sdk/platform/PlatformManager';
1283
- import { PlatformInterface } from '@unvired/unvired-ts-core-sdk/platform/PlatformInterface';
1284
- export { AuthenticationService, SyncEngine, DatabaseManager, DatabaseType, FrameworkHelper, FrameworkSettingsFields, FrameworkSettingsManager, UserSettingsManager, UserSettingsFields, OutboxService, NotificationListenerHelper, AttachmentHelper, AttachmentQHelper, ServiceConstants, FieldConstants, InboxHelper, OutBoxHelper, HttpConnection, SettingsHelper, AppDatabaseManager, UnviredAccountManager, UnviredAccount, isServerReachable, getErrorMessage, PlatformManager, PlatformType, PlatformInterface };
1283
+ import type { PlatformInterface } from '@unvired/unvired-ts-core-sdk/platform/PlatformInterface';
1284
+ export { AuthenticationService, SyncEngine, DatabaseManager, DatabaseType, FrameworkHelper, FrameworkSettingsFields, FrameworkSettingsManager, UserSettingsManager, UserSettingsFields, OutboxService, NotificationListenerHelper, AttachmentHelper, AttachmentQHelper, ServiceConstants, FieldConstants, InboxHelper, OutBoxHelper, HttpConnection, SettingsHelper, AppDatabaseManager, UnviredAccountManager, UnviredAccount, isServerReachable, getErrorMessage, PlatformManager, PlatformType, type PlatformInterface };
1285
1285
 
1286
1286
  }
1287
1287
  declare module '@unvired/unvired-ts-core-sdk/outbox/outboxAttachmentManager' {