@defra/fcp-sfd-frontend-engine 0.22.0 → 0.22.1
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/dist/index.cjs
CHANGED
|
@@ -736,7 +736,7 @@ var updateBusinessNameMutation = `
|
|
|
736
736
|
|
|
737
737
|
// src/mutations/business/update-business-phone-numbers.js
|
|
738
738
|
var updateBusinessPhoneNumbersMutation = `
|
|
739
|
-
mutation UpdateBusinessPhoneNumbers($input:
|
|
739
|
+
mutation UpdateBusinessPhoneNumbers($input: UpdateBusinessPhoneInput!) {
|
|
740
740
|
updateBusinessPhone(input: $input) {
|
|
741
741
|
business {
|
|
742
742
|
info {
|
package/dist/index.js
CHANGED
|
@@ -695,7 +695,7 @@ var updateBusinessNameMutation = `
|
|
|
695
695
|
|
|
696
696
|
// src/mutations/business/update-business-phone-numbers.js
|
|
697
697
|
var updateBusinessPhoneNumbersMutation = `
|
|
698
|
-
mutation UpdateBusinessPhoneNumbers($input:
|
|
698
|
+
mutation UpdateBusinessPhoneNumbers($input: UpdateBusinessPhoneInput!) {
|
|
699
699
|
updateBusinessPhone(input: $input) {
|
|
700
700
|
business {
|
|
701
701
|
info {
|
package/package.json
CHANGED