revox 0.1.0 → 0.2.0

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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +71 -0
  3. data/README.md +39 -14
  4. data/lib/revox/client.rb +15 -1
  5. data/lib/revox/internal/transport/base_client.rb +5 -0
  6. data/lib/revox/internal/util.rb +22 -7
  7. data/lib/revox/models/assistant_create_params.rb +1038 -13
  8. data/lib/revox/models/assistant_create_response.rb +1071 -11
  9. data/lib/revox/models/assistant_list_response.rb +1070 -11
  10. data/lib/revox/models/assistant_retrieve_response.rb +1066 -11
  11. data/lib/revox/models/assistant_update_params.rb +1038 -13
  12. data/lib/revox/models/assistant_update_response.rb +1097 -12
  13. data/lib/revox/models/call_create_params.rb +1065 -13
  14. data/lib/revox/models/call_create_response.rb +1813 -101
  15. data/lib/revox/models/call_retrieve_response.rb +1815 -101
  16. data/lib/revox/models/campaign_create_params.rb +67 -2
  17. data/lib/revox/models/campaign_create_response.rb +1314 -59
  18. data/lib/revox/models/campaign_get_rows_params.rb +1 -46
  19. data/lib/revox/models/campaign_get_rows_response.rb +1837 -129
  20. data/lib/revox/models/campaign_list_response.rb +1312 -59
  21. data/lib/revox/models/campaign_retrieve_response.rb +1312 -56
  22. data/lib/revox/models/users/me_retrieve_response.rb +13 -1
  23. data/lib/revox/models/users/me_update_response.rb +13 -1
  24. data/lib/revox/models/voice_list_response.rb +55 -1
  25. data/lib/revox/models/voice_preview_params.rb +49 -1
  26. data/lib/revox/models.rb +0 -2
  27. data/lib/revox/resources/assistants.rb +116 -8
  28. data/lib/revox/resources/call.rb +0 -29
  29. data/lib/revox/resources/campaigns.rb +12 -17
  30. data/lib/revox/resources/voices.rb +16 -10
  31. data/lib/revox/version.rb +1 -1
  32. data/lib/revox.rb +0 -2
  33. data/rbi/revox/internal/util.rbi +8 -0
  34. data/rbi/revox/models/assistant_create_params.rbi +2138 -103
  35. data/rbi/revox/models/assistant_create_response.rbi +2454 -199
  36. data/rbi/revox/models/assistant_list_response.rbi +2448 -195
  37. data/rbi/revox/models/assistant_retrieve_response.rbi +2401 -210
  38. data/rbi/revox/models/assistant_update_params.rbi +2138 -103
  39. data/rbi/revox/models/assistant_update_response.rbi +2504 -198
  40. data/rbi/revox/models/call_create_params.rbi +2382 -225
  41. data/rbi/revox/models/call_create_response.rbi +4104 -384
  42. data/rbi/revox/models/call_retrieve_response.rbi +4104 -382
  43. data/rbi/revox/models/campaign_create_params.rbi +136 -0
  44. data/rbi/revox/models/campaign_create_response.rbi +2911 -231
  45. data/rbi/revox/models/campaign_get_rows_params.rbi +2 -82
  46. data/rbi/revox/models/campaign_get_rows_response.rbi +4135 -410
  47. data/rbi/revox/models/campaign_list_response.rbi +2904 -230
  48. data/rbi/revox/models/campaign_retrieve_response.rbi +2911 -231
  49. data/rbi/revox/models/users/me_retrieve_response.rbi +13 -3
  50. data/rbi/revox/models/users/me_update_response.rbi +13 -3
  51. data/rbi/revox/models/voice_list_response.rbi +105 -3
  52. data/rbi/revox/models/voice_preview_params.rbi +69 -0
  53. data/rbi/revox/models.rbi +0 -2
  54. data/rbi/revox/resources/assistants.rbi +284 -8
  55. data/rbi/revox/resources/call.rbi +0 -21
  56. data/rbi/revox/resources/campaigns.rbi +12 -19
  57. data/rbi/revox/resources/voices.rbi +17 -9
  58. data/sig/revox/internal/util.rbs +4 -0
  59. data/sig/revox/models/assistant_create_params.rbs +844 -11
  60. data/sig/revox/models/assistant_create_response.rbs +860 -3
  61. data/sig/revox/models/assistant_list_response.rbs +860 -3
  62. data/sig/revox/models/assistant_retrieve_response.rbs +859 -3
  63. data/sig/revox/models/assistant_update_params.rbs +844 -11
  64. data/sig/revox/models/assistant_update_response.rbs +886 -6
  65. data/sig/revox/models/call_create_params.rbs +847 -13
  66. data/sig/revox/models/call_create_response.rbs +1514 -34
  67. data/sig/revox/models/call_retrieve_response.rbs +1514 -34
  68. data/sig/revox/models/campaign_create_params.rbs +54 -0
  69. data/sig/revox/models/campaign_create_response.rbs +1034 -6
  70. data/sig/revox/models/campaign_get_rows_params.rbs +2 -64
  71. data/sig/revox/models/campaign_get_rows_response.rbs +1522 -54
  72. data/sig/revox/models/campaign_list_response.rbs +1034 -6
  73. data/sig/revox/models/campaign_retrieve_response.rbs +1034 -6
  74. data/sig/revox/models/users/me_retrieve_response.rbs +8 -3
  75. data/sig/revox/models/users/me_update_response.rbs +8 -3
  76. data/sig/revox/models/voice_list_response.rbs +45 -3
  77. data/sig/revox/models/voice_preview_params.rbs +42 -1
  78. data/sig/revox/models.rbs +0 -2
  79. data/sig/revox/resources/assistants.rbs +56 -2
  80. data/sig/revox/resources/call.rbs +0 -7
  81. data/sig/revox/resources/campaigns.rbs +2 -5
  82. data/sig/revox/resources/voices.rbs +4 -0
  83. metadata +2 -8
  84. data/lib/revox/models/call_list_params.rb +0 -52
  85. data/lib/revox/models/call_list_response.rb +0 -259
  86. data/rbi/revox/models/call_list_params.rbi +0 -94
  87. data/rbi/revox/models/call_list_response.rbi +0 -563
  88. data/sig/revox/models/call_list_params.rbs +0 -63
  89. data/sig/revox/models/call_list_response.rbs +0 -226
