@bzbs/react-api-client 1.4.14 → 1.4.15

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.mjs CHANGED
@@ -1286,6 +1286,7 @@ var ConsentApi = class extends BaseService {
1286
1286
  * @param params.termsAndConditions - The terms and conditions consent version.
1287
1287
  * @param params.dataPrivacy - The data privacy consent version.
1288
1288
  * @param params.marketingOption - The marketing option consent version.
1289
+ * @param params.consentAge - The consent age.
1289
1290
  * @param params.email - The email consent (0 for false, 1 for true).
1290
1291
  * @param params.sms - The SMS consent (0 for false, 1 for true).
1291
1292
  * @param params.notification - The notification consent (0 for false, 1 for true).
@@ -1310,6 +1311,7 @@ var ConsentApi = class extends BaseService {
1310
1311
  termandcondition: params.termsAndConditions,
1311
1312
  dataprivacy: params.dataPrivacy,
1312
1313
  marketingoption: params.marketingOption,
1314
+ consentage: params.consentAge,
1313
1315
  email: params.email,
1314
1316
  sms: params.sms,
1315
1317
  notification: params.notification,
@@ -2110,6 +2112,7 @@ var RegistrationApi = class extends BaseService {
2110
2112
  * @param params.termAndConditionVersion - The term and condition version.
2111
2113
  * @param params.dataPrivacyVersion - The data privacy version.
2112
2114
  * @param params.marketingOptionsVersion - The marketing options version.
2115
+ * @param params.consentAge - The consent age.
2113
2116
  * @param params.emailMarketing - The email marketing.
2114
2117
  * @param params.smsMarketing - The SMS marketing.
2115
2118
  * @param params.notificationMarketing - The notification marketing.
@@ -2148,6 +2151,7 @@ var RegistrationApi = class extends BaseService {
2148
2151
  termandcondition: params.termAndConditionVersion,
2149
2152
  dataprivacy: params.dataPrivacyVersion,
2150
2153
  marketingOption: params.marketingOptionsVersion,
2154
+ consentage: params.consentAge,
2151
2155
  mktoption_email: params.emailMarketing,
2152
2156
  mktoption_sms: params.smsMarketing,
2153
2157
  mktoption_notification: params.notificationMarketing,