{
  "openapi": "3.0.0",
  "info": {
    "title": "grasfe-grapi",
    "version": "0.0.1",
    "description": "grasfe-grapi of grapple-solutions.com",
    "contact": {
      "name": "grapple-solutions.com",
      "email": "info@grapple-solutions.com"
    }
  },
  "paths": {
    "/ai-models": {
      "post": {
        "x-controller-name": "AiModelsController",
        "x-operation-name": "fetchModels",
        "tags": [
          "AiModelsController"
        ],
        "responses": {
          "200": {
            "description": "Fetch pre-fetched models for a provider",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "models": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "value": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "required": [
                  "provider"
                ],
                "properties": {
                  "provider": {
                    "type": "string",
                    "enum": [
                      "openai",
                      "claude",
                      "gemini"
                    ]
                  }
                }
              }
            }
          }
        },
        "operationId": "AiModelsController.fetchModels"
      }
    },
    "/mbdmbos/dealerships/count": {
      "get": {
        "x-controller-name": "mbdmbosDealershipsController",
        "x-operation-name": "count",
        "tags": [
          "mbdmbosDealershipsController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosDealerships count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosDealerships.Filter"
                }
              }
            }
          },
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "mbdmbosDealerships.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<mbdmbosDealerships>"
                }
              }
            }
          }
        ],
        "operationId": "mbdmbosDealershipsController.count"
      }
    },
    "/mbdmbos/dealerships/{id}": {
      "get": {
        "x-controller-name": "mbdmbosDealershipsController",
        "x-operation-name": "findById",
        "tags": [
          "mbdmbosDealershipsController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosDealerships instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosDealershipsWithRelations"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          },
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosDealerships.Filter1"
                }
              }
            }
          }
        ],
        "operationId": "mbdmbosDealershipsController.findById"
      }
    },
    "/mbdmbos/dealerships": {
      "get": {
        "x-controller-name": "mbdmbosDealershipsController",
        "x-operation-name": "find",
        "tags": [
          "mbdmbosDealershipsController"
        ],
        "responses": {
          "200": {
            "description": "Array of mbdmbosDealerships instances",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/mbdmbosDealershipsWithRelations"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosDealerships.Filter2"
                }
              }
            }
          }
        ],
        "operationId": "mbdmbosDealershipsController.find"
      }
    },
    "/mbdmbos/extractStep0DataWithGemini": {
      "post": {
        "x-controller-name": "mbdmbosGeminiStep0Controller",
        "x-operation-name": "extractStep0DataWithGemini",
        "tags": [
          "mbdmbosGeminiStep0Controller"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Extracted data using mbdmbosGemini API"
          }
        },
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "x-parser": "stream",
              "schema": {
                "type": "object",
                "properties": {
                  "file": {
                    "type": "string",
                    "format": "binary"
                  }
                }
              }
            }
          },
          "description": "Request body for multipart/form-data based file upload",
          "required": true
        },
        "operationId": "mbdmbosGeminiStep0Controller.extractStep0DataWithmbdmbosGemini"
      }
    },
    "/mbdmbos/extractStep1DataWithGemini": {
      "post": {
        "x-controller-name": "mbdmbosGeminiStep1Controller",
        "x-operation-name": "extractStep1DataWithGemini",
        "tags": [
          "mbdmbosGeminiStep1Controller"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Extracted data using mbdmbosGemini API"
          }
        },
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "x-parser": "stream",
              "schema": {
                "type": "object",
                "properties": {
                  "file": {
                    "type": "string",
                    "format": "binary"
                  }
                }
              }
            }
          },
          "description": "Request body for multipart/form-data based file upload",
          "required": true
        },
        "operationId": "mbdmbosGeminiStep1Controller.extractStep1DataWithmbdmbosGemini"
      }
    },
    "/mbdmbos/parts/count": {
      "get": {
        "x-controller-name": "mbdmbosPartsController",
        "x-operation-name": "count",
        "tags": [
          "mbdmbosPartsController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosParts count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosParts.Filter"
                }
              }
            }
          },
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "mbdmbosParts.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<mbdmbosParts>"
                }
              }
            }
          }
        ],
        "operationId": "mbdmbosPartsController.count"
      }
    },
    "/mbdmbos/parts/{id}": {
      "get": {
        "x-controller-name": "mbdmbosPartsController",
        "x-operation-name": "findById",
        "tags": [
          "mbdmbosPartsController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosParts instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosPartsWithRelations"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          },
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosParts.Filter1"
                }
              }
            }
          }
        ],
        "operationId": "mbdmbosPartsController.findById"
      }
    },
    "/mbdmbos/parts": {
      "get": {
        "x-controller-name": "mbdmbosPartsController",
        "x-operation-name": "find",
        "tags": [
          "mbdmbosPartsController"
        ],
        "responses": {
          "200": {
            "description": "Array of mbdmbosParts instances",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/mbdmbosPartsWithRelations"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosParts.Filter2"
                }
              }
            }
          }
        ],
        "operationId": "mbdmbosPartsController.find"
      }
    },
    "/mbdmbos/personalinformations/{id}": {
      "put": {
        "x-controller-name": "mbdmbosPersonalinformationController",
        "x-operation-name": "replaceById",
        "tags": [
          "mbdmbosPersonalinformationController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPersonalinformation was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPersonalinformation"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPersonalinformationController.replaceById"
      },
      "patch": {
        "x-controller-name": "mbdmbosPersonalinformationController",
        "x-operation-name": "updateById",
        "tags": [
          "mbdmbosPersonalinformationController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPersonalinformation was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPersonalinformationPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPersonalinformationController.updateById"
      }
    },
    "/mbdmbos/personalinformations": {
      "post": {
        "x-controller-name": "mbdmbosPersonalinformationController",
        "x-operation-name": "create",
        "tags": [
          "mbdmbosPersonalinformationController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosPersonalinformation instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosPersonalinformation"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosNewPersonalinformation"
              }
            }
          }
        },
        "operationId": "mbdmbosPersonalinformationController.create"
      },
      "patch": {
        "x-controller-name": "mbdmbosPersonalinformationController",
        "x-operation-name": "updateAll",
        "tags": [
          "mbdmbosPersonalinformationController"
        ],
        "responses": {
          "200": {
            "description": "Count of mbdmbosPersonalinformation models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "mbdmbosPersonalinformation.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<mbdmbosPersonalinformation>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPersonalinformationPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPersonalinformationController.updateAll"
      }
    },
    "/mbdmbos/purchasepaybacks/verify-completed": {
      "post": {
        "x-controller-name": "mbdmbosVerifyReceiptController",
        "x-operation-name": "verifyCompleted",
        "tags": [
          "mbdmbosVerifyReceiptController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Runs the AI approver agent against every completed-but-unassessed cashback process."
          }
        },
        "parameters": [
          {
            "name": "maxBulkSize",
            "in": "query",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "concurrency",
            "in": "query",
            "schema": {
              "type": "number"
            }
          }
        ],
        "operationId": "mbdmbosVerifyReceiptController.verifyCompleted"
      }
    },
    "/mbdmbos/purchasepaybacks/{id}/verify": {
      "post": {
        "x-controller-name": "mbdmbosVerifyReceiptController",
        "x-operation-name": "verify",
        "tags": [
          "mbdmbosVerifyReceiptController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Runs the AI approver agent against a single cashback process and returns its findings and recommendation."
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "type": "number"
            },
            "required": true
          }
        ],
        "operationId": "mbdmbosVerifyReceiptController.verify"
      }
    },
    "/mbdmbos/purchasepaybacks/{id}": {
      "put": {
        "x-controller-name": "mbdmbosPurchasepaybacksController",
        "x-operation-name": "replaceById",
        "tags": [
          "mbdmbosPurchasepaybacksController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPurchasepaybacks was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasepaybacks"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasepaybacksController.replaceById"
      },
      "patch": {
        "x-controller-name": "mbdmbosPurchasepaybacksController",
        "x-operation-name": "updateById",
        "tags": [
          "mbdmbosPurchasepaybacksController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPurchasepaybacks was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasepaybacksPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasepaybacksController.updateById"
      }
    },
    "/mbdmbos/purchasepaybacks": {
      "post": {
        "x-controller-name": "mbdmbosPurchasepaybacksController",
        "x-operation-name": "create",
        "tags": [
          "mbdmbosPurchasepaybacksController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosPurchasepaybacks instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosPurchasepaybacks"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosNewPurchasepaybacks"
              }
            }
          }
        },
        "operationId": "mbdmbosPurchasepaybacksController.create"
      },
      "patch": {
        "x-controller-name": "mbdmbosPurchasepaybacksController",
        "x-operation-name": "updateAll",
        "tags": [
          "mbdmbosPurchasepaybacksController"
        ],
        "responses": {
          "200": {
            "description": "Count of mbdmbosPurchasepaybacks models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "mbdmbosPurchasepaybacks.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<mbdmbosPurchasepaybacks>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasepaybacksPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasepaybacksController.updateAll"
      }
    },
    "/mbdmbos/purchasereceipts/{id}": {
      "put": {
        "x-controller-name": "mbdmbosPurchasereceiptsController",
        "x-operation-name": "replaceById",
        "tags": [
          "mbdmbosPurchasereceiptsController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPurchasereceipts was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasereceipts"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasereceiptsController.replaceById"
      },
      "patch": {
        "x-controller-name": "mbdmbosPurchasereceiptsController",
        "x-operation-name": "updateById",
        "tags": [
          "mbdmbosPurchasereceiptsController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPurchasereceipts was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasereceiptsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasereceiptsController.updateById"
      }
    },
    "/mbdmbos/purchasereceipts": {
      "post": {
        "x-controller-name": "mbdmbosPurchasereceiptsController",
        "x-operation-name": "create",
        "tags": [
          "mbdmbosPurchasereceiptsController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosPurchasereceipts instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosPurchasereceipts"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosNewPurchasereceipts"
              }
            }
          }
        },
        "operationId": "mbdmbosPurchasereceiptsController.create"
      },
      "patch": {
        "x-controller-name": "mbdmbosPurchasereceiptsController",
        "x-operation-name": "updateAll",
        "tags": [
          "mbdmbosPurchasereceiptsController"
        ],
        "responses": {
          "200": {
            "description": "Count of mbdmbosPurchasereceipts models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "mbdmbosPurchasereceipts.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<mbdmbosPurchasereceipts>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasereceiptsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasereceiptsController.updateAll"
      }
    },
    "/mbdmbos/purchasereceipts-backups/{id}": {
      "put": {
        "x-controller-name": "mbdmbosPurchasereceiptsBackupController",
        "x-operation-name": "replaceById",
        "tags": [
          "mbdmbosPurchasereceiptsBackupController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPurchasereceiptsBackup was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasereceiptsBackup"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasereceiptsBackupController.replaceById"
      },
      "patch": {
        "x-controller-name": "mbdmbosPurchasereceiptsBackupController",
        "x-operation-name": "updateById",
        "tags": [
          "mbdmbosPurchasereceiptsBackupController"
        ],
        "responses": {
          "204": {
            "description": "mbdmbosPurchasereceiptsBackup was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-precision": 10,
              "x-scale": 0,
              "x-generated": 1,
              "x-primary-key": true,
              "type": "number",
              "nullable": false
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasereceiptsBackupPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasereceiptsBackupController.updateById"
      }
    },
    "/mbdmbos/purchasereceipts-backups": {
      "post": {
        "x-controller-name": "mbdmbosPurchasereceiptsBackupController",
        "x-operation-name": "create",
        "tags": [
          "mbdmbosPurchasereceiptsBackupController"
        ],
        "responses": {
          "200": {
            "description": "mbdmbosPurchasereceiptsBackup instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosPurchasereceiptsBackup"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosNewPurchasereceiptsBackup"
              }
            }
          }
        },
        "operationId": "mbdmbosPurchasereceiptsBackupController.create"
      },
      "patch": {
        "x-controller-name": "mbdmbosPurchasereceiptsBackupController",
        "x-operation-name": "updateAll",
        "tags": [
          "mbdmbosPurchasereceiptsBackupController"
        ],
        "responses": {
          "200": {
            "description": "Count of mbdmbosPurchasereceiptsBackup models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/mbdmbosloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "mbdmbosPurchasereceiptsBackup.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<mbdmbosPurchasereceiptsBackup>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/mbdmbosPurchasereceiptsBackupPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "mbdmbosPurchasereceiptsBackupController.updateAll"
      }
    },
    "/mcp/mbdmbos-mcp/messages": {
      "post": {
        "x-controller-name": "McpController",
        "x-operation-name": "handleMessagesFormbdmbosmcp",
        "tags": [
          "McpController"
        ],
        "x-mcp-controller": true,
        "responses": {
          "200": {
            "description": "Return value of McpController.handleMessagesFormbdmbosmcp"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "operationId": "McpController.handleMessagesFormbdmbosmcp"
      }
    },
    "/mcp/mbdmbos-mcp/sse": {
      "post": {
        "x-controller-name": "McpController",
        "x-operation-name": "handleSsePostFormbdmbosmcp",
        "tags": [
          "McpController"
        ],
        "x-mcp-controller": true,
        "responses": {
          "200": {
            "description": "Return value of McpController.handleSsePostFormbdmbosmcp"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "operationId": "McpController.handleSsePostFormbdmbosmcp"
      },
      "get": {
        "x-controller-name": "McpController",
        "x-operation-name": "mcpSseFormbdmbosmcp",
        "tags": [
          "McpController"
        ],
        "x-mcp-controller": true,
        "responses": {
          "200": {
            "description": "Return value of McpController.mcpSseFormbdmbosmcp"
          }
        },
        "operationId": "McpController.mcpSseFormbdmbosmcp"
      }
    },
    "/mcp/mbdmbos-mcp": {
      "post": {
        "x-controller-name": "McpController",
        "x-operation-name": "handleLegacyFormbdmbosmcp",
        "tags": [
          "McpController"
        ],
        "x-mcp-controller": true,
        "responses": {
          "200": {
            "description": "MCP Streamable HTTP + Legacy Synchronous Endpoint",
            "content": {
              "text/event-stream": {
                "schema": {
                  "type": "string"
                }
              },
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "operationId": "McpController.handleLegacyFormbdmbosmcp"
      }
    },
    "/ping": {
      "get": {
        "x-controller-name": "PingController",
        "x-operation-name": "ping",
        "tags": [
          "PingController"
        ],
        "responses": {
          "200": {
            "description": "Ping Response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PingResponse"
                }
              }
            }
          }
        },
        "operationId": "PingController.ping"
      }
    },
    "/ping2": {
      "get": {
        "x-controller-name": "Ping2Controller",
        "x-operation-name": "ping2",
        "tags": [
          "Ping2Controller"
        ],
        "responses": {
          "200": {
            "description": "Ping2 Response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Ping2Response"
                }
              }
            }
          }
        },
        "operationId": "Ping2Controller.ping2"
      }
    }
  },
  "servers": [
    {
      "url": "https://mbdmbos-uat-mbdmbos-grasfe-grapi.pp.grpl.io"
    }
  ],
  "components": {
    "schemas": {
      "mbdmbosDealerships": {
        "title": "mbdmbosDealerships",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "vfnr": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vfnrhb": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "betriebsart": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "marke": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "name": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "strasse": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "plz": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ort": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true
      },
      "mbdmbosPurchasereceipts": {
        "title": "mbdmbosPurchasereceipts",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasereceipts, >, schemaOptions: { exclude: [] })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasereceipts, >"
      },
      "mbdmbosPersonalinformation": {
        "title": "mbdmbosPersonalinformation",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "name": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "company": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "address": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          },
          "addressVerified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "addressGeolocation": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "email": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phone": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phoneVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "iban": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanAccountHolder": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationName": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationAddress": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          }
        },
        "additionalProperties": true
      },
      "mbdmbosUser": {
        "title": "mbdmbosUser",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "email": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "emailVerified": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "username": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "verificationToken": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "description": "mbdmbos{\"indexInfo\":{\"email\":{\"unique\":true},\"username\":{\"username\":{\"unique\":true}}}}",
        "additionalProperties": true
      },
      "mbdmbosNewUser": {
        "title": "mbdmbosNewUser",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosUser, 'id'>, schemaOptions: { title: 'mbdmbosNewUser', exclude: [ 'id' ] }), , {\"indexInfo\":{\"email\":{\"unique\":true},\"username\":{\"username\":{\"unique\":true}}}}",
        "properties": {
          "email": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "emailVerified": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "username": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "verificationToken": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosUser, 'id'>"
      },
      "mbdmbosNewUserRequest": {
        "title": "mbdmbosNewUserRequest",
        "type": "object",
        "properties": {
          "id": {
            "x-generated": false,
            "x-primary-key": true,
            "type": "string"
          },
          "realm": {
            "x-primary-key": false,
            "type": "string"
          },
          "username": {
            "x-primary-key": false,
            "type": "string"
          },
          "email": {
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string"
          },
          "emailVerified": {
            "x-primary-key": false,
            "type": "boolean"
          },
          "verificationToken": {
            "x-primary-key": false,
            "type": "string"
          },
          "password": {
            "x-primary-key": false,
            "type": "string"
          }
        },
        "description": "mbdmbos{\"indexInfo\":{\"email\":{\"unique\":true}}}",
        "required": [
          "email",
          "password"
        ],
        "additionalProperties": true
      },
      "mbdmbosVinallowlist": {
        "title": "mbdmbosVinallowlist",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "vin": {
            "x-length": 20,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          }
        },
        "description": "mbdmbos{\"indexInfo\":{\"vin\":{\"unique\":true}}}",
        "required": [
          "vin"
        ],
        "additionalProperties": true
      },
      "mbdmbosVinallowlistWithRelations": {
        "title": "mbdmbosVinallowlistWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosVinallowlistWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] }), {\"indexInfo\":{\"vin\":{\"unique\":true}}}",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "vin": {
            "x-length": 20,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          }
        },
        "required": [
          "vin"
        ],
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosVinallowlistWithRelations, >"
      },
      "mbdmbosNewVinallowlist": {
        "title": "mbdmbosNewVinallowlist",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosVinallowlist, 'id'>, schemaOptions: { title: 'mbdmbosNewVinallowlist', exclude: [ 'id' ] }), {\"indexInfo\":{\"vin\":{\"unique\":true}}}",
        "properties": {
          "vin": {
            "x-length": 20,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          }
        },
        "required": [
          "vin"
        ],
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosVinallowlist, 'id'>"
      },
      "mbdmbosVinallowlistPartial": {
        "title": "mbdmbosVinallowlistPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosVinallowlist>, schemaOptions: { partial: true }), {\"indexInfo\":{\"vin\":{\"unique\":true}}}",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "vin": {
            "x-length": 20,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosVinallowlist>"
      },
      "mbdmbosUserWithRelations": {
        "title": "mbdmbosUserWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosUserWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] }), , {\"indexInfo\":{\"email\":{\"unique\":true},\"username\":{\"username\":{\"unique\":true}}}}",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "email": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "emailVerified": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "username": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "verificationToken": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosUserWithRelations, >"
      },
      "mbdmbosUserPartial": {
        "title": "mbdmbosUserPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosUser>, schemaOptions: { partial: true }), , {\"indexInfo\":{\"email\":{\"unique\":true},\"username\":{\"username\":{\"unique\":true}}}}",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "email": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "emailVerified": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "username": {
            "x-length": 45,
            "x-generated": false,
            "x-index": {
              "unique": true
            },
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "verificationToken": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosUser>"
      },
      "mbdmbosUserCredentials": {
        "title": "mbdmbosUserCredentials",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "password": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "userId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true
      },
      "mbdmbosUserCredentialsWithRelations": {
        "title": "mbdmbosUserCredentialsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosUserCredentialsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "password": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "userId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosUserCredentialsWithRelations, >"
      },
      "mbdmbosNewUserCredentials": {
        "title": "mbdmbosNewUserCredentials",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosUserCredentials, 'id'>, schemaOptions: { title: 'mbdmbosNewUserCredentials', exclude: [ 'id' ] })",
        "properties": {
          "password": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "userId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosUserCredentials, 'id'>"
      },
      "mbdmbosUserCredentialsPartial": {
        "title": "mbdmbosUserCredentialsPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosUserCredentials>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "password": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "userId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosUserCredentials>"
      },
      "mbdmbosPurchasereceiptsWithRelations": {
        "title": "mbdmbosPurchasereceiptsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasereceiptsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] }), ${JSON.stringify({ relationships })}",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealerships": {
            "$ref": "#/components/schemas/mbdmbosDealerships"
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasereceiptsWithRelations, >"
      },
      "mbdmbosNewPurchasereceipts": {
        "title": "mbdmbosNewPurchasereceipts",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasereceipts, 'id'>, schemaOptions: { title: 'mbdmbosNewPurchasereceipts', exclude: [ 'id' ] })",
        "properties": {
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasereceipts, 'id'>"
      },
      "mbdmbosPurchasereceiptsPartial": {
        "title": "mbdmbosPurchasereceiptsPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosPurchasereceipts>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosPurchasereceipts>"
      },
      "mbdmbosPurchasereceiptsBackup": {
        "title": "mbdmbosPurchasereceiptsBackup",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "originalPurchasereceiptId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "excludeReason": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true
      },
      "mbdmbosPurchasereceiptsBackupWithRelations": {
        "title": "mbdmbosPurchasereceiptsBackupWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasereceiptsBackupWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "originalPurchasereceiptId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "excludeReason": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasereceiptsBackupWithRelations, >"
      },
      "mbdmbosNewPurchasereceiptsBackup": {
        "title": "mbdmbosNewPurchasereceiptsBackup",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasereceiptsBackup, 'id'>, schemaOptions: { title: 'mbdmbosNewPurchasereceiptsBackup', exclude: [ 'id' ] })",
        "properties": {
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "originalPurchasereceiptId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "excludeReason": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasereceiptsBackup, 'id'>"
      },
      "mbdmbosPurchasereceiptsBackupPartial": {
        "title": "mbdmbosPurchasereceiptsBackupPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosPurchasereceiptsBackup>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "raw": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsId": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsCount": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsIdentified": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "partsOverrride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchaseDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datesIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "purchaseDateOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "dealershipIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "dealerOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "vehicleVersion": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVin": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vehicleVinIdentified": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storage": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "storageOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switch": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchIdentified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "switchOverride": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "originalPurchasereceiptId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "excludeReason": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "licensePlate": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationVehicleIdentificationNumber": {
            "x-length": 17,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationLicensePlate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceNumberIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSpareParts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalSparePartsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotions": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalPromotionsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCosts": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalLaborCostsIdentified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumPartEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "sumActionsEligible": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "raw0": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep0": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "rekognitionResponseStep1": {
            "x-length": 4294967295,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "totalInvoiceCost": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invoiceDate": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "firstRegistration": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "mileage": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosPurchasereceiptsBackup>"
      },
      "mbdmbosPurchasepaybacks": {
        "title": "mbdmbosPurchasepaybacks",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "date": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "personalinformationIdIdentified": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "personalinformationOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "completed": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "status": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          },
          "paidDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "approvedDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rejectionReason": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "questions": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentDecision": {
            "x-length": 20,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentFindings": {
            "x-length": 65535,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "personalinformationId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchasereceiptsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "required": [
          "cashbackType"
        ],
        "additionalProperties": true
      },
      "mbdmbosPurchasepaybacksWithRelations": {
        "title": "mbdmbosPurchasepaybacksWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasepaybacksWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] }), ${JSON.stringify({ relationships })}",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "date": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "personalinformationIdIdentified": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "personalinformationOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "completed": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "status": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          },
          "paidDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "approvedDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rejectionReason": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "questions": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentDecision": {
            "x-length": 20,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentFindings": {
            "x-length": 65535,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "personalinformationId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchasereceiptsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "personalinformation": {
            "$ref": "#/components/schemas/mbdmbosPersonalinformation"
          },
          "purchasereceipts": {
            "$ref": "#/components/schemas/mbdmbosPurchasereceipts"
          }
        },
        "required": [
          "cashbackType"
        ],
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasepaybacksWithRelations, >"
      },
      "mbdmbosNewPurchasepaybacks": {
        "title": "mbdmbosNewPurchasepaybacks",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPurchasepaybacks, 'id'>, schemaOptions: { title: 'mbdmbosNewPurchasepaybacks', exclude: [ 'id' ] })",
        "properties": {
          "date": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "personalinformationIdIdentified": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "personalinformationOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "completed": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "status": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          },
          "paidDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "approvedDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rejectionReason": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "questions": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentDecision": {
            "x-length": 20,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentFindings": {
            "x-length": 65535,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "personalinformationId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchasereceiptsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "required": [
          "cashbackType"
        ],
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPurchasepaybacks, 'id'>"
      },
      "mbdmbosPurchasepaybacksPartial": {
        "title": "mbdmbosPurchasepaybacksPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosPurchasepaybacks>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "date": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "personalinformationIdIdentified": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "personalinformationOverride": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "completed": {
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "status": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "cashbackType": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": false
          },
          "paidDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "approvedDate": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rejectionReason": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "questions": {
            "x-length": 10000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentDecision": {
            "x-length": 20,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "agentFindings": {
            "x-length": 65535,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "personalinformationId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          },
          "purchasereceiptsId": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false,
            "x-primary-key": false,
            "type": "number",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosPurchasepaybacks>"
      },
      "mbdmbosPersonalinformationWithRelations": {
        "title": "mbdmbosPersonalinformationWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPersonalinformationWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "name": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "company": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "address": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          },
          "addressVerified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "addressGeolocation": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "email": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phone": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phoneVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "iban": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanAccountHolder": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationName": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationAddress": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPersonalinformationWithRelations, >"
      },
      "mbdmbosNewPersonalinformation": {
        "title": "mbdmbosNewPersonalinformation",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPersonalinformation, 'id'>, schemaOptions: { title: 'mbdmbosNewPersonalinformation', exclude: [ 'id' ] })",
        "properties": {
          "name": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "company": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "address": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          },
          "addressVerified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "addressGeolocation": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "email": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phone": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phoneVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "iban": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanAccountHolder": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationName": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationAddress": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPersonalinformation, 'id'>"
      },
      "mbdmbosPersonalinformationPartial": {
        "title": "mbdmbosPersonalinformationPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosPersonalinformation>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "name": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "company": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "address": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          },
          "addressVerified": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "addressGeolocation": {
            "x-length": 1000,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "email": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phone": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "phoneVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "iban": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanVerified": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ibanAccountHolder": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationName": {
            "x-length": 255,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "invitationAddress": {
            "x-generated": false,
            "x-primary-key": false,
            "type": "object",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosPersonalinformation>"
      },
      "mbdmbosParts": {
        "title": "mbdmbosParts",
        "type": "object",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "key": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true
      },
      "mbdmbosPartsWithRelations": {
        "title": "mbdmbosPartsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosPartsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "key": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosPartsWithRelations, >"
      },
      "mbdmbosNewParts": {
        "title": "mbdmbosNewParts",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosParts, 'id'>, schemaOptions: { title: 'mbdmbosNewParts', exclude: [ 'id' ] })",
        "properties": {
          "key": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosParts, 'id'>"
      },
      "mbdmbosPartsPartial": {
        "title": "mbdmbosPartsPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosParts>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "key": {
            "x-length": 100,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosParts>"
      },
      "mbdmbosMercedescustomerdatas": {
        "title": "mbdmbosMercedescustomerdatas",
        "type": "object",
        "properties": {
          "city": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "code": {
            "x-length": 50,
            "x-primary-key": true,
            "type": "string"
          },
          "created": {
            "x-primary-key": false,
            "type": "string",
            "format": "date-time"
          },
          "customerName": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "email": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "licensePlate": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "phone": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "street": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "vehicleVin": {
            "x-length": 17,
            "x-primary-key": false,
            "type": "string"
          },
          "zip": {
            "x-length": 20,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "mbdmbosMercedescustomerdatasWithRelations": {
        "title": "mbdmbosMercedescustomerdatasWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosMercedescustomerdatasWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "city": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "code": {
            "x-length": 50,
            "x-primary-key": true,
            "type": "string"
          },
          "created": {
            "x-primary-key": false,
            "type": "string",
            "format": "date-time"
          },
          "customerName": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "email": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "licensePlate": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "phone": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "street": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "vehicleVin": {
            "x-length": 17,
            "x-primary-key": false,
            "type": "string"
          },
          "zip": {
            "x-length": 20,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Omit<mbdmbosMercedescustomerdatasWithRelations, >"
      },
      "mbdmbosNewMercedescustomerdatas": {
        "title": "mbdmbosNewMercedescustomerdatas",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosMercedescustomerdatas, >, schemaOptions: { title: 'mbdmbosNewMercedescustomerdatas', exclude: [] })",
        "properties": {
          "city": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "code": {
            "x-length": 50,
            "x-primary-key": true,
            "type": "string"
          },
          "created": {
            "x-primary-key": false,
            "type": "string",
            "format": "date-time"
          },
          "customerName": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "email": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "licensePlate": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "phone": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "street": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "vehicleVin": {
            "x-length": 17,
            "x-primary-key": false,
            "type": "string"
          },
          "zip": {
            "x-length": 20,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Omit<mbdmbosMercedescustomerdatas, >"
      },
      "mbdmbosMercedescustomerdatasPartial": {
        "title": "mbdmbosMercedescustomerdatasPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosMercedescustomerdatas>, schemaOptions: { partial: true })",
        "properties": {
          "city": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "code": {
            "x-length": 50,
            "x-primary-key": true,
            "type": "string"
          },
          "created": {
            "x-primary-key": false,
            "type": "string",
            "format": "date-time"
          },
          "customerName": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "email": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "licensePlate": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "phone": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "street": {
            "x-length": 255,
            "x-primary-key": false,
            "type": "string"
          },
          "vehicleVin": {
            "x-length": 17,
            "x-primary-key": false,
            "type": "string"
          },
          "zip": {
            "x-length": 20,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Partial<mbdmbosMercedescustomerdatas>"
      },
      "mbdmbosDealershipsWithRelations": {
        "title": "mbdmbosDealershipsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosDealershipsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "vfnr": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vfnrhb": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "betriebsart": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "marke": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "name": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "strasse": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "plz": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ort": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosDealershipsWithRelations, >"
      },
      "mbdmbosNewDealerships": {
        "title": "mbdmbosNewDealerships",
        "type": "object",
        "description": "(tsType: Omit<mbdmbosDealerships, 'id'>, schemaOptions: { title: 'mbdmbosNewDealerships', exclude: [ 'id' ] })",
        "properties": {
          "vfnr": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vfnrhb": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "betriebsart": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "marke": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "name": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "strasse": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "plz": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ort": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Omit<mbdmbosDealerships, 'id'>"
      },
      "mbdmbosDealershipsPartial": {
        "title": "mbdmbosDealershipsPartial",
        "type": "object",
        "description": "(tsType: Partial<mbdmbosDealerships>, schemaOptions: { partial: true })",
        "properties": {
          "id": {
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1,
            "x-primary-key": true,
            "type": "number",
            "nullable": false
          },
          "vfnr": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "vfnrhb": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "betriebsart": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "marke": {
            "x-length": 45,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "name": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "strasse": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "plz": {
            "x-length": 50,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          },
          "ort": {
            "x-length": 256,
            "x-generated": false,
            "x-primary-key": false,
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": true,
        "x-typescript-type": "Partial<mbdmbosDealerships>"
      },
      "mbdmbosloopback.Count": {
        "type": "object",
        "title": "mbdmbosloopback.Count",
        "x-typescript-type": "@loopback/repository#Count",
        "properties": {
          "count": {
            "type": "number"
          }
        }
      },
      "mbdmbosDealerships.Filter": {
        "type": "object",
        "title": "mbdmbosDealerships.Filter",
        "properties": {
          "where": {
            "title": "Dealerships.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosDealerships>"
      },
      "mbdmbosDealerships.Filter1": {
        "type": "object",
        "title": "mbdmbosDealerships.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "vfnr": {
                    "type": "boolean"
                  },
                  "vfnrhb": {
                    "type": "boolean"
                  },
                  "betriebsart": {
                    "type": "boolean"
                  },
                  "marke": {
                    "type": "boolean"
                  },
                  "name": {
                    "type": "boolean"
                  },
                  "strasse": {
                    "type": "boolean"
                  },
                  "plz": {
                    "type": "boolean"
                  },
                  "ort": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Dealerships.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosDealerships>"
      },
      "mbdmbosDealerships.Filter2": {
        "type": "object",
        "title": "mbdmbosDealerships.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Dealerships.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "vfnr": {
                    "type": "boolean"
                  },
                  "vfnrhb": {
                    "type": "boolean"
                  },
                  "betriebsart": {
                    "type": "boolean"
                  },
                  "marke": {
                    "type": "boolean"
                  },
                  "name": {
                    "type": "boolean"
                  },
                  "strasse": {
                    "type": "boolean"
                  },
                  "plz": {
                    "type": "boolean"
                  },
                  "ort": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Dealerships.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosDealerships>"
      },
      "mbdmbosMercedescustomerdatas.Filter": {
        "type": "object",
        "title": "mbdmbosMercedescustomerdatas.Filter",
        "properties": {
          "where": {
            "title": "Mercedescustomerdatas.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosMercedescustomerdatas>"
      },
      "mbdmbosMercedescustomerdatas.Filter1": {
        "type": "object",
        "title": "mbdmbosMercedescustomerdatas.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "city": {
                    "type": "boolean"
                  },
                  "code": {
                    "type": "boolean"
                  },
                  "created": {
                    "type": "boolean"
                  },
                  "customerName": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "licensePlate": {
                    "type": "boolean"
                  },
                  "phone": {
                    "type": "boolean"
                  },
                  "street": {
                    "type": "boolean"
                  },
                  "vehicleVin": {
                    "type": "boolean"
                  },
                  "zip": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "city",
                    "code",
                    "created",
                    "customerName",
                    "email",
                    "licensePlate",
                    "phone",
                    "street",
                    "vehicleVin",
                    "zip"
                  ],
                  "example": "city"
                },
                "uniqueItems": true
              }
            ],
            "title": "Mercedescustomerdatas.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosMercedescustomerdatas>"
      },
      "mbdmbosMercedescustomerdatas.Filter2": {
        "type": "object",
        "title": "mbdmbosMercedescustomerdatas.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Mercedescustomerdatas.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "city": {
                    "type": "boolean"
                  },
                  "code": {
                    "type": "boolean"
                  },
                  "created": {
                    "type": "boolean"
                  },
                  "customerName": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "licensePlate": {
                    "type": "boolean"
                  },
                  "phone": {
                    "type": "boolean"
                  },
                  "street": {
                    "type": "boolean"
                  },
                  "vehicleVin": {
                    "type": "boolean"
                  },
                  "zip": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "city",
                    "code",
                    "created",
                    "customerName",
                    "email",
                    "licensePlate",
                    "phone",
                    "street",
                    "vehicleVin",
                    "zip"
                  ],
                  "example": "city"
                },
                "uniqueItems": true
              }
            ],
            "title": "Mercedescustomerdatas.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosMercedescustomerdatas>"
      },
      "mbdmbosParts.Filter": {
        "type": "object",
        "title": "mbdmbosParts.Filter",
        "properties": {
          "where": {
            "title": "Parts.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosParts>"
      },
      "mbdmbosParts.Filter1": {
        "type": "object",
        "title": "mbdmbosParts.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "key": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Parts.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosParts>"
      },
      "mbdmbosParts.Filter2": {
        "type": "object",
        "title": "mbdmbosParts.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Parts.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "key": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Parts.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosParts>"
      },
      "mbdmbosPersonalinformation.Filter": {
        "type": "object",
        "title": "mbdmbosPersonalinformation.Filter",
        "properties": {
          "where": {
            "title": "Personalinformation.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPersonalinformation>"
      },
      "mbdmbosPersonalinformation.Filter1": {
        "type": "object",
        "title": "mbdmbosPersonalinformation.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "name": {
                    "type": "boolean"
                  },
                  "company": {
                    "type": "boolean"
                  },
                  "address": {
                    "type": "boolean"
                  },
                  "addressVerified": {
                    "type": "boolean"
                  },
                  "addressGeolocation": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "phone": {
                    "type": "boolean"
                  },
                  "phoneVerified": {
                    "type": "boolean"
                  },
                  "iban": {
                    "type": "boolean"
                  },
                  "ibanVerified": {
                    "type": "boolean"
                  },
                  "ibanAccountHolder": {
                    "type": "boolean"
                  },
                  "invitationName": {
                    "type": "boolean"
                  },
                  "invitationAddress": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Personalinformation.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPersonalinformation>"
      },
      "mbdmbosPersonalinformation.Filter2": {
        "type": "object",
        "title": "mbdmbosPersonalinformation.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Personalinformation.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "name": {
                    "type": "boolean"
                  },
                  "company": {
                    "type": "boolean"
                  },
                  "address": {
                    "type": "boolean"
                  },
                  "addressVerified": {
                    "type": "boolean"
                  },
                  "addressGeolocation": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "phone": {
                    "type": "boolean"
                  },
                  "phoneVerified": {
                    "type": "boolean"
                  },
                  "iban": {
                    "type": "boolean"
                  },
                  "ibanVerified": {
                    "type": "boolean"
                  },
                  "ibanAccountHolder": {
                    "type": "boolean"
                  },
                  "invitationName": {
                    "type": "boolean"
                  },
                  "invitationAddress": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Personalinformation.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPersonalinformation>"
      },
      "mbdmbosPingResponse": {
        "type": "object",
        "title": "mbdmbosPingResponse",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "mbdmbosPing2Response": {
        "type": "object",
        "title": "mbdmbosPing2Response",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "mbdmbosPurchasepaybacks.Filter": {
        "type": "object",
        "title": "mbdmbosPurchasepaybacks.Filter",
        "properties": {
          "where": {
            "title": "Purchasepaybacks.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasepaybacks>"
      },
      "mbdmbosPurchasepaybacks.ScopeFilter": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {},
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "uniqueItems": true
              }
            ]
          },
          "include": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {},
              "additionalProperties": true
            }
          }
        },
        "additionalProperties": false,
        "title": "mbdmbosPurchasepaybacks.ScopeFilter"
      },
      "mbdmbosPurchasepaybacks.IncludeFilter.Items": {
        "title": "mbdmbosPurchasepaybacks.IncludeFilter.Items",
        "type": "object",
        "properties": {
          "relation": {
            "type": "string",
            "enum": [
              "personalinformation",
              "purchasereceipts"
            ]
          },
          "scope": {
            "$ref": "#/components/schemas/mbdmbosPurchasepaybacks.ScopeFilter"
          }
        }
      },
      "mbdmbosPurchasepaybacks.Filter1": {
        "type": "object",
        "title": "mbdmbosPurchasepaybacks.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "date": {
                    "type": "boolean"
                  },
                  "personalinformationIdIdentified": {
                    "type": "boolean"
                  },
                  "personalinformationOverride": {
                    "type": "boolean"
                  },
                  "completed": {
                    "type": "boolean"
                  },
                  "status": {
                    "type": "boolean"
                  },
                  "cashbackType": {
                    "type": "boolean"
                  },
                  "paidDate": {
                    "type": "boolean"
                  },
                  "approvedDate": {
                    "type": "boolean"
                  },
                  "rejectionReason": {
                    "type": "boolean"
                  },
                  "questions": {
                    "type": "boolean"
                  },
                  "agentDecision": {
                    "type": "boolean"
                  },
                  "agentFindings": {
                    "type": "boolean"
                  },
                  "personalinformationId": {
                    "type": "boolean"
                  },
                  "purchasereceiptsId": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Purchasepaybacks.Fields"
          },
          "include": {
            "title": "Purchasepaybacks.IncludeFilter",
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "$ref": "#/components/schemas/mbdmbosPurchasepaybacks.IncludeFilter.Items"
                },
                {
                  "type": "string"
                }
              ]
            }
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasepaybacks>"
      },
      "mbdmbosPurchasepaybacks.Filter2": {
        "type": "object",
        "title": "mbdmbosPurchasepaybacks.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Purchasepaybacks.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "date": {
                    "type": "boolean"
                  },
                  "personalinformationIdIdentified": {
                    "type": "boolean"
                  },
                  "personalinformationOverride": {
                    "type": "boolean"
                  },
                  "completed": {
                    "type": "boolean"
                  },
                  "status": {
                    "type": "boolean"
                  },
                  "cashbackType": {
                    "type": "boolean"
                  },
                  "paidDate": {
                    "type": "boolean"
                  },
                  "approvedDate": {
                    "type": "boolean"
                  },
                  "rejectionReason": {
                    "type": "boolean"
                  },
                  "questions": {
                    "type": "boolean"
                  },
                  "agentDecision": {
                    "type": "boolean"
                  },
                  "agentFindings": {
                    "type": "boolean"
                  },
                  "personalinformationId": {
                    "type": "boolean"
                  },
                  "purchasereceiptsId": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Purchasepaybacks.Fields"
          },
          "include": {
            "title": "Purchasepaybacks.IncludeFilter",
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "$ref": "#/components/schemas/mbdmbosPurchasepaybacks.IncludeFilter.Items"
                },
                {
                  "type": "string"
                }
              ]
            }
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasepaybacks>"
      },
      "mbdmbosPurchasereceipts.Filter": {
        "type": "object",
        "title": "mbdmbosPurchasereceipts.Filter",
        "properties": {
          "where": {
            "title": "Purchasereceipts.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasereceipts>"
      },
      "mbdmbosPurchasereceipts.ScopeFilter": {
        "type": "object",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {},
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "uniqueItems": true
              }
            ]
          },
          "include": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {},
              "additionalProperties": true
            }
          }
        },
        "additionalProperties": false,
        "title": "mbdmbosPurchasereceipts.ScopeFilter"
      },
      "mbdmbosPurchasereceipts.IncludeFilter.Items": {
        "title": "mbdmbosPurchasereceipts.IncludeFilter.Items",
        "type": "object",
        "properties": {
          "relation": {
            "type": "string",
            "enum": [
              "dealerships"
            ]
          },
          "scope": {
            "$ref": "#/components/schemas/mbdmbosPurchasereceipts.ScopeFilter"
          }
        }
      },
      "mbdmbosPurchasereceipts.Filter1": {
        "type": "object",
        "title": "mbdmbosPurchasereceipts.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "raw": {
                    "type": "boolean"
                  },
                  "partsId": {
                    "type": "boolean"
                  },
                  "partsCount": {
                    "type": "boolean"
                  },
                  "partsIdentified": {
                    "type": "boolean"
                  },
                  "partsOverrride": {
                    "type": "boolean"
                  },
                  "purchaseDate": {
                    "type": "boolean"
                  },
                  "datesIdentified": {
                    "type": "boolean"
                  },
                  "purchaseDateOverride": {
                    "type": "boolean"
                  },
                  "dealershipIdentified": {
                    "type": "boolean"
                  },
                  "dealerOverride": {
                    "type": "boolean"
                  },
                  "vehicleVersion": {
                    "type": "boolean"
                  },
                  "vehicleVin": {
                    "type": "boolean"
                  },
                  "vehicleVinIdentified": {
                    "type": "boolean"
                  },
                  "storage": {
                    "type": "boolean"
                  },
                  "storageIdentified": {
                    "type": "boolean"
                  },
                  "storageOverride": {
                    "type": "boolean"
                  },
                  "switch": {
                    "type": "boolean"
                  },
                  "switchIdentified": {
                    "type": "boolean"
                  },
                  "switchOverride": {
                    "type": "boolean"
                  },
                  "licensePlate": {
                    "type": "boolean"
                  },
                  "invitationVehicleIdentificationNumber": {
                    "type": "boolean"
                  },
                  "invitationLicensePlate": {
                    "type": "boolean"
                  },
                  "invoiceNumber": {
                    "type": "boolean"
                  },
                  "invoiceNumberIdentified": {
                    "type": "boolean"
                  },
                  "totalSpareParts": {
                    "type": "boolean"
                  },
                  "totalSparePartsIdentified": {
                    "type": "boolean"
                  },
                  "totalPromotions": {
                    "type": "boolean"
                  },
                  "totalPromotionsIdentified": {
                    "type": "boolean"
                  },
                  "totalLaborCosts": {
                    "type": "boolean"
                  },
                  "totalLaborCostsIdentified": {
                    "type": "boolean"
                  },
                  "cashbackEligible": {
                    "type": "boolean"
                  },
                  "sumPartEligible": {
                    "type": "boolean"
                  },
                  "sumActionsEligible": {
                    "type": "boolean"
                  },
                  "raw0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep1": {
                    "type": "boolean"
                  },
                  "totalInvoiceCost": {
                    "type": "boolean"
                  },
                  "invoiceDate": {
                    "type": "boolean"
                  },
                  "firstRegistration": {
                    "type": "boolean"
                  },
                  "mileage": {
                    "type": "boolean"
                  },
                  "dealershipsId": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Purchasereceipts.Fields"
          },
          "include": {
            "title": "Purchasereceipts.IncludeFilter",
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "$ref": "#/components/schemas/mbdmbosPurchasereceipts.IncludeFilter.Items"
                },
                {
                  "type": "string"
                }
              ]
            }
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasereceipts>"
      },
      "mbdmbosPurchasereceipts.Filter2": {
        "type": "object",
        "title": "mbdmbosPurchasereceipts.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Purchasereceipts.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "raw": {
                    "type": "boolean"
                  },
                  "partsId": {
                    "type": "boolean"
                  },
                  "partsCount": {
                    "type": "boolean"
                  },
                  "partsIdentified": {
                    "type": "boolean"
                  },
                  "partsOverrride": {
                    "type": "boolean"
                  },
                  "purchaseDate": {
                    "type": "boolean"
                  },
                  "datesIdentified": {
                    "type": "boolean"
                  },
                  "purchaseDateOverride": {
                    "type": "boolean"
                  },
                  "dealershipIdentified": {
                    "type": "boolean"
                  },
                  "dealerOverride": {
                    "type": "boolean"
                  },
                  "vehicleVersion": {
                    "type": "boolean"
                  },
                  "vehicleVin": {
                    "type": "boolean"
                  },
                  "vehicleVinIdentified": {
                    "type": "boolean"
                  },
                  "storage": {
                    "type": "boolean"
                  },
                  "storageIdentified": {
                    "type": "boolean"
                  },
                  "storageOverride": {
                    "type": "boolean"
                  },
                  "switch": {
                    "type": "boolean"
                  },
                  "switchIdentified": {
                    "type": "boolean"
                  },
                  "switchOverride": {
                    "type": "boolean"
                  },
                  "licensePlate": {
                    "type": "boolean"
                  },
                  "invitationVehicleIdentificationNumber": {
                    "type": "boolean"
                  },
                  "invitationLicensePlate": {
                    "type": "boolean"
                  },
                  "invoiceNumber": {
                    "type": "boolean"
                  },
                  "invoiceNumberIdentified": {
                    "type": "boolean"
                  },
                  "totalSpareParts": {
                    "type": "boolean"
                  },
                  "totalSparePartsIdentified": {
                    "type": "boolean"
                  },
                  "totalPromotions": {
                    "type": "boolean"
                  },
                  "totalPromotionsIdentified": {
                    "type": "boolean"
                  },
                  "totalLaborCosts": {
                    "type": "boolean"
                  },
                  "totalLaborCostsIdentified": {
                    "type": "boolean"
                  },
                  "cashbackEligible": {
                    "type": "boolean"
                  },
                  "sumPartEligible": {
                    "type": "boolean"
                  },
                  "sumActionsEligible": {
                    "type": "boolean"
                  },
                  "raw0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep1": {
                    "type": "boolean"
                  },
                  "totalInvoiceCost": {
                    "type": "boolean"
                  },
                  "invoiceDate": {
                    "type": "boolean"
                  },
                  "firstRegistration": {
                    "type": "boolean"
                  },
                  "mileage": {
                    "type": "boolean"
                  },
                  "dealershipsId": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Purchasereceipts.Fields"
          },
          "include": {
            "title": "Purchasereceipts.IncludeFilter",
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "$ref": "#/components/schemas/mbdmbosPurchasereceipts.IncludeFilter.Items"
                },
                {
                  "type": "string"
                }
              ]
            }
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasereceipts>"
      },
      "mbdmbosPurchasereceiptsBackup.Filter": {
        "type": "object",
        "title": "mbdmbosPurchasereceiptsBackup.Filter",
        "properties": {
          "where": {
            "title": "PurchasereceiptsBackup.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasereceiptsBackup>"
      },
      "mbdmbosPurchasereceiptsBackup.Filter1": {
        "type": "object",
        "title": "mbdmbosPurchasereceiptsBackup.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "raw": {
                    "type": "boolean"
                  },
                  "partsId": {
                    "type": "boolean"
                  },
                  "partsCount": {
                    "type": "boolean"
                  },
                  "partsIdentified": {
                    "type": "boolean"
                  },
                  "partsOverrride": {
                    "type": "boolean"
                  },
                  "purchaseDate": {
                    "type": "boolean"
                  },
                  "datesIdentified": {
                    "type": "boolean"
                  },
                  "purchaseDateOverride": {
                    "type": "boolean"
                  },
                  "dealershipsId": {
                    "type": "boolean"
                  },
                  "dealershipIdentified": {
                    "type": "boolean"
                  },
                  "dealerOverride": {
                    "type": "boolean"
                  },
                  "vehicleVersion": {
                    "type": "boolean"
                  },
                  "vehicleVin": {
                    "type": "boolean"
                  },
                  "vehicleVinIdentified": {
                    "type": "boolean"
                  },
                  "storage": {
                    "type": "boolean"
                  },
                  "storageIdentified": {
                    "type": "boolean"
                  },
                  "storageOverride": {
                    "type": "boolean"
                  },
                  "switch": {
                    "type": "boolean"
                  },
                  "switchIdentified": {
                    "type": "boolean"
                  },
                  "switchOverride": {
                    "type": "boolean"
                  },
                  "originalPurchasereceiptId": {
                    "type": "boolean"
                  },
                  "cashbackType": {
                    "type": "boolean"
                  },
                  "excludeReason": {
                    "type": "boolean"
                  },
                  "licensePlate": {
                    "type": "boolean"
                  },
                  "invitationVehicleIdentificationNumber": {
                    "type": "boolean"
                  },
                  "invitationLicensePlate": {
                    "type": "boolean"
                  },
                  "invoiceNumber": {
                    "type": "boolean"
                  },
                  "invoiceNumberIdentified": {
                    "type": "boolean"
                  },
                  "totalSpareParts": {
                    "type": "boolean"
                  },
                  "totalSparePartsIdentified": {
                    "type": "boolean"
                  },
                  "totalPromotions": {
                    "type": "boolean"
                  },
                  "totalPromotionsIdentified": {
                    "type": "boolean"
                  },
                  "totalLaborCosts": {
                    "type": "boolean"
                  },
                  "totalLaborCostsIdentified": {
                    "type": "boolean"
                  },
                  "cashbackEligible": {
                    "type": "boolean"
                  },
                  "sumPartEligible": {
                    "type": "boolean"
                  },
                  "sumActionsEligible": {
                    "type": "boolean"
                  },
                  "raw0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep1": {
                    "type": "boolean"
                  },
                  "totalInvoiceCost": {
                    "type": "boolean"
                  },
                  "invoiceDate": {
                    "type": "boolean"
                  },
                  "firstRegistration": {
                    "type": "boolean"
                  },
                  "mileage": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "PurchasereceiptsBackup.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasereceiptsBackup>"
      },
      "mbdmbosPurchasereceiptsBackup.Filter2": {
        "type": "object",
        "title": "mbdmbosPurchasereceiptsBackup.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "PurchasereceiptsBackup.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "raw": {
                    "type": "boolean"
                  },
                  "partsId": {
                    "type": "boolean"
                  },
                  "partsCount": {
                    "type": "boolean"
                  },
                  "partsIdentified": {
                    "type": "boolean"
                  },
                  "partsOverrride": {
                    "type": "boolean"
                  },
                  "purchaseDate": {
                    "type": "boolean"
                  },
                  "datesIdentified": {
                    "type": "boolean"
                  },
                  "purchaseDateOverride": {
                    "type": "boolean"
                  },
                  "dealershipsId": {
                    "type": "boolean"
                  },
                  "dealershipIdentified": {
                    "type": "boolean"
                  },
                  "dealerOverride": {
                    "type": "boolean"
                  },
                  "vehicleVersion": {
                    "type": "boolean"
                  },
                  "vehicleVin": {
                    "type": "boolean"
                  },
                  "vehicleVinIdentified": {
                    "type": "boolean"
                  },
                  "storage": {
                    "type": "boolean"
                  },
                  "storageIdentified": {
                    "type": "boolean"
                  },
                  "storageOverride": {
                    "type": "boolean"
                  },
                  "switch": {
                    "type": "boolean"
                  },
                  "switchIdentified": {
                    "type": "boolean"
                  },
                  "switchOverride": {
                    "type": "boolean"
                  },
                  "originalPurchasereceiptId": {
                    "type": "boolean"
                  },
                  "cashbackType": {
                    "type": "boolean"
                  },
                  "excludeReason": {
                    "type": "boolean"
                  },
                  "licensePlate": {
                    "type": "boolean"
                  },
                  "invitationVehicleIdentificationNumber": {
                    "type": "boolean"
                  },
                  "invitationLicensePlate": {
                    "type": "boolean"
                  },
                  "invoiceNumber": {
                    "type": "boolean"
                  },
                  "invoiceNumberIdentified": {
                    "type": "boolean"
                  },
                  "totalSpareParts": {
                    "type": "boolean"
                  },
                  "totalSparePartsIdentified": {
                    "type": "boolean"
                  },
                  "totalPromotions": {
                    "type": "boolean"
                  },
                  "totalPromotionsIdentified": {
                    "type": "boolean"
                  },
                  "totalLaborCosts": {
                    "type": "boolean"
                  },
                  "totalLaborCostsIdentified": {
                    "type": "boolean"
                  },
                  "cashbackEligible": {
                    "type": "boolean"
                  },
                  "sumPartEligible": {
                    "type": "boolean"
                  },
                  "sumActionsEligible": {
                    "type": "boolean"
                  },
                  "raw0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep0": {
                    "type": "boolean"
                  },
                  "rekognitionResponseStep1": {
                    "type": "boolean"
                  },
                  "totalInvoiceCost": {
                    "type": "boolean"
                  },
                  "invoiceDate": {
                    "type": "boolean"
                  },
                  "firstRegistration": {
                    "type": "boolean"
                  },
                  "mileage": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "PurchasereceiptsBackup.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosPurchasereceiptsBackup>"
      },
      "mbdmbosUserCredentials.Filter": {
        "type": "object",
        "title": "mbdmbosUserCredentials.Filter",
        "properties": {
          "where": {
            "title": "UserCredentials.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosUserCredentials>"
      },
      "mbdmbosUserCredentials.Filter1": {
        "type": "object",
        "title": "mbdmbosUserCredentials.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "password": {
                    "type": "boolean"
                  },
                  "userId": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "UserCredentials.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosUserCredentials>"
      },
      "mbdmbosUserCredentials.Filter2": {
        "type": "object",
        "title": "mbdmbosUserCredentials.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "UserCredentials.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "password": {
                    "type": "boolean"
                  },
                  "userId": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "UserCredentials.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosUserCredentials>"
      },
      "mbdmbosUser.Filter": {
        "type": "object",
        "title": "mbdmbosUser.Filter",
        "properties": {
          "where": {
            "title": "User.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosUser>"
      },
      "mbdmbosUser.Filter1": {
        "type": "object",
        "title": "mbdmbosUser.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "emailVerified": {
                    "type": "boolean"
                  },
                  "username": {
                    "type": "boolean"
                  },
                  "verificationToken": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "User.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosUser>"
      },
      "mbdmbosUser.Filter2": {
        "type": "object",
        "title": "mbdmbosUser.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "User.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "email": {
                    "type": "boolean"
                  },
                  "emailVerified": {
                    "type": "boolean"
                  },
                  "username": {
                    "type": "boolean"
                  },
                  "verificationToken": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "User.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosUser>"
      },
      "mbdmbosVinallowlist.Filter": {
        "type": "object",
        "title": "mbdmbosVinallowlist.Filter",
        "properties": {
          "where": {
            "title": "Vinallowlist.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosVinallowlist>"
      },
      "mbdmbosVinallowlist.Filter1": {
        "type": "object",
        "title": "mbdmbosVinallowlist.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "vin": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Vinallowlist.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosVinallowlist>"
      },
      "mbdmbosVinallowlist.Filter2": {
        "type": "object",
        "title": "mbdmbosVinallowlist.Filter",
        "properties": {
          "offset": {
            "type": "integer",
            "minimum": 0
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "example": 100
          },
          "skip": {
            "type": "integer",
            "minimum": 0
          },
          "order": {
            "oneOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            ]
          },
          "where": {
            "title": "Vinallowlist.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "boolean"
                  },
                  "vin": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": true
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "example": "id"
                },
                "uniqueItems": true
              }
            ],
            "title": "Vinallowlist.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<mbdmbosVinallowlist>"
      },
      "MbdmbosPurchasereceipts": {
        "title": "MbdmbosPurchasereceipts",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "raw": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "partsId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsCount": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "partsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsOverrride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "purchaseDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "datesIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "purchaseDateOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "dealerOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "vehicleVersion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "vehicleVin": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "vehicleVinIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "storage": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switch": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "licensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationVehicleIdentificationNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 17,
            "x-generated": false
          },
          "invitationLicensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "invoiceNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceNumberIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosParts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosPartsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotionsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCosts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCostsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "cashbackEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumPartEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumActionsEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "raw0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "rekognitionResponseStep0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "rekognitionResponseStep1": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "totalInvoiceCost": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceDate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "firstRegistration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "mileage": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosPurchasereceiptsPartial": {
        "title": "MbdmbosPurchasereceiptsPartial",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "raw": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "partsId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsCount": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "partsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsOverrride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "purchaseDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "datesIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "purchaseDateOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "dealerOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "vehicleVersion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "vehicleVin": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "vehicleVinIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "storage": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switch": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "licensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationVehicleIdentificationNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 17,
            "x-generated": false
          },
          "invitationLicensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "invoiceNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceNumberIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosParts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosPartsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotionsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCosts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCostsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "cashbackEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumPartEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumActionsEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "raw0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "rekognitionResponseStep0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "rekognitionResponseStep1": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "totalInvoiceCost": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceDate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "firstRegistration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "mileage": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosNewPurchasereceipts": {
        "title": "MbdmbosNewPurchasereceipts",
        "type": "object",
        "properties": {
          "raw": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "partsId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsCount": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "partsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsOverrride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "purchaseDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "datesIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "purchaseDateOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "dealerOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "vehicleVersion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "vehicleVin": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "vehicleVinIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "storage": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switch": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "licensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationVehicleIdentificationNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 17,
            "x-generated": false
          },
          "invitationLicensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "invoiceNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceNumberIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosParts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosPartsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotionsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCosts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCostsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "cashbackEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumPartEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumActionsEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "raw0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "rekognitionResponseStep0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "rekognitionResponseStep1": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "totalInvoiceCost": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceDate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "firstRegistration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "mileage": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosPurchasereceiptsBackup": {
        "title": "MbdmbosPurchasereceiptsBackup",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "raw": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "partsId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsCount": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "partsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsOverrride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "purchaseDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "datesIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "purchaseDateOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "dealerOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "vehicleVersion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "vehicleVin": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "vehicleVinIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "storage": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switch": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "originalPurchasereceiptId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "cashbackType": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "excludeReason": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "licensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationVehicleIdentificationNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 17,
            "x-generated": false
          },
          "invitationLicensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "invoiceNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceNumberIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosParts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosPartsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotionsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCosts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCostsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "cashbackEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumPartEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumActionsEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "raw0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "rekognitionResponseStep0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "rekognitionResponseStep1": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "totalInvoiceCost": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceDate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "firstRegistration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "mileage": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosPurchasereceiptsBackupPartial": {
        "title": "MbdmbosPurchasereceiptsBackupPartial",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "raw": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "partsId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsCount": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "partsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsOverrride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "purchaseDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "datesIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "purchaseDateOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "dealerOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "vehicleVersion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "vehicleVin": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "vehicleVinIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "storage": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switch": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "originalPurchasereceiptId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "cashbackType": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "excludeReason": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "licensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationVehicleIdentificationNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 17,
            "x-generated": false
          },
          "invitationLicensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "invoiceNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceNumberIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosParts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosPartsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotionsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCosts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCostsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "cashbackEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumPartEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumActionsEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "raw0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "rekognitionResponseStep0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "rekognitionResponseStep1": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "totalInvoiceCost": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceDate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "firstRegistration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "mileage": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosNewPurchasereceiptsBackup": {
        "title": "MbdmbosNewPurchasereceiptsBackup",
        "type": "object",
        "properties": {
          "raw": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "partsId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsCount": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "partsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "partsOverrride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "purchaseDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "datesIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "purchaseDateOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "dealershipIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "dealerOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "vehicleVersion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "vehicleVin": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "vehicleVinIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "storage": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "storageOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switch": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "switchOverride": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "originalPurchasereceiptId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "cashbackType": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "excludeReason": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "licensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationVehicleIdentificationNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 17,
            "x-generated": false
          },
          "invitationLicensePlate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "invoiceNumber": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceNumberIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosParts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalSparembdmbosPartsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalPromotionsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCosts": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "totalLaborCostsIdentified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "cashbackEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumPartEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "sumActionsEligible": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "raw0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "rekognitionResponseStep0": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "rekognitionResponseStep1": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 4294967295,
            "x-generated": false
          },
          "totalInvoiceCost": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invoiceDate": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "firstRegistration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50,
            "x-generated": false
          },
          "mileage": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosPurchasepaybacks": {
        "title": "MbdmbosPurchasepaybacks",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "date": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "personalinformationIdIdentified": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "personalinformationOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "completed": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "status": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "cashbackType": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "paidDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "approvedDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "rejectionReason": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10000,
            "x-generated": false
          },
          "questions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10000,
            "x-generated": false
          },
          "agentDecision": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 20,
            "x-generated": false
          },
          "agentFindings": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 65535,
            "x-generated": false
          },
          "personalinformationId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "purchasereceiptsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "required": [
          "cashbackType"
        ],
        "additionalProperties": false
      },
      "MbdmbosPurchasepaybacksPartial": {
        "title": "MbdmbosPurchasepaybacksPartial",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "date": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "personalinformationIdIdentified": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "personalinformationOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "completed": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "status": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "cashbackType": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "paidDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "approvedDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "rejectionReason": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10000,
            "x-generated": false
          },
          "questions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10000,
            "x-generated": false
          },
          "agentDecision": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 20,
            "x-generated": false
          },
          "agentFindings": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 65535,
            "x-generated": false
          },
          "personalinformationId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "purchasereceiptsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosNewPurchasepaybacks": {
        "title": "MbdmbosNewPurchasepaybacks",
        "type": "object",
        "properties": {
          "date": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "personalinformationIdIdentified": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "personalinformationOverride": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "completed": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 3,
            "x-scale": 0,
            "x-generated": false
          },
          "status": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "cashbackType": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 45,
            "x-generated": false
          },
          "paidDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "approvedDate": {
            "x-primary-key": false,
            "type": "string",
            "x-generated": false,
            "format": "date-time"
          },
          "rejectionReason": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10000,
            "x-generated": false
          },
          "questions": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10000,
            "x-generated": false
          },
          "agentDecision": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 20,
            "x-generated": false
          },
          "agentFindings": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 65535,
            "x-generated": false
          },
          "personalinformationId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          },
          "purchasereceiptsId": {
            "x-primary-key": false,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": false
          }
        },
        "required": [
          "cashbackType"
        ],
        "additionalProperties": false
      },
      "MbdmbosPersonalinformation": {
        "title": "MbdmbosPersonalinformation",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "name": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "company": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "address": {
            "x-primary-key": false,
            "type": "object",
            "x-generated": false
          },
          "addressVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "addressGeolocation": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "email": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "phone": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "phoneVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "iban": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "ibanVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "ibanAccountHolder": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "invitationAddress": {
            "x-primary-key": false,
            "type": "object",
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosPersonalinformationPartial": {
        "title": "MbdmbosPersonalinformationPartial",
        "type": "object",
        "properties": {
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-precision": 10,
            "x-scale": 0,
            "x-generated": 1
          },
          "name": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "company": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "address": {
            "x-primary-key": false,
            "type": "object",
            "x-generated": false
          },
          "addressVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "addressGeolocation": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "email": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "phone": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "phoneVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "iban": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "ibanVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "ibanAccountHolder": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "invitationAddress": {
            "x-primary-key": false,
            "type": "object",
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "MbdmbosNewPersonalinformation": {
        "title": "MbdmbosNewPersonalinformation",
        "type": "object",
        "properties": {
          "name": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "company": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "address": {
            "x-primary-key": false,
            "type": "object",
            "x-generated": false
          },
          "addressVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "addressGeolocation": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000,
            "x-generated": false
          },
          "email": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "phone": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "phoneVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "iban": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "ibanVerified": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "ibanAccountHolder": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100,
            "x-generated": false
          },
          "invitationName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 255,
            "x-generated": false
          },
          "invitationAddress": {
            "x-primary-key": false,
            "type": "object",
            "x-generated": false
          }
        },
        "additionalProperties": false
      },
      "PingResponse": {
        "type": "object",
        "title": "PingResponse",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "Ping2Response": {
        "type": "object",
        "title": "Ping2Response",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      }
    },
    "securitySchemes": {
      "jwt": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "x-fuzzy-search-endpoints": [],
  "security": [
    {
      "jwt": []
    }
  ]
}