@@ -1,563 +0,0 @@
1
- # typed: strong
2
-
3
- module Revox
4
- module Models
5
- class CallListResponse < Revox::Internal::Type::BaseModel
6
- OrHash =
7
- T.type_alias do
8
- T.any(Revox::Models::CallListResponse, Revox::Internal::AnyHash)
9
- end
10
-
11
- sig { returns(T::Array[Revox::Models::CallListResponse::Call]) }
12
- attr_accessor :calls
13
-
14
- sig do
15
- params(
16
- calls: T::Array[Revox::Models::CallListResponse::Call::OrHash]
17
- ).returns(T.attached_class)
18
- end
19
- def self.new(calls:)
20
- end
21
-
22
- sig do
23
- override.returns(
24
- { calls: T::Array[Revox::Models::CallListResponse::Call] }
25
- )
26
- end
27
- def to_hash
28
- end
29
-
30
- class Call < Revox::Internal::Type::BaseModel
31
- OrHash =
32
- T.type_alias do
33
- T.any(
34
- Revox::Models::CallListResponse::Call,
35
- Revox::Internal::AnyHash
36
- )
37
- end
38
-
39
- # The ID of the call attempt.
40
- sig { returns(String) }
41
- attr_accessor :id
42
-
43
- # The time the call was answered.
44
- sig { returns(T.anything) }
45
- attr_accessor :answered_at
46
-
47
- # The SIP error that occurred.
48
- sig do
49
- returns(
50
- T.nilable(
51
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
52
- )
53
- )
54
- end
55
- attr_accessor :dial_error
56
-
57
- # The time the call ended.
58
- sig { returns(T.anything) }
59
- attr_accessor :ended_at
60
-
61
- # The phone number that was called. Formatted in E.164 format. Example:
62
- # +1234567890
63
- sig { returns(String) }
64
- attr_accessor :phone_number
65
-
66
- # The URL of the audio recording of the call.
67
- sig { returns(T.nilable(String)) }
68
- attr_accessor :recording_url
69
-
70
- sig do
71
- returns(
72
- T.nilable(
73
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
74
- )
75
- )
76
- end
77
- attr_accessor :result
78
-
79
- # The time the call started.
80
- sig { returns(T.anything) }
81
- attr_accessor :started_at
82
-
83
- # The status of the call attempt.
84
- sig do
85
- returns(Revox::Models::CallListResponse::Call::Status::TaggedSymbol)
86
- end
87
- attr_accessor :status
88
-
89
- # Reason for ending the call when ended_by is 'agent'. E.g. 'tool_end_call',
90
- # 'voicemail', 'transfer', 'ivr_no_navigate'.
91
- sig { returns(T.nilable(String)) }
92
- attr_accessor :end_reason
93
-
94
- # Who ended the call: 'agent' (AI agent), 'user' (caller/callee hung up), or
95
- # 'system' (e.g. max duration limit).
96
- sig do
97
- returns(
98
- T.nilable(
99
- Revox::Models::CallListResponse::Call::EndedBy::TaggedSymbol
100
- )
101
- )
102
- end
103
- attr_accessor :ended_by
104
-
105
- # The data extracted from the call, using the structured output config from the
106
- # parent call object.
107
- sig { returns(T.nilable(T::Hash[Symbol, T.anything])) }
108
- attr_accessor :structured_output
109
-
110
- # The transcript of the call.
111
- sig do
112
- returns(
113
- T.nilable(
114
- T::Array[Revox::Models::CallListResponse::Call::Transcript]
115
- )
116
- )
117
- end
118
- attr_accessor :transcript
119
-
120
- # This represent a single call attempt. A call attempt is a single call made to
121
- # the phone number.
122
- sig do
123
- params(
124
- id: String,
125
- answered_at: T.anything,
126
- dial_error:
127
- T.nilable(
128
- Revox::Models::CallListResponse::Call::DialError::OrSymbol
129
- ),
130
- ended_at: T.anything,
131
- phone_number: String,
132
- recording_url: T.nilable(String),
133
- result:
134
- T.nilable(
135
- Revox::Models::CallListResponse::Call::Result::OrSymbol
136
- ),
137
- started_at: T.anything,
138
- status: Revox::Models::CallListResponse::Call::Status::OrSymbol,
139
- end_reason: T.nilable(String),
140
- ended_by:
141
- T.nilable(
142
- Revox::Models::CallListResponse::Call::EndedBy::OrSymbol
143
- ),
144
- structured_output: T.nilable(T::Hash[Symbol, T.anything]),
145
- transcript:
146
- T.nilable(
147
- T::Array[
148
- Revox::Models::CallListResponse::Call::Transcript::OrHash
149
- ]
150
- )
151
- ).returns(T.attached_class)
152
- end
153
- def self.new(
154
- # The ID of the call attempt.
155
- id:,
156
- # The time the call was answered.
157
- answered_at:,
158
- # The SIP error that occurred.
159
- dial_error:,
160
- # The time the call ended.
161
- ended_at:,
162
- # The phone number that was called. Formatted in E.164 format. Example:
163
- # +1234567890
164
- phone_number:,
165
- # The URL of the audio recording of the call.
166
- recording_url:,
167
- result:,
168
- # The time the call started.
169
- started_at:,
170
- # The status of the call attempt.
171
- status:,
172
- # Reason for ending the call when ended_by is 'agent'. E.g. 'tool_end_call',
173
- # 'voicemail', 'transfer', 'ivr_no_navigate'.
174
- end_reason: nil,
175
- # Who ended the call: 'agent' (AI agent), 'user' (caller/callee hung up), or
176
- # 'system' (e.g. max duration limit).
177
- ended_by: nil,
178
- # The data extracted from the call, using the structured output config from the
179
- # parent call object.
180
- structured_output: nil,
181
- # The transcript of the call.
182
- transcript: nil
183
- )
184
- end
185
-
186
- sig do
187
- override.returns(
188
- {
189
- id: String,
190
- answered_at: T.anything,
191
- dial_error:
192
- T.nilable(
193
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
194
- ),
195
- ended_at: T.anything,
196
- phone_number: String,
197
- recording_url: T.nilable(String),
198
- result:
199
- T.nilable(
200
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
201
- ),
202
- started_at: T.anything,
203
- status:
204
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol,
205
- end_reason: T.nilable(String),
206
- ended_by:
207
- T.nilable(
208
- Revox::Models::CallListResponse::Call::EndedBy::TaggedSymbol
209
- ),
210
- structured_output: T.nilable(T::Hash[Symbol, T.anything]),
211
- transcript:
212
- T.nilable(
213
- T::Array[Revox::Models::CallListResponse::Call::Transcript]
214
- )
215
- }
216
- )
217
- end
218
- def to_hash
219
- end
220
-
221
- # The SIP error that occurred.
222
- module DialError
223
- extend Revox::Internal::Type::Enum
224
-
225
- TaggedSymbol =
226
- T.type_alias do
227
- T.all(Symbol, Revox::Models::CallListResponse::Call::DialError)
228
- end
229
- OrSymbol = T.type_alias { T.any(Symbol, String) }
230
-
231
- NUMBER_NON_ATTRIBUTED =
232
- T.let(
233
- :number_non_attributed,
234
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
235
- )
236
- TOO_MANY_CALLS =
237
- T.let(
238
- :too_many_calls,
239
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
240
- )
241
- BUSY =
242
- T.let(
243
- :busy,
244
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
245
- )
246
- TEMPORARILY_UNAVAILABLE =
247
- T.let(
248
- :temporarily_unavailable,
249
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
250
- )
251
- NO_ANSWER =
252
- T.let(
253
- :no_answer,
254
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
255
- )
256
- NO_INTERNATIONAL_PERMISSION =
257
- T.let(
258
- :no_international_permission,
259
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
260
- )
261
- PRECONDITION_FAILED =
262
- T.let(
263
- :precondition_failed,
264
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
265
- )
266
- NON_CLASSIFIED_ERROR =
267
- T.let(
268
- :non_classified_error,
269
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
270
- )
271
-
272
- sig do
273
- override.returns(
274
- T::Array[
275
- Revox::Models::CallListResponse::Call::DialError::TaggedSymbol
276
- ]
277
- )
278
- end
279
- def self.values
280
- end
281
- end
282
-
283
- module Result
284
- extend Revox::Internal::Type::Enum
285
-
286
- TaggedSymbol =
287
- T.type_alias do
288
- T.all(Symbol, Revox::Models::CallListResponse::Call::Result)
289
- end
290
- OrSymbol = T.type_alias { T.any(Symbol, String) }
291
-
292
- IVR =
293
- T.let(
294
- :IVR,
295
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
296
- )
297
- VOICEMAIL =
298
- T.let(
299
- :voicemail,
300
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
301
- )
302
- HUMAN =
303
- T.let(
304
- :human,
305
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
306
- )
307
- UNKNOWN =
308
- T.let(
309
- :unknown,
310
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
311
- )
312
- IOS_SCREENING_FILTER =
313
- T.let(
314
- :"ios-screening-filter",
315
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
316
- )
317
-
318
- sig do
319
- override.returns(
320
- T::Array[
321
- Revox::Models::CallListResponse::Call::Result::TaggedSymbol
322
- ]
323
- )
324
- end
325
- def self.values
326
- end
327
- end
328
-
329
- # The status of the call attempt.
330
- module Status
331
- extend Revox::Internal::Type::Enum
332
-
333
- TaggedSymbol =
334
- T.type_alias do
335
- T.all(Symbol, Revox::Models::CallListResponse::Call::Status)
336
- end
337
- OrSymbol = T.type_alias { T.any(Symbol, String) }
338
-
339
- QUEUED =
340
- T.let(
341
- :queued,
342
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol
343
- )
344
- RINGING =
345
- T.let(
346
- :ringing,
347
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol
348
- )
349
- ONGOING =
350
- T.let(
351
- :ongoing,
352
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol
353
- )
354
- COMPLETED =
355
- T.let(
356
- :completed,
357
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol
358
- )
359
- ERROR =
360
- T.let(
361
- :error,
362
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol
363
- )
364
-
365
- sig do
366
- override.returns(
367
- T::Array[
368
- Revox::Models::CallListResponse::Call::Status::TaggedSymbol
369
- ]
370
- )
371
- end
372
- def self.values
373
- end
374
- end
375
-
376
- # Who ended the call: 'agent' (AI agent), 'user' (caller/callee hung up), or
377
- # 'system' (e.g. max duration limit).
378
- module EndedBy
379
- extend Revox::Internal::Type::Enum
380
-
381
- TaggedSymbol =
382
- T.type_alias do
383
- T.all(Symbol, Revox::Models::CallListResponse::Call::EndedBy)
384
- end
385
- OrSymbol = T.type_alias { T.any(Symbol, String) }
386
-
387
- AGENT =
388
- T.let(
389
- :agent,
390
- Revox::Models::CallListResponse::Call::EndedBy::TaggedSymbol
391
- )
392
- USER =
393
- T.let(
394
- :user,
395
- Revox::Models::CallListResponse::Call::EndedBy::TaggedSymbol
396
- )
397
- SYSTEM =
398
- T.let(
399
- :system,
400
- Revox::Models::CallListResponse::Call::EndedBy::TaggedSymbol
401
- )
402
-
403
- sig do
404
- override.returns(
405
- T::Array[
406
- Revox::Models::CallListResponse::Call::EndedBy::TaggedSymbol
407
- ]
408
- )
409
- end
410
- def self.values
411
- end
412
- end
413
-
414
- class Transcript < Revox::Internal::Type::BaseModel
415
- OrHash =
416
- T.type_alias do
417
- T.any(
418
- Revox::Models::CallListResponse::Call::Transcript,
419
- Revox::Internal::AnyHash
420
- )
421
- end
422
-
423
- sig { returns(String) }
424
- attr_accessor :content
425
-
426
- sig do
427
- returns(
428
- Revox::Models::CallListResponse::Call::Transcript::Role::TaggedSymbol
429
- )
430
- end
431
- attr_accessor :role
432
-
433
- sig do
434
- returns(
435
- T.nilable(
436
- Revox::Models::CallListResponse::Call::Transcript::ToolArguments::Variants
437
- )
438
- )
439
- end
440
- attr_reader :tool_arguments
441
-
442
- sig do
443
- params(
444
- tool_arguments:
445
- Revox::Models::CallListResponse::Call::Transcript::ToolArguments::Variants
446
- ).void
447
- end
448
- attr_writer :tool_arguments
449
-
450
- sig { returns(T.nilable(T::Boolean)) }
451
- attr_reader :tool_is_error
452
-
453
- sig { params(tool_is_error: T::Boolean).void }
454
- attr_writer :tool_is_error
455
-
456
- sig { returns(T.nilable(String)) }
457
- attr_reader :tool_name
458
-
459
- sig { params(tool_name: String).void }
460
- attr_writer :tool_name
461
-
462
- sig do
463
- params(
464
- content: String,
465
- role:
466
- Revox::Models::CallListResponse::Call::Transcript::Role::OrSymbol,
467
- tool_arguments:
468
- Revox::Models::CallListResponse::Call::Transcript::ToolArguments::Variants,
469
- tool_is_error: T::Boolean,
470
- tool_name: String
471
- ).returns(T.attached_class)
472
- end
473
- def self.new(
474
- content:,
475
- role:,
476
- tool_arguments: nil,
477
- tool_is_error: nil,
478
- tool_name: nil
479
- )
480
- end
481
-
482
- sig do
483
- override.returns(
484
- {
485
- content: String,
486
- role:
487
- Revox::Models::CallListResponse::Call::Transcript::Role::TaggedSymbol,
488
- tool_arguments:
489
- Revox::Models::CallListResponse::Call::Transcript::ToolArguments::Variants,
490
- tool_is_error: T::Boolean,
491
- tool_name: String
492
- }
493
- )
494
- end
495
- def to_hash
496
- end
497
-
498
- module Role
499
- extend Revox::Internal::Type::Enum
500
-
501
- TaggedSymbol =
502
- T.type_alias do
503
- T.all(
504
- Symbol,
505
- Revox::Models::CallListResponse::Call::Transcript::Role
506
- )
507
- end
508
- OrSymbol = T.type_alias { T.any(Symbol, String) }
509
-
510
- USER =
511
- T.let(
512
- :user,
513
- Revox::Models::CallListResponse::Call::Transcript::Role::TaggedSymbol
514
- )
515
- ASSISTANT =
516
- T.let(
517
- :assistant,
518
- Revox::Models::CallListResponse::Call::Transcript::Role::TaggedSymbol
519
- )
520
- TOOL =
521
- T.let(
522
- :tool,
523
- Revox::Models::CallListResponse::Call::Transcript::Role::TaggedSymbol
524
- )
525
-
526
- sig do
527
- override.returns(
528
- T::Array[
529
- Revox::Models::CallListResponse::Call::Transcript::Role::TaggedSymbol
530
- ]
531
- )
532
- end
533
- def self.values
534
- end
535
- end
536
-
537
- module ToolArguments
538
- extend Revox::Internal::Type::Union
539
-
540
- Variants =
541
- T.type_alias { T.any(T::Hash[Symbol, T.anything], String) }
542
-
543
- sig do
544
- override.returns(
545
- T::Array[
546
- Revox::Models::CallListResponse::Call::Transcript::ToolArguments::Variants
547
- ]
548
- )
549
- end
550
- def self.variants
551
- end
552
-
553
- UnionMember0Map =
554
- T.let(
555
- Revox::Internal::Type::HashOf[Revox::Internal::Type::Unknown],
556
- Revox::Internal::Type::Converter
557
- )
558
- end
559
- end
560
- end
561
- end
562
- end
563
- end
@@ -1,63 +0,0 @@
1
- module Revox
2
- module Models
3
- type call_list_params =
4
- {
5
- page: Integer,
6
- page_size: Integer,
7
- statuses: ::Array[Revox::Models::CallListParams::status]
8
- }
9
- & Revox::Internal::Type::request_parameters
10
-
11
- class CallListParams < Revox::Internal::Type::BaseModel
12
- extend Revox::Internal::Type::RequestParameters::Converter
13
- include Revox::Internal::Type::RequestParameters
14
-
15
- attr_accessor page: Integer
16
-
17
- attr_accessor page_size: Integer
18
-
19
- attr_reader statuses: ::Array[Revox::Models::CallListParams::status]?
20
-
21
- def statuses=: (
22
- ::Array[Revox::Models::CallListParams::status]
23
- ) -> ::Array[Revox::Models::CallListParams::status]
24
-
25
- def initialize: (
26
- page: Integer,
27
- page_size: Integer,
28
- ?statuses: ::Array[Revox::Models::CallListParams::status],
29
- ?request_options: Revox::request_opts
30
- ) -> void
31
-
32
- def to_hash: -> {
33
- page: Integer,
34
- page_size: Integer,
35
- statuses: ::Array[Revox::Models::CallListParams::status],
36
- request_options: Revox::RequestOptions
37
- }
38
-
39
- type status =
40
- :initializing
41
- | :queued_for_calling
42
- | :calling
43
- | :scheduled
44
- | :completed
45
- | :cancelled
46
- | :errored
47
-
48
- module Status
49
- extend Revox::Internal::Type::Enum
50
-
51
- INITIALIZING: :initializing
52
- QUEUED_FOR_CALLING: :queued_for_calling
53
- CALLING: :calling
54
- SCHEDULED: :scheduled
55
- COMPLETED: :completed
56
- CANCELLED: :cancelled
57
- ERRORED: :errored
58
-
59
- def self?.values: -> ::Array[Revox::Models::CallListParams::status]
60
- end
61
- end
62
- end
63
- end