@aws-amplify/core 6.0.1-console-preview.be08038.0 → 6.0.1-console-preview.3d7f188.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.
- package/lib/Platform/types.d.ts +1 -1
- package/lib/Platform/types.js +1 -1
- package/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib-esm/Platform/types.d.ts +1 -1
- package/lib-esm/Platform/types.js +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/lib-esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Platform/types.ts +1 -1
- package/src/Platform/version.ts +1 -1
|
@@ -98,7 +98,7 @@ export var InAppMessagingAction;
|
|
|
98
98
|
(function (InAppMessagingAction) {
|
|
99
99
|
InAppMessagingAction["SyncMessages"] = "1";
|
|
100
100
|
InAppMessagingAction["IdentifyUser"] = "2";
|
|
101
|
-
InAppMessagingAction["
|
|
101
|
+
InAppMessagingAction["NotifyMessageInteraction"] = "3";
|
|
102
102
|
})(InAppMessagingAction || (InAppMessagingAction = {}));
|
|
103
103
|
export var InteractionsAction;
|
|
104
104
|
(function (InteractionsAction) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "6.0.1-console-preview.
|
|
1
|
+
export declare const version = "6.0.1-console-preview.3d7f188.0+3d7f188";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export var version = '6.0.1-console-preview.
|
|
2
|
+
export var version = '6.0.1-console-preview.3d7f188.0+3d7f188';
|