@lumiastream/lumia-types 3.1.0 → 3.1.2
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.d.ts +1 -1
- package/dist/alert.types.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/alert.types.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
|
|
|
133
133
|
LumiaVariationConditions: Array<{
|
|
134
134
|
type: LumiaVariationConditions;
|
|
135
135
|
description?: string;
|
|
136
|
-
|
|
136
|
+
dynamicOptions?: boolean;
|
|
137
137
|
selections?: LumiaSelectionOption[];
|
|
138
138
|
}>;
|
|
139
139
|
}>;
|
package/dist/alert.types.js
CHANGED
|
@@ -4694,7 +4694,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4694
4694
|
{
|
|
4695
4695
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
4696
4696
|
description: 'Gift Name is equal to',
|
|
4697
|
-
|
|
4697
|
+
dynamicOptions: true,
|
|
4698
4698
|
},
|
|
4699
4699
|
{
|
|
4700
4700
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { LumiaStreamingSites, LumiaActivityCommandTypes, LumiaExternalActivityCommandTypes, LumiaAlertValues, LumiaAlertFriendlyValues, LumiaActivityOriginTypes, LumiaActivityApiValueType, LumiaActivityNoValueTypes, LumiaActivityTestType, } from './activity.types';
|
|
2
|
-
export { LumiaVariationConditions, LumiaVariationCurrency, VariationCurrencySymbol, LumiaAlertConfigs, LumiaDynamicCondition } from './alert.types';
|
|
2
|
+
export { LumiaVariationConditions, LumiaVariationCurrency, VariationCurrencySymbol, LumiaAlertConfigs, LumiaDynamicCondition, type LumiaSelectionOption } from './alert.types';
|
|
3
3
|
export { ILumiaSendPack, ILumiaEvent, ILumiaEventChatCommandBody, ILumiaEventChatBody, ILumiaEventAlertBody, ILumiaEventStateBody, ILumiaLight, LumiaIntegrations, LumiaEventTypes, } from './event.types';
|
|
4
4
|
export { LumiaEventListTypes, LumiaMapAlertTypeToEventListType } from './eventlist.types';
|
|
5
5
|
export { SystemVariables, ReservedVariables, AllVariables } from './variables.types';
|