@lumiastream/lumia-types 3.1.1 → 3.1.3

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.
@@ -133,7 +133,7 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
133
133
  LumiaVariationConditions: Array<{
134
134
  type: LumiaVariationConditions;
135
135
  description?: string;
136
- dynamicSelections?: boolean;
136
+ dynamicOptions?: boolean;
137
137
  selections?: LumiaSelectionOption[];
138
138
  }>;
139
139
  }>;
@@ -4,6 +4,7 @@ exports.LumiaAlertConfigs = exports.LumiaRedemptionCurrencySymbol = exports.Lumi
4
4
  const activity_types_1 = require("./activity.types");
5
5
  const event_types_1 = require("./event.types");
6
6
  const variables_types_1 = require("./variables.types");
7
+ const kick_kicks_1 = require("./kick_kicks");
7
8
  const youtube_superstickers_1 = require("./youtube_superstickers");
8
9
  const viewer_profile_achievements_1 = require("./viewer_profile_achievements");
9
10
  var LumiaVariationConditions;
@@ -4694,7 +4695,7 @@ exports.LumiaAlertConfigs = {
4694
4695
  {
4695
4696
  type: LumiaVariationConditions.EQUAL_SELECTION,
4696
4697
  description: 'Gift Name is equal to',
4697
- dynamicSelections: true,
4698
+ dynamicOptions: true,
4698
4699
  },
4699
4700
  {
4700
4701
  type: LumiaVariationConditions.EQUAL_NUMBER,
@@ -5699,19 +5700,21 @@ exports.LumiaAlertConfigs = {
5699
5700
  default: 100,
5700
5701
  },
5701
5702
  {
5702
- type: 'text',
5703
+ type: 'selection',
5703
5704
  label: 'Name of kicks',
5704
5705
  dynamicField: 'name',
5705
5706
  variableField: 'name',
5706
5707
  required: true,
5707
5708
  default: 'Hype',
5709
+ selections: kick_kicks_1.KickKicksData,
5708
5710
  },
5709
5711
  ],
5710
5712
  LumiaVariationConditions: [
5711
5713
  { type: LumiaVariationConditions.RANDOM },
5712
5714
  {
5713
- type: LumiaVariationConditions.EQUAL_STRING,
5715
+ type: LumiaVariationConditions.EQUAL_SELECTION,
5714
5716
  description: 'Kicks Name is equal to',
5717
+ dynamicOptions: true,
5715
5718
  },
5716
5719
  {
5717
5720
  type: LumiaVariationConditions.EQUAL_NUMBER,
package/dist/index.d.ts CHANGED
@@ -4,4 +4,6 @@ export { ILumiaSendPack, ILumiaEvent, ILumiaEventChatCommandBody, ILumiaEventCha
4
4
  export { LumiaEventListTypes, LumiaMapAlertTypeToEventListType } from './eventlist.types';
5
5
  export { SystemVariables, ReservedVariables, AllVariables } from './variables.types';
6
6
  export { formatCondition } from './helpers';
7
+ export { KickKicksData } from './kick_kicks';
8
+ export { YoutubeSuperstickersData } from './youtube_superstickers';
7
9
  export { VIEWER_PROFILE_ACHIEVEMENTS, type ViewerProfileAchievementColor, type ViewerProfileAchievementDefinition, type ViewerProfileAchievementMetric } from './viewer_profile_achievements';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VIEWER_PROFILE_ACHIEVEMENTS = exports.formatCondition = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = exports.LumiaActivityTestType = exports.LumiaActivityNoValueTypes = exports.LumiaActivityApiValueType = exports.LumiaActivityOriginTypes = exports.LumiaAlertFriendlyValues = exports.LumiaAlertValues = exports.LumiaExternalActivityCommandTypes = exports.LumiaActivityCommandTypes = exports.LumiaStreamingSites = void 0;
3
+ exports.VIEWER_PROFILE_ACHIEVEMENTS = exports.YoutubeSuperstickersData = exports.KickKicksData = exports.formatCondition = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = exports.LumiaActivityTestType = exports.LumiaActivityNoValueTypes = exports.LumiaActivityApiValueType = exports.LumiaActivityOriginTypes = exports.LumiaAlertFriendlyValues = exports.LumiaAlertValues = exports.LumiaExternalActivityCommandTypes = exports.LumiaActivityCommandTypes = exports.LumiaStreamingSites = void 0;
4
4
  var activity_types_1 = require("./activity.types");
5
5
  Object.defineProperty(exports, "LumiaStreamingSites", { enumerable: true, get: function () { return activity_types_1.LumiaStreamingSites; } });
6
6
  Object.defineProperty(exports, "LumiaActivityCommandTypes", { enumerable: true, get: function () { return activity_types_1.LumiaActivityCommandTypes; } });
@@ -28,5 +28,9 @@ Object.defineProperty(exports, "ReservedVariables", { enumerable: true, get: fun
28
28
  Object.defineProperty(exports, "AllVariables", { enumerable: true, get: function () { return variables_types_1.AllVariables; } });
29
29
  var helpers_1 = require("./helpers");
30
30
  Object.defineProperty(exports, "formatCondition", { enumerable: true, get: function () { return helpers_1.formatCondition; } });
31
+ var kick_kicks_1 = require("./kick_kicks");
32
+ Object.defineProperty(exports, "KickKicksData", { enumerable: true, get: function () { return kick_kicks_1.KickKicksData; } });
33
+ var youtube_superstickers_1 = require("./youtube_superstickers");
34
+ Object.defineProperty(exports, "YoutubeSuperstickersData", { enumerable: true, get: function () { return youtube_superstickers_1.YoutubeSuperstickersData; } });
31
35
  var viewer_profile_achievements_1 = require("./viewer_profile_achievements");
32
36
  Object.defineProperty(exports, "VIEWER_PROFILE_ACHIEVEMENTS", { enumerable: true, get: function () { return viewer_profile_achievements_1.VIEWER_PROFILE_ACHIEVEMENTS; } });
@@ -0,0 +1,9 @@
1
+ export declare const KickKicksData: {
2
+ value: string;
3
+ label: string;
4
+ amount: number;
5
+ helperText: string;
6
+ imageUrl: string;
7
+ searchText: string;
8
+ giftId: string;
9
+ }[];
@@ -0,0 +1,95 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KickKicksData = void 0;
4
+ exports.KickKicksData = [
5
+ {
6
+ value: 'Hell Yeah',
7
+ label: 'Hell Yeah',
8
+ amount: 1,
9
+ helperText: '1 kick',
10
+ imageUrl: 'https://files.kick.com/kicks/gifts/hell-yeah.webp',
11
+ searchText: 'Hell Yeah hell_yeah 1 BASIC BASIC',
12
+ giftId: 'hell_yeah',
13
+ },
14
+ {
15
+ value: 'Hype',
16
+ label: 'Hype',
17
+ amount: 10,
18
+ helperText: '10 kicks',
19
+ imageUrl: 'https://files.kick.com/kicks/gifts/hype.webp',
20
+ searchText: 'Hype hype 10 BASIC BASIC',
21
+ giftId: 'hype',
22
+ },
23
+ {
24
+ value: 'Skull Emoji',
25
+ label: 'Skull Emoji',
26
+ amount: 50,
27
+ helperText: '50 kicks',
28
+ imageUrl: 'https://files.kick.com/kicks/gifts/skull-emoji.webp',
29
+ searchText: 'Skull Emoji skull_emoji 50 BASIC BASIC',
30
+ giftId: 'skull_emoji',
31
+ },
32
+ {
33
+ value: 'Full Send',
34
+ label: 'Full Send',
35
+ amount: 100,
36
+ helperText: '100 kicks',
37
+ imageUrl: 'https://files.kick.com/kicks/gifts/full-send.webp',
38
+ searchText: 'Full Send full_send 100 BASIC BASIC',
39
+ giftId: 'full_send',
40
+ },
41
+ {
42
+ value: 'Rage Quit',
43
+ label: 'Rage Quit',
44
+ amount: 500,
45
+ helperText: '500 kicks',
46
+ imageUrl: 'https://files.kick.com/kicks/gifts/rage-quit.webp',
47
+ searchText: 'Rage Quit rage_quit 500 MID LEVEL_UP',
48
+ giftId: 'rage_quit',
49
+ },
50
+ {
51
+ value: 'Pack It Up',
52
+ label: 'Pack It Up',
53
+ amount: 1000,
54
+ helperText: '1000 kicks',
55
+ imageUrl: 'https://files.kick.com/kicks/gifts/pack-it-up.webp',
56
+ searchText: 'Pack It Up pack_it_up 1000 MID LEVEL_UP',
57
+ giftId: 'pack_it_up',
58
+ },
59
+ {
60
+ value: 'YAP',
61
+ label: 'YAP',
62
+ amount: 2000,
63
+ helperText: '2000 kicks',
64
+ imageUrl: 'https://files.kick.com/kicks/gifts/yap.webp',
65
+ searchText: 'YAP yap 2000 MID LEVEL_UP',
66
+ giftId: 'yap',
67
+ },
68
+ {
69
+ value: 'Stomp',
70
+ label: 'Stomp',
71
+ amount: 5000,
72
+ helperText: '5000 kicks',
73
+ imageUrl: 'https://files.kick.com/kicks/gifts/stomp.webp',
74
+ searchText: 'Stomp stomp 5000 HIGHER LEVEL_UP',
75
+ giftId: 'stomp',
76
+ },
77
+ {
78
+ value: 'Flex',
79
+ label: 'Flex',
80
+ amount: 10000,
81
+ helperText: '10000 kicks',
82
+ imageUrl: 'https://files.kick.com/kicks/gifts/flex.webp',
83
+ searchText: 'Flex flex 10000 HIGHER LEVEL_UP',
84
+ giftId: 'flex',
85
+ },
86
+ {
87
+ value: 'BOOOOOM',
88
+ label: 'BOOOOOM',
89
+ amount: 50000,
90
+ helperText: '50000 kicks',
91
+ imageUrl: 'https://files.kick.com/kicks/gifts/boom.webp',
92
+ searchText: 'BOOOOOM booooom 50000 HIGHER LEVEL_UP',
93
+ giftId: 'booooom',
94
+ },
95
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [