backendless-rt-client
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -34,2 +34,3 @@ 'use strict'; | ||
OBJECTS_CHANGES: 'OBJECTS_CHANGES', | ||
RELATIONS_CHANGES: 'RELATIONS_CHANGES', | ||
@@ -36,0 +37,0 @@ PUB_SUB_CONNECT: 'PUB_SUB_CONNECT', |
@@ -34,2 +34,3 @@ 'use strict'; | ||
this.onObjectsChanges = subscription(_constants.RTSubscriptionTypes.OBJECTS_CHANGES).bind(this); | ||
this.onRelationsChanges = subscription(_constants.RTSubscriptionTypes.RELATIONS_CHANGES).bind(this); | ||
this.connectToPubSub = subscription(_constants.RTSubscriptionTypes.PUB_SUB_CONNECT).bind(this); | ||
@@ -233,2 +234,3 @@ this.onPubSubMessage = subscription(_constants.RTSubscriptionTypes.PUB_SUB_MESSAGES).bind(this); | ||
/** */ | ||
/** */ | ||
/***** DATA SUBSCRIPTIONS **************** **/ | ||
@@ -235,0 +237,0 @@ /***************************************** **/ |
@@ -34,2 +34,3 @@ 'use strict'; | ||
OBJECTS_CHANGES: 'OBJECTS_CHANGES', | ||
RELATIONS_CHANGES: 'RELATIONS_CHANGES', | ||
@@ -36,0 +37,0 @@ PUB_SUB_CONNECT: 'PUB_SUB_CONNECT', |
@@ -34,2 +34,3 @@ 'use strict'; | ||
this.onObjectsChanges = subscription(_constants.RTSubscriptionTypes.OBJECTS_CHANGES).bind(this); | ||
this.onRelationsChanges = subscription(_constants.RTSubscriptionTypes.RELATIONS_CHANGES).bind(this); | ||
this.connectToPubSub = subscription(_constants.RTSubscriptionTypes.PUB_SUB_CONNECT).bind(this); | ||
@@ -233,2 +234,3 @@ this.onPubSubMessage = subscription(_constants.RTSubscriptionTypes.PUB_SUB_MESSAGES).bind(this); | ||
/** */ | ||
/** */ | ||
/***** DATA SUBSCRIPTIONS **************** **/ | ||
@@ -235,0 +237,0 @@ /***************************************** **/ |
{ | ||
"name": "backendless-rt-client", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Backendless RT Client for connect to Backendless RT Server", | ||
@@ -5,0 +5,0 @@ "browser": "dist/backendless-rt-client.js", |
@@ -28,3 +28,4 @@ export const NativeSocketEvents = { | ||
export const RTSubscriptionTypes = { | ||
OBJECTS_CHANGES: 'OBJECTS_CHANGES', | ||
OBJECTS_CHANGES : 'OBJECTS_CHANGES', | ||
RELATIONS_CHANGES: 'RELATIONS_CHANGES', | ||
@@ -31,0 +32,0 @@ PUB_SUB_CONNECT : 'PUB_SUB_CONNECT', |
@@ -155,2 +155,3 @@ import { RTSocketEvents, RTSubscriptionTypes } from './constants' | ||
/** */ onObjectsChanges = subscription(RTSubscriptionTypes.OBJECTS_CHANGES).bind(this) | ||
/** */ onRelationsChanges = subscription(RTSubscriptionTypes.RELATIONS_CHANGES).bind(this) | ||
/***** DATA SUBSCRIPTIONS **************** **/ | ||
@@ -157,0 +158,0 @@ /***************************************** **/ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1331559
12027