@lumiastream/lumia-types 2.0.15 → 2.0.16

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.
@@ -3651,20 +3651,6 @@ exports.LumiaAlertConfigs = {
3651
3651
  required: true,
3652
3652
  default: 1,
3653
3653
  },
3654
- {
3655
- type: 'selection',
3656
- label: 'Tier',
3657
- dynamicField: 'value',
3658
- variableField: 'subPlan',
3659
- default: 1000,
3660
- required: true,
3661
- selections: [
3662
- { label: 'Tier 1', value: 1000 },
3663
- { label: 'Tier 2', value: 2000 },
3664
- { label: 'Tier 3', value: 3000 },
3665
- { label: 'Prime', value: 'Prime' },
3666
- ],
3667
- },
3668
3654
  {
3669
3655
  type: 'text',
3670
3656
  label: 'Message',
@@ -4218,19 +4204,6 @@ exports.LumiaAlertConfigs = {
4218
4204
  required: false,
4219
4205
  default: 1,
4220
4206
  },
4221
- {
4222
- type: 'selection',
4223
- label: 'Sub Plan',
4224
- dynamicField: 'value',
4225
- variableField: 'subPlan',
4226
- default: '1',
4227
- required: true,
4228
- selections: [
4229
- { label: 'Tier 1', value: '1' },
4230
- { label: 'Tier 2', value: '2' },
4231
- { label: 'Tier 3', value: '3' },
4232
- ],
4233
- },
4234
4207
  {
4235
4208
  type: 'text',
4236
4209
  label: 'Message',
@@ -4241,14 +4214,6 @@ exports.LumiaAlertConfigs = {
4241
4214
  ],
4242
4215
  LumiaVariationConditions: [
4243
4216
  { type: LumiaVariationConditions.RANDOM },
4244
- {
4245
- type: LumiaVariationConditions.EQUAL_SELECTION,
4246
- selections: [
4247
- { label: 'Tier 1', value: '1' },
4248
- { label: 'Tier 2', value: '2' },
4249
- { label: 'Tier 3', value: '3' },
4250
- ],
4251
- },
4252
4217
  {
4253
4218
  type: LumiaVariationConditions.SUBSCRIBED_MONTHS_EQUAL,
4254
4219
  },
@@ -4337,19 +4302,6 @@ exports.LumiaAlertConfigs = {
4337
4302
  required: true,
4338
4303
  default: 1,
4339
4304
  },
4340
- {
4341
- type: 'selection',
4342
- label: 'Sub Plan',
4343
- dynamicField: 'value',
4344
- variableField: 'subPlan',
4345
- default: '1',
4346
- required: true,
4347
- selections: [
4348
- { label: 'Tier 1', value: '1' },
4349
- { label: 'Tier 2', value: '2' },
4350
- { label: 'Tier 3', value: '3' },
4351
- ],
4352
- },
4353
4305
  {
4354
4306
  type: 'text',
4355
4307
  label: 'Message',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [