ahs-cti 0.0.1

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 (60) hide show
  1. package/LICENSE +53 -0
  2. package/LICENSE-ACHALA +80 -0
  3. package/README.md +639 -0
  4. package/dist/agentDetailReport-7TDO6MYQ.mjs +11 -0
  5. package/dist/agentDetailReport-7TDO6MYQ.mjs.map +1 -0
  6. package/dist/agentPerformanceReport-R3WY7Q7D.mjs +531 -0
  7. package/dist/agentPerformanceReport-R3WY7Q7D.mjs.map +1 -0
  8. package/dist/auditReport-CJ23LXIZ.mjs +15 -0
  9. package/dist/auditReport-CJ23LXIZ.mjs.map +1 -0
  10. package/dist/callHistory-743J7EKD.mjs +783 -0
  11. package/dist/callHistory-743J7EKD.mjs.map +1 -0
  12. package/dist/campaigns-N2RLUJHH.mjs +3005 -0
  13. package/dist/campaigns-N2RLUJHH.mjs.map +1 -0
  14. package/dist/caroQualityAuditDashboard-NRWY6SEC.mjs +66 -0
  15. package/dist/caroQualityAuditDashboard-NRWY6SEC.mjs.map +1 -0
  16. package/dist/caroVoiceAI-Z5BDDDSY.mjs +21 -0
  17. package/dist/caroVoiceAI-Z5BDDDSY.mjs.map +1 -0
  18. package/dist/cdrReport-577UYGZA.mjs +798 -0
  19. package/dist/cdrReport-577UYGZA.mjs.map +1 -0
  20. package/dist/chunk-6ICPXSN6.mjs +61 -0
  21. package/dist/chunk-6ICPXSN6.mjs.map +1 -0
  22. package/dist/chunk-BU6FMNBY.mjs +82 -0
  23. package/dist/chunk-BU6FMNBY.mjs.map +1 -0
  24. package/dist/chunk-DBSNJ3QH.mjs +1060 -0
  25. package/dist/chunk-DBSNJ3QH.mjs.map +1 -0
  26. package/dist/chunk-EJIWPC3H.mjs +747 -0
  27. package/dist/chunk-EJIWPC3H.mjs.map +1 -0
  28. package/dist/chunk-GTDWTI5S.mjs +17217 -0
  29. package/dist/chunk-GTDWTI5S.mjs.map +1 -0
  30. package/dist/chunk-L4LLUMYA.mjs +57 -0
  31. package/dist/chunk-L4LLUMYA.mjs.map +1 -0
  32. package/dist/chunk-NQL4VODC.mjs +180 -0
  33. package/dist/chunk-NQL4VODC.mjs.map +1 -0
  34. package/dist/chunk-NUYGQI7D.mjs +678 -0
  35. package/dist/chunk-NUYGQI7D.mjs.map +1 -0
  36. package/dist/chunk-RZZQ42MG.mjs +115 -0
  37. package/dist/chunk-RZZQ42MG.mjs.map +1 -0
  38. package/dist/chunk-UB5HSUGK.mjs +65 -0
  39. package/dist/chunk-UB5HSUGK.mjs.map +1 -0
  40. package/dist/chunk-VGVOMFYH.mjs +5781 -0
  41. package/dist/chunk-VGVOMFYH.mjs.map +1 -0
  42. package/dist/chunk-VZCHJLAW.mjs +61 -0
  43. package/dist/chunk-VZCHJLAW.mjs.map +1 -0
  44. package/dist/incoming-4WP3FJI4.mp3 +0 -0
  45. package/dist/incoming.mp3 +0 -0
  46. package/dist/index.d.mts +2476 -0
  47. package/dist/index.d.ts +2477 -0
  48. package/dist/index.js +41208 -0
  49. package/dist/index.js.map +1 -0
  50. package/dist/index.mjs +4641 -0
  51. package/dist/index.mjs.map +1 -0
  52. package/dist/liveStatus-IQIEZZE5.mjs +1077 -0
  53. package/dist/liveStatus-IQIEZZE5.mjs.map +1 -0
  54. package/dist/loginReport-H6XJU2MY.mjs +826 -0
  55. package/dist/loginReport-H6XJU2MY.mjs.map +1 -0
  56. package/dist/managementDashboard-NZMAJPPB.mjs +527 -0
  57. package/dist/managementDashboard-NZMAJPPB.mjs.map +1 -0
  58. package/dist/qualityAuditDashboard-ZJEEAMBS.mjs +66 -0
  59. package/dist/qualityAuditDashboard-ZJEEAMBS.mjs.map +1 -0
  60. package/package.json +114 -0
