@webex/calling 0.0.1-next.4 → 0.0.1-next.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.
Files changed (125) hide show
  1. package/dist/module/Voicemail/BroadworksBackendConnector.js +3 -1
  2. package/dist/module/Voicemail/UcmBackendConnector.js +10 -6
  3. package/dist/module/Voicemail/WxCallBackendConnector.js +5 -5
  4. package/dist/module/Voicemail/voicemailFixture.js +61 -0
  5. package/dist/module/common/Utils.js +10 -10
  6. package/dist/module/common/constants.js +1 -0
  7. package/package.json +2 -1
  8. package/dist/types/CallHistory/CallHistory.d.ts +0 -19
  9. package/dist/types/CallHistory/CallHistory.d.ts.map +0 -1
  10. package/dist/types/CallHistory/callHistoryFixtures.d.ts +0 -95
  11. package/dist/types/CallHistory/callHistoryFixtures.d.ts.map +0 -1
  12. package/dist/types/CallHistory/constants.d.ts +0 -10
  13. package/dist/types/CallHistory/constants.d.ts.map +0 -1
  14. package/dist/types/CallHistory/types.d.ts +0 -21
  15. package/dist/types/CallHistory/types.d.ts.map +0 -1
  16. package/dist/types/CallSettings/CallSettings.d.ts +0 -20
  17. package/dist/types/CallSettings/CallSettings.d.ts.map +0 -1
  18. package/dist/types/CallSettings/UcmBackendConnector.d.ts +0 -20
  19. package/dist/types/CallSettings/UcmBackendConnector.d.ts.map +0 -1
  20. package/dist/types/CallSettings/WxCallBackendConnector.d.ts +0 -22
  21. package/dist/types/CallSettings/WxCallBackendConnector.d.ts.map +0 -1
  22. package/dist/types/CallSettings/constants.d.ts +0 -12
  23. package/dist/types/CallSettings/constants.d.ts.map +0 -1
  24. package/dist/types/CallSettings/testFixtures.d.ts +0 -16
  25. package/dist/types/CallSettings/testFixtures.d.ts.map +0 -1
  26. package/dist/types/CallSettings/types.d.ts +0 -108
  27. package/dist/types/CallSettings/types.d.ts.map +0 -1
  28. package/dist/types/CallingClient/CallingClient.d.ts +0 -38
  29. package/dist/types/CallingClient/CallingClient.d.ts.map +0 -1
  30. package/dist/types/CallingClient/callRecordFixtures.d.ts +0 -4
  31. package/dist/types/CallingClient/callRecordFixtures.d.ts.map +0 -1
  32. package/dist/types/CallingClient/calling/CallerId/index.d.ts +0 -18
  33. package/dist/types/CallingClient/calling/CallerId/index.d.ts.map +0 -1
  34. package/dist/types/CallingClient/calling/CallerId/types.d.ts +0 -42
  35. package/dist/types/CallingClient/calling/CallerId/types.d.ts.map +0 -1
  36. package/dist/types/CallingClient/calling/call.d.ts +0 -95
  37. package/dist/types/CallingClient/calling/call.d.ts.map +0 -1
  38. package/dist/types/CallingClient/calling/callManager.d.ts +0 -22
  39. package/dist/types/CallingClient/calling/callManager.d.ts.map +0 -1
  40. package/dist/types/CallingClient/calling/index.d.ts +0 -3
  41. package/dist/types/CallingClient/calling/index.d.ts.map +0 -1
  42. package/dist/types/CallingClient/calling/types.d.ts +0 -204
  43. package/dist/types/CallingClient/calling/types.d.ts.map +0 -1
  44. package/dist/types/CallingClient/callingClientFixtures.d.ts +0 -19
  45. package/dist/types/CallingClient/callingClientFixtures.d.ts.map +0 -1
  46. package/dist/types/CallingClient/constants.d.ts +0 -123
  47. package/dist/types/CallingClient/constants.d.ts.map +0 -1
  48. package/dist/types/CallingClient/line/index.d.ts +0 -39
  49. package/dist/types/CallingClient/line/index.d.ts.map +0 -1
  50. package/dist/types/CallingClient/line/types.d.ts +0 -51
  51. package/dist/types/CallingClient/line/types.d.ts.map +0 -1
  52. package/dist/types/CallingClient/registration/index.d.ts +0 -2
  53. package/dist/types/CallingClient/registration/index.d.ts.map +0 -1
  54. package/dist/types/CallingClient/registration/register.d.ts +0 -65
  55. package/dist/types/CallingClient/registration/register.d.ts.map +0 -1
  56. package/dist/types/CallingClient/registration/registerFixtures.d.ts +0 -29
  57. package/dist/types/CallingClient/registration/registerFixtures.d.ts.map +0 -1
  58. package/dist/types/CallingClient/registration/types.d.ts +0 -21
  59. package/dist/types/CallingClient/registration/types.d.ts.map +0 -1
  60. package/dist/types/CallingClient/types.d.ts +0 -30
  61. package/dist/types/CallingClient/types.d.ts.map +0 -1
  62. package/dist/types/Contacts/ContactsClient.d.ts +0 -28
  63. package/dist/types/Contacts/ContactsClient.d.ts.map +0 -1
  64. package/dist/types/Contacts/constants.d.ts +0 -20
  65. package/dist/types/Contacts/constants.d.ts.map +0 -1
  66. package/dist/types/Contacts/contactFixtures.d.ts +0 -281
  67. package/dist/types/Contacts/contactFixtures.d.ts.map +0 -1
  68. package/dist/types/Contacts/types.d.ts +0 -75
  69. package/dist/types/Contacts/types.d.ts.map +0 -1
  70. package/dist/types/Errors/catalog/CallError.d.ts +0 -12
  71. package/dist/types/Errors/catalog/CallError.d.ts.map +0 -1
  72. package/dist/types/Errors/catalog/CallingDeviceError.d.ts +0 -11
  73. package/dist/types/Errors/catalog/CallingDeviceError.d.ts.map +0 -1
  74. package/dist/types/Errors/catalog/ExtendedError.d.ts +0 -7
  75. package/dist/types/Errors/catalog/ExtendedError.d.ts.map +0 -1
  76. package/dist/types/Errors/catalog/LineError.d.ts +0 -11
  77. package/dist/types/Errors/catalog/LineError.d.ts.map +0 -1
  78. package/dist/types/Errors/index.d.ts +0 -3
  79. package/dist/types/Errors/index.d.ts.map +0 -1
  80. package/dist/types/Errors/types.d.ts +0 -61
  81. package/dist/types/Errors/types.d.ts.map +0 -1
  82. package/dist/types/Events/impl/index.d.ts +0 -9
  83. package/dist/types/Events/impl/index.d.ts.map +0 -1
  84. package/dist/types/Events/types.d.ts +0 -284
  85. package/dist/types/Events/types.d.ts.map +0 -1
  86. package/dist/types/Logger/index.d.ts +0 -13
  87. package/dist/types/Logger/index.d.ts.map +0 -1
  88. package/dist/types/Logger/types.d.ts +0 -26
  89. package/dist/types/Logger/types.d.ts.map +0 -1
  90. package/dist/types/Metrics/index.d.ts +0 -6
  91. package/dist/types/Metrics/index.d.ts.map +0 -1
  92. package/dist/types/Metrics/types.d.ts +0 -43
  93. package/dist/types/Metrics/types.d.ts.map +0 -1
  94. package/dist/types/SDKConnector/index.d.ts +0 -13
  95. package/dist/types/SDKConnector/index.d.ts.map +0 -1
  96. package/dist/types/SDKConnector/types.d.ts +0 -129
  97. package/dist/types/SDKConnector/types.d.ts.map +0 -1
  98. package/dist/types/SDKConnector/utils.d.ts +0 -6
  99. package/dist/types/SDKConnector/utils.d.ts.map +0 -1
  100. package/dist/types/Voicemail/BroadworksBackendConnector.d.ts +0 -28
  101. package/dist/types/Voicemail/BroadworksBackendConnector.d.ts.map +0 -1
  102. package/dist/types/Voicemail/UcmBackendConnector.d.ts +0 -35
  103. package/dist/types/Voicemail/UcmBackendConnector.d.ts.map +0 -1
  104. package/dist/types/Voicemail/Voicemail.d.ts +0 -28
  105. package/dist/types/Voicemail/Voicemail.d.ts.map +0 -1
  106. package/dist/types/Voicemail/WxCallBackendConnector.d.ts +0 -24
  107. package/dist/types/Voicemail/WxCallBackendConnector.d.ts.map +0 -1
  108. package/dist/types/Voicemail/constants.d.ts +0 -30
  109. package/dist/types/Voicemail/constants.d.ts.map +0 -1
  110. package/dist/types/Voicemail/types.d.ts +0 -134
  111. package/dist/types/Voicemail/types.d.ts.map +0 -1
  112. package/dist/types/Voicemail/voicemailFixture.d.ts +0 -350
  113. package/dist/types/Voicemail/voicemailFixture.d.ts.map +0 -1
  114. package/dist/types/common/Utils.d.ts +0 -35
  115. package/dist/types/common/Utils.d.ts.map +0 -1
  116. package/dist/types/common/constants.d.ts +0 -41
  117. package/dist/types/common/constants.d.ts.map +0 -1
  118. package/dist/types/common/index.d.ts +0 -2
  119. package/dist/types/common/index.d.ts.map +0 -1
  120. package/dist/types/common/testUtil.d.ts +0 -3612
  121. package/dist/types/common/testUtil.d.ts.map +0 -1
  122. package/dist/types/common/types.d.ts +0 -192
  123. package/dist/types/common/types.d.ts.map +0 -1
  124. package/dist/types/index.d.ts +0 -9
  125. package/dist/types/index.d.ts.map +0 -1
