@longvansoftware/service-js-client 1.7.1 → 1.7.2

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.
@@ -115,14 +115,27 @@ exports.CREATE_DOMAIN_CONTACT = (0, graphql_tag_1.gql) `
115
115
  serviceId: $serviceId
116
116
  domainContacts: $domainContacts
117
117
  ) {
118
- domainName
119
- domainId
120
- supplierId
121
- partyOwnerId
122
- adminOwnerId
123
- domainTechnicalId
124
- domainPayerId
125
- attrs
118
+ partyId
119
+ fullName
120
+ otherName
121
+ customerType
122
+ email
123
+ country
124
+ provinceId
125
+ province
126
+ districtId
127
+ district
128
+ wardId
129
+ ward
130
+ address
131
+ phone
132
+ contactType
133
+ taxCode
134
+ businessCode
135
+ idNumber
136
+ gender
137
+ birthday
138
+ level
126
139
  }
127
140
  }
128
141
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [