@praxium/sdk 0.3.77 → 0.3.80

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -593,6 +593,10 @@ type SubmitContactFormData = {
593
593
  phone?: string;
594
594
  subject: string;
595
595
  message: string;
596
+ /**
597
+ * User must explicitly accept terms and privacy policy (GDPR compliance)
598
+ */
599
+ acceptTerms: true;
596
600
  };
597
601
  path: {
598
602
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxium/sdk",
3
- "version": "0.3.77",
3
+ "version": "0.3.80",
4
4
  "description": "Official TypeScript SDK for the Praxium platform API",
5
5
  "type": "module",
6
6
  "exports": {