twilio-ruby 7.3.1 → 7.3.2
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.
- checksums.yaml +4 -4
- data/CHANGES.md +11 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/rest/accounts/v1/bulk_consents.rb +133 -0
- data/lib/twilio-ruby/rest/accounts/v1/bulk_contacts.rb +133 -0
- data/lib/twilio-ruby/rest/accounts/v1.rb +12 -0
- data/lib/twilio-ruby/rest/assistants/v1/assistant/assistants_knowledge.rb +355 -0
- data/lib/twilio-ruby/rest/assistants/v1/assistant/assistants_tool.rb +362 -0
- data/lib/twilio-ruby/rest/assistants/v1/assistant/feedback.rb +1 -1
- data/lib/twilio-ruby/rest/assistants/v1/assistant/message.rb +201 -0
- data/lib/twilio-ruby/rest/assistants/v1/assistant.rb +57 -15
- data/lib/twilio-ruby/rest/assistants/v1/knowledge/knowledge_status.rb +209 -0
- data/lib/twilio-ruby/rest/assistants/v1/knowledge.rb +21 -23
- data/lib/twilio-ruby/rest/assistants/v1/tool.rb +37 -0
- data/lib/twilio-ruby/rest/numbers/v1/{porting_webhook_configuration_fetch.rb → webhook.rb} +20 -20
- data/lib/twilio-ruby/rest/numbers/v1.rb +6 -6
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +4 -1
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +9 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twilio-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.3.
|
4
|
+
version: 7.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Twilio API Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -246,6 +246,8 @@ files:
|
|
246
246
|
- lib/twilio-ruby/rest/accounts.rb
|
247
247
|
- lib/twilio-ruby/rest/accounts/v1.rb
|
248
248
|
- lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb
|
249
|
+
- lib/twilio-ruby/rest/accounts/v1/bulk_consents.rb
|
250
|
+
- lib/twilio-ruby/rest/accounts/v1/bulk_contacts.rb
|
249
251
|
- lib/twilio-ruby/rest/accounts/v1/credential.rb
|
250
252
|
- lib/twilio-ruby/rest/accounts/v1/credential/aws.rb
|
251
253
|
- lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb
|
@@ -337,9 +339,13 @@ files:
|
|
337
339
|
- lib/twilio-ruby/rest/assistants.rb
|
338
340
|
- lib/twilio-ruby/rest/assistants/v1.rb
|
339
341
|
- lib/twilio-ruby/rest/assistants/v1/assistant.rb
|
342
|
+
- lib/twilio-ruby/rest/assistants/v1/assistant/assistants_knowledge.rb
|
343
|
+
- lib/twilio-ruby/rest/assistants/v1/assistant/assistants_tool.rb
|
340
344
|
- lib/twilio-ruby/rest/assistants/v1/assistant/feedback.rb
|
345
|
+
- lib/twilio-ruby/rest/assistants/v1/assistant/message.rb
|
341
346
|
- lib/twilio-ruby/rest/assistants/v1/knowledge.rb
|
342
347
|
- lib/twilio-ruby/rest/assistants/v1/knowledge/chunk.rb
|
348
|
+
- lib/twilio-ruby/rest/assistants/v1/knowledge/knowledge_status.rb
|
343
349
|
- lib/twilio-ruby/rest/assistants/v1/policy.rb
|
344
350
|
- lib/twilio-ruby/rest/assistants/v1/session.rb
|
345
351
|
- lib/twilio-ruby/rest/assistants/v1/session/message.rb
|
@@ -599,8 +605,8 @@ files:
|
|
599
605
|
- lib/twilio-ruby/rest/numbers/v1/porting_portability.rb
|
600
606
|
- lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration.rb
|
601
607
|
- lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb
|
602
|
-
- lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_fetch.rb
|
603
608
|
- lib/twilio-ruby/rest/numbers/v1/signing_request_configuration.rb
|
609
|
+
- lib/twilio-ruby/rest/numbers/v1/webhook.rb
|
604
610
|
- lib/twilio-ruby/rest/numbers/v2.rb
|
605
611
|
- lib/twilio-ruby/rest/numbers/v2/authorization_document.rb
|
606
612
|
- lib/twilio-ruby/rest/numbers/v2/authorization_document/dependent_hosted_number_order.rb
|