{
  "storefront": {
    "fromVersion": "2026-01",
    "toVersion": "2026-04",
    "apiType": "storefront",
    "generatedAt": "2026-09-01T13:55:11.913Z",
    "summary": {
      "totalChanges": 8,
      "breakingChanges": 0,
      "deprecations": 0,
      "additions": 0,
      "removals": 0,
      "modifications": 2
    },
    "changes": {
      "types": [
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANDISE_LINE_TRANSFORMERS_RUN_ERROR' was added to enum 'CartErrorCode'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An error occurred while processing cart transformations.' was added to enum value 'CartErrorCode.MERCHANDISE_LINE_TRANSFORMERS_RUN_ERROR'"
        }
      ],
      "queries": [],
      "mutations": [],
      "subscriptions": [],
      "enums": [
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANDISE_LINE_TRANSFORMERS_RUN_ERROR' was added to enum 'CartErrorCode'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An error occurred while processing cart transformations.' was added to enum value 'CartErrorCode.MERCHANDISE_LINE_TRANSFORMERS_RUN_ERROR'"
        }
      ]
    }
  },
  "customer-account": {
    "fromVersion": "2026-01",
    "toVersion": "2026-04",
    "apiType": "customer-account",
    "generatedAt": "2026-09-01T13:55:11.937Z",
    "summary": {
      "totalChanges": 18,
      "breakingChanges": 0,
      "deprecations": 0,
      "additions": 0,
      "removals": 0,
      "modifications": 0
    },
    "changes": {
      "types": [],
      "queries": [],
      "mutations": [],
      "subscriptions": [],
      "enums": []
    }
  },
  "admin": {
    "fromVersion": "2026-01",
    "toVersion": "2026-04",
    "apiType": "admin",
    "generatedAt": "2026-09-01T13:55:12.097Z",
    "summary": {
      "totalChanges": 3200,
      "breakingChanges": 18,
      "deprecations": 0,
      "additions": 304,
      "removals": 4,
      "modifications": 1692
    },
    "changes": {
      "types": [
        {
          "name": "DeliveryLegacyModeBlocked",
          "kind": "OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'DeliveryLegacyModeBlocked' was removed"
        },
        {
          "name": "DeliveryLegacyModeBlockedReason",
          "kind": "OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'DeliveryLegacyModeBlockedReason' was removed"
        },
        {
          "name": "DeliverySetting",
          "kind": "OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'DeliverySetting' was removed"
        },
        {
          "name": "DeliverySettingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'DeliverySettingInput' was removed"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashActivitiesSortKeys' was added"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'CashActivitiesSortKeys'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'CashActivitiesSortKeys.ID'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIME' was added to enum 'CashActivitiesSortKeys'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `time` value.' was added to enum value 'CashActivitiesSortKeys.TIME'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashActivitiesSortKeys' has description 'The set of valid sort keys for the CashActivities query.'"
        },
        {
          "name": "CashActivity",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashActivity' was added"
        },
        {
          "name": "CashActivity",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashActivity' has description 'An activity on a cash drawer.'"
        },
        {
          "name": "CashActivityConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashActivityConnection' was added"
        },
        {
          "name": "CashActivityConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashActivityConnection' has description 'An auto-generated type for paginating through multiple CashActivities.'"
        },
        {
          "name": "CashActivityEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashActivityEdge' was added"
        },
        {
          "name": "CashActivityEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashActivityEdge' has description 'An auto-generated type which holds one CashActivity and a cursor during pagination.'"
        },
        {
          "name": "CashAdjustmentActivity",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashAdjustmentActivity' was added"
        },
        {
          "name": "CashAdjustmentActivity",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashAdjustmentActivity' object implements 'CashActivity' interface"
        },
        {
          "name": "CashAdjustmentActivity",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashAdjustmentActivity' has description 'A cash adjustment activity.'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashAdjustmentActivityType' was added"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADJUSTMENT' was added to enum 'CashAdjustmentActivityType'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A manual cash adjustment.' was added to enum value 'CashAdjustmentActivityType.ADJUSTMENT'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PAYOUT' was added to enum 'CashAdjustmentActivityType'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash payout, such as a gift card cash out.' was added to enum value 'CashAdjustmentActivityType.CASH_PAYOUT'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSING_ADJUSTMENT' was added to enum 'CashAdjustmentActivityType'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A closing adjustment.' was added to enum value 'CashAdjustmentActivityType.CLOSING_ADJUSTMENT'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashAdjustmentActivityType' has description 'The type of adjustment activity.'"
        },
        {
          "name": "CashCountActivity",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashCountActivity' was added"
        },
        {
          "name": "CashCountActivity",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashCountActivity' object implements 'CashActivity' interface"
        },
        {
          "name": "CashCountActivity",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashCountActivity' has description 'A cash count activity.'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashCountActivityType' was added"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPENING' was added to enum 'CashCountActivityType'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A count performed at the opening of a session.' was added to enum value 'CashCountActivityType.OPENING'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSING' was added to enum 'CashCountActivityType'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A count performed at the closing of a session.' was added to enum value 'CashCountActivityType.CLOSING'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MID_SESSION' was added to enum 'CashCountActivityType'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A count performed during a session.' was added to enum value 'CashCountActivityType.MID_SESSION'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashCountActivityType' has description 'The type of count activity.'"
        },
        {
          "name": "CashDrawer",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawer' was added"
        },
        {
          "name": "CashDrawer",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashDrawer' object implements 'Node' interface"
        },
        {
          "name": "CashDrawer",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawer' has description 'A cash drawer for cash management.'"
        },
        {
          "name": "CashDrawerConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerConnection' was added"
        },
        {
          "name": "CashDrawerConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerConnection' has description 'An auto-generated type for paginating through multiple CashDrawers.'"
        },
        {
          "name": "CashDrawerCreatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerCreatePayload' was added"
        },
        {
          "name": "CashDrawerCreatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerCreatePayload' has description 'Return type for `cashDrawerCreate` mutation.'"
        },
        {
          "name": "CashDrawerCreateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerCreateUserError' was added"
        },
        {
          "name": "CashDrawerCreateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashDrawerCreateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CashDrawerCreateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerCreateUserError' has description 'An error that occurs during the execution of `CashDrawerCreate`.'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerCreateUserErrorCode' was added"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CashDrawerCreateUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to create cash drawer.' was added to enum value 'CashDrawerCreateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_ALREADY_EXISTS' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash drawer with this name already exists at the specified location.' was added to enum value 'CashDrawerCreateUserErrorCode.CASH_DRAWER_ALREADY_EXISTS'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCATION_NOT_FOUND' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The location was not found.' was added to enum value 'CashDrawerCreateUserErrorCode.LOCATION_NOT_FOUND'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NAME' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The name provided is invalid.' was added to enum value 'CashDrawerCreateUserErrorCode.INVALID_NAME'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerCreateUserErrorCode' has description 'Possible error codes that can be returned by `CashDrawerCreateUserError`.'"
        },
        {
          "name": "CashDrawerDateRangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerDateRangeInput' was added"
        },
        {
          "name": "CashDrawerDateRangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'from' of type 'DateTime!' was added to input object type 'CashDrawerDateRangeInput'"
        },
        {
          "name": "CashDrawerDateRangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CashDrawerDateRangeInput.from' has description 'The start of the date and time range.'"
        },
        {
          "name": "CashDrawerDateRangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'to' of type 'DateTime!' was added to input object type 'CashDrawerDateRangeInput'"
        },
        {
          "name": "CashDrawerDateRangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CashDrawerDateRangeInput.to' has description 'The end of the date and time range.'"
        },
        {
          "name": "CashDrawerDateRangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerDateRangeInput' has description 'The input fields for date and time range filter.'"
        },
        {
          "name": "CashDrawerEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerEdge' was added"
        },
        {
          "name": "CashDrawerEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerEdge' has description 'An auto-generated type which holds one CashDrawer and a cursor during pagination.'"
        },
        {
          "name": "CashDrawerFindOrCreatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerFindOrCreatePayload' was added"
        },
        {
          "name": "CashDrawerFindOrCreatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerFindOrCreatePayload' has description 'Return type for `cashDrawerFindOrCreate` mutation.'"
        },
        {
          "name": "CashDrawerFindOrCreateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerFindOrCreateUserError' was added"
        },
        {
          "name": "CashDrawerFindOrCreateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashDrawerFindOrCreateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CashDrawerFindOrCreateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerFindOrCreateUserError' has description 'An error that occurs during the execution of `CashDrawerFindOrCreate`.'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerFindOrCreateUserErrorCode' was added"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to find or create cash drawer.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_ASSIGNMENT_ALREADY_EXISTS' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer assignment already exists.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.CASH_DRAWER_ASSIGNMENT_ALREADY_EXISTS'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCATION_NOT_FOUND' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The location was not found.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.LOCATION_NOT_FOUND'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'POINT_OF_SALE_DEVICE_NOT_FOUND' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device was not found.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.POINT_OF_SALE_DEVICE_NOT_FOUND'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerFindOrCreateUserErrorCode' has description 'Possible error codes that can be returned by `CashDrawerFindOrCreateUserError`.'"
        },
        {
          "name": "CashDrawerUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerUpdateInput' was added"
        },
        {
          "name": "CashDrawerUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String!' was added to input object type 'CashDrawerUpdateInput'"
        },
        {
          "name": "CashDrawerUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CashDrawerUpdateInput.name' has description 'The new name for the cash drawer.'"
        },
        {
          "name": "CashDrawerUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerUpdateInput' has description 'The input fields for updating a cash drawer.'"
        },
        {
          "name": "CashDrawerUpdatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerUpdatePayload' was added"
        },
        {
          "name": "CashDrawerUpdatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerUpdatePayload' has description 'Return type for `cashDrawerUpdate` mutation.'"
        },
        {
          "name": "CashDrawerUpdateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerUpdateUserError' was added"
        },
        {
          "name": "CashDrawerUpdateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashDrawerUpdateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CashDrawerUpdateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerUpdateUserError' has description 'An error that occurs during the execution of `CashDrawerUpdate`.'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashDrawerUpdateUserErrorCode' was added"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CashDrawerUpdateUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to update cash drawer.' was added to enum value 'CashDrawerUpdateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_NOT_FOUND' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer was not found.' was added to enum value 'CashDrawerUpdateUserErrorCode.CASH_DRAWER_NOT_FOUND'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_ALREADY_EXISTS' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash drawer with this name already exists at the specified location.' was added to enum value 'CashDrawerUpdateUserErrorCode.CASH_DRAWER_ALREADY_EXISTS'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NAME' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The name provided is invalid.' was added to enum value 'CashDrawerUpdateUserErrorCode.INVALID_NAME'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashDrawerUpdateUserErrorCode' has description 'Possible error codes that can be returned by `CashDrawerUpdateUserError`.'"
        },
        {
          "name": "CashManagementCustomReasonCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementCustomReasonCode' was added"
        },
        {
          "name": "CashManagementCustomReasonCode",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashManagementCustomReasonCode' object implements 'Node' interface"
        },
        {
          "name": "CashManagementCustomReasonCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementCustomReasonCode' has description 'Custom reason code.'"
        },
        {
          "name": "CashManagementDefaultReasonCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementDefaultReasonCode' was added"
        },
        {
          "name": "CashManagementDefaultReasonCode",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashManagementDefaultReasonCode' object implements 'Node' interface"
        },
        {
          "name": "CashManagementDefaultReasonCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementDefaultReasonCode' has description 'Default reason code.'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementDefaultReasonCodeEnum' was added"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PICKUP' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash pickup.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CASH_PICKUP'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_COUNT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash count.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CASH_COUNT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_CORRECTION' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Change correction.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CHANGE_CORRECTION'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PETTY_CASH' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Petty cash.' was added to enum value 'CashManagementDefaultReasonCodeEnum.PETTY_CASH'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIP_PAYOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Tip payout.' was added to enum value 'CashManagementDefaultReasonCodeEnum.TIP_PAYOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PAYOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash payout.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CASH_PAYOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OTHER' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Other.' was added to enum value 'CashManagementDefaultReasonCodeEnum.OTHER'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOGOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because a staff member logged out.' was added to enum value 'CashManagementDefaultReasonCodeEnum.AUTO_END_SESSION_LOGOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOCATION_CHANGE' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because the device switched to a different location.' was added to enum value 'CashManagementDefaultReasonCodeEnum.AUTO_END_SESSION_LOCATION_CHANGE'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_START_SESSION_CHECKOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically opened by a cash payment at checkout.' was added to enum value 'CashManagementDefaultReasonCodeEnum.AUTO_START_SESSION_CHECKOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementDefaultReasonCodeEnum' has description 'Default reason codes for cash management.'"
        },
        {
          "name": "CashManagementReasonCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCode' was added"
        },
        {
          "name": "CashManagementReasonCode",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'CashManagementCustomReasonCode' was added to Union type 'CashManagementReasonCode'"
        },
        {
          "name": "CashManagementReasonCode",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'CashManagementDefaultReasonCode' was added to Union type 'CashManagementReasonCode'"
        },
        {
          "name": "CashManagementReasonCode",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'CashManagementSystemReasonCode' was added to Union type 'CashManagementReasonCode'"
        },
        {
          "name": "CashManagementReasonCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCode' has description 'Reason code for cash management.'"
        },
        {
          "name": "CashManagementReasonCodeConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeConnection' was added"
        },
        {
          "name": "CashManagementReasonCodeConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeConnection' has description 'An auto-generated type for paginating through multiple CashManagementReasonCodes.'"
        },
        {
          "name": "CashManagementReasonCodeCreatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeCreatePayload' was added"
        },
        {
          "name": "CashManagementReasonCodeCreatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeCreatePayload' has description 'Return type for `cashManagementReasonCodeCreate` mutation.'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeCreateUserError' was added"
        },
        {
          "name": "CashManagementReasonCodeCreateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashManagementReasonCodeCreateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CashManagementReasonCodeCreateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeCreateUserError' has description 'An error that occurs during the execution of `CashManagementReasonCodeCreate`.'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeCreateUserErrorCode' was added"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CODE_ALREADY_EXISTS' was added to enum 'CashManagementReasonCodeCreateUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The reason code already exists.' was added to enum value 'CashManagementReasonCodeCreateUserErrorCode.CODE_ALREADY_EXISTS'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashManagementReasonCodeCreateUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to create cash management reason code.' was added to enum value 'CashManagementReasonCodeCreateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLANK' was added to enum 'CashManagementReasonCodeCreateUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is blank.' was added to enum value 'CashManagementReasonCodeCreateUserErrorCode.BLANK'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeCreateUserErrorCode' has description 'Possible error codes that can be returned by `CashManagementReasonCodeCreateUserError`.'"
        },
        {
          "name": "CashManagementReasonCodeDeletePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeDeletePayload' was added"
        },
        {
          "name": "CashManagementReasonCodeDeletePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeDeletePayload' has description 'Return type for `cashManagementReasonCodeDelete` mutation.'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeDeleteUserError' was added"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashManagementReasonCodeDeleteUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeDeleteUserError' has description 'An error that occurs during the execution of `CashManagementReasonCodeDelete`.'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeDeleteUserErrorCode' was added"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'CashManagementReasonCodeDeleteUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Reason code not found.' was added to enum value 'CashManagementReasonCodeDeleteUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DATABASE_ERROR' was added to enum 'CashManagementReasonCodeDeleteUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Database error occurred.' was added to enum value 'CashManagementReasonCodeDeleteUserErrorCode.DATABASE_ERROR'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_DELETABLE' was added to enum 'CashManagementReasonCodeDeleteUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'SYSTEM type reason codes are not deletable.' was added to enum value 'CashManagementReasonCodeDeleteUserErrorCode.NOT_DELETABLE'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeDeleteUserErrorCode' has description 'Possible error codes that can be returned by `CashManagementReasonCodeDeleteUserError`.'"
        },
        {
          "name": "CashManagementReasonCodeEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementReasonCodeEdge' was added"
        },
        {
          "name": "CashManagementReasonCodeEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementReasonCodeEdge' has description 'An auto-generated type which holds one CashManagementReasonCode and a cursor during pagination.'"
        },
        {
          "name": "CashManagementSummary",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementSummary' was added"
        },
        {
          "name": "CashManagementSummary",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementSummary' has description 'A summary of cash management data.'"
        },
        {
          "name": "CashManagementSystemReasonCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementSystemReasonCode' was added"
        },
        {
          "name": "CashManagementSystemReasonCode",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashManagementSystemReasonCode' object implements 'Node' interface"
        },
        {
          "name": "CashManagementSystemReasonCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementSystemReasonCode' has description 'System reason code.'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementSystemReasonCodeEnum' was added"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FLOAT_SETUP' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Float setup.' was added to enum value 'CashManagementSystemReasonCodeEnum.FLOAT_SETUP'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PAYOUT' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash payout.' was added to enum value 'CashManagementSystemReasonCodeEnum.CASH_PAYOUT'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OTHER' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Other.' was added to enum value 'CashManagementSystemReasonCodeEnum.OTHER'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CashManagementSystemReasonCodeEnum.OTHER' was deprecated with reason 'Use CashManagementDefaultReasonCodeEnum.OTHER instead.'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOGOUT' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because a staff member logged out.' was added to enum value 'CashManagementSystemReasonCodeEnum.AUTO_END_SESSION_LOGOUT'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOCATION_CHANGE' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because the device switched to a different location.' was added to enum value 'CashManagementSystemReasonCodeEnum.AUTO_END_SESSION_LOCATION_CHANGE'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_START_SESSION_CHECKOUT' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically opened by a cash payment at checkout.' was added to enum value 'CashManagementSystemReasonCodeEnum.AUTO_START_SESSION_CHECKOUT'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementSystemReasonCodeEnum' has description 'System reason codes for cash management.'"
        },
        {
          "name": "CashTransactionActivity",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashTransactionActivity' was added"
        },
        {
          "name": "CashTransactionActivity",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CashTransactionActivity' object implements 'CashActivity' interface"
        },
        {
          "name": "CashTransactionActivity",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashTransactionActivity' has description 'A cash transaction activity.'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashTransactionActivityType' was added"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SALE' was added to enum 'CashTransactionActivityType'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash sale.' was added to enum value 'CashTransactionActivityType.SALE'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REFUND' was added to enum 'CashTransactionActivityType'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash refund.' was added to enum value 'CashTransactionActivityType.REFUND'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE' was added to enum 'CashTransactionActivityType'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Change given to a customer.' was added to enum value 'CashTransactionActivityType.CHANGE'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashTransactionActivityType' has description 'The type of transaction activity.'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelCreateInput' was added"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String' was added to input object type 'ChannelCreateInput'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelCreateInput.handle' has description 'A unique, human-readable identifier for the channel within the shop. For example, `amazon-us-A1B2C3D4E5F6G7`. Used for lookups via [`channelByHandle`](https://shopify.dev/docs/api/admin-graphql/latest/queries/channelByHandle). If not provided, auto-generated from the specification handle and account ID. Must be unique across all channels on the shop.'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'specificationHandle' of type 'String!' was added to input object type 'ChannelCreateInput'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelCreateInput.specificationHandle' has description 'The handle of the [channel specification](https://shopify.dev/docs/apps/build/sales-channels/channel-config-extension) to bind to this channel. The specification must have been deployed by the calling application via `shopify app deploy`. Determines the channel\\'s regional coverage, capabilities, and requirements.'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accountId' of type 'String!' was added to input object type 'ChannelCreateInput'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelCreateInput.accountId' has description 'A unique identifier for the merchant\\'s account on the external platform, such as an Amazon Seller ID or Google Merchant Center ID. Used together with `specificationHandle` to uniquely identify the channel connection.'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accountName' of type 'String!' was added to input object type 'ChannelCreateInput'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelCreateInput.accountName' has description 'The merchant-facing name for the external account. Displayed in Shopify Admin wherever the channel connection is referenced, such as in Markets and order attribution. Should match how the merchant recognises the account on the external platform.'"
        },
        {
          "name": "ChannelCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelCreateInput' has description 'The input fields for creating a [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel).'"
        },
        {
          "name": "ChannelCreatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelCreatePayload' was added"
        },
        {
          "name": "ChannelCreatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelCreatePayload' has description 'Return type for `channelCreate` mutation.'"
        },
        {
          "name": "ChannelCreateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelCreateUserError' was added"
        },
        {
          "name": "ChannelCreateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ChannelCreateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "ChannelCreateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelCreateUserError' has description 'An error that occurs during the execution of `ChannelCreate`.'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelCreateUserErrorCode' was added"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelCreateUserErrorCode'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelCreateUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelCreateUserErrorCode'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelCreateUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelCreateUserErrorCode' has description 'Possible error codes that can be returned by `ChannelCreateUserError`.'"
        },
        {
          "name": "ChannelDeletePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelDeletePayload' was added"
        },
        {
          "name": "ChannelDeletePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelDeletePayload' has description 'Return type for `channelDelete` mutation.'"
        },
        {
          "name": "ChannelDeleteUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelDeleteUserError' was added"
        },
        {
          "name": "ChannelDeleteUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ChannelDeleteUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "ChannelDeleteUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelDeleteUserError' has description 'An error that occurs during the execution of `ChannelDelete`.'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelDeleteUserErrorCode' was added"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelDeleteUserErrorCode'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelDeleteUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelDeleteUserErrorCode'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelDeleteUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelDeleteUserErrorCode' has description 'Possible error codes that can be returned by `ChannelDeleteUserError`.'"
        },
        {
          "name": "ChannelFullSyncPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelFullSyncPayload' was added"
        },
        {
          "name": "ChannelFullSyncPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelFullSyncPayload' has description 'Return type for `channelFullSync` mutation.'"
        },
        {
          "name": "ChannelFullSyncUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelFullSyncUserError' was added"
        },
        {
          "name": "ChannelFullSyncUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ChannelFullSyncUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "ChannelFullSyncUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelFullSyncUserError' has description 'An error that occurs during the execution of `ChannelFullSync`.'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelFullSyncUserErrorCode' was added"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelFullSyncUserErrorCode'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelFullSyncUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelFullSyncUserErrorCode'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelFullSyncUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelFullSyncUserErrorCode' has description 'Possible error codes that can be returned by `ChannelFullSyncUserError`.'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelUpdateInput' was added"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String' was added to input object type 'ChannelUpdateInput'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelUpdateInput.handle' has description 'A new unique identifier for the channel within the shop. Must be unique across all channels on the shop. Handles are typically set at creation and rarely changed — use when correcting a handle or migrating legacy channel records.'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'specificationHandle' of type 'String' was added to input object type 'ChannelUpdateInput'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelUpdateInput.specificationHandle' has description 'The handle of the [channel specification](https://shopify.dev/docs/apps/build/sales-channels/channel-config-extension) to bind to this channel. When changed, the platform re-evaluates the specification\\'s country coverage against the shop\\'s region markets and reconciles product feeds accordingly.'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accountId' of type 'String' was added to input object type 'ChannelUpdateInput'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelUpdateInput.accountId' has description 'An updated identifier for the merchant\\'s account on the external platform. Changing this value signals that the channel connection now represents a different external account.'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accountName' of type 'String' was added to input object type 'ChannelUpdateInput'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ChannelUpdateInput.accountName' has description 'An updated merchant-facing name for the external account. Displayed in Shopify Admin when multiple channels exist for the same app, to help merchants distinguish between connections.'"
        },
        {
          "name": "ChannelUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelUpdateInput' has description 'The input fields for updating a [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel).'"
        },
        {
          "name": "ChannelUpdatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelUpdatePayload' was added"
        },
        {
          "name": "ChannelUpdatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelUpdatePayload' has description 'Return type for `channelUpdate` mutation.'"
        },
        {
          "name": "ChannelUpdateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelUpdateUserError' was added"
        },
        {
          "name": "ChannelUpdateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ChannelUpdateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "ChannelUpdateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelUpdateUserError' has description 'An error that occurs during the execution of `ChannelUpdate`.'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelUpdateUserErrorCode' was added"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelUpdateUserErrorCode'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelUpdateUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelUpdateUserErrorCode'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelUpdateUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelUpdateUserErrorCode' has description 'Possible error codes that can be returned by `ChannelUpdateUserError`.'"
        },
        {
          "name": "CheckoutAndAccountsConfiguration",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfiguration' was added"
        },
        {
          "name": "CheckoutAndAccountsConfiguration",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CheckoutAndAccountsConfiguration' object implements 'CheckoutAndAccountsConfigurationInterface' interface"
        },
        {
          "name": "CheckoutAndAccountsConfiguration",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CheckoutAndAccountsConfiguration' object implements 'Node' interface"
        },
        {
          "name": "CheckoutAndAccountsConfiguration",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfiguration' has description 'A checkout and account configuration packages branding settings, UI extensions, and overrides for a shop\\'s checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBranding",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBranding' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBranding",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBranding' has description 'The branding configuration for checkout and customer accounts.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBackground' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base background style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBackground.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBDUED' was added to enum 'CheckoutAndAccountsConfigurationBrandingBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Subdued background style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBackground.SUBDUED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBackground' has description 'The container background style.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRoles",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBaseColorRoles' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRoles",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRoles' has description 'The base color role customizations for a surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput.background' has description 'The color of the background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'text' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput.text' has description 'The color of text.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput.border' has description 'The color of borders.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'icon' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput.icon' has description 'The color of icons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accent' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput.accent' has description 'The color of accented objects (links and focused state).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'decorative' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput.decorative' has description 'The decorative color for highlighting specific parts of the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput' has description 'The input fields for customizing a base group of colors.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBorder' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorder.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLOCK_END' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Block End border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorder.BLOCK_END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULL' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Full border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorder.FULL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBorder' has description 'Possible values for the border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderStyle'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base border style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderStyle.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DASHED' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderStyle'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Dashed border style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderStyle.DASHED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOTTED' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderStyle'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Dotted border style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderStyle.DOTTED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' has description 'The container border style.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 100 border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.LARGE_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 200 border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.LARGE_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' has description 'The container border width.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButton",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingButton' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButton",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingButton' has description 'The buttons customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingButtonInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingButtonInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingButtonInput.border' has description 'The border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingButtonInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingButtonInput.cornerRadius' has description 'The corner radius.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'blockPadding' of type 'CheckoutAndAccountsConfigurationBrandingSpacing' was added to input object type 'CheckoutAndAccountsConfigurationBrandingButtonInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingButtonInput.blockPadding' has description 'The block padding.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'inlinePadding' of type 'CheckoutAndAccountsConfigurationBrandingSpacing' was added to input object type 'CheckoutAndAccountsConfigurationBrandingButtonInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingButtonInput.inlinePadding' has description 'The inline padding.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'typography' of type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingButtonInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingButtonInput.typography' has description 'The typography style.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingButtonInput' has description 'The input fields for customizing the buttons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBuyerJourney",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBuyerJourney' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBuyerJourney",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBuyerJourney' has description 'The customizations for the breadcrumbs that represent a buyer\\'s journey to the checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'visibility' of type 'CheckoutAndAccountsConfigurationBrandingVisibility' was added to input object type 'CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput.visibility' has description 'The visibility customizations for updating breadcrumbs, which represent the buyer\\'s journey to checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput' has description 'The input fields for updating breadcrumb customizations, which represent the buyer\\'s journey to checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLink",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCartLink' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLink",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCartLink' has description 'The customizations that you can make to cart links at checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ICON' was added to enum 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout header content type icon value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType.ICON'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IMAGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout header content type image value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType.IMAGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TEXT' was added to enum 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout header content type text value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType.TEXT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType' has description 'Possible values for the cart link content type for the header.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCartLinkInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'visibility' of type 'CheckoutAndAccountsConfigurationBrandingVisibility' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCartLinkInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCartLinkInput.visibility' has description 'The input to update the visibility of cart links in checkout. This hides the cart icon on one-page and the cart link in the breadcrumbs/buyer journey on three-page checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCartLinkInput' has description 'The input fields for customizing the cart link at Checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckbox",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckbox' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckbox",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckbox' has description 'The checkboxes customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckboxInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckboxInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckboxInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckboxInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckboxInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckboxInput.cornerRadius' has description 'The corner radius.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckboxInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckboxInput' has description 'The input fields for customizing the checkboxes.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponents",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponents' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponents",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponents' has description 'The checkout-specific component customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'footer' of type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.footer' has description 'The footer.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'header' of type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.header' has description 'The header.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cartLink' of type 'CheckoutAndAccountsConfigurationBrandingCartLinkInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.cartLink' has description 'The input for checkout cart link customizations. For example, by setting the visibility field to `HIDDEN`, you can hide the cart icon in the header for one-page checkout, and the cart link in breadcrumbs in three-page checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'buyerJourney' of type 'CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.buyerJourney' has description 'The breadcrumbs that represent a buyer\\'s journey to the checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'content' of type 'CheckoutAndAccountsConfigurationBrandingContentInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.content' has description 'The content container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'expressCheckout' of type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.expressCheckout' has description 'The express checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'orderSummary' of type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.orderSummary' has description 'The order summary.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'main' of type 'CheckoutAndAccountsConfigurationBrandingMainInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput.main' has description 'The main area.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput' has description 'The input fields for customizing the Checkout components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooter",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooter' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooter",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooter' has description 'A container for the checkout footer section customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divided' of type 'Boolean' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.divided' has description 'The divided setting.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'alignment' of type 'CheckoutAndAccountsConfigurationBrandingFooterAlignment' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.alignment' has description 'The footer alignment settings. You can set the footer native content alignment to the left, center, or right.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'content' of type 'CheckoutAndAccountsConfigurationBrandingFooterContentInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.content' has description 'The input field for setting the footer content customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.background' has description 'The background style of the footer container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.padding' has description 'The padding of the footer container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'position' of type 'CheckoutAndAccountsConfigurationBrandingFooterPosition' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput.position' has description 'The footer position.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput' has description 'The input fields for customizing the checkout footer.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeader",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeader' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeader",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeader' has description 'The checkout header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'alignment' of type 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.alignment' has description 'The header alignment.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'logo' of type 'CheckoutAndAccountsConfigurationBrandingLogoInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.logo' has description 'The store logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divided' of type 'Boolean' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.divided' has description 'The divided setting.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.colors' has description 'The colors customizations for the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.background' has description 'The background style of the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.padding' has description 'The padding of the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'position' of type 'CheckoutAndAccountsConfigurationBrandingHeaderPosition' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.position' has description 'The header position.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cartLink' of type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput.cartLink' has description 'The input for cart link customizations for 1-page checkout. This field allows to customize the cart icon that renders by default on 1-page checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput' has description 'The input fields for customizing the checkout header.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutSurface",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutSurface' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutSurface",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutSurface' has description 'The checkout-specific component customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'components' of type 'CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput.components' has description 'The Checkout components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput' has description 'The input fields for customizing the Checkout surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceList",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingChoiceList' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceList",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingChoiceList' has description 'The choice list customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingChoiceListGroup' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingChoiceListGroup' has description 'The customizations that apply to the \\'group\\' variant of ChoiceList.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'spacing' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput.spacing' has description 'The spacing between UI elements in the list.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput' has description 'The input fields for customizing the \\'group\\' variant of ChoiceList.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingChoiceListInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'group' of type 'CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingChoiceListInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingChoiceListInput.group' has description 'The \\'group\\' variant of ChoiceList.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingChoiceListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingChoiceListInput' has description 'The input fields for customizing the choice list.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRoles",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingColorRoles' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRoles",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingColorRoles' has description 'The color role customizations for a surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorRolesInput.background' has description 'The color of the background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'text' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorRolesInput.text' has description 'The color of text.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorRolesInput.border' has description 'The color of borders.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'icon' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorRolesInput.icon' has description 'The color of icons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accent' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorRolesInput.accent' has description 'The color of accented objects (links and focused state).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'decorative' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorRolesInput.decorative' has description 'The decorative color for highlighting specific parts of the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput' has description 'The input fields for customizing a group of colors used together on a surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColors",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingColors' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColors",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingColors' has description 'The color settings used to customize the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'base' of type 'CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorsInput.base' has description 'The main colors, used for the surface background, text, links, and more.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'control' of type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorsInput.control' has description 'The colors of form controls, such as the [`TextField`](https://shopify.dev/docs/api/checkout-ui-extensions/latest/components/forms/textfield) and [`ChoiceList`](https://shopify.dev/docs/api/checkout-ui-extensions/latest/components/forms/choicelist) components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'primaryButton' of type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorsInput.primaryButton' has description 'The colors of the primary button. For example, the main payment, or **Pay now** button.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'secondaryButton' of type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingColorsInput.secondaryButton' has description 'The colors of the secondary button, which is used for secondary actions. For example, **Buy again**.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingColorsInput' has description 'The input fields for customizing a base set of colors, from which every component pulls its colors.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponents",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingComponents' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponents",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingComponents' has description 'The base component customizations that apply to all surfaces.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingComponentsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'checkbox' of type 'CheckoutAndAccountsConfigurationBrandingCheckboxInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.checkbox' has description 'The checkboxes customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'choiceList' of type 'CheckoutAndAccountsConfigurationBrandingChoiceListInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.choiceList' has description 'The choice list customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'control' of type 'CheckoutAndAccountsConfigurationBrandingControlInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.control' has description 'The form controls customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divider' of type 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.divider' has description 'The divider customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'favicon' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.favicon' has description 'The favicon.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shared' of type 'CheckoutAndAccountsConfigurationBrandingSharedInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.shared' has description 'The shared customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'headingLevel1' of type 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.headingLevel1' has description 'The Heading Level 1 customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'headingLevel2' of type 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.headingLevel2' has description 'The Heading Level 2 customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'headingLevel3' of type 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.headingLevel3' has description 'The Heading Level 3 customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'merchandiseThumbnail' of type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.merchandiseThumbnail' has description 'The merchandise thumbnails customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'primaryButton' of type 'CheckoutAndAccountsConfigurationBrandingButtonInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.primaryButton' has description 'The primary buttons customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'secondaryButton' of type 'CheckoutAndAccountsConfigurationBrandingButtonInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.secondaryButton' has description 'The secondary buttons customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'select' of type 'CheckoutAndAccountsConfigurationBrandingSelectInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.select' has description 'The selects customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'textField' of type 'CheckoutAndAccountsConfigurationBrandingTextFieldInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.textField' has description 'The text fields customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'main' of type 'CheckoutAndAccountsConfigurationBrandingMainInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.main' has description 'The main area customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'footer' of type 'CheckoutAndAccountsConfigurationBrandingFooterInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.footer' has description 'The footer customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'header' of type 'CheckoutAndAccountsConfigurationBrandingHeaderInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingComponentsInput.header' has description 'The header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingComponentsInput' has description 'The input fields for customizing the components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDivider",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingContainerDivider' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDivider",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingContainerDivider' has description 'The container\\'s divider customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderStyle' of type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' was added to input object type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput.borderStyle' has description 'The divider style.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderWidth' of type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' was added to input object type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput.borderWidth' has description 'The divider width.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'visibility' of type 'CheckoutAndAccountsConfigurationBrandingVisibility' was added to input object type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput.visibility' has description 'The divider visibility.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContainerDividerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput' has description 'The input fields for customizing a container\\'s divider.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingContent' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContent",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingContent' has description 'The content customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingContentInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divider' of type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingContentInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingContentInput.divider' has description 'Divider style and visibility on the content container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingContentInput' has description 'The input fields for customizing the content container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControl",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingControl' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControl",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingControl' has description 'The form controls customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRoles",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingControlColorRoles' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRoles",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingControlColorRoles' has description 'The form control color customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.background' has description 'The color of the background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'text' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.text' has description 'The color of text.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.border' has description 'The color of borders.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'icon' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.icon' has description 'The color of icons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accent' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.accent' has description 'The color of accented objects (links and focused state).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'decorative' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.decorative' has description 'The decorative color for highlighting specific parts of the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selected' of type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput.selected' has description 'The colors of selected controls.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingControlColorRolesInput' has description 'The input fields for customizing colors for form controls.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingControlInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlInput.cornerRadius' has description 'The corner radius.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlInput.border' has description 'The border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'labelPosition' of type 'CheckoutAndAccountsConfigurationBrandingLabelPosition' was added to input object type 'CheckoutAndAccountsConfigurationBrandingControlInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingControlInput.labelPosition' has description 'The label position.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingControlInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingControlInput' has description 'The input fields for customizing the form controls.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The 0px corner radius (square corners).' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The corner radius with a pixel value defined by designTokens.cornerRadius.small.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The corner radius with a pixel value defined by designTokens.cornerRadius.base.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The corner radius with a pixel value defined by designTokens.cornerRadius.large.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' has description 'The options for customizing the corner radius of checkout-related objects. Examples include the primary button, the name text fields and the sections within the main area (if they have borders).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariables",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariables' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariables",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariables' has description 'The corner radius variable customizations that define the pixel size of corner radius options.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'small' of type 'Int' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput.small' has description 'The value in pixels for small corner radii. It should be greater than zero. Example: 3.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'base' of type 'Int' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput.base' has description 'The value in pixels for base corner radii. It should be greater than zero. Example: 5.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'large' of type 'Int' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput.large' has description 'The value in pixels for large corner radii. It should be greater than zero. Example: 10.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput' has description 'The input fields for customizing the corner radius variables.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFont",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomFont' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFont",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomFont' has description 'The custom font customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroup' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroup' has description 'The custom font group customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'base' of type 'CheckoutAndAccountsConfigurationBrandingCustomFontInput!' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput.base' has description 'The base font.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'bold' of type 'CheckoutAndAccountsConfigurationBrandingCustomFontInput!' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput.bold' has description 'The bold font.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'loadingStrategy' of type 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput.loadingStrategy' has description 'The font loading strategy.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput' has description 'The input fields for customizing a custom font group.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomFontInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'weight' of type 'Int!' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomFontInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomFontInput.weight' has description 'The font weight. Its value should be between 100 and 900.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'genericFileId' of type 'ID!' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomFontInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomFontInput.genericFileId' has description 'A globally-unique ID for a font file uploaded via the Files api. Allowed font types are .woff and .woff2.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomFontInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomFontInput' has description 'The input fields for customizing a custom font.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponents",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponents' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponents",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponents' has description 'The customer accounts-specific component customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'footer' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput.footer' has description 'The footer customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'header' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput.header' has description 'The header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'main' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput.main' has description 'The main area customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput' has description 'The input fields for customizing the Customer Accounts components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooter",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooter' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooter",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooter' has description 'A container for the customer accounts footer section customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'alignment' of type 'CheckoutAndAccountsConfigurationBrandingFooterAlignment' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput.alignment' has description 'The footer alignment settings. You can set the footer native content alignment to the left, center, or right.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput.padding' has description 'The padding of the footer container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput' has description 'The input fields for customizing the customer accounts footer.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeader",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeader' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeader",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeader' has description 'The checkout header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'alignment' of type 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput.alignment' has description 'The header alignment.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput.colors' has description 'The colors customizations for the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'logo' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput.logo' has description 'The store logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput.padding' has description 'The padding of the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput' has description 'The input fields for customizing the customer accounts header.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo' has description 'The customer accounts store logo customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'image' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput.image' has description 'The logo image.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxWidth' of type 'Int' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput.maxWidth' has description 'The maximum width of the logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput' has description 'The input fields for customizing the logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMain",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMain' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMain",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMain' has description 'The customer accounts-specific main customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'section' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput.section' has description 'The customizations for the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput' has description 'The input fields for customizing the main container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSection' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSection' has description 'The customer accounts branding section customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.background' has description 'The background style of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.cornerRadius' has description 'The corner radius of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.border' has description 'The border for the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderStyle' of type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.borderStyle' has description 'The border style of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderWidth' of type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.borderWidth' has description 'The border width of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shadow' of type 'CheckoutAndAccountsConfigurationBrandingShadow' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.shadow' has description 'The shadow of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput.padding' has description 'The padding of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput' has description 'The input fields for customizing the customer accounts branding section.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurface",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurface' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurface",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurface' has description 'The customer accounts-specific component customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'components' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput.components' has description 'The Customer Accounts components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput' has description 'The input fields for customizing the Customer Accounts surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokenColors",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingDesignTokenColors' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokenColors",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingDesignTokenColors' has description 'The color customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokens",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingDesignTokens' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokens",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingDesignTokens' has description 'The design token customizations allow you to set values that represent specific attributes of your brand like color and font. These attributes are used throughout the user interface. This brings consistency and allows you to easily make broad design changes.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'palette' of type 'CheckoutAndAccountsConfigurationBrandingPaletteInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput.palette' has description 'The input to update the color palette.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput' has description 'The input fields for customizing the colors.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput.colors' has description 'The color customizations for global colors.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'typography' of type 'CheckoutAndAccountsConfigurationBrandingTypographyInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput.typography' has description 'The typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput.cornerRadius' has description 'The corner radius variables.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDesignTokensInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput' has description 'The input fields for customizing the design tokens.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyle",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingDividerStyle' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyle",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingDividerStyle' has description 'The customizations for the page, content, main, and order summary dividers.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderStyle' of type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' was added to input object type 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput.borderStyle' has description 'The border style for the divider.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderWidth' of type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' was added to input object type 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput.borderWidth' has description 'The border width for the divider.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingDividerStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingDividerStyleInput' has description 'The input fields for customizing the global divider.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckout",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingExpressCheckout' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckout",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingExpressCheckout' has description 'The Express Checkout customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutButton",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButton' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutButton",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButton' has description 'The Express Checkout button customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput.cornerRadius' has description 'The corner radius.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput' has description 'The input fields for customizing the express checkout button.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'button' of type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput.button' has description 'The Express Checkout buttons customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput' has description 'The input fields for customizing the Express Checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFontGroup' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroup",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'CheckoutAndAccountsConfigurationBrandingCustomFontGroup' was added to Union type 'CheckoutAndAccountsConfigurationBrandingFontGroup'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroup",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroup' was added to Union type 'CheckoutAndAccountsConfigurationBrandingFontGroup'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFontGroup' has description 'A group of fonts.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFontGroupInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shopifyFontGroup' of type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFontGroupInput.shopifyFontGroup' has description 'A Shopify font group.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'customFontGroup' of type 'CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFontGroupInput.customFontGroup' has description 'A custom font group.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFontGroupInput' has description 'The input fields used to update a font group.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The font display strategy is defined by the browser user agent.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.AUTO'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLOCK' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face a short block period and an infinite swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.BLOCK'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SWAP' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face an extremely small block period and an infinite swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.SWAP'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FALLBACK' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face an extremely small block period and a short swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.FALLBACK'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTIONAL' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face an extremely small block period and no swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.OPTIONAL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy' has description 'The font loading strategy determines how a font face is displayed after it is loaded or failed to load. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSize",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFontSize' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSize",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFontSize' has description 'The font size customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSizeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFontSizeInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSizeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'base' of type 'Float' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFontSizeInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSizeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFontSizeInput.base' has description 'The base font size. Its value should be between 12.0 and 18.0.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSizeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratio' of type 'Float' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFontSizeInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSizeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFontSizeInput.ratio' has description 'The scale ratio used to derive all font sizes such as small and large. Its value should be between 1.0 and 1.4.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontSizeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFontSizeInput' has description 'The input fields for customizing the font size.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooter",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFooter' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooter",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFooter' has description 'A container for the footer section customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFooterAlignment' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'START' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout footer alignment Start value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterAlignment.START'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CENTER' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout footer alignment Center value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterAlignment.CENTER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'END' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout footer alignment End value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterAlignment.END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFooterAlignment' has description 'Possible values for the footer alignment.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterContent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFooterContent' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterContent",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFooterContent' has description 'The footer content customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFooterContentInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'visibility' of type 'CheckoutAndAccountsConfigurationBrandingVisibility' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterContentInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterContentInput.visibility' has description 'The visibility customizations for footer content.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterContentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFooterContentInput' has description 'The input fields for customizing the footer content.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFooterInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divided' of type 'Boolean' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterInput.divided' has description 'The divided setting.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'alignment' of type 'CheckoutAndAccountsConfigurationBrandingFooterAlignment' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterInput.alignment' has description 'The footer alignment settings. You can set the footer native content alignment to the left, center, or right.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'content' of type 'CheckoutAndAccountsConfigurationBrandingFooterContentInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterInput.content' has description 'The input field for setting the footer content customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterInput.background' has description 'The background style of the footer container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingFooterInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingFooterInput.padding' has description 'The padding of the footer container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFooterInput' has description 'The input fields for customizing the checkout footer.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingFooterPosition' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'END' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The End footer position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterPosition.END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INLINE' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Inline footer position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterPosition.INLINE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingFooterPosition' has description 'Possible values for the footer position.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeader",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeader' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeader",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeader' has description 'The header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'START' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Start alignment.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment.START'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CENTER' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Center alignment.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment.CENTER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'END' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'End alignment.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment.END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment' has description 'The possible header alignments.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLink",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLink' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLink",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLink' has description 'The header cart link customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'contentType' of type 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput.contentType' has description 'The input for the content type for the header back to cart link in 1-page checkout. Setting this to image will render the custom image provided using the image field on the header cart_link object. If no image is provided, the default cart icon will be used.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'image' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput.image' has description 'The input for the image that\\'s used for the header back to cart link in 1-page checkout when the content type is set to image.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput' has description 'The input fields for customizing the cart link for 1-page checkout. This field allows to customize the cart icon that renders by default on 1-page checkout.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeaderInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'alignment' of type 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderInput.alignment' has description 'The header alignment.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'logo' of type 'CheckoutAndAccountsConfigurationBrandingLogoInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderInput.logo' has description 'The store logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divided' of type 'Boolean' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderInput.divided' has description 'The divided setting.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderInput.colors' has description 'The colors customizations for the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderInput.background' has description 'The background style of the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeaderInput.padding' has description 'The padding of the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeaderInput' has description 'The input fields for customizing the header.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeaderPosition' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INLINE' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Inline position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderPosition.INLINE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INLINE_SECONDARY' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Secondary inline position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderPosition.INLINE_SECONDARY'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'START' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Start position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderPosition.START'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeaderPosition' has description 'The possible header positions.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeadingLevel",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeadingLevel' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeadingLevel",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeadingLevel' has description 'The heading level customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeadingLevelInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeadingLevelInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'typography' of type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeadingLevelInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput.typography' has description 'The typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeadingLevelInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingHeadingLevelInput' has description 'The input fields for customizing the heading level.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImage",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingImage' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImage",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingImage' has description 'The image.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'mediaImageId' of type 'ID' was added to input object type 'CheckoutAndAccountsConfigurationBrandingImageInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingImageInput.mediaImageId' has description 'A globally-unique ID.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingImageInput' has description 'The input fields for customizing the image.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageValue",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingImageValue' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageValue",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'CheckoutAndAccountsConfigurationBrandingImage' was added to Union type 'CheckoutAndAccountsConfigurationBrandingImageValue'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingImageValue",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingImageValue' has description 'The image value.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'designTokens' of type 'CheckoutAndAccountsConfigurationBrandingDesignTokensInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingInput.designTokens' has description 'The design tokens allows you to set values that represent specific attributes of your brand like color and font. These attributes are used throughout the user interface. This brings consistency and allows you to easily make broad design changes.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'components' of type 'CheckoutAndAccountsConfigurationBrandingComponentsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingInput.components' has description 'The customizations that apply to specific components or areas of the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'surfaces' of type 'CheckoutAndAccountsConfigurationBrandingSurfacesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingInput.surfaces' has description 'The surface-level customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingInput' has description 'The input fields for customizing Checkout and Customer Accounts branding.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingLabelPosition' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSIDE' was added to enum 'CheckoutAndAccountsConfigurationBrandingLabelPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Inside label position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingLabelPosition.INSIDE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OUTSIDE' was added to enum 'CheckoutAndAccountsConfigurationBrandingLabelPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Outside label position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingLabelPosition.OUTSIDE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingLabelPosition' has description 'The label position options.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogo",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingLogo' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogo",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingLogo' has description 'The store logo customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingLogoInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'image' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingLogoInput.image' has description 'The logo image.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxWidth' of type 'Int' was added to input object type 'CheckoutAndAccountsConfigurationBrandingLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingLogoInput.maxWidth' has description 'The maximum width of the logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'visibility' of type 'CheckoutAndAccountsConfigurationBrandingVisibility' was added to input object type 'CheckoutAndAccountsConfigurationBrandingLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingLogoInput.visibility' has description 'The visibility of the logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingLogoInput' has description 'The input fields for customizing the logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMain",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMain' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMain",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMain' has description 'The main container customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMainInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divider' of type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainInput.divider' has description 'Divider style and visibility on the main container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'section' of type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainInput.section' has description 'The customizations for the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMainInput' has description 'The input fields for customizing the main container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMainSection' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMainSection' has description 'The main sections customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.background' has description 'The background style of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.cornerRadius' has description 'The corner radius of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.border' has description 'The border for the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderStyle' of type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.borderStyle' has description 'The border style of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderWidth' of type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.borderWidth' has description 'The border width of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shadow' of type 'CheckoutAndAccountsConfigurationBrandingShadow' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.shadow' has description 'The shadow of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMainSectionInput.padding' has description 'The padding of the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMainSectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput' has description 'The input fields for customizing the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnail",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnail' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnail",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnail' has description 'The merchandise thumbnails customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadge' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadge' has description 'The merchandise thumbnail badges customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ACCENT' was added to enum 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Accent background.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground.ACCENT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base background.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground' has description 'The merchandise thumbnail badge background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput.background' has description 'The background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput' has description 'The input fields for customizing the merchandise thumbnail badges.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput.border' has description 'The border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput.cornerRadius' has description 'The corner radius.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'aspectRatio' of type 'Float' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput.aspectRatio' has description 'The aspect ratio.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'fit' of type 'CheckoutAndAccountsConfigurationBrandingObjectFit' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput.fit' has description 'The property used to customize how the product image fits within merchandise thumbnails.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'badge' of type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput.badge' has description 'The merchandise thumbnail badge.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput' has description 'The input fields for customizing the merchandise thumbnails.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingObjectFit' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAIN' was added to enum 'CheckoutAndAccountsConfigurationBrandingObjectFit'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Contain value for fit. The image is scaled to maintain its aspect ratio while fitting within the containing box. The entire image is made to fill the box, while preserving its aspect ratio, so the image will be \"letterboxed\" if its aspect ratio does not match the aspect ratio of the box. This is the default value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingObjectFit.CONTAIN'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COVER' was added to enum 'CheckoutAndAccountsConfigurationBrandingObjectFit'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Cover value for fit. The image is sized to maintain its aspect ratio while filling the entire containing box. If the image\\'s aspect ratio does not match the aspect ratio of the containing box, then the object will be clipped to fit.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingObjectFit.COVER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingObjectFit' has description 'Possible values for object fit.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummary",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingOrderSummary' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummary",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingOrderSummary' has description 'The order summary customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'backgroundImage' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput.backgroundImage' has description 'The background image of the order summary container (must not be of SVG format).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'divider' of type 'CheckoutAndAccountsConfigurationBrandingContainerDividerInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput.divider' has description 'Divider style and visibility on the order summary container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'section' of type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput.section' has description 'The customizations for the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummaryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingOrderSummaryInput' has description 'The input fields for customizing the order summary container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySection' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySection' has description 'The order summary sections customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'CheckoutAndAccountsConfigurationBrandingBackground' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.background' has description 'The background style of the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.cornerRadius' has description 'The corner radius of the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.border' has description 'The border for the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderStyle' of type 'CheckoutAndAccountsConfigurationBrandingBorderStyle' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.borderStyle' has description 'The border style of the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'borderWidth' of type 'CheckoutAndAccountsConfigurationBrandingBorderWidth' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.borderWidth' has description 'The border width of the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shadow' of type 'CheckoutAndAccountsConfigurationBrandingShadow' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.shadow' has description 'The shadow of the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput.padding' has description 'The padding of the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput' has description 'The input fields for customizing the order summary sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPalette",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingPalette' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPalette",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingPalette' has description 'A set of colors used together on a surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingPaletteInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color1' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color1' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color2' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color2' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color3' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color3' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color4' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color4' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color5' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color5' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color6' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color6' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color7' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color7' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color8' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color8' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color9' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color9' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color10' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color10' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color11' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color11' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color12' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color12' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color13' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color13' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color14' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color14' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color15' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color15' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color16' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color16' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color17' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color17' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color18' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color18' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color19' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color19' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'color20' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPaletteInput.color20' has description 'A color in the palette (hex value).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPaletteInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingPaletteInput' has description 'The input fields to update the color palette.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRoles",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRoles' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRoles",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRoles' has description 'The primary button color customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.background' has description 'The color of the background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'text' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.text' has description 'The color of text.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.border' has description 'The color of borders.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'icon' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.icon' has description 'The color of icons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accent' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.accent' has description 'The color of accented objects (links and focused state).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'decorative' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.decorative' has description 'The decorative color for highlighting specific parts of the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'hover' of type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput.hover' has description 'The colors of the button on hover.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput' has description 'The input fields for customizing colors for primary buttons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRoles",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRoles' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRoles",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRoles' has description 'The secondary button color customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'background' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.background' has description 'The color of the background.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'text' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.text' has description 'The color of text.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.border' has description 'The color of borders.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'icon' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.icon' has description 'The color of icons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accent' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.accent' has description 'The color of accented objects (links and focused state).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'decorative' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.decorative' has description 'The decorative color for highlighting specific parts of the user interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'hover' of type 'CheckoutAndAccountsConfigurationBrandingColorRolesInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput.hover' has description 'The colors of the button on hover.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput' has description 'The input fields for customizing colors for secondary buttons.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelect",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSelect' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelect",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSelect' has description 'The selects customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSelectInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSelectInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSelectInput.border' has description 'The border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'typography' of type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSelectInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSelectInput.typography' has description 'The typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSelectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSelectInput' has description 'The input fields for customizing the selects.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingShadow' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 200 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.SMALL_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 100 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.SMALL_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 100 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.LARGE_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 200 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.LARGE_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingShadow' has description 'The container shadow.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShared",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingShared' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShared",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingShared' has description 'The shared customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColors",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSharedColors' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColors",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSharedColors' has description 'Shared color customizations for semantic and functional colors.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'accent' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.accent' has description 'The accent color for interactive elements.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'button' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.button' has description 'The button color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'control' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.control' has description 'The form control color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'decorative' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.decorative' has description 'The decorative color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'critical' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.critical' has description 'The critical/error color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'success' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.success' has description 'The success color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'warning' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.warning' has description 'The warning color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'info' of type 'String' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput.info' has description 'The informational color.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedColorsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput' has description 'The input fields for customizing shared colors.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedCornerRadius",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Set the shared corner radius override to 0px (square corners).' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedCornerRadius",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius' has description 'Possible choices to override corner radius customizations on all applicable objects. Note that this selection can only be used to set the override to `NONE` (0px).'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSharedInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cornerRadius' of type 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedInput.cornerRadius' has description 'Select a shared corner radius setting that overrides all other corner radii customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'typography' of type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedInput.typography' has description 'The shared typography customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingSharedColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedInput.colors' has description 'The shared color customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSharedInput' has description 'The input fields for customizing the shared settings.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyle",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyle' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyle",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyle' has description 'The shared typography customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'letterCase' of type 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput.letterCase' has description 'The letter case.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'kerning' of type 'CheckoutAndAccountsConfigurationBrandingTypographyKerning' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput.kerning' has description 'The kerning.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput' has description 'The input fields for customizing the shared typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFont",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingShopifyFont' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFont",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingShopifyFont' has description 'The Shopify font customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroup' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroup' has description 'The Shopify font group customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'baseFontHandle' of type 'String!' was added to input object type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput.baseFontHandle' has description 'The Shopify base font handle.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'boldFontHandle' of type 'String!' was added to input object type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput.boldFontHandle' has description 'The Shopify bold font handle.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'loadingStrategy' of type 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy' was added to input object type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput.loadingStrategy' has description 'The font loading strategy.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput' has description 'The input fields for customizing a Shopify font group.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponents",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInComponents' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponents",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInComponents' has description 'The sign-in-specific component customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'main' of type 'CheckoutAndAccountsConfigurationBrandingSignInMainInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput.main' has description 'The main customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'header' of type 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput.header' has description 'The header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInComponentsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput' has description 'The input fields for customizing the sign-in components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeader",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInHeader' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeader",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInHeader' has description 'The sign-in header customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'logo' of type 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput.logo' has description 'The store logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'padding' of type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput.padding' has description 'The padding of the header container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInHeaderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInHeaderInput' has description 'The input fields for customizing the sign-in header.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogo",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInLogo' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogo",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInLogo' has description 'The sign-in store logo customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'image' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput.image' has description 'The logo image.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxWidth' of type 'Int' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput.maxWidth' has description 'The maximum width of the logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInLogoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInLogoInput' has description 'The input fields for customizing the sign-in logo.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMain",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInMain' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMain",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInMain' has description 'The sign-in-specific main customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInMainInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'backgroundImage' of type 'CheckoutAndAccountsConfigurationBrandingImageInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInMainInput.backgroundImage' has description 'The background image of the main container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'colors' of type 'CheckoutAndAccountsConfigurationBrandingColorsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInMainInput.colors' has description 'The colors customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'section' of type 'CheckoutAndAccountsConfigurationBrandingMainSectionInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInMainInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInMainInput.section' has description 'The customizations for the main sections.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInMainInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInMainInput' has description 'The input fields for customizing the sign-in main container.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInSurface",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInSurface' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInSurface",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInSurface' has description 'The sign-in-specific component customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'components' of type 'CheckoutAndAccountsConfigurationBrandingSignInComponentsInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput.components' has description 'The sign-in components.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput' has description 'The input fields for customizing the sign-in surface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSimpleBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None simple border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSimpleBorder.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULL' was added to enum 'CheckoutAndAccountsConfigurationBrandingSimpleBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Full simple border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSimpleBorder.FULL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSimpleBorder' has description 'Possible values for the simple border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSpacing' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_TIGHT' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra Tight spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.EXTRA_TIGHT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIGHT' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Tight spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.TIGHT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Loose spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra Loose spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.EXTRA_LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSpacing' has description 'Possible values for the spacing.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 100 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 200 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_300' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 300 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_300'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_400' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 400 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_400'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_500' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 500 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_500'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 100 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 200 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_300' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 300 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_300'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_400' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 400 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_400'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_500' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 500 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_500'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword' has description 'The spacing between UI elements.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfaces",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSurfaces' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfaces",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSurfaces' has description 'The surface-specific component customizations for checkout and customer accounts.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingSurfacesInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'checkout' of type 'CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSurfacesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSurfacesInput.checkout' has description 'The checkout surface customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'customerAccounts' of type 'CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSurfacesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSurfacesInput.customerAccounts' has description 'The customer accounts surface customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'signIn' of type 'CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingSurfacesInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingSurfacesInput.signIn' has description 'The sign-in surface customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSurfacesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingSurfacesInput' has description 'The input fields for customizing surfaces branding.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextField",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTextField' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextField",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTextField' has description 'The text fields customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextFieldInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTextFieldInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextFieldInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'border' of type 'CheckoutAndAccountsConfigurationBrandingBorder' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTextFieldInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextFieldInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTextFieldInput.border' has description 'The border.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextFieldInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'typography' of type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTextFieldInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextFieldInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTextFieldInput.typography' has description 'The typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTextFieldInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTextFieldInput' has description 'The input fields for customizing the text fields.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypography",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypography' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypography",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypography' has description 'The typography customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyFont' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRIMARY' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyFont'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The primary font.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyFont.PRIMARY'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SECONDARY' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyFont'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The secondary font.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyFont.SECONDARY'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyFont' has description 'The font selection.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'size' of type 'CheckoutAndAccountsConfigurationBrandingFontSizeInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyInput.size' has description 'The font size.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'primary' of type 'CheckoutAndAccountsConfigurationBrandingFontGroupInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyInput.primary' has description 'The font group used for most components such as text, buttons and form controls.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'secondary' of type 'CheckoutAndAccountsConfigurationBrandingFontGroupInput' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyInput.secondary' has description 'The font group used for heading components by default.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyInput' has description 'The input fields for customizing the typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyKerning' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyKerning'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Base or default kerning.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyKerning.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyKerning'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Loose kerning, leaving more space than the default in between characters.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyKerning.LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyKerning'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Extra loose kerning, leaving even more space in between characters.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyKerning.EXTRA_LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyKerning' has description 'Possible values for the typography kerning.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOWER' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'All letters are is lower case.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.LOWER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No letter casing applied.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TITLE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Capitalize the first letter of each word.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.TITLE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UPPER' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'All letters are uppercase.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.UPPER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase' has description 'Possible values for the typography letter case.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographySize' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra small font size. Example: 10px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.EXTRA_SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small font size. Example: 12px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base font size. Example: 14px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MEDIUM' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Medium font size. Example: 16px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.MEDIUM'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large font size. Example: 19px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra large font size. Example: 21px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.EXTRA_LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_EXTRA_LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra extra large font size. Example: 24px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.EXTRA_EXTRA_LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographySize' has description 'Possible choices for the font size.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyle",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyStyle' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyle",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyle' has description 'The typography customizations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'font' of type 'CheckoutAndAccountsConfigurationBrandingTypographyFont' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput.font' has description 'The font.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'size' of type 'CheckoutAndAccountsConfigurationBrandingTypographySize' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput.size' has description 'The font size.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'weight' of type 'CheckoutAndAccountsConfigurationBrandingTypographyWeight' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput.weight' has description 'The font weight.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'letterCase' of type 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput.letterCase' has description 'The letter case.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'kerning' of type 'CheckoutAndAccountsConfigurationBrandingTypographyKerning' was added to input object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput.kerning' has description 'The kerning.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyStyleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyStyleInput' has description 'The input fields for customizing the typography.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingTypographyWeight' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyWeight'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The base weight.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyWeight.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BOLD' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyWeight'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The bold weight.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyWeight.BOLD'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingTypographyWeight' has description 'Possible values for the font weight.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationBrandingVisibility' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'HIDDEN' was added to enum 'CheckoutAndAccountsConfigurationBrandingVisibility'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Hidden visibility setting.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingVisibility.HIDDEN'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VISIBLE' was added to enum 'CheckoutAndAccountsConfigurationBrandingVisibility'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Visible visibility setting.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingVisibility.VISIBLE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationBrandingVisibility' has description 'Possible visibility states.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationConnection' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationConnection' has description 'An auto-generated type for paginating through multiple CheckoutAndAccountsConfigurations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationEdge' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationEdge' has description 'An auto-generated type which holds one CheckoutAndAccountsConfiguration and a cursor during pagination.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'overrides' of type '[CheckoutAndAccountsConfigurationOverrideInput!]' was added to input object type 'CheckoutAndAccountsConfigurationInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationInput.overrides' has description 'The overrides to create/update in the configuration.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'branding' of type 'CheckoutAndAccountsConfigurationBrandingInput' was added to input object type 'CheckoutAndAccountsConfigurationInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationInput.branding' has description 'The branding settings of the configuration.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationInput' has description 'The input fields for checkout and account configurations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInterface",
          "kind": "INTERFACE",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationInterface' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationInterface",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationInterface' has description 'Represents a checkout and accounts configuration interface.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverride",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationOverride' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverride",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CheckoutAndAccountsConfigurationOverride' object implements 'CheckoutAndAccountsConfigurationInterface' interface"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverride",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CheckoutAndAccountsConfigurationOverride' object implements 'Node' interface"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverride",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationOverride' has description 'A checkout and account configuration override modifies a parent configuration for specific markets.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverrideInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationOverrideInput' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverrideInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID' was added to input object type 'CheckoutAndAccountsConfigurationOverrideInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverrideInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationOverrideInput.id' has description 'The ID of the configuration override to update.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverrideInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'branding' of type 'CheckoutAndAccountsConfigurationBrandingInput' was added to input object type 'CheckoutAndAccountsConfigurationOverrideInput'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverrideInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutAndAccountsConfigurationOverrideInput.branding' has description 'The branding settings of the configuration.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationOverrideInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationOverrideInput' has description 'The input fields for checkout and account configuration overrides.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUpdatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationUpdatePayload' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUpdatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationUpdatePayload' has description 'Return type for `checkoutAndAccountsConfigurationUpdate` mutation.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationUserError' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CheckoutAndAccountsConfigurationUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationUserError' has description 'An error that occurs during the execution of a mutation for managing checkout and accounts configurations.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationUserErrorCode' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.INVALID'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLANK' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is blank.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.BLANK'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_SERVER_ERROR' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Internal error. Looks like something went wrong on our end.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.INTERNAL_SERVER_ERROR'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more required fields are missing in the input.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.MISSING'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more requested items couldn\\'t be found.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSIENT' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The request could not be completed — please try again later.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.TRANSIENT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationUserErrorCode' has description 'Possible error codes that can be returned by `CheckoutAndAccountsConfigurationUserError`.'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CheckoutAndAccountsConfigurationsGraphQLSortKeys' was added"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CREATED_AT' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `created_at` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.CREATED_AT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EDITED_AT' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `edited_at` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.EDITED_AT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.ID'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IS_PUBLISHED' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `is_published` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.IS_PUBLISHED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CheckoutAndAccountsConfigurationsGraphQLSortKeys' has description 'The set of valid sort keys for the CheckoutAndAccountsConfigurationsGraphQL query.'"
        },
        {
          "name": "DiscountBulkTagsAddPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DiscountBulkTagsAddPayload' was added"
        },
        {
          "name": "DiscountBulkTagsAddPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DiscountBulkTagsAddPayload' has description 'Return type for `discountBulkTagsAdd` mutation.'"
        },
        {
          "name": "DiscountBulkTagsRemovePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DiscountBulkTagsRemovePayload' was added"
        },
        {
          "name": "DiscountBulkTagsRemovePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DiscountBulkTagsRemovePayload' has description 'Return type for `discountBulkTagsRemove` mutation.'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DiscountTagSortKeys' was added"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'DiscountTagSortKeys'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'DiscountTagSortKeys.ID'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TITLE' was added to enum 'DiscountTagSortKeys'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `title` value.' was added to enum value 'DiscountTagSortKeys.TITLE'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DiscountTagSortKeys' has description 'The set of valid sort keys for the DiscountTag query.'"
        },
        {
          "name": "FulfillmentOrderCancelError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderCancelError' was added"
        },
        {
          "name": "FulfillmentOrderCancelError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'FulfillmentOrderCancelError' object implements 'DisplayableError' interface"
        },
        {
          "name": "FulfillmentOrderCancelError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderCancelError' has description 'Represents an error that occurs while cancelling a fulfillment order.'"
        },
        {
          "name": "FulfillmentOrderCancelErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderCancelErrorCode' was added"
        },
        {
          "name": "FulfillmentOrderCancelErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_HAS_MANUALLY_REPORTED_PROGRESS' was added to enum 'FulfillmentOrderCancelErrorCode'"
        },
        {
          "name": "FulfillmentOrderCancelErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot cancel fulfillment order with reported progress. Mark as unfulfilled first.' was added to enum value 'FulfillmentOrderCancelErrorCode.FULFILLMENT_ORDER_HAS_MANUALLY_REPORTED_PROGRESS'"
        },
        {
          "name": "FulfillmentOrderCancelErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderCancelErrorCode' has description 'Possible error codes that can be returned by `FulfillmentOrderCancelError`.'"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderMoveFulfillmentOrderMoveUserError' was added"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'FulfillmentOrderMoveFulfillmentOrderMoveUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderMoveFulfillmentOrderMoveUserError' has description 'Represents a user error that occurs while moving a fulfillment order.'"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode' was added"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_MOVE_FULFILLMENT_ORDER_WITH_REPORTED_PROGRESS' was added to enum 'FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot move a fulfillment order that has progress reported.' was added to enum value 'FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode.CANNOT_MOVE_FULFILLMENT_ORDER_WITH_REPORTED_PROGRESS'"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode' has description 'Possible error codes that can be returned by `FulfillmentOrderMoveFulfillmentOrderMoveUserError`.'"
        },
        {
          "name": "FulfillmentOrderReportProgressInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderReportProgressInput' was added"
        },
        {
          "name": "FulfillmentOrderReportProgressInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'reasonNotes' of type 'String' was added to input object type 'FulfillmentOrderReportProgressInput'"
        },
        {
          "name": "FulfillmentOrderReportProgressInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'FulfillmentOrderReportProgressInput.reasonNotes' has description 'Additional information for the progress report.'"
        },
        {
          "name": "FulfillmentOrderReportProgressInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderReportProgressInput' has description 'The input fields for the progress report for the fulfillment order.'"
        },
        {
          "name": "FulfillmentOrderReportProgressPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderReportProgressPayload' was added"
        },
        {
          "name": "FulfillmentOrderReportProgressPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderReportProgressPayload' has description 'Return type for `fulfillmentOrderReportProgress` mutation.'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderReportProgressUserError' was added"
        },
        {
          "name": "FulfillmentOrderReportProgressUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'FulfillmentOrderReportProgressUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "FulfillmentOrderReportProgressUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderReportProgressUserError' has description 'An error that occurs during the execution of `FulfillmentOrderReportProgress`.'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FulfillmentOrderReportProgressUserErrorCode' was added"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_NOT_FOUND' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order could not be found.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_NOT_FOUND'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_STATUS_INVALID' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order status is invalid.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_STATUS_INVALID'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_CONTAINS_PICKED_ITEMS' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order contains picked items.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_CONTAINS_PICKED_ITEMS'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_INVALID_DELIVERY_METHOD' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Progress cannot be reported for a fulfillment order with this delivery method.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_INVALID_DELIVERY_METHOD'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_INVALID_FULFILLMENT_SERVICE_OWNERSHIP' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order is not assigned to the requesting fulfillment service.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_INVALID_FULFILLMENT_SERVICE_OWNERSHIP'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_UNSUPPORTED_ACTION' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The action is not supported for the fulfillment order.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_UNSUPPORTED_ACTION'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MARKETPLACE_APP_NOT_ELIGIBLE' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Marketplace apps are not eligible to report progress on fulfillment orders.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.MARKETPLACE_APP_NOT_ELIGIBLE'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FulfillmentOrderReportProgressUserErrorCode' has description 'Possible error codes that can be returned by `FulfillmentOrderReportProgressUserError`.'"
        },
        {
          "name": "FullSyncTraceInfo",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'FullSyncTraceInfo' was added"
        },
        {
          "name": "FullSyncTraceInfo",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'FullSyncTraceInfo' has description 'Trace information for a single country-language product feed sync triggered by [`channelFullSync`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/channelFullSync).'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardConfigurationExpirationUnit' was added"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DAYS' was added to enum 'GiftCardConfigurationExpirationUnit'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift cards expire in days.' was added to enum value 'GiftCardConfigurationExpirationUnit.DAYS'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MONTHS' was added to enum 'GiftCardConfigurationExpirationUnit'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift cards expire in months.' was added to enum value 'GiftCardConfigurationExpirationUnit.MONTHS'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'YEARS' was added to enum 'GiftCardConfigurationExpirationUnit'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift cards expire in years.' was added to enum value 'GiftCardConfigurationExpirationUnit.YEARS'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardConfigurationExpirationUnit' has description 'The supported units for gift card expiration.'"
        },
        {
          "name": "GiftCardExpirationConfiguration",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardExpirationConfiguration' was added"
        },
        {
          "name": "GiftCardExpirationConfiguration",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardExpirationConfiguration' has description 'Represents the default expiration configuration of gift cards on the shop.'"
        },
        {
          "name": "InventoryShipmentSetBarcodePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'InventoryShipmentSetBarcodePayload' was added"
        },
        {
          "name": "InventoryShipmentSetBarcodePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'InventoryShipmentSetBarcodePayload' has description 'Return type for `inventoryShipmentSetBarcode` mutation.'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'InventoryShipmentSetBarcodeUserError' was added"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'InventoryShipmentSetBarcodeUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'InventoryShipmentSetBarcodeUserError' has description 'An error that occurs during the execution of `InventoryShipmentSetBarcode`.'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'InventoryShipmentSetBarcodeUserErrorCode' was added"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SHIPMENT_NOT_FOUND' was added to enum 'InventoryShipmentSetBarcodeUserErrorCode'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipment was not found.' was added to enum value 'InventoryShipmentSetBarcodeUserErrorCode.SHIPMENT_NOT_FOUND'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BARCODE_DUPLICATE' was added to enum 'InventoryShipmentSetBarcodeUserErrorCode'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This barcode is already assigned to another shipment.' was added to enum value 'InventoryShipmentSetBarcodeUserErrorCode.BARCODE_DUPLICATE'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BARCODE_TOO_LONG' was added to enum 'InventoryShipmentSetBarcodeUserErrorCode'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Barcode must be 255 characters or less.' was added to enum value 'InventoryShipmentSetBarcodeUserErrorCode.BARCODE_TOO_LONG'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'InventoryShipmentSetBarcodeUserErrorCode' has description 'Possible error codes that can be returned by `InventoryShipmentSetBarcodeUserError`.'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'InventoryShipmentSortKeys' was added"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'InventoryShipmentSortKeys'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'InventoryShipmentSortKeys.ID'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STATUS' was added to enum 'InventoryShipmentSortKeys'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `status` value.' was added to enum value 'InventoryShipmentSortKeys.STATUS'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'InventoryShipmentSortKeys' has description 'The set of valid sort keys for the InventoryShipment query.'"
        },
        {
          "name": "MetafieldCapabilityAnalyticsQueryable",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldCapabilityAnalyticsQueryable' was added"
        },
        {
          "name": "MetafieldCapabilityAnalyticsQueryable",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldCapabilityAnalyticsQueryable' has description 'The analytics queryable capability of a metafield definition.'"
        },
        {
          "name": "MetafieldCapabilityAnalyticsQueryableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldCapabilityAnalyticsQueryableInput' was added"
        },
        {
          "name": "MetafieldCapabilityAnalyticsQueryableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'enabled' of type 'Boolean!' was added to input object type 'MetafieldCapabilityAnalyticsQueryableInput'"
        },
        {
          "name": "MetafieldCapabilityAnalyticsQueryableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetafieldCapabilityAnalyticsQueryableInput.enabled' has description 'Indicates whether the capability should be enabled or disabled.'"
        },
        {
          "name": "MetafieldCapabilityAnalyticsQueryableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldCapabilityAnalyticsQueryableInput' has description 'The input fields for the analytics queryable capability.'"
        },
        {
          "name": "MetafieldCapabilityCartToOrderCopyable",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldCapabilityCartToOrderCopyable' was added"
        },
        {
          "name": "MetafieldCapabilityCartToOrderCopyable",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldCapabilityCartToOrderCopyable' has description 'Information about the cart to order copyable capability on a metafield definition.\nOnly order metafield definitions are eligible to have this capability enabled.\n\nWhen enabled, the value from a cart metafield is automatically copied to the corresponding\norder metafield when an order is created. The namespace and key must match between the cart and order metafields.'"
        },
        {
          "name": "MetafieldCapabilityCartToOrderCopyableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldCapabilityCartToOrderCopyableInput' was added"
        },
        {
          "name": "MetafieldCapabilityCartToOrderCopyableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'enabled' of type 'Boolean!' was added to input object type 'MetafieldCapabilityCartToOrderCopyableInput'"
        },
        {
          "name": "MetafieldCapabilityCartToOrderCopyableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetafieldCapabilityCartToOrderCopyableInput.enabled' has description 'Indicates whether the capability should be enabled or disabled.'"
        },
        {
          "name": "MetafieldCapabilityCartToOrderCopyableInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldCapabilityCartToOrderCopyableInput' has description 'The input fields for enabling or disabling the \"Cart to order copyable\" capability.\nThis capability is only available for order metafield definitions.\n\nWhen enabled, the value from a cart metafield is automatically copied to the corresponding\norder metafield when an order is created. The namespace and key must match between the cart and order metafields.'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDeviceAssignToCashDrawerPayload' was added"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDeviceAssignToCashDrawerPayload' has description 'Return type for `pointOfSaleDeviceAssignToCashDrawer` mutation.'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDeviceAssignToCashDrawerUserError' was added"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PointOfSaleDeviceAssignToCashDrawerUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDeviceAssignToCashDrawerUserError' has description 'An error that occurs during the execution of `PointOfSaleDeviceAssignToCashDrawer`.'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode' was added"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCATION_MISMATCH' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer and point of sale device must be in the same location.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.LOCATION_MISMATCH'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_NOT_FOUND' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer was not found.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.CASH_DRAWER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'POINT_OF_SALE_DEVICE_NOT_FOUND' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device was not found.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.POINT_OF_SALE_DEVICE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode' has description 'Possible error codes that can be returned by `PointOfSaleDeviceAssignToCashDrawerUserError`.'"
        },
        {
          "name": "PointOfSaleDeviceConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDeviceConnection' was added"
        },
        {
          "name": "PointOfSaleDeviceConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDeviceConnection' has description 'An auto-generated type for paginating through multiple PointOfSaleDevices.'"
        },
        {
          "name": "PointOfSaleDeviceEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDeviceEdge' was added"
        },
        {
          "name": "PointOfSaleDeviceEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDeviceEdge' has description 'An auto-generated type which holds one PointOfSaleDevice and a cursor during pagination.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSession",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSession' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSession",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PointOfSaleDevicePaymentSession' object implements 'Node' interface"
        },
        {
          "name": "PointOfSaleDevicePaymentSession",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSession' has description 'Tracks the payment activity for a point of sale device.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionAdjustPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionAdjustPayload' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionAdjustPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionAdjustPayload' has description 'Return type for `pointOfSaleDevicePaymentSessionAdjust` mutation.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionClosePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionClosePayload' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionClosePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionClosePayload' has description 'Return type for `pointOfSaleDevicePaymentSessionClose` mutation.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionCloseUserError' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PointOfSaleDevicePaymentSessionCloseUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionCloseUserError' has description 'An error that occurs during the execution of `PointOfSaleDevicePaymentSessionClose`.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionCloseUserErrorCode' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STAFF_MEMBER_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Staff member not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.STAFF_MEMBER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_SESSION_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.PAYMENT_SESSION_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SESSION_ALREADY_CLOSED' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Session is already closed.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.SESSION_ALREADY_CLOSED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIME_BEFORE_SESSION_OPEN' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Time cannot be before session opening time.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.TIME_BEFORE_SESSION_OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REASON_CODE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Reason code not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.REASON_CODE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CURRENCY_MISMATCH' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency code does not match the cash drawer currency.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.CURRENCY_MISMATCH'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NO_CASH_DRAWER_ASSOCIATED' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device has no cash drawer associated with it.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.NO_CASH_DRAWER_ASSOCIATED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED_TO_CLOSE_SESSION' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session not closed.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.FAILED_TO_CLOSE_SESSION'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionCloseUserErrorCode' has description 'Possible error codes that can be returned by `PointOfSaleDevicePaymentSessionCloseUserError`.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionConnection' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionConnection' has description 'An auto-generated type for paginating through multiple PointOfSaleDevicePaymentSessions.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionCountPayload' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionCountPayload' has description 'Return type for `pointOfSaleDevicePaymentSessionCount` mutation.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionCountUserError' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PointOfSaleDevicePaymentSessionCountUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionCountUserError' has description 'An error that occurs during the execution of `PointOfSaleDevicePaymentSessionCount`.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionCountUserErrorCode' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STAFF_MEMBER_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Staff member not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.STAFF_MEMBER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_SESSION_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.PAYMENT_SESSION_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SESSION_ALREADY_CLOSED' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Session is already closed.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.SESSION_ALREADY_CLOSED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIME_BEFORE_SESSION_OPEN' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Time cannot be before session opening time.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.TIME_BEFORE_SESSION_OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REASON_CODE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Reason code not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.REASON_CODE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CURRENCY_MISMATCH' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency code does not match the cash drawer currency.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.CURRENCY_MISMATCH'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NO_CASH_DRAWER_ASSOCIATED' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device has no cash drawer associated with it.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.NO_CASH_DRAWER_ASSOCIATED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED_TO_RECORD_COUNT' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session count not recorded.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.FAILED_TO_RECORD_COUNT'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionCountUserErrorCode' has description 'Possible error codes that can be returned by `PointOfSaleDevicePaymentSessionCountUserError`.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionEdge' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionEdge' has description 'An auto-generated type which holds one PointOfSaleDevicePaymentSession and a cursor during pagination.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionOpenPayload' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionOpenPayload' has description 'Return type for `pointOfSaleDevicePaymentSessionOpen` mutation.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionOpenUserError' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PointOfSaleDevicePaymentSessionOpenUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionOpenUserError' has description 'An error that occurs during the execution of `PointOfSaleDevicePaymentSessionOpen`.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionOpenUserErrorCode' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'POINT_OF_SALE_DEVICE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device was not found.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.POINT_OF_SALE_DEVICE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NO_CASH_DRAWER_ASSOCIATED' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point_of_sale_device has no cash drawer associated with it.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.NO_CASH_DRAWER_ASSOCIATED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device payment session was not created.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ALREADY_OPEN' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A point of sale device payment session is already open for this point of sale device.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.ALREADY_OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STAFF_MEMBER_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The staff member was not found.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.STAFF_MEMBER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CURRENCY_MISMATCH' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency does not match the currency of the cash drawer.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.CURRENCY_MISMATCH'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REASON_CODE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The reason code was not found.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.REASON_CODE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionOpenUserErrorCode' has description 'Possible error codes that can be returned by `PointOfSaleDevicePaymentSessionOpenUserError`.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionSortKeys' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSING_TIME' was added to enum 'PointOfSaleDevicePaymentSessionSortKeys'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `closing_time` value.' was added to enum value 'PointOfSaleDevicePaymentSessionSortKeys.CLOSING_TIME'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'PointOfSaleDevicePaymentSessionSortKeys'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'PointOfSaleDevicePaymentSessionSortKeys.ID'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPENING_TIME' was added to enum 'PointOfSaleDevicePaymentSessionSortKeys'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `opening_time` value.' was added to enum value 'PointOfSaleDevicePaymentSessionSortKeys.OPENING_TIME'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionSortKeys' has description 'The set of valid sort keys for the PointOfSaleDevicePaymentSession query.'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PointOfSaleDevicePaymentSessionStatus' was added"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPEN' was added to enum 'PointOfSaleDevicePaymentSessionStatus'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device payment session is open.' was added to enum value 'PointOfSaleDevicePaymentSessionStatus.OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSED' was added to enum 'PointOfSaleDevicePaymentSessionStatus'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device payment session is closed.' was added to enum value 'PointOfSaleDevicePaymentSessionStatus.CLOSED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PointOfSaleDevicePaymentSessionStatus' has description 'The status of the point of sale device payment session. Payments can\\'t be processed or refunded during a closed session, and the cash drawer balance can\\'t be adjusted or corrected.'"
        },
        {
          "name": "ProductDiscountsWithTagsOnSameCartLineInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ProductDiscountsWithTagsOnSameCartLineInput' was added"
        },
        {
          "name": "ProductDiscountsWithTagsOnSameCartLineInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'add' of type '[String!]' was added to input object type 'ProductDiscountsWithTagsOnSameCartLineInput'"
        },
        {
          "name": "ProductDiscountsWithTagsOnSameCartLineInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductDiscountsWithTagsOnSameCartLineInput.add' has description 'The tags to add to this discount\\'s combination list. This field doesn\\'t add\ntags to the discount itself. To change the tags on the discount, use the\ndiscount input\\'s `tags` field or the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nand [`tagsRemove`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsremove)\nmutations.\n\nIf another product discount has a matching tag and also allows at least one\ntag on this discount, then both discounts can apply to the same cart line.'"
        },
        {
          "name": "ProductDiscountsWithTagsOnSameCartLineInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'remove' of type '[String!]' was added to input object type 'ProductDiscountsWithTagsOnSameCartLineInput'"
        },
        {
          "name": "ProductDiscountsWithTagsOnSameCartLineInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductDiscountsWithTagsOnSameCartLineInput.remove' has description 'The tags to remove from this discount\\'s combination list. This field doesn\\'t\nremove tags from the discount itself. To change the tags on the discount, use\nthe discount input\\'s `tags` field or the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nand [`tagsRemove`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsremove)\nmutations.\n\nIf this discount and another product discount still match tags in both\ndirections after the removal, then both discounts can still apply to the same\ncart line.'"
        },
        {
          "name": "ProductDiscountsWithTagsOnSameCartLineInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ProductDiscountsWithTagsOnSameCartLineInput' has description 'Controls which product discounts can apply together on the same cart line. By\ndefault, only one product discount applies per line. Available only on a Shopify\nPlus plan.\n\nFor discounts to apply together, they must match tags in both directions. Each\ndiscount has two tag sets: the tags that identify the discount, and the tags that\nit agrees to apply with. Use the `tags` field on the discount input to set the\ndiscount\\'s own tags. Use this input object to set the tags that the discount can\napply with. Two discounts apply together only if each one allows at least one tag\nthat the other is tagged with. Any number of product discounts can apply to the\nsame line if this two-way match holds for every pair in the group.\n\nExample: Discount A is tagged with `LOYALTY` and allows `SEASONAL`, and Discount B\nis tagged with `SEASONAL` and allows `LOYALTY`. They apply together. To add a\nthird discount, it must meet the same mutual-match rule with both A and B.\n\nBuy X Get Y discounts stack only on the customer-gets products (GY), not the\ncustomer-buys products (BX). See\n[Limitations for discount combinations](https://help.shopify.com/manual/discounts/discount-combinations#considerations)\nfor details.'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ProductUpdateIdentifiers' was added"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID' was added to input object type 'ProductUpdateIdentifiers'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductUpdateIdentifiers.id' has description 'ID of product to update.'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String' was added to input object type 'ProductUpdateIdentifiers'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductUpdateIdentifiers.handle' has description 'Handle of product to update.'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'customId' of type 'UniqueMetafieldValueInput' was added to input object type 'ProductUpdateIdentifiers'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductUpdateIdentifiers.customId' has description 'Custom ID of product to update.'"
        },
        {
          "name": "ProductUpdateIdentifiers",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ProductUpdateIdentifiers' has description 'The input fields required to identify a product for update.'"
        },
        {
          "name": "StoreCreditConfiguration",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'StoreCreditConfiguration' was added"
        },
        {
          "name": "StoreCreditConfiguration",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'StoreCreditConfiguration' has description 'The store credit configuration for a shop.'"
        },
        {
          "name": "SubscriptionBillingAttemptAction",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptAction' was added"
        },
        {
          "name": "SubscriptionBillingAttemptAction",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptPaymentChallenge' was added to Union type 'SubscriptionBillingAttemptAction'"
        },
        {
          "name": "SubscriptionBillingAttemptAction",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptAction' has description 'The action required to continue processing the billing attempt.'"
        },
        {
          "name": "SubscriptionBillingAttemptActionRequiredState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptActionRequiredState' was added"
        },
        {
          "name": "SubscriptionBillingAttemptActionRequiredState",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptActionRequiredState' has description 'The billing attempt state that requires an action to resolve.\nMust complete the action required for the billing attempt to continue being processed.'"
        },
        {
          "name": "SubscriptionBillingAttemptError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptError' was added"
        },
        {
          "name": "SubscriptionBillingAttemptError",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptGeneralError' was added to Union type 'SubscriptionBillingAttemptError'"
        },
        {
          "name": "SubscriptionBillingAttemptError",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptInventoryError' was added to Union type 'SubscriptionBillingAttemptError'"
        },
        {
          "name": "SubscriptionBillingAttemptError",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptPaymentError' was added to Union type 'SubscriptionBillingAttemptError'"
        },
        {
          "name": "SubscriptionBillingAttemptError",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptUnexpectedError' was added to Union type 'SubscriptionBillingAttemptError'"
        },
        {
          "name": "SubscriptionBillingAttemptError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptError' has description 'Possible error types for a subscription billing attempt.'"
        },
        {
          "name": "SubscriptionBillingAttemptFailedState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptFailedState' was added"
        },
        {
          "name": "SubscriptionBillingAttemptFailedState",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptFailedState' has description 'The billing attempt failed due to an error.'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptGeneralError' was added"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptGeneralError' has description 'An error that occurred during a subscription billing attempt that doesn\\'t fit other categories.'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptGeneralErrorCode' was added"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NON_TEST_ORDER_LIMIT_REACHED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Non-test order limit reached.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.NON_TEST_ORDER_LIMIT_REACHED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FREE_GIFT_CARD_NOT_ALLOWED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Free gift cards are not allowed.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.FREE_GIFT_CARD_NOT_ALLOWED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMER_NOT_FOUND' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Customer was not found.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.CUSTOMER_NOT_FOUND'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMER_INVALID' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Customer is invalid.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.CUSTOMER_INVALID'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_BILLING_ADDRESS' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Billing address is invalid.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.INVALID_BILLING_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_ACCOUNT_ERROR' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Merchant account error.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.MERCHANT_ACCOUNT_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_NOT_FOUND' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method was not found.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_METHOD_NOT_FOUND'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_NOT_SPECIFIED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method not specified.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_METHOD_NOT_SPECIFIED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_INCOMPATIBLE_WITH_GATEWAY_CONFIG' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method test mode incompatible with gateway.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_METHOD_INCOMPATIBLE_WITH_GATEWAY_CONFIG'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_IS_NOT_ENABLED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment provider is not enabled.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_PROVIDER_IS_NOT_ENABLED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptGeneralErrorCode' has description 'Error codes for other billing attempt failures.'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptInventoryError' was added"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptInventoryError' has description 'An inventory-related error that occurred during a subscription billing attempt.'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptInventoryErrorCode' was added"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSUFFICIENT_INVENTORY' was added to enum 'SubscriptionBillingAttemptInventoryErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Insufficient inventory.' was added to enum value 'SubscriptionBillingAttemptInventoryErrorCode.INSUFFICIENT_INVENTORY'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVENTORY_ALLOCATIONS_NOT_FOUND' was added to enum 'SubscriptionBillingAttemptInventoryErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No inventory location found or enabled.' was added to enum value 'SubscriptionBillingAttemptInventoryErrorCode.INVENTORY_ALLOCATIONS_NOT_FOUND'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptInventoryErrorCode' has description 'Error codes for inventory-related billing attempt failures.'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallenge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptPaymentChallenge' was added"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallenge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptPaymentChallenge' has description 'A payment challenge that the customer must complete.'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptPaymentChallengeStatus' was added"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OFF_SESSION_REJECTED' was added to enum 'SubscriptionBillingAttemptPaymentChallengeStatus'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing attempt is rejected because the customer action was required. The customer has not yet attempted to complete the challenge.' was added to enum value 'SubscriptionBillingAttemptPaymentChallengeStatus.OFF_SESSION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ON_SESSION_CHALLENGED' was added to enum 'SubscriptionBillingAttemptPaymentChallengeStatus'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer was brought on session and challenged.' was added to enum value 'SubscriptionBillingAttemptPaymentChallengeStatus.ON_SESSION_CHALLENGED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptPaymentChallengeStatus' has description 'The status of the billing attempt authentication process.'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptPaymentError' was added"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptPaymentError' has description 'A payment-related error that occurred during a subscription billing attempt.'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptPaymentErrorCode' was added"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_DECLINED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method was declined.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYMENT_METHOD_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method has expired.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.EXPIRED_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSUFFICIENT_FUNDS' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method has insufficient funds to complete the payment.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INSUFFICIENT_FUNDS'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There was an error during the authentication.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AUTHENTICATION_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BUYER_CANCELED_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The buyer canceled the payment method.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.BUYER_CANCELED_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CUSTOMER_BILLING_AGREEMENT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer billing agreement is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_CUSTOMER_BILLING_AGREEMENT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_SMALL' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is too small.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AMOUNT_TOO_SMALL'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_LARGE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is too large.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AMOUNT_TOO_LARGE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_NUMBER_INCORRECT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CARD_NUMBER_INCORRECT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FRAUD_SUSPECTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Fraud was suspected on this transaction.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.FRAUD_SUSPECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVOICE_ALREADY_PAID' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The invoice has already been paid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVOICE_ALREADY_PAID'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TEST_MODE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A test mode error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.TEST_MODE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYPAL_ERROR_GENERAL' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A general PayPal error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYPAL_ERROR_GENERAL'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_SHIPPING_ADDRESS' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping address is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_SHIPPING_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSIENT_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A transient error occurred, try again later.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.TRANSIENT_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_TYPE_NOT_SUPPORTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase type is not supported.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PURCHASE_TYPE_NOT_SUPPORTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_FAILED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Authentication failed during the payment processing.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AUTHENTICATION_FAILED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_REQUIRED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Additional authentication is required for this payment.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AUTHENTICATION_REQUIRED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CALL_ISSUER' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer requires the cardholder to call.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CALL_ISSUER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_DECLINED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card was declined.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CARD_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONFIRMATION_REJECTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment confirmation was rejected.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CONFIRMATION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DO_NOT_HONOR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer returned \\'do not honor\\'. The customer should reach out to their card-issuing bank for more information.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.DO_NOT_HONOR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_RULE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment was declined due to a merchant rule.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.MERCHANT_RULE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OFF_SESSION_REJECTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The off-session payment was rejected.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.OFF_SESSION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RETRY_DECLINED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment retry was declined.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.RETRY_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSACTION_LIMIT_EXCEEDED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction exceeded the limit.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.TRANSACTION_LIMIT_EXCEEDED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ZIP' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The postal/ZIP code is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_ZIP'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CURRENCY' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency is not supported.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_CURRENCY'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NUMBER' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_UNSUPPORTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method type is not supported.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYMENT_METHOD_UNSUPPORTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An exception occurred with the payment provider.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYMENT_PROVIDER_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ADDRESS' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing address is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_NUMBER' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_CARD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card has expired.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.EXPIRED_CARD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_EXPIRY_DATE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The expiry date is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_EXPIRY_DATE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_BUYER_ACTION' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The required buyer action has expired.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.EXPIRED_BUYER_ACTION'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PROCESSING_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A processing error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PROCESSING_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A generic payment error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.GENERIC_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANCELLED_PAYMENT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment was cancelled.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CANCELLED_PAYMENT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PURCHASE_TYPE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The purchase type is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_PURCHASE_TYPE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptPaymentErrorCode' has description 'Error codes for payment-related billing attempt failures.'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptPaymentProcessingPolicy' was added"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAIL_UNLESS_VALID_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentProcessingPolicy'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Attempt to process payment on the billing attempt and fail the billing attempt if\n        the payment method is not valid or if a payment method does not exist.' was added to enum value 'SubscriptionBillingAttemptPaymentProcessingPolicy.FAIL_UNLESS_VALID_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SKIP_PAYMENT_AND_CREATE_UNPAID_ORDER' was added to enum 'SubscriptionBillingAttemptPaymentProcessingPolicy'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Skip payment processing on the billing attempt and create an unpaid order.' was added to enum value 'SubscriptionBillingAttemptPaymentProcessingPolicy.SKIP_PAYMENT_AND_CREATE_UNPAID_ORDER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptPaymentProcessingPolicy' has description 'The payment processing policy for a billing attempt.'"
        },
        {
          "name": "SubscriptionBillingAttemptPendingState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptPendingState' was added"
        },
        {
          "name": "SubscriptionBillingAttemptPendingState",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptPendingState' has description 'The billing attempt is currently being processed.'"
        },
        {
          "name": "SubscriptionBillingAttemptState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptState' was added"
        },
        {
          "name": "SubscriptionBillingAttemptState",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptActionRequiredState' was added to Union type 'SubscriptionBillingAttemptState'"
        },
        {
          "name": "SubscriptionBillingAttemptState",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptFailedState' was added to Union type 'SubscriptionBillingAttemptState'"
        },
        {
          "name": "SubscriptionBillingAttemptState",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptPendingState' was added to Union type 'SubscriptionBillingAttemptState'"
        },
        {
          "name": "SubscriptionBillingAttemptState",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'SubscriptionBillingAttemptSuccessState' was added to Union type 'SubscriptionBillingAttemptState'"
        },
        {
          "name": "SubscriptionBillingAttemptState",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptState' has description 'The state of a subscription billing attempt with state-specific data.'"
        },
        {
          "name": "SubscriptionBillingAttemptSuccessState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptSuccessState' was added"
        },
        {
          "name": "SubscriptionBillingAttemptSuccessState",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptSuccessState' has description 'The billing attempt completed successfully and created an order.'"
        },
        {
          "name": "SubscriptionBillingAttemptUnexpectedError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionBillingAttemptUnexpectedError' was added"
        },
        {
          "name": "SubscriptionBillingAttemptUnexpectedError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionBillingAttemptUnexpectedError' has description 'An unexpected error that occurred during a subscription billing attempt.'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLOR_SCHEME5' was added to enum 'CheckoutBrandingColorSchemeSelection'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The COLOR_SCHEME5 color scheme selection.' was added to enum value 'CheckoutBrandingColorSchemeSelection.COLOR_SCHEME5'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLOR_SCHEME6' was added to enum 'CheckoutBrandingColorSchemeSelection'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The COLOR_SCHEME6 color scheme selection.' was added to enum value 'CheckoutBrandingColorSchemeSelection.COLOR_SCHEME6'"
        },
        {
          "name": "CheckoutBrandingColorSchemesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'scheme5' of type 'CheckoutBrandingColorSchemeInput' was added to input object type 'CheckoutBrandingColorSchemesInput'"
        },
        {
          "name": "CheckoutBrandingColorSchemesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutBrandingColorSchemesInput.scheme5' has description 'An extra scheme available to customize more surfaces, components or specific states of the user interface.'"
        },
        {
          "name": "CheckoutBrandingColorSchemesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'scheme6' of type 'CheckoutBrandingColorSchemeInput' was added to input object type 'CheckoutBrandingColorSchemesInput'"
        },
        {
          "name": "CheckoutBrandingColorSchemesInput",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CheckoutBrandingColorSchemesInput.scheme6' has description 'An extra scheme available to customize more surfaces, components or specific states of the user interface.'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUMULATIVE' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a cumulative value.' was added to enum value 'ColumnDataType.CUMULATIVE'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GEO_COORDINATE' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a geographic coordinate value.' was added to enum value 'ColumnDataType.GEO_COORDINATE'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENTITY' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents an entity reference value.' was added to enum value 'ColumnDataType.ENTITY'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLOR' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a hex color value.' was added to enum value 'ColumnDataType.COLOR'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STRING_IDENTITY' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a string identity value.' was added to enum value 'ColumnDataType.STRING_IDENTITY'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RATING' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a rating value.' was added to enum value 'ColumnDataType.RATING'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNITLESS_SCALAR' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a unitless scalar value.' was added to enum value 'ColumnDataType.UNITLESS_SCALAR'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MULTIPLIER' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a multiplier value.' was added to enum value 'ColumnDataType.MULTIPLIER'"
        },
        {
          "name": "DiscountAutomaticAppInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountAutomaticAppInput'"
        },
        {
          "name": "DiscountAutomaticAppInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticAppInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountAutomaticAppInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticAppInput.combinesWith' description changed from 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types).' to 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types),\nand the product discount tags that determine which product discounts can apply\ntogether on the same cart line.'"
        },
        {
          "name": "DiscountAutomaticBasicInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountAutomaticBasicInput'"
        },
        {
          "name": "DiscountAutomaticBasicInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticBasicInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountAutomaticBasicInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticBasicInput.combinesWith' description changed from 'The\n[discount class](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types).' to 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types),\nand the product discount tags that determine which product discounts can apply\ntogether on the same cart line.'"
        },
        {
          "name": "DiscountAutomaticBxgyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountAutomaticBxgyInput'"
        },
        {
          "name": "DiscountAutomaticBxgyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticBxgyInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountAutomaticBxgyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticBxgyInput.combinesWith' description changed from 'The\n[discount class](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types).' to 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types),\nand the product discount tags that determine which product discounts can apply\ntogether on the same cart line.'"
        },
        {
          "name": "DiscountAutomaticFreeShippingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountAutomaticFreeShippingInput'"
        },
        {
          "name": "DiscountAutomaticFreeShippingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountAutomaticFreeShippingInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountCodeAppInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountCodeAppInput'"
        },
        {
          "name": "DiscountCodeAppInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeAppInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountCodeAppInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeAppInput.combinesWith' description changed from 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types).' to 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types),\nand the product discount tags that determine which product discounts can apply\ntogether on the same cart line.'"
        },
        {
          "name": "DiscountCodeBasicInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountCodeBasicInput'"
        },
        {
          "name": "DiscountCodeBasicInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeBasicInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountCodeBasicInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeBasicInput.combinesWith' description changed from 'The\n[discount class](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types).' to 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types),\nand the product discount tags that determine which product discounts can apply\ntogether on the same cart line.'"
        },
        {
          "name": "DiscountCodeBxgyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountCodeBxgyInput'"
        },
        {
          "name": "DiscountCodeBxgyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeBxgyInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountCodeBxgyInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeBxgyInput.combinesWith' description changed from 'The\n[discount class](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types).' to 'The\n[discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat you can use in combination with\n[Shopify discount types](https://help.shopify.com/manual/discounts/discount-types),\nand the product discount tags that determine which product discounts can apply\ntogether on the same cart line.'"
        },
        {
          "name": "DiscountCodeFreeShippingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'DiscountCodeFreeShippingInput'"
        },
        {
          "name": "DiscountCodeFreeShippingInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCodeFreeShippingInput.tags' has description 'A list of searchable keywords that are associated with the discount.\n\nUse these tags on product discounts to determine which other product discounts can\napply to the same cart line when you configure\n`productDiscountsWithTagsOnSameCartLine` in `combinesWith`.\n\nFor example, you can apply a `loyalty` tag to discounts\nthat are associated with a loyalty program.\n\nUpdating `tags` overwrites any existing tags that were previously added to the discount.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "DiscountCombinesWithInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productDiscountsWithTagsOnSameCartLine' of type 'ProductDiscountsWithTagsOnSameCartLineInput' was added to input object type 'DiscountCombinesWithInput'"
        },
        {
          "name": "DiscountCombinesWithInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountCombinesWithInput.productDiscountsWithTagsOnSameCartLine' has description 'Controls which product discounts can apply together on the same cart line. By\ndefault, only one product discount applies per line. Available only on a Shopify\nPlus plan and requires the `productDiscounts` field to be set to `true`.\n\nFor discounts to apply together, they must match tags in both directions. Each\ndiscount has two tag sets: the tags that identify the discount, and the tags that\nit agrees to apply with. Use the `tags` field on the discount input to set the\ndiscount\\'s own tags. Use this field to set the tags that the discount can apply\nwith. Two discounts apply together only if each one allows at least one tag that\nthe other is tagged with. Any number of product discounts can apply to the same\nline if this two-way match holds for every pair in the group.\n\nExample: Discount A is tagged with `LOYALTY` and allows `SEASONAL`, and Discount B\nis tagged with `SEASONAL` and allows `LOYALTY`. They apply together. To add a\nthird discount, it must meet the same mutual-match rule with both A and B.\n\nBuy X Get Y discounts stack only on the customer-gets products (GY), not the\ncustomer-buys products (BX). See\n[Limitations for discount combinations](https://help.shopify.com/manual/discounts/discount-combinations#considerations)\nfor details.'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_TAG_LENGTH' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The tag title exceeds the maximum length of 255 characters.' was added to enum value 'DiscountErrorCode.INVALID_TAG_LENGTH'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_TAGS' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The number of tags exceeds the maximum of 5.' was added to enum value 'DiscountErrorCode.TOO_MANY_TAGS'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The number of tags in `productDiscountsWithTagsOnSameCartLine` exceeds the maximum of 10.' was added to enum value 'DiscountErrorCode.TOO_MANY_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_FOR_DISCOUNT_CLASS' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The `productDiscountsWithTagsOnSameCartLine` field is only valid for discounts with the PRODUCT discount class.' was added to enum value 'DiscountErrorCode.INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_FOR_DISCOUNT_CLASS'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_WITHOUT_PRODUCT_DISCOUNTS' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The `productDiscountsWithTagsOnSameCartLine` field can only be specified when `productDiscounts` is true.' was added to enum value 'DiscountErrorCode.INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_WITHOUT_PRODUCT_DISCOUNTS'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT_DISCOUNTS_FALSE_WITH_EXISTING_TAGS_ON_SAME_CART_LINE' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The `productDiscounts` field can\\'t be set to false when `productDiscountsWithTagsOnSameCartLine` tags exist on the discount.' was added to enum value 'DiscountErrorCode.INVALID_PRODUCT_DISCOUNTS_FALSE_WITH_EXISTING_TAGS_ON_SAME_CART_LINE'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_NOT_ENTITLED' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop\\'s plan does not allow setting `productDiscountsWithTagsOnSameCartLine`.' was added to enum value 'DiscountErrorCode.PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_NOT_ENTITLED'"
        },
        {
          "name": "DisputeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PREVENTED' was added to enum 'DisputeStatus'"
        },
        {
          "name": "DisputeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A dispute that was prevented from becoming a formal chargeback.' was added to enum value 'DisputeStatus.PREVENTED'"
        },
        {
          "name": "EventBridgeWebhookSubscriptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'EventBridgeWebhookSubscriptionInput'"
        },
        {
          "name": "EventBridgeWebhookSubscriptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'EventBridgeWebhookSubscriptionInput.name' has description 'A human-readable name for the webhook subscription.'"
        },
        {
          "name": "FulfillmentOrderAction",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REPORT_PROGRESS' was added to enum 'FulfillmentOrderAction'"
        },
        {
          "name": "FulfillmentOrderAction",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Report the progress of the fulfillment order, marking as in progress if it\\'s not already in progress.' was added to enum value 'FulfillmentOrderAction.REPORT_PROGRESS'"
        },
        {
          "name": "FulfillmentOrderCancelPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'FulfillmentOrderCancelPayload.userErrors' changed type from '[UserError!]!' to '[FulfillmentOrderCancelError!]!'"
        },
        {
          "name": "FulfillmentOrderMovePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'FulfillmentOrderMovePayload.userErrors' changed type from '[UserError!]!' to '[FulfillmentOrderMoveFulfillmentOrderMoveUserError!]!'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryAdjustmentInput.changeFromQuantity' description changed from 'The quantity to compare against before applying the delta.' to 'The quantity to compare against before applying the delta. This field is mandatory- you must explicitly pass in a value (even if it\\'s `null`), or else you will get an error.'"
        },
        {
          "name": "InventoryChangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryChangeInput.changeFromQuantity' description changed from 'The quantity currently expected at this location, before the delta is applied.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t equal the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This prevents accidental overwrites when the client is operating on stale inventory data.\n\nTo skip the CAS check, pass `null`. This is appropriate when your system is the source of truth for inventory at this location and you don’t need protection against concurrent updates.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).' to 'The quantity currently expected at this location, before the delta is applied.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This prevents unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. Use this only when your system is the source of truth for this inventory and you don’t need to protect against concurrent updates.\nThis field is mandatory: you must explicitly pass in a value, even if that value is `null`, or the mutation returns an error.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventoryMoveQuantityTerminalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryMoveQuantityTerminalInput.changeFromQuantity' description changed from 'The quantity currently expected at this location, before the move is applied.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This helps prevent unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. This is appropriate when your system is the source of truth for inventory at this location and you don’t need to guard against concurrent updates.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).' to 'The quantity currently expected at this location, before the move is applied.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This helps prevent unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. Use this only when your system is the source of truth for this inventory and you don’t need to protect against concurrent updates.\nThis field is mandatory: you must explicitly pass in a value, even if that value is `null`, or the mutation returns an error.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventoryQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Input field 'compareQuantity' was removed from input object type 'InventoryQuantityInput'"
        },
        {
          "name": "InventoryQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryQuantityInput.changeFromQuantity' description changed from 'The quantity currently expected at this location, before setting the new quantity.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This helps prevent unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. This is appropriate when your system is the source of truth for inventory at this location and you don’t need to guard against concurrent updates.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).' to 'The quantity currently expected at this location, before setting the new quantity.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This helps prevent unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. Use this only when your system is the source of truth for this inventory and you don’t need to protect against concurrent updates.\nThis field is mandatory: you must explicitly pass in a value, even if that value is `null`, or the mutation returns an error.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventorySetQuantitiesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Input field 'ignoreCompareQuantity' was removed from input object type 'InventorySetQuantitiesInput'"
        },
        {
          "name": "InventorySetQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventorySetQuantityInput.changeFromQuantity' description changed from 'The current quantity to be compared against the persisted quantity. For more information, refer to the [Compare and Swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).' to 'The current quantity to be compared against the persisted quantity. This field is mandatory- you must explicitly pass in a value (even if it\\'s `null`), or else you will get an error. For more information, refer to the [Compare and Swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventoryShipmentCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'barcode' of type 'String' was added to input object type 'InventoryShipmentCreateInput'"
        },
        {
          "name": "InventoryShipmentCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryShipmentCreateInput.barcode' has description 'A unique barcode for the shipment.'"
        },
        {
          "name": "Metafield",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'Metafield' object implements 'HasPublishedTranslations' interface"
        },
        {
          "name": "MetafieldCapabilityCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'analyticsQueryable' of type 'MetafieldCapabilityAnalyticsQueryableInput' was added to input object type 'MetafieldCapabilityCreateInput'"
        },
        {
          "name": "MetafieldCapabilityCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetafieldCapabilityCreateInput.analyticsQueryable' has description 'The input for the analytics queryable capability.'"
        },
        {
          "name": "MetafieldCapabilityCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cartToOrderCopyable' of type 'MetafieldCapabilityCartToOrderCopyableInput' was added to input object type 'MetafieldCapabilityCreateInput'"
        },
        {
          "name": "MetafieldCapabilityCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetafieldCapabilityCreateInput.cartToOrderCopyable' has description 'The input for updating the cart to order copyable capability.'"
        },
        {
          "name": "MetafieldCapabilityUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'analyticsQueryable' of type 'MetafieldCapabilityAnalyticsQueryableInput' was added to input object type 'MetafieldCapabilityUpdateInput'"
        },
        {
          "name": "MetafieldCapabilityUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetafieldCapabilityUpdateInput.analyticsQueryable' has description 'The input for the analytics queryable capability.'"
        },
        {
          "name": "MetafieldCapabilityUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'cartToOrderCopyable' of type 'MetafieldCapabilityCartToOrderCopyableInput' was added to input object type 'MetafieldCapabilityUpdateInput'"
        },
        {
          "name": "MetafieldCapabilityUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetafieldCapabilityUpdateInput.cartToOrderCopyable' has description 'The input for updating the cart to order copyable capability.'"
        },
        {
          "name": "MetaobjectDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetaobjectDefinitionCreateInput.fieldDefinitions' changed type from '[MetaobjectFieldDefinitionCreateInput!]!' to '[MetaobjectFieldDefinitionCreateInput!]'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_LARGE' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount exceeds the maximum amount allowed.' was added to enum value 'OrderTransactionErrorCode.AMOUNT_TOO_LARGE'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_SMALL' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is below the minimum amount allowed.' was added to enum value 'OrderTransactionErrorCode.AMOUNT_TOO_SMALL'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_FAILED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The 3D Secure authentication failed.' was added to enum value 'OrderTransactionErrorCode.AUTHENTICATION_FAILED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_REQUIRED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction requires 3D Secure authentication but was attempted without authentication.' was added to enum value 'OrderTransactionErrorCode.AUTHENTICATION_REQUIRED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANCELLED_PAYMENT' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was cancelled.' was added to enum value 'OrderTransactionErrorCode.CANCELLED_PAYMENT'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_TESTING' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was declined due to suspected card testing activity.' was added to enum value 'OrderTransactionErrorCode.CARD_TESTING'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DO_NOT_HONOR' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The issuer declined the transaction without providing a specific reason.' was added to enum value 'OrderTransactionErrorCode.DO_NOT_HONOR'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FRAUD_SUSPECTED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was declined due to suspected fraudulent activity.' was added to enum value 'OrderTransactionErrorCode.FRAUD_SUSPECTED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSUFFICIENT_FUNDS' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There are insufficient funds available to complete the transaction.' was added to enum value 'OrderTransactionErrorCode.INSUFFICIENT_FUNDS'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CURRENCY' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency isn\\'t supported.' was added to enum value 'OrderTransactionErrorCode.INVALID_CURRENCY'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PAYMENT_METHOD' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method is invalid or not found.' was added to enum value 'OrderTransactionErrorCode.INVALID_PAYMENT_METHOD'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PURCHASE_TYPE' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This payment method doesn\\'t support the requested transaction type.' was added to enum value 'OrderTransactionErrorCode.INVALID_PURCHASE_TYPE'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_ACCOUNT_ERROR' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction couldn\\'t be processed due to an issue with the merchant account.' was added to enum value 'OrderTransactionErrorCode.MERCHANT_ACCOUNT_ERROR'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_RULE' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was blocked due to the merchant\\'s custom payment risk rule.' was added to enum value 'OrderTransactionErrorCode.MERCHANT_RULE'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSTRUMENT_DECLINED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment instrument was declined.' was added to enum value 'OrderTransactionErrorCode.INSTRUMENT_DECLINED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_UNSUPPORTED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method isn\\'t supported.' was added to enum value 'OrderTransactionErrorCode.PAYMENT_METHOD_UNSUPPORTED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_ERROR' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction couldn\\'t be processed due to an unexpected error with the payment provider.' was added to enum value 'OrderTransactionErrorCode.PAYMENT_PROVIDER_ERROR'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RETRY_DECLINED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction retry attempt was declined.' was added to enum value 'OrderTransactionErrorCode.RETRY_DECLINED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSACTION_LIMIT_EXCEEDED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment instrument has exceeded the processing frequency limit.' was added to enum value 'OrderTransactionErrorCode.TRANSACTION_LIMIT_EXCEEDED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHORIZATION_EXPIRED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The authorization has expired.' was added to enum value 'OrderTransactionErrorCode.AUTHORIZATION_EXPIRED'"
        },
        {
          "name": "ProductFeedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'channelId' of type 'ID' was added to input object type 'ProductFeedInput'"
        },
        {
          "name": "ProductFeedInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductFeedInput.channelId' has description 'The ID of the channel to associate with the product feed.'"
        },
        {
          "name": "ProductResourceFeedbackInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'channelId' of type 'ID' was added to input object type 'ProductResourceFeedbackInput'"
        },
        {
          "name": "ProductResourceFeedbackInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductResourceFeedbackInput.channelId' has description 'The ID of the channel that the feedback is for. Used to scope feedback to a specific sales channel when the app has multiple channels.'"
        },
        {
          "name": "PubSubWebhookSubscriptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'PubSubWebhookSubscriptionInput'"
        },
        {
          "name": "PubSubWebhookSubscriptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PubSubWebhookSubscriptionInput.name' has description 'A human-readable name for the webhook subscription.'"
        },
        {
          "name": "ResourceFeedbackCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'channelId' of type 'ID' was added to input object type 'ResourceFeedbackCreateInput'"
        },
        {
          "name": "ResourceFeedbackCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ResourceFeedbackCreateInput.channelId' has description 'The ID of the channel that the feedback is for. Used to scope feedback to a specific sales channel when the app has multiple channels.'"
        },
        {
          "name": "ShopPolicy",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'ShopPolicy.createdAt' changed type from 'Date!' to 'DateTime!'"
        },
        {
          "name": "ShopPolicy",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'ShopPolicy.updatedAt' changed type from 'Date!' to 'DateTime!'"
        },
        {
          "name": "ShopifyPaymentsDispute",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'ShopifyPaymentsDispute.evidenceDueBy' changed type from 'Date' to 'DateTime'"
        },
        {
          "name": "ShopifyPaymentsDispute",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'ShopifyPaymentsDispute.evidenceSentOn' changed type from 'Date' to 'DateTime'"
        },
        {
          "name": "ShopifyPaymentsDispute",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Field 'ShopifyPaymentsDispute.finalizedOn' changed type from 'Date' to 'DateTime'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_LARGE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The amount exceeds the limit for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.AMOUNT_TOO_LARGE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_ACCOUNT_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Merchant account configuration error.' was added to enum value 'SubscriptionBillingAttemptErrorCode.MERCHANT_ACCOUNT_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_NOT_SPECIFIED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method is not specified on subscription contract.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PAYMENT_METHOD_NOT_SPECIFIED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_FAILED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Authentication failed during payment processing.' was added to enum value 'SubscriptionBillingAttemptErrorCode.AUTHENTICATION_FAILED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_REQUIRED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Additional authentication is required to complete the payment.' was added to enum value 'SubscriptionBillingAttemptErrorCode.AUTHENTICATION_REQUIRED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CALL_ISSUER' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer requires the cardholder to call them.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CALL_ISSUER'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_DECLINED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card was declined by the payment processor.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CARD_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONFIRMATION_REJECTED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment confirmation was rejected.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CONFIRMATION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DO_NOT_HONOR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer declined the transaction with a \\'do not honor\\' response.' was added to enum value 'SubscriptionBillingAttemptErrorCode.DO_NOT_HONOR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_RULE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was declined due to a merchant-defined rule.' was added to enum value 'SubscriptionBillingAttemptErrorCode.MERCHANT_RULE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OFF_SESSION_REJECTED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The off-session payment was rejected and requires customer action.' was added to enum value 'SubscriptionBillingAttemptErrorCode.OFF_SESSION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RETRY_DECLINED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment retry was declined.' was added to enum value 'SubscriptionBillingAttemptErrorCode.RETRY_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSACTION_LIMIT_EXCEEDED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction exceeds the cardholder\\'s limit.' was added to enum value 'SubscriptionBillingAttemptErrorCode.TRANSACTION_LIMIT_EXCEEDED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ZIP' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The postal/ZIP code provided is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_ZIP'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CURRENCY' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency is not supported for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_CURRENCY'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NUMBER' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_UNSUPPORTED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method type is not supported.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PAYMENT_METHOD_UNSUPPORTED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ADDRESS' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing address provided is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_NUMBER' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number entered is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_CARD' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card has expired.' was added to enum value 'SubscriptionBillingAttemptErrorCode.EXPIRED_CARD'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_EXPIRY_DATE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The expiry date of the card provided is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_EXPIRY_DATE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_BUYER_ACTION' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The required buyer action has expired.' was added to enum value 'SubscriptionBillingAttemptErrorCode.EXPIRED_BUYER_ACTION'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PROCESSING_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A processing error occurred with the payment provider.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PROCESSING_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An exception occurred with the payment provider.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PAYMENT_PROVIDER_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A generic payment error occurred.' was added to enum value 'SubscriptionBillingAttemptErrorCode.GENERIC_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANCELLED_PAYMENT' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment was cancelled.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CANCELLED_PAYMENT'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PURCHASE_TYPE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The purchase type is invalid for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_PURCHASE_TYPE'"
        },
        {
          "name": "SubscriptionBillingAttemptInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'paymentProcessingPolicy' of type 'SubscriptionBillingAttemptPaymentProcessingPolicy' with default value '\"FAIL_UNLESS_VALID_PAYMENT_METHOD\"' was added to input object type 'SubscriptionBillingAttemptInput'"
        },
        {
          "name": "SubscriptionBillingAttemptInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'SubscriptionBillingAttemptInput.paymentProcessingPolicy' has description 'Select payment processing policy for the billing attempt. Defaults to FAIL_UNLESS_VALID_PAYMENT_METHOD.'"
        },
        {
          "name": "WebhookSubscriptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'WebhookSubscriptionInput'"
        },
        {
          "name": "WebhookSubscriptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'WebhookSubscriptionInput.name' has description 'A human-readable name for the webhook subscription.'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDERS_PROGRESS_REPORTED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `fulfillment_orders/progress_reported` events. Occurs when progress is reported for a fulfillment order. Requires at least one of the following scopes: read_merchant_managed_fulfillment_orders, read_assigned_fulfillment_orders, read_third_party_fulfillment_orders.' was added to enum value 'WebhookSubscriptionTopic.FULFILLMENT_ORDERS_PROGRESS_REPORTED'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDERS_MANUALLY_REPORTED_PROGRESS_STOPPED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `fulfillment_orders/manually_reported_progress_stopped` events. Occurs when a fulfillment order that has previously been manually marked as in progress is marked back as open. Requires at least one of the following scopes: read_merchant_managed_fulfillment_orders, read_assigned_fulfillment_orders, read_third_party_fulfillment_orders.' was added to enum value 'WebhookSubscriptionTopic.FULFILLMENT_ORDERS_MANUALLY_REPORTED_PROGRESS_STOPPED'"
        }
      ],
      "queries": [],
      "mutations": [
        {
          "name": "cashDrawerCreate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'cashDrawerCreate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "cashDrawerCreate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.cashDrawerCreate' has description 'Creates a cash drawer in a provided location.'",
          "breaking": false
        },
        {
          "name": "cashDrawerCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'locationId: ID!' added to field 'Mutation.cashDrawerCreate'",
          "breaking": false
        },
        {
          "name": "cashDrawerCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'name: String!' added to field 'Mutation.cashDrawerCreate'",
          "breaking": false
        },
        {
          "name": "cashDrawerFindOrCreate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'cashDrawerFindOrCreate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "cashDrawerFindOrCreate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.cashDrawerFindOrCreate' has description 'Finds or creates a cash drawer for cash management. Also ensures the provided device is assigned to the drawer.'",
          "breaking": false
        },
        {
          "name": "cashDrawerFindOrCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'locationId: ID!' added to field 'Mutation.cashDrawerFindOrCreate'",
          "breaking": false
        },
        {
          "name": "cashDrawerFindOrCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'name: String!' added to field 'Mutation.cashDrawerFindOrCreate'",
          "breaking": false
        },
        {
          "name": "cashDrawerFindOrCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'pointOfSaleDeviceId: ID!' added to field 'Mutation.cashDrawerFindOrCreate'",
          "breaking": false
        },
        {
          "name": "cashDrawerUpdate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'cashDrawerUpdate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "cashDrawerUpdate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.cashDrawerUpdate' has description 'Updates a cash drawer.'",
          "breaking": false
        },
        {
          "name": "cashDrawerUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.cashDrawerUpdate'",
          "breaking": false
        },
        {
          "name": "cashDrawerUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CashDrawerUpdateInput!' added to field 'Mutation.cashDrawerUpdate'",
          "breaking": false
        },
        {
          "name": "cashManagementReasonCodeCreate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'cashManagementReasonCodeCreate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "cashManagementReasonCodeCreate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.cashManagementReasonCodeCreate' has description 'Create a cash management reason code.'",
          "breaking": false
        },
        {
          "name": "cashManagementReasonCodeCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'code: String!' added to field 'Mutation.cashManagementReasonCodeCreate'",
          "breaking": false
        },
        {
          "name": "cashManagementReasonCodeDelete",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'cashManagementReasonCodeDelete' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "cashManagementReasonCodeDelete",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.cashManagementReasonCodeDelete' has description 'Deletes a cash management reason code.'",
          "breaking": false
        },
        {
          "name": "cashManagementReasonCodeDelete",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.cashManagementReasonCodeDelete'",
          "breaking": false
        },
        {
          "name": "channelCreate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'channelCreate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "channelCreate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.channelCreate' has description 'Creates a [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel) representing a connection between the shop and an external selling platform account. Use this mutation after a merchant authenticates with an external platform to establish the publishing destination for product syndication and, for order-generating channels, order import.\n\nThe platform resolves the [channel specification](https://shopify.dev/docs/apps/build/sales-channels/channel-config-extension) identified by `specificationHandle`, determines its country coverage, intersects with the shop\\'s available region markets, and establishes product feeds for all matching regions. Product feeds immediately begin emitting events to the application\\'s webhook or event subscription.\n\nIf the specification sets `expects_online_store_parity` and no matching region markets exist, the mutation returns an error. If the specification doesn\\'t require online store parity and no matching region markets exist, a channel subordinate to shop defaults is created automatically.'",
          "breaking": false
        },
        {
          "name": "channelCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: ChannelCreateInput!' added to field 'Mutation.channelCreate'",
          "breaking": false
        },
        {
          "name": "channelDelete",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'channelDelete' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "channelDelete",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.channelDelete' has description 'Deletes a [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel) from the shop. All associated product feeds are removed. Existing orders attributed to the channel are preserved. The channel must have been created via [`channelCreate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/channelCreate).'",
          "breaking": false
        },
        {
          "name": "channelDelete",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.channelDelete'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'channelFullSync' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.channelFullSync' has description 'Triggers a full product resync for the specified [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel). All published products are added to the channel\\'s product feed attention set, causing the next poll or event-triggered consumption to receive current state for the complete catalog. Use this mutation after initial channel setup, after recovering from a prolonged outage, or when the channel\\'s external catalog has drifted from Shopify\\'s state.\n\nThe sync can be scoped to a specific country and language. When neither is specified, all country-language combinations covered by the channel\\'s specification are triggered.'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'channelId: ID!' added to field 'Mutation.channelFullSync'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'language: LanguageCode' added to field 'Mutation.channelFullSync'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'country: CountryCode' added to field 'Mutation.channelFullSync'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'beforeUpdatedAt: DateTime' added to field 'Mutation.channelFullSync'",
          "breaking": false
        },
        {
          "name": "channelFullSync",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'updatedAtSince: DateTime' added to field 'Mutation.channelFullSync'",
          "breaking": false
        },
        {
          "name": "channelUpdate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'channelUpdate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "channelUpdate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.channelUpdate' has description 'Updates the properties of an existing [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel). Use this mutation to update account information — such as the display name shown in Shopify Admin — or to bind the channel to a different channel specification.\n\nUpdating the `specificationHandle` triggers re-evaluation of the specification\\'s country coverage against the shop\\'s region markets, reconciling product feeds accordingly. This is also the mechanism for migrating legacy channel records to the multi-channel model by assigning a specification handle.'",
          "breaking": false
        },
        {
          "name": "channelUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.channelUpdate'",
          "breaking": false
        },
        {
          "name": "channelUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: ChannelUpdateInput!' added to field 'Mutation.channelUpdate'",
          "breaking": false
        },
        {
          "name": "checkoutAndAccountsConfigurationUpdate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'checkoutAndAccountsConfigurationUpdate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "checkoutAndAccountsConfigurationUpdate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.checkoutAndAccountsConfigurationUpdate' has description 'Updates a checkout and accounts configuration.'",
          "breaking": false
        },
        {
          "name": "checkoutAndAccountsConfigurationUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.checkoutAndAccountsConfigurationUpdate'",
          "breaking": false
        },
        {
          "name": "checkoutAndAccountsConfigurationUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'configuration: CheckoutAndAccountsConfigurationInput!' added to field 'Mutation.checkoutAndAccountsConfigurationUpdate'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsAdd",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'discountBulkTagsAdd' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsAdd",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.discountBulkTagsAdd' has description 'Adds tags to multiple [discounts](https://help.shopify.com/manual/discounts/discount-types) asynchronously using one of the following:\n- A search query\n- A saved search ID\n- A list of discount IDs\n\nFor example, you can add tags to price rules that match a search criteria, or add tags to a predefined set of price rules.'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'search: String' added to field 'Mutation.discountBulkTagsAdd'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'savedSearchId: ID' added to field 'Mutation.discountBulkTagsAdd'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'ids: [ID!]' added to field 'Mutation.discountBulkTagsAdd'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'tags: [String!]!' added to field 'Mutation.discountBulkTagsAdd'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsRemove",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'discountBulkTagsRemove' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsRemove",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.discountBulkTagsRemove' has description 'Removes tags from multiple [discounts](https://help.shopify.com/manual/discounts/discount-types) asynchronously using one of the following:\n- A search query\n- A saved search ID\n- A list of discount IDs\n\nFor example, you can delete tags from price rules that match a search criteria, or delete tags from a predefined set of price rules.'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsRemove",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'search: String' added to field 'Mutation.discountBulkTagsRemove'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsRemove",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'savedSearchId: ID' added to field 'Mutation.discountBulkTagsRemove'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsRemove",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'ids: [ID!]' added to field 'Mutation.discountBulkTagsRemove'",
          "breaking": false
        },
        {
          "name": "discountBulkTagsRemove",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'tags: [String!]!' added to field 'Mutation.discountBulkTagsRemove'",
          "breaking": false
        },
        {
          "name": "fulfillmentOrderReportProgress",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'fulfillmentOrderReportProgress' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "fulfillmentOrderReportProgress",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.fulfillmentOrderReportProgress' has description 'Reports the progress of an open or in-progress fulfillment order.'",
          "breaking": false
        },
        {
          "name": "fulfillmentOrderReportProgress",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.fulfillmentOrderReportProgress'",
          "breaking": false
        },
        {
          "name": "fulfillmentOrderReportProgress",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'progressReport: FulfillmentOrderReportProgressInput' added to field 'Mutation.fulfillmentOrderReportProgress'",
          "breaking": false
        },
        {
          "name": "inventoryShipmentSetBarcode",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'inventoryShipmentSetBarcode' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "inventoryShipmentSetBarcode",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.inventoryShipmentSetBarcode' has description 'Sets the barcode on an inventory shipment.'",
          "breaking": false
        },
        {
          "name": "inventoryShipmentSetBarcode",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.inventoryShipmentSetBarcode'",
          "breaking": false
        },
        {
          "name": "inventoryShipmentSetBarcode",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'barcode: String!' added to field 'Mutation.inventoryShipmentSetBarcode'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDeviceAssignToCashDrawer",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'pointOfSaleDeviceAssignToCashDrawer' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDeviceAssignToCashDrawer",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.pointOfSaleDeviceAssignToCashDrawer' has description 'Assigns a point of sale device to a cash drawer, removing any prior assignment.'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDeviceAssignToCashDrawer",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'cashDrawerId: ID!' added to field 'Mutation.pointOfSaleDeviceAssignToCashDrawer'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDeviceAssignToCashDrawer",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'pointOfSaleDeviceId: ID!' added to field 'Mutation.pointOfSaleDeviceAssignToCashDrawer'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'pointOfSaleDevicePaymentSessionAdjust' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.pointOfSaleDevicePaymentSessionAdjust' has description 'Adds an adjustment to a point of sale device payment session.'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'pointOfSaleDevicePaymentSessionId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionAdjust'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'cash: MoneyInput!' added to field 'Mutation.pointOfSaleDevicePaymentSessionAdjust'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'staffMemberId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionAdjust'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'reasonCodeId: ID' added to field 'Mutation.pointOfSaleDevicePaymentSessionAdjust'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'note: String' added to field 'Mutation.pointOfSaleDevicePaymentSessionAdjust'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionAdjust",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'time: DateTime' added to field 'Mutation.pointOfSaleDevicePaymentSessionAdjust'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'pointOfSaleDevicePaymentSessionClose' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.pointOfSaleDevicePaymentSessionClose' has description 'Closes a point of sale device payment session.'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'pointOfSaleDevicePaymentSessionId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionClose'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'balance: MoneyInput!' added to field 'Mutation.pointOfSaleDevicePaymentSessionClose'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'staffMemberId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionClose'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'time: DateTime' added to field 'Mutation.pointOfSaleDevicePaymentSessionClose'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'reasonCodeId: ID' added to field 'Mutation.pointOfSaleDevicePaymentSessionClose'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionClose",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'note: String' added to field 'Mutation.pointOfSaleDevicePaymentSessionClose'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'pointOfSaleDevicePaymentSessionCount' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.pointOfSaleDevicePaymentSessionCount' has description 'Records a mid-session cash count for a point of sale device payment session.'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'pointOfSaleDevicePaymentSessionId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionCount'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'balance: MoneyInput!' added to field 'Mutation.pointOfSaleDevicePaymentSessionCount'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'staffMemberId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionCount'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'time: DateTime' added to field 'Mutation.pointOfSaleDevicePaymentSessionCount'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'reasonCodeId: ID' added to field 'Mutation.pointOfSaleDevicePaymentSessionCount'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionCount",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'note: String' added to field 'Mutation.pointOfSaleDevicePaymentSessionCount'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'pointOfSaleDevicePaymentSessionOpen' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.pointOfSaleDevicePaymentSessionOpen' has description 'Opens a point of sale device payment session.'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'pointOfSaleDeviceId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionOpen'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'balance: MoneyInput' added to field 'Mutation.pointOfSaleDevicePaymentSessionOpen'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'staffMemberId: ID!' added to field 'Mutation.pointOfSaleDevicePaymentSessionOpen'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'time: DateTime' added to field 'Mutation.pointOfSaleDevicePaymentSessionOpen'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'reasonCodeId: ID' added to field 'Mutation.pointOfSaleDevicePaymentSessionOpen'",
          "breaking": false
        },
        {
          "name": "pointOfSaleDevicePaymentSessionOpen",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'note: String' added to field 'Mutation.pointOfSaleDevicePaymentSessionOpen'",
          "breaking": false
        },
        {
          "name": "deliverySettingUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'setting: DeliverySettingInput!' was removed from field 'Mutation.deliverySettingUpdate'",
          "breaking": true
        },
        {
          "name": "productUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'identifier: ProductUpdateIdentifiers' added to field 'Mutation.productUpdate'",
          "breaking": false
        },
        {
          "name": "subscriptionBillingCycleBulkCharge",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'paymentProcessingPolicy: SubscriptionBillingAttemptPaymentProcessingPolicy' (with default value) added to field 'Mutation.subscriptionBillingCycleBulkCharge'",
          "breaking": false
        },
        {
          "name": "subscriptionBillingCycleCharge",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'paymentProcessingPolicy: SubscriptionBillingAttemptPaymentProcessingPolicy' added to field 'Mutation.subscriptionBillingCycleCharge'",
          "breaking": false
        },
        {
          "name": "tagsAdd",
          "type": "Description",
          "changeType": "modified",
          "description": "Description for argument 'id' on field 'Mutation.tagsAdd' changed from 'The ID of a resource to add tags to. Supported resources: [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order), [`DraftOrder`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrder), [`Customer`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer), [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product), and [`Article`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article).' to 'The ID of a resource to add tags to. Supported resources: [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order), [`DraftOrder`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrder), [`Customer`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer), [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product), [`Article`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article), and [`DiscountNode`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountNode).'",
          "breaking": false
        },
        {
          "name": "tagsRemove",
          "type": "Description",
          "changeType": "modified",
          "description": "Description for argument 'id' on field 'Mutation.tagsRemove' changed from 'The ID of the resource to remove tags from. Supported resources: [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order), [`DraftOrder`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrder), [`Customer`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer), [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product), and [`Article`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article).' to 'The ID of the resource to remove tags from. Supported resources: [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order), [`DraftOrder`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrder), [`Customer`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer), [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product), [`Article`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article), and [`DiscountNode`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountNode).'",
          "breaking": false
        }
      ],
      "subscriptions": [],
      "enums": [
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'CashActivitiesSortKeys'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'CashActivitiesSortKeys.ID'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIME' was added to enum 'CashActivitiesSortKeys'"
        },
        {
          "name": "CashActivitiesSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `time` value.' was added to enum value 'CashActivitiesSortKeys.TIME'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADJUSTMENT' was added to enum 'CashAdjustmentActivityType'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A manual cash adjustment.' was added to enum value 'CashAdjustmentActivityType.ADJUSTMENT'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PAYOUT' was added to enum 'CashAdjustmentActivityType'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash payout, such as a gift card cash out.' was added to enum value 'CashAdjustmentActivityType.CASH_PAYOUT'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSING_ADJUSTMENT' was added to enum 'CashAdjustmentActivityType'"
        },
        {
          "name": "CashAdjustmentActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A closing adjustment.' was added to enum value 'CashAdjustmentActivityType.CLOSING_ADJUSTMENT'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPENING' was added to enum 'CashCountActivityType'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A count performed at the opening of a session.' was added to enum value 'CashCountActivityType.OPENING'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSING' was added to enum 'CashCountActivityType'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A count performed at the closing of a session.' was added to enum value 'CashCountActivityType.CLOSING'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MID_SESSION' was added to enum 'CashCountActivityType'"
        },
        {
          "name": "CashCountActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A count performed during a session.' was added to enum value 'CashCountActivityType.MID_SESSION'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CashDrawerCreateUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to create cash drawer.' was added to enum value 'CashDrawerCreateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_ALREADY_EXISTS' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash drawer with this name already exists at the specified location.' was added to enum value 'CashDrawerCreateUserErrorCode.CASH_DRAWER_ALREADY_EXISTS'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCATION_NOT_FOUND' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The location was not found.' was added to enum value 'CashDrawerCreateUserErrorCode.LOCATION_NOT_FOUND'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NAME' was added to enum 'CashDrawerCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The name provided is invalid.' was added to enum value 'CashDrawerCreateUserErrorCode.INVALID_NAME'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to find or create cash drawer.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_ASSIGNMENT_ALREADY_EXISTS' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer assignment already exists.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.CASH_DRAWER_ASSIGNMENT_ALREADY_EXISTS'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCATION_NOT_FOUND' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The location was not found.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.LOCATION_NOT_FOUND'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'POINT_OF_SALE_DEVICE_NOT_FOUND' was added to enum 'CashDrawerFindOrCreateUserErrorCode'"
        },
        {
          "name": "CashDrawerFindOrCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device was not found.' was added to enum value 'CashDrawerFindOrCreateUserErrorCode.POINT_OF_SALE_DEVICE_NOT_FOUND'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CashDrawerUpdateUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to update cash drawer.' was added to enum value 'CashDrawerUpdateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_NOT_FOUND' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer was not found.' was added to enum value 'CashDrawerUpdateUserErrorCode.CASH_DRAWER_NOT_FOUND'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_ALREADY_EXISTS' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash drawer with this name already exists at the specified location.' was added to enum value 'CashDrawerUpdateUserErrorCode.CASH_DRAWER_ALREADY_EXISTS'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NAME' was added to enum 'CashDrawerUpdateUserErrorCode'"
        },
        {
          "name": "CashDrawerUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The name provided is invalid.' was added to enum value 'CashDrawerUpdateUserErrorCode.INVALID_NAME'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementDefaultReasonCodeEnum' was added"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PICKUP' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash pickup.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CASH_PICKUP'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_COUNT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash count.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CASH_COUNT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_CORRECTION' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Change correction.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CHANGE_CORRECTION'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PETTY_CASH' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Petty cash.' was added to enum value 'CashManagementDefaultReasonCodeEnum.PETTY_CASH'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIP_PAYOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Tip payout.' was added to enum value 'CashManagementDefaultReasonCodeEnum.TIP_PAYOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PAYOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash payout.' was added to enum value 'CashManagementDefaultReasonCodeEnum.CASH_PAYOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OTHER' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Other.' was added to enum value 'CashManagementDefaultReasonCodeEnum.OTHER'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOGOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because a staff member logged out.' was added to enum value 'CashManagementDefaultReasonCodeEnum.AUTO_END_SESSION_LOGOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOCATION_CHANGE' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because the device switched to a different location.' was added to enum value 'CashManagementDefaultReasonCodeEnum.AUTO_END_SESSION_LOCATION_CHANGE'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_START_SESSION_CHECKOUT' was added to enum 'CashManagementDefaultReasonCodeEnum'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically opened by a cash payment at checkout.' was added to enum value 'CashManagementDefaultReasonCodeEnum.AUTO_START_SESSION_CHECKOUT'"
        },
        {
          "name": "CashManagementDefaultReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementDefaultReasonCodeEnum' has description 'Default reason codes for cash management.'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CODE_ALREADY_EXISTS' was added to enum 'CashManagementReasonCodeCreateUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The reason code already exists.' was added to enum value 'CashManagementReasonCodeCreateUserErrorCode.CODE_ALREADY_EXISTS'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'CashManagementReasonCodeCreateUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Failed to create cash management reason code.' was added to enum value 'CashManagementReasonCodeCreateUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLANK' was added to enum 'CashManagementReasonCodeCreateUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is blank.' was added to enum value 'CashManagementReasonCodeCreateUserErrorCode.BLANK'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'CashManagementReasonCodeDeleteUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Reason code not found.' was added to enum value 'CashManagementReasonCodeDeleteUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DATABASE_ERROR' was added to enum 'CashManagementReasonCodeDeleteUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Database error occurred.' was added to enum value 'CashManagementReasonCodeDeleteUserErrorCode.DATABASE_ERROR'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_DELETABLE' was added to enum 'CashManagementReasonCodeDeleteUserErrorCode'"
        },
        {
          "name": "CashManagementReasonCodeDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'SYSTEM type reason codes are not deletable.' was added to enum value 'CashManagementReasonCodeDeleteUserErrorCode.NOT_DELETABLE'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CashManagementSystemReasonCodeEnum' was added"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FLOAT_SETUP' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Float setup.' was added to enum value 'CashManagementSystemReasonCodeEnum.FLOAT_SETUP'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_PAYOUT' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cash payout.' was added to enum value 'CashManagementSystemReasonCodeEnum.CASH_PAYOUT'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OTHER' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Other.' was added to enum value 'CashManagementSystemReasonCodeEnum.OTHER'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CashManagementSystemReasonCodeEnum.OTHER' was deprecated with reason 'Use CashManagementDefaultReasonCodeEnum.OTHER instead.'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOGOUT' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because a staff member logged out.' was added to enum value 'CashManagementSystemReasonCodeEnum.AUTO_END_SESSION_LOGOUT'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_END_SESSION_LOCATION_CHANGE' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically closed because the device switched to a different location.' was added to enum value 'CashManagementSystemReasonCodeEnum.AUTO_END_SESSION_LOCATION_CHANGE'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO_START_SESSION_CHECKOUT' was added to enum 'CashManagementSystemReasonCodeEnum'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session was automatically opened by a cash payment at checkout.' was added to enum value 'CashManagementSystemReasonCodeEnum.AUTO_START_SESSION_CHECKOUT'"
        },
        {
          "name": "CashManagementSystemReasonCodeEnum",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CashManagementSystemReasonCodeEnum' has description 'System reason codes for cash management.'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SALE' was added to enum 'CashTransactionActivityType'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash sale.' was added to enum value 'CashTransactionActivityType.SALE'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REFUND' was added to enum 'CashTransactionActivityType'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cash refund.' was added to enum value 'CashTransactionActivityType.REFUND'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE' was added to enum 'CashTransactionActivityType'"
        },
        {
          "name": "CashTransactionActivityType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Change given to a customer.' was added to enum value 'CashTransactionActivityType.CHANGE'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelCreateUserErrorCode'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelCreateUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelCreateUserErrorCode'"
        },
        {
          "name": "ChannelCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelCreateUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelDeleteUserErrorCode'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelDeleteUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelDeleteUserErrorCode'"
        },
        {
          "name": "ChannelDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelDeleteUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelFullSyncUserErrorCode'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelFullSyncUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelFullSyncUserErrorCode'"
        },
        {
          "name": "ChannelFullSyncUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelFullSyncUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'ChannelUpdateUserErrorCode'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'ChannelUpdateUserErrorCode.INVALID'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ChannelUpdateUserErrorCode'"
        },
        {
          "name": "ChannelUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ChannelUpdateUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base background style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBackground.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBDUED' was added to enum 'CheckoutAndAccountsConfigurationBrandingBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Subdued background style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBackground.SUBDUED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorder.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLOCK_END' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Block End border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorder.BLOCK_END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULL' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Full border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorder.FULL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderStyle'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base border style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderStyle.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DASHED' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderStyle'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Dashed border style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderStyle.DASHED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOTTED' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderStyle'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderStyle",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Dotted border style.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderStyle.DOTTED'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 100 border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.LARGE_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingBorderWidth'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingBorderWidth",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 200 border width.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingBorderWidth.LARGE_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ICON' was added to enum 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout header content type icon value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType.ICON'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IMAGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout header content type image value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType.IMAGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TEXT' was added to enum 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCartLinkContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout header content type text value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCartLinkContentType.TEXT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The 0px corner radius (square corners).' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The corner radius with a pixel value defined by designTokens.cornerRadius.small.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The corner radius with a pixel value defined by designTokens.cornerRadius.base.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The corner radius with a pixel value defined by designTokens.cornerRadius.large.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingCornerRadius.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTO' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The font display strategy is defined by the browser user agent.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.AUTO'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLOCK' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face a short block period and an infinite swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.BLOCK'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SWAP' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face an extremely small block period and an infinite swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.SWAP'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FALLBACK' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face an extremely small block period and a short swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.FALLBACK'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTIONAL' was added to enum 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gives the font face an extremely small block period and no swap period.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy.OPTIONAL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'START' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout footer alignment Start value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterAlignment.START'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CENTER' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout footer alignment Center value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterAlignment.CENTER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'END' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The checkout footer alignment End value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterAlignment.END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'END' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The End footer position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterPosition.END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INLINE' was added to enum 'CheckoutAndAccountsConfigurationBrandingFooterPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingFooterPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Inline footer position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingFooterPosition.INLINE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'START' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Start alignment.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment.START'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CENTER' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Center alignment.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment.CENTER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'END' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderAlignment",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'End alignment.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderAlignment.END'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INLINE' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Inline position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderPosition.INLINE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INLINE_SECONDARY' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Secondary inline position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderPosition.INLINE_SECONDARY'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'START' was added to enum 'CheckoutAndAccountsConfigurationBrandingHeaderPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingHeaderPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Start position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingHeaderPosition.START'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSIDE' was added to enum 'CheckoutAndAccountsConfigurationBrandingLabelPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Inside label position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingLabelPosition.INSIDE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OUTSIDE' was added to enum 'CheckoutAndAccountsConfigurationBrandingLabelPosition'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingLabelPosition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Outside label position.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingLabelPosition.OUTSIDE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ACCENT' was added to enum 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Accent background.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground.ACCENT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base background.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAIN' was added to enum 'CheckoutAndAccountsConfigurationBrandingObjectFit'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Contain value for fit. The image is scaled to maintain its aspect ratio while fitting within the containing box. The entire image is made to fill the box, while preserving its aspect ratio, so the image will be \"letterboxed\" if its aspect ratio does not match the aspect ratio of the box. This is the default value.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingObjectFit.CONTAIN'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COVER' was added to enum 'CheckoutAndAccountsConfigurationBrandingObjectFit'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingObjectFit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Cover value for fit. The image is sized to maintain its aspect ratio while filling the entire containing box. If the image\\'s aspect ratio does not match the aspect ratio of the containing box, then the object will be clipped to fit.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingObjectFit.COVER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 200 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.SMALL_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 100 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.SMALL_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 100 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.LARGE_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingShadow'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingShadow",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 200 shadow.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingShadow.LARGE_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSharedCornerRadius",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Set the shared corner radius override to 0px (square corners).' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSharedCornerRadius.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSimpleBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None simple border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSimpleBorder.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULL' was added to enum 'CheckoutAndAccountsConfigurationBrandingSimpleBorder'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSimpleBorder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Full simple border.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSimpleBorder.FULL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_TIGHT' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra Tight spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.EXTRA_TIGHT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIGHT' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Tight spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.TIGHT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Loose spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacing'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacing",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra Loose spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacing.EXTRA_LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The None spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 100 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 200 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_300' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 300 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_300'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_400' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 400 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_400'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL_500' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small 500 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.SMALL_500'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_100' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 100 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_100'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_200' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 200 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_200'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_300' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 300 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_300'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_400' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 400 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_400'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE_500' was added to enum 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingSpacingKeyword",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large 500 spacing.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingSpacingKeyword.LARGE_500'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRIMARY' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyFont'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The primary font.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyFont.PRIMARY'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SECONDARY' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyFont'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyFont",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The secondary font.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyFont.SECONDARY'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyKerning'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Base or default kerning.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyKerning.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyKerning'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Loose kerning, leaving more space than the default in between characters.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyKerning.LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_LOOSE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyKerning'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyKerning",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Extra loose kerning, leaving even more space in between characters.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyKerning.EXTRA_LOOSE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOWER' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'All letters are is lower case.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.LOWER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No letter casing applied.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.NONE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TITLE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Capitalize the first letter of each word.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.TITLE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UPPER' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyLetterCase",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'All letters are uppercase.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyLetterCase.UPPER'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra small font size. Example: 10px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.EXTRA_SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SMALL' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Small font size. Example: 12px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.SMALL'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Base font size. Example: 14px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MEDIUM' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Medium font size. Example: 16px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.MEDIUM'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Large font size. Example: 19px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra large font size. Example: 21px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.EXTRA_LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXTRA_EXTRA_LARGE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographySize'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographySize",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Extra extra large font size. Example: 24px.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographySize.EXTRA_EXTRA_LARGE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BASE' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyWeight'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The base weight.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyWeight.BASE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BOLD' was added to enum 'CheckoutAndAccountsConfigurationBrandingTypographyWeight'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingTypographyWeight",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The bold weight.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingTypographyWeight.BOLD'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'HIDDEN' was added to enum 'CheckoutAndAccountsConfigurationBrandingVisibility'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Hidden visibility setting.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingVisibility.HIDDEN'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VISIBLE' was added to enum 'CheckoutAndAccountsConfigurationBrandingVisibility'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationBrandingVisibility",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Visible visibility setting.' was added to enum value 'CheckoutAndAccountsConfigurationBrandingVisibility.VISIBLE'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.INVALID'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLANK' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is blank.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.BLANK'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_SERVER_ERROR' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Internal error. Looks like something went wrong on our end.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.INTERNAL_SERVER_ERROR'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more required fields are missing in the input.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.MISSING'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more requested items couldn\\'t be found.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSIENT' was added to enum 'CheckoutAndAccountsConfigurationUserErrorCode'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The request could not be completed — please try again later.' was added to enum value 'CheckoutAndAccountsConfigurationUserErrorCode.TRANSIENT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CREATED_AT' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `created_at` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.CREATED_AT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EDITED_AT' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `edited_at` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.EDITED_AT'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.ID'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IS_PUBLISHED' was added to enum 'CheckoutAndAccountsConfigurationsGraphQLSortKeys'"
        },
        {
          "name": "CheckoutAndAccountsConfigurationsGraphQLSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `is_published` value.' was added to enum value 'CheckoutAndAccountsConfigurationsGraphQLSortKeys.IS_PUBLISHED'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'DiscountTagSortKeys'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'DiscountTagSortKeys.ID'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TITLE' was added to enum 'DiscountTagSortKeys'"
        },
        {
          "name": "DiscountTagSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `title` value.' was added to enum value 'DiscountTagSortKeys.TITLE'"
        },
        {
          "name": "FulfillmentOrderCancelErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_HAS_MANUALLY_REPORTED_PROGRESS' was added to enum 'FulfillmentOrderCancelErrorCode'"
        },
        {
          "name": "FulfillmentOrderCancelErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot cancel fulfillment order with reported progress. Mark as unfulfilled first.' was added to enum value 'FulfillmentOrderCancelErrorCode.FULFILLMENT_ORDER_HAS_MANUALLY_REPORTED_PROGRESS'"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_MOVE_FULFILLMENT_ORDER_WITH_REPORTED_PROGRESS' was added to enum 'FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot move a fulfillment order that has progress reported.' was added to enum value 'FulfillmentOrderMoveFulfillmentOrderMoveUserErrorCode.CANNOT_MOVE_FULFILLMENT_ORDER_WITH_REPORTED_PROGRESS'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_NOT_FOUND' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order could not be found.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_NOT_FOUND'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_STATUS_INVALID' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order status is invalid.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_STATUS_INVALID'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_CONTAINS_PICKED_ITEMS' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order contains picked items.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_CONTAINS_PICKED_ITEMS'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_INVALID_DELIVERY_METHOD' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Progress cannot be reported for a fulfillment order with this delivery method.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_INVALID_DELIVERY_METHOD'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_INVALID_FULFILLMENT_SERVICE_OWNERSHIP' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order is not assigned to the requesting fulfillment service.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_INVALID_FULFILLMENT_SERVICE_OWNERSHIP'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_UNSUPPORTED_ACTION' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The action is not supported for the fulfillment order.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.FULFILLMENT_ORDER_UNSUPPORTED_ACTION'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MARKETPLACE_APP_NOT_ELIGIBLE' was added to enum 'FulfillmentOrderReportProgressUserErrorCode'"
        },
        {
          "name": "FulfillmentOrderReportProgressUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Marketplace apps are not eligible to report progress on fulfillment orders.' was added to enum value 'FulfillmentOrderReportProgressUserErrorCode.MARKETPLACE_APP_NOT_ELIGIBLE'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DAYS' was added to enum 'GiftCardConfigurationExpirationUnit'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift cards expire in days.' was added to enum value 'GiftCardConfigurationExpirationUnit.DAYS'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MONTHS' was added to enum 'GiftCardConfigurationExpirationUnit'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift cards expire in months.' was added to enum value 'GiftCardConfigurationExpirationUnit.MONTHS'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'YEARS' was added to enum 'GiftCardConfigurationExpirationUnit'"
        },
        {
          "name": "GiftCardConfigurationExpirationUnit",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift cards expire in years.' was added to enum value 'GiftCardConfigurationExpirationUnit.YEARS'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SHIPMENT_NOT_FOUND' was added to enum 'InventoryShipmentSetBarcodeUserErrorCode'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipment was not found.' was added to enum value 'InventoryShipmentSetBarcodeUserErrorCode.SHIPMENT_NOT_FOUND'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BARCODE_DUPLICATE' was added to enum 'InventoryShipmentSetBarcodeUserErrorCode'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This barcode is already assigned to another shipment.' was added to enum value 'InventoryShipmentSetBarcodeUserErrorCode.BARCODE_DUPLICATE'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BARCODE_TOO_LONG' was added to enum 'InventoryShipmentSetBarcodeUserErrorCode'"
        },
        {
          "name": "InventoryShipmentSetBarcodeUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Barcode must be 255 characters or less.' was added to enum value 'InventoryShipmentSetBarcodeUserErrorCode.BARCODE_TOO_LONG'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'InventoryShipmentSortKeys'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'InventoryShipmentSortKeys.ID'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STATUS' was added to enum 'InventoryShipmentSortKeys'"
        },
        {
          "name": "InventoryShipmentSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `status` value.' was added to enum value 'InventoryShipmentSortKeys.STATUS'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCATION_MISMATCH' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer and point of sale device must be in the same location.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.LOCATION_MISMATCH'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CASH_DRAWER_NOT_FOUND' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The cash drawer was not found.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.CASH_DRAWER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'POINT_OF_SALE_DEVICE_NOT_FOUND' was added to enum 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode'"
        },
        {
          "name": "PointOfSaleDeviceAssignToCashDrawerUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device was not found.' was added to enum value 'PointOfSaleDeviceAssignToCashDrawerUserErrorCode.POINT_OF_SALE_DEVICE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STAFF_MEMBER_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Staff member not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.STAFF_MEMBER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_SESSION_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.PAYMENT_SESSION_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SESSION_ALREADY_CLOSED' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Session is already closed.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.SESSION_ALREADY_CLOSED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIME_BEFORE_SESSION_OPEN' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Time cannot be before session opening time.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.TIME_BEFORE_SESSION_OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REASON_CODE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Reason code not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.REASON_CODE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CURRENCY_MISMATCH' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency code does not match the cash drawer currency.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.CURRENCY_MISMATCH'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NO_CASH_DRAWER_ASSOCIATED' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device has no cash drawer associated with it.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.NO_CASH_DRAWER_ASSOCIATED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED_TO_CLOSE_SESSION' was added to enum 'PointOfSaleDevicePaymentSessionCloseUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCloseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session not closed.' was added to enum value 'PointOfSaleDevicePaymentSessionCloseUserErrorCode.FAILED_TO_CLOSE_SESSION'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STAFF_MEMBER_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Staff member not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.STAFF_MEMBER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_SESSION_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.PAYMENT_SESSION_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SESSION_ALREADY_CLOSED' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Session is already closed.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.SESSION_ALREADY_CLOSED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TIME_BEFORE_SESSION_OPEN' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Time cannot be before session opening time.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.TIME_BEFORE_SESSION_OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REASON_CODE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Reason code not found.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.REASON_CODE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CURRENCY_MISMATCH' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency code does not match the cash drawer currency.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.CURRENCY_MISMATCH'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NO_CASH_DRAWER_ASSOCIATED' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device has no cash drawer associated with it.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.NO_CASH_DRAWER_ASSOCIATED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED_TO_RECORD_COUNT' was added to enum 'PointOfSaleDevicePaymentSessionCountUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionCountUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Point of sale device payment session count not recorded.' was added to enum value 'PointOfSaleDevicePaymentSessionCountUserErrorCode.FAILED_TO_RECORD_COUNT'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'POINT_OF_SALE_DEVICE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device was not found.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.POINT_OF_SALE_DEVICE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NO_CASH_DRAWER_ASSOCIATED' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point_of_sale_device has no cash drawer associated with it.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.NO_CASH_DRAWER_ASSOCIATED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_SAVED' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device payment session was not created.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.NOT_SAVED'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ALREADY_OPEN' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A point of sale device payment session is already open for this point of sale device.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.ALREADY_OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STAFF_MEMBER_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The staff member was not found.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.STAFF_MEMBER_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CURRENCY_MISMATCH' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency does not match the currency of the cash drawer.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.CURRENCY_MISMATCH'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REASON_CODE_NOT_FOUND' was added to enum 'PointOfSaleDevicePaymentSessionOpenUserErrorCode'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionOpenUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The reason code was not found.' was added to enum value 'PointOfSaleDevicePaymentSessionOpenUserErrorCode.REASON_CODE_NOT_FOUND'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSING_TIME' was added to enum 'PointOfSaleDevicePaymentSessionSortKeys'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `closing_time` value.' was added to enum value 'PointOfSaleDevicePaymentSessionSortKeys.CLOSING_TIME'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'PointOfSaleDevicePaymentSessionSortKeys'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'PointOfSaleDevicePaymentSessionSortKeys.ID'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPENING_TIME' was added to enum 'PointOfSaleDevicePaymentSessionSortKeys'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `opening_time` value.' was added to enum value 'PointOfSaleDevicePaymentSessionSortKeys.OPENING_TIME'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPEN' was added to enum 'PointOfSaleDevicePaymentSessionStatus'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device payment session is open.' was added to enum value 'PointOfSaleDevicePaymentSessionStatus.OPEN'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CLOSED' was added to enum 'PointOfSaleDevicePaymentSessionStatus'"
        },
        {
          "name": "PointOfSaleDevicePaymentSessionStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The point of sale device payment session is closed.' was added to enum value 'PointOfSaleDevicePaymentSessionStatus.CLOSED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NON_TEST_ORDER_LIMIT_REACHED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Non-test order limit reached.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.NON_TEST_ORDER_LIMIT_REACHED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FREE_GIFT_CARD_NOT_ALLOWED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Free gift cards are not allowed.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.FREE_GIFT_CARD_NOT_ALLOWED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMER_NOT_FOUND' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Customer was not found.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.CUSTOMER_NOT_FOUND'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMER_INVALID' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Customer is invalid.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.CUSTOMER_INVALID'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_BILLING_ADDRESS' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Billing address is invalid.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.INVALID_BILLING_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_ACCOUNT_ERROR' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Merchant account error.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.MERCHANT_ACCOUNT_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_NOT_FOUND' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method was not found.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_METHOD_NOT_FOUND'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_NOT_SPECIFIED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method not specified.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_METHOD_NOT_SPECIFIED'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_INCOMPATIBLE_WITH_GATEWAY_CONFIG' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method test mode incompatible with gateway.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_METHOD_INCOMPATIBLE_WITH_GATEWAY_CONFIG'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_IS_NOT_ENABLED' was added to enum 'SubscriptionBillingAttemptGeneralErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptGeneralErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment provider is not enabled.' was added to enum value 'SubscriptionBillingAttemptGeneralErrorCode.PAYMENT_PROVIDER_IS_NOT_ENABLED'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSUFFICIENT_INVENTORY' was added to enum 'SubscriptionBillingAttemptInventoryErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Insufficient inventory.' was added to enum value 'SubscriptionBillingAttemptInventoryErrorCode.INSUFFICIENT_INVENTORY'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVENTORY_ALLOCATIONS_NOT_FOUND' was added to enum 'SubscriptionBillingAttemptInventoryErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptInventoryErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No inventory location found or enabled.' was added to enum value 'SubscriptionBillingAttemptInventoryErrorCode.INVENTORY_ALLOCATIONS_NOT_FOUND'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OFF_SESSION_REJECTED' was added to enum 'SubscriptionBillingAttemptPaymentChallengeStatus'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing attempt is rejected because the customer action was required. The customer has not yet attempted to complete the challenge.' was added to enum value 'SubscriptionBillingAttemptPaymentChallengeStatus.OFF_SESSION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ON_SESSION_CHALLENGED' was added to enum 'SubscriptionBillingAttemptPaymentChallengeStatus'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentChallengeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer was brought on session and challenged.' was added to enum value 'SubscriptionBillingAttemptPaymentChallengeStatus.ON_SESSION_CHALLENGED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_DECLINED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method was declined.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYMENT_METHOD_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method has expired.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.EXPIRED_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSUFFICIENT_FUNDS' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method has insufficient funds to complete the payment.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INSUFFICIENT_FUNDS'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There was an error during the authentication.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AUTHENTICATION_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BUYER_CANCELED_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The buyer canceled the payment method.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.BUYER_CANCELED_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CUSTOMER_BILLING_AGREEMENT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer billing agreement is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_CUSTOMER_BILLING_AGREEMENT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_SMALL' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is too small.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AMOUNT_TOO_SMALL'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_LARGE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is too large.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AMOUNT_TOO_LARGE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_NUMBER_INCORRECT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CARD_NUMBER_INCORRECT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FRAUD_SUSPECTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Fraud was suspected on this transaction.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.FRAUD_SUSPECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVOICE_ALREADY_PAID' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The invoice has already been paid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVOICE_ALREADY_PAID'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TEST_MODE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A test mode error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.TEST_MODE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYPAL_ERROR_GENERAL' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A general PayPal error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYPAL_ERROR_GENERAL'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_SHIPPING_ADDRESS' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping address is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_SHIPPING_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSIENT_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A transient error occurred, try again later.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.TRANSIENT_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_TYPE_NOT_SUPPORTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase type is not supported.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PURCHASE_TYPE_NOT_SUPPORTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_FAILED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Authentication failed during the payment processing.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AUTHENTICATION_FAILED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_REQUIRED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Additional authentication is required for this payment.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.AUTHENTICATION_REQUIRED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CALL_ISSUER' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer requires the cardholder to call.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CALL_ISSUER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_DECLINED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card was declined.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CARD_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONFIRMATION_REJECTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment confirmation was rejected.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CONFIRMATION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DO_NOT_HONOR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer returned \\'do not honor\\'. The customer should reach out to their card-issuing bank for more information.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.DO_NOT_HONOR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_RULE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment was declined due to a merchant rule.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.MERCHANT_RULE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OFF_SESSION_REJECTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The off-session payment was rejected.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.OFF_SESSION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RETRY_DECLINED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment retry was declined.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.RETRY_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSACTION_LIMIT_EXCEEDED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction exceeded the limit.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.TRANSACTION_LIMIT_EXCEEDED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ZIP' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The postal/ZIP code is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_ZIP'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CURRENCY' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency is not supported.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_CURRENCY'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NUMBER' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_UNSUPPORTED' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method type is not supported.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYMENT_METHOD_UNSUPPORTED'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An exception occurred with the payment provider.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PAYMENT_PROVIDER_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ADDRESS' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing address is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_NUMBER' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_CARD' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card has expired.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.EXPIRED_CARD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_EXPIRY_DATE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The expiry date is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_EXPIRY_DATE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_BUYER_ACTION' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The required buyer action has expired.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.EXPIRED_BUYER_ACTION'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PROCESSING_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A processing error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.PROCESSING_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_ERROR' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A generic payment error occurred.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.GENERIC_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANCELLED_PAYMENT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment was cancelled.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.CANCELLED_PAYMENT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PURCHASE_TYPE' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The purchase type is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_PURCHASE_TYPE'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAIL_UNLESS_VALID_PAYMENT_METHOD' was added to enum 'SubscriptionBillingAttemptPaymentProcessingPolicy'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Attempt to process payment on the billing attempt and fail the billing attempt if\n        the payment method is not valid or if a payment method does not exist.' was added to enum value 'SubscriptionBillingAttemptPaymentProcessingPolicy.FAIL_UNLESS_VALID_PAYMENT_METHOD'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SKIP_PAYMENT_AND_CREATE_UNPAID_ORDER' was added to enum 'SubscriptionBillingAttemptPaymentProcessingPolicy'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentProcessingPolicy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Skip payment processing on the billing attempt and create an unpaid order.' was added to enum value 'SubscriptionBillingAttemptPaymentProcessingPolicy.SKIP_PAYMENT_AND_CREATE_UNPAID_ORDER'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLOR_SCHEME5' was added to enum 'CheckoutBrandingColorSchemeSelection'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The COLOR_SCHEME5 color scheme selection.' was added to enum value 'CheckoutBrandingColorSchemeSelection.COLOR_SCHEME5'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLOR_SCHEME6' was added to enum 'CheckoutBrandingColorSchemeSelection'"
        },
        {
          "name": "CheckoutBrandingColorSchemeSelection",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The COLOR_SCHEME6 color scheme selection.' was added to enum value 'CheckoutBrandingColorSchemeSelection.COLOR_SCHEME6'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUMULATIVE' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a cumulative value.' was added to enum value 'ColumnDataType.CUMULATIVE'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GEO_COORDINATE' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a geographic coordinate value.' was added to enum value 'ColumnDataType.GEO_COORDINATE'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENTITY' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents an entity reference value.' was added to enum value 'ColumnDataType.ENTITY'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLOR' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a hex color value.' was added to enum value 'ColumnDataType.COLOR'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STRING_IDENTITY' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a string identity value.' was added to enum value 'ColumnDataType.STRING_IDENTITY'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RATING' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a rating value.' was added to enum value 'ColumnDataType.RATING'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNITLESS_SCALAR' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a unitless scalar value.' was added to enum value 'ColumnDataType.UNITLESS_SCALAR'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MULTIPLIER' was added to enum 'ColumnDataType'"
        },
        {
          "name": "ColumnDataType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Represents a multiplier value.' was added to enum value 'ColumnDataType.MULTIPLIER'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_TAG_LENGTH' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The tag title exceeds the maximum length of 255 characters.' was added to enum value 'DiscountErrorCode.INVALID_TAG_LENGTH'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_TAGS' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The number of tags exceeds the maximum of 5.' was added to enum value 'DiscountErrorCode.TOO_MANY_TAGS'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The number of tags in `productDiscountsWithTagsOnSameCartLine` exceeds the maximum of 10.' was added to enum value 'DiscountErrorCode.TOO_MANY_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_FOR_DISCOUNT_CLASS' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The `productDiscountsWithTagsOnSameCartLine` field is only valid for discounts with the PRODUCT discount class.' was added to enum value 'DiscountErrorCode.INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_FOR_DISCOUNT_CLASS'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_WITHOUT_PRODUCT_DISCOUNTS' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The `productDiscountsWithTagsOnSameCartLine` field can only be specified when `productDiscounts` is true.' was added to enum value 'DiscountErrorCode.INVALID_PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_WITHOUT_PRODUCT_DISCOUNTS'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT_DISCOUNTS_FALSE_WITH_EXISTING_TAGS_ON_SAME_CART_LINE' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The `productDiscounts` field can\\'t be set to false when `productDiscountsWithTagsOnSameCartLine` tags exist on the discount.' was added to enum value 'DiscountErrorCode.INVALID_PRODUCT_DISCOUNTS_FALSE_WITH_EXISTING_TAGS_ON_SAME_CART_LINE'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_NOT_ENTITLED' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop\\'s plan does not allow setting `productDiscountsWithTagsOnSameCartLine`.' was added to enum value 'DiscountErrorCode.PRODUCT_DISCOUNTS_WITH_TAGS_ON_SAME_CART_LINE_NOT_ENTITLED'"
        },
        {
          "name": "DisputeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PREVENTED' was added to enum 'DisputeStatus'"
        },
        {
          "name": "DisputeStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A dispute that was prevented from becoming a formal chargeback.' was added to enum value 'DisputeStatus.PREVENTED'"
        },
        {
          "name": "FulfillmentOrderAction",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REPORT_PROGRESS' was added to enum 'FulfillmentOrderAction'"
        },
        {
          "name": "FulfillmentOrderAction",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Report the progress of the fulfillment order, marking as in progress if it\\'s not already in progress.' was added to enum value 'FulfillmentOrderAction.REPORT_PROGRESS'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_LARGE' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount exceeds the maximum amount allowed.' was added to enum value 'OrderTransactionErrorCode.AMOUNT_TOO_LARGE'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_SMALL' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is below the minimum amount allowed.' was added to enum value 'OrderTransactionErrorCode.AMOUNT_TOO_SMALL'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_FAILED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The 3D Secure authentication failed.' was added to enum value 'OrderTransactionErrorCode.AUTHENTICATION_FAILED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_REQUIRED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction requires 3D Secure authentication but was attempted without authentication.' was added to enum value 'OrderTransactionErrorCode.AUTHENTICATION_REQUIRED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANCELLED_PAYMENT' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was cancelled.' was added to enum value 'OrderTransactionErrorCode.CANCELLED_PAYMENT'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_TESTING' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was declined due to suspected card testing activity.' was added to enum value 'OrderTransactionErrorCode.CARD_TESTING'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DO_NOT_HONOR' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The issuer declined the transaction without providing a specific reason.' was added to enum value 'OrderTransactionErrorCode.DO_NOT_HONOR'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FRAUD_SUSPECTED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was declined due to suspected fraudulent activity.' was added to enum value 'OrderTransactionErrorCode.FRAUD_SUSPECTED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSUFFICIENT_FUNDS' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There are insufficient funds available to complete the transaction.' was added to enum value 'OrderTransactionErrorCode.INSUFFICIENT_FUNDS'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CURRENCY' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency isn\\'t supported.' was added to enum value 'OrderTransactionErrorCode.INVALID_CURRENCY'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PAYMENT_METHOD' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method is invalid or not found.' was added to enum value 'OrderTransactionErrorCode.INVALID_PAYMENT_METHOD'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PURCHASE_TYPE' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This payment method doesn\\'t support the requested transaction type.' was added to enum value 'OrderTransactionErrorCode.INVALID_PURCHASE_TYPE'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_ACCOUNT_ERROR' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction couldn\\'t be processed due to an issue with the merchant account.' was added to enum value 'OrderTransactionErrorCode.MERCHANT_ACCOUNT_ERROR'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_RULE' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was blocked due to the merchant\\'s custom payment risk rule.' was added to enum value 'OrderTransactionErrorCode.MERCHANT_RULE'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INSTRUMENT_DECLINED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment instrument was declined.' was added to enum value 'OrderTransactionErrorCode.INSTRUMENT_DECLINED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_UNSUPPORTED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method isn\\'t supported.' was added to enum value 'OrderTransactionErrorCode.PAYMENT_METHOD_UNSUPPORTED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_ERROR' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction couldn\\'t be processed due to an unexpected error with the payment provider.' was added to enum value 'OrderTransactionErrorCode.PAYMENT_PROVIDER_ERROR'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RETRY_DECLINED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction retry attempt was declined.' was added to enum value 'OrderTransactionErrorCode.RETRY_DECLINED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSACTION_LIMIT_EXCEEDED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment instrument has exceeded the processing frequency limit.' was added to enum value 'OrderTransactionErrorCode.TRANSACTION_LIMIT_EXCEEDED'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHORIZATION_EXPIRED' was added to enum 'OrderTransactionErrorCode'"
        },
        {
          "name": "OrderTransactionErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The authorization has expired.' was added to enum value 'OrderTransactionErrorCode.AUTHORIZATION_EXPIRED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AMOUNT_TOO_LARGE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The amount exceeds the limit for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.AMOUNT_TOO_LARGE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_ACCOUNT_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Merchant account configuration error.' was added to enum value 'SubscriptionBillingAttemptErrorCode.MERCHANT_ACCOUNT_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_NOT_SPECIFIED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Payment method is not specified on subscription contract.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PAYMENT_METHOD_NOT_SPECIFIED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_FAILED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Authentication failed during payment processing.' was added to enum value 'SubscriptionBillingAttemptErrorCode.AUTHENTICATION_FAILED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AUTHENTICATION_REQUIRED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Additional authentication is required to complete the payment.' was added to enum value 'SubscriptionBillingAttemptErrorCode.AUTHENTICATION_REQUIRED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CALL_ISSUER' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer requires the cardholder to call them.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CALL_ISSUER'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARD_DECLINED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card was declined by the payment processor.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CARD_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONFIRMATION_REJECTED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment confirmation was rejected.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CONFIRMATION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DO_NOT_HONOR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card issuer declined the transaction with a \\'do not honor\\' response.' was added to enum value 'SubscriptionBillingAttemptErrorCode.DO_NOT_HONOR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT_RULE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction was declined due to a merchant-defined rule.' was added to enum value 'SubscriptionBillingAttemptErrorCode.MERCHANT_RULE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OFF_SESSION_REJECTED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The off-session payment was rejected and requires customer action.' was added to enum value 'SubscriptionBillingAttemptErrorCode.OFF_SESSION_REJECTED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RETRY_DECLINED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment retry was declined.' was added to enum value 'SubscriptionBillingAttemptErrorCode.RETRY_DECLINED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSACTION_LIMIT_EXCEEDED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction exceeds the cardholder\\'s limit.' was added to enum value 'SubscriptionBillingAttemptErrorCode.TRANSACTION_LIMIT_EXCEEDED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ZIP' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The postal/ZIP code provided is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_ZIP'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CURRENCY' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The currency is not supported for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_CURRENCY'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_NUMBER' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_METHOD_UNSUPPORTED' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment method type is not supported.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PAYMENT_METHOD_UNSUPPORTED'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_ADDRESS' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing address provided is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_ADDRESS'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_NUMBER' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card number entered is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_NUMBER'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_CARD' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card has expired.' was added to enum value 'SubscriptionBillingAttemptErrorCode.EXPIRED_CARD'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_EXPIRY_DATE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The expiry date of the card provided is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_EXPIRY_DATE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXPIRED_BUYER_ACTION' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The required buyer action has expired.' was added to enum value 'SubscriptionBillingAttemptErrorCode.EXPIRED_BUYER_ACTION'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PROCESSING_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A processing error occurred with the payment provider.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PROCESSING_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_PROVIDER_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An exception occurred with the payment provider.' was added to enum value 'SubscriptionBillingAttemptErrorCode.PAYMENT_PROVIDER_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_ERROR' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A generic payment error occurred.' was added to enum value 'SubscriptionBillingAttemptErrorCode.GENERIC_ERROR'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANCELLED_PAYMENT' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment was cancelled.' was added to enum value 'SubscriptionBillingAttemptErrorCode.CANCELLED_PAYMENT'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PURCHASE_TYPE' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The purchase type is invalid for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_PURCHASE_TYPE'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDERS_PROGRESS_REPORTED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `fulfillment_orders/progress_reported` events. Occurs when progress is reported for a fulfillment order. Requires at least one of the following scopes: read_merchant_managed_fulfillment_orders, read_assigned_fulfillment_orders, read_third_party_fulfillment_orders.' was added to enum value 'WebhookSubscriptionTopic.FULFILLMENT_ORDERS_PROGRESS_REPORTED'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDERS_MANUALLY_REPORTED_PROGRESS_STOPPED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `fulfillment_orders/manually_reported_progress_stopped` events. Occurs when a fulfillment order that has previously been manually marked as in progress is marked back as open. Requires at least one of the following scopes: read_merchant_managed_fulfillment_orders, read_assigned_fulfillment_orders, read_third_party_fulfillment_orders.' was added to enum value 'WebhookSubscriptionTopic.FULFILLMENT_ORDERS_MANUALLY_REPORTED_PROGRESS_STOPPED'"
        }
      ]
    }
  }
}