@unvired/unvired-ts-core-sdk 0.0.3 → 0.0.5
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 +4 -4
- package/index.js +99 -122
- package/package.json +1 -1
package/BuildNo.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
R-0.000.
|
|
1
|
+
R-0.000.0005
|
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.
|
|
657
|
+
export const FrameworkVersionNumber = "0.0.5";
|
|
658
658
|
export const FrameworkBuildNumber = "${BUILD_NUMBER}";
|
|
659
659
|
export const FrameworkRevisionNumber = "f4444dd36a88188c063db5fe24a4eaa8b7d22106";
|
|
660
660
|
export const FrameworkRevisionUrl = "";
|
|
@@ -852,7 +852,7 @@ declare module '@unvired/unvired-ts-core-sdk/helper/serviceConstants' {
|
|
|
852
852
|
PUSH = "PUSH",
|
|
853
853
|
QUERY = "QUERY",
|
|
854
854
|
REQ = "REQ",
|
|
855
|
-
PULLD = "
|
|
855
|
+
PULLD = "PULL_D"
|
|
856
856
|
}
|
|
857
857
|
export enum SyncType {
|
|
858
858
|
ASYNC = "ASYNC",
|
|
@@ -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' {
|