@lumiastream/lumia-types 3.2.5 → 3.2.6
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 +13 -5
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -1038,6 +1038,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1038
1038
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1039
1039
|
message: 'Great Stream',
|
|
1040
1040
|
subMonths: 1,
|
|
1041
|
+
streakMonths: 1,
|
|
1041
1042
|
tier: 'Tier 1',
|
|
1042
1043
|
subPlan: 1000,
|
|
1043
1044
|
subPlanName: 'My Day ones',
|
|
@@ -1051,6 +1052,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1051
1052
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1052
1053
|
message: 'Great Stream',
|
|
1053
1054
|
subMonths: 2,
|
|
1055
|
+
streakMonths: 2,
|
|
1054
1056
|
tier: 'Tier 2',
|
|
1055
1057
|
subPlan: 2000,
|
|
1056
1058
|
subPlanName: 'My Day dos',
|
|
@@ -1064,6 +1066,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1064
1066
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1065
1067
|
message: 'Great Stream',
|
|
1066
1068
|
subMonths: 3,
|
|
1069
|
+
streakMonths: 3,
|
|
1067
1070
|
tier: 'Tier 3',
|
|
1068
1071
|
subPlan: 3000,
|
|
1069
1072
|
subPlanName: 'My Day tres',
|
|
@@ -1077,6 +1080,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1077
1080
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1078
1081
|
message: 'Great Stream',
|
|
1079
1082
|
subMonths: 1,
|
|
1083
|
+
streakMonths: 1,
|
|
1080
1084
|
tier: 'Prime',
|
|
1081
1085
|
subPlan: 'Prime',
|
|
1082
1086
|
subPlanName: 'Optimus Prime',
|
|
@@ -1113,6 +1117,14 @@ exports.LumiaAlertConfigs = {
|
|
|
1113
1117
|
required: false,
|
|
1114
1118
|
default: 1,
|
|
1115
1119
|
},
|
|
1120
|
+
{
|
|
1121
|
+
type: 'number',
|
|
1122
|
+
label: 'Streak months subscribed',
|
|
1123
|
+
dynamicField: 'streakMonths',
|
|
1124
|
+
variableField: 'streakMonths',
|
|
1125
|
+
required: false,
|
|
1126
|
+
default: 1,
|
|
1127
|
+
},
|
|
1116
1128
|
{
|
|
1117
1129
|
type: 'selection',
|
|
1118
1130
|
label: 'Sub Plan',
|
|
@@ -4864,11 +4876,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4864
4876
|
default: 'lumiastream',
|
|
4865
4877
|
},
|
|
4866
4878
|
],
|
|
4867
|
-
LumiaVariationConditions: [
|
|
4868
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
4869
|
-
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4870
|
-
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4871
|
-
],
|
|
4879
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
4872
4880
|
},
|
|
4873
4881
|
[activity_types_1.LumiaAlertValues.TIKTOK_SHARE]: {
|
|
4874
4882
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|