@@ -1,41 +0,0 @@
1
- export declare const BASE64 = "base64";
2
- export declare const BEARER = "bearer";
3
- export declare const BINARY = "binary";
4
- export declare const CONTENT = "content";
5
- export declare const DEVICES = "devices";
6
- export declare const FAILURE_MESSAGE = "FAILURE";
7
- export declare const ITEMS = "items";
8
- export declare const KEY = "key";
9
- export declare const OBJECT = "object";
10
- export declare const PLACEHOLDER_KEY = "$";
11
- export declare const RAW_REQUEST = "rawRequest";
12
- export declare const RESPONSE = "response";
13
- export declare const RESPONSE_DATA = "responseData";
14
- export declare const RESPONSE_MESSAGE = "responseMessage";
15
- export declare const SETTINGS = "settings";
16
- export declare const STATUS_CODE = "statusCode";
17
- export declare const SUCCESS_MESSAGE = "SUCCESS";
18
- export declare const SUCCESS_STATUS_CODE = 200;
19
- export declare const TIME = "time";
20
- export declare const TOKEN = "token";
21
- export declare const TRANSCRIPT = "transcript";
22
- export declare const USER = "user";
23
- export declare const USERS = "users";
24
- export declare const USER_SESSIONS = "userSessions";
25
- export declare const VALUES = "_values";
26
- export declare const XML_TYPE = "text/xml";
27
- export declare const XSI_ACTION_ENDPOINT = "xsiActionsEndpoint";
28
- export declare const XSI_ACTION_ENDPOINT_ORG_URL_PARAM = "organizations?callingData=true";
29
- export declare const SERVICES_ENDPOINT = "services";
30
- export declare const INFER_ID_CONSTANT = "ciscospark://us";
31
- export declare const ENTITLEMENT_BASIC = "bc-sp-basic";
32
- export declare const ENTITLEMENT_BROADWORKS_CONN = "broadworks-connector";
33
- export declare const ENTITLEMENT_STANDARD = "bc-sp-standard";
34
- export declare const NATIVE_SIP_CALL_TO_UCM = "NATIVE_SIP_CALL_TO_UCM";
35
- export declare const NATIVE_WEBEX_TEAMS_CALLING = "NATIVE_WEBEX_TEAMS_CALLING";
36
- export declare const BW_XSI_ENDPOINT_VERSION = "v2.0";
37
- export declare const BW_XSI_URL = "broadworksXsiActionsUrl";
38
- export declare const WEBEX_CALLING_CONNECTOR_FILE = "WxCallBackendConnector";
39
- export declare const UCM_CONNECTOR_FILE = "UcmBackendConnector";
40
- export declare const VOICEMAIL = "VOICEMAIL";
41
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,eAAe,YAAY,CAAC;AACzC,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,GAAG,QAAQ,CAAC;AACzB,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,eAAe,MAAM,CAAC;AACnC,eAAO,MAAM,WAAW,eAAe,CAAC;AACxC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,aAAa,iBAAiB,CAAC;AAC5C,eAAO,MAAM,gBAAgB,oBAAoB,CAAC;AAClD,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,WAAW,eAAe,CAAC;AACxC,eAAO,MAAM,eAAe,YAAY,CAAC;AACzC,eAAO,MAAM,mBAAmB,MAAM,CAAC;AACvC,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,aAAa,iBAAiB,CAAC;AAC5C,eAAO,MAAM,MAAM,YAAY,CAAC;AAChC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,mBAAmB,uBAAuB,CAAC;AACxD,eAAO,MAAM,iCAAiC,mCAAmC,CAAC;AAClF,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAC5C,eAAO,MAAM,iBAAiB,oBAAoB,CAAC;AACnD,eAAO,MAAM,iBAAiB,gBAAgB,CAAC;AAC/C,eAAO,MAAM,2BAA2B,yBAAyB,CAAC;AAClE,eAAO,MAAM,oBAAoB,mBAAmB,CAAC;AACrD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AACvE,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,UAAU,4BAA4B,CAAC;AACpD,eAAO,MAAM,4BAA4B,2BAA2B,CAAC;AACrE,eAAO,MAAM,kBAAkB,wBAAwB,CAAC;AACxD,eAAO,MAAM,SAAS,cAAc,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './Utils';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}