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

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.0004
1
+ R-0.000.0006
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.4";
657
+ export const FrameworkVersionNumber = "0.0.6";
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 = "PULLD"
855
+ PULLD = "PULL_D"
856
856
  }
857
857
  export enum SyncType {
858
858
  ASYNC = "ASYNC",