@matochmat/api-client 2.0.0-next.39 → 2.0.0-next.40

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/v3/user.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import type { ApiV1BonusStampType } from '../v1/bonusStamp';
2
2
  import type { ApiV1FavoriteType } from '../v1/favorite';
3
3
  import type { ApiV3BaseResponseType } from '../v3/baseResponse';
4
- import type { ApiV3CustomerManagementType } from '@matochmat/api-client/src/v3/customerManagement';
5
4
  import type { ApiV3NotificationPreferenceType } from '../v3/notificationPreference';
6
5
  export { apiV2UserApiEndpointSlug as apiV3UserApiEndpointSlug } from '../v2/user';
7
6
  /**
@@ -20,10 +19,6 @@ export type ApiV3UserType = {
20
19
  * String representation of when the restaurant was created.
21
20
  */
22
21
  created: null | string;
23
- /**
24
- * List of customer management relations.
25
- */
26
- customerManagementList: ApiV3CustomerManagementType[];
27
22
  /**
28
23
  * Email address for the user. Also used as user name when logging in.
29
24
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@matochmat/api-client",
3
3
  "description": "API types and helper functionality for the Mat och Mat API.",
4
- "version": "2.0.0-next.39",
4
+ "version": "2.0.0-next.40",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",