@jetshop/template-trend 6.1.3 → 6.2.0-alpha.896e78a7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/template-trend",
3
- "version": "6.1.3",
3
+ "version": "6.2.0-alpha.896e78a7",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "react-scripts build",
@@ -45,11 +45,11 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@jetshop/core": "^6.1.3",
48
+ "@jetshop/core": "^6.2.0-alpha.896e78a7",
49
49
  "@jetshop/flight-shortcodes": "^2.0.10",
50
- "@jetshop/intl": "^6.1.3",
51
- "@jetshop/react-scripts": "^6.1.3",
52
- "@jetshop/ui": "^6.1.3",
50
+ "@jetshop/intl": "^6.2.0-alpha.896e78a7",
51
+ "@jetshop/react-scripts": "^6.2.0-alpha.896e78a7",
52
+ "@jetshop/ui": "^6.2.0-alpha.896e78a7",
53
53
  "@react-google-maps/api": "~2.18.1",
54
54
  "prop-types": "^15.6.2",
55
55
  "react": "^18",
package/schema.graphql CHANGED
@@ -1937,7 +1937,7 @@ type Mutation {
1937
1937
  One of email, pid, externalId, memberNumber or customerId is required, along with a password.
1938
1938
  Returns an authorization token if the login was successful.
1939
1939
  """
1940
- login(password: String, email: String, pid: String, externalId: String, memberNumber: String, externalHashId: String, timeStamp: String, cartId: String): LoginResponse
1940
+ login(password: String, email: String, pid: String, externalId: String, memberNumber: String, externalHashId: String, timeStamp: String, customerId: Int): LoginResponse
1941
1941
 
1942
1942
  """
1943
1943
  Requires a valid email and returns boolean value if successful, otherwise an error will be thrown
@@ -2114,7 +2114,6 @@ The response will contain a authorization token if the login was successful
2114
2114
  """
2115
2115
  type LoginResponse {
2116
2116
  token: Token!
2117
- customerId: Int
2118
2117
  }
2119
2118
 
2120
2119
  type RequestPasswordResetResult {
@@ -15,7 +15,8 @@ const config = {
15
15
  apolloConfig: {
16
16
  shopid: process.env.REACT_APP_SHOP_ID || 'demostore',
17
17
  graphQLURI:
18
- process.env.REACT_APP_GRAPHQL_URI || 'https://storeapi.jetshop.io/',
18
+ process.env.REACT_APP_GRAPHQL_URI ||
19
+ 'https://storeapi-readdcartidchan.ci.jetshopcloud.io/',
19
20
  token:
20
21
  process.env.REACT_APP_APOLLO_TOKEN ||
21
22
  '359fd7c1-8e72-4270-b899-2bda9ae6ef57',