@everymatrix/general-registration 1.88.0 → 1.88.2

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.
@@ -151,6 +151,7 @@ export declare class GeneralRegistration {
151
151
  getRegisterConfig(registrationID?: string): Promise<RegistrationConfig>;
152
152
  setRegisterStep(): void;
153
153
  getIgnoreCountry: (input: InputType) => boolean;
154
+ setConsents(): Record<string, boolean>;
154
155
  setRegister(): void;
155
156
  formatConfig(config: RegistrationConfig): void;
156
157
  addBtagValue(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-registration",
3
- "version": "1.88.0",
3
+ "version": "1.88.2",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",