bandwidth-sdk 17.1.1 → 17.3.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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +19 -15
  4. data/README.md +1 -0
  5. data/bandwidth.yml +139 -29
  6. data/coverage/.resultset.json +18 -9
  7. data/coverage/index.html +673 -573
  8. data/custom_templates/Gemfile.mustache +1 -1
  9. data/custom_templates/partial_anyof_module.mustache +135 -0
  10. data/docs/BusinessRegistrationIssuingCountryEnum.md +15 -0
  11. data/docs/LookupResult.md +2 -2
  12. data/docs/MessagesApi.md +1 -1
  13. data/docs/RbmActionBase.md +1 -1
  14. data/docs/RbmMessageMedia.md +1 -1
  15. data/docs/RbmSuggestionResponse.md +1 -1
  16. data/docs/TfvStatus.md +3 -1
  17. data/docs/TfvSubmissionInfo.md +3 -1
  18. data/docs/TollFreeVerificationApi.md +1 -1
  19. data/docs/VerificationRequest.md +7 -3
  20. data/docs/VerificationUpdateRequest.md +6 -2
  21. data/lib/bandwidth-sdk/api/messages_api.rb +2 -2
  22. data/lib/bandwidth-sdk/models/business_registration_issuing_country_enum.rb +51 -0
  23. data/lib/bandwidth-sdk/models/business_registration_type_enum.rb +17 -1
  24. data/lib/bandwidth-sdk/models/multi_channel_action.rb +23 -67
  25. data/lib/bandwidth-sdk/models/multi_channel_channel_list_request_object.rb +20 -67
  26. data/lib/bandwidth-sdk/models/multi_channel_channel_list_response_object.rb +20 -67
  27. data/lib/bandwidth-sdk/models/rbm_message_media.rb +4 -2
  28. data/lib/bandwidth-sdk/models/tfv_status.rb +39 -4
  29. data/lib/bandwidth-sdk/models/tfv_submission_info.rb +11 -3
  30. data/lib/bandwidth-sdk/models/verification_request.rb +66 -6
  31. data/lib/bandwidth-sdk/models/verification_update_request.rb +49 -6
  32. data/lib/bandwidth-sdk/version.rb +1 -1
  33. data/lib/bandwidth-sdk.rb +1 -0
  34. data/spec/smoke/multi_channel_api_spec.rb +236 -7
  35. data/spec/unit/api/toll_free_verification_api_spec.rb +8 -0
  36. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd76cc98439fafb3ac66d351ab751eb98999d4e9112f6f9af72d88e37dcfeb27
4
- data.tar.gz: 1422e600c22dddfa5a43cfa3bad323b64b8ee4725e24104c64bcb2554401717a
3
+ metadata.gz: c104607d4f93290aee6b7f6ddfae1b763e704869b461f9782a177630581a7b8b
4
+ data.tar.gz: 6e171382371ce86dd1685689a4d7bcb360e3f4232778b364e95117b0958cbe09
5
5
  SHA512:
6
- metadata.gz: fc46be7d44dd35866c10f228c4d586dd7f37fa1d09fc5332fddd3a91d2f3c1e386c49678d0eaee3fb0841142a1f0aeb494a658a224a120a69cd124d1e0865fea
7
- data.tar.gz: 91ec006f401c8b7a689ad8407b2d2225affff3d0ac1a7fca8c71ed1d4e332d026e713472b69db21efcf77a4439dc3b00104b4eabac5354f7d2dfbf75228b64a0
6
+ metadata.gz: 2492c79aa0113a31f75022987fa1e7a8be31c50960cfae79ff8efe35020bec55152b0b2d67137a1e732508bcf2f1dc455d9bfe14c41c4027995bf577db2c9097
7
+ data.tar.gz: 5f83bd244d36a7ced37bd7ff78d77286a1addae8a74f4f3640660953bb6d67e9d5d41b8b4460f6875187769aff19f166400599be33f0ef06585ad7fbba372fb2
data/Gemfile CHANGED
@@ -5,6 +5,6 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.2.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 1.52.0'
8
+ gem 'rubocop', '~> 1.82.0'
9
9
  gem 'simplecov', '~> 0.21.2'
