@almadar/std 14.26.0 → 14.27.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.
- package/behaviors/registry/app/atoms/std-applicant.orb +496 -42
- package/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
- package/behaviors/registry/app/atoms/std-change-order.orb +565 -307
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
- package/behaviors/registry/app/atoms/std-checkin.orb +434 -270
- package/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
- package/behaviors/registry/app/atoms/std-class-session.orb +485 -104
- package/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
- package/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
- package/behaviors/registry/app/atoms/std-donor.orb +445 -135
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
- package/behaviors/registry/app/atoms/std-driver.orb +465 -480
- package/behaviors/registry/app/atoms/std-dunning.orb +450 -512
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
- package/behaviors/registry/app/atoms/std-event.orb +465 -667
- package/behaviors/registry/app/atoms/std-health-score.orb +368 -371
- package/behaviors/registry/app/atoms/std-help-article.orb +373 -506
- package/behaviors/registry/app/atoms/std-help-category.orb +344 -359
- package/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
- package/behaviors/registry/app/atoms/std-invoice.orb +494 -291
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
- package/behaviors/registry/app/atoms/std-lease.orb +506 -190
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
- package/behaviors/registry/app/atoms/std-matter.orb +486 -318
- package/behaviors/registry/app/atoms/std-membership.orb +512 -102
- package/behaviors/registry/app/atoms/std-menu.orb +775 -183
- package/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
- package/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
- package/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
- package/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
- package/behaviors/registry/app/atoms/std-receipt.orb +553 -44
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
- package/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
- package/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
- package/behaviors/registry/app/atoms/std-rfi.orb +502 -461
- package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
- package/behaviors/registry/app/atoms/std-segment.orb +360 -98
- package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
- package/behaviors/registry/app/atoms/std-submittal.orb +538 -526
- package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
- package/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
- package/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
- package/behaviors/registry/app/atoms/std-tenant.orb +525 -66
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
- package/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
- package/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
- package/behaviors/registry/app/atoms/std-trial.orb +410 -317
- package/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
- package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
- package/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
- package/behaviors/registry/app/atoms/std-work-order.orb +628 -240
- package/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
- package/behaviors/registry/app/molecules/std-application.orb +178 -263
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
- package/behaviors/registry/app/molecules/std-cart.orb +78 -72
- package/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
- package/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
- package/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
- package/behaviors/registry/core/atoms/std-file-store.orb +534 -164
- package/behaviors/registry/core/atoms/std-gallery.orb +118 -101
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
- package/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
- package/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
- package/behaviors/registry/core/atoms/std-version-history.orb +454 -430
- package/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +496 -42
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +565 -307
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +434 -270
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +485 -104
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
- package/dist/behaviors/registry/app/atoms/std-donor.orb +445 -135
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
- package/dist/behaviors/registry/app/atoms/std-driver.orb +465 -480
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +450 -512
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
- package/dist/behaviors/registry/app/atoms/std-event.orb +465 -667
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +368 -371
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +373 -506
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +344 -359
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +494 -291
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
- package/dist/behaviors/registry/app/atoms/std-lease.orb +506 -190
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
- package/dist/behaviors/registry/app/atoms/std-matter.orb +486 -318
- package/dist/behaviors/registry/app/atoms/std-membership.orb +512 -102
- package/dist/behaviors/registry/app/atoms/std-menu.orb +775 -183
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +553 -44
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +502 -461
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
- package/dist/behaviors/registry/app/atoms/std-segment.orb +360 -98
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -526
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +525 -66
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
- package/dist/behaviors/registry/app/atoms/std-trial.orb +410 -317
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +628 -240
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
- package/dist/behaviors/registry/app/molecules/std-application.orb +178 -263
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
- package/dist/behaviors/registry/app/molecules/std-cart.orb +78 -72
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +534 -164
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +118 -101
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +454 -430
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
- package/package.json +1 -1
|
@@ -349,8 +349,8 @@
|
|
|
349
349
|
"ApplicationIntake",
|
|
350
350
|
{
|
|
351
351
|
"emit": {
|
|
352
|
-
"
|
|
353
|
-
"
|
|
352
|
+
"failure": "ApplicationIntakeLoadFailed",
|
|
353
|
+
"success": "ApplicationIntakeLoaded"
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
],
|
|
@@ -359,21 +359,21 @@
|
|
|
359
359
|
"main",
|
|
360
360
|
{
|
|
361
361
|
"align": "center",
|
|
362
|
-
"gap": "md",
|
|
363
|
-
"className": "py-12",
|
|
364
362
|
"direction": "vertical",
|
|
365
|
-
"
|
|
363
|
+
"className": "py-12",
|
|
366
364
|
"children": [
|
|
367
365
|
{
|
|
368
366
|
"type": "spinner"
|
|
369
367
|
},
|
|
370
368
|
{
|
|
371
|
-
"content": "Loading applications…",
|
|
372
369
|
"color": "muted",
|
|
373
370
|
"type": "typography",
|
|
374
|
-
"variant": "caption"
|
|
371
|
+
"variant": "caption",
|
|
372
|
+
"content": "Loading applications…"
|
|
375
373
|
}
|
|
376
|
-
]
|
|
374
|
+
],
|
|
375
|
+
"type": "stack",
|
|
376
|
+
"gap": "md"
|
|
377
377
|
}
|
|
378
378
|
]
|
|
379
379
|
]
|
|
@@ -387,48 +387,80 @@
|
|
|
387
387
|
"render-ui",
|
|
388
388
|
"main",
|
|
389
389
|
{
|
|
390
|
-
"type": "stack",
|
|
391
390
|
"children": [
|
|
392
391
|
{
|
|
392
|
+
"gap": "md",
|
|
393
393
|
"direction": "horizontal",
|
|
394
|
-
"type": "stack",
|
|
395
394
|
"children": [
|
|
396
395
|
{
|
|
397
|
-
"type": "stack",
|
|
398
|
-
"direction": "horizontal",
|
|
399
|
-
"gap": "md",
|
|
400
396
|
"children": [
|
|
401
397
|
{
|
|
402
398
|
"name": "user-plus",
|
|
403
399
|
"type": "icon"
|
|
404
400
|
},
|
|
405
401
|
{
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
402
|
+
"variant": "h3",
|
|
403
|
+
"type": "typography",
|
|
404
|
+
"content": "Applicant Intake"
|
|
409
405
|
}
|
|
410
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"direction": "horizontal",
|
|
408
|
+
"type": "stack",
|
|
409
|
+
"gap": "sm",
|
|
410
|
+
"align": "center"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
|
-
"icon": "plus",
|
|
414
413
|
"label": "New Application",
|
|
415
414
|
"action": "CREATE",
|
|
416
|
-
"
|
|
417
|
-
"
|
|
415
|
+
"variant": "primary",
|
|
416
|
+
"icon": "plus",
|
|
417
|
+
"type": "button"
|
|
418
418
|
}
|
|
419
419
|
],
|
|
420
|
-
"
|
|
420
|
+
"type": "stack",
|
|
421
421
|
"justify": "between"
|
|
422
422
|
},
|
|
423
|
+
{
|
|
424
|
+
"type": "simple-grid",
|
|
425
|
+
"cols": 4.0,
|
|
426
|
+
"children": [
|
|
427
|
+
{
|
|
428
|
+
"type": "stat-display",
|
|
429
|
+
"label": "Total applications",
|
|
430
|
+
"value": "@payload.data.length",
|
|
431
|
+
"icon": "user-plus"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"value": "18",
|
|
435
|
+
"icon": "send",
|
|
436
|
+
"label": "Submitted",
|
|
437
|
+
"type": "stat-display"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "stat-display",
|
|
441
|
+
"label": "Interviewing",
|
|
442
|
+
"value": "7",
|
|
443
|
+
"icon": "calendar"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"icon": "check-circle",
|
|
447
|
+
"label": "Completed",
|
|
448
|
+
"type": "stat-display",
|
|
449
|
+
"value": "24"
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
},
|
|
423
453
|
{
|
|
424
454
|
"type": "divider"
|
|
425
455
|
},
|
|
426
456
|
{
|
|
457
|
+
"type": "data-grid",
|
|
458
|
+
"gap": "sm",
|
|
427
459
|
"itemActions": [
|
|
428
460
|
{
|
|
429
|
-
"variant": "ghost",
|
|
430
461
|
"event": "REQUEST_EDIT",
|
|
431
|
-
"label": "Edit"
|
|
462
|
+
"label": "Edit",
|
|
463
|
+
"variant": "ghost"
|
|
432
464
|
},
|
|
433
465
|
{
|
|
434
466
|
"event": "REQUEST_DELETE",
|
|
@@ -436,40 +468,41 @@
|
|
|
436
468
|
"label": "Delete"
|
|
437
469
|
}
|
|
438
470
|
],
|
|
439
|
-
"entity": "@payload.data",
|
|
440
|
-
"type": "data-grid",
|
|
441
471
|
"fields": [
|
|
442
472
|
{
|
|
443
|
-
"
|
|
473
|
+
"label": "Applicant",
|
|
444
474
|
"name": "applicantName",
|
|
445
|
-
"
|
|
446
|
-
"
|
|
475
|
+
"variant": "caption",
|
|
476
|
+
"icon": "user"
|
|
447
477
|
},
|
|
448
478
|
{
|
|
449
|
-
"
|
|
479
|
+
"variant": "caption",
|
|
450
480
|
"name": "applicantEmail",
|
|
451
|
-
"
|
|
481
|
+
"label": "Email"
|
|
452
482
|
},
|
|
453
483
|
{
|
|
454
484
|
"label": "Job",
|
|
455
|
-
"
|
|
456
|
-
"
|
|
485
|
+
"variant": "caption",
|
|
486
|
+
"name": "jobId"
|
|
457
487
|
},
|
|
458
488
|
{
|
|
459
|
-
"
|
|
489
|
+
"variant": "caption",
|
|
460
490
|
"label": "First Interview",
|
|
461
|
-
"
|
|
491
|
+
"name": "firstInterviewAt"
|
|
462
492
|
},
|
|
463
493
|
{
|
|
494
|
+
"variant": "badge",
|
|
464
495
|
"name": "status",
|
|
465
|
-
"label": "Status"
|
|
466
|
-
"variant": "badge"
|
|
496
|
+
"label": "Status"
|
|
467
497
|
}
|
|
468
|
-
]
|
|
498
|
+
],
|
|
499
|
+
"entity": "@payload.data",
|
|
500
|
+
"cols": 1.0
|
|
469
501
|
}
|
|
470
502
|
],
|
|
471
|
-
"
|
|
472
|
-
"
|
|
503
|
+
"direction": "vertical",
|
|
504
|
+
"type": "stack",
|
|
505
|
+
"gap": "md"
|
|
473
506
|
}
|
|
474
507
|
]
|
|
475
508
|
]
|
|
@@ -483,36 +516,9 @@
|
|
|
483
516
|
"render-ui",
|
|
484
517
|
"main",
|
|
485
518
|
{
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"direction": "vertical",
|
|
490
|
-
"className": "py-12",
|
|
491
|
-
"children": [
|
|
492
|
-
{
|
|
493
|
-
"type": "icon",
|
|
494
|
-
"name": "alert-triangle",
|
|
495
|
-
"color": "destructive"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"variant": "h3",
|
|
499
|
-
"content": "Failed to load applications",
|
|
500
|
-
"type": "typography"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"type": "typography",
|
|
504
|
-
"variant": "body",
|
|
505
|
-
"color": "muted",
|
|
506
|
-
"content": "@payload.error"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"variant": "primary",
|
|
510
|
-
"label": "Retry",
|
|
511
|
-
"type": "button",
|
|
512
|
-
"icon": "rotate-ccw",
|
|
513
|
-
"action": "INIT"
|
|
514
|
-
}
|
|
515
|
-
]
|
|
519
|
+
"type": "alert",
|
|
520
|
+
"message": "@payload.error",
|
|
521
|
+
"variant": "error"
|
|
516
522
|
}
|
|
517
523
|
]
|
|
518
524
|
]
|
|
@@ -527,8 +533,8 @@
|
|
|
527
533
|
"ApplicationIntake",
|
|
528
534
|
{
|
|
529
535
|
"emit": {
|
|
530
|
-
"
|
|
531
|
-
"
|
|
536
|
+
"failure": "ApplicationIntakeLoadFailed",
|
|
537
|
+
"success": "ApplicationIntakeLoaded"
|
|
532
538
|
}
|
|
533
539
|
}
|
|
534
540
|
],
|
|
@@ -551,8 +557,8 @@
|
|
|
551
557
|
"ApplicationIntake",
|
|
552
558
|
{
|
|
553
559
|
"emit": {
|
|
554
|
-
"
|
|
555
|
-
"
|
|
560
|
+
"success": "ApplicationIntakeLoaded",
|
|
561
|
+
"failure": "ApplicationIntakeLoadFailed"
|
|
556
562
|
}
|
|
557
563
|
}
|
|
558
564
|
],
|
|
@@ -574,7 +580,6 @@
|
|
|
574
580
|
"name": "ApplicationIntakeCreate",
|
|
575
581
|
"linkedEntity": "ApplicationIntake",
|
|
576
582
|
"config": {
|
|
577
|
-
"title": "New Application",
|
|
578
583
|
"fields": [
|
|
579
584
|
"applicantName",
|
|
580
585
|
"applicantEmail",
|
|
@@ -585,8 +590,9 @@
|
|
|
585
590
|
"interviewerName",
|
|
586
591
|
"interviewFormat"
|
|
587
592
|
],
|
|
588
|
-
"
|
|
589
|
-
"
|
|
593
|
+
"icon": "user-plus",
|
|
594
|
+
"title": "New Application",
|
|
595
|
+
"mode": "create"
|
|
590
596
|
},
|
|
591
597
|
"events": {
|
|
592
598
|
"OPEN": "CREATE"
|
|
@@ -617,9 +623,9 @@
|
|
|
617
623
|
"interviewerName",
|
|
618
624
|
"interviewFormat"
|
|
619
625
|
],
|
|
626
|
+
"icon": "pencil",
|
|
620
627
|
"mode": "edit",
|
|
621
|
-
"title": "Edit Application"
|
|
622
|
-
"icon": "pencil"
|
|
628
|
+
"title": "Edit Application"
|
|
623
629
|
},
|
|
624
630
|
"events": {
|
|
625
631
|
"OPEN": "EDIT"
|
|
@@ -640,14 +646,14 @@
|
|
|
640
646
|
"name": "ApplicationIntakeDelete",
|
|
641
647
|
"linkedEntity": "ApplicationIntake",
|
|
642
648
|
"config": {
|
|
643
|
-
"title": "Delete Application",
|
|
644
|
-
"alertMessage": "Are you sure you want to delete this application?",
|
|
645
649
|
"confirmLabel": "Delete",
|
|
646
|
-
"icon": "alert-triangle"
|
|
650
|
+
"icon": "alert-triangle",
|
|
651
|
+
"title": "Delete Application",
|
|
652
|
+
"alertMessage": "Are you sure you want to delete this application?"
|
|
647
653
|
},
|
|
648
654
|
"events": {
|
|
649
|
-
"
|
|
650
|
-
"
|
|
655
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
656
|
+
"REQUEST": "DELETE"
|
|
651
657
|
},
|
|
652
658
|
"listens": [
|
|
653
659
|
{
|