Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Test date inequality [NOT to MERGE, Review purpose only] #105

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
904690e
chore: disabling spectral linting
kridai Jul 4, 2023
05a6dea
chore: Update CHANGES.md
kridai Jul 4, 2023
64aeba0
chore: Update CHANGES.md
kridai Jul 4, 2023
ad3581c
chore Update CHANGES.md
kridai Jul 4, 2023
a23b6f5
[Librarian] Regenerated @ 6ed189cbba23e3c77c423ac17bd7bfccfc88b126
twilio-dx Jul 4, 2023
8428513
[Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f74
twilio-dx Jul 14, 2023
cdfc99c
[Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0
twilio-dx Jul 27, 2023
540ef4f
[Librarian] Regenerated @ 1e94599903f1dbac80d3040ebbdba7d3f7fb074d
twilio-dx Aug 10, 2023
dd59313
[Librarian] Regenerated @ 38fb28edc02f73b8635b45a5612c5ae33eab39fe
twilio-dx Aug 24, 2023
55a9a2c
[Librarian] Regenerated @ b32d3e1eba2177c81eeca51181f67e618fe86dbe
twilio-dx Sep 7, 2023
b3b510a
[Librarian] Regenerated @ c9ac9b9736431d573d8dec29ad3095eee969cdea
twilio-dx Sep 21, 2023
7f6abd0
chore: removed operation which was not following operationId constraint
sbansla Oct 4, 2023
b7c2bfa
[Librarian] Regenerated @ a25fe2e20ee404d8f8642d6e5acceff276916c9e
twilio-dx Oct 5, 2023
a641dda
[Librarian] Regenerated @ 922c1fef02b8c8fbbbe2315aa9b9d1dba49f3fc0
twilio-dx Oct 19, 2023
e47ff00
[Librarian] Regenerated @ 5eb406c4977c9f6976e6053cb5b581056f541a59
twilio-dx Nov 6, 2023
bea8a72
remove oauth (#99)
sbansla Nov 17, 2023
3e67a43
[Librarian] Regenerated @ 24dcf52b3ba6769ea21d08329aa544a79742b6c2
twilio-dx Nov 17, 2023
63fd0d0
[Librarian] Regenerated @ 437c39e3f150e78058f5afb3ef0672e89fc59ec0
twilio-dx Dec 1, 2023
0ddccb6
fixing passkey api reference
sbansla Dec 6, 2023
49e26c8
Deleting invalid spec files which is blocking helper library release
AsabuHere Dec 7, 2023
df3234d
[Librarian] Regenerated @ 08c0904bec7ba6e5da9e5db6c4e0f74dfc97fb10
twilio-dx Dec 14, 2023
fc1ec29
chore: verify passkey is not for end user
sbansla Feb 7, 2024
07b7985
removed lookup bulk
sbansla Feb 8, 2024
2d267d4
chore: deleting non existing api
sbansla Feb 23, 2024
9ad7a2d
[Librarian] Regenerated @ f75e0fb81b57afeb6b457dc85e19644ebb530f9b
twilio-dx Feb 27, 2024
271513b
[Librarian] Regenerated @ 2264f28906b87ae1f1aedbf72f8dc0e4b57a545a
twilio-dx Mar 12, 2024
62a5ed5
without inequality fields
sbansla Mar 14, 2024
af3302a
changes from transpiler pr 12
sbansla Mar 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Run spectral linting
run: make spectral
# TODO disabling spectral linting since examples spec are not formatted correctly
#- name: Run spectral linting
# run: make spectral

deploy:
name: Deploy
Expand Down
301 changes: 301 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,306 @@
twilio-oai changelog
====================
[2024-03-12] Version 2.0.0-rc.15
--------------------------------
**Api**
- Correct precedence documentation for application_sid vs status_callback in message creation
- Mark MaxPrice as deprecated

**Flex**
- Making `plugins` visibility to public

**Messaging**
- Add new `errors` attribute to the Brand Registration resource.
- Mark `brand_feedback` attribute as deprecated.
- Mark `failure_reason` attribute as deprecated.
- The new `errors` attribute is expected to provide additional information about Brand registration failures and feedback (if any has been provided by The Campaign Registry). Consumers should use this attribute instead of `brand_feedback` and `failure_reason`.

**Numbers**
- Correcting mount_name for porting port in fetch API

**Trusthub**
- Add new field in statusCallbackUrl in compliance_registration.
- Add new field in isvRegisteringForSelfOrTenant in compliance_registration.

**Twiml**
- Expanded description of Action parameter for Message verb


[2024-02-27] Version 2.0.0-rc.14
--------------------------------
**Library - Chore**
- [PR #100](https://github.com/twilio/twilio-oai/pull/100): corrected spec file. Thanks to [@sbansla](https://github.com/sbansla)!
- [PR #101](https://github.com/twilio/twilio-oai/pull/101): Corrected verify spec. Thanks to [@sbansla](https://github.com/sbansla)!

**Api**
- remove feedback and feedback summary from call resource

**Flex**
- Adding `routing_properties` to Interactions Channels Participant
- Adding `flex_instance_sid` to Flex Configuration

**Insights**
- add flag to restrict access to unapid customers

**Lookups**
- Add new `line_status` package to the lookup response
- Remove `live_activity` package from the lookup response **(breaking change)**
- Remove `carrier` field from `sms_pumping_risk` and leave `carrier_risk_category` **(breaking change)**
- Remove carrier information from call forwarding package **(breaking change)**

**Messaging**
- Add tollfree multiple rejection reasons response array
- Add update instance endpoints to us_app_to_person api

**Push**
- Migrated to new Push API V4 with Resilient Notification Delivery.

**Trusthub**
- Add ENUM for businessRegistrationAuthority in compliance_registration. **(breaking change)**
- Add new field in isIsvEmbed in compliance_registration.
- Add additional optional fields in compliance_registration for Individual business type.
- Add optional field NotificationEmail to the POST /v1/ComplianceInquiries/Customers/Initialize API

**Verify**
- `Tags` property added again to Public Docs **(breaking change)**

**Twiml**
- Add support for new Amazon Polly and Google voices (Q1 2024) for `Say` verb


[2023-12-14] Version 2.0.0-rc.13
--------------------------------
**Api**
- Updated service base url for connect apps and authorized connect apps APIs **(breaking change)**

**Events**
- Marked as GA

**Insights**
- decommission voice-qualitystats-endpoint role

**Numbers**
- Add Get Port In request api

**Taskrouter**
- Add `jitter_buffer_size` param in update reservation

**Trusthub**
- Add additional optional fields in compliance_tollfree_inquiry.json

**Verify**
- Remove `Tags` from Public Docs **(breaking change)**


[2023-12-01] Version 2.0.0-rc.12
--------------------------------
**Verify**
- Add `VerifyEventSubscriptionEnabled` parameter to service create and update endpoints.


[2023-11-17] Version 2.0.0-rc.11
--------------------------------
**Library - Chore**
- [PR #99](https://github.com/twilio/twilio-oai/pull/99): remove oauth. Thanks to [@sbansla](https://github.com/sbansla)!

**Api**
- Update documentation to reflect RiskCheck GA

**Messaging**
- Add tollfree edit_allowed and edit_reason fields
- Update Phone Number, Short Code, Alpha Sender, US A2P and Channel Sender documentation

**Taskrouter**
- Add container attribute to task_queue_bulk_real_time_statistics endpoint

**Trusthub**
- Rename did to tollfree_phone_number in compliance_tollfree_inquiry.json
- Add new optional field notification_email to compliance_tollfree_inquiry.json

**Verify**
- Add `Tags` optional parameter on Verification creation.


[2023-11-06] Version 2.0.0-rc.10
--------------------------------
**Flex**
- Adding `provisioning_status` for Email Manager

**Intelligence**
- Add text-generation operator (for example conversation summary) results to existing OperatorResults collection.

**Messaging**
- Add DELETE support to Tollfree Verification resource

**Serverless**
- Add node18 as a valid Build runtime

**Verify**
- Update Verify TOTP maturity to GA.


[2023-10-19] Version 2.0.0-rc.9
-------------------------------
**Accounts**
- Updated Safelist metadata to correct the docs.
- Add Global SafeList API changes

**Api**
- Added optional parameter `CallToken` for create participant api

**Flex**
- Adding `offline_config` to Flex Configuration

**Intelligence**
- Deleted `redacted` parameter from fetching transcript in v2 **(breaking change)**

**Lookups**
- Add new `phone_number_quality_score` package to the lookup response
- Remove `disposable_phone_number_risk` package **(breaking change)**

**Messaging**
- Update US App To Person documentation with current `message_samples` requirements

**Taskrouter**
- Remove beta_feature check on task_queue_bulk_real_time_statistics endpoint
- Add `virtual_start_time` property to tasks
- Updating `task_queue_data` format from `map` to `array` in the response of bulk get endpoint of TaskQueue Real Time Statistics API **(breaking change)**


[2023-10-05] Version 2.0.0-rc.8
-------------------------------
**Lookups**
- Add test api support for Lookup v2


[2023-09-21] Version 2.0.0-rc.7
-------------------------------
**Conversations**
- Enable conversation email bindings, email address configurations and email message subjects

**Flex**
- Adding `console_errors_included` to Flex Configuration field `debugger_integrations`
- Introducing new channel status as `inactive` in modify channel endpoint for leave functionality **(breaking change)**
- Adding `citrix_voice_vdi` to Flex Configuration

**Taskrouter**
- Add Update Queues, Workers, Workflow Real Time Statistics API to flex-rt-data-api-v2 endpoint
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint


[2023-09-07] Version 2.0.0-rc.6
-------------------------------
**Api**
- Make message tagging parameters public **(breaking change)**

**Flex**
- Adding `agent_conv_end_methods` to Flex Configuration

**Messaging**
- Mark Mesasging Services fallback_to_long_code feature obsolete

**Numbers**
- Add Create Port In request api
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders **(breaking change)**

**Pricing**
- gate resources behind a beta_feature


[2023-08-24] Version 2.0.0-rc.5
-------------------------------
**Api**
- Add new property `RiskCheck` for SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value of `disable` to skip any kind of risk check on the respective message request

**Flex**
- Changing `sid<UO>` path param to `sid<UT>` in interaction channel participant update endpoint **(breaking change)**

**Messaging**
- Add Channel Sender api
- Fixing country code docs and removing Zipwhip references

**Numbers**
- Request status changed in numbers/v2/BulkHostedNumberOrders **(breaking change)**
- Add bulk hosting orders API under version `/v2


[2023-08-10] Version 2.0.0-rc.4
-------------------------------
**Insights**
- Normalize annotations parameters in list summary api to be prefixed

**Numbers**
- Change Bulk_hosted_sid from BHR to BH prefix in HNO and dependent under version `/v2` API's. **(breaking change)**
- Added parameter target_account_sid to portability and account_sid to response body

**Verify**
- Remove beta feature flag to list attempts API.
- Remove beta feature flag to verifications summary attempts API.


[2023-07-27] Version 2.0.0-rc.3
-------------------------------
**Api**
- Added `voice-intelligence`, `voice-intelligence-transcription` and `voice-intelligence-operators` to `usage_record` API.
- Added `tts-google` to `usage_record` API.

**Lookups**
- Add new `disposable_phone_number_risk` package to the lookup response

**Verify**
- Documentation of list attempts API was improved by correcting `date_created_after` and `date_created_before` expected date format.
- Documentation was improved by correcting `date_created_after` and `date_created_before` expected date format parameter on attempts summary API.
- Documentation was improved by adding `WHATSAPP` as optional valid parameter on attempts summary API.

**Twiml**
- Added support for he-il inside of ssm_lang.json that was missing
- Added support for he-il language in say.json that was missing
- Add `statusCallback` and `statusCallbackMethod` attributes to `<Siprec>`.


[2023-07-14] Version 2.0.0-rc.2
-------------------------------
**Flex**
- Adding `interaction_context_sid` as optional parameter in Interactions API

**Messaging**
- Making visiblity public for tollfree_verification API

**Verify**
- Add `RiskCheck` optional parameter on Verification creation.


[2023-07-04] Version 2.0.0-rc.1
-------------------------------
**Api**
- Added `content_sid` as conditional parameter
- Removed `content_sid` as optional field **(breaking change)**

**Insights**
- Added `annotation` to list summary output

**Lookups**
- Add `reassigned_number` package to the lookup response

**Numbers**
- Remove Sms capability property from HNO creation under version `/v2` of HNO API. **(breaking change)**
- Update required properties in LOA creation under version `/v2` of Authorization document API. **(breaking change)**
- Add hosted_number_order under version `/v2`.
- Update properties in Porting and Bulk Porting APIs. **(breaking change)**
- Added bulk Portability API under version `/v1`.
- Added Portability API under version `/v1`.

**Taskrouter**
- Add api to fetch task queue statistics for multiple TaskQueues

**Twiml**
- Add Google Voices and languages


[2023-07-04] Version 2.0.0-rc.0
---------------------------
- rc changes

[2023-06-01] Version 1.43.2
---------------------------
**Api**
Expand Down
Loading
Loading