{
  "openapi": "3.0.0",
  "info": {
    "title": "gras1-grapi",
    "version": "0.0.1",
    "description": "gras1-grapi of grapple-solutions.com",
    "contact": {
      "name": "grapple-solutions.com",
      "email": "info@grapple-solutions.com"
    }
  },
  "paths": {
    "/alace/common-config/settings": {
      "get": {
        "x-controller-name": "alaceCommonConfigController",
        "x-operation-name": "getCs",
        "tags": [
          "alaceCommonConfigController"
        ],
        "responses": {
          "200": {
            "description": "Return value of alaceCommonConfigController.getCS"
          }
        },
        "operationId": "alaceCommonConfigController.getCS"
      }
    },
    "/alace/common-config/sts": {
      "get": {
        "x-controller-name": "alaceCommonConfigController",
        "x-operation-name": "getTc",
        "tags": [
          "alaceCommonConfigController"
        ],
        "responses": {
          "200": {
            "description": "Return value of alaceCommonConfigController.getTC"
          }
        },
        "operationId": "alaceCommonConfigController.getTC"
      }
    },
    "/alace/configurations/count": {
      "get": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "count",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "alaceConfigurations count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceConfigurations.Filter"
                }
              }
            }
          },
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "alaceConfigurations.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<alaceConfigurations>"
                }
              }
            }
          }
        ],
        "operationId": "alaceConfigurationsController.count"
      }
    },
    "/alace/configurations/{id}": {
      "put": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "replaceById",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "204": {
            "description": "alaceConfigurations was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceConfigurations"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceConfigurationsController.replaceById"
      },
      "patch": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "updateById",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "204": {
            "description": "alaceConfigurations was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceConfigurationsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceConfigurationsController.updateById"
      },
      "get": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "findById",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "alaceConfigurations instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceConfigurationsWithRelations"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          },
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceConfigurations.Filter1"
                }
              }
            }
          }
        ],
        "operationId": "alaceConfigurationsController.findById"
      },
      "delete": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "deleteById",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "204": {
            "description": "alaceConfigurations was deleted"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "operationId": "alaceConfigurationsController.deleteById"
      }
    },
    "/alace/configurations": {
      "post": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "create",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "alaceConfigurations instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceConfigurations"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceNewConfigurations"
              }
            }
          }
        },
        "operationId": "alaceConfigurationsController.create"
      },
      "patch": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "updateAll",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "Count of alaceConfigurations models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "alaceConfigurations.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<alaceConfigurations>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceConfigurationsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceConfigurationsController.updateAll"
      },
      "get": {
        "x-controller-name": "alaceConfigurationsController",
        "x-operation-name": "find",
        "tags": [
          "alaceConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "Array of alaceConfigurations instances",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/alaceConfigurationsWithRelations"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceConfigurations.Filter2"
                }
              }
            }
          }
        ],
        "operationId": "alaceConfigurationsController.find"
      }
    },
    "/alace/field-configurations/count": {
      "get": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "count",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "alaceFieldConfigurations count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceFieldConfigurations.Filter"
                }
              }
            }
          },
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "alaceFieldConfigurations.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<alaceFieldConfigurations>"
                }
              }
            }
          }
        ],
        "operationId": "alaceFieldConfigurationsController.count"
      }
    },
    "/alace/field-configurations/{id}": {
      "put": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "replaceById",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "204": {
            "description": "alaceFieldConfigurations was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceFieldConfigurations"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceFieldConfigurationsController.replaceById"
      },
      "patch": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "updateById",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "204": {
            "description": "alaceFieldConfigurations was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceFieldConfigurationsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceFieldConfigurationsController.updateById"
      },
      "get": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "findById",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "alaceFieldConfigurations instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceFieldConfigurationsWithRelations"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          },
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceFieldConfigurations.Filter1"
                }
              }
            }
          }
        ],
        "operationId": "alaceFieldConfigurationsController.findById"
      },
      "delete": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "deleteById",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "204": {
            "description": "alaceFieldConfigurations was deleted"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "operationId": "alaceFieldConfigurationsController.deleteById"
      }
    },
    "/alace/field-configurations": {
      "post": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "create",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "alaceFieldConfigurations instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceFieldConfigurations"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceNewFieldConfigurations"
              }
            }
          }
        },
        "operationId": "alaceFieldConfigurationsController.create"
      },
      "patch": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "updateAll",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "Count of alaceFieldConfigurations models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "alaceFieldConfigurations.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<alaceFieldConfigurations>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceFieldConfigurationsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceFieldConfigurationsController.updateAll"
      },
      "get": {
        "x-controller-name": "alaceFieldConfigurationsController",
        "x-operation-name": "find",
        "tags": [
          "alaceFieldConfigurationsController"
        ],
        "responses": {
          "200": {
            "description": "Array of alaceFieldConfigurations instances",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/alaceFieldConfigurationsWithRelations"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceFieldConfigurations.Filter2"
                }
              }
            }
          }
        ],
        "operationId": "alaceFieldConfigurationsController.find"
      }
    },
    "/alace/opportunity/list": {
      "post": {
        "x-controller-name": "alaceOpportunityController",
        "x-operation-name": "listAwsOpportunities",
        "tags": [
          "alaceOpportunityController"
        ],
        "x-external-op-controller": true,
        "responses": {
          "200": {
            "description": "Return value of alaceOpportunity.listAwsOpportunities"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceOpportunity"
              }
            }
          }
        },
        "operationId": "alaceOpportunityController.listAwsOpportunities"
      }
    },
    "/alace/ping": {
      "get": {
        "x-controller-name": "alacePingController",
        "x-operation-name": "ping",
        "tags": [
          "alacePingController"
        ],
        "responses": {
          "200": {
            "description": "alacePing Response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alacePingResponse"
                }
              }
            }
          }
        },
        "operationId": "alacePingController.ping"
      }
    },
    "/alace/ping2": {
      "get": {
        "x-controller-name": "alacePing2Controller",
        "x-operation-name": "ping2",
        "tags": [
          "alacePing2Controller"
        ],
        "responses": {
          "200": {
            "description": "alacePing2 Response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alacePing2Response"
                }
              }
            }
          }
        },
        "operationId": "alacePing2Controller.ping2"
      }
    },
    "/alace/solution/list": {
      "post": {
        "x-controller-name": "alaceSolutionController",
        "x-operation-name": "listAwsSolutions",
        "tags": [
          "alaceSolutionController"
        ],
        "x-external-op-controller": true,
        "responses": {
          "200": {
            "description": "Return value of alaceSolution.listAwsalaceSolutions"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceSolution"
              }
            }
          }
        },
        "operationId": "alaceSolutionController.listAwsalaceSolutions"
      }
    },
    "/alace/sts/count": {
      "get": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "count",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "200": {
            "description": "alaceSts count",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceSts.Filter"
                }
              }
            }
          },
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "alaceSts.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<alaceSts>"
                }
              }
            }
          }
        ],
        "operationId": "alaceStsController.count"
      }
    },
    "/alace/sts/{id}": {
      "put": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "replaceById",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "204": {
            "description": "alaceSts was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceSts"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceStsController.replaceById"
      },
      "patch": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "updateById",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "204": {
            "description": "alaceSts was updated"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceStsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceStsController.updateById"
      },
      "get": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "findById",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "200": {
            "description": "alaceSts instance",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceStsWithRelations"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          },
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceSts.Filter1"
                }
              }
            }
          }
        ],
        "operationId": "alaceStsController.findById"
      },
      "delete": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "deleteById",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "204": {
            "description": "alaceSts was deleted"
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "schema": {
              "x-generated": true,
              "x-primary-key": true,
              "type": "number"
            },
            "required": true
          }
        ],
        "operationId": "alaceStsController.deleteById"
      }
    },
    "/alace/sts": {
      "post": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "create",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "200": {
            "description": "alaceSts instance created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceSts"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceNewSts"
              }
            }
          }
        },
        "operationId": "alaceStsController.create"
      },
      "patch": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "updateAll",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "200": {
            "description": "Count of alaceSts models updated",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceloopback.Count"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "where",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "alaceSts.WhereFilter",
                  "additionalProperties": true,
                  "x-typescript-type": "@loopback/repository#Where<alaceSts>"
                }
              }
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/alaceStsPartial"
              }
            }
          },
          "x-parameter-index": 1
        },
        "operationId": "alaceStsController.updateAll"
      },
      "get": {
        "x-controller-name": "alaceStsController",
        "x-operation-name": "find",
        "tags": [
          "alaceStsController"
        ],
        "responses": {
          "200": {
            "description": "Array of alaceSts instances",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/alaceStsWithRelations"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/alaceSts.Filter2"
                }
              }
            }
          }
        ],
        "operationId": "alaceStsController.find"
      }
    },
    "/hubspot-config/settings": {
      "get": {
        "x-controller-name": "HubspotConfigController",
        "x-operation-name": "getCommonHubspotSettings",
        "tags": [
          "HubspotConfigController"
        ],
        "responses": {
          "200": {
            "description": "Return value of HubspotConfigController.getCommonHubspotSettings"
          }
        },
        "operationId": "HubspotConfigController.getCommonHubspotSettings"
      }
    },
    "/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://alhs-pr-448-alhs-gras1-grapi.nop.grpl.io"
    }
  ],
  "components": {
    "schemas": {
      "alaceSolution": {
        "title": "alaceSolution",
        "type": "object",
        "properties": {
          "Catalog": {
            "x-primary-key": true,
            "type": "string"
          },
          "Category": {
            "type": "array",
            "items": {
              "x-primary-key": false
            }
          },
          "Identifier": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "MaxResults": {
            "x-primary-key": false,
            "type": "number"
          },
          "Status": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "Sort": {
            "x-primary-key": false,
            "type": "object"
          }
        },
        "additionalProperties": false
      },
      "alaceOpportunity": {
        "title": "alaceOpportunity",
        "type": "object",
        "properties": {
          "Catalog": {
            "x-primary-key": true,
            "type": "string"
          },
          "CustomerCompanyName": {
            "type": "array",
            "items": {
              "x-primary-key": false
            }
          },
          "Identifier": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "MaxResults": {
            "x-primary-key": false,
            "type": "number"
          },
          "LifeCycleReviewStatus": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "LifeCycleStage": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "Sort": {
            "x-primary-key": false,
            "type": "object"
          }
        },
        "additionalProperties": false
      },
      "alaceSts": {
        "title": "alaceSts",
        "type": "object",
        "properties": {
          "accessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "expiration": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          },
          "secretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "sessionToken": {
            "x-length": 1000,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "alaceStsWithRelations": {
        "title": "alaceStsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<alaceStsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "accessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "expiration": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          },
          "secretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "sessionToken": {
            "x-length": 1000,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Omit<alaceStsWithRelations, >"
      },
      "alaceNewSts": {
        "title": "alaceNewSts",
        "type": "object",
        "description": "(tsType: Omit<alaceSts, 'id'>, schemaOptions: { title: 'alaceNewSts', exclude: [ 'id' ] })",
        "properties": {
          "accessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "expiration": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "secretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "sessionToken": {
            "x-length": 1000,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Omit<alaceSts, 'id'>"
      },
      "alaceStsPartial": {
        "title": "alaceStsPartial",
        "type": "object",
        "description": "(tsType: Partial<alaceSts>, schemaOptions: { partial: true })",
        "properties": {
          "accessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "expiration": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          },
          "secretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "sessionToken": {
            "x-length": 1000,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Partial<alaceSts>"
      },
      "alaceFieldConfigurations": {
        "title": "alaceFieldConfigurations",
        "type": "object",
        "properties": {
          "customHubspotField": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "fieldKey": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          }
        },
        "required": [
          "customHubspotField",
          "fieldKey"
        ],
        "additionalProperties": false
      },
      "alaceFieldConfigurationsWithRelations": {
        "title": "alaceFieldConfigurationsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<alaceFieldConfigurationsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "customHubspotField": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "fieldKey": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          }
        },
        "required": [
          "customHubspotField",
          "fieldKey"
        ],
        "additionalProperties": false,
        "x-typescript-type": "Omit<alaceFieldConfigurationsWithRelations, >"
      },
      "alaceNewFieldConfigurations": {
        "title": "alaceNewFieldConfigurations",
        "type": "object",
        "description": "(tsType: Omit<alaceFieldConfigurations, 'id'>, schemaOptions: { title: 'alaceNewFieldConfigurations', exclude: [ 'id' ] })",
        "properties": {
          "customHubspotField": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "fieldKey": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "required": [
          "customHubspotField",
          "fieldKey"
        ],
        "additionalProperties": false,
        "x-typescript-type": "Omit<alaceFieldConfigurations, 'id'>"
      },
      "alaceFieldConfigurationsPartial": {
        "title": "alaceFieldConfigurationsPartial",
        "type": "object",
        "description": "(tsType: Partial<alaceFieldConfigurations>, schemaOptions: { partial: true })",
        "properties": {
          "customHubspotField": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "fieldKey": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Partial<alaceFieldConfigurations>"
      },
      "alaceConfigurations": {
        "title": "alaceConfigurations",
        "type": "object",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "aiModel": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "aiProvider": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "awsAccessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsCatalog": {
            "x-length": 10,
            "x-primary-key": false,
            "type": "string"
          },
          "awsOppIdName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsRegion": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "awsSecretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsServiceName": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotAppId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientId": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientSecret": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotCustomerDataSource": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotDeveloperApiKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRedirectService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRegService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotScopes": {
            "x-length": 5000,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotSyncMode": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotWebhookUrl": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          },
          "mcpServer": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "projectTitleName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "targetCloseDateName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "alaceConfigurationsWithRelations": {
        "title": "alaceConfigurationsWithRelations",
        "type": "object",
        "description": "(tsType: Omit<alaceConfigurationsWithRelations, >, schemaOptions: { includeRelations: true, exclude: [] })",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "aiModel": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "aiProvider": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "awsAccessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsCatalog": {
            "x-length": 10,
            "x-primary-key": false,
            "type": "string"
          },
          "awsOppIdName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsRegion": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "awsSecretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsServiceName": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotAppId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientId": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientSecret": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotCustomerDataSource": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotDeveloperApiKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRedirectService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRegService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotScopes": {
            "x-length": 5000,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotSyncMode": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotWebhookUrl": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          },
          "mcpServer": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "projectTitleName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "targetCloseDateName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Omit<alaceConfigurationsWithRelations, >"
      },
      "alaceNewConfigurations": {
        "title": "alaceNewConfigurations",
        "type": "object",
        "description": "(tsType: Omit<alaceConfigurations, 'id'>, schemaOptions: { title: 'alaceNewConfigurations', exclude: [ 'id' ] })",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "aiModel": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "aiProvider": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "awsAccessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsCatalog": {
            "x-length": 10,
            "x-primary-key": false,
            "type": "string"
          },
          "awsOppIdName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsRegion": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "awsSecretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsServiceName": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotAppId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientId": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientSecret": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotCustomerDataSource": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotDeveloperApiKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRedirectService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRegService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotScopes": {
            "x-length": 5000,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotSyncMode": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotWebhookUrl": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "mcpServer": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "projectTitleName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "targetCloseDateName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Omit<alaceConfigurations, 'id'>"
      },
      "alaceConfigurationsPartial": {
        "title": "alaceConfigurationsPartial",
        "type": "object",
        "description": "(tsType: Partial<alaceConfigurations>, schemaOptions: { partial: true })",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "aiModel": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "aiProvider": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "awsAccessKeyId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsCatalog": {
            "x-length": 10,
            "x-primary-key": false,
            "type": "string"
          },
          "awsOppIdName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsRegion": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "awsSecretAccessKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "awsServiceName": {
            "x-length": 25,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotAppId": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientId": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotClientSecret": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotCustomerDataSource": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotDeveloperApiKey": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRedirectService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotRegService": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotScopes": {
            "x-length": 5000,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotSyncMode": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "hubspotWebhookUrl": {
            "x-length": 100,
            "x-primary-key": false,
            "type": "string"
          },
          "id": {
            "x-generated": true,
            "x-primary-key": true,
            "type": "number"
          },
          "mcpServer": {
            "x-length": 500,
            "x-primary-key": false,
            "type": "string"
          },
          "projectTitleName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "string"
            }
          },
          "targetCloseDateName": {
            "x-length": 50,
            "x-primary-key": false,
            "type": "string"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "Partial<alaceConfigurations>"
      },
      "alaceloopback.Count": {
        "type": "object",
        "title": "alaceloopback.Count",
        "x-typescript-type": "@loopback/repository#Count",
        "properties": {
          "count": {
            "type": "number"
          }
        }
      },
      "alaceConfigurations.Filter": {
        "type": "object",
        "title": "alaceConfigurations.Filter",
        "properties": {
          "where": {
            "title": "Configurations.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceConfigurations>"
      },
      "alaceConfigurations.Filter1": {
        "type": "object",
        "title": "alaceConfigurations.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": {
                  "additionalField1": {
                    "type": "boolean"
                  },
                  "additionalField2": {
                    "type": "boolean"
                  },
                  "aiApiKey": {
                    "type": "boolean"
                  },
                  "aiModel": {
                    "type": "boolean"
                  },
                  "aiProvider": {
                    "type": "boolean"
                  },
                  "awsAccessKeyId": {
                    "type": "boolean"
                  },
                  "awsCatalog": {
                    "type": "boolean"
                  },
                  "awsOppIdName": {
                    "type": "boolean"
                  },
                  "awsRegion": {
                    "type": "boolean"
                  },
                  "awsSecretAccessKey": {
                    "type": "boolean"
                  },
                  "awsServiceName": {
                    "type": "boolean"
                  },
                  "hubspotAppId": {
                    "type": "boolean"
                  },
                  "hubspotClientId": {
                    "type": "boolean"
                  },
                  "hubspotClientSecret": {
                    "type": "boolean"
                  },
                  "hubspotCustomerDataSource": {
                    "type": "boolean"
                  },
                  "hubspotDeveloperApiKey": {
                    "type": "boolean"
                  },
                  "hubspotRedirectService": {
                    "type": "boolean"
                  },
                  "hubspotRegService": {
                    "type": "boolean"
                  },
                  "hubspotScopes": {
                    "type": "boolean"
                  },
                  "hubspotSyncMode": {
                    "type": "boolean"
                  },
                  "hubspotWebhookUrl": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "boolean"
                  },
                  "mcpServer": {
                    "type": "boolean"
                  },
                  "projectTitleName": {
                    "type": "boolean"
                  },
                  "syncDuration": {
                    "type": "boolean"
                  },
                  "syncStages": {
                    "type": "boolean"
                  },
                  "targetCloseDateName": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "additionalField1",
                    "additionalField2",
                    "aiApiKey",
                    "aiModel",
                    "aiProvider",
                    "awsAccessKeyId",
                    "awsCatalog",
                    "awsOppIdName",
                    "awsRegion",
                    "awsSecretAccessKey",
                    "awsServiceName",
                    "hubspotAppId",
                    "hubspotClientId",
                    "hubspotClientSecret",
                    "hubspotCustomerDataSource",
                    "hubspotDeveloperApiKey",
                    "hubspotRedirectService",
                    "hubspotRegService",
                    "hubspotScopes",
                    "hubspotSyncMode",
                    "hubspotWebhookUrl",
                    "id",
                    "mcpServer",
                    "projectTitleName",
                    "syncDuration",
                    "syncStages",
                    "targetCloseDateName"
                  ],
                  "example": "additionalField1"
                },
                "uniqueItems": true
              }
            ],
            "title": "Configurations.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceConfigurations>"
      },
      "alaceConfigurations.Filter2": {
        "type": "object",
        "title": "alaceConfigurations.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": "Configurations.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "additionalField1": {
                    "type": "boolean"
                  },
                  "additionalField2": {
                    "type": "boolean"
                  },
                  "aiApiKey": {
                    "type": "boolean"
                  },
                  "aiModel": {
                    "type": "boolean"
                  },
                  "aiProvider": {
                    "type": "boolean"
                  },
                  "awsAccessKeyId": {
                    "type": "boolean"
                  },
                  "awsCatalog": {
                    "type": "boolean"
                  },
                  "awsOppIdName": {
                    "type": "boolean"
                  },
                  "awsRegion": {
                    "type": "boolean"
                  },
                  "awsSecretAccessKey": {
                    "type": "boolean"
                  },
                  "awsServiceName": {
                    "type": "boolean"
                  },
                  "hubspotAppId": {
                    "type": "boolean"
                  },
                  "hubspotClientId": {
                    "type": "boolean"
                  },
                  "hubspotClientSecret": {
                    "type": "boolean"
                  },
                  "hubspotCustomerDataSource": {
                    "type": "boolean"
                  },
                  "hubspotDeveloperApiKey": {
                    "type": "boolean"
                  },
                  "hubspotRedirectService": {
                    "type": "boolean"
                  },
                  "hubspotRegService": {
                    "type": "boolean"
                  },
                  "hubspotScopes": {
                    "type": "boolean"
                  },
                  "hubspotSyncMode": {
                    "type": "boolean"
                  },
                  "hubspotWebhookUrl": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "boolean"
                  },
                  "mcpServer": {
                    "type": "boolean"
                  },
                  "projectTitleName": {
                    "type": "boolean"
                  },
                  "syncDuration": {
                    "type": "boolean"
                  },
                  "syncStages": {
                    "type": "boolean"
                  },
                  "targetCloseDateName": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "additionalField1",
                    "additionalField2",
                    "aiApiKey",
                    "aiModel",
                    "aiProvider",
                    "awsAccessKeyId",
                    "awsCatalog",
                    "awsOppIdName",
                    "awsRegion",
                    "awsSecretAccessKey",
                    "awsServiceName",
                    "hubspotAppId",
                    "hubspotClientId",
                    "hubspotClientSecret",
                    "hubspotCustomerDataSource",
                    "hubspotDeveloperApiKey",
                    "hubspotRedirectService",
                    "hubspotRegService",
                    "hubspotScopes",
                    "hubspotSyncMode",
                    "hubspotWebhookUrl",
                    "id",
                    "mcpServer",
                    "projectTitleName",
                    "syncDuration",
                    "syncStages",
                    "targetCloseDateName"
                  ],
                  "example": "additionalField1"
                },
                "uniqueItems": true
              }
            ],
            "title": "Configurations.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceConfigurations>"
      },
      "alaceFieldConfigurations.Filter": {
        "type": "object",
        "title": "alaceFieldConfigurations.Filter",
        "properties": {
          "where": {
            "title": "FieldConfigurations.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceFieldConfigurations>"
      },
      "alaceFieldConfigurations.Filter1": {
        "type": "object",
        "title": "alaceFieldConfigurations.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": {
                  "customHubspotField": {
                    "type": "boolean"
                  },
                  "fieldKey": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "customHubspotField",
                    "fieldKey",
                    "id"
                  ],
                  "example": "customHubspotField"
                },
                "uniqueItems": true
              }
            ],
            "title": "FieldConfigurations.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceFieldConfigurations>"
      },
      "alaceFieldConfigurations.Filter2": {
        "type": "object",
        "title": "alaceFieldConfigurations.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": "FieldConfigurations.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "customHubspotField": {
                    "type": "boolean"
                  },
                  "fieldKey": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "customHubspotField",
                    "fieldKey",
                    "id"
                  ],
                  "example": "customHubspotField"
                },
                "uniqueItems": true
              }
            ],
            "title": "FieldConfigurations.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceFieldConfigurations>"
      },
      "alacePingResponse": {
        "type": "object",
        "title": "alacePingResponse",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "alacePing2Response": {
        "type": "object",
        "title": "alacePing2Response",
        "properties": {
          "greeting": {
            "type": "string"
          },
          "date": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "headers": {
            "type": "object",
            "properties": {
              "Content-Type": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "alaceSts.Filter": {
        "type": "object",
        "title": "alaceSts.Filter",
        "properties": {
          "where": {
            "title": "Sts.WhereFilter",
            "type": "object",
            "additionalProperties": true
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceSts>"
      },
      "alaceSts.Filter1": {
        "type": "object",
        "title": "alaceSts.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": {
                  "accessKeyId": {
                    "type": "boolean"
                  },
                  "expiration": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "boolean"
                  },
                  "secretAccessKey": {
                    "type": "boolean"
                  },
                  "sessionToken": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "accessKeyId",
                    "expiration",
                    "id",
                    "secretAccessKey",
                    "sessionToken"
                  ],
                  "example": "accessKeyId"
                },
                "uniqueItems": true
              }
            ],
            "title": "Sts.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceSts>"
      },
      "alaceSts.Filter2": {
        "type": "object",
        "title": "alaceSts.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": "Sts.WhereFilter",
            "type": "object",
            "additionalProperties": true
          },
          "fields": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "accessKeyId": {
                    "type": "boolean"
                  },
                  "expiration": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "boolean"
                  },
                  "secretAccessKey": {
                    "type": "boolean"
                  },
                  "sessionToken": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "array",
                "items": {
                  "type": "string",
                  "enum": [
                    "accessKeyId",
                    "expiration",
                    "id",
                    "secretAccessKey",
                    "sessionToken"
                  ],
                  "example": "accessKeyId"
                },
                "uniqueItems": true
              }
            ],
            "title": "Sts.Fields"
          }
        },
        "additionalProperties": false,
        "x-typescript-type": "@loopback/repository#Filter<alaceSts>"
      },
      "AlaceSts": {
        "title": "AlaceSts",
        "type": "object",
        "properties": {
          "accessKeyId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "expiration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-generated": true
          },
          "secretAccessKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "sessionToken": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000
          }
        },
        "additionalProperties": false
      },
      "AlaceStsPartial": {
        "title": "AlaceStsPartial",
        "type": "object",
        "properties": {
          "accessKeyId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "expiration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-generated": true
          },
          "secretAccessKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "sessionToken": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000
          }
        },
        "additionalProperties": false
      },
      "AlaceNewSts": {
        "title": "AlaceNewSts",
        "type": "object",
        "properties": {
          "accessKeyId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "expiration": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "secretAccessKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "sessionToken": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 1000
          }
        },
        "additionalProperties": false
      },
      "AlaceSolution": {
        "title": "AlaceSolution",
        "type": "object",
        "properties": {
          "Catalog": {
            "x-primary-key": true,
            "type": "string"
          },
          "Category": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false
              }
            }
          },
          "Identifier": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "MaxResults": {
            "x-primary-key": false,
            "type": "number"
          },
          "Status": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "Sort": {
            "x-primary-key": false,
            "type": "object"
          }
        },
        "additionalProperties": false
      },
      "AlaceOpportunity": {
        "title": "AlaceOpportunity",
        "type": "object",
        "properties": {
          "Catalog": {
            "x-primary-key": true,
            "type": "string"
          },
          "CustomerCompanyName": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false
              }
            }
          },
          "Identifier": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "MaxResults": {
            "x-primary-key": false,
            "type": "number"
          },
          "LifeCycleReviewStatus": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "LifeCycleStage": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "Sort": {
            "x-primary-key": false,
            "type": "object"
          }
        },
        "additionalProperties": false
      },
      "AlaceFieldConfigurations": {
        "title": "AlaceFieldConfigurations",
        "type": "object",
        "properties": {
          "customHubspotField": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "fieldKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-generated": true
          }
        },
        "required": [
          "customHubspotField",
          "fieldKey"
        ],
        "additionalProperties": false
      },
      "AlaceFieldConfigurationsPartial": {
        "title": "AlaceFieldConfigurationsPartial",
        "type": "object",
        "properties": {
          "customHubspotField": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "fieldKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-generated": true
          }
        },
        "additionalProperties": false
      },
      "AlaceNewFieldConfigurations": {
        "title": "AlaceNewFieldConfigurations",
        "type": "object",
        "properties": {
          "customHubspotField": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "fieldKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          }
        },
        "required": [
          "customHubspotField",
          "fieldKey"
        ],
        "additionalProperties": false
      },
      "AlaceConfigurations": {
        "title": "AlaceConfigurations",
        "type": "object",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 500
          },
          "aiModel": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "aiProvider": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "awsAccessKeyId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsCatalog": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10
          },
          "awsOppIdName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsRegion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 25
          },
          "awsSecretAccessKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsServiceName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 25
          },
          "hubspotAppId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotClientId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotClientSecret": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotCustomerDataSource": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotDeveloperApiKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotRedirectService": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotRegService": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotScopes": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 5000
          },
          "hubspotSyncMode": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotWebhookUrl": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-generated": true
          },
          "mcpServer": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 500
          },
          "projectTitleName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "targetCloseDateName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          }
        },
        "additionalProperties": false
      },
      "AlaceConfigurationsPartial": {
        "title": "AlaceConfigurationsPartial",
        "type": "object",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 500
          },
          "aiModel": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "aiProvider": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "awsAccessKeyId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsCatalog": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10
          },
          "awsOppIdName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsRegion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 25
          },
          "awsSecretAccessKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsServiceName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 25
          },
          "hubspotAppId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotClientId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotClientSecret": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotCustomerDataSource": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotDeveloperApiKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotRedirectService": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotRegService": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotScopes": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 5000
          },
          "hubspotSyncMode": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotWebhookUrl": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "id": {
            "x-primary-key": true,
            "type": "number",
            "x-generated": true
          },
          "mcpServer": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 500
          },
          "projectTitleName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "targetCloseDateName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          }
        },
        "additionalProperties": false
      },
      "AlaceNewConfigurations": {
        "title": "AlaceNewConfigurations",
        "type": "object",
        "properties": {
          "additionalField1": {
            "x-primary-key": false,
            "type": "string"
          },
          "additionalField2": {
            "x-primary-key": false,
            "type": "string"
          },
          "aiApiKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 500
          },
          "aiModel": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "aiProvider": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "awsAccessKeyId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsCatalog": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 10
          },
          "awsOppIdName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsRegion": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 25
          },
          "awsSecretAccessKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "awsServiceName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 25
          },
          "hubspotAppId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotClientId": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotClientSecret": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotCustomerDataSource": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotDeveloperApiKey": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotRedirectService": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotRegService": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "hubspotScopes": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 5000
          },
          "hubspotSyncMode": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "hubspotWebhookUrl": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 100
          },
          "mcpServer": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 500
          },
          "projectTitleName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          },
          "syncDuration": {
            "x-primary-key": false,
            "type": "number"
          },
          "syncStages": {
            "type": "array",
            "items": {
              "x-primary-key": false,
              "type": "array",
              "items": {
                "x-primary-key": false,
                "type": "string"
              }
            }
          },
          "targetCloseDateName": {
            "x-primary-key": false,
            "type": "string",
            "x-length": 50
          }
        },
        "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
          }
        }
      }
    }
  },
  "x-fuzzy-search-endpoints": []
}