@longvansoftware/storefront-js-client 3.0.9 → 3.1.0

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.
@@ -144,7 +144,25 @@ exports.CREATE_USER_DETAIL_MUTATION = (0, graphql_tag_1.gql) `
144
144
  `;
145
145
  exports.CREATE_ORG_MUTATION = (0, graphql_tag_1.gql) `
146
146
  mutation CreateOrg($orgName: String!) {
147
- createOrg(orgName: $orgName)
147
+ createOrg(orgName: $orgName) {
148
+ id
149
+ partyId
150
+ codeId
151
+ groupName
152
+ groupType
153
+ shortName
154
+ groupNameLocal
155
+ officeSiteName
156
+ comments
157
+ logoImageUrl
158
+ isIncorporated
159
+ federalTaxId
160
+ description
161
+ deleted
162
+ status
163
+ positionIndexId
164
+ prefix
165
+ }
148
166
  }
149
167
  `;
150
168
  exports.ADD_ROLE_USER_MUTATION = (0, graphql_tag_1.gql) `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.0.9",
3
+ "version": "3.1.0",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [