bandwidth-sdk 17.3.0 → 17.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/Gemfile.lock +6 -6
- data/bandwidth.yml +175 -31
- data/coverage/.resultset.json +5 -13
- data/coverage/index.html +69 -165
- data/docs/Callback.md +1 -0
- data/docs/InboundCallbackMessage.md +1 -1
- data/docs/LookupErrorSchema.md +3 -3
- data/docs/LookupResult.md +4 -2
- data/docs/Media.md +2 -2
- data/docs/Message.md +1 -1
- data/docs/MessageRequest.md +1 -1
- data/docs/MultiChannelChannelListMMSObject.md +1 -1
- data/docs/MultiChannelChannelListMMSResponseObject.md +1 -1
- data/docs/MultiChannelChannelListObjectBase.md +1 -1
- data/docs/MultiChannelChannelListRBMObject.md +1 -1
- data/docs/MultiChannelChannelListRBMResponseObject.md +1 -1
- data/docs/MultiChannelChannelListRequestObject.md +1 -1
- data/docs/MultiChannelChannelListResponseObject.md +1 -1
- data/docs/MultiChannelChannelListSMSObject.md +1 -1
- data/docs/MultiChannelChannelListSMSResponseObject.md +1 -1
- data/docs/RbmActionBase.md +1 -1
- data/docs/RbmSuggestionResponse.md +1 -1
- data/docs/StatusCallbackMessage.md +1 -1
- data/docs/TfvSubmissionInfo.md +1 -1
- data/docs/VerificationRequest.md +1 -1
- data/docs/VerificationUpdateRequest.md +1 -1
- data/lib/bandwidth-sdk/models/business_registration_issuing_country_enum.rb +5 -1
- data/lib/bandwidth-sdk/models/callback.rb +1 -0
- data/lib/bandwidth-sdk/models/inbound_callback_message.rb +1 -1
- data/lib/bandwidth-sdk/models/latest_message_delivery_status_enum.rb +2 -1
- data/lib/bandwidth-sdk/models/lookup_error_schema.rb +51 -0
- data/lib/bandwidth-sdk/models/lookup_result.rb +15 -5
- data/lib/bandwidth-sdk/models/message.rb +1 -1
- data/lib/bandwidth-sdk/models/message_request.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb +1 -1
- data/lib/bandwidth-sdk/models/status_callback_message.rb +1 -1
- data/lib/bandwidth-sdk/models/tfv_submission_info.rb +58 -1
- data/lib/bandwidth-sdk/models/verification_request.rb +58 -1
- data/lib/bandwidth-sdk/models/verification_update_request.rb +58 -1
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/spec/smoke/phone_number_lookup_api_spec.rb +0 -2
- data/spec/unit/api/phone_number_lookup_api_spec.rb +0 -8
- metadata +45 -45
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a361e879b7e9eb3f73da743085677f7bb58c0b8b8ce1fa3e487e701e7fed01ba
|
|
4
|
+
data.tar.gz: f282c45a88a4c7d0a783952f3e9474b3e1b0e0802d44c7c4ca43adec07fab1cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88b3ef75dbb38c6bc292fb581b0f287d276e93a439ad93e6a2683a6ba96d48be2affc4b5b0a4e5106928f9b34ad58b08048440e6175c39815e31df0ef2bcf709
|
|
7
|
+
data.tar.gz: 333ff1bf89dcea46a87f3f30e0ed374895ebcf06846b54c77d2cf1ada046ebfafe9b4a256b49886458b67e89ee2f6efe476d095024dadd734078a0c5ce2d0cd6
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bandwidth-sdk (17.3.
|
|
4
|
+
bandwidth-sdk (17.3.2)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
marcel
|
|
@@ -11,7 +11,7 @@ GEM
|
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
13
|
ast (2.4.3)
|
|
14
|
-
bigdecimal (4.0
|
|
14
|
+
bigdecimal (4.1.0)
|
|
15
15
|
byebug (13.0.0)
|
|
16
16
|
reline (>= 0.6.0)
|
|
17
17
|
coderay (1.1.3)
|
|
@@ -26,7 +26,7 @@ GEM
|
|
|
26
26
|
faraday-net_http (3.4.2)
|
|
27
27
|
net-http (~> 0.5)
|
|
28
28
|
io-console (0.8.2)
|
|
29
|
-
json (2.
|
|
29
|
+
json (2.19.3)
|
|
30
30
|
language_server-protocol (3.17.0.5)
|
|
31
31
|
lint_roller (1.1.0)
|
|
32
32
|
logger (1.7.0)
|
|
@@ -38,7 +38,7 @@ GEM
|
|
|
38
38
|
ox (2.14.23)
|
|
39
39
|
bigdecimal (>= 3.0)
|
|
40
40
|
parallel (1.27.0)
|
|
41
|
-
parser (3.3.
|
|
41
|
+
parser (3.3.11.1)
|
|
42
42
|
ast (~> 2.4.1)
|
|
43
43
|
racc
|
|
44
44
|
prism (1.9.0)
|
|
@@ -64,7 +64,7 @@ GEM
|
|
|
64
64
|
rspec-expectations (3.13.5)
|
|
65
65
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
66
66
|
rspec-support (~> 3.13.0)
|
|
67
|
-
rspec-mocks (3.13.
|
|
67
|
+
rspec-mocks (3.13.8)
|
|
68
68
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
69
|
rspec-support (~> 3.13.0)
|
|
70
70
|
rspec-support (3.13.7)
|
|
@@ -79,7 +79,7 @@ GEM
|
|
|
79
79
|
rubocop-ast (>= 1.48.0, < 2.0)
|
|
80
80
|
ruby-progressbar (~> 1.7)
|
|
81
81
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
82
|
-
rubocop-ast (1.49.
|
|
82
|
+
rubocop-ast (1.49.1)
|
|
83
83
|
parser (>= 3.3.7.2)
|
|
84
84
|
prism (~> 1.7)
|
|
85
85
|
ruby-progressbar (1.13.0)
|
data/bandwidth.yml
CHANGED
|
@@ -1696,7 +1696,7 @@ components:
|
|
|
1696
1696
|
type: string
|
|
1697
1697
|
description: >-
|
|
1698
1698
|
The ID of the Application your from number or senderId is associated
|
|
1699
|
-
with in the Bandwidth
|
|
1699
|
+
with in the Bandwidth App.
|
|
1700
1700
|
example: 93de2206-9669-4e07-948d-329f4b722ee2
|
|
1701
1701
|
priorityEnum:
|
|
1702
1702
|
type: string
|
|
@@ -1956,8 +1956,10 @@ components:
|
|
|
1956
1956
|
type: string
|
|
1957
1957
|
contentLength:
|
|
1958
1958
|
type: integer
|
|
1959
|
+
example: 1024
|
|
1959
1960
|
mediaName:
|
|
1960
1961
|
type: string
|
|
1962
|
+
example: image.png
|
|
1961
1963
|
segmentCount:
|
|
1962
1964
|
type: integer
|
|
1963
1965
|
description: >-
|
|
@@ -2744,6 +2746,7 @@ components:
|
|
|
2744
2746
|
discriminator:
|
|
2745
2747
|
propertyName: type
|
|
2746
2748
|
mapping:
|
|
2749
|
+
message-sending: '#/components/schemas/statusCallback'
|
|
2747
2750
|
message-sent: '#/components/schemas/statusCallback'
|
|
2748
2751
|
message-delivered: '#/components/schemas/statusCallback'
|
|
2749
2752
|
message-failed: '#/components/schemas/statusCallback'
|
|
@@ -5510,10 +5513,14 @@ components:
|
|
|
5510
5513
|
|
|
5511
5514
|
- UNKNOWN: Bandwidth cannot find an delivery status entry for the
|
|
5512
5515
|
number.
|
|
5516
|
+
|
|
5517
|
+
- NOT_ENABLED: The phone number is not enabled for messaging, so there
|
|
5518
|
+
is no delivery status information.
|
|
5513
5519
|
enum:
|
|
5514
5520
|
- ACTIVE
|
|
5515
5521
|
- DEACTIVATED
|
|
5516
5522
|
- UNKNOWN
|
|
5523
|
+
- NOT_ENABLED
|
|
5517
5524
|
lineTypeEnum:
|
|
5518
5525
|
type: string
|
|
5519
5526
|
enum:
|
|
@@ -5545,6 +5552,10 @@ components:
|
|
|
5545
5552
|
example: GET
|
|
5546
5553
|
lookupErrorSchema:
|
|
5547
5554
|
type: object
|
|
5555
|
+
required:
|
|
5556
|
+
- code
|
|
5557
|
+
- type
|
|
5558
|
+
- description
|
|
5548
5559
|
properties:
|
|
5549
5560
|
code:
|
|
5550
5561
|
type: string
|
|
@@ -5692,6 +5703,39 @@ components:
|
|
|
5692
5703
|
type: array
|
|
5693
5704
|
items:
|
|
5694
5705
|
$ref: '#/components/schemas/lookupErrorSchema'
|
|
5706
|
+
rcsErrorEnum:
|
|
5707
|
+
type: string
|
|
5708
|
+
description: >-
|
|
5709
|
+
[RCS-Only](#section/RCS-Only). Error encountered during RCS capability
|
|
5710
|
+
lookup. Appears as the `code` field in the top-level `errors` array.
|
|
5711
|
+
|
|
5712
|
+
|
|
5713
|
+
**RCS service pass-through codes:**
|
|
5714
|
+
|
|
5715
|
+
- `REQUEST_FAILED`: The RCS service returned this error code.
|
|
5716
|
+
|
|
5717
|
+
- `UNKNOWN_CODE`: The RCS service returned this error code.
|
|
5718
|
+
|
|
5719
|
+
- `INVALID_DESTINATION_ADDRESS`: The RCS service returned this error
|
|
5720
|
+
code.
|
|
5721
|
+
|
|
5722
|
+
- `UNKNOWN_STATUS: <code>`: The RCS service returned an unrecognized
|
|
5723
|
+
status code, where `<code>` is the raw value.
|
|
5724
|
+
|
|
5725
|
+
|
|
5726
|
+
**Service-level errors:**
|
|
5727
|
+
|
|
5728
|
+
- `MISSING_FROM_RESPONSE`: The phone number was absent from the RCS
|
|
5729
|
+
service response.
|
|
5730
|
+
|
|
5731
|
+
- `RCS_SERVICE_UNAVAILABLE`: An exception was thrown during the async
|
|
5732
|
+
RCS service call.
|
|
5733
|
+
|
|
5734
|
+
- `RCS_SERVICE_DISABLED`: RCS lookup is disabled in configuration.
|
|
5735
|
+
|
|
5736
|
+
- `EMPTY_RESPONSE`: The RCS service returned a null or empty response
|
|
5737
|
+
body.
|
|
5738
|
+
example: RCS_SERVICE_UNAVAILABLE
|
|
5695
5739
|
lookupResult:
|
|
5696
5740
|
type: object
|
|
5697
5741
|
description: Carrier information results for the specified telephone number.
|
|
@@ -5750,13 +5794,21 @@ components:
|
|
|
5750
5794
|
format: date
|
|
5751
5795
|
description: >-
|
|
5752
5796
|
[DNI-Only](#section/DNI-Only). The date bandwidth last received
|
|
5753
|
-
delivery status information for this phone number.
|
|
5797
|
+
delivery status information for this phone number.
|
|
5754
5798
|
|
|
5755
5799
|
Use this field to understand how up-to-date the
|
|
5756
5800
|
`latestMessageDeliveryStatus` is.
|
|
5757
5801
|
|
|
5758
5802
|
Value resets every time the `latestMessageDeliveryStatus` changes.
|
|
5759
5803
|
example: '2025-06-21'
|
|
5804
|
+
rcsEnabled:
|
|
5805
|
+
type: boolean
|
|
5806
|
+
description: >
|
|
5807
|
+
[RCS-Only](#section/RCS-Only). Indicates whether the phone number is
|
|
5808
|
+
capable of receiving RCS messages. Value will be null if account has
|
|
5809
|
+
RCS, but no value was returned. Absent when account does not have
|
|
5810
|
+
RCS.
|
|
5811
|
+
example: true
|
|
5760
5812
|
accountId1:
|
|
5761
5813
|
type: string
|
|
5762
5814
|
description: User's account ID.
|
|
@@ -5816,25 +5868,36 @@ components:
|
|
|
5816
5868
|
type: string
|
|
5817
5869
|
privacyPolicyUrl:
|
|
5818
5870
|
description: The Toll-Free Verification request privacy policy URL.
|
|
5871
|
+
maxLength: 500
|
|
5819
5872
|
example: http://your-company.com/privacyPolicy
|
|
5820
5873
|
type: string
|
|
5821
5874
|
termsAndConditionsUrl:
|
|
5822
5875
|
description: The Toll-Free Verification request terms and conditions policy URL.
|
|
5876
|
+
maxLength: 500
|
|
5823
5877
|
example: http://your-company.com/termsAndConditions
|
|
5824
5878
|
type: string
|
|
5825
5879
|
businessDba:
|
|
5826
5880
|
description: The company 'Doing Business As'.
|
|
5881
|
+
maxLength: 500
|
|
5827
5882
|
example: Another Company Name Inc.
|
|
5828
5883
|
type: string
|
|
5829
5884
|
businessRegistrationNumber:
|
|
5830
5885
|
type: string
|
|
5831
|
-
description:
|
|
5886
|
+
description: >
|
|
5887
|
+
Government-issued business identifying number.
|
|
5888
|
+
|
|
5889
|
+
|
|
5890
|
+
**Note:** If this field is provided, it is strongly recommended to also
|
|
5891
|
+
provide `businessRegistrationType` and
|
|
5892
|
+
`businessRegistrationIssuingCountry`. Submissions missing these fields
|
|
5893
|
+
have a high likelihood of rejection.
|
|
5832
5894
|
nullable: true
|
|
5833
5895
|
maxLength: 500
|
|
5834
5896
|
example: 12-3456789
|
|
5835
5897
|
businessRegistrationTypeEnum:
|
|
5836
5898
|
type: string
|
|
5837
|
-
description:
|
|
5899
|
+
description: |
|
|
5900
|
+
The type of business registration number.
|
|
5838
5901
|
enum:
|
|
5839
5902
|
- EIN
|
|
5840
5903
|
- CBN
|
|
@@ -5854,12 +5917,22 @@ components:
|
|
|
5854
5917
|
- CNPJ
|
|
5855
5918
|
- UID
|
|
5856
5919
|
- OTHER
|
|
5920
|
+
example: EIN
|
|
5857
5921
|
nullable: true
|
|
5858
5922
|
businessRegistrationIssuingCountryEnum:
|
|
5859
5923
|
type: string
|
|
5860
5924
|
description: >-
|
|
5861
5925
|
The country issuing the business registration in ISO-3166-1 alpha-3
|
|
5862
|
-
format.
|
|
5926
|
+
format. Alpha-2 country codes are acceptable, but the application will
|
|
5927
|
+
convert them to alpha-3 when received, so alpha-3 is encouraged.
|
|
5928
|
+
|
|
5929
|
+
|
|
5930
|
+
**Note:** If this field is omitted but `businessRegistrationType` is
|
|
5931
|
+
provided, the application will attempt to infer the country based on the
|
|
5932
|
+
registration type. However, if the application cannot confidently infer
|
|
5933
|
+
the country, the submission may be rejected. To ensure the highest
|
|
5934
|
+
likelihood of acceptance, it is recommended to provide both
|
|
5935
|
+
`businessRegistrationType` and `businessRegistrationIssuingCountry`.
|
|
5863
5936
|
|
|
5864
5937
|
|
|
5865
5938
|
| Registration Type | Supported Countries |
|
|
@@ -5915,18 +5988,23 @@ components:
|
|
|
5915
5988
|
- DEU
|
|
5916
5989
|
- ESP
|
|
5917
5990
|
- CHE
|
|
5991
|
+
- CYP
|
|
5992
|
+
- IND
|
|
5993
|
+
- CHN
|
|
5994
|
+
- BGR
|
|
5995
|
+
example: USA
|
|
5918
5996
|
nullable: false
|
|
5919
5997
|
businessEntityTypeEnum:
|
|
5920
5998
|
type: string
|
|
5921
|
-
description:
|
|
5922
|
-
The type of registered business.
|
|
5923
|
-
provide "SOLE_PROPRIETOR" as a value.
|
|
5999
|
+
description: |
|
|
6000
|
+
The type of registered business.
|
|
5924
6001
|
enum:
|
|
5925
6002
|
- SOLE_PROPRIETOR
|
|
5926
6003
|
- PRIVATE_PROFIT
|
|
5927
6004
|
- PUBLIC_PROFIT
|
|
5928
6005
|
- NON_PROFIT
|
|
5929
6006
|
- GOVERNMENT
|
|
6007
|
+
example: PRIVATE_PROFIT
|
|
5930
6008
|
nullable: false
|
|
5931
6009
|
helpMessageResponse:
|
|
5932
6010
|
type: string
|
|
@@ -6576,10 +6654,14 @@ components:
|
|
|
6576
6654
|
$ref: '#/components/schemas/businessDba'
|
|
6577
6655
|
businessRegistrationNumber:
|
|
6578
6656
|
$ref: '#/components/schemas/businessRegistrationNumber'
|
|
6657
|
+
description: Government-issued business identifying number.
|
|
6579
6658
|
businessRegistrationType:
|
|
6580
6659
|
$ref: '#/components/schemas/businessRegistrationTypeEnum'
|
|
6581
6660
|
businessRegistrationIssuingCountry:
|
|
6582
6661
|
$ref: '#/components/schemas/businessRegistrationIssuingCountryEnum'
|
|
6662
|
+
description: >-
|
|
6663
|
+
The country issuing the business registration in ISO-3166-1 alpha-3
|
|
6664
|
+
format.
|
|
6583
6665
|
businessEntityType:
|
|
6584
6666
|
$ref: '#/components/schemas/businessEntityTypeEnum'
|
|
6585
6667
|
tfvStatusEnum:
|
|
@@ -7112,6 +7194,10 @@ components:
|
|
|
7112
7194
|
$ref: '#/components/examples/lookupCompleteWithDniExample'
|
|
7113
7195
|
lookupCompleteExample:
|
|
7114
7196
|
$ref: '#/components/examples/lookupCompleteExample'
|
|
7197
|
+
lookupCompleteWithRcsExample:
|
|
7198
|
+
$ref: '#/components/examples/lookupCompleteWithRcsExample'
|
|
7199
|
+
lookupCompleteWithRcsErrorExample:
|
|
7200
|
+
$ref: '#/components/examples/lookupCompleteWithRcsErrorExample'
|
|
7115
7201
|
lookupPartialExample:
|
|
7116
7202
|
$ref: '#/components/examples/lookupPartialExample'
|
|
7117
7203
|
lookupFailedExample:
|
|
@@ -7123,8 +7209,8 @@ components:
|
|
|
7123
7209
|
schema:
|
|
7124
7210
|
$ref: '#/components/schemas/createAsyncBulkLookupResponse'
|
|
7125
7211
|
examples:
|
|
7126
|
-
|
|
7127
|
-
$ref: '#/components/examples/
|
|
7212
|
+
lookupAcceptedExample:
|
|
7213
|
+
$ref: '#/components/examples/lookupAcceptedExample'
|
|
7128
7214
|
getAsyncBulkLookupResponse:
|
|
7129
7215
|
description: OK
|
|
7130
7216
|
content:
|
|
@@ -8012,25 +8098,32 @@ components:
|
|
|
8012
8098
|
phoneNumbers:
|
|
8013
8099
|
- '+19196104423'
|
|
8014
8100
|
- '+19196104424'
|
|
8015
|
-
|
|
8016
|
-
summary: Numbers Lookup
|
|
8101
|
+
lookupAcceptedExample:
|
|
8102
|
+
summary: Numbers Lookup Accepted
|
|
8017
8103
|
value:
|
|
8018
8104
|
links:
|
|
8019
|
-
- href:
|
|
8020
|
-
|
|
8105
|
+
- href: >-
|
|
8106
|
+
/accounts/9912345/phoneNumberLookup/bulk/004223a0-8b17-41b1-bf81-20732adf5590
|
|
8107
|
+
rel: createdRequest
|
|
8021
8108
|
method: GET
|
|
8022
8109
|
data:
|
|
8023
8110
|
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8024
8111
|
status: IN_PROGRESS
|
|
8025
8112
|
results: []
|
|
8026
8113
|
errors: []
|
|
8114
|
+
lookupInProgressExample:
|
|
8115
|
+
summary: Numbers Lookup In Progress
|
|
8116
|
+
value:
|
|
8117
|
+
links: []
|
|
8118
|
+
data:
|
|
8119
|
+
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8120
|
+
status: IN_PROGRESS
|
|
8121
|
+
results: []
|
|
8122
|
+
errors: []
|
|
8027
8123
|
lookupFailedExample:
|
|
8028
8124
|
summary: Numbers Lookup Failed
|
|
8029
8125
|
value:
|
|
8030
|
-
links:
|
|
8031
|
-
- href: href
|
|
8032
|
-
rel: rel
|
|
8033
|
-
method: GET
|
|
8126
|
+
links: []
|
|
8034
8127
|
data:
|
|
8035
8128
|
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8036
8129
|
status: FAILED
|
|
@@ -8047,10 +8140,7 @@ components:
|
|
|
8047
8140
|
lookupPartialExample:
|
|
8048
8141
|
summary: Numbers Lookup Partial Complete
|
|
8049
8142
|
value:
|
|
8050
|
-
links:
|
|
8051
|
-
- href: href
|
|
8052
|
-
rel: rel
|
|
8053
|
-
method: GET
|
|
8143
|
+
links: []
|
|
8054
8144
|
data:
|
|
8055
8145
|
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8056
8146
|
status: PARTIAL_COMPLETE
|
|
@@ -8077,10 +8167,7 @@ components:
|
|
|
8077
8167
|
lookupCompleteExample:
|
|
8078
8168
|
summary: Numbers Lookup Complete (without DNI)
|
|
8079
8169
|
value:
|
|
8080
|
-
links:
|
|
8081
|
-
- href: href
|
|
8082
|
-
rel: rel
|
|
8083
|
-
method: GET
|
|
8170
|
+
links: []
|
|
8084
8171
|
data:
|
|
8085
8172
|
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8086
8173
|
status: COMPLETE
|
|
@@ -8099,10 +8186,7 @@ components:
|
|
|
8099
8186
|
lookupCompleteWithDniExample:
|
|
8100
8187
|
summary: Numbers Lookup Complete (with DNI)
|
|
8101
8188
|
value:
|
|
8102
|
-
links:
|
|
8103
|
-
- href: href
|
|
8104
|
-
rel: rel
|
|
8105
|
-
method: GET
|
|
8189
|
+
links: []
|
|
8106
8190
|
data:
|
|
8107
8191
|
requestId: 20732adf-bf81-8b17-41b1-004223a05590
|
|
8108
8192
|
status: COMPLETE
|
|
@@ -8117,7 +8201,7 @@ components:
|
|
|
8117
8201
|
latestMessageDeliveryStatusDate: '2025-05-18'
|
|
8118
8202
|
- phoneNumber: '+10072904498'
|
|
8119
8203
|
countryCodeA3: USA
|
|
8120
|
-
lineType:
|
|
8204
|
+
lineType: MOBILE
|
|
8121
8205
|
voiceProvider: VERIZON
|
|
8122
8206
|
latestMessageDeliveryStatus: DEACTIVATED
|
|
8123
8207
|
initialMessageDeliveryStatusDate: '2025-09-05'
|
|
@@ -8131,7 +8215,67 @@ components:
|
|
|
8131
8215
|
deactivationDate: '2025-09-29 01:23:00'
|
|
8132
8216
|
deactivationEvent: DEACTIVATED
|
|
8133
8217
|
latestMessageDeliveryStatus: UNKNOWN
|
|
8218
|
+
- phoneNumber: '+10072904500'
|
|
8219
|
+
lineType: FIXED
|
|
8220
|
+
countryCodeA3: USA
|
|
8221
|
+
voiceProvider: VERIZON
|
|
8222
|
+
deactivationReporter: Verizon Wireless
|
|
8223
|
+
deactivationDate: '2025-09-29 01:23:00'
|
|
8224
|
+
deactivationEvent: DEACTIVATED
|
|
8225
|
+
latestMessageDeliveryStatus: NOT_ENABLED
|
|
8226
|
+
errors: []
|
|
8227
|
+
lookupCompleteWithRcsExample:
|
|
8228
|
+
summary: Numbers Lookup Complete (with RCS)
|
|
8229
|
+
value:
|
|
8230
|
+
links: []
|
|
8231
|
+
data:
|
|
8232
|
+
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8233
|
+
status: COMPLETE
|
|
8234
|
+
results:
|
|
8235
|
+
- phoneNumber: '+10072904497'
|
|
8236
|
+
lineType: MOBILE
|
|
8237
|
+
messagingProvider: Verizon Wireless
|
|
8238
|
+
voiceProvider: Verizon Wireless
|
|
8239
|
+
countryCodeA3: USA
|
|
8240
|
+
rcsEnabled: true
|
|
8241
|
+
- phoneNumber: '+10072904498'
|
|
8242
|
+
lineType: MOBILE
|
|
8243
|
+
messagingProvider: T-Mobile USA
|
|
8244
|
+
voiceProvider: T-Mobile USA
|
|
8245
|
+
countryCodeA3: USA
|
|
8246
|
+
rcsEnabled: false
|
|
8134
8247
|
errors: []
|
|
8248
|
+
lookupCompleteWithRcsErrorExample:
|
|
8249
|
+
summary: Numbers Lookup Complete (with RCS error)
|
|
8250
|
+
value:
|
|
8251
|
+
links: []
|
|
8252
|
+
data:
|
|
8253
|
+
requestId: 004223a0-8b17-41b1-bf81-20732adf5590
|
|
8254
|
+
status: COMPLETE
|
|
8255
|
+
results:
|
|
8256
|
+
- phoneNumber: '+10072904497'
|
|
8257
|
+
lineType: MOBILE
|
|
8258
|
+
messagingProvider: Verizon Wireless
|
|
8259
|
+
voiceProvider: Verizon Wireless
|
|
8260
|
+
countryCodeA3: USA
|
|
8261
|
+
- phoneNumber: '+10072904498'
|
|
8262
|
+
lineType: MOBILE
|
|
8263
|
+
messagingProvider: T-Mobile USA
|
|
8264
|
+
voiceProvider: T-Mobile USA
|
|
8265
|
+
countryCodeA3: USA
|
|
8266
|
+
errors:
|
|
8267
|
+
- code: RCS_SERVICE_UNAVAILABLE
|
|
8268
|
+
type: rcs-error
|
|
8269
|
+
description: An exception was thrown during the async RCS service call.
|
|
8270
|
+
meta:
|
|
8271
|
+
phoneNumbers:
|
|
8272
|
+
- '+10072904497'
|
|
8273
|
+
- code: MISSING_FROM_RESPONSE
|
|
8274
|
+
type: rcs-error
|
|
8275
|
+
description: The phone number was absent from the RCS service response.
|
|
8276
|
+
meta:
|
|
8277
|
+
phoneNumbers:
|
|
8278
|
+
- '+10072904498'
|
|
8135
8279
|
badRequestExample:
|
|
8136
8280
|
summary: Example Bad Request Error
|
|
8137
8281
|
value:
|
data/coverage/.resultset.json
CHANGED
|
@@ -796,13 +796,13 @@
|
|
|
796
796
|
null,
|
|
797
797
|
null,
|
|
798
798
|
1,
|
|
799
|
-
|
|
799
|
+
454,
|
|
800
800
|
null,
|
|
801
801
|
45,
|
|
802
802
|
null,
|
|
803
803
|
8,
|
|
804
804
|
null,
|
|
805
|
-
|
|
805
|
+
271,
|
|
806
806
|
null,
|
|
807
807
|
21,
|
|
808
808
|
null,
|
|
@@ -829,8 +829,8 @@
|
|
|
829
829
|
null,
|
|
830
830
|
null,
|
|
831
831
|
null,
|
|
832
|
-
|
|
833
|
-
|
|
832
|
+
91,
|
|
833
|
+
91,
|
|
834
834
|
null,
|
|
835
835
|
null,
|
|
836
836
|
null,
|
|
@@ -8116,10 +8116,6 @@
|
|
|
8116
8116
|
1,
|
|
8117
8117
|
1,
|
|
8118
8118
|
1,
|
|
8119
|
-
1,
|
|
8120
|
-
1,
|
|
8121
|
-
1,
|
|
8122
|
-
1,
|
|
8123
8119
|
null,
|
|
8124
8120
|
null,
|
|
8125
8121
|
null,
|
|
@@ -8143,10 +8139,6 @@
|
|
|
8143
8139
|
1,
|
|
8144
8140
|
1,
|
|
8145
8141
|
1,
|
|
8146
|
-
1,
|
|
8147
|
-
1,
|
|
8148
|
-
1,
|
|
8149
|
-
1,
|
|
8150
8142
|
null,
|
|
8151
8143
|
null,
|
|
8152
8144
|
null
|
|
@@ -11667,6 +11659,6 @@
|
|
|
11667
11659
|
]
|
|
11668
11660
|
}
|
|
11669
11661
|
},
|
|
11670
|
-
"timestamp":
|
|
11662
|
+
"timestamp": 1774988735
|
|
11671
11663
|
}
|
|
11672
11664
|
}
|