10
10
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bandwidth-sdk (17.1.1)
4
+ bandwidth-sdk (17.3.0)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -17,7 +17,7 @@ GEM
17
17
  coderay (1.1.3)
18
18
  diff-lcs (1.6.2)
19
19
  docile (1.4.1)
20
- faraday (2.14.0)
20
+ faraday (2.14.1)
21
21
  faraday-net_http (>= 2.0, < 3.5)
22
22
  json
23
23
  logger
@@ -26,7 +26,9 @@ 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.18.0)
29
+ json (2.18.1)
30
+ language_server-protocol (3.17.0.5)
31
+ lint_roller (1.1.0)
30
32
  logger (1.7.0)
31
33
  marcel (1.1.0)
32
34
  method_source (1.1.0)
@@ -36,10 +38,10 @@ GEM
36
38
  ox (2.14.23)
37
39
  bigdecimal (>= 3.0)
38
40
  parallel (1.27.0)
39
- parser (3.3.10.1)
41
+ parser (3.3.10.2)
40
42
  ast (~> 2.4.1)
41
43
  racc
42
- prism (1.8.0)
44
+ prism (1.9.0)
43
45
  pry (0.16.0)
44
46
  coderay (~> 1.1)
45
47
  method_source (~> 1.0)
@@ -53,7 +55,6 @@ GEM
53
55
  regexp_parser (2.11.3)
54
56
  reline (0.6.3)
55
57
  io-console (~> 0.5)
56
- rexml (3.4.4)
57
58
  rspec (3.13.2)
58
59
  rspec-core (~> 3.13.0)
59
60
  rspec-expectations (~> 3.13.0)
@@ -66,17 +67,18 @@ GEM
66
67
  rspec-mocks (3.13.7)
67
68
  diff-lcs (>= 1.2.0, < 2.0)
68
69
  rspec-support (~> 3.13.0)
69
- rspec-support (3.13.6)
70
- rubocop (1.52.1)
70
+ rspec-support (3.13.7)
71
+ rubocop (1.82.1)
71
72
  json (~> 2.3)
73
+ language_server-protocol (~> 3.17.0.2)
74
+ lint_roller (~> 1.1.0)
72
75
  parallel (~> 1.10)
73
- parser (>= 3.2.2.3)
76
+ parser (>= 3.3.0.2)
74
77
  rainbow (>= 2.2.2, < 4.0)
75
- regexp_parser (>= 1.8, < 3.0)
76
- rexml (>= 3.2.5, < 4.0)
77
- rubocop-ast (>= 1.28.0, < 2.0)
78
+ regexp_parser (>= 2.9.3, < 3.0)
79
+ rubocop-ast (>= 1.48.0, < 2.0)
78
80
  ruby-progressbar (~> 1.7)
79
- unicode-display_width (>= 2.4.0, < 3.0)
81
+ unicode-display_width (>= 2.4.0, < 4.0)
80
82
  rubocop-ast (1.49.0)
81
83
  parser (>= 3.3.7.2)
82
84
  prism (~> 1.7)
@@ -87,7 +89,9 @@ GEM
87
89
  simplecov_json_formatter (~> 0.1)
88
90
  simplecov-html (0.13.2)
89
91
  simplecov_json_formatter (0.1.4)
90
- unicode-display_width (2.6.0)
92
+ unicode-display_width (3.2.0)
93
+ unicode-emoji (~> 4.1)
94
+ unicode-emoji (4.2.0)
91
95
  uri (1.1.1)
92
96
 
93
97
  PLATFORMS
@@ -99,7 +103,7 @@ DEPENDENCIES
99
103
  pry-byebug
100
104
  rake (~> 13.2.1)
101
105
  rspec (~> 3.6, >= 3.6.0)
