@longvansoftware/storefront-js-client 1.3.2 → 1.3.3

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.
@@ -92,7 +92,7 @@ exports.CREATE_CUSTOMER_V2 = (0, graphql_tag_1.gql) `
92
92
  $email: String
93
93
  $birthDate: DateCustom
94
94
  $tenantId: String!
95
- $tenantId: String
95
+ $createdBy: String
96
96
  ) {
97
97
  createCustomerV2(
98
98
  name: $name
@@ -100,7 +100,7 @@ exports.CREATE_CUSTOMER_V2 = (0, graphql_tag_1.gql) `
100
100
  email: $email
101
101
  birthDate: $birthDate
102
102
  tenantId: $tenantId
103
- createdBy: $tenantId
103
+ createdBy: $createdBy
104
104
  ) {
105
105
  id
106
106
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [