@parra/parra-js-sdk 0.3.433 → 0.3.434

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.
@@ -600,7 +600,7 @@ export interface CreateContentCardRequestBody {
600
600
  description?: string | null;
601
601
  display_title?: string | null;
602
602
  display_description?: string | null;
603
- action_type?: ContentCardActionType;
603
+ action_type?: ContentCardActionType | null;
604
604
  action_url?: string | null;
605
605
  action_confirmation_message?: string | null;
606
606
  action_form_id?: string | null;
@@ -1296,7 +1296,7 @@ export interface UpdateContentCardRequestBody {
1296
1296
  description?: string | null;
1297
1297
  display_title?: string | null;
1298
1298
  display_description?: string | null;
1299
- action_type?: ContentCardActionType;
1299
+ action_type?: ContentCardActionType | null;
1300
1300
  action_url?: string | null;
1301
1301
  action_confirmation_message?: string | null;
1302
1302
  action_form_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.433",
3
+ "version": "0.3.434",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",