@mparticle/aquarium 1.43.0 → 1.43.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.
- package/dist/aquarium.js +4 -4
- package/dist/aquarium.umd.cjs +38 -38
- package/package.json +1 -1
package/dist/aquarium.js
CHANGED
|
@@ -25593,24 +25593,24 @@ const p9 = [
|
|
|
25593
25593
|
children: [
|
|
25594
25594
|
{
|
|
25595
25595
|
id: "segmentation_journeys",
|
|
25596
|
-
label: "
|
|
25596
|
+
label: "Audiences",
|
|
25597
25597
|
type: "link",
|
|
25598
25598
|
hrefOptions: { href: on.Segmentation.Journeys }
|
|
25599
25599
|
},
|
|
25600
25600
|
{
|
|
25601
25601
|
id: "segmentation_audiences",
|
|
25602
|
-
label: "Audiences",
|
|
25602
|
+
label: "Classic Audiences",
|
|
25603
25603
|
type: "menu",
|
|
25604
25604
|
children: [
|
|
25605
25605
|
{
|
|
25606
25606
|
id: "segmentation_audiences_standard",
|
|
25607
|
-
label: "Standard",
|
|
25607
|
+
label: "Standard Audiences",
|
|
25608
25608
|
type: "link",
|
|
25609
25609
|
hrefOptions: { href: on.Segmentation.Audiences.Standard }
|
|
25610
25610
|
},
|
|
25611
25611
|
{
|
|
25612
25612
|
id: "segmentation_audiences_realTime",
|
|
25613
|
-
label: "Real-time",
|
|
25613
|
+
label: "Real-time Audiences",
|
|
25614
25614
|
type: "link",
|
|
25615
25615
|
hrefOptions: { href: on.Segmentation.Audiences.RealTime }
|
|
25616
25616
|
}
|