norma-library 0.5.810 → 0.5.812

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 (239) hide show
  1. package/dist/esm/components/Box/index.d.ts +4 -0
  2. package/dist/esm/components/Box/index.js +8 -0
  3. package/dist/esm/components/Box/index.js.map +1 -0
  4. package/dist/esm/components/Box/interfaces.d.ts +5 -0
  5. package/dist/esm/components/Box/interfaces.js +2 -0
  6. package/dist/esm/components/Box/interfaces.js.map +1 -0
  7. package/dist/esm/components/Box/styles.d.ts +3 -0
  8. package/dist/esm/components/Box/styles.js +17 -0
  9. package/dist/esm/components/Box/styles.js.map +1 -0
  10. package/dist/esm/components/Breadcrumb/index.d.ts +4 -0
  11. package/dist/esm/components/Breadcrumb/index.js +18 -0
  12. package/dist/esm/components/Breadcrumb/index.js.map +1 -0
  13. package/dist/esm/components/Breadcrumb/interface.d.ts +8 -0
  14. package/dist/esm/components/Breadcrumb/interface.js +2 -0
  15. package/dist/esm/components/Breadcrumb/interface.js.map +1 -0
  16. package/dist/esm/components/Breadcrumb/styles.d.ts +5 -0
  17. package/dist/esm/components/Breadcrumb/styles.js +8 -0
  18. package/dist/esm/components/Breadcrumb/styles.js.map +1 -0
  19. package/dist/esm/components/ChatMessageBalloon/ChatMessageBalloon.style.d.ts +1 -1
  20. package/dist/esm/components/DataGrid/base/dropdown.d.ts +4 -4
  21. package/dist/esm/components/DataGrid/base/dropdown.js +125 -125
  22. package/dist/esm/components/DataGrid/base/dropdown.js.map +1 -1
  23. package/dist/esm/components/DataGrid/base/number-filter.d.ts +4 -4
  24. package/dist/esm/components/DataGrid/base/number-filter.js +29 -29
  25. package/dist/esm/components/DataGrid/base/sorting.d.ts +5 -5
  26. package/dist/esm/components/DataGrid/base/sorting.js +14 -14
  27. package/dist/esm/components/DataGrid/icons.d.ts +5 -4
  28. package/dist/esm/components/DataGrid/icons.js +19 -14
  29. package/dist/esm/components/DataGrid/icons.js.map +1 -1
  30. package/dist/esm/components/DataGrid/index.d.ts +3 -5
  31. package/dist/esm/components/DataGrid/index.js +213 -145
  32. package/dist/esm/components/DataGrid/index.js.map +1 -1
  33. package/dist/esm/components/DataGrid/shared.d.ts +20 -20
  34. package/dist/esm/components/DataGrid/shared.js +118 -127
  35. package/dist/esm/components/DataGrid/shared.js.map +1 -1
  36. package/dist/esm/components/DataGrid/styled.d.ts +11 -11
  37. package/dist/esm/components/DataGrid/styled.js +85 -85
  38. package/dist/esm/components/DateInput/index.d.ts +4 -0
  39. package/dist/esm/components/DateInput/index.js +15 -0
  40. package/dist/esm/components/DateInput/index.js.map +1 -0
  41. package/dist/esm/components/DateInput/interface.d.ts +12 -0
  42. package/dist/esm/components/DateInput/interface.js +2 -0
  43. package/dist/esm/components/DateInput/interface.js.map +1 -0
  44. package/dist/esm/components/DateInput/styles.d.ts +5 -0
  45. package/dist/esm/components/DateInput/styles.js +7 -0
  46. package/dist/esm/components/DateInput/styles.js.map +1 -0
  47. package/dist/esm/components/Icons.d.ts +1 -1
  48. package/dist/esm/components/Icons.js.map +1 -1
  49. package/dist/esm/components/MultiSelectInput/components/MultiValue/index.d.ts +3 -0
  50. package/dist/esm/components/MultiSelectInput/components/MultiValue/index.js +30 -0
  51. package/dist/esm/components/MultiSelectInput/components/MultiValue/index.js.map +1 -0
  52. package/dist/esm/components/MultiSelectInput/components/Option/index.d.ts +3 -0
  53. package/dist/esm/components/MultiSelectInput/components/Option/index.js +36 -0
  54. package/dist/esm/components/MultiSelectInput/components/Option/index.js.map +1 -0
  55. package/dist/esm/components/MultiSelectInput/components/Option/styles.d.ts +2 -0
  56. package/dist/esm/components/MultiSelectInput/components/Option/styles.js +5 -0
  57. package/dist/esm/components/MultiSelectInput/components/Option/styles.js.map +1 -0
  58. package/dist/esm/components/MultiSelectInput/index.d.ts +4 -0
  59. package/dist/esm/components/MultiSelectInput/index.js +33 -0
  60. package/dist/esm/components/MultiSelectInput/index.js.map +1 -0
  61. package/dist/esm/components/MultiSelectInput/interfaces.d.ts +15 -0
  62. package/dist/esm/components/MultiSelectInput/interfaces.js +2 -0
  63. package/dist/esm/components/MultiSelectInput/interfaces.js.map +1 -0
  64. package/dist/esm/components/MultiSelectInput/styles.d.ts +3 -0
  65. package/dist/esm/components/MultiSelectInput/styles.js +6 -0
  66. package/dist/esm/components/MultiSelectInput/styles.js.map +1 -0
  67. package/dist/esm/components/SelectInput/components/Option/index.d.ts +3 -0
  68. package/dist/esm/components/SelectInput/components/Option/index.js +34 -0
  69. package/dist/esm/components/SelectInput/components/Option/index.js.map +1 -0
  70. package/dist/esm/components/SelectInput/components/Option/styles.d.ts +2 -0
  71. package/dist/esm/components/SelectInput/components/Option/styles.js +5 -0
  72. package/dist/esm/components/SelectInput/components/Option/styles.js.map +1 -0
  73. package/dist/esm/components/SelectInput/index.d.ts +4 -0
  74. package/dist/esm/components/SelectInput/index.js +19 -0
  75. package/dist/esm/components/SelectInput/index.js.map +1 -0
  76. package/dist/esm/components/SelectInput/interfaces.d.ts +15 -0
  77. package/dist/esm/components/SelectInput/interfaces.js +2 -0
  78. package/dist/esm/components/SelectInput/interfaces.js.map +1 -0
  79. package/dist/esm/components/SelectInput/styles.d.ts +3 -0
  80. package/dist/esm/components/SelectInput/styles.js +6 -0
  81. package/dist/esm/components/SelectInput/styles.js.map +1 -0
  82. package/dist/esm/components/Table/components/header/index.d.ts +3 -0
  83. package/dist/esm/components/Table/components/header/index.js +35 -0
  84. package/dist/esm/components/Table/components/header/index.js.map +1 -0
  85. package/dist/esm/components/Table/components/header/styles.d.ts +8 -0
  86. package/dist/esm/components/Table/components/header/styles.js +11 -0
  87. package/dist/esm/components/Table/components/header/styles.js.map +1 -0
  88. package/dist/esm/components/Table/components/index.d.ts +4 -0
  89. package/dist/esm/components/Table/components/index.js +5 -0
  90. package/dist/esm/components/Table/components/index.js.map +1 -0
  91. package/dist/esm/components/Table/components/pagination/index.d.ts +3 -0
  92. package/dist/esm/components/Table/components/pagination/index.js +16 -0
  93. package/dist/esm/components/Table/components/pagination/index.js.map +1 -0
  94. package/dist/esm/components/Table/components/pagination/styles.d.ts +2 -0
  95. package/dist/esm/components/Table/components/pagination/styles.js +5 -0
  96. package/dist/esm/components/Table/components/pagination/styles.js.map +1 -0
  97. package/dist/esm/components/Table/components/tbody/index.d.ts +3 -0
  98. package/dist/esm/components/Table/components/tbody/index.js +8 -0
  99. package/dist/esm/components/Table/components/tbody/index.js.map +1 -0
  100. package/dist/esm/components/Table/components/tbody/styles.d.ts +0 -0
  101. package/dist/esm/components/Table/components/tbody/styles.js +2 -0
  102. package/dist/esm/components/Table/components/tbody/styles.js.map +1 -0
  103. package/dist/esm/components/Table/index-old.d.ts +4 -0
  104. package/dist/esm/components/Table/index-old.js +249 -0
  105. package/dist/esm/components/Table/index-old.js.map +1 -0
  106. package/dist/esm/components/Table/index.d.ts +4 -0
  107. package/dist/esm/components/Table/index.js +215 -0
  108. package/dist/esm/components/Table/index.js.map +1 -0
  109. package/dist/esm/components/Table/interface.d.ts +12 -0
  110. package/dist/esm/components/Table/interface.js +2 -0
  111. package/dist/esm/components/Table/interface.js.map +1 -0
  112. package/dist/esm/components/Table/styles.d.ts +10 -0
  113. package/dist/esm/components/Table/styles.js +13 -0
  114. package/dist/esm/components/Table/styles.js.map +1 -0
  115. package/dist/esm/components/Table-old/index.d.ts +3 -0
  116. package/dist/esm/components/Table-old/index.js +71 -0
  117. package/dist/esm/components/Table-old/index.js.map +1 -0
  118. package/dist/esm/components/Table-old/styles.d.ts +3004 -0
  119. package/dist/esm/components/Table-old/styles.js +15 -0
  120. package/dist/esm/components/Table-old/styles.js.map +1 -0
  121. package/dist/esm/components/TextInput/index.d.ts +4 -0
  122. package/dist/esm/components/TextInput/index.js +16 -0
  123. package/dist/esm/components/TextInput/index.js.map +1 -0
  124. package/dist/esm/components/TextInput/interface.d.ts +10 -0
  125. package/dist/esm/components/TextInput/interface.js +2 -0
  126. package/dist/esm/components/TextInput/interface.js.map +1 -0
  127. package/dist/esm/components/TextInput/styles.d.ts +4 -0
  128. package/dist/esm/components/TextInput/styles.js +7 -0
  129. package/dist/esm/components/TextInput/styles.js.map +1 -0
  130. package/dist/esm/components/Typography/Text/index.d.ts +4 -0
  131. package/dist/esm/components/Typography/Text/index.js +8 -0
  132. package/dist/esm/components/Typography/Text/index.js.map +1 -0
  133. package/dist/esm/components/Typography/Text/interfaces.d.ts +7 -0
  134. package/dist/esm/components/Typography/Text/interfaces.js +2 -0
  135. package/dist/esm/components/Typography/Text/interfaces.js.map +1 -0
  136. package/dist/esm/components/Typography/Text/styles.d.ts +3 -0
  137. package/dist/esm/components/Typography/Text/styles.js +35 -0
  138. package/dist/esm/components/Typography/Text/styles.js.map +1 -0
  139. package/dist/esm/components/Typography/Title/index.d.ts +4 -0
  140. package/dist/esm/components/Typography/Title/index.js +8 -0
  141. package/dist/esm/components/Typography/Title/index.js.map +1 -0
  142. package/dist/esm/components/Typography/Title/interfaces.d.ts +8 -0
  143. package/dist/esm/components/Typography/Title/interfaces.js +2 -0
  144. package/dist/esm/components/Typography/Title/interfaces.js.map +1 -0
  145. package/dist/esm/components/Typography/Title/styles.d.ts +3 -0
  146. package/dist/esm/components/Typography/Title/styles.js +35 -0
  147. package/dist/esm/components/Typography/Title/styles.js.map +1 -0
  148. package/dist/esm/components/Typography/index.d.ts +3 -0
  149. package/dist/esm/components/Typography/index.js +4 -0
  150. package/dist/esm/components/Typography/index.js.map +1 -0
  151. package/dist/esm/components/index.d.ts +1 -1
  152. package/dist/esm/components/index.js +1 -1
  153. package/dist/esm/components/index.js.map +1 -1
  154. package/dist/esm/helpers/alignments.js.map +1 -1
  155. package/dist/esm/helpers/borders.js.map +1 -1
  156. package/dist/esm/helpers/colors.js.map +1 -1
  157. package/dist/esm/helpers/radios.js.map +1 -1
  158. package/dist/esm/helpers/sizes.js.map +1 -1
  159. package/dist/esm/index.d.ts +10 -2
  160. package/dist/esm/index.js +10 -2
  161. package/dist/esm/index.js.map +1 -1
  162. package/dist/esm/interfaces/DataGrid.d.ts +42 -42
  163. package/dist/esm/interfaces/DataGrid.js +1 -1
  164. package/dist/esm/interfaces/index.d.ts +0 -1
  165. package/dist/esm/interfaces/index.js +0 -1
  166. package/dist/esm/interfaces/index.js.map +1 -1
  167. package/package.json +6 -4
  168. package/src/components/Box/index.tsx +13 -0
  169. package/src/components/Box/interfaces.ts +4 -0
  170. package/src/components/Box/styles.tsx +23 -0
  171. package/src/components/Breadcrumb/index.tsx +27 -0
  172. package/src/components/Breadcrumb/interface.ts +9 -0
  173. package/src/components/Breadcrumb/styles.tsx +33 -0
  174. package/src/components/DateInput/index.tsx +35 -0
  175. package/src/components/DateInput/interface.ts +14 -0
  176. package/src/components/DateInput/styles.tsx +28 -0
  177. package/src/components/MultiSelectInput/components/MultiValue/index.tsx +44 -0
  178. package/src/components/MultiSelectInput/components/Option/index.tsx +63 -0
  179. package/src/components/MultiSelectInput/components/Option/styles.tsx +9 -0
  180. package/src/components/MultiSelectInput/index.tsx +61 -0
  181. package/src/components/MultiSelectInput/interfaces.ts +16 -0
  182. package/src/components/MultiSelectInput/styles.tsx +44 -0
  183. package/src/components/SelectInput/components/Option/index.tsx +62 -0
  184. package/src/components/SelectInput/components/Option/styles.tsx +9 -0
  185. package/src/components/SelectInput/index.tsx +46 -0
  186. package/src/components/SelectInput/interfaces.ts +16 -0
  187. package/src/components/SelectInput/styles.tsx +32 -0
  188. package/src/components/Table/components/header/index.tsx +59 -0
  189. package/src/components/Table/components/header/styles.tsx +55 -0
  190. package/src/components/Table/components/index.tsx +9 -0
  191. package/src/components/Table/components/pagination/index.tsx +42 -0
  192. package/src/components/Table/components/pagination/styles.tsx +19 -0
  193. package/src/components/Table/components/tbody/index.tsx +20 -0
  194. package/src/components/Table/components/tbody/styles.tsx +0 -0
  195. package/src/components/Table/index.tsx +295 -0
  196. package/src/components/Table/interface.ts +14 -0
  197. package/src/components/Table/styles.tsx +113 -0
  198. package/src/components/TextInput/index.tsx +38 -0
  199. package/src/components/TextInput/interface.ts +10 -0
  200. package/src/components/TextInput/styles.tsx +24 -0
  201. package/src/components/Typography/Text/index.tsx +21 -0
  202. package/src/components/Typography/Text/interfaces.ts +6 -0
  203. package/src/components/Typography/Text/styles.tsx +41 -0
  204. package/src/components/Typography/Title/index.tsx +23 -0
  205. package/src/components/Typography/Title/interfaces.ts +7 -0
  206. package/src/components/Typography/Title/styles.tsx +41 -0
  207. package/src/components/Typography/index.tsx +7 -0
  208. package/src/components/index.ts +1 -1
  209. package/src/index.css +0 -2
  210. package/src/index.ts +19 -2
  211. package/src/interfaces/index.ts +0 -1
  212. package/src/sample-data.json +2 -3
  213. package/src/stories/Box.stories.tsx +36 -0
  214. package/src/stories/Breadcrumb.stories.tsx +45 -0
  215. package/src/stories/DateInput.stories.tsx +52 -0
  216. package/src/stories/MultiSelectInput.stories.tsx +91 -0
  217. package/src/stories/SelectInput.stories.tsx +79 -0
  218. package/src/stories/Table.stories.tsx +222 -0
  219. package/src/stories/Text.stories.tsx +38 -0
  220. package/src/stories/TextInput.stories.tsx +53 -0
  221. package/src/stories/Title.stories.tsx +44 -0
  222. package/src/styles/custom.css +1 -0
  223. package/src/styles/{globals.css → globals.scss} +1 -4
  224. package/tsconfig.json +1 -1
  225. package/vite.config.ts +15 -0
  226. package/.husky/commit-msg +0 -4
  227. package/src/components/DataGrid/allData.json +0 -2918
  228. package/src/components/DataGrid/base/dropdown.tsx +0 -212
  229. package/src/components/DataGrid/base/number-filter.tsx +0 -43
  230. package/src/components/DataGrid/base/sorting.tsx +0 -29
  231. package/src/components/DataGrid/icons.tsx +0 -53
  232. package/src/components/DataGrid/index.tsx +0 -259
  233. package/src/components/DataGrid/shared.ts +0 -154
  234. package/src/components/DataGrid/styled.ts +0 -107
  235. package/src/components/DataGrid/styles/dropdown.module.css +0 -86
  236. package/src/components/DataGrid/styles/number-filter.module.css +0 -16
  237. package/src/components/DataGrid/styles/styles.module.css +0 -107
  238. package/src/interfaces/DataGrid.ts +0 -47
  239. package/src/stories/DataGrid.stories.tsx +0 -31
