@lumiastream/lumia-types 3.2.2 → 3.2.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.
@@ -88,6 +88,7 @@ export declare enum LumiaActivityCommandTypes {
88
88
  OVERLAY_SET_OVERLAY_VISIBILITY = "overlay-set-visibility",
89
89
  OVERLAY_SET_LAYER_VISIBILITY = "overlay-set-layer-visibility",
90
90
  OVERLAY_SET_LAYER_POSITION = "overlay-set-layer-position",
91
+ OVERLAY_SET_LAYER_SIZE = "overlay-set-layer-size",
91
92
  OVERLAY_SET_CONTENT = "overlay-set-content",
92
93
  OVERLAY_SCREENSHOT = "overlay-screenshot",
93
94
  OVERLAY_SCREENSHOT_RESPONSE = "overlay-screenshot-response",// Response to OVERLAY_SCREENSHOT, internal
@@ -97,6 +97,7 @@ var LumiaActivityCommandTypes;
97
97
  LumiaActivityCommandTypes["OVERLAY_SET_OVERLAY_VISIBILITY"] = "overlay-set-visibility";
98
98
  LumiaActivityCommandTypes["OVERLAY_SET_LAYER_VISIBILITY"] = "overlay-set-layer-visibility";
99
99
  LumiaActivityCommandTypes["OVERLAY_SET_LAYER_POSITION"] = "overlay-set-layer-position";
100
+ LumiaActivityCommandTypes["OVERLAY_SET_LAYER_SIZE"] = "overlay-set-layer-size";
100
101
  LumiaActivityCommandTypes["OVERLAY_SET_CONTENT"] = "overlay-set-content";
101
102
  LumiaActivityCommandTypes["OVERLAY_SCREENSHOT"] = "overlay-screenshot";
102
103
  LumiaActivityCommandTypes["OVERLAY_SCREENSHOT_RESPONSE"] = "overlay-screenshot-response";
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ var _a, _b, _c, _d, _e, _f, _g, _h;
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  exports.LumiaAlertConfigs = exports.LumiaRedemptionCurrencySymbol = exports.LumiaRedemptionCurrency = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = void 0;
4
5
  const activity_types_1 = require("./activity.types");
@@ -4042,6 +4043,7 @@ exports.LumiaAlertConfigs = {
4042
4043
  currencySymbol: '$',
4043
4044
  stickerId: 'emoji_beaming_face',
4044
4045
  stickerName: 'Emoji Beaming Face',
4046
+ imageUrl: (_b = (_a = youtube_superstickers_1.YoutubeSuperstickersData.find((sticker) => sticker.value === 'emoji_beaming_face')) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : '',
4045
4047
  },
4046
4048
  },
4047
4049
  {
@@ -4056,6 +4058,7 @@ exports.LumiaAlertConfigs = {
4056
4058
  currencySymbol: '$',
4057
4059
  stickerId: 'emoji_laughing',
4058
4060
  stickerName: 'Emoji Laughing',
4061
+ imageUrl: (_d = (_c = youtube_superstickers_1.YoutubeSuperstickersData.find((sticker) => sticker.value === 'emoji_laughing')) === null || _c === void 0 ? void 0 : _c.imageUrl) !== null && _d !== void 0 ? _d : '',
4059
4062
  },
4060
4063
  },
4061
4064
  {
@@ -4070,6 +4073,7 @@ exports.LumiaAlertConfigs = {
4070
4073
  currencySymbol: '$',
4071
4074
  stickerId: 'emoji_sad',
4072
4075
  stickerName: 'Emoji Sad',
4076
+ imageUrl: (_f = (_e = youtube_superstickers_1.YoutubeSuperstickersData.find((sticker) => sticker.value === 'emoji_sad')) === null || _e === void 0 ? void 0 : _e.imageUrl) !== null && _f !== void 0 ? _f : '',
4073
4077
  },
4074
4078
  },
4075
4079
  ],
@@ -4105,6 +4109,13 @@ exports.LumiaAlertConfigs = {
4105
4109
  required: false,
4106
4110
  default: '$',
4107
4111
  },
4112
+ {
4113
+ type: 'text',
4114
+ label: 'Image URL',
4115
+ variableField: 'imageUrl',
4116
+ required: false,
4117
+ default: (_h = (_g = youtube_superstickers_1.YoutubeSuperstickersData.find((sticker) => sticker.value === 'emoji_beaming_face')) === null || _g === void 0 ? void 0 : _g.imageUrl) !== null && _h !== void 0 ? _h : '',
4118
+ },
4108
4119
  ],
4109
4120
  LumiaVariationConditions: [
4110
4121
  { type: LumiaVariationConditions.RANDOM },
@@ -2029,7 +2029,7 @@ exports.AllVariables = {
2029
2029
  sessionGiftMembers: ['total', 'previousTotal'],
2030
2030
  superchat: ['username', 'displayname', 'currency', 'currencySymbol', 'amount', 'message'],
2031
2031
  sessionSuperchats: ['total', 'previousTotal', 'currency', 'currencySymbol'],
2032
- supersticker: ['username', 'displayname', 'stickerId', 'stickerName', 'amount', 'currency', 'currencySymbol'],
2032
+ supersticker: ['username', 'displayname', 'stickerId', 'stickerName', 'amount', 'currency', 'currencySymbol', 'imageUrl'],
2033
2033
  sessionSuperstickers: ['total', 'previousTotal', 'currency', 'currencySymbol'],
2034
2034
  like: ['likes', 'dislikes'],
2035
2035
  viewers: ['viewers'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [