@praxium/sdk 0.3.74 → 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.
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/dist/index.js CHANGED
@@ -800,7 +800,7 @@ var createClient = (config = {}) => {
800
800
  };
801
801
 
802
802
  // src/generated/client.gen.ts
803
- var client = createClient(createConfig({ baseUrl: "https://platform.praxium.nl" }));
803
+ var client = createClient(createConfig());
804
804
 
805
805
  // src/generated/sdk.gen.ts
806
806
  var getOpeningHours = (options) => (options.client ?? client).get({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxium/sdk",
3
- "version": "0.3.74",
3
+ "version": "0.3.80",
4
4
  "description": "Official TypeScript SDK for the Praxium platform API",
5
5
  "type": "module",
6
6
  "exports": {