@@ -1,2918 +0,0 @@
1
- [
2
- {
3
- "ani": "50364900",
4
- "operadora": 16187,
5
- "olos": 12753,
6
- "totalQuantidade": 28940,
7
- "totalLimite": 95000,
8
- "porcentagemQuantidade": 30.0,
9
- "porcentagemOlos": 13.0,
10
- "porcentagemOperadora": 17.0,
11
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
12
- "detalhes": [
13
- {
14
- "texto": "Aborted",
15
- "valor": 36
16
- },
17
- {
18
- "texto": "Normal applied",
19
- "valor": 448
20
- },
21
- {
22
- "texto": "Normal received",
23
- "valor": 1493
24
- },
25
- {
26
- "texto": "No answer",
27
- "valor": 4079
28
- },
29
- {
30
- "texto": "Busy",
31
- "valor": 296
32
- },
33
- {
34
- "texto": "Bad number",
35
- "valor": 6285
36
- },
37
- {
38
- "texto": "Pstn fail",
39
- "valor": 3716
40
- },
41
- {
42
- "texto": "Carrier message",
43
- "valor": 4486
44
- },
45
- {
46
- "texto": "Message box",
47
- "valor": 7408
48
- },
49
- {
50
- "texto": "DeniedCall",
51
- "valor": 676
52
- },
53
- {
54
- "texto": "Bad connect",
55
- "valor": 1
56
- },
57
- {
58
- "texto": "Answering machine",
59
- "valor": 2
60
- },
61
- {
62
- "texto": "Silence",
63
- "valor": 14
64
- }
65
- ]
66
- },
67
- {
68
- "ani": "50364901",
69
- "operadora": 16345,
70
- "olos": 12772,
71
- "totalQuantidade": 29117,
72
- "totalLimite": 95000,
73
- "porcentagemQuantidade": 30.0,
74
- "porcentagemOlos": 13.0,
75
- "porcentagemOperadora": 17.0,
76
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
77
- "detalhes": [
78
- {
79
- "texto": "Aborted",
80
- "valor": 30
81
- },
82
- {
83
- "texto": "Normal applied",
84
- "valor": 456
85
- },
86
- {
87
- "texto": "Normal received",
88
- "valor": 1684
89
- },
90
- {
91
- "texto": "No answer",
92
- "valor": 4588
93
- },
94
- {
95
- "texto": "Busy",
96
- "valor": 254
97
- },
98
- {
99
- "texto": "Bad number",
100
- "valor": 6360
101
- },
102
- {
103
- "texto": "Pstn fail",
104
- "valor": 3750
105
- },
106
- {
107
- "texto": "Carrier message",
108
- "valor": 4391
109
- },
110
- {
111
- "texto": "Message box",
112
- "valor": 6830
113
- },
114
- {
115
- "texto": "DeniedCall",
116
- "valor": 741
117
- },
118
- {
119
- "texto": "Answering machine",
120
- "valor": 3
121
- },
122
- {
123
- "texto": "Silence",
124
- "valor": 30
125
- }
126
- ]
127
- },
128
- {
129
- "ani": "50364902",
130
- "operadora": 16143,
131
- "olos": 12646,
132
- "totalQuantidade": 28789,
133
- "totalLimite": 95000,
134
- "porcentagemQuantidade": 30.0,
135
- "porcentagemOlos": 13.0,
136
- "porcentagemOperadora": 16.0,
137
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
138
- "detalhes": [
139
- {
140
- "texto": "Aborted",
141
- "valor": 30
142
- },
143
- {
144
- "texto": "Normal applied",
145
- "valor": 497
146
- },
147
- {
148
- "texto": "Normal received",
149
- "valor": 1680
150
- },
151
- {
152
- "texto": "No answer",
153
- "valor": 4569
154
- },
155
- {
156
- "texto": "Busy",
157
- "valor": 253
158
- },
159
- {
160
- "texto": "Bad number",
161
- "valor": 6310
162
- },
163
- {
164
- "texto": "Pstn fail",
165
- "valor": 3797
166
- },
167
- {
168
- "texto": "Carrier message",
169
- "valor": 4233
170
- },
171
- {
172
- "texto": "Message box",
173
- "valor": 6704
174
- },
175
- {
176
- "texto": "DeniedCall",
177
- "valor": 700
178
- },
179
- {
180
- "texto": "Answering machine",
181
- "valor": 2
182
- },
183
- {
184
- "texto": "Unknown audio source",
185
- "valor": 1
186
- },
187
- {
188
- "texto": "Silence",
189
- "valor": 13
190
- }
191
- ]
192
- },
193
- {
194
- "ani": "50364903",
195
- "operadora": 15992,
196
- "olos": 12534,
197
- "totalQuantidade": 28526,
198
- "totalLimite": 95000,
199
- "porcentagemQuantidade": 30.0,
200
- "porcentagemOlos": 13.0,
201
- "porcentagemOperadora": 16.0,
202
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
203
- "detalhes": [
204
- {
205
- "texto": "Aborted",
206
- "valor": 27
207
- },
208
- {
209
- "texto": "Normal applied",
210
- "valor": 535
211
- },
212
- {
213
- "texto": "Normal received",
214
- "valor": 1677
215
- },
216
- {
217
- "texto": "No answer",
218
- "valor": 4546
219
- },
220
- {
221
- "texto": "Busy",
222
- "valor": 240
223
- },
224
- {
225
- "texto": "Bad number",
226
- "valor": 6237
227
- },
228
- {
229
- "texto": "Pstn fail",
230
- "valor": 3619
231
- },
232
- {
233
- "texto": "Carrier message",
234
- "valor": 4311
235
- },
236
- {
237
- "texto": "Message box",
238
- "valor": 6607
239
- },
240
- {
241
- "texto": "DeniedCall",
242
- "valor": 708
243
- },
244
- {
245
- "texto": "Unknown audio source",
246
- "valor": 1
247
- },
248
- {
249
- "texto": "Silence",
250
- "valor": 18
251
- }
252
- ]
253
- },
254
- {
255
- "ani": "50364904",
256
- "operadora": 16309,
257
- "olos": 12649,
258
- "totalQuantidade": 28958,
259
- "totalLimite": 95000,
260
- "porcentagemQuantidade": 30.0,
261
- "porcentagemOlos": 13.0,
262
- "porcentagemOperadora": 17.0,
263
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
264
- "detalhes": [
265
- {
266
- "texto": "Aborted",
267
- "valor": 30
268
- },
269
- {
270
- "texto": "Normal applied",
271
- "valor": 478
272
- },
273
- {
274
- "texto": "Normal received",
275
- "valor": 1620
276
- },
277
- {
278
- "texto": "No answer",
279
- "valor": 4591
280
- },
281
- {
282
- "texto": "Busy",
283
- "valor": 308
284
- },
285
- {
286
- "texto": "Bad number",
287
- "valor": 6430
288
- },
289
- {
290
- "texto": "Pstn fail",
291
- "valor": 3777
292
- },
293
- {
294
- "texto": "Carrier message",
295
- "valor": 4265
296
- },
297
- {
298
- "texto": "Message box",
299
- "valor": 6761
300
- },
301
- {
302
- "texto": "DeniedCall",
303
- "valor": 672
304
- },
305
- {
306
- "texto": "Bad connect",
307
- "valor": 2
308
- },
309
- {
310
- "texto": "Answering machine",
311
- "valor": 1
312
- },
313
- {
314
- "texto": "Silence",
315
- "valor": 23
316
- }
317
- ]
318
- },
319
- {
320
- "ani": "50364905",
321
- "operadora": 16275,
322
- "olos": 12788,
323
- "totalQuantidade": 29063,
324
- "totalLimite": 95000,
325
- "porcentagemQuantidade": 30.0,
326
- "porcentagemOlos": 13.0,
327
- "porcentagemOperadora": 17.0,
328
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
329
- "detalhes": [
330
- {
331
- "texto": "Aborted",
332
- "valor": 31
333
- },
334
- {
335
- "texto": "Normal applied",
336
- "valor": 482
337
- },
338
- {
339
- "texto": "Normal received",
340
- "valor": 1750
341
- },
342
- {
343
- "texto": "No answer",
344
- "valor": 4556
345
- },
346
- {
347
- "texto": "Busy",
348
- "valor": 261
349
- },
350
- {
351
- "texto": "Bad number",
352
- "valor": 6391
353
- },
354
- {
355
- "texto": "Pstn fail",
356
- "valor": 3602
357
- },
358
- {
359
- "texto": "Carrier message",
360
- "valor": 4401
361
- },
362
- {
363
- "texto": "Message box",
364
- "valor": 6882
365
- },
366
- {
367
- "texto": "DeniedCall",
368
- "valor": 677
369
- },
370
- {
371
- "texto": "Bad connect",
372
- "valor": 1
373
- },
374
- {
375
- "texto": "Answering machine",
376
- "valor": 1
377
- },
378
- {
379
- "texto": "Silence",
380
- "valor": 28
381
- }
382
- ]
383
- },
384
- {
385
- "ani": "50364906",
386
- "operadora": 16392,
387
- "olos": 12597,
388
- "totalQuantidade": 28989,
389
- "totalLimite": 95000,
390
- "porcentagemQuantidade": 30.0,
391
- "porcentagemOlos": 13.0,
392
- "porcentagemOperadora": 17.0,
393
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
394
- "detalhes": [
395
- {
396
- "texto": "Aborted",
397
- "valor": 23
398
- },
399
- {
400
- "texto": "Normal applied",
401
- "valor": 501
402
- },
403
- {
404
- "texto": "Normal received",
405
- "valor": 1743
406
- },
407
- {
408
- "texto": "No answer",
409
- "valor": 4592
410
- },
411
- {
412
- "texto": "Busy",
413
- "valor": 265
414
- },
415
- {
416
- "texto": "Bad number",
417
- "valor": 6305
418
- },
419
- {
420
- "texto": "Pstn fail",
421
- "valor": 3812
422
- },
423
- {
424
- "texto": "Carrier message",
425
- "valor": 4380
426
- },
427
- {
428
- "texto": "Message box",
429
- "valor": 6655
430
- },
431
- {
432
- "texto": "DeniedCall",
433
- "valor": 691
434
- },
435
- {
436
- "texto": "Answering machine",
437
- "valor": 2
438
- },
439
- {
440
- "texto": "Silence",
441
- "valor": 20
442
- }
443
- ]
444
- },
445
- {
446
- "ani": "50364907",
447
- "operadora": 16277,
448
- "olos": 12741,
449
- "totalQuantidade": 29018,
450
- "totalLimite": 95000,
451
- "porcentagemQuantidade": 30.0,
452
- "porcentagemOlos": 13.0,
453
- "porcentagemOperadora": 17.0,
454
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
455
- "detalhes": [
456
- {
457
- "texto": "Aborted",
458
- "valor": 37
459
- },
460
- {
461
- "texto": "Normal applied",
462
- "valor": 466
463
- },
464
- {
465
- "texto": "Normal received",
466
- "valor": 1742
467
- },
468
- {
469
- "texto": "No answer",
470
- "valor": 4564
471
- },
472
- {
473
- "texto": "Busy",
474
- "valor": 262
475
- },
476
- {
477
- "texto": "Bad number",
478
- "valor": 6401
479
- },
480
- {
481
- "texto": "Pstn fail",
482
- "valor": 3677
483
- },
484
- {
485
- "texto": "Carrier message",
486
- "valor": 4295
487
- },
488
- {
489
- "texto": "Message box",
490
- "valor": 6792
491
- },
492
- {
493
- "texto": "DeniedCall",
494
- "valor": 755
495
- },
496
- {
497
- "texto": "Bad connect",
498
- "valor": 1
499
- },
500
- {
501
- "texto": "Answering machine",
502
- "valor": 2
503
- },
504
- {
505
- "texto": "Unknown audio source",
506
- "valor": 2
507
- },
508
- {
509
- "texto": "Silence",
510
- "valor": 22
511
- }
512
- ]
513
- },
514
- {
515
- "ani": "50364908",
516
- "operadora": 16321,
517
- "olos": 12723,
518
- "totalQuantidade": 29044,
519
- "totalLimite": 95000,
520
- "porcentagemQuantidade": 30.0,
521
- "porcentagemOlos": 13.0,
522
- "porcentagemOperadora": 17.0,
523
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
524
- "detalhes": [
525
- {
526
- "texto": "Aborted",
527
- "valor": 32
528
- },
529
- {
530
- "texto": "Normal applied",
531
- "valor": 522
532
- },
533
- {
534
- "texto": "Normal received",
535
- "valor": 1640
536
- },
537
- {
538
- "texto": "No answer",
539
- "valor": 4619
540
- },
541
- {
542
- "texto": "Busy",
543
- "valor": 251
544
- },
545
- {
546
- "texto": "Bad number",
547
- "valor": 6491
548
- },
549
- {
550
- "texto": "Pstn fail",
551
- "valor": 3667
552
- },
553
- {
554
- "texto": "Carrier message",
555
- "valor": 4392
556
- },
557
- {
558
- "texto": "Message box",
559
- "valor": 6711
560
- },
561
- {
562
- "texto": "DeniedCall",
563
- "valor": 694
564
- },
565
- {
566
- "texto": "Bad connect",
567
- "valor": 1
568
- },
569
- {
570
- "texto": "Answering machine",
571
- "valor": 5
572
- },
573
- {
574
- "texto": "Silence",
575
- "valor": 19
576
- }
577
- ]
578
- },
579
- {
580
- "ani": "50364909",
581
- "operadora": 16269,
582
- "olos": 12676,
583
- "totalQuantidade": 28945,
584
- "totalLimite": 95000,
585
- "porcentagemQuantidade": 30.0,
586
- "porcentagemOlos": 13.0,
587
- "porcentagemOperadora": 17.0,
588
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
589
- "detalhes": [
590
- {
591
- "texto": "Aborted",
592
- "valor": 36
593
- },
594
- {
595
- "texto": "Normal applied",
596
- "valor": 529
597
- },
598
- {
599
- "texto": "Normal received",
600
- "valor": 1709
601
- },
602
- {
603
- "texto": "No answer",
604
- "valor": 4634
605
- },
606
- {
607
- "texto": "Busy",
608
- "valor": 260
609
- },
610
- {
611
- "texto": "Bad number",
612
- "valor": 6462
613
- },
614
- {
615
- "texto": "Pstn fail",
616
- "valor": 3737
617
- },
618
- {
619
- "texto": "Carrier message",
620
- "valor": 4219
621
- },
622
- {
623
- "texto": "Message box",
624
- "valor": 6647
625
- },
626
- {
627
- "texto": "DeniedCall",
628
- "valor": 671
629
- },
630
- {
631
- "texto": "Bad connect",
632
- "valor": 4
633
- },
634
- {
635
- "texto": "Answering machine",
636
- "valor": 6
637
- },
638
- {
639
- "texto": "Silence",
640
- "valor": 31
641
- }
642
- ]
643
- },
644
- {
645
- "ani": "50364910",
646
- "operadora": 16073,
647
- "olos": 12611,
648
- "totalQuantidade": 28684,
649
- "totalLimite": 95000,
650
- "porcentagemQuantidade": 30.0,
651
- "porcentagemOlos": 13.0,
652
- "porcentagemOperadora": 16.0,
653
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
654
- "detalhes": [
655
- {
656
- "texto": "Aborted",
657
- "valor": 35
658
- },
659
- {
660
- "texto": "Normal applied",
661
- "valor": 474
662
- },
663
- {
664
- "texto": "Normal received",
665
- "valor": 1656
666
- },
667
- {
668
- "texto": "No answer",
669
- "valor": 4587
670
- },
671
- {
672
- "texto": "Busy",
673
- "valor": 261
674
- },
675
- {
676
- "texto": "Bad number",
677
- "valor": 6359
678
- },
679
- {
680
- "texto": "Pstn fail",
681
- "valor": 3599
682
- },
683
- {
684
- "texto": "Carrier message",
685
- "valor": 4292
686
- },
687
- {
688
- "texto": "Message box",
689
- "valor": 6736
690
- },
691
- {
692
- "texto": "DeniedCall",
693
- "valor": 667
694
- },
695
- {
696
- "texto": "Bad connect",
697
- "valor": 1
698
- },
699
- {
700
- "texto": "Answering machine",
701
- "valor": 3
702
- },
703
- {
704
- "texto": "Unknown audio source",
705
- "valor": 1
706
- },
707
- {
708
- "texto": "Silence",
709
- "valor": 13
710
- }
711
- ]
712
- },
713
- {
714
- "ani": "50364911",
715
- "operadora": 14319,
716
- "olos": 12170,
717
- "totalQuantidade": 26489,
718
- "totalLimite": 95000,
719
- "porcentagemQuantidade": 27.0,
720
- "porcentagemOlos": 12.0,
721
- "porcentagemOperadora": 15.0,
722
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
723
- "detalhes": [
724
- {
725
- "texto": "Aborted",
726
- "valor": 32
727
- },
728
- {
729
- "texto": "Normal applied",
730
- "valor": 450
731
- },
732
- {
733
- "texto": "Normal received",
734
- "valor": 1706
735
- },
736
- {
737
- "texto": "No answer",
738
- "valor": 4372
739
- },
740
- {
741
- "texto": "Busy",
742
- "valor": 282
743
- },
744
- {
745
- "texto": "Bad number",
746
- "valor": 6414
747
- },
748
- {
749
- "texto": "Pstn fail",
750
- "valor": 3656
751
- },
752
- {
753
- "texto": "Carrier message",
754
- "valor": 2371
755
- },
756
- {
757
- "texto": "Message box",
758
- "valor": 6480
759
- },
760
- {
761
- "texto": "DeniedCall",
762
- "valor": 726
763
- }
764
- ]
765
- },
766
- {
767
- "ani": "50364912",
768
- "operadora": 13882,
769
- "olos": 12301,
770
- "totalQuantidade": 26183,
771
- "totalLimite": 95000,
772
- "porcentagemQuantidade": 27.0,
773
- "porcentagemOlos": 12.0,
774
- "porcentagemOperadora": 14.0,
775
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
776
- "detalhes": [
777
- {
778
- "texto": "Aborted",
779
- "valor": 27
780
- },
781
- {
782
- "texto": "Normal applied",
783
- "valor": 498
784
- },
785
- {
786
- "texto": "Normal received",
787
- "valor": 1621
788
- },
789
- {
790
- "texto": "No answer",
791
- "valor": 4419
792
- },
793
- {
794
- "texto": "Busy",
795
- "valor": 297
796
- },
797
- {
798
- "texto": "Bad number",
799
- "valor": 6172
800
- },
801
- {
802
- "texto": "Pstn fail",
803
- "valor": 3579
804
- },
805
- {
806
- "texto": "Carrier message",
807
- "valor": 2325
808
- },
809
- {
810
- "texto": "Message box",
811
- "valor": 6556
812
- },
813
- {
814
- "texto": "DeniedCall",
815
- "valor": 689
816
- }
817
- ]
818
- },
819
- {
820
- "ani": "50364913",
821
- "operadora": 13927,
822
- "olos": 12232,
823
- "totalQuantidade": 26159,
824
- "totalLimite": 95000,
825
- "porcentagemQuantidade": 27.0,
826
- "porcentagemOlos": 12.0,
827
- "porcentagemOperadora": 14.0,
828
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
829
- "detalhes": [
830
- {
831
- "texto": "Aborted",
832
- "valor": 37
833
- },
834
- {
835
- "texto": "Normal applied",
836
- "valor": 500
837
- },
838
- {
839
- "texto": "Normal received",
840
- "valor": 1754
841
- },
842
- {
843
- "texto": "No answer",
844
- "valor": 4443
845
- },
846
- {
847
- "texto": "Busy",
848
- "valor": 286
849
- },
850
- {
851
- "texto": "Bad number",
852
- "valor": 6137
853
- },
854
- {
855
- "texto": "Pstn fail",
856
- "valor": 3599
857
- },
858
- {
859
- "texto": "Carrier message",
860
- "valor": 2231
861
- },
862
- {
863
- "texto": "Message box",
864
- "valor": 6459
865
- },
866
- {
867
- "texto": "DeniedCall",
868
- "valor": 713
869
- }
870
- ]
871
- },
872
- {
873
- "ani": "50364914",
874
- "operadora": 13905,
875
- "olos": 12224,
876
- "totalQuantidade": 26129,
877
- "totalLimite": 95000,
878
- "porcentagemQuantidade": 27.0,
879
- "porcentagemOlos": 12.0,
880
- "porcentagemOperadora": 14.0,
881
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
882
- "detalhes": [
883
- {
884
- "texto": "Aborted",
885
- "valor": 31
886
- },
887
- {
888
- "texto": "Normal applied",
889
- "valor": 525
890
- },
891
- {
892
- "texto": "Normal received",
893
- "valor": 1686
894
- },
895
- {
896
- "texto": "No answer",
897
- "valor": 4362
898
- },
899
- {
900
- "texto": "Busy",
901
- "valor": 248
902
- },
903
- {
904
- "texto": "Bad number",
905
- "valor": 6159
906
- },
907
- {
908
- "texto": "Pstn fail",
909
- "valor": 3640
910
- },
911
- {
912
- "texto": "Carrier message",
913
- "valor": 2281
914
- },
915
- {
916
- "texto": "Message box",
917
- "valor": 6507
918
- },
919
- {
920
- "texto": "DeniedCall",
921
- "valor": 690
922
- }
923
- ]
924
- },
925
- {
926
- "ani": "50364915",
927
- "operadora": 14190,
928
- "olos": 12103,
929
- "totalQuantidade": 26293,
930
- "totalLimite": 95000,
931
- "porcentagemQuantidade": 27.0,
932
- "porcentagemOlos": 12.0,
933
- "porcentagemOperadora": 14.0,
934
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
935
- "detalhes": [
936
- {
937
- "texto": "Aborted",
938
- "valor": 28
939
- },
940
- {
941
- "texto": "Normal applied",
942
- "valor": 508
943
- },
944
- {
945
- "texto": "Normal received",
946
- "valor": 1610
947
- },
948
- {
949
- "texto": "No answer",
950
- "valor": 4283
951
- },
952
- {
953
- "texto": "Busy",
954
- "valor": 277
955
- },
956
- {
957
- "texto": "Bad number",
958
- "valor": 6334
959
- },
960
- {
961
- "texto": "Pstn fail",
962
- "valor": 3797
963
- },
964
- {
965
- "texto": "Carrier message",
966
- "valor": 2311
967
- },
968
- {
969
- "texto": "Message box",
970
- "valor": 6434
971
- },
972
- {
973
- "texto": "DeniedCall",
974
- "valor": 711
975
- }
976
- ]
977
- },
978
- {
979
- "ani": "50364916",
980
- "operadora": 13782,
981
- "olos": 12224,
982
- "totalQuantidade": 26006,
983
- "totalLimite": 95000,
984
- "porcentagemQuantidade": 27.0,
985
- "porcentagemOlos": 12.0,
986
- "porcentagemOperadora": 14.0,
987
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
988
- "detalhes": [
989
- {
990
- "texto": "Aborted",
991
- "valor": 32
992
- },
993
- {
994
- "texto": "Normal applied",
995
- "valor": 532
996
- },
997
- {
998
- "texto": "Normal received",
999
- "valor": 1619
1000
- },
1001
- {
1002
- "texto": "No answer",
1003
- "valor": 4245
1004
- },
1005
- {
1006
- "texto": "Busy",
1007
- "valor": 296
1008
- },
1009
- {
1010
- "texto": "Bad number",
1011
- "valor": 6125
1012
- },
1013
- {
1014
- "texto": "Pstn fail",
1015
- "valor": 3648
1016
- },
1017
- {
1018
- "texto": "Carrier message",
1019
- "valor": 2241
1020
- },
1021
- {
1022
- "texto": "Message box",
1023
- "valor": 6544
1024
- },
1025
- {
1026
- "texto": "DeniedCall",
1027
- "valor": 724
1028
- }
1029
- ]
1030
- },
1031
- {
1032
- "ani": "50364917",
1033
- "operadora": 13884,
1034
- "olos": 12085,
1035
- "totalQuantidade": 25969,
1036
- "totalLimite": 95000,
1037
- "porcentagemQuantidade": 27.0,
1038
- "porcentagemOlos": 12.0,
1039
- "porcentagemOperadora": 14.0,
1040
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1041
- "detalhes": [
1042
- {
1043
- "texto": "Aborted",
1044
- "valor": 30
1045
- },
1046
- {
1047
- "texto": "Normal applied",
1048
- "valor": 477
1049
- },
1050
- {
1051
- "texto": "Normal received",
1052
- "valor": 1638
1053
- },
1054
- {
1055
- "texto": "No answer",
1056
- "valor": 4301
1057
- },
1058
- {
1059
- "texto": "Busy",
1060
- "valor": 245
1061
- },
1062
- {
1063
- "texto": "Bad number",
1064
- "valor": 6241
1065
- },
1066
- {
1067
- "texto": "Pstn fail",
1068
- "valor": 3639
1069
- },
1070
- {
1071
- "texto": "Carrier message",
1072
- "valor": 2237
1073
- },
1074
- {
1075
- "texto": "Message box",
1076
- "valor": 6465
1077
- },
1078
- {
1079
- "texto": "DeniedCall",
1080
- "valor": 696
1081
- }
1082
- ]
1083
- },
1084
- {
1085
- "ani": "50364918",
1086
- "operadora": 14058,
1087
- "olos": 12198,
1088
- "totalQuantidade": 26256,
1089
- "totalLimite": 95000,
1090
- "porcentagemQuantidade": 27.0,
1091
- "porcentagemOlos": 12.0,
1092
- "porcentagemOperadora": 14.0,
1093
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1094
- "detalhes": [
1095
- {
1096
- "texto": "Aborted",
1097
- "valor": 30
1098
- },
1099
- {
1100
- "texto": "Normal applied",
1101
- "valor": 510
1102
- },
1103
- {
1104
- "texto": "Normal received",
1105
- "valor": 1739
1106
- },
1107
- {
1108
- "texto": "No answer",
1109
- "valor": 4325
1110
- },
1111
- {
1112
- "texto": "Busy",
1113
- "valor": 239
1114
- },
1115
- {
1116
- "texto": "Bad number",
1117
- "valor": 6318
1118
- },
1119
- {
1120
- "texto": "Pstn fail",
1121
- "valor": 3691
1122
- },
1123
- {
1124
- "texto": "Carrier message",
1125
- "valor": 2176
1126
- },
1127
- {
1128
- "texto": "Message box",
1129
- "valor": 6538
1130
- },
1131
- {
1132
- "texto": "DeniedCall",
1133
- "valor": 690
1134
- }
1135
- ]
1136
- },
1137
- {
1138
- "ani": "50364919",
1139
- "operadora": 14011,
1140
- "olos": 12108,
1141
- "totalQuantidade": 26119,
1142
- "totalLimite": 95000,
1143
- "porcentagemQuantidade": 27.0,
1144
- "porcentagemOlos": 12.0,
1145
- "porcentagemOperadora": 14.0,
1146
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1147
- "detalhes": [
1148
- {
1149
- "texto": "Aborted",
1150
- "valor": 31
1151
- },
1152
- {
1153
- "texto": "Normal applied",
1154
- "valor": 481
1155
- },
1156
- {
1157
- "texto": "Normal received",
1158
- "valor": 1756
1159
- },
1160
- {
1161
- "texto": "No answer",
1162
- "valor": 4342
1163
- },
1164
- {
1165
- "texto": "Busy",
1166
- "valor": 265
1167
- },
1168
- {
1169
- "texto": "Bad number",
1170
- "valor": 6224
1171
- },
1172
- {
1173
- "texto": "Pstn fail",
1174
- "valor": 3618
1175
- },
1176
- {
1177
- "texto": "Carrier message",
1178
- "valor": 2275
1179
- },
1180
- {
1181
- "texto": "Message box",
1182
- "valor": 6415
1183
- },
1184
- {
1185
- "texto": "DeniedCall",
1186
- "valor": 712
1187
- }
1188
- ]
1189
- },
1190
- {
1191
- "ani": "50364920",
1192
- "operadora": 13983,
1193
- "olos": 12187,
1194
- "totalQuantidade": 26170,
1195
- "totalLimite": 95000,
1196
- "porcentagemQuantidade": 27.0,
1197
- "porcentagemOlos": 12.0,
1198
- "porcentagemOperadora": 14.0,
1199
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1200
- "detalhes": [
1201
- {
1202
- "texto": "Aborted",
1203
- "valor": 37
1204
- },
1205
- {
1206
- "texto": "Normal applied",
1207
- "valor": 442
1208
- },
1209
- {
1210
- "texto": "Normal received",
1211
- "valor": 1651
1212
- },
1213
- {
1214
- "texto": "No answer",
1215
- "valor": 4312
1216
- },
1217
- {
1218
- "texto": "Busy",
1219
- "valor": 260
1220
- },
1221
- {
1222
- "texto": "Bad number",
1223
- "valor": 6228
1224
- },
1225
- {
1226
- "texto": "Pstn fail",
1227
- "valor": 3681
1228
- },
1229
- {
1230
- "texto": "Carrier message",
1231
- "valor": 2279
1232
- },
1233
- {
1234
- "texto": "Message box",
1235
- "valor": 6575
1236
- },
1237
- {
1238
- "texto": "DeniedCall",
1239
- "valor": 705
1240
- }
1241
- ]
1242
- },
1243
- {
1244
- "ani": "50364921",
1245
- "operadora": 13939,
1246
- "olos": 12170,
1247
- "totalQuantidade": 26109,
1248
- "totalLimite": 95000,
1249
- "porcentagemQuantidade": 27.0,
1250
- "porcentagemOlos": 12.0,
1251
- "porcentagemOperadora": 14.0,
1252
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1253
- "detalhes": [
1254
- {
1255
- "texto": "Aborted",
1256
- "valor": 30
1257
- },
1258
- {
1259
- "texto": "Normal applied",
1260
- "valor": 499
1261
- },
1262
- {
1263
- "texto": "Normal received",
1264
- "valor": 1706
1265
- },
1266
- {
1267
- "texto": "No answer",
1268
- "valor": 4374
1269
- },
1270
- {
1271
- "texto": "Busy",
1272
- "valor": 250
1273
- },
1274
- {
1275
- "texto": "Bad number",
1276
- "valor": 6215
1277
- },
1278
- {
1279
- "texto": "Pstn fail",
1280
- "valor": 3677
1281
- },
1282
- {
1283
- "texto": "Carrier message",
1284
- "valor": 2205
1285
- },
1286
- {
1287
- "texto": "Message box",
1288
- "valor": 6431
1289
- },
1290
- {
1291
- "texto": "DeniedCall",
1292
- "valor": 722
1293
- }
1294
- ]
1295
- },
1296
- {
1297
- "ani": "50364922",
1298
- "operadora": 13994,
1299
- "olos": 12139,
1300
- "totalQuantidade": 26133,
1301
- "totalLimite": 95000,
1302
- "porcentagemQuantidade": 27.0,
1303
- "porcentagemOlos": 12.0,
1304
- "porcentagemOperadora": 14.0,
1305
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1306
- "detalhes": [
1307
- {
1308
- "texto": "Aborted",
1309
- "valor": 38
1310
- },
1311
- {
1312
- "texto": "Normal applied",
1313
- "valor": 498
1314
- },
1315
- {
1316
- "texto": "Normal received",
1317
- "valor": 1664
1318
- },
1319
- {
1320
- "texto": "No answer",
1321
- "valor": 4389
1322
- },
1323
- {
1324
- "texto": "Busy",
1325
- "valor": 270
1326
- },
1327
- {
1328
- "texto": "Bad number",
1329
- "valor": 6188
1330
- },
1331
- {
1332
- "texto": "Pstn fail",
1333
- "valor": 3706
1334
- },
1335
- {
1336
- "texto": "Carrier message",
1337
- "valor": 2292
1338
- },
1339
- {
1340
- "texto": "Message box",
1341
- "valor": 6366
1342
- },
1343
- {
1344
- "texto": "DeniedCall",
1345
- "valor": 722
1346
- }
1347
- ]
1348
- },
1349
- {
1350
- "ani": "50364923",
1351
- "operadora": 14279,
1352
- "olos": 12192,
1353
- "totalQuantidade": 26471,
1354
- "totalLimite": 95000,
1355
- "porcentagemQuantidade": 27.0,
1356
- "porcentagemOlos": 12.0,
1357
- "porcentagemOperadora": 15.0,
1358
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1359
- "detalhes": [
1360
- {
1361
- "texto": "Aborted",
1362
- "valor": 24
1363
- },
1364
- {
1365
- "texto": "Normal applied",
1366
- "valor": 470
1367
- },
1368
- {
1369
- "texto": "Normal received",
1370
- "valor": 1758
1371
- },
1372
- {
1373
- "texto": "No answer",
1374
- "valor": 4326
1375
- },
1376
- {
1377
- "texto": "Busy",
1378
- "valor": 273
1379
- },
1380
- {
1381
- "texto": "Bad number",
1382
- "valor": 6264
1383
- },
1384
- {
1385
- "texto": "Pstn fail",
1386
- "valor": 3762
1387
- },
1388
- {
1389
- "texto": "Carrier message",
1390
- "valor": 2333
1391
- },
1392
- {
1393
- "texto": "Message box",
1394
- "valor": 6550
1395
- },
1396
- {
1397
- "texto": "DeniedCall",
1398
- "valor": 711
1399
- }
1400
- ]
1401
- },
1402
- {
1403
- "ani": "50364924",
1404
- "operadora": 14137,
1405
- "olos": 12156,
1406
- "totalQuantidade": 26293,
1407
- "totalLimite": 95000,
1408
- "porcentagemQuantidade": 27.0,
1409
- "porcentagemOlos": 12.0,
1410
- "porcentagemOperadora": 14.0,
1411
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1412
- "detalhes": [
1413
- {
1414
- "texto": "Aborted",
1415
- "valor": 22
1416
- },
1417
- {
1418
- "texto": "Normal applied",
1419
- "valor": 504
1420
- },
1421
- {
1422
- "texto": "Normal received",
1423
- "valor": 1626
1424
- },
1425
- {
1426
- "texto": "No answer",
1427
- "valor": 4413
1428
- },
1429
- {
1430
- "texto": "Busy",
1431
- "valor": 254
1432
- },
1433
- {
1434
- "texto": "Bad number",
1435
- "valor": 6355
1436
- },
1437
- {
1438
- "texto": "Pstn fail",
1439
- "valor": 3631
1440
- },
1441
- {
1442
- "texto": "Carrier message",
1443
- "valor": 2362
1444
- },
1445
- {
1446
- "texto": "Message box",
1447
- "valor": 6440
1448
- },
1449
- {
1450
- "texto": "DeniedCall",
1451
- "valor": 686
1452
- }
1453
- ]
1454
- },
1455
- {
1456
- "ani": "50364925",
1457
- "operadora": 14157,
1458
- "olos": 12115,
1459
- "totalQuantidade": 26272,
1460
- "totalLimite": 95000,
1461
- "porcentagemQuantidade": 27.0,
1462
- "porcentagemOlos": 12.0,
1463
- "porcentagemOperadora": 14.0,
1464
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1465
- "detalhes": [
1466
- {
1467
- "texto": "Aborted",
1468
- "valor": 29
1469
- },
1470
- {
1471
- "texto": "Normal applied",
1472
- "valor": 494
1473
- },
1474
- {
1475
- "texto": "Normal received",
1476
- "valor": 1694
1477
- },
1478
- {
1479
- "texto": "No answer",
1480
- "valor": 4348
1481
- },
1482
- {
1483
- "texto": "Busy",
1484
- "valor": 273
1485
- },
1486
- {
1487
- "texto": "Bad number",
1488
- "valor": 6197
1489
- },
1490
- {
1491
- "texto": "Pstn fail",
1492
- "valor": 3741
1493
- },
1494
- {
1495
- "texto": "Carrier message",
1496
- "valor": 2371
1497
- },
1498
- {
1499
- "texto": "Message box",
1500
- "valor": 6409
1501
- },
1502
- {
1503
- "texto": "DeniedCall",
1504
- "valor": 716
1505
- }
1506
- ]
1507
- },
1508
- {
1509
- "ani": "50364926",
1510
- "operadora": 13913,
1511
- "olos": 12237,
1512
- "totalQuantidade": 26150,
1513
- "totalLimite": 95000,
1514
- "porcentagemQuantidade": 27.0,
1515
- "porcentagemOlos": 12.0,
1516
- "porcentagemOperadora": 14.0,
1517
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1518
- "detalhes": [
1519
- {
1520
- "texto": "Aborted",
1521
- "valor": 33
1522
- },
1523
- {
1524
- "texto": "Normal applied",
1525
- "valor": 546
1526
- },
1527
- {
1528
- "texto": "Normal received",
1529
- "valor": 1624
1530
- },
1531
- {
1532
- "texto": "No answer",
1533
- "valor": 4242
1534
- },
1535
- {
1536
- "texto": "Busy",
1537
- "valor": 240
1538
- },
1539
- {
1540
- "texto": "Bad number",
1541
- "valor": 6052
1542
- },
1543
- {
1544
- "texto": "Pstn fail",
1545
- "valor": 3770
1546
- },
1547
- {
1548
- "texto": "Carrier message",
1549
- "valor": 2354
1550
- },
1551
- {
1552
- "texto": "Message box",
1553
- "valor": 6580
1554
- },
1555
- {
1556
- "texto": "DeniedCall",
1557
- "valor": 709
1558
- }
1559
- ]
1560
- },
1561
- {
1562
- "ani": "50364927",
1563
- "operadora": 14149,
1564
- "olos": 12428,
1565
- "totalQuantidade": 26577,
1566
- "totalLimite": 95000,
1567
- "porcentagemQuantidade": 27.0,
1568
- "porcentagemOlos": 13.0,
1569
- "porcentagemOperadora": 14.0,
1570
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1571
- "detalhes": [
1572
- {
1573
- "texto": "Aborted",
1574
- "valor": 22
1575
- },
1576
- {
1577
- "texto": "Normal applied",
1578
- "valor": 490
1579
- },
1580
- {
1581
- "texto": "Normal received",
1582
- "valor": 1720
1583
- },
1584
- {
1585
- "texto": "No answer",
1586
- "valor": 4487
1587
- },
1588
- {
1589
- "texto": "Busy",
1590
- "valor": 284
1591
- },
1592
- {
1593
- "texto": "Bad number",
1594
- "valor": 6256
1595
- },
1596
- {
1597
- "texto": "Pstn fail",
1598
- "valor": 3680
1599
- },
1600
- {
1601
- "texto": "Carrier message",
1602
- "valor": 2318
1603
- },
1604
- {
1605
- "texto": "Message box",
1606
- "valor": 6613
1607
- },
1608
- {
1609
- "texto": "DeniedCall",
1610
- "valor": 707
1611
- }
1612
- ]
1613
- },
1614
- {
1615
- "ani": "50364928",
1616
- "operadora": 13903,
1617
- "olos": 12009,
1618
- "totalQuantidade": 25912,
1619
- "totalLimite": 95000,
1620
- "porcentagemQuantidade": 27.0,
1621
- "porcentagemOlos": 12.0,
1622
- "porcentagemOperadora": 14.0,
1623
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1624
- "detalhes": [
1625
- {
1626
- "texto": "Aborted",
1627
- "valor": 34
1628
- },
1629
- {
1630
- "texto": "Normal applied",
1631
- "valor": 464
1632
- },
1633
- {
1634
- "texto": "Normal received",
1635
- "valor": 1698
1636
- },
1637
- {
1638
- "texto": "No answer",
1639
- "valor": 4238
1640
- },
1641
- {
1642
- "texto": "Busy",
1643
- "valor": 248
1644
- },
1645
- {
1646
- "texto": "Bad number",
1647
- "valor": 6185
1648
- },
1649
- {
1650
- "texto": "Pstn fail",
1651
- "valor": 3585
1652
- },
1653
- {
1654
- "texto": "Carrier message",
1655
- "valor": 2300
1656
- },
1657
- {
1658
- "texto": "Message box",
1659
- "valor": 6486
1660
- },
1661
- {
1662
- "texto": "DeniedCall",
1663
- "valor": 674
1664
- }
1665
- ]
1666
- },
1667
- {
1668
- "ani": "50364929",
1669
- "operadora": 14131,
1670
- "olos": 12208,
1671
- "totalQuantidade": 26339,
1672
- "totalLimite": 95000,
1673
- "porcentagemQuantidade": 27.0,
1674
- "porcentagemOlos": 12.0,
1675
- "porcentagemOperadora": 14.0,
1676
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1677
- "detalhes": [
1678
- {
1679
- "texto": "Aborted",
1680
- "valor": 23
1681
- },
1682
- {
1683
- "texto": "Normal applied",
1684
- "valor": 493
1685
- },
1686
- {
1687
- "texto": "Normal received",
1688
- "valor": 1696
1689
- },
1690
- {
1691
- "texto": "No answer",
1692
- "valor": 4316
1693
- },
1694
- {
1695
- "texto": "Busy",
1696
- "valor": 285
1697
- },
1698
- {
1699
- "texto": "Bad number",
1700
- "valor": 6247
1701
- },
1702
- {
1703
- "texto": "Pstn fail",
1704
- "valor": 3655
1705
- },
1706
- {
1707
- "texto": "Carrier message",
1708
- "valor": 2345
1709
- },
1710
- {
1711
- "texto": "Message box",
1712
- "valor": 6533
1713
- },
1714
- {
1715
- "texto": "DeniedCall",
1716
- "valor": 746
1717
- }
1718
- ]
1719
- },
1720
- {
1721
- "ani": "50364930",
1722
- "operadora": 13896,
1723
- "olos": 12057,
1724
- "totalQuantidade": 25953,
1725
- "totalLimite": 95000,
1726
- "porcentagemQuantidade": 27.0,
1727
- "porcentagemOlos": 12.0,
1728
- "porcentagemOperadora": 14.0,
1729
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1730
- "detalhes": [
1731
- {
1732
- "texto": "Aborted",
1733
- "valor": 28
1734
- },
1735
- {
1736
- "texto": "Normal applied",
1737
- "valor": 500
1738
- },
1739
- {
1740
- "texto": "Normal received",
1741
- "valor": 1652
1742
- },
1743
- {
1744
- "texto": "No answer",
1745
- "valor": 4296
1746
- },
1747
- {
1748
- "texto": "Busy",
1749
- "valor": 249
1750
- },
1751
- {
1752
- "texto": "Bad number",
1753
- "valor": 6103
1754
- },
1755
- {
1756
- "texto": "Pstn fail",
1757
- "valor": 3718
1758
- },
1759
- {
1760
- "texto": "Carrier message",
1761
- "valor": 2276
1762
- },
1763
- {
1764
- "texto": "Message box",
1765
- "valor": 6455
1766
- },
1767
- {
1768
- "texto": "DeniedCall",
1769
- "valor": 676
1770
- }
1771
- ]
1772
- },
1773
- {
1774
- "ani": "50364931",
1775
- "operadora": 13890,
1776
- "olos": 12285,
1777
- "totalQuantidade": 26175,
1778
- "totalLimite": 95000,
1779
- "porcentagemQuantidade": 27.0,
1780
- "porcentagemOlos": 12.0,
1781
- "porcentagemOperadora": 14.0,
1782
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1783
- "detalhes": [
1784
- {
1785
- "texto": "Aborted",
1786
- "valor": 20
1787
- },
1788
- {
1789
- "texto": "Normal applied",
1790
- "valor": 484
1791
- },
1792
- {
1793
- "texto": "Normal received",
1794
- "valor": 1700
1795
- },
1796
- {
1797
- "texto": "No answer",
1798
- "valor": 4392
1799
- },
1800
- {
1801
- "texto": "Busy",
1802
- "valor": 262
1803
- },
1804
- {
1805
- "texto": "Bad number",
1806
- "valor": 6130
1807
- },
1808
- {
1809
- "texto": "Pstn fail",
1810
- "valor": 3676
1811
- },
1812
- {
1813
- "texto": "Carrier message",
1814
- "valor": 2230
1815
- },
1816
- {
1817
- "texto": "Message box",
1818
- "valor": 6546
1819
- },
1820
- {
1821
- "texto": "DeniedCall",
1822
- "valor": 735
1823
- }
1824
- ]
1825
- },
1826
- {
1827
- "ani": "50364932",
1828
- "operadora": 14053,
1829
- "olos": 12140,
1830
- "totalQuantidade": 26193,
1831
- "totalLimite": 95000,
1832
- "porcentagemQuantidade": 27.0,
1833
- "porcentagemOlos": 12.0,
1834
- "porcentagemOperadora": 14.0,
1835
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1836
- "detalhes": [
1837
- {
1838
- "texto": "Aborted",
1839
- "valor": 21
1840
- },
1841
- {
1842
- "texto": "Normal applied",
1843
- "valor": 468
1844
- },
1845
- {
1846
- "texto": "Normal received",
1847
- "valor": 1683
1848
- },
1849
- {
1850
- "texto": "No answer",
1851
- "valor": 4430
1852
- },
1853
- {
1854
- "texto": "Busy",
1855
- "valor": 282
1856
- },
1857
- {
1858
- "texto": "Bad number",
1859
- "valor": 6239
1860
- },
1861
- {
1862
- "texto": "Pstn fail",
1863
- "valor": 3683
1864
- },
1865
- {
1866
- "texto": "Carrier message",
1867
- "valor": 2268
1868
- },
1869
- {
1870
- "texto": "Message box",
1871
- "valor": 6422
1872
- },
1873
- {
1874
- "texto": "Tear down",
1875
- "valor": 1
1876
- },
1877
- {
1878
- "texto": "DeniedCall",
1879
- "valor": 696
1880
- }
1881
- ]
1882
- },
1883
- {
1884
- "ani": "50364933",
1885
- "operadora": 14049,
1886
- "olos": 12365,
1887
- "totalQuantidade": 26414,
1888
- "totalLimite": 95000,
1889
- "porcentagemQuantidade": 27.0,
1890
- "porcentagemOlos": 13.0,
1891
- "porcentagemOperadora": 14.0,
1892
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1893
- "detalhes": [
1894
- {
1895
- "texto": "Aborted",
1896
- "valor": 36
1897
- },
1898
- {
1899
- "texto": "Normal applied",
1900
- "valor": 515
1901
- },
1902
- {
1903
- "texto": "Normal received",
1904
- "valor": 1701
1905
- },
1906
- {
1907
- "texto": "No answer",
1908
- "valor": 4476
1909
- },
1910
- {
1911
- "texto": "Busy",
1912
- "valor": 287
1913
- },
1914
- {
1915
- "texto": "Bad number",
1916
- "valor": 6246
1917
- },
1918
- {
1919
- "texto": "Pstn fail",
1920
- "valor": 3701
1921
- },
1922
- {
1923
- "texto": "Carrier message",
1924
- "valor": 2212
1925
- },
1926
- {
1927
- "texto": "Message box",
1928
- "valor": 6517
1929
- },
1930
- {
1931
- "texto": "DeniedCall",
1932
- "valor": 723
1933
- }
1934
- ]
1935
- },
1936
- {
1937
- "ani": "50364934",
1938
- "operadora": 13821,
1939
- "olos": 12129,
1940
- "totalQuantidade": 25950,
1941
- "totalLimite": 95000,
1942
- "porcentagemQuantidade": 27.0,
1943
- "porcentagemOlos": 12.0,
1944
- "porcentagemOperadora": 14.0,
1945
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1946
- "detalhes": [
1947
- {
1948
- "texto": "Aborted",
1949
- "valor": 22
1950
- },
1951
- {
1952
- "texto": "Normal applied",
1953
- "valor": 497
1954
- },
1955
- {
1956
- "texto": "Normal received",
1957
- "valor": 1629
1958
- },
1959
- {
1960
- "texto": "No answer",
1961
- "valor": 4433
1962
- },
1963
- {
1964
- "texto": "Busy",
1965
- "valor": 250
1966
- },
1967
- {
1968
- "texto": "Bad number",
1969
- "valor": 6142
1970
- },
1971
- {
1972
- "texto": "Pstn fail",
1973
- "valor": 3653
1974
- },
1975
- {
1976
- "texto": "Carrier message",
1977
- "valor": 2238
1978
- },
1979
- {
1980
- "texto": "Message box",
1981
- "valor": 6361
1982
- },
1983
- {
1984
- "texto": "DeniedCall",
1985
- "valor": 725
1986
- }
1987
- ]
1988
- },
1989
- {
1990
- "ani": "50364935",
1991
- "operadora": 13747,
1992
- "olos": 12268,
1993
- "totalQuantidade": 26015,
1994
- "totalLimite": 95000,
1995
- "porcentagemQuantidade": 27.0,
1996
- "porcentagemOlos": 12.0,
1997
- "porcentagemOperadora": 14.0,
1998
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
1999
- "detalhes": [
2000
- {
2001
- "texto": "Aborted",
2002
- "valor": 35
2003
- },
2004
- {
2005
- "texto": "Normal applied",
2006
- "valor": 524
2007
- },
2008
- {
2009
- "texto": "Normal received",
2010
- "valor": 1613
2011
- },
2012
- {
2013
- "texto": "No answer",
2014
- "valor": 4370
2015
- },
2016
- {
2017
- "texto": "Busy",
2018
- "valor": 263
2019
- },
2020
- {
2021
- "texto": "Bad number",
2022
- "valor": 6070
2023
- },
2024
- {
2025
- "texto": "Pstn fail",
2026
- "valor": 3657
2027
- },
2028
- {
2029
- "texto": "Carrier message",
2030
- "valor": 2246
2031
- },
2032
- {
2033
- "texto": "Message box",
2034
- "valor": 6464
2035
- },
2036
- {
2037
- "texto": "DeniedCall",
2038
- "valor": 773
2039
- }
2040
- ]
2041
- },
2042
- {
2043
- "ani": "50364936",
2044
- "operadora": 13986,
2045
- "olos": 12038,
2046
- "totalQuantidade": 26024,
2047
- "totalLimite": 95000,
2048
- "porcentagemQuantidade": 27.0,
2049
- "porcentagemOlos": 12.0,
2050
- "porcentagemOperadora": 14.0,
2051
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2052
- "detalhes": [
2053
- {
2054
- "texto": "Aborted",
2055
- "valor": 25
2056
- },
2057
- {
2058
- "texto": "Normal applied",
2059
- "valor": 507
2060
- },
2061
- {
2062
- "texto": "Normal received",
2063
- "valor": 1631
2064
- },
2065
- {
2066
- "texto": "No answer",
2067
- "valor": 4341
2068
- },
2069
- {
2070
- "texto": "Busy",
2071
- "valor": 265
2072
- },
2073
- {
2074
- "texto": "Bad number",
2075
- "valor": 6257
2076
- },
2077
- {
2078
- "texto": "Pstn fail",
2079
- "valor": 3661
2080
- },
2081
- {
2082
- "texto": "Carrier message",
2083
- "valor": 2274
2084
- },
2085
- {
2086
- "texto": "Message box",
2087
- "valor": 6355
2088
- },
2089
- {
2090
- "texto": "DeniedCall",
2091
- "valor": 708
2092
- }
2093
- ]
2094
- },
2095
- {
2096
- "ani": "50364937",
2097
- "operadora": 13928,
2098
- "olos": 12240,
2099
- "totalQuantidade": 26168,
2100
- "totalLimite": 95000,
2101
- "porcentagemQuantidade": 27.0,
2102
- "porcentagemOlos": 12.0,
2103
- "porcentagemOperadora": 14.0,
2104
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2105
- "detalhes": [
2106
- {
2107
- "texto": "Aborted",
2108
- "valor": 33
2109
- },
2110
- {
2111
- "texto": "Normal applied",
2112
- "valor": 488
2113
- },
2114
- {
2115
- "texto": "Normal received",
2116
- "valor": 1717
2117
- },
2118
- {
2119
- "texto": "No answer",
2120
- "valor": 4399
2121
- },
2122
- {
2123
- "texto": "Busy",
2124
- "valor": 269
2125
- },
2126
- {
2127
- "texto": "Bad number",
2128
- "valor": 6127
2129
- },
2130
- {
2131
- "texto": "Pstn fail",
2132
- "valor": 3679
2133
- },
2134
- {
2135
- "texto": "Carrier message",
2136
- "valor": 2254
2137
- },
2138
- {
2139
- "texto": "Message box",
2140
- "valor": 6523
2141
- },
2142
- {
2143
- "texto": "DeniedCall",
2144
- "valor": 679
2145
- }
2146
- ]
2147
- },
2148
- {
2149
- "ani": "50364938",
2150
- "operadora": 14178,
2151
- "olos": 12422,
2152
- "totalQuantidade": 26600,
2153
- "totalLimite": 95000,
2154
- "porcentagemQuantidade": 28.0,
2155
- "porcentagemOlos": 13.0,
2156
- "porcentagemOperadora": 14.0,
2157
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2158
- "detalhes": [
2159
- {
2160
- "texto": "Aborted",
2161
- "valor": 34
2162
- },
2163
- {
2164
- "texto": "Normal applied",
2165
- "valor": 507
2166
- },
2167
- {
2168
- "texto": "Normal received",
2169
- "valor": 1703
2170
- },
2171
- {
2172
- "texto": "No answer",
2173
- "valor": 4497
2174
- },
2175
- {
2176
- "texto": "Busy",
2177
- "valor": 237
2178
- },
2179
- {
2180
- "texto": "Bad number",
2181
- "valor": 6209
2182
- },
2183
- {
2184
- "texto": "Pstn fail",
2185
- "valor": 3828
2186
- },
2187
- {
2188
- "texto": "Carrier message",
2189
- "valor": 2309
2190
- },
2191
- {
2192
- "texto": "Message box",
2193
- "valor": 6540
2194
- },
2195
- {
2196
- "texto": "DeniedCall",
2197
- "valor": 736
2198
- }
2199
- ]
2200
- },
2201
- {
2202
- "ani": "50364939",
2203
- "operadora": 13934,
2204
- "olos": 12079,
2205
- "totalQuantidade": 26013,
2206
- "totalLimite": 95000,
2207
- "porcentagemQuantidade": 27.0,
2208
- "porcentagemOlos": 12.0,
2209
- "porcentagemOperadora": 14.0,
2210
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2211
- "detalhes": [
2212
- {
2213
- "texto": "Aborted",
2214
- "valor": 29
2215
- },
2216
- {
2217
- "texto": "Normal applied",
2218
- "valor": 480
2219
- },
2220
- {
2221
- "texto": "Normal received",
2222
- "valor": 1641
2223
- },
2224
- {
2225
- "texto": "No answer",
2226
- "valor": 4338
2227
- },
2228
- {
2229
- "texto": "Busy",
2230
- "valor": 270
2231
- },
2232
- {
2233
- "texto": "Bad number",
2234
- "valor": 6202
2235
- },
2236
- {
2237
- "texto": "Pstn fail",
2238
- "valor": 3716
2239
- },
2240
- {
2241
- "texto": "Carrier message",
2242
- "valor": 2204
2243
- },
2244
- {
2245
- "texto": "Message box",
2246
- "valor": 6452
2247
- },
2248
- {
2249
- "texto": "DeniedCall",
2250
- "valor": 681
2251
- }
2252
- ]
2253
- },
2254
- {
2255
- "ani": "50364940",
2256
- "operadora": 14060,
2257
- "olos": 12097,
2258
- "totalQuantidade": 26157,
2259
- "totalLimite": 95000,
2260
- "porcentagemQuantidade": 27.0,
2261
- "porcentagemOlos": 12.0,
2262
- "porcentagemOperadora": 14.0,
2263
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2264
- "detalhes": [
2265
- {
2266
- "texto": "Aborted",
2267
- "valor": 37
2268
- },
2269
- {
2270
- "texto": "Normal applied",
2271
- "valor": 497
2272
- },
2273
- {
2274
- "texto": "Normal received",
2275
- "valor": 1620
2276
- },
2277
- {
2278
- "texto": "No answer",
2279
- "valor": 4247
2280
- },
2281
- {
2282
- "texto": "Busy",
2283
- "valor": 253
2284
- },
2285
- {
2286
- "texto": "Bad number",
2287
- "valor": 6326
2288
- },
2289
- {
2290
- "texto": "Pstn fail",
2291
- "valor": 3654
2292
- },
2293
- {
2294
- "texto": "Carrier message",
2295
- "valor": 2334
2296
- },
2297
- {
2298
- "texto": "Message box",
2299
- "valor": 6490
2300
- },
2301
- {
2302
- "texto": "DeniedCall",
2303
- "valor": 699
2304
- }
2305
- ]
2306
- },
2307
- {
2308
- "ani": "50364941",
2309
- "operadora": 14064,
2310
- "olos": 11993,
2311
- "totalQuantidade": 26057,
2312
- "totalLimite": 95000,
2313
- "porcentagemQuantidade": 27.0,
2314
- "porcentagemOlos": 12.0,
2315
- "porcentagemOperadora": 14.0,
2316
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2317
- "detalhes": [
2318
- {
2319
- "texto": "Aborted",
2320
- "valor": 32
2321
- },
2322
- {
2323
- "texto": "Normal applied",
2324
- "valor": 487
2325
- },
2326
- {
2327
- "texto": "Normal received",
2328
- "valor": 1650
2329
- },
2330
- {
2331
- "texto": "No answer",
2332
- "valor": 4313
2333
- },
2334
- {
2335
- "texto": "Busy",
2336
- "valor": 285
2337
- },
2338
- {
2339
- "texto": "Bad number",
2340
- "valor": 6287
2341
- },
2342
- {
2343
- "texto": "Pstn fail",
2344
- "valor": 3621
2345
- },
2346
- {
2347
- "texto": "Carrier message",
2348
- "valor": 2333
2349
- },
2350
- {
2351
- "texto": "Message box",
2352
- "valor": 6380
2353
- },
2354
- {
2355
- "texto": "DeniedCall",
2356
- "valor": 669
2357
- }
2358
- ]
2359
- },
2360
- {
2361
- "ani": "50364942",
2362
- "operadora": 13898,
2363
- "olos": 12038,
2364
- "totalQuantidade": 25936,
2365
- "totalLimite": 95000,
2366
- "porcentagemQuantidade": 27.0,
2367
- "porcentagemOlos": 12.0,
2368
- "porcentagemOperadora": 14.0,
2369
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2370
- "detalhes": [
2371
- {
2372
- "texto": "Aborted",
2373
- "valor": 43
2374
- },
2375
- {
2376
- "texto": "Normal applied",
2377
- "valor": 469
2378
- },
2379
- {
2380
- "texto": "Normal received",
2381
- "valor": 1748
2382
- },
2383
- {
2384
- "texto": "No answer",
2385
- "valor": 4303
2386
- },
2387
- {
2388
- "texto": "Busy",
2389
- "valor": 262
2390
- },
2391
- {
2392
- "texto": "Bad number",
2393
- "valor": 6110
2394
- },
2395
- {
2396
- "texto": "Pstn fail",
2397
- "valor": 3704
2398
- },
2399
- {
2400
- "texto": "Carrier message",
2401
- "valor": 2187
2402
- },
2403
- {
2404
- "texto": "Message box",
2405
- "valor": 6410
2406
- },
2407
- {
2408
- "texto": "DeniedCall",
2409
- "valor": 700
2410
- }
2411
- ]
2412
- },
2413
- {
2414
- "ani": "50364943",
2415
- "operadora": 13912,
2416
- "olos": 12307,
2417
- "totalQuantidade": 26219,
2418
- "totalLimite": 95000,
2419
- "porcentagemQuantidade": 27.0,
2420
- "porcentagemOlos": 12.0,
2421
- "porcentagemOperadora": 14.0,
2422
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2423
- "detalhes": [
2424
- {
2425
- "texto": "Aborted",
2426
- "valor": 34
2427
- },
2428
- {
2429
- "texto": "Normal applied",
2430
- "valor": 534
2431
- },
2432
- {
2433
- "texto": "Normal received",
2434
- "valor": 1672
2435
- },
2436
- {
2437
- "texto": "No answer",
2438
- "valor": 4509
2439
- },
2440
- {
2441
- "texto": "Busy",
2442
- "valor": 241
2443
- },
2444
- {
2445
- "texto": "Bad number",
2446
- "valor": 6229
2447
- },
2448
- {
2449
- "texto": "Pstn fail",
2450
- "valor": 3559
2451
- },
2452
- {
2453
- "texto": "Carrier message",
2454
- "valor": 2317
2455
- },
2456
- {
2457
- "texto": "Message box",
2458
- "valor": 6394
2459
- },
2460
- {
2461
- "texto": "DeniedCall",
2462
- "valor": 730
2463
- }
2464
- ]
2465
- },
2466
- {
2467
- "ani": "50364944",
2468
- "operadora": 14143,
2469
- "olos": 12244,
2470
- "totalQuantidade": 26387,
2471
- "totalLimite": 95000,
2472
- "porcentagemQuantidade": 27.0,
2473
- "porcentagemOlos": 12.0,
2474
- "porcentagemOperadora": 14.0,
2475
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2476
- "detalhes": [
2477
- {
2478
- "texto": "Aborted",
2479
- "valor": 21
2480
- },
2481
- {
2482
- "texto": "Normal applied",
2483
- "valor": 484
2484
- },
2485
- {
2486
- "texto": "Normal received",
2487
- "valor": 1711
2488
- },
2489
- {
2490
- "texto": "No answer",
2491
- "valor": 4383
2492
- },
2493
- {
2494
- "texto": "Busy",
2495
- "valor": 252
2496
- },
2497
- {
2498
- "texto": "Bad number",
2499
- "valor": 6181
2500
- },
2501
- {
2502
- "texto": "Pstn fail",
2503
- "valor": 3713
2504
- },
2505
- {
2506
- "texto": "Carrier message",
2507
- "valor": 2397
2508
- },
2509
- {
2510
- "texto": "Message box",
2511
- "valor": 6553
2512
- },
2513
- {
2514
- "texto": "DeniedCall",
2515
- "valor": 692
2516
- }
2517
- ]
2518
- },
2519
- {
2520
- "ani": "50364945",
2521
- "operadora": 13946,
2522
- "olos": 11930,
2523
- "totalQuantidade": 25876,
2524
- "totalLimite": 95000,
2525
- "porcentagemQuantidade": 27.0,
2526
- "porcentagemOlos": 12.0,
2527
- "porcentagemOperadora": 14.0,
2528
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2529
- "detalhes": [
2530
- {
2531
- "texto": "Aborted",
2532
- "valor": 33
2533
- },
2534
- {
2535
- "texto": "Normal applied",
2536
- "valor": 496
2537
- },
2538
- {
2539
- "texto": "Normal received",
2540
- "valor": 1720
2541
- },
2542
- {
2543
- "texto": "No answer",
2544
- "valor": 4278
2545
- },
2546
- {
2547
- "texto": "Busy",
2548
- "valor": 276
2549
- },
2550
- {
2551
- "texto": "Bad number",
2552
- "valor": 6196
2553
- },
2554
- {
2555
- "texto": "Pstn fail",
2556
- "valor": 3651
2557
- },
2558
- {
2559
- "texto": "Carrier message",
2560
- "valor": 2175
2561
- },
2562
- {
2563
- "texto": "Message box",
2564
- "valor": 6337
2565
- },
2566
- {
2567
- "texto": "DeniedCall",
2568
- "valor": 714
2569
- }
2570
- ]
2571
- },
2572
- {
2573
- "ani": "50364946",
2574
- "operadora": 13914,
2575
- "olos": 12099,
2576
- "totalQuantidade": 26013,
2577
- "totalLimite": 95000,
2578
- "porcentagemQuantidade": 27.0,
2579
- "porcentagemOlos": 12.0,
2580
- "porcentagemOperadora": 14.0,
2581
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2582
- "detalhes": [
2583
- {
2584
- "texto": "Aborted",
2585
- "valor": 28
2586
- },
2587
- {
2588
- "texto": "Normal applied",
2589
- "valor": 492
2590
- },
2591
- {
2592
- "texto": "Normal received",
2593
- "valor": 1645
2594
- },
2595
- {
2596
- "texto": "No answer",
2597
- "valor": 4352
2598
- },
2599
- {
2600
- "texto": "Busy",
2601
- "valor": 260
2602
- },
2603
- {
2604
- "texto": "Bad number",
2605
- "valor": 6183
2606
- },
2607
- {
2608
- "texto": "Pstn fail",
2609
- "valor": 3676
2610
- },
2611
- {
2612
- "texto": "Carrier message",
2613
- "valor": 2270
2614
- },
2615
- {
2616
- "texto": "Message box",
2617
- "valor": 6403
2618
- },
2619
- {
2620
- "texto": "DeniedCall",
2621
- "valor": 704
2622
- }
2623
- ]
2624
- },
2625
- {
2626
- "ani": "50364947",
2627
- "operadora": 14293,
2628
- "olos": 12212,
2629
- "totalQuantidade": 26505,
2630
- "totalLimite": 95000,
2631
- "porcentagemQuantidade": 27.0,
2632
- "porcentagemOlos": 12.0,
2633
- "porcentagemOperadora": 15.0,
2634
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2635
- "detalhes": [
2636
- {
2637
- "texto": "Aborted",
2638
- "valor": 23
2639
- },
2640
- {
2641
- "texto": "Normal applied",
2642
- "valor": 454
2643
- },
2644
- {
2645
- "texto": "Normal received",
2646
- "valor": 1804
2647
- },
2648
- {
2649
- "texto": "No answer",
2650
- "valor": 4393
2651
- },
2652
- {
2653
- "texto": "Busy",
2654
- "valor": 229
2655
- },
2656
- {
2657
- "texto": "Bad number",
2658
- "valor": 6391
2659
- },
2660
- {
2661
- "texto": "Pstn fail",
2662
- "valor": 3710
2663
- },
2664
- {
2665
- "texto": "Carrier message",
2666
- "valor": 2271
2667
- },
2668
- {
2669
- "texto": "Message box",
2670
- "valor": 6554
2671
- },
2672
- {
2673
- "texto": "DeniedCall",
2674
- "valor": 676
2675
- }
2676
- ]
2677
- },
2678
- {
2679
- "ani": "50364948",
2680
- "operadora": 13890,
2681
- "olos": 12079,
2682
- "totalQuantidade": 25969,
2683
- "totalLimite": 95000,
2684
- "porcentagemQuantidade": 27.0,
2685
- "porcentagemOlos": 12.0,
2686
- "porcentagemOperadora": 14.0,
2687
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2688
- "detalhes": [
2689
- {
2690
- "texto": "Aborted",
2691
- "valor": 29
2692
- },
2693
- {
2694
- "texto": "Normal applied",
2695
- "valor": 435
2696
- },
2697
- {
2698
- "texto": "Normal received",
2699
- "valor": 1677
2700
- },
2701
- {
2702
- "texto": "No answer",
2703
- "valor": 4345
2704
- },
2705
- {
2706
- "texto": "Busy",
2707
- "valor": 273
2708
- },
2709
- {
2710
- "texto": "Bad number",
2711
- "valor": 6198
2712
- },
2713
- {
2714
- "texto": "Pstn fail",
2715
- "valor": 3603
2716
- },
2717
- {
2718
- "texto": "Carrier message",
2719
- "valor": 2260
2720
- },
2721
- {
2722
- "texto": "Message box",
2723
- "valor": 6457
2724
- },
2725
- {
2726
- "texto": "DeniedCall",
2727
- "valor": 692
2728
- }
2729
- ]
2730
- },
2731
- {
2732
- "ani": "50364949",
2733
- "operadora": 13951,
2734
- "olos": 12460,
2735
- "totalQuantidade": 26411,
2736
- "totalLimite": 95000,
2737
- "porcentagemQuantidade": 27.0,
2738
- "porcentagemOlos": 13.0,
2739
- "porcentagemOperadora": 14.0,
2740
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2741
- "detalhes": [
2742
- {
2743
- "texto": "Aborted",
2744
- "valor": 37
2745
- },
2746
- {
2747
- "texto": "Normal applied",
2748
- "valor": 527
2749
- },
2750
- {
2751
- "texto": "Normal received",
2752
- "valor": 1727
2753
- },
2754
- {
2755
- "texto": "No answer",
2756
- "valor": 4429
2757
- },
2758
- {
2759
- "texto": "Busy",
2760
- "valor": 242
2761
- },
2762
- {
2763
- "texto": "Bad number",
2764
- "valor": 6217
2765
- },
2766
- {
2767
- "texto": "Pstn fail",
2768
- "valor": 3642
2769
- },
2770
- {
2771
- "texto": "Carrier message",
2772
- "valor": 2219
2773
- },
2774
- {
2775
- "texto": "Message box",
2776
- "valor": 6660
2777
- },
2778
- {
2779
- "texto": "DeniedCall",
2780
- "valor": 711
2781
- }
2782
- ]
2783
- },
2784
- {
2785
- "ani": "00",
2786
- "operadora": 247,
2787
- "olos": 399,
2788
- "totalQuantidade": 646,
2789
- "totalLimite": 95000,
2790
- "porcentagemQuantidade": 0.0,
2791
- "porcentagemOlos": 0.0,
2792
- "porcentagemOperadora": 0.0,
2793
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2794
- "detalhes": [
2795
- {
2796
- "texto": "Aborted",
2797
- "valor": 3
2798
- },
2799
- {
2800
- "texto": "Normal applied",
2801
- "valor": 2
2802
- },
2803
- {
2804
- "texto": "Normal received",
2805
- "valor": 41
2806
- },
2807
- {
2808
- "texto": "No answer",
2809
- "valor": 146
2810
- },
2811
- {
2812
- "texto": "Busy",
2813
- "valor": 13
2814
- },
2815
- {
2816
- "texto": "Bad number",
2817
- "valor": 64
2818
- },
2819
- {
2820
- "texto": "Bad connect",
2821
- "valor": 2
2822
- },
2823
- {
2824
- "texto": "Pstn fail",
2825
- "valor": 52
2826
- },
2827
- {
2828
- "texto": "Carrier message",
2829
- "valor": 109
2830
- },
2831
- {
2832
- "texto": "Message box",
2833
- "valor": 157
2834
- },
2835
- {
2836
- "texto": "Answering machine",
2837
- "valor": 9
2838
- },
2839
- {
2840
- "texto": "Unknown audio source",
2841
- "valor": 2
2842
- },
2843
- {
2844
- "texto": "Silence",
2845
- "valor": 46
2846
- }
2847
- ]
2848
- },
2849
- {
2850
- "ani": "0000",
2851
- "operadora": 18916,
2852
- "olos": 27066,
2853
- "totalQuantidade": 45982,
2854
- "totalLimite": 95000,
2855
- "porcentagemQuantidade": 48.0,
2856
- "porcentagemOlos": 28.0,
2857
- "porcentagemOperadora": 19.0,
2858
- "DateLastExecuting": "6/23/2022 3:46:54 PM",
2859
- "detalhes": [
2860
- {
2861
- "texto": "Aborted",
2862
- "valor": 102
2863
- },
2864
- {
2865
- "texto": "Normal applied",
2866
- "valor": 720
2867
- },
2868
- {
2869
- "texto": "Normal received",
2870
- "valor": 4075
2871
- },
2872
- {
2873
- "texto": "No answer",
2874
- "valor": 9916
2875
- },
2876
- {
2877
- "texto": "Busy",
2878
- "valor": 855
2879
- },
2880
- {
2881
- "texto": "Bad number",
2882
- "valor": 4593
2883
- },
2884
- {
2885
- "texto": "Bad connect",
2886
- "valor": 353
2887
- },
2888
- {
2889
- "texto": "Pstn fail",
2890
- "valor": 4203
2891
- },
2892
- {
2893
- "texto": "Carrier message",
2894
- "valor": 6651
2895
- },
2896
- {
2897
- "texto": "Message box",
2898
- "valor": 10293
2899
- },
2900
- {
2901
- "texto": "Answering machine",
2902
- "valor": 903
2903
- },
2904
- {
2905
- "texto": "Unknown audio source",
2906
- "valor": 92
2907
- },
2908
- {
2909
- "texto": "Fax",
2910
- "valor": 14
2911
- },
2912
- {
2913
- "texto": "Silence",
2914
- "valor": 3212
2915
- }
2916
- ]
2917
- }
2918
- ]