@peacom/core 0.0.198 → 0.0.199

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peacom/core",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-s3": "^3.441.0",
@@ -125,8 +125,8 @@ export interface RawMessage {
125
125
  richCards?: RichCard[];
126
126
  rcsRichCardsOpts?: {
127
127
  type: 'STANDALONE' | 'CAROUSEL';
128
- orientation: 'HORIZONTAL' | 'VERTICAL';
129
- imageAlign: 'LEFT' | 'RIGHT';
128
+ orientation?: string;
129
+ imageAlign?: string;
130
130
  };
131
131
  viberRichCardRow?: number;
132
132
  viberRichCardCol?: number;