bandwidth-sdk 17.0.0 → 17.0.1
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 +3 -3
- data/README.md +11 -3
- data/bandwidth.yml +78 -22
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +115 -96
- data/coverage/index.html +660 -390
- data/docs/MultiChannelAction.md +32 -81
- data/docs/MultiChannelApi.md +1 -1
- data/docs/{MultiChannelChannelListObject.md → MultiChannelChannelListMMSObject.md} +3 -3
- data/docs/{MultiChannelMessageResponseDataChannelListInner.md → MultiChannelChannelListMMSResponseObject.md} +3 -3
- data/docs/MultiChannelChannelListObjectBase.md +22 -0
- data/docs/MultiChannelChannelListOwnerObject.md +18 -0
- data/docs/MultiChannelChannelListRBMObject.md +24 -0
- data/docs/{MultiChannelChannelListObjectContent.md → MultiChannelChannelListRBMObjectAllOfContent.md} +6 -10
- data/docs/MultiChannelChannelListRBMResponseObject.md +26 -0
- data/docs/MultiChannelChannelListRequestObject.md +24 -0
- data/docs/MultiChannelChannelListResponseObject.md +26 -0
- data/docs/MultiChannelChannelListSMSObject.md +24 -0
- data/docs/MultiChannelChannelListSMSResponseObject.md +26 -0
- data/docs/MultiChannelMessageRequest.md +1 -1
- data/docs/MultiChannelMessageResponseData.md +1 -1
- data/docs/RbmActionBase.md +1 -1
- data/docs/RbmSuggestionResponse.md +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_action.rb +71 -26
- data/lib/bandwidth-sdk/models/{multi_channel_channel_list_object.rb → multi_channel_channel_list_mms_object.rb} +11 -4
- data/lib/bandwidth-sdk/models/{multi_channel_message_response_data_channel_list_inner.rb → multi_channel_channel_list_mms_response_object.rb} +6 -5
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb +275 -0
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_owner_object.rb +220 -0
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb +298 -0
- data/lib/bandwidth-sdk/models/{multi_channel_channel_list_object_content.rb → multi_channel_channel_list_rbm_object_all_of_content.rb} +2 -4
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb +316 -0
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_request_object.rb +104 -0
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_response_object.rb +104 -0
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb +298 -0
- data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb +316 -0
- data/lib/bandwidth-sdk/models/multi_channel_message_request.rb +1 -1
- data/lib/bandwidth-sdk/models/multi_channel_message_response_data.rb +1 -1
- data/lib/bandwidth-sdk/version.rb +1 -1
- data/lib/bandwidth-sdk.rb +11 -3
- data/spec/smoke/multi_channel_api_spec.rb +124 -23
- data/spec/smoke/phone_number_lookup_api_spec.rb +1 -1
- data/spec/unit/api/multi_channel_api_spec.rb +13 -2
- metadata +24 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96f55ab86521a8a6b2234422d78ea8713ed31fd0b8a70eb572d61cd1a2cc0b99
|
|
4
|
+
data.tar.gz: 8943d9a674418b78668f73fe5dbe196065633ff66932048a3451ce79881c5cf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba4017d313354b3cbf43b739e7dfd86812457cf026af813efc3e5edcaa04189ec889f5a7781f2c0e58aa286e28b9a1e37939210c0d8eb14f921d122fc13bf9d1
|
|
7
|
+
data.tar.gz: 5bcec2d31a261d826720255acb238ecd3737b4ee13439be8072e6ae6676dd32027dc1b231ec12faadb5bfefcc95951ecacf29b68584c66cbe65f013618cfa8ed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bandwidth-sdk (17.0.
|
|
4
|
+
bandwidth-sdk (17.0.1)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
marcel
|
|
@@ -29,8 +29,8 @@ GEM
|
|
|
29
29
|
marcel (1.1.0)
|
|
30
30
|
method_source (1.1.0)
|
|
31
31
|
multipart-post (2.4.1)
|
|
32
|
-
net-http (0.
|
|
33
|
-
uri
|
|
32
|
+
net-http (0.8.0)
|
|
33
|
+
uri (>= 0.11.1)
|
|
34
34
|
ox (2.14.23)
|
|
35
35
|
bigdecimal (>= 3.0)
|
|
36
36
|
parallel (1.27.0)
|
data/README.md
CHANGED
|
@@ -253,14 +253,22 @@ Class | Method | HTTP request | Description
|
|
|
253
253
|
- [Bandwidth::MmsMessageContentFile](docs/MmsMessageContentFile.md)
|
|
254
254
|
- [Bandwidth::MultiChannelAction](docs/MultiChannelAction.md)
|
|
255
255
|
- [Bandwidth::MultiChannelActionCalendarEvent](docs/MultiChannelActionCalendarEvent.md)
|
|
256
|
-
- [Bandwidth::
|
|
257
|
-
- [Bandwidth::
|
|
256
|
+
- [Bandwidth::MultiChannelChannelListMMSObject](docs/MultiChannelChannelListMMSObject.md)
|
|
257
|
+
- [Bandwidth::MultiChannelChannelListMMSResponseObject](docs/MultiChannelChannelListMMSResponseObject.md)
|
|
258
|
+
- [Bandwidth::MultiChannelChannelListObjectBase](docs/MultiChannelChannelListObjectBase.md)
|
|
259
|
+
- [Bandwidth::MultiChannelChannelListOwnerObject](docs/MultiChannelChannelListOwnerObject.md)
|
|
260
|
+
- [Bandwidth::MultiChannelChannelListRBMObject](docs/MultiChannelChannelListRBMObject.md)
|
|
261
|
+
- [Bandwidth::MultiChannelChannelListRBMObjectAllOfContent](docs/MultiChannelChannelListRBMObjectAllOfContent.md)
|
|
262
|
+
- [Bandwidth::MultiChannelChannelListRBMResponseObject](docs/MultiChannelChannelListRBMResponseObject.md)
|
|
263
|
+
- [Bandwidth::MultiChannelChannelListRequestObject](docs/MultiChannelChannelListRequestObject.md)
|
|
264
|
+
- [Bandwidth::MultiChannelChannelListResponseObject](docs/MultiChannelChannelListResponseObject.md)
|
|
265
|
+
- [Bandwidth::MultiChannelChannelListSMSObject](docs/MultiChannelChannelListSMSObject.md)
|
|
266
|
+
- [Bandwidth::MultiChannelChannelListSMSResponseObject](docs/MultiChannelChannelListSMSResponseObject.md)
|
|
258
267
|
- [Bandwidth::MultiChannelError](docs/MultiChannelError.md)
|
|
259
268
|
- [Bandwidth::MultiChannelMessageChannelEnum](docs/MultiChannelMessageChannelEnum.md)
|
|
260
269
|
- [Bandwidth::MultiChannelMessageContent](docs/MultiChannelMessageContent.md)
|
|
261
270
|
- [Bandwidth::MultiChannelMessageRequest](docs/MultiChannelMessageRequest.md)
|
|
262
271
|
- [Bandwidth::MultiChannelMessageResponseData](docs/MultiChannelMessageResponseData.md)
|
|
263
|
-
- [Bandwidth::MultiChannelMessageResponseDataChannelListInner](docs/MultiChannelMessageResponseDataChannelListInner.md)
|
|
264
272
|
- [Bandwidth::OptInWorkflow](docs/OptInWorkflow.md)
|
|
265
273
|
- [Bandwidth::PageInfo](docs/PageInfo.md)
|
|
266
274
|
- [Bandwidth::PriorityEnum](docs/PriorityEnum.md)
|
data/bandwidth.yml
CHANGED
|
@@ -2490,7 +2490,7 @@ components:
|
|
|
2490
2490
|
$ref: '#/components/schemas/multiChannelAction'
|
|
2491
2491
|
maxItems: 11
|
|
2492
2492
|
multiChannelAction:
|
|
2493
|
-
|
|
2493
|
+
anyOf:
|
|
2494
2494
|
- $ref: '#/components/schemas/rbmActionBase'
|
|
2495
2495
|
- $ref: '#/components/schemas/rbmActionDial'
|
|
2496
2496
|
- $ref: '#/components/schemas/rbmActionViewLocation'
|
|
@@ -2505,7 +2505,7 @@ components:
|
|
|
2505
2505
|
CREATE_CALENDAR_EVENT: '#/components/schemas/multiChannelActionCalendarEvent'
|
|
2506
2506
|
OPEN_URL: '#/components/schemas/rbmActionOpenUrl'
|
|
2507
2507
|
REQUEST_LOCATION: '#/components/schemas/rbmActionBase'
|
|
2508
|
-
|
|
2508
|
+
multiChannelChannelListObjectBase:
|
|
2509
2509
|
type: object
|
|
2510
2510
|
properties:
|
|
2511
2511
|
from:
|
|
@@ -2514,19 +2514,85 @@ components:
|
|
|
2514
2514
|
$ref: '#/components/schemas/applicationId'
|
|
2515
2515
|
channel:
|
|
2516
2516
|
$ref: '#/components/schemas/multiChannelMessageChannelEnum'
|
|
2517
|
-
content:
|
|
2518
|
-
description: The content of the message.
|
|
2519
|
-
oneOf:
|
|
2520
|
-
- $ref: '#/components/schemas/rbmMessageContentText'
|
|
2521
|
-
- $ref: '#/components/schemas/rbmMessageMedia'
|
|
2522
|
-
- $ref: '#/components/schemas/rbmMessageContentRichCard'
|
|
2523
|
-
- $ref: '#/components/schemas/smsMessageContent'
|
|
2524
|
-
- $ref: '#/components/schemas/mmsMessageContent'
|
|
2525
2517
|
required:
|
|
2526
2518
|
- from
|
|
2527
2519
|
- applicationId
|
|
2528
2520
|
- channel
|
|
2521
|
+
multiChannelChannelListRBMObject:
|
|
2522
|
+
allOf:
|
|
2523
|
+
- $ref: '#/components/schemas/multiChannelChannelListObjectBase'
|
|
2524
|
+
- type: object
|
|
2525
|
+
properties:
|
|
2526
|
+
content:
|
|
2527
|
+
description: The content of the message.
|
|
2528
|
+
oneOf:
|
|
2529
|
+
- $ref: '#/components/schemas/rbmMessageContentText'
|
|
2530
|
+
- $ref: '#/components/schemas/rbmMessageMedia'
|
|
2531
|
+
- $ref: '#/components/schemas/rbmMessageContentRichCard'
|
|
2532
|
+
required:
|
|
2529
2533
|
- content
|
|
2534
|
+
multiChannelChannelListSMSObject:
|
|
2535
|
+
allOf:
|
|
2536
|
+
- $ref: '#/components/schemas/multiChannelChannelListObjectBase'
|
|
2537
|
+
- type: object
|
|
2538
|
+
properties:
|
|
2539
|
+
content:
|
|
2540
|
+
$ref: '#/components/schemas/smsMessageContent'
|
|
2541
|
+
required:
|
|
2542
|
+
- content
|
|
2543
|
+
multiChannelChannelListMMSObject:
|
|
2544
|
+
allOf:
|
|
2545
|
+
- $ref: '#/components/schemas/multiChannelChannelListObjectBase'
|
|
2546
|
+
- type: object
|
|
2547
|
+
properties:
|
|
2548
|
+
content:
|
|
2549
|
+
$ref: '#/components/schemas/mmsMessageContent'
|
|
2550
|
+
required:
|
|
2551
|
+
- content
|
|
2552
|
+
multiChannelChannelListRBMResponseObject:
|
|
2553
|
+
allOf:
|
|
2554
|
+
- $ref: '#/components/schemas/multiChannelChannelListRBMObject'
|
|
2555
|
+
- $ref: '#/components/schemas/multiChannelChannelListOwnerObject'
|
|
2556
|
+
multiChannelChannelListSMSResponseObject:
|
|
2557
|
+
allOf:
|
|
2558
|
+
- $ref: '#/components/schemas/multiChannelChannelListSMSObject'
|
|
2559
|
+
- $ref: '#/components/schemas/multiChannelChannelListOwnerObject'
|
|
2560
|
+
multiChannelChannelListMMSResponseObject:
|
|
2561
|
+
allOf:
|
|
2562
|
+
- $ref: '#/components/schemas/multiChannelChannelListMMSObject'
|
|
2563
|
+
- $ref: '#/components/schemas/multiChannelChannelListOwnerObject'
|
|
2564
|
+
multiChannelChannelListRequestObject:
|
|
2565
|
+
anyOf:
|
|
2566
|
+
- $ref: '#/components/schemas/multiChannelChannelListRBMObject'
|
|
2567
|
+
- $ref: '#/components/schemas/multiChannelChannelListSMSObject'
|
|
2568
|
+
- $ref: '#/components/schemas/multiChannelChannelListMMSObject'
|
|
2569
|
+
discriminator:
|
|
2570
|
+
propertyName: channel
|
|
2571
|
+
mapping:
|
|
2572
|
+
RBM: '#/components/schemas/multiChannelChannelListRBMObject'
|
|
2573
|
+
SMS: '#/components/schemas/multiChannelChannelListSMSObject'
|
|
2574
|
+
MMS: '#/components/schemas/multiChannelChannelListMMSObject'
|
|
2575
|
+
multiChannelChannelListOwnerObject:
|
|
2576
|
+
type: object
|
|
2577
|
+
properties:
|
|
2578
|
+
owner:
|
|
2579
|
+
type: string
|
|
2580
|
+
description: >-
|
|
2581
|
+
The Bandwidth senderId associated with the message. Identical to
|
|
2582
|
+
'from'.
|
|
2583
|
+
required:
|
|
2584
|
+
- owner
|
|
2585
|
+
multiChannelChannelListResponseObject:
|
|
2586
|
+
anyOf:
|
|
2587
|
+
- $ref: '#/components/schemas/multiChannelChannelListRBMResponseObject'
|
|
2588
|
+
- $ref: '#/components/schemas/multiChannelChannelListSMSResponseObject'
|
|
2589
|
+
- $ref: '#/components/schemas/multiChannelChannelListMMSResponseObject'
|
|
2590
|
+
discriminator:
|
|
2591
|
+
propertyName: channel
|
|
2592
|
+
mapping:
|
|
2593
|
+
RBM: '#/components/schemas/multiChannelChannelListRBMResponseObject'
|
|
2594
|
+
SMS: '#/components/schemas/multiChannelChannelListSMSResponseObject'
|
|
2595
|
+
MMS: '#/components/schemas/multiChannelChannelListMMSResponseObject'
|
|
2530
2596
|
multiChannelMessageRequest:
|
|
2531
2597
|
description: Multi-Channel Message Request
|
|
2532
2598
|
type: object
|
|
@@ -2540,7 +2606,7 @@ components:
|
|
|
2540
2606
|
order they are listed. Once a message sends successfully, the others
|
|
2541
2607
|
will be ignored.
|
|
2542
2608
|
items:
|
|
2543
|
-
$ref: '#/components/schemas/
|
|
2609
|
+
$ref: '#/components/schemas/multiChannelChannelListRequestObject'
|
|
2544
2610
|
maxItems: 4
|
|
2545
2611
|
tag:
|
|
2546
2612
|
$ref: '#/components/schemas/tag'
|
|
@@ -2573,17 +2639,7 @@ components:
|
|
|
2573
2639
|
order they are listed. Once a message sends successfully, the others
|
|
2574
2640
|
will be ignored.
|
|
2575
2641
|
items:
|
|
2576
|
-
|
|
2577
|
-
- $ref: '#/components/schemas/multiChannelChannelListObject'
|
|
2578
|
-
- type: object
|
|
2579
|
-
properties:
|
|
2580
|
-
owner:
|
|
2581
|
-
type: string
|
|
2582
|
-
description: >-
|
|
2583
|
-
The Bandwidth senderId associated with the message.
|
|
2584
|
-
Identical to 'from'.
|
|
2585
|
-
required:
|
|
2586
|
-
- owner
|
|
2642
|
+
$ref: '#/components/schemas/multiChannelChannelListResponseObject'
|
|
2587
2643
|
maxItems: 4
|
|
2588
2644
|
tag:
|
|
2589
2645
|
$ref: '#/components/schemas/tag'
|
data/coverage/.last_run.json
CHANGED
data/coverage/.resultset.json
CHANGED
|
@@ -188,6 +188,14 @@
|
|
|
188
188
|
1,
|
|
189
189
|
1,
|
|
190
190
|
1,
|
|
191
|
+
1,
|
|
192
|
+
1,
|
|
193
|
+
1,
|
|
194
|
+
1,
|
|
195
|
+
1,
|
|
196
|
+
1,
|
|
197
|
+
1,
|
|
198
|
+
1,
|
|
191
199
|
null,
|
|
192
200
|
null,
|
|
193
201
|
1,
|
|
@@ -310,18 +318,18 @@
|
|
|
310
318
|
null,
|
|
311
319
|
null,
|
|
312
320
|
1,
|
|
313
|
-
|
|
321
|
+
49,
|
|
314
322
|
null,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
323
|
+
49,
|
|
324
|
+
49,
|
|
325
|
+
49,
|
|
318
326
|
null,
|
|
319
327
|
null,
|
|
320
|
-
|
|
321
|
-
|
|
328
|
+
49,
|
|
329
|
+
49,
|
|
322
330
|
null,
|
|
323
331
|
null,
|
|
324
|
-
|
|
332
|
+
49,
|
|
325
333
|
0,
|
|
326
334
|
null,
|
|
327
335
|
0,
|
|
@@ -339,14 +347,14 @@
|
|
|
339
347
|
0,
|
|
340
348
|
null,
|
|
341
349
|
null,
|
|
342
|
-
|
|
350
|
+
49,
|
|
343
351
|
3,
|
|
344
|
-
|
|
345
|
-
|
|
352
|
+
46,
|
|
353
|
+
29,
|
|
346
354
|
null,
|
|
347
355
|
17,
|
|
348
356
|
null,
|
|
349
|
-
|
|
357
|
+
49,
|
|
350
358
|
null,
|
|
351
359
|
null,
|
|
352
360
|
null,
|
|
@@ -359,31 +367,31 @@
|
|
|
359
367
|
null,
|
|
360
368
|
null,
|
|
361
369
|
1,
|
|
362
|
-
|
|
363
|
-
|
|
370
|
+
49,
|
|
371
|
+
49,
|
|
364
372
|
null,
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
373
|
+
49,
|
|
374
|
+
49,
|
|
375
|
+
49,
|
|
368
376
|
null,
|
|
369
|
-
|
|
377
|
+
49,
|
|
370
378
|
null,
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
379
|
+
49,
|
|
380
|
+
27,
|
|
381
|
+
27,
|
|
382
|
+
27,
|
|
375
383
|
null,
|
|
376
384
|
null,
|
|
377
|
-
|
|
378
|
-
|
|
385
|
+
49,
|
|
386
|
+
49,
|
|
379
387
|
null,
|
|
380
388
|
null,
|
|
381
|
-
|
|
382
|
-
|
|
389
|
+
49,
|
|
390
|
+
49,
|
|
383
391
|
null,
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
392
|
+
49,
|
|
393
|
+
49,
|
|
394
|
+
49,
|
|
387
395
|
null,
|
|
388
396
|
null,
|
|
389
397
|
null,
|
|
@@ -394,9 +402,9 @@
|
|
|
394
402
|
null,
|
|
395
403
|
1,
|
|
396
404
|
null,
|
|
397
|
-
|
|
405
|
+
29,
|
|
398
406
|
1,
|
|
399
|
-
|
|
407
|
+
28,
|
|
400
408
|
0,
|
|
401
409
|
0,
|
|
402
410
|
0,
|
|
@@ -409,12 +417,12 @@
|
|
|
409
417
|
0,
|
|
410
418
|
null,
|
|
411
419
|
null,
|
|
412
|
-
|
|
413
|
-
|
|
420
|
+
28,
|
|
421
|
+
20,
|
|
414
422
|
null,
|
|
415
423
|
8,
|
|
416
424
|
null,
|
|
417
|
-
|
|
425
|
+
29,
|
|
418
426
|
null,
|
|
419
427
|
null,
|
|
420
428
|
1,
|
|
@@ -462,7 +470,7 @@
|
|
|
462
470
|
null,
|
|
463
471
|
null,
|
|
464
472
|
1,
|
|
465
|
-
|
|
473
|
+
49,
|
|
466
474
|
null,
|
|
467
475
|
null,
|
|
468
476
|
1,
|
|
@@ -473,7 +481,7 @@
|
|
|
473
481
|
null,
|
|
474
482
|
null,
|
|
475
483
|
1,
|
|
476
|
-
|
|
484
|
+
49,
|
|
477
485
|
null,
|
|
478
486
|
null,
|
|
479
487
|
1,
|
|
@@ -515,7 +523,7 @@
|
|
|
515
523
|
null,
|
|
516
524
|
null,
|
|
517
525
|
1,
|
|
518
|
-
|
|
526
|
+
119,
|
|
519
527
|
null,
|
|
520
528
|
null,
|
|
521
529
|
null,
|
|
@@ -523,19 +531,19 @@
|
|
|
523
531
|
null,
|
|
524
532
|
null,
|
|
525
533
|
1,
|
|
526
|
-
|
|
527
|
-
|
|
534
|
+
31,
|
|
535
|
+
31,
|
|
528
536
|
null,
|
|
529
537
|
null,
|
|
530
|
-
|
|
538
|
+
31,
|
|
531
539
|
null,
|
|
532
540
|
null,
|
|
533
|
-
|
|
541
|
+
31,
|
|
534
542
|
null,
|
|
535
|
-
|
|
543
|
+
31,
|
|
536
544
|
null,
|
|
537
545
|
null,
|
|
538
|
-
|
|
546
|
+
31,
|
|
539
547
|
null,
|
|
540
548
|
2,
|
|
541
549
|
1,
|
|
@@ -544,7 +552,7 @@
|
|
|
544
552
|
null,
|
|
545
553
|
null,
|
|
546
554
|
null,
|
|
547
|
-
|
|
555
|
+
30,
|
|
548
556
|
null,
|
|
549
557
|
null,
|
|
550
558
|
null,
|
|
@@ -552,8 +560,8 @@
|
|
|
552
560
|
null,
|
|
553
561
|
null,
|
|
554
562
|
1,
|
|
555
|
-
|
|
556
|
-
|
|
563
|
+
63,
|
|
564
|
+
63,
|
|
557
565
|
null,
|
|
558
566
|
12,
|
|
559
567
|
null,
|
|
@@ -583,8 +591,8 @@
|
|
|
583
591
|
null,
|
|
584
592
|
null,
|
|
585
593
|
null,
|
|
586
|
-
|
|
587
|
-
|
|
594
|
+
29,
|
|
595
|
+
29,
|
|
588
596
|
null,
|
|
589
597
|
null,
|
|
590
598
|
null,
|
|
@@ -599,8 +607,8 @@
|
|
|
599
607
|
null,
|
|
600
608
|
1,
|
|
601
609
|
null,
|
|
602
|
-
|
|
603
|
-
|
|
610
|
+
50,
|
|
611
|
+
50,
|
|
604
612
|
null,
|
|
605
613
|
null,
|
|
606
614
|
null,
|
|
@@ -609,11 +617,11 @@
|
|
|
609
617
|
null,
|
|
610
618
|
null,
|
|
611
619
|
1,
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
620
|
+
49,
|
|
621
|
+
49,
|
|
622
|
+
49,
|
|
623
|
+
49,
|
|
624
|
+
49,
|
|
617
625
|
0,
|
|
618
626
|
0,
|
|
619
627
|
null,
|
|
@@ -632,10 +640,10 @@
|
|
|
632
640
|
null,
|
|
633
641
|
null,
|
|
634
642
|
1,
|
|
635
|
-
|
|
643
|
+
53,
|
|
636
644
|
null,
|
|
637
|
-
|
|
638
|
-
|
|
645
|
+
104,
|
|
646
|
+
51,
|
|
639
647
|
null,
|
|
640
648
|
null,
|
|
641
649
|
null,
|
|
@@ -643,32 +651,32 @@
|
|
|
643
651
|
null,
|
|
644
652
|
1,
|
|
645
653
|
null,
|
|
646
|
-
|
|
654
|
+
27,
|
|
647
655
|
null,
|
|
648
|
-
|
|
649
|
-
|
|
656
|
+
52,
|
|
657
|
+
25,
|
|
650
658
|
null,
|
|
651
659
|
null,
|
|
652
660
|
null,
|
|
653
661
|
null,
|
|
654
662
|
null,
|
|
655
663
|
1,
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
664
|
+
22,
|
|
665
|
+
19,
|
|
666
|
+
19,
|
|
659
667
|
4,
|
|
660
668
|
null,
|
|
661
|
-
17,
|
|
662
|
-
null,
|
|
663
669
|
18,
|
|
664
670
|
null,
|
|
671
|
+
19,
|
|
672
|
+
null,
|
|
665
673
|
null,
|
|
666
674
|
null,
|
|
667
675
|
null,
|
|
668
676
|
null,
|
|
669
677
|
1,
|
|
670
|
-
|
|
671
|
-
|
|
678
|
+
24,
|
|
679
|
+
19,
|
|
672
680
|
null,
|
|
673
681
|
5,
|
|
674
682
|
null,
|
|
@@ -995,7 +1003,7 @@
|
|
|
995
1003
|
null,
|
|
996
1004
|
null,
|
|
997
1005
|
1,
|
|
998
|
-
|
|
1006
|
+
56,
|
|
999
1007
|
5,
|
|
1000
1008
|
2,
|
|
1001
1009
|
2,
|
|
@@ -1024,13 +1032,13 @@
|
|
|
1024
1032
|
null,
|
|
1025
1033
|
null,
|
|
1026
1034
|
1,
|
|
1027
|
-
|
|
1035
|
+
51,
|
|
1028
1036
|
null,
|
|
1029
1037
|
null,
|
|
1030
1038
|
null,
|
|
1031
1039
|
1,
|
|
1032
1040
|
null,
|
|
1033
|
-
|
|
1041
|
+
50,
|
|
1034
1042
|
null,
|
|
1035
1043
|
null,
|
|
1036
1044
|
null,
|
|
@@ -5107,46 +5115,46 @@
|
|
|
5107
5115
|
null,
|
|
5108
5116
|
null,
|
|
5109
5117
|
1,
|
|
5110
|
-
|
|
5111
|
-
|
|
5118
|
+
3,
|
|
5119
|
+
3,
|
|
5112
5120
|
null,
|
|
5113
5121
|
null,
|
|
5114
|
-
|
|
5122
|
+
3,
|
|
5115
5123
|
1,
|
|
5116
5124
|
null,
|
|
5117
5125
|
null,
|
|
5118
|
-
|
|
5126
|
+
2,
|
|
5119
5127
|
1,
|
|
5120
5128
|
null,
|
|
5121
5129
|
null,
|
|
5122
|
-
|
|
5130
|
+
1,
|
|
5123
5131
|
null,
|
|
5124
5132
|
null,
|
|
5125
|
-
|
|
5133
|
+
1,
|
|
5126
5134
|
null,
|
|
5127
5135
|
null,
|
|
5128
|
-
|
|
5136
|
+
1,
|
|
5129
5137
|
null,
|
|
5130
|
-
|
|
5138
|
+
1,
|
|
5131
5139
|
null,
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5140
|
+
1,
|
|
5141
|
+
1,
|
|
5142
|
+
1,
|
|
5135
5143
|
null,
|
|
5136
5144
|
null,
|
|
5137
5145
|
null,
|
|
5138
|
-
|
|
5146
|
+
1,
|
|
5139
5147
|
null,
|
|
5140
5148
|
null,
|
|
5141
|
-
|
|
5149
|
+
1,
|
|
5142
5150
|
null,
|
|
5143
5151
|
null,
|
|
5144
|
-
|
|
5152
|
+
1,
|
|
5145
5153
|
null,
|
|
5146
5154
|
null,
|
|
5147
|
-
|
|
5155
|
+
1,
|
|
5148
5156
|
null,
|
|
5149
|
-
|
|
5157
|
+
1,
|
|
5150
5158
|
null,
|
|
5151
5159
|
null,
|
|
5152
5160
|
null,
|
|
@@ -5156,11 +5164,11 @@
|
|
|
5156
5164
|
null,
|
|
5157
5165
|
null,
|
|
5158
5166
|
null,
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5167
|
+
1,
|
|
5168
|
+
1,
|
|
5169
|
+
1,
|
|
5162
5170
|
null,
|
|
5163
|
-
|
|
5171
|
+
1,
|
|
5164
5172
|
null,
|
|
5165
5173
|
null,
|
|
5166
5174
|
null
|
|
@@ -8176,6 +8184,8 @@
|
|
|
8176
8184
|
null,
|
|
8177
8185
|
null,
|
|
8178
8186
|
1,
|
|
8187
|
+
1,
|
|
8188
|
+
1,
|
|
8179
8189
|
null,
|
|
8180
8190
|
null,
|
|
8181
8191
|
null,
|
|
@@ -8184,6 +8194,7 @@
|
|
|
8184
8194
|
null,
|
|
8185
8195
|
null,
|
|
8186
8196
|
null,
|
|
8197
|
+
1,
|
|
8187
8198
|
null,
|
|
8188
8199
|
null,
|
|
8189
8200
|
null,
|
|
@@ -8191,12 +8202,20 @@
|
|
|
8191
8202
|
null,
|
|
8192
8203
|
null,
|
|
8193
8204
|
null,
|
|
8205
|
+
1,
|
|
8194
8206
|
null,
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
|
|
8199
|
-
|
|
8207
|
+
1,
|
|
8208
|
+
1,
|
|
8209
|
+
1,
|
|
8210
|
+
1,
|
|
8211
|
+
1,
|
|
8212
|
+
1,
|
|
8213
|
+
1,
|
|
8214
|
+
1,
|
|
8215
|
+
1,
|
|
8216
|
+
1,
|
|
8217
|
+
1,
|
|
8218
|
+
1,
|
|
8200
8219
|
null,
|
|
8201
8220
|
null,
|
|
8202
8221
|
1,
|
|
@@ -11826,6 +11845,6 @@
|
|
|
11826
11845
|
]
|
|
11827
11846
|
}
|
|
11828
11847
|
},
|
|
11829
|
-
"timestamp":
|
|
11848
|
+
"timestamp": 1764105891
|
|
11830
11849
|
}
|
|
11831
11850
|
}
|