@hapl/api-queries 1.0.13 → 1.0.14

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,7 @@
1
1
  import { ContactType } from '../types';
2
2
  export declare const ContactDictionary: {
3
3
  Type: {
4
+ "bitrix-id": string;
4
5
  "compass-messenger-id": string;
5
6
  "slack-id": string;
6
7
  "slack-group-id": string;
@@ -1,4 +1,5 @@
1
1
  export declare enum ContactType {
2
+ BitrixId = "bitrix-id",
2
3
  CompassMessengerId = "compass-messenger-id",
3
4
  Email = "email",
4
5
  Facebook = "facebook",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hapl/api-queries",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "author": "Homeapp",
5
5
  "license": "MIT",
6
6
  "module": "dist/api-queries.esm.js",
@@ -2,6 +2,7 @@ import { ContactType } from '../types';
2
2
 
3
3
  export const ContactDictionary = {
4
4
  Type: {
5
+ [ContactType.BitrixId]: 'ID пользователя в Битрикс24',
5
6
  [ContactType.CompassMessengerId]: 'ID пользователя в Compass',
6
7
  [ContactType.SlackId]: 'ID пользователя в слак',
7
8
  [ContactType.SlackGroupId]: 'ID канала в слак',
@@ -1,4 +1,5 @@
1
1
  export enum ContactType {
2
+ BitrixId = 'bitrix-id',
2
3
  CompassMessengerId = 'compass-messenger-id',
3
4
  Email = 'email',
4
5
  Facebook = 'facebook',