102
- rubocop (~> 1.52.0)
106
+ rubocop (~> 1.82.0)
103
107
  simplecov (~> 0.21.2)
104
108
 
105
109
  BUNDLED WITH
data/README.md CHANGED
@@ -180,6 +180,7 @@ Class | Method | HTTP request | Description
180
180
  - [Bandwidth::BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
181
181
  - [Bandwidth::BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
182
182
  - [Bandwidth::BusinessEntityTypeEnum](docs/BusinessEntityTypeEnum.md)
183
+ - [Bandwidth::BusinessRegistrationIssuingCountryEnum](docs/BusinessRegistrationIssuingCountryEnum.md)
183
184
  - [Bandwidth::BusinessRegistrationTypeEnum](docs/BusinessRegistrationTypeEnum.md)
184
185
  - [Bandwidth::CallDirectionEnum](docs/CallDirectionEnum.md)
185
186
  - [Bandwidth::CallRecordingMetadata](docs/CallRecordingMetadata.md)
data/bandwidth.yml CHANGED
@@ -163,7 +163,13 @@ paths:
163
163
  /users/{accountId}/messages:
164
164
  get:
165
165
  summary: List Messages
166
- description: Returns a list of messages based on query parameters.
166
+ description: >
167
+ Returns a list of messages based on query parameters.
168
+
169
+
170
+ **Rate Limit:** This endpoint is rate limited to 3500 requests per 5
171
+ minutes per Source IP address. Exceeding the limit returns HTTP 429 with
172
+ a `Retry-After` header.
167
173
  operationId: listMessages
168
174
  tags:
169
175
  - Messages
@@ -207,10 +213,12 @@ paths:
207
213
  $ref: '#/components/responses/messagingForbiddenError'
208
214
  '404':
209
215
  $ref: '#/components/responses/messagingNotFoundError'
216
+ '405':
217
+ $ref: '#/components/responses/messagingMethodNotAllowedError'
210
218
  '415':
211
219
  $ref: '#/components/responses/messagingInvalidMediaTypeError'
212
220
  '429':
213
- $ref: '#/components/responses/messagingTooManyRequestsError'
221
+ $ref: '#/components/responses/listMessagesTooManyRequestsError'
214
222
  '500':
215
223
  $ref: '#/components/responses/messagingInternalServerError'
216
224
  post:
@@ -1476,7 +1484,7 @@ paths:
1476
1484
  $ref: '#/components/requestBodies/updateTollFreeVerificationRequestRequest'
1477
1485
  responses:
1478
1486
  '202':
1479
- description: Accepted
1487
+ $ref: '#/components/responses/verifyPutResponse'
1480
1488
  '400':
1481
1489
  $ref: '#/components/responses/tfvPostBadRequestResponse'
1482
1490
  '401':
@@ -2257,7 +2265,9 @@ components:
2257
2265
  type: object
2258
2266
  properties:
2259
2267
  media:
2260
- $ref: '#/components/schemas/rbmMessageContentFile'
2268
+ type: array
2269
+ items:
2270
+ $ref: '#/components/schemas/rbmMessageContentFile'
2261
2271
  suggestions:
2262
2272
  $ref: '#/components/schemas/multiChannelFullActions'
2263
2273
  required:
@@ -5818,38 +5828,106 @@ components:
5818
5828
  type: string
5819
5829
  businessRegistrationNumber:
5820
5830
  type: string
5821
- description: >-
5822
- US Federal Tax ID Number (EIN) or Canada Business Number (CBN). Optional
5823
- until early 2026. If a value is provided for this field, a value must be
5824
- provided for `businessRegistrationType` and `businessEntityType`.
5825
- Available starting October 1st, 2025.
5831
+ description: Government-issued business identifying number.
5826
5832
  nullable: true
5827
5833
  maxLength: 500
5828
5834
  example: 12-3456789
5829
5835
  businessRegistrationTypeEnum:
5830
5836
  type: string
5831
- description: >-
5832
- The type of business registration number. Optional until early 2026;
5833
- required if `businessRegistrationNumber` is provided. Available starting
5834
- October 1st, 2025.
5837
+ description: The type of business registration number.
5835
5838
  enum:
5836
5839
  - EIN
5837
5840
  - CBN
5841
+ - NEQ
5842
+ - PROVINCIAL_NUMBER
5843
+ - CRN
5844
+ - VAT
5845
+ - ACN
5846
+ - ABN
5847
+ - BRN
5848
+ - SIREN
5849
+ - SIRET
5850
+ - NZBN
5851
+ - UST_IDNR
5852
+ - CIF
5853
+ - NIF
5854
+ - CNPJ
5855
+ - UID
5856
+ - OTHER
5838
5857
  nullable: true
5858
+ businessRegistrationIssuingCountryEnum:
5859
+ type: string
5860
+ description: >-
5861
+ The country issuing the business registration in ISO-3166-1 alpha-3
5862
+ format.
5863
+
5864
+
5865
+ | Registration Type | Supported Countries |
5866
+
5867
+ |----------------------|------------------------------------|
5868
+
5869
+ | EIN | USA |
5870
+
5871
+ | CBN | CAN |
5872
+
5873
+ | NEQ | CAN |
5874
+
5875
+ | PROVINCIAL_NUMBER | CAN |
5876
+
5877
+ | CRN | GBR, HKG |
5878
+
5879
+ | VAT | GBR, IRL, BRA, NLD |
5880
+
5881
+ | ACN | AUS |
5882
+
5883
+ | ABN | AUS |
5884
+
5885
+ | BRN | HKG |
5886
+
5887
+ | SIREN | FRA |
5888
+
5889
+ | SIRET | FRA |
5890
+
5891
+ | NZBN | NZL |
5892
+
5893
+ | UST_IDNR | DEU |
5894
+
5895
+ | CIF | ESP |
5896
+
5897
+ | NIF | ESP |
5898
+
5899
+ | CNPJ | BRA |
5900
+
5901
+ | UID | CHE |
5902
+
5903
+ | OTHER | Must Provide Country Code |
5904
+ enum:
5905
+ - USA
5906
+ - CAN
5907
+ - HKG
5908
+ - GBR
5909
+ - IRL
5910
+ - BRA
5911
+ - NLD
5912
+ - AUS
5913
+ - FRA
5914
+ - NZL
5915
+ - DEU
5916
+ - ESP
5917
+ - CHE
5918
+ nullable: false
5839
5919
  businessEntityTypeEnum:
5840
5920
  type: string
5841
5921
  description: >-
5842
5922
  The type of registered business. If no option is applicable, please
5843
- provide "SOLE_PROPRIETOR" as a value. Optional until early 2026;
5844
- required if `businessRegistrationNumber` is provided. Available starting
5845
- October 1st, 2025.
5923
+ provide "SOLE_PROPRIETOR" as a value.
5846
5924
  enum:
5847
5925
  - SOLE_PROPRIETOR
5848
5926
  - PRIVATE_PROFIT
5849
5927
  - PUBLIC_PROFIT
5850
5928
  - NON_PROFIT
5851
5929
  - GOVERNMENT
5852
- nullable: true
5930
+ nullable: false
5853
5931
  helpMessageResponse:
5854
5932
  type: string
5855
5933
  description: A message that gets sent to users requesting help.
@@ -5875,7 +5953,6 @@ components:
5875
5953
  type: object
5876
5954
  internalTicketNumber:
5877
5955
  type: string
5878
- format: uuid
5879
5956
  description: >-
5880
5957
  Unique identifier (UUID) generated by Bandwidth to assist in tracking
5881
5958
  the verification status of a toll-free number - included in all webhook
@@ -5883,7 +5960,6 @@ components:
5883
5960
  example: acde070d-8c4c-4f0d-9d8a-162843c10333
5884
5961
  internalTicketNumberForWebhook:
5885
5962
  type: string
5886
- format: uuid
5887
5963
  description: >-
5888
5964
  Unique identifier (UUID) generated by Bandwidth to assist in tracking
5889
5965
  the verification status of a toll-free number.
@@ -5906,6 +5982,7 @@ components:
5906
5982
  - useCaseSummary
5907
5983
  - productionMessageContent
5908
5984
  - optInWorkflow
5985
+ - businessEntityType
5909
5986
  properties:
5910
5987
  businessAddress:
5911
5988
  $ref: '#/components/schemas/address'
@@ -5950,12 +6027,16 @@ components:
5950
6027
  $ref: '#/components/schemas/businessRegistrationNumber'
5951
6028
  businessRegistrationType:
5952
6029
  $ref: '#/components/schemas/businessRegistrationTypeEnum'
6030
+ businessRegistrationIssuingCountry:
6031
+ $ref: '#/components/schemas/businessRegistrationIssuingCountryEnum'
5953
6032
  businessEntityType:
5954
6033
  $ref: '#/components/schemas/businessEntityTypeEnum'
5955
6034
  helpMessageResponse:
5956
6035
  $ref: '#/components/schemas/helpMessageResponse'
5957
6036
  ageGatedContent:
5958
6037
  $ref: '#/components/schemas/ageGatedContent'
6038
+ cvToken:
6039
+ $ref: '#/components/schemas/cvTokenNullable'
5959
6040
  verificationUpdateRequest:
5960
6041
  type: object
5961
6042
  required:
@@ -6001,10 +6082,14 @@ components:
6001
6082
  $ref: '#/components/schemas/businessRegistrationTypeEnum'
6002
6083
  businessEntityType:
6003
6084
  $ref: '#/components/schemas/businessEntityTypeEnum'
6085
+ businessRegistrationIssuingCountry:
6086
+ $ref: '#/components/schemas/businessRegistrationIssuingCountryEnum'
6004
6087
  helpMessageResponse:
6005
6088
  $ref: '#/components/schemas/helpMessageResponse'
6006
6089
  ageGatedContent:
6007
6090
  $ref: '#/components/schemas/ageGatedContent'
6091
+ cvToken:
6092
+ $ref: '#/components/schemas/cvTokenNullable'
6008
6093
  tfvBasicAuthentication:
6009
6094
  type: object
6010
6095
  properties:
@@ -6456,6 +6541,8 @@ components:
6456
6541
  $ref: '#/components/schemas/blocked'
6457
6542
  blockedReason:
6458
6543
  $ref: '#/components/schemas/blockedReason'
6544
+ cvToken:
6545
+ $ref: '#/components/schemas/cvTokenNullable'
6459
6546
  tfvSubmissionInfo:
6460
6547
  type: object
6461
6548
  properties:
@@ -6489,20 +6576,12 @@ components:
6489
6576
  $ref: '#/components/schemas/businessDba'
6490
6577
  businessRegistrationNumber:
6491
6578
  $ref: '#/components/schemas/businessRegistrationNumber'
6492
- description: >-
6493
- US Federal Tax ID Number (EIN) or Canada Business Number (CBN).
6494
- Available starting October 1st, 2025.
6495
6579
  businessRegistrationType:
6496
6580
  $ref: '#/components/schemas/businessRegistrationTypeEnum'
6497
- description: >-
6498
- The type of business registration number. Available starting October
6499
- 1st, 2025.
6581
+ businessRegistrationIssuingCountry:
6582
+ $ref: '#/components/schemas/businessRegistrationIssuingCountryEnum'
6500
6583
  businessEntityType:
6501
6584
  $ref: '#/components/schemas/businessEntityTypeEnum'
6502
- description: >-
6503
- The type of registered business. If no option is applicable, please
6504
- provide "SOLE_PROPRIETOR" as a value. Available starting October
6505
- 1st, 2025.
6506
6585
  tfvStatusEnum:
6507
6586
  type: string
6508
6587
  enum:
@@ -6520,6 +6599,18 @@ components:
6520
6599
  nullable: true
6521
6600
  pattern: ^[ -~]{16,64}$
6522
6601
  type: string
6602
+ cvTokenNullable:
6603
+ type: string
6604
+ description: >-
6605
+ The token provided by Campaign Verify to validate your political use
6606
+ case. Only required for 527 political organizations. If you are not a
6607
+ 527 political organization, this field should be omitted. Supplying an
6608
+ empty string will likely result in rejection.
6609
+ minLength: 0
6610
+ maxLength: 500
6611
+ nullable: true
6612
+ example: >-
6613
+ cv.user123|sess456|mno|tfree|read_write|X7yZ9aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVw
6523
6614
  responses:
6524
6615
  createMessageResponse:
6525
6616
  description: Accepted
@@ -6734,6 +6825,23 @@ components:
6734
6825
  - type: internal-server-error
6735
6826
  description: Internal server error. No further information available
6736
6827
  source: {}
6828
+ listMessagesTooManyRequestsError:
6829
+ description: Too Many Requests
6830
+ headers:
6831
+ Retry-After:
6832
+ description: The number of seconds to wait before retrying the request.
6833
+ schema:
6834
+ type: integer
6835
+ example: 300
6836
+ content:
6837
+ application/json:
6838
+ schema:
6839
+ $ref: '#/components/schemas/messagingRequestError'
6840
+ example:
6841
+ type: rate_limit_exceeded
6842
+ description: >-
6843
+ Rate limit exceeded. Wait for Retry-After time before sending
6844
+ another request.
6737
6845
  createCallResponse:
6738
6846
  description: Created
6739
6847
  headers:
@@ -7171,6 +7279,8 @@ components:
7171
7279
  example:
7172
7280
  description: Service Unavailable Error.
7173
7281
  type: Service Unavailable
7282
+ verifyPutResponse:
7283
+ description: Accepted
7174
7284
  parameters:
7175
7285
  accountId:
7176
7286
  in: path
@@ -199,6 +199,7 @@
199
199
  1,
200
200
  1,
201
201
  1,
202
+ 1,
202
203
  null,
203
204
  null,
204
205
  1,
@@ -795,13 +796,13 @@
795
796
  null,
796
797
  null,
797
798
  1,
798
- 438,
799
+ 444,
799
800
  null,
800
801
  45,
801
802
  null,
802
803
  8,
803
804
  null,
804
- 264,
805
+ 267,
805
806
  null,
806
807
  21,
807
808
  null,
@@ -828,8 +829,8 @@
828
829
  null,
829
830
  null,
830
831
  null,
831
- 82,
832
- 82,
832
+ 85,
833
+ 85,
833
834
  null,
834
835
  null,
835
836
  null,
@@ -850,16 +851,16 @@
850
851
  null,
851
852
  null,
852
853
  1,
853
- 203,
854
+ 211,
854
855
  20,
855
- 194,
856
+ 202,
856
857
  5,
857
858
  14,
858
859
  null,
859
- 189,
860
+ 197,
860
861
  10,
861
862
  null,
862
- 179,
863
+ 187,
863
864
  null,
864
865
  null,
865
866
  null,
@@ -8606,6 +8607,10 @@
8606
8607
  null,
8607
8608
  null,
8608
8609
  null,
8610
+ null,
8611
+ null,
8612
+ null,
8613
+ null,
8609
8614
  6,
8610
8615
  8,
8611
8616
  null,
@@ -8692,6 +8697,10 @@
8692
8697
  1,
8693
8698
  1,
8694
8699
  1,
8700
+ 1,
8701
+ 1,
8702
+ 1,
8703
+ 1,
8695
8704
  null,
8696
8705
  null,
8697
8706
  1,
@@ -11658,6 +11667,6 @@
11658
11667
  ]
11659
11668
  }
11660
11669
  },
11661
- "timestamp": 1769537437
11670
+ "timestamp": 1771970067
11662
11671
  }
11663
11672
  }