-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync new features and bugfix from 57d170a (#1608)
- Loading branch information
Showing
482 changed files
with
5,598 additions
and
3,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7698f1018c89580fc352022f2b6da694f5533b77 | ||
57d170a1333473bf028801ec050850f3251a68b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
packages/ringcentral-integration/enums/activeCallControlStatus.js
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
packages/ringcentral-integration/enums/activeCallControlStatus.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { createHashMap } from '../lib/HashMap'; | ||
|
||
export default createHashMap({ | ||
hold: 'Hold', | ||
setUp: 'Setup', | ||
proceeding: 'Proceeding', | ||
}); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { createHashMap } from '../lib/HashMap'; | ||
|
||
export default createHashMap({ | ||
alive: 'Alive', | ||
deleted: 'Deleted', | ||
purged: 'Purged', | ||
}); |
4 changes: 2 additions & 2 deletions
4
...gcentral-integration/enums/callActions.js → ...gcentral-integration/enums/callActions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tral-integration/enums/callLogMessages.js → ...tral-integration/enums/callLogMessages.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import Enum from '../lib/Enum'; | ||
import { createEnum } from '../lib/Enum'; | ||
|
||
export default new Enum( | ||
export default createEnum( | ||
['logCallLogFailed', 'logFailed', 'fieldRequired'], | ||
'callLogMessages', | ||
); |
4 changes: 2 additions & 2 deletions
4
...tegration/enums/callLoggerTriggerTypes.js → ...tegration/enums/callLoggerTriggerTypes.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...gcentral-integration/enums/callResults.js → ...gcentral-integration/enums/callResults.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { createEnum } from '../lib/Enum'; | ||
|
||
export default createEnum(['unknown', 'contacts', 'conference'], 'calleeTypes'); |
6 changes: 0 additions & 6 deletions
6
packages/ringcentral-integration/enums/conversationLogStatus.js
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
packages/ringcentral-integration/enums/conversationLogStatus.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { createEnum } from '../lib/Enum'; | ||
|
||
export default createEnum( | ||
['loggedSuccess', 'loggedFailure'], | ||
'conversationLogStatus', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { createHashMap } from '../lib/HashMap'; | ||
|
||
export default createHashMap({ | ||
inbound: 'Inbound', | ||
outbound: 'Outbound', | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ntral-integration/enums/moduleStatuses.js → ...ntral-integration/enums/moduleStatuses.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import Enum from '../lib/Enum'; | ||
import { createEnum } from '../lib/Enum'; | ||
|
||
export default new Enum( | ||
export default createEnum( | ||
['pending', 'initializing', 'ready', 'resetting'], | ||
'module', | ||
); |
4 changes: 2 additions & 2 deletions
4
...ngcentral-integration/enums/phoneTypes.js → ...ngcentral-integration/enums/phoneTypes.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
packages/ringcentral-integration/enums/presenceStatus.enum.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { createHashMap } from '../lib/HashMap'; | ||
|
||
export const presenceStatus = createHashMap({ | ||
offline: 'Offline', | ||
busy: 'Busy', | ||
available: 'Available', | ||
}); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { createEnum } from '../lib/Enum'; | ||
|
||
export default createEnum(['proxyInit', 'proxyInitSuccess']); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { createEnum } from '../lib/Enum'; | ||
|
||
export default createEnum(['pending', 'initializing', 'ready'], 'module'); |
4 changes: 2 additions & 2 deletions
4
...-integration/enums/subscriptionFilters.js → ...-integration/enums/subscriptionFilters.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...al-integration/enums/subscriptionHints.js → ...al-integration/enums/subscriptionHints.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { createHashMap } from '../lib/HashMap'; | ||
|
||
export default createHashMap({ | ||
fSync: 'FSync', | ||
iSync: 'ISync', | ||
}); |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { createHashMap } from '../lib/HashMap'; | ||
|
||
export default createHashMap({ | ||
final: 'final', | ||
intermediate: 'intermediate', | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.