@lumiastream/lumia-types 2.5.2 → 2.5.4
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/alert.types.js +1 -1
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3809,7 +3809,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3809
3809
|
],
|
|
3810
3810
|
LumiaVariationConditions: [
|
|
3811
3811
|
{ type: LumiaVariationConditions.RANDOM },
|
|
3812
|
-
{ type: LumiaVariationConditions.
|
|
3812
|
+
{ type: LumiaVariationConditions.EQUAL_SELECTION, description: 'Super Sticker is equal to', selections: youtube_superstickers_1.YoutubeSuperstickersData },
|
|
3813
3813
|
{ type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER, description: 'Super Sticker Amount is equal to' },
|
|
3814
3814
|
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Super Sticker Amount is greater than' },
|
|
3815
3815
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|