@wildix/xbees-connect 1.2.31-alpha.1 → 1.2.31-alpha.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.31-alpha.0",
3
+ "version": "1.2.31-alpha.2",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UrlParams = exports.ClientEventType = exports.EventType = void 0;
3
+ exports.StartPage = exports.UrlParams = exports.ClientEventType = exports.EventType = void 0;
4
4
  var EventType;
5
5
  (function (EventType) {
6
6
  EventType["GET_CONTACTS_AUTO_SUGGEST"] = "xBeesGetContactsAutoSuggest";
@@ -59,4 +59,9 @@ var UrlParams;
59
59
  UrlParams["EXTENSION"] = "e";
60
60
  UrlParams["REFERRER"] = "r";
61
61
  UrlParams["AUTHORIZE"] = "a";
62
+ UrlParams["START_PAGE"] = "sp";
62
63
  })(UrlParams || (exports.UrlParams = UrlParams = {}));
64
+ var StartPage;
65
+ (function (StartPage) {
66
+ StartPage["CREATE_CONTACT"] = "createContact";
67
+ })(StartPage || (exports.StartPage = StartPage = {}));
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.31-alpha.0",
3
+ "version": "1.2.31-alpha.2",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -56,4 +56,9 @@ export var UrlParams;
56
56
  UrlParams["EXTENSION"] = "e";
57
57
  UrlParams["REFERRER"] = "r";
58
58
  UrlParams["AUTHORIZE"] = "a";
59
+ UrlParams["START_PAGE"] = "sp";
59
60
  })(UrlParams || (UrlParams = {}));
61
+ export var StartPage;
62
+ (function (StartPage) {
63
+ StartPage["CREATE_CONTACT"] = "createContact";
64
+ })(StartPage || (StartPage = {}));
@@ -52,5 +52,9 @@ export declare enum UrlParams {
52
52
  USER = "u",
53
53
  EXTENSION = "e",
54
54
  REFERRER = "r",
55
- AUTHORIZE = "a"
55
+ AUTHORIZE = "a",
56
+ START_PAGE = "sp"
57
+ }
58
+ export declare enum StartPage {
59
+ CREATE_CONTACT = "createContact"
56
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.31-alpha.1",
3
+ "version": "1.2.31-alpha.2",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -45,5 +45,5 @@
45
45
  "engines": {
46
46
  "node": ">=16"
47
47
  },
48
- "gitHead": "077adcb1a88cbafafc9a9104c9dcda3178dbf262"
48
+ "gitHead": "825c55c5b470dc367d65272e33ed1a80223f1702"
49
49
  }