@streamlayer/feature-gamification 1.18.1 → 1.19.0
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;
|
package/lib/queries/index.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@bufbuild/protobuf": "^2.2.2",
|
|
6
6
|
"@fastify/deepmerge": "^2.0.0",
|
|
7
|
-
"@streamlayer/sl-eslib": "^5.
|
|
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.
|
|
11
|
-
"@streamlayer/sdk-web-
|
|
12
|
-
"@streamlayer/sdk-web-
|
|
13
|
-
"@streamlayer/sdk-web-logger": "^1.0.
|
|
14
|
-
"@streamlayer/sdk-web-notifications": "^1.3.
|
|
15
|
-
"@streamlayer/sdk-web-storage": "^1.0.
|
|
16
|
-
"@streamlayer/sdk-web-types": "^1.
|
|
10
|
+
"@streamlayer/sdk-web-api": "^1.11.0",
|
|
11
|
+
"@streamlayer/sdk-web-core": "^1.14.0",
|
|
12
|
+
"@streamlayer/sdk-web-interfaces": "^1.6.3",
|
|
13
|
+
"@streamlayer/sdk-web-logger": "^1.0.65",
|
|
14
|
+
"@streamlayer/sdk-web-notifications": "^1.3.27",
|
|
15
|
+
"@streamlayer/sdk-web-storage": "^1.0.65",
|
|
16
|
+
"@streamlayer/sdk-web-types": "^1.13.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"tslib": "^2.7.0"
|