@lumiastream/lumia-types 2.1.11 → 2.1.13

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.
@@ -3970,13 +3970,13 @@ exports.LumiaAlertConfigs = {
3970
3970
  },
3971
3971
  [activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: {
3972
3972
  connection: event_types_1.LumiaIntegrations.TIKTOK,
3973
- message: '{{username}} sent a gift {{giftName}} with count of {{coins}} coins',
3973
+ message: '{{username}} sent {{giftAmount}} {{giftName}} gifts with a count of {{diamonds}} diamonds',
3974
3974
  eventlistMessage: 'Gift',
3975
3975
  eventlistDetailedMessage: 'sent {{giftAmount}} gifts of {{giftName}}',
3976
3976
  acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.gift,
3977
3977
  quickActions: [
3978
3978
  {
3979
- label: 'Rose worth 1 Coin',
3979
+ label: 'Rose worth 1 Diamond',
3980
3980
  dynamic: { value: 1, name: 'Rose' },
3981
3981
  extraSettings: {
3982
3982
  username: 'lumiastream',
@@ -3986,12 +3986,12 @@ exports.LumiaAlertConfigs = {
3986
3986
  giftId: 5655,
3987
3987
  giftAmount: 1,
3988
3988
  value: 1,
3989
- coins: 1,
3989
+ diamonds: 1,
3990
3990
  giftPictureUrl: 'https://p19-webcast.tiktokcdn.com/img/maliva/webcast-va/eba3a9bb85c33e017f3648eaf88d7189~tplv-obj.png',
3991
3991
  },
3992
3992
  },
3993
3993
  {
3994
- label: 'Pumpkin worth 100 Coins',
3994
+ label: 'Pumpkin worth 100 Diamonds',
3995
3995
  dynamic: { value: 100, name: 'Pumpkin' },
3996
3996
  extraSettings: {
3997
3997
  username: 'lumiastream',
@@ -4002,11 +4002,11 @@ exports.LumiaAlertConfigs = {
4002
4002
  giftId: 7095,
4003
4003
  giftAmount: 1,
4004
4004
  value: 100,
4005
- coins: 100,
4005
+ diamonds: 100,
4006
4006
  },
4007
4007
  },
4008
4008
  {
4009
- label: 'Boiling Cauldron worth 500 coins',
4009
+ label: 'Boiling Cauldron worth 500 Diamonds',
4010
4010
  dynamic: { value: 500, name: 'Boiling Cauldron' },
4011
4011
  extraSettings: {
4012
4012
  username: 'lumiastream',
@@ -4017,7 +4017,7 @@ exports.LumiaAlertConfigs = {
4017
4017
  giftId: 7158,
4018
4018
  giftAmount: 1,
4019
4019
  value: 500,
4020
- coins: 500,
4020
+ diamonds: 500,
4021
4021
  },
4022
4022
  },
4023
4023
  ],
@@ -4039,7 +4039,7 @@ exports.LumiaAlertConfigs = {
4039
4039
  },
4040
4040
  {
4041
4041
  type: 'number',
4042
- label: 'Coins',
4042
+ label: 'Diamonds',
4043
4043
  variableField: 'value',
4044
4044
  required: false,
4045
4045
  default: 1,
@@ -4053,11 +4053,11 @@ exports.LumiaAlertConfigs = {
4053
4053
  },
4054
4054
  {
4055
4055
  type: LumiaVariationConditions.EQUAL_NUMBER,
4056
- description: 'Coins Equal',
4056
+ description: 'Diamonds Equal',
4057
4057
  },
4058
4058
  {
4059
4059
  type: LumiaVariationConditions.GREATER_NUMBER,
4060
- description: 'Coins Greater Than',
4060
+ description: 'Diamonds Greater Than',
4061
4061
  },
4062
4062
  ],
4063
4063
  },
@@ -1169,7 +1169,7 @@ exports.AllVariables = {
1169
1169
  entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
1170
1170
  follower: ['username', 'userId', 'displayname', 'avatar'],
1171
1171
  subscriber: ['username', 'displayname', 'subMonths', 'avatar'],
1172
- gift: ['username', 'userId', 'profilePictureUrl', 'describe', 'coins', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'isNewGifter', 'receiverUserId', 'repeatCount', 'repeatEnd'],
1172
+ gift: ['username', 'userId', 'avatar', 'diamonds', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'giftAmount'],
1173
1173
  like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
1174
1174
  totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
1175
1175
  share: ['username', 'userId', 'displayname', 'avatar'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [