@longvansoftware/service-js-client 1.7.3 → 1.7.4

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.
@@ -181,27 +181,30 @@ exports.GET_SERVICE_TYPE_LIST = (0, graphql_tag_1.gql) `
181
181
  exports.GET_DOMAIN_CONTACTS = (0, graphql_tag_1.gql) `
182
182
  query GetDomainContacts($serviceId: String!) {
183
183
  getDomainContacts(serviceId: $serviceId) {
184
- partyId
185
- fullName
186
- otherName
187
- customerType
188
- email
189
- country
190
- provinceId
191
- province
192
- districtId
193
- district
194
- wardId
195
- ward
196
- address
197
- phone
198
- contactType
199
- taxCode
200
- businessCode
201
- idNumber
202
- gender
203
- birthday
204
- level
184
+ supplierId
185
+ domainContacts {
186
+ partyId
187
+ fullName
188
+ otherName
189
+ customerType
190
+ email
191
+ country
192
+ provinceId
193
+ province
194
+ districtId
195
+ district
196
+ wardId
197
+ ward
198
+ address
199
+ phone
200
+ contactType
201
+ taxCode
202
+ businessCode
203
+ idNumber
204
+ gender
205
+ birthday
206
+ level
207
+ }
205
208
  }
206
209
  }
207
210
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [