@lumiastream/lumia-types 3.4.1 → 3.4.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.js
CHANGED
|
@@ -5362,10 +5362,18 @@ exports.LumiaAlertConfigs = {
|
|
|
5362
5362
|
battleId: '1',
|
|
5363
5363
|
battleLabel: 'lumiastream vs rivalstream',
|
|
5364
5364
|
creatorUsername: 'lumiastream',
|
|
5365
|
+
creatorDisplayname: 'Lumia Stream',
|
|
5366
|
+
creatorAvatar: '',
|
|
5365
5367
|
opponentUsername: 'rivalstream',
|
|
5368
|
+
opponentDisplayname: 'Rival Stream',
|
|
5369
|
+
opponentAvatar: '',
|
|
5366
5370
|
creatorScore: 1200,
|
|
5367
5371
|
opponentScore: 900,
|
|
5372
|
+
giftId: 5655,
|
|
5373
|
+
giftCount: 1,
|
|
5374
|
+
repeatCount: 1,
|
|
5368
5375
|
totalDiamondCount: 100,
|
|
5376
|
+
battleStatus: 'scoreUpdate',
|
|
5369
5377
|
},
|
|
5370
5378
|
},
|
|
5371
5379
|
],
|
package/dist/esm/alert.types.js
CHANGED
|
@@ -5359,10 +5359,18 @@ export const LumiaAlertConfigs = {
|
|
|
5359
5359
|
battleId: '1',
|
|
5360
5360
|
battleLabel: 'lumiastream vs rivalstream',
|
|
5361
5361
|
creatorUsername: 'lumiastream',
|
|
5362
|
+
creatorDisplayname: 'Lumia Stream',
|
|
5363
|
+
creatorAvatar: '',
|
|
5362
5364
|
opponentUsername: 'rivalstream',
|
|
5365
|
+
opponentDisplayname: 'Rival Stream',
|
|
5366
|
+
opponentAvatar: '',
|
|
5363
5367
|
creatorScore: 1200,
|
|
5364
5368
|
opponentScore: 900,
|
|
5369
|
+
giftId: 5655,
|
|
5370
|
+
giftCount: 1,
|
|
5371
|
+
repeatCount: 1,
|
|
5365
5372
|
totalDiamondCount: 100,
|
|
5373
|
+
battleStatus: 'scoreUpdate',
|
|
5366
5374
|
},
|
|
5367
5375
|
},
|
|
5368
5376
|
],
|
|
@@ -2314,7 +2314,11 @@ export const AllVariables = {
|
|
|
2314
2314
|
'battleId',
|
|
2315
2315
|
'battleLabel',
|
|
2316
2316
|
'creatorUsername',
|
|
2317
|
+
'creatorDisplayname',
|
|
2318
|
+
'creatorAvatar',
|
|
2317
2319
|
'opponentUsername',
|
|
2320
|
+
'opponentDisplayname',
|
|
2321
|
+
'opponentAvatar',
|
|
2318
2322
|
'creatorScore',
|
|
2319
2323
|
'opponentScore',
|
|
2320
2324
|
'giftId',
|
package/dist/variables.types.js
CHANGED
|
@@ -2319,7 +2319,11 @@ exports.AllVariables = {
|
|
|
2319
2319
|
'battleId',
|
|
2320
2320
|
'battleLabel',
|
|
2321
2321
|
'creatorUsername',
|
|
2322
|
+
'creatorDisplayname',
|
|
2323
|
+
'creatorAvatar',
|
|
2322
2324
|
'opponentUsername',
|
|
2325
|
+
'opponentDisplayname',
|
|
2326
|
+
'opponentAvatar',
|
|
2323
2327
|
'creatorScore',
|
|
2324
2328
|
'opponentScore',
|
|
2325
2329
|
'giftId',
|