package/LICENSE ADDED
@@ -0,0 +1,53 @@
1
+ PROPRIETARY SOFTWARE LICENSE AGREEMENT
2
+
3
+ Copyright (c) 2025 CTI SDK Team. All rights reserved.
4
+
5
+ IMPORTANT: READ CAREFULLY BEFORE USING THIS SOFTWARE
6
+
7
+ This software and associated documentation files (the "Software") are proprietary
8
+ and confidential. The Software is licensed, not sold, to you by Call Control SDK
9
+ ("Licensor") under the terms of this license agreement.
10
+
11
+ 1. GRANT OF LICENSE
12
+ Subject to the terms and conditions of this agreement, Licensor hereby grants
13
+ you a limited, non-exclusive, non-transferable license to use the Software
14
+ solely for your internal business purposes.
15
+
16
+ 2. RESTRICTIONS
17
+ You may NOT:
18
+ - Copy, modify, adapt, or create derivative works of the Software
19
+ - Reverse engineer, decompile, disassemble, or attempt to derive source code
20
+ - Distribute, sublicense, rent, lease, or transfer the Software
21
+ - Remove or alter any proprietary notices or labels on the Software
22
+ - Use the Software for any purpose other than as expressly permitted
23
+
24
+ 3. OWNERSHIP
25
+ The Software and all intellectual property rights therein remain the exclusive
26
+ property of Licensor. This license does not grant you any ownership rights.
27
+
28
+ 4. CONFIDENTIALITY
29
+ The Software contains confidential and proprietary information. You agree to:
30
+ - Maintain strict confidentiality
31
+ - Not disclose the Software to any third parties
32
+ - Use reasonable care to protect the Software from unauthorized access
33
+
34
+ 5. TERMINATION
35
+ This license is effective until terminated. Licensor may terminate this
36
+ license immediately if you breach any terms. Upon termination, you must
37
+ destroy all copies of the Software.
38
+
39
+ 6. NO WARRANTY
40
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
+ IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,
42
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
43
+
44
+ 7. LIMITATION OF LIABILITY
45
+ IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING
46
+ OUT OF THE USE OR INABILITY TO USE THE SOFTWARE.
47
+
48
+ 8. GOVERNING LAW
49
+ This agreement shall be governed by and construed in accordance with the
50
+ laws of [Your Jurisdiction].
51
+
52
+ By using this Software, you acknowledge that you have read this agreement,
53
+ understand it, and agree to be bound by its terms and conditions.
package/LICENSE-ACHALA ADDED
@@ -0,0 +1,80 @@
1
+ SOFTWARE LICENSE AGREEMENT
2
+
3
+ Copyright (c) 2025 CTI SDK Team. All rights reserved.
4
+
5
+ IMPORTANT: READ CAREFULLY BEFORE USING THIS SOFTWARE
6
+
7
+ This software and associated documentation files (the "Software") are proprietary
8
+ and confidential. The Software is licensed, not sold, to you by CTI SDK Team
9
+ ("Licensor") under the terms of this license agreement.
10
+
11
+ 1. GRANT OF LICENSE
12
+ Subject to the terms and conditions of this agreement, Licensor hereby grants
13
+ you a limited, non-exclusive, non-transferable license to use the Software
14
+ solely through authorized API keys and tenant IDs across different platforms
15
+ as specified in your subscription agreement.
16
+
17
+ 2. AUTHORIZED ACCESS REQUIREMENTS
18
+ You may use the Software ONLY when:
19
+ - You possess a valid, authorized API key issued by Licensor
20
+ - You have a valid tenant ID registered with Licensor
21
+ - Your subscription is active and in good standing
22
+ - You are using the Software on authorized platforms only
23
+
24
+ 3. PROHIBITED ACTIVITIES
25
+ You may NOT:
26
+ - Use the Software without valid API key and tenant ID
27
+ - Share, transfer, or distribute your API key or tenant ID
28
+ - Reverse engineer, decompile, or disassemble the Software
29
+ - Create derivative works or modifications
30
+ - Use the Software on unauthorized platforms
31
+ - Exceed the usage limits defined in your subscription
32
+ - Attempt to circumvent API rate limits or security measures
33
+
34
+ 4. API KEY AND TENANT ID MANAGEMENT
35
+ - API keys and tenant IDs are confidential and must be protected
36
+ - You are responsible for maintaining the security of your credentials
37
+ - Report any suspected compromise immediately to Licensor
38
+ - Licensor reserves the right to revoke access at any time
39
+ - Unauthorized use of credentials may result in immediate termination
40
+
41
+ 5. USAGE MONITORING AND COMPLIANCE
42
+ - Licensor may monitor usage patterns and API calls
43
+ - You must comply with all usage limits and restrictions
44
+ - Excessive or suspicious usage may trigger security reviews
45
+ - Non-compliance may result in immediate license termination
46
+
47
+ 6. PLATFORM-SPECIFIC TERMS
48
+ - Each platform may have additional terms and conditions
49
+ - Platform-specific features may require separate authorization
50
+ - Cross-platform data sharing must comply with privacy regulations
51
+ - Third-party integrations require prior written approval
52
+
53
+ 7. OWNERSHIP AND INTELLECTUAL PROPERTY
54
+ The Software and all intellectual property rights remain the exclusive
55
+ property of Licensor. This license does not grant you any ownership rights.
56
+
57
+ 8. CONFIDENTIALITY
58
+ The Software contains confidential and proprietary information. You agree to:
59
+ - Maintain strict confidentiality of all Software components
60
+ - Not disclose API keys, tenant IDs, or Software details to third parties
61
+ - Use reasonable care to protect against unauthorized access
62
+ - Report any security breaches immediately
63
+
64
+ 9. TERMINATION
65
+ This license is effective until terminated. Licensor may terminate this
66
+ license immediately if you breach any terms. Upon termination, you must:
67
+ - Cease all use of the Software immediately
68
+ - Destroy all copies of the Software
69
+ - Return or destroy all API keys and credentials
70
+ - Provide certification of compliance upon request
71
+
72
+ 10. NO WARRANTY
73
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,
75
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
76
+
77
+ By using this Software, you acknowledge that you have read this agreement,
78
+ understand it, and agree to be bound by its terms and conditions.
79
+
80
+ ACHALA LICENSE VERSION 1.0 - Effective Date: October 1, 2025