@aldb2b/common 1.0.73 → 1.0.74

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.
@@ -9,7 +9,7 @@ export declare namespace CreateCompanySetting {
9
9
  }
10
10
  interface Data {
11
11
  event: string;
12
- visibility?: Visibility;
12
+ visibility?: Visibility[];
13
13
  match?: Match;
14
14
  userInvitation?: UserInvitation;
15
15
  }
@@ -267,8 +267,8 @@
267
267
  "affectsGlobalScope": false
268
268
  },
269
269
  "../src/events/create-company-setting.interface.ts": {
270
- "version": "6a6315283d8cf0cb706c70ef09bfa72c36c838fc27abd4a8034877ce8b8899d6",
271
- "signature": "1fac366a2e04eba272a62a3c3f0e39a66f94b1305a7703c2008c862143712231",
270
+ "version": "68b7531511482d20dae03dff10a0e379e8fa553e268277d46f51eb8c1edeb555",
271
+ "signature": "31d73c0d0d7ac69bd2c658d88bd1cab5694ea82c3d256576136af0272d947e9c",
272
272
  "affectsGlobalScope": false
273
273
  },
274
274
  "../src/events/update-company-setting.interface.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",