@streamlayer/feature-gamification 1.18.1 → 1.19.1

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.
@@ -31,6 +31,10 @@ export declare const parsePromotion: (response: SubscriptionResponse) => {
31
31
  name?: string;
32
32
  promotion?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").Promotion;
33
33
  backgroundImage?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").BackgroundImage;
34
+ statusPosition?: number;
35
+ activatedBy?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").ActivatedBy;
36
+ activatedByTriggerId?: string;
37
+ activatedByTriggerName?: string;
34
38
  };
35
39
  notification: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").QuestionNotification | undefined;
36
40
  promotion: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").QuestionOptions_PromotionOptions | undefined;
@@ -413,6 +413,10 @@ export declare const getPromotionDetail: (promoId: string, transport: Transport)
413
413
  name?: string;
414
414
  promotion?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").Promotion;
415
415
  backgroundImage?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").BackgroundImage;
416
+ statusPosition?: number;
417
+ activatedBy?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").ActivatedBy;
418
+ activatedByTriggerId?: string;
419
+ activatedByTriggerName?: string;
416
420
  };
417
421
  promotion: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").QuestionOptions_PromotionOptions | undefined;
418
422
  notification: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").QuestionNotification | undefined;
@@ -451,6 +455,10 @@ export declare const $activePromotionId: ($slStreamId: ReadableAtom<string | und
451
455
  name?: string;
452
456
  promotion?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").Promotion;
453
457
  backgroundImage?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").BackgroundImage;
458
+ statusPosition?: number;
459
+ activatedBy?: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").ActivatedBy;
460
+ activatedByTriggerId?: string;
461
+ activatedByTriggerName?: string;
454
462
  };
455
463
  promotion: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").QuestionOptions_PromotionOptions | undefined;
456
464
  notification: import("@streamlayer/sl-eslib/interactive/interactive.common_pb").QuestionNotification | undefined;
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@streamlayer/feature-gamification",
3
- "version": "1.18.1",
3
+ "version": "1.19.1",
4
4
  "peerDependencies": {
5
5
  "@bufbuild/protobuf": "^2.2.2",
6
6
  "@fastify/deepmerge": "^2.0.0",
7
- "@streamlayer/sl-eslib": "^5.168.0",
7
+ "@streamlayer/sl-eslib": "^5.179.1",
8
8
  "uuid": "^11.1.0",
9
9
  "nanostores": "^0.11.4",
10
- "@streamlayer/sdk-web-api": "^1.10.1",
11
- "@streamlayer/sdk-web-interfaces": "^1.6.2",
12
- "@streamlayer/sdk-web-core": "^1.13.1",
13
- "@streamlayer/sdk-web-logger": "^1.0.64",
14
- "@streamlayer/sdk-web-notifications": "^1.3.26",
15
- "@streamlayer/sdk-web-storage": "^1.0.64",
16
- "@streamlayer/sdk-web-types": "^1.12.1"
10
+ "@streamlayer/sdk-web-api": "^1.11.1",
11
+ "@streamlayer/sdk-web-core": "^1.14.1",
12
+ "@streamlayer/sdk-web-interfaces": "^1.6.4",
13
+ "@streamlayer/sdk-web-logger": "^1.0.66",
14
+ "@streamlayer/sdk-web-notifications": "^1.3.28",
15
+ "@streamlayer/sdk-web-storage": "^1.0.66",
16
+ "@streamlayer/sdk-web-types": "^1.13.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "tslib": "^2.7.0"