@jetshop/core 6.1.0-alpha.ae06a609 → 6.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/core",
3
- "version": "6.1.0-alpha.ae06a609",
3
+ "version": "6.1.1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "**/*.js",
package/types.d.ts CHANGED
@@ -2059,6 +2059,7 @@ export type MutationLoginArgs = {
2059
2059
  memberNumber?: Maybe<Scalars['String']>;
2060
2060
  externalHashId?: Maybe<Scalars['String']>;
2061
2061
  timeStamp?: Maybe<Scalars['String']>;
2062
+ customerId?: Maybe<Scalars['Int']>;
2062
2063
  cartId?: Maybe<Scalars['String']>;
2063
2064
  };
2064
2065