@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: UpdateBusinessPhoneNumbersInput!) {
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: UpdateBusinessPhoneNumbersInput!) {
698
+ mutation UpdateBusinessPhoneNumbers($input: UpdateBusinessPhoneInput!) {
699
699
  updateBusinessPhone(input: $input) {
700
700
  business {
701
701
  info {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra/fcp-sfd-frontend-engine",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Shared frontend engine used by both the internal and external frontend applications.",
5
5
  "main": "./dist/index.cjs",
6
6
  "exports": {
@@ -1,5 +1,5 @@
1
1
  export const updateBusinessPhoneNumbersMutation = `
2
- mutation UpdateBusinessPhoneNumbers($input: UpdateBusinessPhoneNumbersInput!) {
2
+ mutation UpdateBusinessPhoneNumbers($input: UpdateBusinessPhoneInput!) {
3
3
  updateBusinessPhone(input: $input) {
4
4
  business {
5
5
  info {