@lumiastream/lumia-types 3.1.3 → 3.1.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
|
@@ -3987,7 +3987,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3987
3987
|
],
|
|
3988
3988
|
LumiaVariationConditions: [
|
|
3989
3989
|
{ type: LumiaVariationConditions.RANDOM },
|
|
3990
|
-
{ type: LumiaVariationConditions.EQUAL_SELECTION, description: 'Super Sticker ID is equal to', selections: youtube_superstickers_1.YoutubeSuperstickersData },
|
|
3990
|
+
{ type: LumiaVariationConditions.EQUAL_SELECTION, description: 'Super Sticker ID is equal to', dynamicOptions: true, selections: youtube_superstickers_1.YoutubeSuperstickersData },
|
|
3991
3991
|
{ type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER, description: 'Super Sticker Amount is equal to' },
|
|
3992
3992
|
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Super Sticker Amount is greater than' },
|
|
3993
3993
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|