{
  "type": "File",
  "start": 0,
  "end": 15603,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 495,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 15603,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 495,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 23,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 23
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 8,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 8
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 8,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 8
                },
                "identifierName": "_"
              },
              "name": "_"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 14,
          "end": 22,
          "loc": {
            "start": {
              "line": 1,
              "column": 14
            },
            "end": {
              "line": 1,
              "column": 22
            }
          },
          "extra": {
            "rawValue": "lodash",
            "raw": "\"lodash\""
          },
          "value": "lodash"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 24,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 31,
            "end": 38,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 31,
              "end": 38,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 14
                },
                "identifierName": "Helpers"
              },
              "name": "Helpers"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 44,
          "end": 65,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "../../utils/Helpers",
            "raw": "\"../../utils/Helpers\""
          },
          "value": "../../utils/Helpers"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Helper class to manage all bid entities in a bid.\n *\n * @class BidEntityRelationsHelper\n ",
            "start": 68,
            "end": 166,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 167,
        "end": 15602,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 494,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 182,
          "end": 15602,
          "loc": {
            "start": {
              "line": 9,
              "column": 15
            },
            "end": {
              "line": 494,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 188,
            "end": 212,
            "loc": {
              "start": {
                "line": 9,
                "column": 21
              },
              "end": {
                "line": 9,
                "column": 45
              },
              "identifierName": "BidEntityRelationsHelper"
            },
            "name": "BidEntityRelationsHelper",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 213,
            "end": 15602,
            "loc": {
              "start": {
                "line": 9,
                "column": 46
              },
              "end": {
                "line": 494,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 305,
                "end": 579,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 2
                  },
                  "end": {
                    "line": 30,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 305,
                  "end": 316,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 2
                    },
                    "end": {
                      "line": 14,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 317,
                    "end": 320,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 14
                      },
                      "end": {
                        "line": 14,
                        "column": 17
                      },
                      "identifierName": "bid"
                    },
                    "name": "bid"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 322,
                  "end": 579,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 19
                    },
                    "end": {
                      "line": 30,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 363,
                      "end": 378,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 19
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 363,
                        "end": 377,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 18
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 363,
                          "end": 371,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 363,
                            "end": 367,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 4
                              },
                              "end": {
                                "line": 18,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 368,
                            "end": 371,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 9
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              },
                              "identifierName": "bid"
                            },
                            "name": "bid"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 374,
                          "end": 377,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 15
                            },
                            "end": {
                              "line": 18,
                              "column": 18
                            },
                            "identifierName": "bid"
                          },
                          "name": "bid"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @type {Bid}\n     ",
                          "start": 328,
                          "end": 358,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 383,
                      "end": 575,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 383,
                        "end": 574,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 383,
                          "end": 394,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 383,
                            "end": 387,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 388,
                            "end": 394,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 9
                              },
                              "end": {
                                "line": 19,
                                "column": 15
                              },
                              "identifierName": "_types"
                            },
                            "name": "_types"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 397,
                          "end": 574,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 18
                            },
                            "end": {
                              "line": 29,
                              "column": 5
                            }
                          },
                          "elements": [
                            {
                              "type": "StringLiteral",
                              "start": 405,
                              "end": 416,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 6
                                },
                                "end": {
                                  "line": 20,
                                  "column": 17
                                }
                              },
                              "extra": {
                                "rawValue": "line_item",
                                "raw": "\"line_item\""
                              },
                              "value": "line_item"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 424,
                              "end": 432,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 6
                                },
                                "end": {
                                  "line": 21,
                                  "column": 14
                                }
                              },
                              "extra": {
                                "rawValue": "metric",
                                "raw": "\"metric\""
                              },
                              "value": "metric"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 440,
                              "end": 450,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 6
                                },
                                "end": {
                                  "line": 22,
                                  "column": 16
                                }
                              },
                              "extra": {
                                "rawValue": "variable",
                                "raw": "\"variable\""
                              },
                              "value": "variable"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 458,
                              "end": 465,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 6
                                },
                                "end": {
                                  "line": 23,
                                  "column": 13
                                }
                              },
                              "extra": {
                                "rawValue": "field",
                                "raw": "\"field\""
                              },
                              "value": "field"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 473,
                              "end": 486,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 6
                                },
                                "end": {
                                  "line": 24,
                                  "column": 19
                                }
                              },
                              "extra": {
                                "rawValue": "field_group",
                                "raw": "\"field_group\""
                              },
                              "value": "field_group"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 494,
                              "end": 505,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 6
                                },
                                "end": {
                                  "line": 25,
                                  "column": 17
                                }
                              },
                              "extra": {
                                "rawValue": "component",
                                "raw": "\"component\""
                              },
                              "value": "component"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 513,
                              "end": 530,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 6
                                },
                                "end": {
                                  "line": 26,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": "component_group",
                                "raw": "\"component_group\""
                              },
                              "value": "component_group"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 538,
                              "end": 548,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 6
                                },
                                "end": {
                                  "line": 27,
                                  "column": 16
                                }
                              },
                              "extra": {
                                "rawValue": "assembly",
                                "raw": "\"assembly\""
                              },
                              "value": "assembly"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 556,
                              "end": 567,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 6
                                },
                                "end": {
                                  "line": 28,
                                  "column": 17
                                }
                              },
                              "extra": {
                                "rawValue": "datatable",
                                "raw": "\"datatable\""
                              },
                              "value": "datatable"
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates an instance of BidEntityRelationsHelper.\n   * @param {Bid} bid\n   ",
                    "start": 217,
                    "end": 302,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 2
                      },
                      "end": {
                        "line": 13,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a field entity by id.  If no id is passed, will return an of object of keyed fields by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Field>,\n   *    \"103\" : <Field>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Field|Object.<string, Field>)}\n   ",
                    "start": 583,
                    "end": 911,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 2
                      },
                      "end": {
                        "line": 43,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 914,
                "end": 1002,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 2
                  },
                  "end": {
                    "line": 46,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 914,
                  "end": 920,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 2
                    },
                    "end": {
                      "line": 44,
                      "column": 8
                    },
                    "identifierName": "fields"
                  },
                  "name": "fields",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 921,
                    "end": 923,
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 9
                      },
                      "end": {
                        "line": 44,
                        "column": 11
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 925,
                  "end": 1002,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 13
                    },
                    "end": {
                      "line": 46,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 931,
                      "end": 998,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 4
                        },
                        "end": {
                          "line": 45,
                          "column": 71
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 938,
                        "end": 997,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 11
                          },
                          "end": {
                            "line": 45,
                            "column": 70
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 938,
                          "end": 940,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 11
                            },
                            "end": {
                              "line": 45,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 943,
                          "end": 973,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 16
                            },
                            "end": {
                              "line": 45,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 943,
                            "end": 960,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 16
                              },
                              "end": {
                                "line": 45,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 943,
                              "end": 947,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 16
                                },
                                "end": {
                                  "line": 45,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 948,
                              "end": 960,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 21
                                },
                                "end": {
                                  "line": 45,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 961,
                              "end": 968,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 34
                                },
                                "end": {
                                  "line": 45,
                                  "column": 41
                                }
                              },
                              "extra": {
                                "rawValue": "field",
                                "raw": "\"field\""
                              },
                              "value": "field"
                            },
                            {
                              "type": "Identifier",
                              "start": 970,
                              "end": 972,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 43
                                },
                                "end": {
                                  "line": 45,
                                  "column": 45
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 976,
                          "end": 997,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 49
                            },
                            "end": {
                              "line": 45,
                              "column": 70
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 976,
                            "end": 990,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 49
                              },
                              "end": {
                                "line": 45,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 976,
                              "end": 984,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 49
                                },
                                "end": {
                                  "line": 45,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 976,
                                "end": 980,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 53
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 981,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 57
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 985,
                              "end": 990,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 58
                                },
                                "end": {
                                  "line": 45,
                                  "column": 63
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 991,
                            "end": 997,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 64
                              },
                              "end": {
                                "line": 45,
                                "column": 70
                              },
                              "identifierName": "fields"
                            },
                            "name": "fields"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a field entity by id.  If no id is passed, will return an of object of keyed fields by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Field>,\n   *    \"103\" : <Field>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Field|Object.<string, Field>)}\n   ",
                    "start": 583,
                    "end": 911,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 2
                      },
                      "end": {
                        "line": 43,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a field group entity by id.  If no id is passed, will return an of object of keyed field groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <FieldGroup>,\n   *    \"103\" : <FieldGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(FieldGroup|Object.<string, FieldGroup>)}\n   ",
                    "start": 1006,
                    "end": 1366,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 2
                      },
                      "end": {
                        "line": 59,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1369,
                "end": 1474,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 62,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1369,
                  "end": 1380,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 2
                    },
                    "end": {
                      "line": 60,
                      "column": 13
                    },
                    "identifierName": "fieldGroups"
                  },
                  "name": "fieldGroups",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1381,
                    "end": 1383,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 14
                      },
                      "end": {
                        "line": 60,
                        "column": 16
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1385,
                  "end": 1474,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 18
                    },
                    "end": {
                      "line": 62,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1391,
                      "end": 1470,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 83
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 1398,
                        "end": 1469,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 11
                          },
                          "end": {
                            "line": 61,
                            "column": 82
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 1398,
                          "end": 1400,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 11
                            },
                            "end": {
                              "line": 61,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 1403,
                          "end": 1439,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 16
                            },
                            "end": {
                              "line": 61,
                              "column": 52
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1403,
                            "end": 1420,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 16
                              },
                              "end": {
                                "line": 61,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1403,
                              "end": 1407,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 16
                                },
                                "end": {
                                  "line": 61,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1408,
                              "end": 1420,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 21
                                },
                                "end": {
                                  "line": 61,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 1421,
                              "end": 1434,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 34
                                },
                                "end": {
                                  "line": 61,
                                  "column": 47
                                }
                              },
                              "extra": {
                                "rawValue": "field_group",
                                "raw": "\"field_group\""
                              },
                              "value": "field_group"
                            },
                            {
                              "type": "Identifier",
                              "start": 1436,
                              "end": 1438,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 49
                                },
                                "end": {
                                  "line": 61,
                                  "column": 51
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 1442,
                          "end": 1469,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 55
                            },
                            "end": {
                              "line": 61,
                              "column": 82
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1442,
                            "end": 1456,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 55
                              },
                              "end": {
                                "line": 61,
                                "column": 69
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1442,
                              "end": 1450,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 55
                                },
                                "end": {
                                  "line": 61,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1442,
                                "end": 1446,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 59
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1447,
                                "end": 1450,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 63
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1451,
                              "end": 1456,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 64
                                },
                                "end": {
                                  "line": 61,
                                  "column": 69
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1457,
                            "end": 1469,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 70
                              },
                              "end": {
                                "line": 61,
                                "column": 82
                              },
                              "identifierName": "field_groups"
                            },
                            "name": "field_groups"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a field group entity by id.  If no id is passed, will return an of object of keyed field groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <FieldGroup>,\n   *    \"103\" : <FieldGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(FieldGroup|Object.<string, FieldGroup>)}\n   ",
                    "start": 1006,
                    "end": 1366,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 2
                      },
                      "end": {
                        "line": 59,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a metric entity by id.  If no id is passed, will return an of object of keyed metrics by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Metric>,\n   *    \"103\" : <Metric>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Metric|Object.<string, Metric>)}\n   ",
                    "start": 1478,
                    "end": 1812,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 2
                      },
                      "end": {
                        "line": 75,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1815,
                "end": 1906,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 2
                  },
                  "end": {
                    "line": 78,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1815,
                  "end": 1822,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 2
                    },
                    "end": {
                      "line": 76,
                      "column": 9
                    },
                    "identifierName": "metrics"
                  },
                  "name": "metrics",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1823,
                    "end": 1825,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 10
                      },
                      "end": {
                        "line": 76,
                        "column": 12
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1827,
                  "end": 1906,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 14
                    },
                    "end": {
                      "line": 78,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1833,
                      "end": 1902,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 73
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 1840,
                        "end": 1901,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 11
                          },
                          "end": {
                            "line": 77,
                            "column": 72
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 1840,
                          "end": 1842,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 11
                            },
                            "end": {
                              "line": 77,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 1845,
                          "end": 1876,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 16
                            },
                            "end": {
                              "line": 77,
                              "column": 47
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1845,
                            "end": 1862,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 16
                              },
                              "end": {
                                "line": 77,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1845,
                              "end": 1849,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 16
                                },
                                "end": {
                                  "line": 77,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1850,
                              "end": 1862,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 21
                                },
                                "end": {
                                  "line": 77,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 1863,
                              "end": 1871,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 34
                                },
                                "end": {
                                  "line": 77,
                                  "column": 42
                                }
                              },
                              "extra": {
                                "rawValue": "metric",
                                "raw": "\"metric\""
                              },
                              "value": "metric"
                            },
                            {
                              "type": "Identifier",
                              "start": 1873,
                              "end": 1875,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 44
                                },
                                "end": {
                                  "line": 77,
                                  "column": 46
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 1879,
                          "end": 1901,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 50
                            },
                            "end": {
                              "line": 77,
                              "column": 72
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1879,
                            "end": 1893,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 50
                              },
                              "end": {
                                "line": 77,
                                "column": 64
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1879,
                              "end": 1887,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 50
                                },
                                "end": {
                                  "line": 77,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1879,
                                "end": 1883,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 54
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1884,
                                "end": 1887,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 58
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1888,
                              "end": 1893,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 59
                                },
                                "end": {
                                  "line": 77,
                                  "column": 64
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1894,
                            "end": 1901,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 65
                              },
                              "end": {
                                "line": 77,
                                "column": 72
                              },
                              "identifierName": "metrics"
                            },
                            "name": "metrics"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a metric entity by id.  If no id is passed, will return an of object of keyed metrics by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Metric>,\n   *    \"103\" : <Metric>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Metric|Object.<string, Metric>)}\n   ",
                    "start": 1478,
                    "end": 1812,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 2
                      },
                      "end": {
                        "line": 75,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a line item entity by id.  If no id is passed, will return an of object of keyed line items by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <LineItem>,\n   *    \"103\" : <LineItem>\n   * }\n   *\n   * @param {?number} id\n   * @returns {?(LineItem|Object.<string, LineItem>)}\n   ",
                    "start": 1910,
                    "end": 2259,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 2
                      },
                      "end": {
                        "line": 91,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2262,
                "end": 2373,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 2
                  },
                  "end": {
                    "line": 94,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2262,
                  "end": 2271,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 2
                    },
                    "end": {
                      "line": 92,
                      "column": 11
                    },
                    "identifierName": "lineItems"
                  },
                  "name": "lineItems",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 2272,
                    "end": 2286,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 12
                      },
                      "end": {
                        "line": 92,
                        "column": 26
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2272,
                      "end": 2274,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 12
                        },
                        "end": {
                          "line": 92,
                          "column": 14
                        },
                        "identifierName": "id"
                      },
                      "name": "id"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2277,
                      "end": 2286,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 17
                        },
                        "end": {
                          "line": 92,
                          "column": 26
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2288,
                  "end": 2373,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 28
                    },
                    "end": {
                      "line": 94,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2294,
                      "end": 2369,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 79
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 2301,
                        "end": 2368,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 11
                          },
                          "end": {
                            "line": 93,
                            "column": 78
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 2301,
                          "end": 2303,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 11
                            },
                            "end": {
                              "line": 93,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 2306,
                          "end": 2340,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 16
                            },
                            "end": {
                              "line": 93,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2306,
                            "end": 2323,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 16
                              },
                              "end": {
                                "line": 93,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2306,
                              "end": 2310,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 16
                                },
                                "end": {
                                  "line": 93,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2311,
                              "end": 2323,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 21
                                },
                                "end": {
                                  "line": 93,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 2324,
                              "end": 2335,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 34
                                },
                                "end": {
                                  "line": 93,
                                  "column": 45
                                }
                              },
                              "extra": {
                                "rawValue": "line_item",
                                "raw": "\"line_item\""
                              },
                              "value": "line_item"
                            },
                            {
                              "type": "Identifier",
                              "start": 2337,
                              "end": 2339,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 47
                                },
                                "end": {
                                  "line": 93,
                                  "column": 49
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 2343,
                          "end": 2368,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 53
                            },
                            "end": {
                              "line": 93,
                              "column": 78
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2343,
                            "end": 2357,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 53
                              },
                              "end": {
                                "line": 93,
                                "column": 67
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2343,
                              "end": 2351,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 53
                                },
                                "end": {
                                  "line": 93,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2343,
                                "end": 2347,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2348,
                                "end": 2351,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 61
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2352,
                              "end": 2357,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 62
                                },
                                "end": {
                                  "line": 93,
                                  "column": 67
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2358,
                            "end": 2368,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 68
                              },
                              "end": {
                                "line": 93,
                                "column": 78
                              },
                              "identifierName": "line_items"
                            },
                            "name": "line_items"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a line item entity by id.  If no id is passed, will return an of object of keyed line items by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <LineItem>,\n   *    \"103\" : <LineItem>\n   * }\n   *\n   * @param {?number} id\n   * @returns {?(LineItem|Object.<string, LineItem>)}\n   ",
                    "start": 1910,
                    "end": 2259,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 2
                      },
                      "end": {
                        "line": 91,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a datatable entity by id.  If no id is passed, will return an of object of keyed datatables by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Datatable>,\n   *    \"103\" : <Datatable>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Datatable|Object.<string, Datatable>)}\n   ",
                    "start": 2377,
                    "end": 2729,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 2
                      },
                      "end": {
                        "line": 107,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2732,
                "end": 2832,
                "loc": {
                  "start": {
                    "line": 108,
                    "column": 2
                  },
                  "end": {
                    "line": 110,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2732,
                  "end": 2742,
                  "loc": {
                    "start": {
                      "line": 108,
                      "column": 2
                    },
                    "end": {
                      "line": 108,
                      "column": 12
                    },
                    "identifierName": "datatables"
                  },
                  "name": "datatables",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2743,
                    "end": 2745,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 13
                      },
                      "end": {
                        "line": 108,
                        "column": 15
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2747,
                  "end": 2832,
                  "loc": {
                    "start": {
                      "line": 108,
                      "column": 17
                    },
                    "end": {
                      "line": 110,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2753,
                      "end": 2828,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 4
                        },
                        "end": {
                          "line": 109,
                          "column": 79
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 2760,
                        "end": 2827,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 11
                          },
                          "end": {
                            "line": 109,
                            "column": 78
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 2760,
                          "end": 2762,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 11
                            },
                            "end": {
                              "line": 109,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 2765,
                          "end": 2799,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 16
                            },
                            "end": {
                              "line": 109,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2765,
                            "end": 2782,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 16
                              },
                              "end": {
                                "line": 109,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2765,
                              "end": 2769,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 16
                                },
                                "end": {
                                  "line": 109,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2770,
                              "end": 2782,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 21
                                },
                                "end": {
                                  "line": 109,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 2783,
                              "end": 2794,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 34
                                },
                                "end": {
                                  "line": 109,
                                  "column": 45
                                }
                              },
                              "extra": {
                                "rawValue": "datatable",
                                "raw": "\"datatable\""
                              },
                              "value": "datatable"
                            },
                            {
                              "type": "Identifier",
                              "start": 2796,
                              "end": 2798,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 47
                                },
                                "end": {
                                  "line": 109,
                                  "column": 49
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 2802,
                          "end": 2827,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 53
                            },
                            "end": {
                              "line": 109,
                              "column": 78
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2802,
                            "end": 2816,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 53
                              },
                              "end": {
                                "line": 109,
                                "column": 67
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2802,
                              "end": 2810,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 53
                                },
                                "end": {
                                  "line": 109,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2802,
                                "end": 2806,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2807,
                                "end": 2810,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 61
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2811,
                              "end": 2816,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 62
                                },
                                "end": {
                                  "line": 109,
                                  "column": 67
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2817,
                            "end": 2827,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 68
                              },
                              "end": {
                                "line": 109,
                                "column": 78
                              },
                              "identifierName": "datatables"
                            },
                            "name": "datatables"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a datatable entity by id.  If no id is passed, will return an of object of keyed datatables by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Datatable>,\n   *    \"103\" : <Datatable>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Datatable|Object.<string, Datatable>)}\n   ",
                    "start": 2377,
                    "end": 2729,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 2
                      },
                      "end": {
                        "line": 107,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets an assembly entity by id.  If no id is passed, will return an of object of keyed assemblies by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Assembly>,\n   *    \"103\" : <Assembly>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Assembly|Object.<string, Assembly>)}\n   ",
                    "start": 2836,
                    "end": 3184,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 2
                      },
                      "end": {
                        "line": 123,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3187,
                "end": 3286,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 2
                  },
                  "end": {
                    "line": 126,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3187,
                  "end": 3197,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 2
                    },
                    "end": {
                      "line": 124,
                      "column": 12
                    },
                    "identifierName": "assemblies"
                  },
                  "name": "assemblies",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3198,
                    "end": 3200,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 13
                      },
                      "end": {
                        "line": 124,
                        "column": 15
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3202,
                  "end": 3286,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 17
                    },
                    "end": {
                      "line": 126,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3208,
                      "end": 3282,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 4
                        },
                        "end": {
                          "line": 125,
                          "column": 78
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 3215,
                        "end": 3281,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 11
                          },
                          "end": {
                            "line": 125,
                            "column": 77
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 3215,
                          "end": 3217,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 11
                            },
                            "end": {
                              "line": 125,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 3220,
                          "end": 3253,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 16
                            },
                            "end": {
                              "line": 125,
                              "column": 49
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3220,
                            "end": 3237,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 16
                              },
                              "end": {
                                "line": 125,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3220,
                              "end": 3224,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 16
                                },
                                "end": {
                                  "line": 125,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3225,
                              "end": 3237,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 21
                                },
                                "end": {
                                  "line": 125,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 3238,
                              "end": 3248,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 34
                                },
                                "end": {
                                  "line": 125,
                                  "column": 44
                                }
                              },
                              "extra": {
                                "rawValue": "assembly",
                                "raw": "\"assembly\""
                              },
                              "value": "assembly"
                            },
                            {
                              "type": "Identifier",
                              "start": 3250,
                              "end": 3252,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 46
                                },
                                "end": {
                                  "line": 125,
                                  "column": 48
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 3256,
                          "end": 3281,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 52
                            },
                            "end": {
                              "line": 125,
                              "column": 77
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3256,
                            "end": 3270,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 52
                              },
                              "end": {
                                "line": 125,
                                "column": 66
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3256,
                              "end": 3264,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 52
                                },
                                "end": {
                                  "line": 125,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3256,
                                "end": 3260,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 56
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3261,
                                "end": 3264,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 60
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3265,
                              "end": 3270,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 61
                                },
                                "end": {
                                  "line": 125,
                                  "column": 66
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3271,
                            "end": 3281,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 67
                              },
                              "end": {
                                "line": 125,
                                "column": 77
                              },
                              "identifierName": "assemblies"
                            },
                            "name": "assemblies"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets an assembly entity by id.  If no id is passed, will return an of object of keyed assemblies by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Assembly>,\n   *    \"103\" : <Assembly>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Assembly|Object.<string, Assembly>)}\n   ",
                    "start": 2836,
                    "end": 3184,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 2
                      },
                      "end": {
                        "line": 123,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a bid variable entity by id.  If no id is passed, will return an object of keyed bid variables by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"xyg4\" : <BidVariable>,\n   *    \"burden\" : <BidVariable>\n   * }\n   *\n   * @param {string} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
                    "start": 3290,
                    "end": 3694,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 2
                      },
                      "end": {
                        "line": 139,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3697,
                "end": 3798,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 2
                  },
                  "end": {
                    "line": 142,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3697,
                  "end": 3706,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 2
                    },
                    "end": {
                      "line": 140,
                      "column": 11
                    },
                    "identifierName": "variables"
                  },
                  "name": "variables",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3707,
                    "end": 3709,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 12
                      },
                      "end": {
                        "line": 140,
                        "column": 14
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3711,
                  "end": 3798,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 16
                    },
                    "end": {
                      "line": 142,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3717,
                      "end": 3794,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 4
                        },
                        "end": {
                          "line": 141,
                          "column": 81
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 3724,
                        "end": 3793,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 11
                          },
                          "end": {
                            "line": 141,
                            "column": 80
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 3724,
                          "end": 3726,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 11
                            },
                            "end": {
                              "line": 141,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 3729,
                          "end": 3766,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 16
                            },
                            "end": {
                              "line": 141,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3729,
                            "end": 3746,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 16
                              },
                              "end": {
                                "line": 141,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3729,
                              "end": 3733,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 16
                                },
                                "end": {
                                  "line": 141,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3734,
                              "end": 3746,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 21
                                },
                                "end": {
                                  "line": 141,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 3747,
                              "end": 3761,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 34
                                },
                                "end": {
                                  "line": 141,
                                  "column": 48
                                }
                              },
                              "extra": {
                                "rawValue": "bid_variable",
                                "raw": "\"bid_variable\""
                              },
                              "value": "bid_variable"
                            },
                            {
                              "type": "Identifier",
                              "start": 3763,
                              "end": 3765,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 50
                                },
                                "end": {
                                  "line": 141,
                                  "column": 52
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 3769,
                          "end": 3793,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 56
                            },
                            "end": {
                              "line": 141,
                              "column": 80
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3769,
                            "end": 3783,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 56
                              },
                              "end": {
                                "line": 141,
                                "column": 70
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3769,
                              "end": 3777,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 56
                                },
                                "end": {
                                  "line": 141,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3769,
                                "end": 3773,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 60
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3774,
                                "end": 3777,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 64
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3778,
                              "end": 3783,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 65
                                },
                                "end": {
                                  "line": 141,
                                  "column": 70
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3784,
                            "end": 3793,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 71
                              },
                              "end": {
                                "line": 141,
                                "column": 80
                              },
                              "identifierName": "variables"
                            },
                            "name": "variables"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a bid variable entity by id.  If no id is passed, will return an object of keyed bid variables by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"xyg4\" : <BidVariable>,\n   *    \"burden\" : <BidVariable>\n   * }\n   *\n   * @param {string} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
                    "start": 3290,
                    "end": 3694,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 2
                      },
                      "end": {
                        "line": 139,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a component entity by id.  If no id is passed, will return an object of keyed components by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Component>,\n   *    \"103\" : <Component>\n   * }\n   *\n   * @param {number} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
                    "start": 3802,
                    "end": 4191,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 2
                      },
                      "end": {
                        "line": 155,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4194,
                "end": 4294,
                "loc": {
                  "start": {
                    "line": 156,
                    "column": 2
                  },
                  "end": {
                    "line": 158,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4194,
                  "end": 4204,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 2
                    },
                    "end": {
                      "line": 156,
                      "column": 12
                    },
                    "identifierName": "components"
                  },
                  "name": "components",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4205,
                    "end": 4207,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 13
                      },
                      "end": {
                        "line": 156,
                        "column": 15
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4209,
                  "end": 4294,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 17
                    },
                    "end": {
                      "line": 158,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4215,
                      "end": 4290,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 4
                        },
                        "end": {
                          "line": 157,
                          "column": 79
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 4222,
                        "end": 4289,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 11
                          },
                          "end": {
                            "line": 157,
                            "column": 78
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 4222,
                          "end": 4224,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 11
                            },
                            "end": {
                              "line": 157,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 4227,
                          "end": 4261,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 16
                            },
                            "end": {
                              "line": 157,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4227,
                            "end": 4244,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 16
                              },
                              "end": {
                                "line": 157,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4227,
                              "end": 4231,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 16
                                },
                                "end": {
                                  "line": 157,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4232,
                              "end": 4244,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 21
                                },
                                "end": {
                                  "line": 157,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 4245,
                              "end": 4256,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 34
                                },
                                "end": {
                                  "line": 157,
                                  "column": 45
                                }
                              },
                              "extra": {
                                "rawValue": "component",
                                "raw": "\"component\""
                              },
                              "value": "component"
                            },
                            {
                              "type": "Identifier",
                              "start": 4258,
                              "end": 4260,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 47
                                },
                                "end": {
                                  "line": 157,
                                  "column": 49
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 4264,
                          "end": 4289,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 53
                            },
                            "end": {
                              "line": 157,
                              "column": 78
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4264,
                            "end": 4278,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 53
                              },
                              "end": {
                                "line": 157,
                                "column": 67
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4264,
                              "end": 4272,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 53
                                },
                                "end": {
                                  "line": 157,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4264,
                                "end": 4268,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4269,
                                "end": 4272,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 61
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4273,
                              "end": 4278,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 62
                                },
                                "end": {
                                  "line": 157,
                                  "column": 67
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4279,
                            "end": 4289,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 68
                              },
                              "end": {
                                "line": 157,
                                "column": 78
                              },
                              "identifierName": "components"
                            },
                            "name": "components"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a component entity by id.  If no id is passed, will return an object of keyed components by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Component>,\n   *    \"103\" : <Component>\n   * }\n   *\n   * @param {number} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
                    "start": 3802,
                    "end": 4191,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 2
                      },
                      "end": {
                        "line": 155,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a component group entity by id.  If no id is passed, will return an of object of keyed component groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <ComponentGroup>,\n   *    \"103\" : <ComponentGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(ComponentGroup|Object.<string, ComponentGroup>)}\n   ",
                    "start": 4298,
                    "end": 4682,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 2
                      },
                      "end": {
                        "line": 171,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4685,
                "end": 4802,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 2
                  },
                  "end": {
                    "line": 174,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4685,
                  "end": 4700,
                  "loc": {
                    "start": {
                      "line": 172,
                      "column": 2
                    },
                    "end": {
                      "line": 172,
                      "column": 17
                    },
                    "identifierName": "componentGroups"
                  },
                  "name": "componentGroups",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4701,
                    "end": 4703,
                    "loc": {
                      "start": {
                        "line": 172,
                        "column": 18
                      },
                      "end": {
                        "line": 172,
                        "column": 20
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4705,
                  "end": 4802,
                  "loc": {
                    "start": {
                      "line": 172,
                      "column": 22
                    },
                    "end": {
                      "line": 174,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4711,
                      "end": 4798,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 4
                        },
                        "end": {
                          "line": 173,
                          "column": 91
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 4718,
                        "end": 4797,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 11
                          },
                          "end": {
                            "line": 173,
                            "column": 90
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 4718,
                          "end": 4720,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 11
                            },
                            "end": {
                              "line": 173,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 4723,
                          "end": 4763,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 16
                            },
                            "end": {
                              "line": 173,
                              "column": 56
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4723,
                            "end": 4740,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 16
                              },
                              "end": {
                                "line": 173,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4723,
                              "end": 4727,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 16
                                },
                                "end": {
                                  "line": 173,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4728,
                              "end": 4740,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 21
                                },
                                "end": {
                                  "line": 173,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 4741,
                              "end": 4758,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 34
                                },
                                "end": {
                                  "line": 173,
                                  "column": 51
                                }
                              },
                              "extra": {
                                "rawValue": "component_group",
                                "raw": "\"component_group\""
                              },
                              "value": "component_group"
                            },
                            {
                              "type": "Identifier",
                              "start": 4760,
                              "end": 4762,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 53
                                },
                                "end": {
                                  "line": 173,
                                  "column": 55
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 4766,
                          "end": 4797,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 59
                            },
                            "end": {
                              "line": 173,
                              "column": 90
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4766,
                            "end": 4780,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 59
                              },
                              "end": {
                                "line": 173,
                                "column": 73
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4766,
                              "end": 4774,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 59
                                },
                                "end": {
                                  "line": 173,
                                  "column": 67
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4766,
                                "end": 4770,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 63
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4771,
                                "end": 4774,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 67
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4775,
                              "end": 4780,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 68
                                },
                                "end": {
                                  "line": 173,
                                  "column": 73
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4781,
                            "end": 4797,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 74
                              },
                              "end": {
                                "line": 173,
                                "column": 90
                              },
                              "identifierName": "component_groups"
                            },
                            "name": "component_groups"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a component group entity by id.  If no id is passed, will return an of object of keyed component groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <ComponentGroup>,\n   *    \"103\" : <ComponentGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(ComponentGroup|Object.<string, ComponentGroup>)}\n   ",
                    "start": 4298,
                    "end": 4682,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 2
                      },
                      "end": {
                        "line": 171,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a dynamic group entity by id. If no id is passed, will return an of object of keyed dynamic groups by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <DynamicGroup>,\n   *    \"103\" : <DynamicGroup>\n   * }\n   *\n   * @param {string} id\n   * @returns {?(DynamicGroup|Object.<string, DynamicGroup>)}\n   ",
                    "start": 4806,
                    "end": 5176,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 2
                      },
                      "end": {
                        "line": 187,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5179,
                "end": 5290,
                "loc": {
                  "start": {
                    "line": 188,
                    "column": 2
                  },
                  "end": {
                    "line": 190,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5179,
                  "end": 5192,
                  "loc": {
                    "start": {
                      "line": 188,
                      "column": 2
                    },
                    "end": {
                      "line": 188,
                      "column": 15
                    },
                    "identifierName": "dynamicGroups"
                  },
                  "name": "dynamicGroups",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5193,
                    "end": 5195,
                    "loc": {
                      "start": {
                        "line": 188,
                        "column": 16
                      },
                      "end": {
                        "line": 188,
                        "column": 18
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5197,
                  "end": 5290,
                  "loc": {
                    "start": {
                      "line": 188,
                      "column": 20
                    },
                    "end": {
                      "line": 190,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5203,
                      "end": 5286,
                      "loc": {
                        "start": {
                          "line": 189,
                          "column": 4
                        },
                        "end": {
                          "line": 189,
                          "column": 87
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 5210,
                        "end": 5285,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 11
                          },
                          "end": {
                            "line": 189,
                            "column": 86
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 5210,
                          "end": 5212,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 11
                            },
                            "end": {
                              "line": 189,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 5215,
                          "end": 5253,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 16
                            },
                            "end": {
                              "line": 189,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5215,
                            "end": 5232,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 16
                              },
                              "end": {
                                "line": 189,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5215,
                              "end": 5219,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 16
                                },
                                "end": {
                                  "line": 189,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5220,
                              "end": 5232,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 21
                                },
                                "end": {
                                  "line": 189,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 5233,
                              "end": 5248,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 34
                                },
                                "end": {
                                  "line": 189,
                                  "column": 49
                                }
                              },
                              "extra": {
                                "rawValue": "dynamic_group",
                                "raw": "\"dynamic_group\""
                              },
                              "value": "dynamic_group"
                            },
                            {
                              "type": "Identifier",
                              "start": 5250,
                              "end": 5252,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 51
                                },
                                "end": {
                                  "line": 189,
                                  "column": 53
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 5256,
                          "end": 5285,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 57
                            },
                            "end": {
                              "line": 189,
                              "column": 86
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5256,
                            "end": 5270,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 57
                              },
                              "end": {
                                "line": 189,
                                "column": 71
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5256,
                              "end": 5264,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 57
                                },
                                "end": {
                                  "line": 189,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5256,
                                "end": 5260,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 61
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5261,
                                "end": 5264,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 65
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5265,
                              "end": 5270,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 66
                                },
                                "end": {
                                  "line": 189,
                                  "column": 71
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5271,
                            "end": 5285,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 72
                              },
                              "end": {
                                "line": 189,
                                "column": 86
                              },
                              "identifierName": "dynamic_groups"
                            },
                            "name": "dynamic_groups"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a dynamic group entity by id. If no id is passed, will return an of object of keyed dynamic groups by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <DynamicGroup>,\n   *    \"103\" : <DynamicGroup>\n   * }\n   *\n   * @param {string} id\n   * @returns {?(DynamicGroup|Object.<string, DynamicGroup>)}\n   ",
                    "start": 4806,
                    "end": 5176,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 2
                      },
                      "end": {
                        "line": 187,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a assembly map entity by id.  If no id is passed, will return an object of keyed assembly maps by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <AssemblyMap>,\n   *    \"103\" : <AssemblyMap>\n   * }\n   *\n   * @param {number} [id] - The id of the assembly map to retrieve.\n   * @returns {?(AssemblyMap|Object.<string, AssemblyMap>)}\n   ",
                    "start": 5294,
                    "end": 5700,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 2
                      },
                      "end": {
                        "line": 203,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5703,
                "end": 5811,
                "loc": {
                  "start": {
                    "line": 204,
                    "column": 2
                  },
                  "end": {
                    "line": 206,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5703,
                  "end": 5715,
                  "loc": {
                    "start": {
                      "line": 204,
                      "column": 2
                    },
                    "end": {
                      "line": 204,
                      "column": 14
                    },
                    "identifierName": "assemblyMaps"
                  },
                  "name": "assemblyMaps",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5716,
                    "end": 5718,
                    "loc": {
                      "start": {
                        "line": 204,
                        "column": 15
                      },
                      "end": {
                        "line": 204,
                        "column": 17
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5720,
                  "end": 5811,
                  "loc": {
                    "start": {
                      "line": 204,
                      "column": 19
                    },
                    "end": {
                      "line": 206,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5726,
                      "end": 5807,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 4
                        },
                        "end": {
                          "line": 205,
                          "column": 85
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 5733,
                        "end": 5806,
                        "loc": {
                          "start": {
                            "line": 205,
                            "column": 11
                          },
                          "end": {
                            "line": 205,
                            "column": 84
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 5733,
                          "end": 5735,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 11
                            },
                            "end": {
                              "line": 205,
                              "column": 13
                            },
                            "identifierName": "id"
                          },
                          "name": "id"
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 5738,
                          "end": 5775,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 16
                            },
                            "end": {
                              "line": 205,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5738,
                            "end": 5755,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 16
                              },
                              "end": {
                                "line": 205,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5738,
                              "end": 5742,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 16
                                },
                                "end": {
                                  "line": 205,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5743,
                              "end": 5755,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 21
                                },
                                "end": {
                                  "line": 205,
                                  "column": 33
                                },
                                "identifierName": "getBidEntity"
                              },
                              "name": "getBidEntity"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 5756,
                              "end": 5770,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 34
                                },
                                "end": {
                                  "line": 205,
                                  "column": 48
                                }
                              },
                              "extra": {
                                "rawValue": "assembly_map",
                                "raw": "\"assembly_map\""
                              },
                              "value": "assembly_map"
                            },
                            {
                              "type": "Identifier",
                              "start": 5772,
                              "end": 5774,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 50
                                },
                                "end": {
                                  "line": 205,
                                  "column": 52
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "alternate": {
                          "type": "MemberExpression",
                          "start": 5778,
                          "end": 5806,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 56
                            },
                            "end": {
                              "line": 205,
                              "column": 84
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5778,
                            "end": 5792,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 56
                              },
                              "end": {
                                "line": 205,
                                "column": 70
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5778,
                              "end": 5786,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 56
                                },
                                "end": {
                                  "line": 205,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5778,
                                "end": 5782,
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 60
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5783,
                                "end": 5786,
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 64
                                  },
                                  "identifierName": "bid"
                                },
                                "name": "bid"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5787,
                              "end": 5792,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 65
                                },
                                "end": {
                                  "line": 205,
                                  "column": 70
                                },
                                "identifierName": "_data"
                              },
                              "name": "_data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5793,
                            "end": 5806,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 71
                              },
                              "end": {
                                "line": 205,
                                "column": 84
                              },
                              "identifierName": "assembly_maps"
                            },
                            "name": "assembly_maps"
                          },
                          "computed": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a assembly map entity by id.  If no id is passed, will return an object of keyed assembly maps by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <AssemblyMap>,\n   *    \"103\" : <AssemblyMap>\n   * }\n   *\n   * @param {number} [id] - The id of the assembly map to retrieve.\n   * @returns {?(AssemblyMap|Object.<string, AssemblyMap>)}\n   ",
                    "start": 5294,
                    "end": 5700,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 2
                      },
                      "end": {
                        "line": 203,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a bid entity by a dependency contract.\n   *\n   * @example <caption>Example a dependency contract.</caption>\n   * {\n   *    \"type\" : <string>,\n   *    \"bid_entity_id\" : <string>,\n   *    \"field\" : <string>\n   * }\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, component_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {?BidEntity} Returns the bid entity requested determined by the dependency contract.\n   ",
                    "start": 5815,
                    "end": 6570,
                    "loc": {
                      "start": {
                        "line": 208,
                        "column": 2
                      },
                      "end": {
                        "line": 223,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 6573,
                "end": 7212,
                "loc": {
                  "start": {
                    "line": 224,
                    "column": 2
                  },
                  "end": {
                    "line": 243,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6573,
                  "end": 6586,
                  "loc": {
                    "start": {
                      "line": 224,
                      "column": 2
                    },
                    "end": {
                      "line": 224,
                      "column": 15
                    },
                    "identifierName": "getDependency"
                  },
                  "name": "getDependency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6587,
                    "end": 6605,
                    "loc": {
                      "start": {
                        "line": 224,
                        "column": 16
                      },
                      "end": {
                        "line": 224,
                        "column": 34
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6607,
                  "end": 7212,
                  "loc": {
                    "start": {
                      "line": 224,
                      "column": 36
                    },
                    "end": {
                      "line": 243,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6613,
                      "end": 7208,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 4
                        },
                        "end": {
                          "line": 242,
                          "column": 23
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 6617,
                        "end": 6694,
                        "loc": {
                          "start": {
                            "line": 225,
                            "column": 8
                          },
                          "end": {
                            "line": 225,
                            "column": 85
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 6617,
                          "end": 6651,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 8
                            },
                            "end": {
                              "line": 225,
                              "column": 42
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 6618,
                            "end": 6651,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 9
                              },
                              "end": {
                                "line": 225,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6618,
                              "end": 6631,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 9
                                },
                                "end": {
                                  "line": 225,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6618,
                                "end": 6619,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 10
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6620,
                                "end": 6631,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 22
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6632,
                                "end": 6650,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 41
                                  },
                                  "identifierName": "dependencyContract"
                                },
                                "name": "dependencyContract"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 6655,
                          "end": 6694,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 46
                            },
                            "end": {
                              "line": 225,
                              "column": 85
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 6656,
                            "end": 6694,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 47
                              },
                              "end": {
                                "line": 225,
                                "column": 85
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6656,
                              "end": 6669,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 47
                                },
                                "end": {
                                  "line": 225,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6656,
                                "end": 6657,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 48
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6658,
                                "end": 6669,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 60
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 6670,
                                "end": 6693,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 84
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6670,
                                  "end": 6688,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 79
                                    },
                                    "identifierName": "dependencyContract"
                                  },
                                  "name": "dependencyContract"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6689,
                                  "end": 6693,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 80
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 84
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6696,
                        "end": 7190,
                        "loc": {
                          "start": {
                            "line": 225,
                            "column": 87
                          },
                          "end": {
                            "line": 242,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 6704,
                            "end": 6760,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 6
                              },
                              "end": {
                                "line": 226,
                                "column": 62
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 6710,
                                "end": 6759,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 61
                                  }
                                },
                                "id": {
                                  "type": "ObjectPattern",
                                  "start": 6710,
                                  "end": 6738,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 40
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6711,
                                      "end": 6715,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 226,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6711,
                                        "end": 6715,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 17
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 6711,
                                        "end": 6715,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 17
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6717,
                                      "end": 6730,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 226,
                                          "column": 32
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6717,
                                        "end": 6730,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 32
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 6717,
                                        "end": 6730,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 32
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6732,
                                      "end": 6737,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 226,
                                          "column": 39
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6732,
                                        "end": 6737,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 39
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 6732,
                                        "end": 6737,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 39
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    }
                                  ]
                                },
                                "init": {
                                  "type": "Identifier",
                                  "start": 6741,
                                  "end": 6759,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 61
                                    },
                                    "identifierName": "dependencyContract"
                                  },
                                  "name": "dependencyContract"
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "SwitchStatement",
                            "start": 6767,
                            "end": 7184,
                            "loc": {
                              "start": {
                                "line": 227,
                                "column": 6
                              },
                              "end": {
                                "line": 241,
                                "column": 7
                              }
                            },
                            "discriminant": {
                              "type": "Identifier",
                              "start": 6775,
                              "end": 6779,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 14
                                },
                                "end": {
                                  "line": 227,
                                  "column": 18
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "cases": [
                              {
                                "type": "SwitchCase",
                                "start": 6791,
                                "end": 6808,
                                "loc": {
                                  "start": {
                                    "line": 228,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 228,
                                    "column": 25
                                  }
                                },
                                "consequent": [],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 6796,
                                  "end": 6807,
                                  "loc": {
                                    "start": {
                                      "line": 228,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 228,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "line_item",
                                    "raw": "\"line_item\""
                                  },
                                  "value": "line_item"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 6817,
                                "end": 6830,
                                "loc": {
                                  "start": {
                                    "line": 229,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 21
                                  }
                                },
                                "consequent": [],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 6822,
                                  "end": 6829,
                                  "loc": {
                                    "start": {
                                      "line": 229,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 229,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "field",
                                    "raw": "\"field\""
                                  },
                                  "value": "field"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 6839,
                                "end": 6853,
                                "loc": {
                                  "start": {
                                    "line": 230,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 230,
                                    "column": 22
                                  }
                                },
                                "consequent": [],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 6844,
                                  "end": 6852,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 21
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "metric",
                                    "raw": "\"metric\""
                                  },
                                  "value": "metric"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 6862,
                                "end": 6879,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 231,
                                    "column": 25
                                  }
                                },
                                "consequent": [],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 6867,
                                  "end": 6878,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "datatable",
                                    "raw": "\"datatable\""
                                  },
                                  "value": "datatable"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 6888,
                                "end": 6905,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 25
                                  }
                                },
                                "consequent": [],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 6893,
                                  "end": 6904,
                                  "loc": {
                                    "start": {
                                      "line": 232,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "component",
                                    "raw": "\"component\""
                                  },
                                  "value": "component"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 6914,
                                "end": 7010,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 79
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 6941,
                                    "end": 7010,
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 79
                                      }
                                    },
                                    "argument": {
                                      "type": "ConditionalExpression",
                                      "start": 6948,
                                      "end": 7009,
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 78
                                        }
                                      },
                                      "test": {
                                        "type": "Identifier",
                                        "start": 6948,
                                        "end": 6961,
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 234,
                                            "column": 30
                                          },
                                          "identifierName": "bid_entity_id"
                                        },
                                        "name": "bid_entity_id"
                                      },
                                      "consequent": {
                                        "type": "CallExpression",
                                        "start": 6964,
                                        "end": 7002,
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 234,
                                            "column": 71
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6964,
                                          "end": 6981,
                                          "loc": {
                                            "start": {
                                              "line": 234,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 234,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 6964,
                                            "end": 6968,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6969,
                                            "end": 6981,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 50
                                              },
                                              "identifierName": "getBidEntity"
                                            },
                                            "name": "getBidEntity"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6982,
                                            "end": 6986,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 55
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 6988,
                                            "end": 7001,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 70
                                              },
                                              "identifierName": "bid_entity_id"
                                            },
                                            "name": "bid_entity_id"
                                          }
                                        ]
                                      },
                                      "alternate": {
                                        "type": "NullLiteral",
                                        "start": 7005,
                                        "end": 7009,
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 234,
                                            "column": 78
                                          }
                                        }
                                      }
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 6919,
                                  "end": 6929,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 23
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "assembly",
                                    "raw": "\"assembly\""
                                  },
                                  "value": "assembly"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 7019,
                                "end": 7089,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 49
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 7050,
                                    "end": 7089,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 49
                                      }
                                    },
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 7057,
                                      "end": 7088,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7057,
                                        "end": 7081,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 41
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7057,
                                          "end": 7071,
                                          "loc": {
                                            "start": {
                                              "line": 236,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 236,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 7057,
                                            "end": 7065,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 7057,
                                              "end": 7061,
                                              "loc": {
                                                "start": {
                                                  "line": 236,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 236,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7062,
                                              "end": 7065,
                                              "loc": {
                                                "start": {
                                                  "line": 236,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 236,
                                                  "column": 25
                                                },
                                                "identifierName": "bid"
                                              },
                                              "name": "bid"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7066,
                                            "end": 7071,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 31
                                              },
                                              "identifierName": "_data"
                                            },
                                            "name": "_data"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7072,
                                          "end": 7081,
                                          "loc": {
                                            "start": {
                                              "line": 236,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 236,
                                              "column": 41
                                            },
                                            "identifierName": "variables"
                                          },
                                          "name": "variables"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7082,
                                        "end": 7087,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 47
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 7024,
                                  "end": 7038,
                                  "loc": {
                                    "start": {
                                      "line": 235,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 235,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "bid_variable",
                                    "raw": "\"bid_variable\""
                                  },
                                  "value": "bid_variable"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 7098,
                                "end": 7136,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 26
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 7120,
                                    "end": 7136,
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 26
                                      }
                                    },
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 7127,
                                      "end": 7135,
                                      "loc": {
                                        "start": {
                                          "line": 238,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7127,
                                        "end": 7131,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7132,
                                        "end": 7135,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 25
                                          },
                                          "identifierName": "bid"
                                        },
                                        "name": "bid"
                                      },
                                      "computed": false
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 7103,
                                  "end": 7108,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 18
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "bid",
                                    "raw": "\"bid\""
                                  },
                                  "value": "bid"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 7145,
                                "end": 7176,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 22
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 7164,
                                    "end": 7176,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 22
                                      }
                                    },
                                    "argument": {
                                      "type": "NullLiteral",
                                      "start": 7171,
                                      "end": 7175,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 21
                                        }
                                      }
                                    }
                                  }
                                ],
                                "test": null
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "ReturnStatement",
                        "start": 7196,
                        "end": 7208,
                        "loc": {
                          "start": {
                            "line": 242,
                            "column": 11
                          },
                          "end": {
                            "line": 242,
                            "column": 23
                          }
                        },
                        "argument": {
                          "type": "NullLiteral",
                          "start": 7203,
                          "end": 7207,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 18
                            },
                            "end": {
                              "line": 242,
                              "column": 22
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a bid entity by a dependency contract.\n   *\n   * @example <caption>Example a dependency contract.</caption>\n   * {\n   *    \"type\" : <string>,\n   *    \"bid_entity_id\" : <string>,\n   *    \"field\" : <string>\n   * }\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, component_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {?BidEntity} Returns the bid entity requested determined by the dependency contract.\n   ",
                    "start": 5815,
                    "end": 6570,
                    "loc": {
                      "start": {
                        "line": 208,
                        "column": 2
                      },
                      "end": {
                        "line": 223,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets the value of a bid entity by a dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, compnent_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {string|number|boolean} Returns the bid entity value.\n   ",
                    "start": 7216,
                    "end": 7779,
                    "loc": {
                      "start": {
                        "line": 245,
                        "column": 2
                      },
                      "end": {
                        "line": 253,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7782,
                "end": 9193,
                "loc": {
                  "start": {
                    "line": 254,
                    "column": 2
                  },
                  "end": {
                    "line": 285,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7782,
                  "end": 7800,
                  "loc": {
                    "start": {
                      "line": 254,
                      "column": 2
                    },
                    "end": {
                      "line": 254,
                      "column": 20
                    },
                    "identifierName": "getDependencyValue"
                  },
                  "name": "getDependencyValue",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7801,
                    "end": 7819,
                    "loc": {
                      "start": {
                        "line": 254,
                        "column": 21
                      },
                      "end": {
                        "line": 254,
                        "column": 39
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7821,
                  "end": 9193,
                  "loc": {
                    "start": {
                      "line": 254,
                      "column": 41
                    },
                    "end": {
                      "line": 285,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 7827,
                      "end": 7882,
                      "loc": {
                        "start": {
                          "line": 255,
                          "column": 4
                        },
                        "end": {
                          "line": 255,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 7831,
                          "end": 7881,
                          "loc": {
                            "start": {
                              "line": 255,
                              "column": 8
                            },
                            "end": {
                              "line": 255,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 7831,
                            "end": 7840,
                            "loc": {
                              "start": {
                                "line": 255,
                                "column": 8
                              },
                              "end": {
                                "line": 255,
                                "column": 17
                              },
                              "identifierName": "bidEntity"
                            },
                            "name": "bidEntity"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 7843,
                            "end": 7881,
                            "loc": {
                              "start": {
                                "line": 255,
                                "column": 20
                              },
                              "end": {
                                "line": 255,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7843,
                              "end": 7861,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 20
                                },
                                "end": {
                                  "line": 255,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 7843,
                                "end": 7847,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7848,
                                "end": 7861,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 38
                                  },
                                  "identifierName": "getDependency"
                                },
                                "name": "getDependency"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7862,
                                "end": 7880,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 57
                                  },
                                  "identifierName": "dependencyContract"
                                },
                                "name": "dependencyContract"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "IfStatement",
                      "start": 7888,
                      "end": 9189,
                      "loc": {
                        "start": {
                          "line": 257,
                          "column": 4
                        },
                        "end": {
                          "line": 284,
                          "column": 23
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 7892,
                        "end": 7941,
                        "loc": {
                          "start": {
                            "line": 257,
                            "column": 8
                          },
                          "end": {
                            "line": 257,
                            "column": 57
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 7892,
                          "end": 7912,
                          "loc": {
                            "start": {
                              "line": 257,
                              "column": 8
                            },
                            "end": {
                              "line": 257,
                              "column": 28
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 7893,
                            "end": 7912,
                            "loc": {
                              "start": {
                                "line": 257,
                                "column": 9
                              },
                              "end": {
                                "line": 257,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7893,
                              "end": 7901,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 9
                                },
                                "end": {
                                  "line": 257,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7893,
                                "end": 7894,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 10
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7895,
                                "end": 7901,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 17
                                  },
                                  "identifierName": "isNull"
                                },
                                "name": "isNull"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7902,
                                "end": 7911,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 27
                                  },
                                  "identifierName": "bidEntity"
                                },
                                "name": "bidEntity"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 7916,
                          "end": 7941,
                          "loc": {
                            "start": {
                              "line": 257,
                              "column": 32
                            },
                            "end": {
                              "line": 257,
                              "column": 57
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 7917,
                            "end": 7941,
                            "loc": {
                              "start": {
                                "line": 257,
                                "column": 33
                              },
                              "end": {
                                "line": 257,
                                "column": 57
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7917,
                              "end": 7930,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 33
                                },
                                "end": {
                                  "line": 257,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7917,
                                "end": 7918,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 34
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7919,
                                "end": 7930,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 46
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7931,
                                "end": 7940,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 56
                                  },
                                  "identifierName": "bidEntity"
                                },
                                "name": "bidEntity"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7943,
                        "end": 9171,
                        "loc": {
                          "start": {
                            "line": 257,
                            "column": 59
                          },
                          "end": {
                            "line": 284,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "SwitchStatement",
                            "start": 7951,
                            "end": 9165,
                            "loc": {
                              "start": {
                                "line": 258,
                                "column": 6
                              },
                              "end": {
                                "line": 283,
                                "column": 7
                              }
                            },
                            "discriminant": {
                              "type": "MemberExpression",
                              "start": 7959,
                              "end": 7982,
                              "loc": {
                                "start": {
                                  "line": 258,
                                  "column": 14
                                },
                                "end": {
                                  "line": 258,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7959,
                                "end": 7977,
                                "loc": {
                                  "start": {
                                    "line": 258,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 258,
                                    "column": 32
                                  },
                                  "identifierName": "dependencyContract"
                                },
                                "name": "dependencyContract"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7978,
                                "end": 7982,
                                "loc": {
                                  "start": {
                                    "line": 258,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 258,
                                    "column": 37
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            },
                            "cases": [
                              {
                                "type": "SwitchCase",
                                "start": 7994,
                                "end": 8048,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 260,
                                    "column": 33
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 8025,
                                    "end": 8048,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 33
                                      }
                                    },
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 8032,
                                      "end": 8047,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8032,
                                        "end": 8041,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 26
                                          },
                                          "identifierName": "bidEntity"
                                        },
                                        "name": "bidEntity"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8042,
                                        "end": 8047,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 32
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 7999,
                                  "end": 8013,
                                  "loc": {
                                    "start": {
                                      "line": 259,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 259,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "bid_variable",
                                    "raw": "\"bid_variable\""
                                  },
                                  "value": "bid_variable"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 8057,
                                "end": 8252,
                                "loc": {
                                  "start": {
                                    "line": 261,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 264,
                                    "column": 16
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 8085,
                                    "end": 8252,
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 16
                                      }
                                    },
                                    "argument": {
                                      "type": "ConditionalExpression",
                                      "start": 8092,
                                      "end": 8251,
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 15
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "start": 8092,
                                        "end": 8162,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 87
                                          }
                                        },
                                        "left": {
                                          "type": "UnaryExpression",
                                          "start": 8092,
                                          "end": 8138,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 63
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8093,
                                            "end": 8138,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8093,
                                              "end": 8101,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8093,
                                                "end": 8094,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 19
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8095,
                                                "end": 8101,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 26
                                                  },
                                                  "identifierName": "isNull"
                                                },
                                                "name": "isNull"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8102,
                                                "end": 8137,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8102,
                                                  "end": 8111,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 36
                                                    },
                                                    "identifierName": "bidEntity"
                                                  },
                                                  "name": "bidEntity"
                                                },
                                                "property": {
                                                  "type": "MemberExpression",
                                                  "start": 8112,
                                                  "end": 8136,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 61
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8112,
                                                    "end": 8130,
                                                    "loc": {
                                                      "start": {
                                                        "line": 262,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 262,
                                                        "column": 55
                                                      },
                                                      "identifierName": "dependencyContract"
                                                    },
                                                    "name": "dependencyContract"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8131,
                                                    "end": 8136,
                                                    "loc": {
                                                      "start": {
                                                        "line": 262,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 262,
                                                        "column": 61
                                                      },
                                                      "identifierName": "field"
                                                    },
                                                    "name": "field"
                                                  },
                                                  "computed": false
                                                },
                                                "computed": true
                                              }
                                            ]
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 8142,
                                          "end": 8162,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 87
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8142,
                                            "end": 8151,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 76
                                              },
                                              "identifierName": "bidEntity"
                                            },
                                            "name": "bidEntity"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8152,
                                            "end": 8162,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 87
                                              },
                                              "identifierName": "isIncluded"
                                            },
                                            "name": "isIncluded"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "CallExpression",
                                        "start": 8177,
                                        "end": 8235,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 72
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8177,
                                          "end": 8198,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8177,
                                            "end": 8184,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 21
                                              },
                                              "identifierName": "Helpers"
                                            },
                                            "name": "Helpers"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8185,
                                            "end": 8198,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 35
                                              },
                                              "identifierName": "confirmNumber"
                                            },
                                            "name": "confirmNumber"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 8199,
                                            "end": 8234,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8199,
                                              "end": 8208,
                                              "loc": {
                                                "start": {
                                                  "line": 263,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 263,
                                                  "column": 45
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 8209,
                                              "end": 8233,
                                              "loc": {
                                                "start": {
                                                  "line": 263,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 263,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8209,
                                                "end": 8227,
                                                "loc": {
                                                  "start": {
                                                    "line": 263,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 263,
                                                    "column": 64
                                                  },
                                                  "identifierName": "dependencyContract"
                                                },
                                                "name": "dependencyContract"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8228,
                                                "end": 8233,
                                                "loc": {
                                                  "start": {
                                                    "line": 263,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 263,
                                                    "column": 70
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          }
                                        ]
                                      },
                                      "alternate": {
                                        "type": "NumericLiteral",
                                        "start": 8250,
                                        "end": 8251,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 15
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 8062,
                                  "end": 8073,
                                  "loc": {
                                    "start": {
                                      "line": 261,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 261,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "line_item",
                                    "raw": "\"line_item\""
                                  },
                                  "value": "line_item"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 8261,
                                "end": 8433,
                                "loc": {
                                  "start": {
                                    "line": 265,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 91
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 8289,
                                    "end": 8341,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 62
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 8295,
                                        "end": 8340,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 61
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 8295,
                                          "end": 8300,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 21
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 8303,
                                          "end": 8340,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 61
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8303,
                                            "end": 8314,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8303,
                                              "end": 8304,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 25
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8305,
                                              "end": 8314,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 35
                                                },
                                                "identifierName": "camelCase"
                                              },
                                              "name": "camelCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 8315,
                                              "end": 8339,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 60
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8315,
                                                "end": 8333,
                                                "loc": {
                                                  "start": {
                                                    "line": 266,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 266,
                                                    "column": 54
                                                  },
                                                  "identifierName": "dependencyContract"
                                                },
                                                "name": "dependencyContract"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8334,
                                                "end": 8339,
                                                "loc": {
                                                  "start": {
                                                    "line": 266,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 266,
                                                    "column": 60
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "ReturnStatement",
                                    "start": 8352,
                                    "end": 8433,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 91
                                      }
                                    },
                                    "argument": {
                                      "type": "ConditionalExpression",
                                      "start": 8359,
                                      "end": 8432,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 90
                                        }
                                      },
                                      "test": {
                                        "type": "UnaryExpression",
                                        "start": 8359,
                                        "end": 8386,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 44
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 8360,
                                          "end": 8386,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 44
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8360,
                                            "end": 8368,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 26
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8360,
                                              "end": 8361,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 19
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8362,
                                              "end": 8368,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 26
                                                },
                                                "identifierName": "isNull"
                                              },
                                              "name": "isNull"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 8369,
                                              "end": 8385,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8369,
                                                "end": 8378,
                                                "loc": {
                                                  "start": {
                                                    "line": 267,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 267,
                                                    "column": 36
                                                  },
                                                  "identifierName": "bidEntity"
                                                },
                                                "name": "bidEntity"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8379,
                                                "end": 8384,
                                                "loc": {
                                                  "start": {
                                                    "line": 267,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 267,
                                                    "column": 42
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": true
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "CallExpression",
                                        "start": 8389,
                                        "end": 8428,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 86
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8389,
                                          "end": 8410,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 68
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8389,
                                            "end": 8396,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 54
                                              },
                                              "identifierName": "Helpers"
                                            },
                                            "name": "Helpers"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8397,
                                            "end": 8410,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 68
                                              },
                                              "identifierName": "confirmNumber"
                                            },
                                            "name": "confirmNumber"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 8411,
                                            "end": 8427,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8411,
                                              "end": 8420,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 78
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8421,
                                              "end": 8426,
                                              "loc": {
                                                "start": {
                                                  "line": 267,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 267,
                                                  "column": 84
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": true
                                          }
                                        ]
                                      },
                                      "alternate": {
                                        "type": "NumericLiteral",
                                        "start": 8431,
                                        "end": 8432,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 90
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 8266,
                                  "end": 8277,
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 265,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "component",
                                    "raw": "\"component\""
                                  },
                                  "value": "component"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 8442,
                                "end": 8605,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 29
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "IfStatement",
                                    "start": 8466,
                                    "end": 8605,
                                    "loc": {
                                      "start": {
                                        "line": 269,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 29
                                      }
                                    },
                                    "test": {
                                      "type": "UnaryExpression",
                                      "start": 8470,
                                      "end": 8496,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 40
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 8471,
                                        "end": 8496,
                                        "loc": {
                                          "start": {
                                            "line": 269,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 269,
                                            "column": 40
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8471,
                                          "end": 8479,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8471,
                                            "end": 8472,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 16
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8473,
                                            "end": 8479,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 23
                                              },
                                              "identifierName": "isNull"
                                            },
                                            "name": "isNull"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 8480,
                                            "end": 8495,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8480,
                                              "end": 8489,
                                              "loc": {
                                                "start": {
                                                  "line": 269,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 269,
                                                  "column": 33
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8490,
                                              "end": 8495,
                                              "loc": {
                                                "start": {
                                                  "line": 269,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 269,
                                                  "column": 39
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 8498,
                                      "end": 8587,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 11
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8512,
                                          "end": 8575,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 75
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8519,
                                            "end": 8574,
                                            "loc": {
                                              "start": {
                                                "line": 270,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 270,
                                                "column": 74
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8519,
                                              "end": 8537,
                                              "loc": {
                                                "start": {
                                                  "line": 270,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 270,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8519,
                                                "end": 8523,
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8524,
                                                "end": 8537,
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 37
                                                  },
                                                  "identifierName": "getFieldValue"
                                                },
                                                "name": "getFieldValue"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 8538,
                                                "end": 8547,
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 47
                                                  },
                                                  "identifierName": "bidEntity"
                                                },
                                                "name": "bidEntity"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 8549,
                                                "end": 8573,
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 73
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8549,
                                                  "end": 8567,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 67
                                                    },
                                                    "identifierName": "dependencyContract"
                                                  },
                                                  "name": "dependencyContract"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8568,
                                                  "end": 8573,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 73
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "ReturnStatement",
                                      "start": 8593,
                                      "end": 8605,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 29
                                        }
                                      },
                                      "argument": {
                                        "type": "NullLiteral",
                                        "start": 8600,
                                        "end": 8604,
                                        "loc": {
                                          "start": {
                                            "line": 271,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 271,
                                            "column": 28
                                          }
                                        }
                                      }
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 8447,
                                  "end": 8454,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "field",
                                    "raw": "\"field\""
                                  },
                                  "value": "field"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 8614,
                                "end": 8829,
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 274,
                                    "column": 99
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 8740,
                                    "end": 8829,
                                    "loc": {
                                      "start": {
                                        "line": 274,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 274,
                                        "column": 99
                                      }
                                    },
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 8747,
                                      "end": 8828,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 98
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8747,
                                        "end": 8765,
                                        "loc": {
                                          "start": {
                                            "line": 274,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 274,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8747,
                                          "end": 8756,
                                          "loc": {
                                            "start": {
                                              "line": 274,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 274,
                                              "column": 26
                                            },
                                            "identifierName": "bidEntity"
                                          },
                                          "name": "bidEntity",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8757,
                                          "end": 8765,
                                          "loc": {
                                            "start": {
                                              "line": 274,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 274,
                                              "column": 35
                                            },
                                            "identifierName": "getValue"
                                          },
                                          "name": "getValue"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 8766,
                                          "end": 8797,
                                          "loc": {
                                            "start": {
                                              "line": 274,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 274,
                                              "column": 67
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 8766,
                                            "end": 8790,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 60
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8766,
                                              "end": 8784,
                                              "loc": {
                                                "start": {
                                                  "line": 274,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 274,
                                                  "column": 54
                                                },
                                                "identifierName": "dependencyContract"
                                              },
                                              "name": "dependencyContract"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8785,
                                              "end": 8790,
                                              "loc": {
                                                "start": {
                                                  "line": 274,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 274,
                                                  "column": 60
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8791,
                                            "end": 8797,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 67
                                              },
                                              "identifierName": "column"
                                            },
                                            "name": "column"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 8799,
                                          "end": 8827,
                                          "loc": {
                                            "start": {
                                              "line": 274,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 274,
                                              "column": 97
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 8799,
                                            "end": 8823,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 93
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8799,
                                              "end": 8817,
                                              "loc": {
                                                "start": {
                                                  "line": 274,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 274,
                                                  "column": 87
                                                },
                                                "identifierName": "dependencyContract"
                                              },
                                              "name": "dependencyContract"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8818,
                                              "end": 8823,
                                              "loc": {
                                                "start": {
                                                  "line": 274,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 274,
                                                  "column": 93
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8824,
                                            "end": 8827,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 94
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 97
                                              },
                                              "identifierName": "row"
                                            },
                                            "name": "row"
                                          },
                                          "computed": false
                                        }
                                      ],
                                      "leadingComments": null
                                    },
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "TODO: This needs a test. I didn't know a dep contract.field could be an object. -Sean",
                                        "start": 8642,
                                        "end": 8729,
                                        "loc": {
                                          "start": {
                                            "line": 273,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 273,
                                            "column": 97
                                          }
                                        }
                                      }
                                    ]
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 8619,
                                  "end": 8630,
                                  "loc": {
                                    "start": {
                                      "line": 272,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 272,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "datatable",
                                    "raw": "\"datatable\""
                                  },
                                  "value": "datatable"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 8838,
                                "end": 8944,
                                "loc": {
                                  "start": {
                                    "line": 275,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 276,
                                    "column": 91
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 8863,
                                    "end": 8944,
                                    "loc": {
                                      "start": {
                                        "line": 276,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 276,
                                        "column": 91
                                      }
                                    },
                                    "argument": {
                                      "type": "ConditionalExpression",
                                      "start": 8870,
                                      "end": 8943,
                                      "loc": {
                                        "start": {
                                          "line": 276,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 276,
                                          "column": 90
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 8870,
                                        "end": 8895,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 42
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8870,
                                          "end": 8878,
                                          "loc": {
                                            "start": {
                                              "line": 276,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 276,
                                              "column": 25
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8870,
                                            "end": 8871,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 18
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8872,
                                            "end": 8878,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 25
                                              },
                                              "identifierName": "isNull"
                                            },
                                            "name": "isNull"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 8879,
                                            "end": 8894,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8879,
                                              "end": 8888,
                                              "loc": {
                                                "start": {
                                                  "line": 276,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 276,
                                                  "column": 35
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8889,
                                              "end": 8894,
                                              "loc": {
                                                "start": {
                                                  "line": 276,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 276,
                                                  "column": 41
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "NullLiteral",
                                        "start": 8898,
                                        "end": 8902,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 49
                                          }
                                        }
                                      },
                                      "alternate": {
                                        "type": "CallExpression",
                                        "start": 8905,
                                        "end": 8943,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 90
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8905,
                                          "end": 8926,
                                          "loc": {
                                            "start": {
                                              "line": 276,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 276,
                                              "column": 73
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8905,
                                            "end": 8912,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 59
                                              },
                                              "identifierName": "Helpers"
                                            },
                                            "name": "Helpers"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8913,
                                            "end": 8926,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 73
                                              },
                                              "identifierName": "confirmNumber"
                                            },
                                            "name": "confirmNumber"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 8927,
                                            "end": 8942,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 89
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8927,
                                              "end": 8936,
                                              "loc": {
                                                "start": {
                                                  "line": 276,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 276,
                                                  "column": 83
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8937,
                                              "end": 8942,
                                              "loc": {
                                                "start": {
                                                  "line": 276,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 276,
                                                  "column": 89
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 8843,
                                  "end": 8851,
                                  "loc": {
                                    "start": {
                                      "line": 275,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 275,
                                      "column": 21
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "metric",
                                    "raw": "\"metric\""
                                  },
                                  "value": "metric"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 8953,
                                "end": 9117,
                                "loc": {
                                  "start": {
                                    "line": 277,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 280,
                                    "column": 73
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 8975,
                                    "end": 9117,
                                    "loc": {
                                      "start": {
                                        "line": 278,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 280,
                                        "column": 73
                                      }
                                    },
                                    "argument": {
                                      "type": "ConditionalExpression",
                                      "start": 8982,
                                      "end": 9116,
                                      "loc": {
                                        "start": {
                                          "line": 278,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 280,
                                          "column": 72
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 8982,
                                        "end": 9027,
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 62
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8982,
                                          "end": 8990,
                                          "loc": {
                                            "start": {
                                              "line": 278,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 278,
                                              "column": 25
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8982,
                                            "end": 8983,
                                            "loc": {
                                              "start": {
                                                "line": 278,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 18
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8984,
                                            "end": 8990,
                                            "loc": {
                                              "start": {
                                                "line": 278,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 25
                                              },
                                              "identifierName": "isNull"
                                            },
                                            "name": "isNull"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 8991,
                                            "end": 9026,
                                            "loc": {
                                              "start": {
                                                "line": 278,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 61
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8991,
                                              "end": 9000,
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 35
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 9001,
                                              "end": 9025,
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 60
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9001,
                                                "end": 9019,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 54
                                                  },
                                                  "identifierName": "dependencyContract"
                                                },
                                                "name": "dependencyContract"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9020,
                                                "end": 9025,
                                                "loc": {
                                                  "start": {
                                                    "line": 278,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 60
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "NumericLiteral",
                                        "start": 9042,
                                        "end": 9043,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 15
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "alternate": {
                                        "type": "CallExpression",
                                        "start": 9058,
                                        "end": 9116,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 72
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 9058,
                                          "end": 9079,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 9058,
                                            "end": 9065,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 21
                                              },
                                              "identifierName": "Helpers"
                                            },
                                            "name": "Helpers"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9066,
                                            "end": 9079,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 35
                                              },
                                              "identifierName": "confirmNumber"
                                            },
                                            "name": "confirmNumber"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 9080,
                                            "end": 9115,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9080,
                                              "end": 9089,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 45
                                                },
                                                "identifierName": "bidEntity"
                                              },
                                              "name": "bidEntity"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 9090,
                                              "end": 9114,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9090,
                                                "end": 9108,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 64
                                                  },
                                                  "identifierName": "dependencyContract"
                                                },
                                                "name": "dependencyContract"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9109,
                                                "end": 9114,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 70
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "test": {
                                  "type": "StringLiteral",
                                  "start": 8958,
                                  "end": 8963,
                                  "loc": {
                                    "start": {
                                      "line": 277,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 277,
                                      "column": 18
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "bid",
                                    "raw": "\"bid\""
                                  },
                                  "value": "bid"
                                }
                              },
                              {
                                "type": "SwitchCase",
                                "start": 9126,
                                "end": 9157,
                                "loc": {
                                  "start": {
                                    "line": 281,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 282,
                                    "column": 22
                                  }
                                },
                                "consequent": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 9145,
                                    "end": 9157,
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 22
                                      }
                                    },
                                    "argument": {
                                      "type": "NullLiteral",
                                      "start": 9152,
                                      "end": 9156,
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 282,
                                          "column": 21
                                        }
                                      }
                                    }
                                  }
                                ],
                                "test": null
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "ReturnStatement",
                        "start": 9177,
                        "end": 9189,
                        "loc": {
                          "start": {
                            "line": 284,
                            "column": 11
                          },
                          "end": {
                            "line": 284,
                            "column": 23
                          }
                        },
                        "argument": {
                          "type": "NullLiteral",
                          "start": 9184,
                          "end": 9188,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 18
                            },
                            "end": {
                              "line": 284,
                              "column": 22
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets the value of a bid entity by a dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, compnent_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {string|number|boolean} Returns the bid entity value.\n   ",
                    "start": 7216,
                    "end": 7779,
                    "loc": {
                      "start": {
                        "line": 245,
                        "column": 2
                      },
                      "end": {
                        "line": 253,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Checks if the dependency used an undefined dependency value when evaluating\n   * (dependencies may evaluate to a number even if they rely on an undefined value somewhere in the calc)\n   *\n   * @param {object} dependencyContract\n   * @return {boolean} If the dependency is fully defined / not relient on any unefined dependencies\n   ",
                    "start": 9197,
                    "end": 9540,
                    "loc": {
                      "start": {
                        "line": 287,
                        "column": 2
                      },
                      "end": {
                        "line": 293,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 9543,
                "end": 9861,
                "loc": {
                  "start": {
                    "line": 294,
                    "column": 2
                  },
                  "end": {
                    "line": 303,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9543,
                  "end": 9567,
                  "loc": {
                    "start": {
                      "line": 294,
                      "column": 2
                    },
                    "end": {
                      "line": 294,
                      "column": 26
                    },
                    "identifierName": "isDependencyFullyDefined"
                  },
                  "name": "isDependencyFullyDefined",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 9568,
                    "end": 9586,
                    "loc": {
                      "start": {
                        "line": 294,
                        "column": 27
                      },
                      "end": {
                        "line": 294,
                        "column": 45
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 9588,
                  "end": 9861,
                  "loc": {
                    "start": {
                      "line": 294,
                      "column": 47
                    },
                    "end": {
                      "line": 303,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9594,
                      "end": 9652,
                      "loc": {
                        "start": {
                          "line": 295,
                          "column": 4
                        },
                        "end": {
                          "line": 295,
                          "column": 62
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9600,
                          "end": 9651,
                          "loc": {
                            "start": {
                              "line": 295,
                              "column": 10
                            },
                            "end": {
                              "line": 295,
                              "column": 61
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9600,
                            "end": 9610,
                            "loc": {
                              "start": {
                                "line": 295,
                                "column": 10
                              },
                              "end": {
                                "line": 295,
                                "column": 20
                              },
                              "identifierName": "dependency"
                            },
                            "name": "dependency"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9613,
                            "end": 9651,
                            "loc": {
                              "start": {
                                "line": 295,
                                "column": 23
                              },
                              "end": {
                                "line": 295,
                                "column": 61
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9613,
                              "end": 9631,
                              "loc": {
                                "start": {
                                  "line": 295,
                                  "column": 23
                                },
                                "end": {
                                  "line": 295,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 9613,
                                "end": 9617,
                                "loc": {
                                  "start": {
                                    "line": 295,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9618,
                                "end": 9631,
                                "loc": {
                                  "start": {
                                    "line": 295,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 41
                                  },
                                  "identifierName": "getDependency"
                                },
                                "name": "getDependency"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 9632,
                                "end": 9650,
                                "loc": {
                                  "start": {
                                    "line": 295,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 60
                                  },
                                  "identifierName": "dependencyContract"
                                },
                                "name": "dependencyContract"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 9657,
                      "end": 9839,
                      "loc": {
                        "start": {
                          "line": 296,
                          "column": 4
                        },
                        "end": {
                          "line": 301,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 9661,
                        "end": 9671,
                        "loc": {
                          "start": {
                            "line": 296,
                            "column": 8
                          },
                          "end": {
                            "line": 296,
                            "column": 18
                          },
                          "identifierName": "dependency"
                        },
                        "name": "dependency"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 9673,
                        "end": 9839,
                        "loc": {
                          "start": {
                            "line": 296,
                            "column": 20
                          },
                          "end": {
                            "line": 301,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 9681,
                            "end": 9767,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 6
                              },
                              "end": {
                                "line": 297,
                                "column": 92
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 9687,
                                "end": 9766,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 91
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 9687,
                                  "end": 9709,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 34
                                    },
                                    "identifierName": "hasAnyNullDependencies"
                                  },
                                  "name": "hasAnyNullDependencies"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 9712,
                                  "end": 9766,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 91
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9712,
                                    "end": 9740,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 65
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9712,
                                      "end": 9722,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 297,
                                          "column": 47
                                        },
                                        "identifierName": "dependency"
                                      },
                                      "name": "dependency"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9723,
                                      "end": 9740,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 297,
                                          "column": 65
                                        },
                                        "identifierName": "hasNullDependency"
                                      },
                                      "name": "hasNullDependency"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 9741,
                                      "end": 9765,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 297,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9741,
                                        "end": 9759,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 84
                                          },
                                          "identifierName": "dependencyContract"
                                        },
                                        "name": "dependencyContract"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9760,
                                        "end": 9765,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 90
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 9774,
                            "end": 9833,
                            "loc": {
                              "start": {
                                "line": 298,
                                "column": 6
                              },
                              "end": {
                                "line": 300,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 9778,
                              "end": 9801,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 10
                                },
                                "end": {
                                  "line": 298,
                                  "column": 33
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 9779,
                                "end": 9801,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 33
                                  },
                                  "identifierName": "hasAnyNullDependencies"
                                },
                                "name": "hasAnyNullDependencies"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 9803,
                              "end": 9833,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 35
                                },
                                "end": {
                                  "line": 300,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 9813,
                                  "end": 9825,
                                  "loc": {
                                    "start": {
                                      "line": 299,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 299,
                                      "column": 20
                                    }
                                  },
                                  "argument": {
                                    "type": "BooleanLiteral",
                                    "start": 9820,
                                    "end": 9824,
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 19
                                      }
                                    },
                                    "value": true
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 9844,
                      "end": 9857,
                      "loc": {
                        "start": {
                          "line": 302,
                          "column": 4
                        },
                        "end": {
                          "line": 302,
                          "column": 17
                        }
                      },
                      "argument": {
                        "type": "BooleanLiteral",
                        "start": 9851,
                        "end": 9856,
                        "loc": {
                          "start": {
                            "line": 302,
                            "column": 11
                          },
                          "end": {
                            "line": 302,
                            "column": 16
                          }
                        },
                        "value": false
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Checks if the dependency used an undefined dependency value when evaluating\n   * (dependencies may evaluate to a number even if they rely on an undefined value somewhere in the calc)\n   *\n   * @param {object} dependencyContract\n   * @return {boolean} If the dependency is fully defined / not relient on any unefined dependencies\n   ",
                    "start": 9197,
                    "end": 9540,
                    "loc": {
                      "start": {
                        "line": 287,
                        "column": 2
                      },
                      "end": {
                        "line": 293,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 9865,
                "end": 10232,
                "loc": {
                  "start": {
                    "line": 305,
                    "column": 2
                  },
                  "end": {
                    "line": 312,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9865,
                  "end": 9878,
                  "loc": {
                    "start": {
                      "line": 305,
                      "column": 2
                    },
                    "end": {
                      "line": 305,
                      "column": 15
                    },
                    "identifierName": "getFieldValue"
                  },
                  "name": "getFieldValue"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 9879,
                    "end": 9884,
                    "loc": {
                      "start": {
                        "line": 305,
                        "column": 16
                      },
                      "end": {
                        "line": 305,
                        "column": 21
                      },
                      "identifierName": "field"
                    },
                    "name": "field"
                  },
                  {
                    "type": "Identifier",
                    "start": 9886,
                    "end": 9898,
                    "loc": {
                      "start": {
                        "line": 305,
                        "column": 23
                      },
                      "end": {
                        "line": 305,
                        "column": 35
                      },
                      "identifierName": "dataColumnId"
                    },
                    "name": "dataColumnId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 9900,
                  "end": 10232,
                  "loc": {
                    "start": {
                      "line": 305,
                      "column": 37
                    },
                    "end": {
                      "line": 312,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 9906,
                      "end": 10228,
                      "loc": {
                        "start": {
                          "line": 306,
                          "column": 4
                        },
                        "end": {
                          "line": 311,
                          "column": 23
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 9910,
                        "end": 9957,
                        "loc": {
                          "start": {
                            "line": 306,
                            "column": 8
                          },
                          "end": {
                            "line": 306,
                            "column": 55
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 9910,
                          "end": 9931,
                          "loc": {
                            "start": {
                              "line": 306,
                              "column": 8
                            },
                            "end": {
                              "line": 306,
                              "column": 29
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 9911,
                            "end": 9931,
                            "loc": {
                              "start": {
                                "line": 306,
                                "column": 9
                              },
                              "end": {
                                "line": 306,
                                "column": 29
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9911,
                              "end": 9924,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 9
                                },
                                "end": {
                                  "line": 306,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9911,
                                "end": 9912,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 10
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9913,
                                "end": 9924,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 22
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 9925,
                                "end": 9930,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 28
                                  },
                                  "identifierName": "field"
                                },
                                "name": "field"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 9935,
                          "end": 9957,
                          "loc": {
                            "start": {
                              "line": 306,
                              "column": 33
                            },
                            "end": {
                              "line": 306,
                              "column": 55
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 9936,
                            "end": 9957,
                            "loc": {
                              "start": {
                                "line": 306,
                                "column": 34
                              },
                              "end": {
                                "line": 306,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9936,
                              "end": 9944,
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 34
                                },
                                "end": {
                                  "line": 306,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9936,
                                "end": 9937,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 35
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9938,
                                "end": 9944,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 42
                                  },
                                  "identifierName": "isNull"
                                },
                                "name": "isNull"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 9945,
                                "end": 9956,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9945,
                                  "end": 9950,
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 48
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9951,
                                  "end": 9956,
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 54
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 9959,
                        "end": 10210,
                        "loc": {
                          "start": {
                            "line": 306,
                            "column": 57
                          },
                          "end": {
                            "line": 311,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 9967,
                            "end": 10204,
                            "loc": {
                              "start": {
                                "line": 307,
                                "column": 6
                              },
                              "end": {
                                "line": 310,
                                "column": 32
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 9971,
                              "end": 9999,
                              "loc": {
                                "start": {
                                  "line": 307,
                                  "column": 10
                                },
                                "end": {
                                  "line": 307,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 9971,
                                "end": 9988,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9971,
                                  "end": 9983,
                                  "loc": {
                                    "start": {
                                      "line": 307,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 307,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9971,
                                    "end": 9976,
                                    "loc": {
                                      "start": {
                                        "line": 307,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 307,
                                        "column": 15
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9977,
                                    "end": 9983,
                                    "loc": {
                                      "start": {
                                        "line": 307,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 307,
                                        "column": 22
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9984,
                                  "end": 9988,
                                  "loc": {
                                    "start": {
                                      "line": 307,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 307,
                                      "column": 27
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 9993,
                                "end": 9999,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 38
                                  }
                                },
                                "extra": {
                                  "rawValue": "list",
                                  "raw": "\"list\""
                                },
                                "value": "list"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 10001,
                              "end": 10179,
                              "loc": {
                                "start": {
                                  "line": 307,
                                  "column": 40
                                },
                                "end": {
                                  "line": 310,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 10011,
                                  "end": 10109,
                                  "loc": {
                                    "start": {
                                      "line": 308,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 308,
                                      "column": 106
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 10015,
                                      "end": 10108,
                                      "loc": {
                                        "start": {
                                          "line": 308,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 105
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 10015,
                                        "end": 10024,
                                        "loc": {
                                          "start": {
                                            "line": 308,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 308,
                                            "column": 21
                                          },
                                          "identifierName": "datatable"
                                        },
                                        "name": "datatable"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 10027,
                                        "end": 10108,
                                        "loc": {
                                          "start": {
                                            "line": 308,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 308,
                                            "column": 105
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10027,
                                          "end": 10044,
                                          "loc": {
                                            "start": {
                                              "line": 308,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 308,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 10027,
                                            "end": 10031,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10032,
                                            "end": 10044,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 41
                                              },
                                              "identifierName": "getBidEntity"
                                            },
                                            "name": "getBidEntity"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 10045,
                                            "end": 10056,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 53
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "datatable",
                                              "raw": "\"datatable\""
                                            },
                                            "value": "datatable"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 10058,
                                            "end": 10107,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 104
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10058,
                                              "end": 10093,
                                              "loc": {
                                                "start": {
                                                  "line": 308,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 308,
                                                  "column": 90
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 10058,
                                                "end": 10083,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 80
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 10058,
                                                  "end": 10070,
                                                  "loc": {
                                                    "start": {
                                                      "line": 308,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 308,
                                                      "column": 67
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 10058,
                                                    "end": 10063,
                                                    "loc": {
                                                      "start": {
                                                        "line": 308,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 308,
                                                        "column": 60
                                                      },
                                                      "identifierName": "field"
                                                    },
                                                    "name": "field"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10064,
                                                    "end": 10070,
                                                    "loc": {
                                                      "start": {
                                                        "line": 308,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 308,
                                                        "column": 67
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10071,
                                                  "end": 10083,
                                                  "loc": {
                                                    "start": {
                                                      "line": 308,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 308,
                                                      "column": 80
                                                    },
                                                    "identifierName": "dependencies"
                                                  },
                                                  "name": "dependencies"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10084,
                                                "end": 10093,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 81
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 90
                                                  },
                                                  "identifierName": "datatable"
                                                },
                                                "name": "datatable"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10094,
                                              "end": 10107,
                                              "loc": {
                                                "start": {
                                                  "line": 308,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 308,
                                                  "column": 104
                                                },
                                                "identifierName": "bid_entity_id"
                                              },
                                              "name": "bid_entity_id"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 10118,
                                  "end": 10171,
                                  "loc": {
                                    "start": {
                                      "line": 309,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 309,
                                      "column": 61
                                    }
                                  },
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 10125,
                                    "end": 10170,
                                    "loc": {
                                      "start": {
                                        "line": 309,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 309,
                                        "column": 60
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10125,
                                      "end": 10143,
                                      "loc": {
                                        "start": {
                                          "line": 309,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 309,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10125,
                                        "end": 10134,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 24
                                          },
                                          "identifierName": "datatable"
                                        },
                                        "name": "datatable"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10135,
                                        "end": 10143,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 33
                                          },
                                          "identifierName": "getValue"
                                        },
                                        "name": "getValue"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 10144,
                                        "end": 10156,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 46
                                          },
                                          "identifierName": "dataColumnId"
                                        },
                                        "name": "dataColumnId"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 10158,
                                        "end": 10169,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10158,
                                          "end": 10163,
                                          "loc": {
                                            "start": {
                                              "line": 309,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 309,
                                              "column": 53
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10164,
                                          "end": 10169,
                                          "loc": {
                                            "start": {
                                              "line": 309,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 309,
                                              "column": 59
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "ReturnStatement",
                              "start": 10185,
                              "end": 10204,
                              "loc": {
                                "start": {
                                  "line": 310,
                                  "column": 13
                                },
                                "end": {
                                  "line": 310,
                                  "column": 32
                                }
                              },
                              "argument": {
                                "type": "MemberExpression",
                                "start": 10192,
                                "end": 10203,
                                "loc": {
                                  "start": {
                                    "line": 310,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 310,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10192,
                                  "end": 10197,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 25
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10198,
                                  "end": 10203,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 31
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "ReturnStatement",
                        "start": 10216,
                        "end": 10228,
                        "loc": {
                          "start": {
                            "line": 311,
                            "column": 11
                          },
                          "end": {
                            "line": 311,
                            "column": 23
                          }
                        },
                        "argument": {
                          "type": "NullLiteral",
                          "start": 10223,
                          "end": 10227,
                          "loc": {
                            "start": {
                              "line": 311,
                              "column": 18
                            },
                            "end": {
                              "line": 311,
                              "column": 22
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get bid entities by a definition id\n   *\n   * @param {string} type The type of bid entity ('metric'|'field'|'line_item'|'datatable'|'component')\n   * @param {number} defId The definition id to lookup by\n   * @return {BidEntity[]} list of bid entities with the given def id\n   ",
                    "start": 10236,
                    "end": 10523,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 2
                      },
                      "end": {
                        "line": 320,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 10526,
                "end": 10890,
                "loc": {
                  "start": {
                    "line": 321,
                    "column": 2
                  },
                  "end": {
                    "line": 333,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 10526,
                  "end": 10547,
                  "loc": {
                    "start": {
                      "line": 321,
                      "column": 2
                    },
                    "end": {
                      "line": 321,
                      "column": 23
                    },
                    "identifierName": "getBidEntitiesByDefId"
                  },
                  "name": "getBidEntitiesByDefId",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 10548,
                    "end": 10552,
                    "loc": {
                      "start": {
                        "line": 321,
                        "column": 24
                      },
                      "end": {
                        "line": 321,
                        "column": 28
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 10554,
                    "end": 10559,
                    "loc": {
                      "start": {
                        "line": 321,
                        "column": 30
                      },
                      "end": {
                        "line": 321,
                        "column": 35
                      },
                      "identifierName": "defId"
                    },
                    "name": "defId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 10561,
                  "end": 10890,
                  "loc": {
                    "start": {
                      "line": 321,
                      "column": 37
                    },
                    "end": {
                      "line": 333,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 10567,
                      "end": 10712,
                      "loc": {
                        "start": {
                          "line": 322,
                          "column": 4
                        },
                        "end": {
                          "line": 324,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 10571,
                        "end": 10632,
                        "loc": {
                          "start": {
                            "line": 322,
                            "column": 8
                          },
                          "end": {
                            "line": 322,
                            "column": 69
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 10571,
                          "end": 10608,
                          "loc": {
                            "start": {
                              "line": 322,
                              "column": 8
                            },
                            "end": {
                              "line": 322,
                              "column": 45
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 10571,
                            "end": 10588,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 8
                              },
                              "end": {
                                "line": 322,
                                "column": 25
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 10571,
                              "end": 10575,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 8
                                },
                                "end": {
                                  "line": 322,
                                  "column": 12
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 10580,
                              "end": 10588,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 17
                                },
                                "end": {
                                  "line": 322,
                                  "column": 25
                                }
                              },
                              "extra": {
                                "rawValue": "metric",
                                "raw": "\"metric\""
                              },
                              "value": "metric"
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 10592,
                            "end": 10608,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 29
                              },
                              "end": {
                                "line": 322,
                                "column": 45
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 10592,
                              "end": 10596,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 29
                                },
                                "end": {
                                  "line": 322,
                                  "column": 33
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 10601,
                              "end": 10608,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 38
                                },
                                "end": {
                                  "line": 322,
                                  "column": 45
                                }
                              },
                              "extra": {
                                "rawValue": "field",
                                "raw": "\"field\""
                              },
                              "value": "field"
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 10612,
                          "end": 10632,
                          "loc": {
                            "start": {
                              "line": 322,
                              "column": 49
                            },
                            "end": {
                              "line": 322,
                              "column": 69
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 10612,
                            "end": 10616,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 49
                              },
                              "end": {
                                "line": 322,
                                "column": 53
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 10621,
                            "end": 10632,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 58
                              },
                              "end": {
                                "line": 322,
                                "column": 69
                              }
                            },
                            "extra": {
                              "rawValue": "line_item",
                              "raw": "\"line_item\""
                            },
                            "value": "line_item"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10634,
                        "end": 10712,
                        "loc": {
                          "start": {
                            "line": 322,
                            "column": 71
                          },
                          "end": {
                            "line": 324,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 10642,
                            "end": 10706,
                            "loc": {
                              "start": {
                                "line": 323,
                                "column": 6
                              },
                              "end": {
                                "line": 323,
                                "column": 70
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 10649,
                              "end": 10705,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 13
                                },
                                "end": {
                                  "line": 323,
                                  "column": 69
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10649,
                                "end": 10657,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10649,
                                  "end": 10650,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 14
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10651,
                                  "end": 10657,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 21
                                    },
                                    "identifierName": "filter"
                                  },
                                  "name": "filter"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 10658,
                                  "end": 10681,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 45
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10658,
                                    "end": 10675,
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 10658,
                                      "end": 10662,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 323,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10663,
                                      "end": 10675,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 323,
                                          "column": 39
                                        },
                                        "identifierName": "getBidEntity"
                                      },
                                      "name": "getBidEntity"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10676,
                                      "end": 10680,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 323,
                                          "column": 44
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    }
                                  ]
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 10683,
                                  "end": 10704,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 68
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10684,
                                      "end": 10703,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 323,
                                          "column": 67
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10684,
                                        "end": 10696,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 60
                                          },
                                          "identifierName": "definitionId"
                                        },
                                        "name": "definitionId"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 10698,
                                        "end": 10703,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 67
                                          },
                                          "identifierName": "defId"
                                        },
                                        "name": "defId"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 10718,
                      "end": 10799,
                      "loc": {
                        "start": {
                          "line": 326,
                          "column": 4
                        },
                        "end": {
                          "line": 328,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 10722,
                        "end": 10742,
                        "loc": {
                          "start": {
                            "line": 326,
                            "column": 8
                          },
                          "end": {
                            "line": 326,
                            "column": 28
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 10722,
                          "end": 10726,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 8
                            },
                            "end": {
                              "line": 326,
                              "column": 12
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 10731,
                          "end": 10742,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 17
                            },
                            "end": {
                              "line": 326,
                              "column": 28
                            }
                          },
                          "extra": {
                            "rawValue": "datatable",
                            "raw": "\"datatable\""
                          },
                          "value": "datatable"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10744,
                        "end": 10799,
                        "loc": {
                          "start": {
                            "line": 326,
                            "column": 30
                          },
                          "end": {
                            "line": 328,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 10752,
                            "end": 10793,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 6
                              },
                              "end": {
                                "line": 327,
                                "column": 47
                              }
                            },
                            "argument": {
                              "type": "ArrayExpression",
                              "start": 10759,
                              "end": 10792,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 13
                                },
                                "end": {
                                  "line": 327,
                                  "column": 46
                                }
                              },
                              "elements": [
                                {
                                  "type": "CallExpression",
                                  "start": 10760,
                                  "end": 10791,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 45
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10760,
                                    "end": 10784,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 10760,
                                      "end": 10764,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10765,
                                      "end": 10784,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 38
                                        },
                                        "identifierName": "getDatatableByDefId"
                                      },
                                      "name": "getDatatableByDefId"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10785,
                                      "end": 10790,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 44
                                        },
                                        "identifierName": "defId"
                                      },
                                      "name": "defId"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 10805,
                      "end": 10886,
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 4
                        },
                        "end": {
                          "line": 332,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 10809,
                        "end": 10829,
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 8
                          },
                          "end": {
                            "line": 330,
                            "column": 28
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 10809,
                          "end": 10813,
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 8
                            },
                            "end": {
                              "line": 330,
                              "column": 12
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 10818,
                          "end": 10829,
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 17
                            },
                            "end": {
                              "line": 330,
                              "column": 28
                            }
                          },
                          "extra": {
                            "rawValue": "component",
                            "raw": "\"component\""
                          },
                          "value": "component"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10831,
                        "end": 10886,
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 30
                          },
                          "end": {
                            "line": 332,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 10839,
                            "end": 10880,
                            "loc": {
                              "start": {
                                "line": 331,
                                "column": 6
                              },
                              "end": {
                                "line": 331,
                                "column": 47
                              }
                            },
                            "argument": {
                              "type": "ArrayExpression",
                              "start": 10846,
                              "end": 10879,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 13
                                },
                                "end": {
                                  "line": 331,
                                  "column": 46
                                }
                              },
                              "elements": [
                                {
                                  "type": "CallExpression",
                                  "start": 10847,
                                  "end": 10878,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 45
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10847,
                                    "end": 10871,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 10847,
                                      "end": 10851,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10852,
                                      "end": 10871,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 38
                                        },
                                        "identifierName": "getComponentByDefId"
                                      },
                                      "name": "getComponentByDefId"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10872,
                                      "end": 10877,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 44
                                        },
                                        "identifierName": "defId"
                                      },
                                      "name": "defId"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get bid entities by a definition id\n   *\n   * @param {string} type The type of bid entity ('metric'|'field'|'line_item'|'datatable'|'component')\n   * @param {number} defId The definition id to lookup by\n   * @return {BidEntity[]} list of bid entities with the given def id\n   ",
                    "start": 10236,
                    "end": 10523,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 2
                      },
                      "end": {
                        "line": 320,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets all the dependants for a bid bid entity.\n   *\n   * @param {string} type The type of bid enity. IE. line_item, field, metric, component, etc.\n   * @param {int} id The id of the bid entity.\n   * @returns [BidEntity[]]\n   ",
                    "start": 10894,
                    "end": 11129,
                    "loc": {
                      "start": {
                        "line": 335,
                        "column": 2
                      },
                      "end": {
                        "line": 341,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 11132,
                "end": 11728,
                "loc": {
                  "start": {
                    "line": 342,
                    "column": 2
                  },
                  "end": {
                    "line": 361,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11132,
                  "end": 11145,
                  "loc": {
                    "start": {
                      "line": 342,
                      "column": 2
                    },
                    "end": {
                      "line": 342,
                      "column": 15
                    },
                    "identifierName": "getDependants"
                  },
                  "name": "getDependants",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11146,
                    "end": 11150,
                    "loc": {
                      "start": {
                        "line": 342,
                        "column": 16
                      },
                      "end": {
                        "line": 342,
                        "column": 20
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 11152,
                    "end": 11154,
                    "loc": {
                      "start": {
                        "line": 342,
                        "column": 22
                      },
                      "end": {
                        "line": 342,
                        "column": 24
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11156,
                  "end": 11728,
                  "loc": {
                    "start": {
                      "line": 342,
                      "column": 26
                    },
                    "end": {
                      "line": 361,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 11162,
                      "end": 11182,
                      "loc": {
                        "start": {
                          "line": 343,
                          "column": 4
                        },
                        "end": {
                          "line": 343,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11166,
                          "end": 11181,
                          "loc": {
                            "start": {
                              "line": 343,
                              "column": 8
                            },
                            "end": {
                              "line": 343,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11166,
                            "end": 11176,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 8
                              },
                              "end": {
                                "line": 343,
                                "column": 18
                              },
                              "identifierName": "dependants"
                            },
                            "name": "dependants"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 11179,
                            "end": 11181,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 21
                              },
                              "end": {
                                "line": 343,
                                "column": 23
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "TryStatement",
                      "start": 11187,
                      "end": 11700,
                      "loc": {
                        "start": {
                          "line": 344,
                          "column": 4
                        },
                        "end": {
                          "line": 358,
                          "column": 5
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 11191,
                        "end": 11629,
                        "loc": {
                          "start": {
                            "line": 344,
                            "column": 8
                          },
                          "end": {
                            "line": 356,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 11199,
                            "end": 11623,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 6
                              },
                              "end": {
                                "line": 355,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 11199,
                              "end": 11622,
                              "loc": {
                                "start": {
                                  "line": 345,
                                  "column": 6
                                },
                                "end": {
                                  "line": 355,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11199,
                                "end": 11205,
                                "loc": {
                                  "start": {
                                    "line": 345,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 345,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11199,
                                  "end": 11200,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 7
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11201,
                                  "end": 11205,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 12
                                    },
                                    "identifierName": "each"
                                  },
                                  "name": "each"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 11206,
                                  "end": 11217,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 11206,
                                    "end": 11210,
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11211,
                                    "end": 11217,
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 24
                                      },
                                      "identifierName": "_types"
                                    },
                                    "name": "_types"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 11219,
                                  "end": 11621,
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 355,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 11219,
                                      "end": 11229,
                                      "loc": {
                                        "start": {
                                          "line": 345,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 345,
                                          "column": 36
                                        },
                                        "identifierName": "entityType"
                                      },
                                      "name": "entityType"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 11233,
                                    "end": 11621,
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 11243,
                                        "end": 11319,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 84
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 11249,
                                            "end": 11318,
                                            "loc": {
                                              "start": {
                                                "line": 346,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 346,
                                                "column": 83
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 11249,
                                              "end": 11256,
                                              "loc": {
                                                "start": {
                                                  "line": 346,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 346,
                                                  "column": 21
                                                },
                                                "identifierName": "typeKey"
                                              },
                                              "name": "typeKey"
                                            },
                                            "init": {
                                              "type": "ConditionalExpression",
                                              "start": 11259,
                                              "end": 11318,
                                              "loc": {
                                                "start": {
                                                  "line": 346,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 346,
                                                  "column": 83
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 11259,
                                                "end": 11284,
                                                "loc": {
                                                  "start": {
                                                    "line": 346,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 346,
                                                    "column": 49
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 11259,
                                                  "end": 11269,
                                                  "loc": {
                                                    "start": {
                                                      "line": 346,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 346,
                                                      "column": 34
                                                    },
                                                    "identifierName": "entityType"
                                                  },
                                                  "name": "entityType"
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 11274,
                                                  "end": 11284,
                                                  "loc": {
                                                    "start": {
                                                      "line": 346,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 346,
                                                      "column": 49
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "assembly",
                                                    "raw": "\"assembly\""
                                                  },
                                                  "value": "assembly"
                                                }
                                              },
                                              "consequent": {
                                                "type": "StringLiteral",
                                                "start": 11287,
                                                "end": 11299,
                                                "loc": {
                                                  "start": {
                                                    "line": 346,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 346,
                                                    "column": 64
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "assemblies",
                                                  "raw": "\"assemblies\""
                                                },
                                                "value": "assemblies"
                                              },
                                              "alternate": {
                                                "type": "BinaryExpression",
                                                "start": 11302,
                                                "end": 11318,
                                                "loc": {
                                                  "start": {
                                                    "line": 346,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 346,
                                                    "column": 83
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 11302,
                                                  "end": 11312,
                                                  "loc": {
                                                    "start": {
                                                      "line": 346,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 346,
                                                      "column": 77
                                                    },
                                                    "identifierName": "entityType"
                                                  },
                                                  "name": "entityType"
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 11315,
                                                  "end": 11318,
                                                  "loc": {
                                                    "start": {
                                                      "line": 346,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 346,
                                                      "column": 83
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "s",
                                                    "raw": "\"s\""
                                                  },
                                                  "value": "s"
                                                }
                                              }
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 11328,
                                        "end": 11373,
                                        "loc": {
                                          "start": {
                                            "line": 347,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 347,
                                            "column": 53
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 11334,
                                            "end": 11372,
                                            "loc": {
                                              "start": {
                                                "line": 347,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 347,
                                                "column": 52
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 11334,
                                              "end": 11342,
                                              "loc": {
                                                "start": {
                                                  "line": 347,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 347,
                                                  "column": 22
                                                },
                                                "identifierName": "entities"
                                              },
                                              "name": "entities"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 11345,
                                              "end": 11372,
                                              "loc": {
                                                "start": {
                                                  "line": 347,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 347,
                                                  "column": 52
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11345,
                                                "end": 11363,
                                                "loc": {
                                                  "start": {
                                                    "line": 347,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 347,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 11345,
                                                  "end": 11349,
                                                  "loc": {
                                                    "start": {
                                                      "line": 347,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 347,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11350,
                                                  "end": 11363,
                                                  "loc": {
                                                    "start": {
                                                      "line": 347,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 347,
                                                      "column": 43
                                                    },
                                                    "identifierName": "getCollection"
                                                  },
                                                  "name": "getCollection"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 11364,
                                                  "end": 11371,
                                                  "loc": {
                                                    "start": {
                                                      "line": 347,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 347,
                                                      "column": 51
                                                    },
                                                    "identifierName": "typeKey"
                                                  },
                                                  "name": "typeKey"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 11382,
                                        "end": 11613,
                                        "loc": {
                                          "start": {
                                            "line": 348,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 354,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 11382,
                                          "end": 11612,
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 354,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11382,
                                            "end": 11388,
                                            "loc": {
                                              "start": {
                                                "line": 348,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 348,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11382,
                                              "end": 11383,
                                              "loc": {
                                                "start": {
                                                  "line": 348,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 348,
                                                  "column": 9
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11384,
                                              "end": 11388,
                                              "loc": {
                                                "start": {
                                                  "line": 348,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 348,
                                                  "column": 14
                                                },
                                                "identifierName": "each"
                                              },
                                              "name": "each"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 11389,
                                              "end": 11397,
                                              "loc": {
                                                "start": {
                                                  "line": 348,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 348,
                                                  "column": 23
                                                },
                                                "identifierName": "entities"
                                              },
                                              "name": "entities"
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 11399,
                                              "end": 11611,
                                              "loc": {
                                                "start": {
                                                  "line": 348,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 354,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 11399,
                                                  "end": 11405,
                                                  "loc": {
                                                    "start": {
                                                      "line": 348,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 348,
                                                      "column": 31
                                                    },
                                                    "identifierName": "entity"
                                                  },
                                                  "name": "entity"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 11409,
                                                "end": 11611,
                                                "loc": {
                                                  "start": {
                                                    "line": 348,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 354,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 11421,
                                                    "end": 11601,
                                                    "loc": {
                                                      "start": {
                                                        "line": 349,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 353,
                                                        "column": 13
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 11421,
                                                      "end": 11600,
                                                      "loc": {
                                                        "start": {
                                                          "line": 349,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 353,
                                                          "column": 12
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 11421,
                                                        "end": 11427,
                                                        "loc": {
                                                          "start": {
                                                            "line": 349,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 349,
                                                            "column": 16
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 11421,
                                                          "end": 11422,
                                                          "loc": {
                                                            "start": {
                                                              "line": 349,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 349,
                                                              "column": 11
                                                            },
                                                            "identifierName": "_"
                                                          },
                                                          "name": "_"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11423,
                                                          "end": 11427,
                                                          "loc": {
                                                            "start": {
                                                              "line": 349,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 349,
                                                              "column": 16
                                                            },
                                                            "identifierName": "each"
                                                          },
                                                          "name": "each"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 11428,
                                                          "end": 11449,
                                                          "loc": {
                                                            "start": {
                                                              "line": 349,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 349,
                                                              "column": 38
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 11428,
                                                            "end": 11447,
                                                            "loc": {
                                                              "start": {
                                                                "line": 349,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 349,
                                                                "column": 36
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 11428,
                                                              "end": 11434,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 349,
                                                                  "column": 17
                                                                },
                                                                "end": {
                                                                  "line": 349,
                                                                  "column": 23
                                                                },
                                                                "identifierName": "entity"
                                                              },
                                                              "name": "entity"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 11435,
                                                              "end": 11447,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 349,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 349,
                                                                  "column": 36
                                                                },
                                                                "identifierName": "dependencies"
                                                              },
                                                              "name": "dependencies"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        {
                                                          "type": "ArrowFunctionExpression",
                                                          "start": 11451,
                                                          "end": 11599,
                                                          "loc": {
                                                            "start": {
                                                              "line": 349,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 353,
                                                              "column": 11
                                                            }
                                                          },
                                                          "id": null,
                                                          "generator": false,
                                                          "expression": false,
                                                          "async": false,
                                                          "params": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 11451,
                                                              "end": 11461,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 349,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 349,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "dependency"
                                                              },
                                                              "name": "dependency"
                                                            }
                                                          ],
                                                          "body": {
                                                            "type": "BlockStatement",
                                                            "start": 11465,
                                                            "end": 11599,
                                                            "loc": {
                                                              "start": {
                                                                "line": 349,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 353,
                                                                "column": 11
                                                              }
                                                            },
                                                            "body": [
                                                              {
                                                                "type": "IfStatement",
                                                                "start": 11479,
                                                                "end": 11587,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 350,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 352,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "LogicalExpression",
                                                                  "start": 11483,
                                                                  "end": 11531,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 350,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 350,
                                                                      "column": 64
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "BinaryExpression",
                                                                    "start": 11483,
                                                                    "end": 11507,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 350,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 350,
                                                                        "column": 40
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11483,
                                                                      "end": 11498,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 350,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 350,
                                                                          "column": 31
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 11483,
                                                                        "end": 11493,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 350,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 350,
                                                                            "column": 26
                                                                          },
                                                                          "identifierName": "dependency"
                                                                        },
                                                                        "name": "dependency"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11494,
                                                                        "end": 11498,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 350,
                                                                            "column": 27
                                                                          },
                                                                          "end": {
                                                                            "line": 350,
                                                                            "column": 31
                                                                          },
                                                                          "identifierName": "type"
                                                                        },
                                                                        "name": "type"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "operator": "===",
                                                                    "right": {
                                                                      "type": "Identifier",
                                                                      "start": 11503,
                                                                      "end": 11507,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 350,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 350,
                                                                          "column": 40
                                                                        },
                                                                        "identifierName": "type"
                                                                      },
                                                                      "name": "type"
                                                                    }
                                                                  },
                                                                  "operator": "&&",
                                                                  "right": {
                                                                    "type": "BinaryExpression",
                                                                    "start": 11511,
                                                                    "end": 11531,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 350,
                                                                        "column": 44
                                                                      },
                                                                      "end": {
                                                                        "line": 350,
                                                                        "column": 64
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11511,
                                                                      "end": 11524,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 350,
                                                                          "column": 44
                                                                        },
                                                                        "end": {
                                                                          "line": 350,
                                                                          "column": 57
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 11511,
                                                                        "end": 11521,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 350,
                                                                            "column": 44
                                                                          },
                                                                          "end": {
                                                                            "line": 350,
                                                                            "column": 54
                                                                          },
                                                                          "identifierName": "dependency"
                                                                        },
                                                                        "name": "dependency"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11522,
                                                                        "end": 11524,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 350,
                                                                            "column": 55
                                                                          },
                                                                          "end": {
                                                                            "line": 350,
                                                                            "column": 57
                                                                          },
                                                                          "identifierName": "id"
                                                                        },
                                                                        "name": "id"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "operator": "===",
                                                                    "right": {
                                                                      "type": "Identifier",
                                                                      "start": 11529,
                                                                      "end": 11531,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 350,
                                                                          "column": 62
                                                                        },
                                                                        "end": {
                                                                          "line": 350,
                                                                          "column": 64
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    }
                                                                  }
                                                                },
                                                                "consequent": {
                                                                  "type": "BlockStatement",
                                                                  "start": 11533,
                                                                  "end": 11587,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 350,
                                                                      "column": 66
                                                                    },
                                                                    "end": {
                                                                      "line": 352,
                                                                      "column": 13
                                                                    }
                                                                  },
                                                                  "body": [
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 11549,
                                                                      "end": 11573,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 351,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 351,
                                                                          "column": 38
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "CallExpression",
                                                                        "start": 11549,
                                                                        "end": 11572,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 351,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 351,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 11549,
                                                                          "end": 11564,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 351,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 351,
                                                                              "column": 29
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 11549,
                                                                            "end": 11559,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 351,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 351,
                                                                                "column": 24
                                                                              },
                                                                              "identifierName": "dependants"
                                                                            },
                                                                            "name": "dependants"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 11560,
                                                                            "end": 11564,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 351,
                                                                                "column": 25
                                                                              },
                                                                              "end": {
                                                                                "line": 351,
                                                                                "column": 29
                                                                              },
                                                                              "identifierName": "push"
                                                                            },
                                                                            "name": "push"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 11565,
                                                                            "end": 11571,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 351,
                                                                                "column": 30
                                                                              },
                                                                              "end": {
                                                                                "line": 351,
                                                                                "column": 36
                                                                              },
                                                                              "identifierName": "entity"
                                                                            },
                                                                            "name": "entity"
                                                                          }
                                                                        ]
                                                                      }
                                                                    }
                                                                  ],
                                                                  "directives": []
                                                                },
                                                                "alternate": null
                                                              }
                                                            ],
                                                            "directives": []
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 11630,
                        "end": 11700,
                        "loc": {
                          "start": {
                            "line": 356,
                            "column": 6
                          },
                          "end": {
                            "line": 358,
                            "column": 5
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 11637,
                          "end": 11642,
                          "loc": {
                            "start": {
                              "line": 356,
                              "column": 13
                            },
                            "end": {
                              "line": 356,
                              "column": 18
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 11644,
                          "end": 11700,
                          "loc": {
                            "start": {
                              "line": 356,
                              "column": 20
                            },
                            "end": {
                              "line": 358,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 11652,
                              "end": 11694,
                              "loc": {
                                "start": {
                                  "line": 357,
                                  "column": 6
                                },
                                "end": {
                                  "line": 357,
                                  "column": 48
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 11652,
                                "end": 11693,
                                "loc": {
                                  "start": {
                                    "line": 357,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 357,
                                    "column": 47
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 11652,
                                  "end": 11663,
                                  "loc": {
                                    "start": {
                                      "line": 357,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 357,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11652,
                                    "end": 11659,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 13
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11660,
                                    "end": 11663,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 17
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 11664,
                                    "end": 11669,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 23
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 11671,
                                    "end": 11675,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 29
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 11677,
                                    "end": 11684,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 38
                                      },
                                      "identifierName": "typeKey"
                                    },
                                    "name": "typeKey"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 11686,
                                    "end": 11692,
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 46
                                      },
                                      "identifierName": "entity"
                                    },
                                    "name": "entity"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 11706,
                      "end": 11724,
                      "loc": {
                        "start": {
                          "line": 360,
                          "column": 4
                        },
                        "end": {
                          "line": 360,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 11713,
                        "end": 11723,
                        "loc": {
                          "start": {
                            "line": 360,
                            "column": 11
                          },
                          "end": {
                            "line": 360,
                            "column": 21
                          },
                          "identifierName": "dependants"
                        },
                        "name": "dependants"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets all the dependants for a bid bid entity.\n   *\n   * @param {string} type The type of bid enity. IE. line_item, field, metric, component, etc.\n   * @param {int} id The id of the bid entity.\n   * @returns [BidEntity[]]\n   ",
                    "start": 10894,
                    "end": 11129,
                    "loc": {
                      "start": {
                        "line": 335,
                        "column": 2
                      },
                      "end": {
                        "line": 341,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a bid entity by type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {BidEntity}\n   ",
                    "start": 11732,
                    "end": 11870,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 2
                      },
                      "end": {
                        "line": 369,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 11873,
                "end": 12246,
                "loc": {
                  "start": {
                    "line": 370,
                    "column": 2
                  },
                  "end": {
                    "line": 383,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 11873,
                  "end": 11885,
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 2
                    },
                    "end": {
                      "line": 370,
                      "column": 14
                    },
                    "identifierName": "getBidEntity"
                  },
                  "name": "getBidEntity",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11886,
                    "end": 11890,
                    "loc": {
                      "start": {
                        "line": 370,
                        "column": 15
                      },
                      "end": {
                        "line": 370,
                        "column": 19
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 11892,
                    "end": 11894,
                    "loc": {
                      "start": {
                        "line": 370,
                        "column": 21
                      },
                      "end": {
                        "line": 370,
                        "column": 23
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11896,
                  "end": 12246,
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 25
                    },
                    "end": {
                      "line": 383,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 11929,
                      "end": 11991,
                      "loc": {
                        "start": {
                          "line": 372,
                          "column": 4
                        },
                        "end": {
                          "line": 372,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11933,
                          "end": 11990,
                          "loc": {
                            "start": {
                              "line": 372,
                              "column": 8
                            },
                            "end": {
                              "line": 372,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11933,
                            "end": 11940,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 8
                              },
                              "end": {
                                "line": 372,
                                "column": 15
                              },
                              "identifierName": "typeKey"
                            },
                            "name": "typeKey",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 11943,
                            "end": 11990,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 18
                              },
                              "end": {
                                "line": 372,
                                "column": 65
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 11943,
                              "end": 11962,
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 18
                                },
                                "end": {
                                  "line": 372,
                                  "column": 37
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 11943,
                                "end": 11947,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 22
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 11952,
                                "end": 11962,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 37
                                  }
                                },
                                "extra": {
                                  "rawValue": "assembly",
                                  "raw": "\"assembly\""
                                },
                                "value": "assembly"
                              }
                            },
                            "consequent": {
                              "type": "StringLiteral",
                              "start": 11965,
                              "end": 11977,
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 40
                                },
                                "end": {
                                  "line": 372,
                                  "column": 52
                                }
                              },
                              "extra": {
                                "rawValue": "assemblies",
                                "raw": "\"assemblies\""
                              },
                              "value": "assemblies"
                            },
                            "alternate": {
                              "type": "BinaryExpression",
                              "start": 11980,
                              "end": 11990,
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 55
                                },
                                "end": {
                                  "line": 372,
                                  "column": 65
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 11980,
                                "end": 11984,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 59
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 11987,
                                "end": 11990,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 65
                                  }
                                },
                                "extra": {
                                  "rawValue": "s",
                                  "raw": "\"s\""
                                },
                                "value": "s"
                              }
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "let",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "make typeKey plural.",
                          "start": 11902,
                          "end": 11924,
                          "loc": {
                            "start": {
                              "line": 371,
                              "column": 4
                            },
                            "end": {
                              "line": 371,
                              "column": 26
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 11996,
                      "end": 12043,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 4
                        },
                        "end": {
                          "line": 373,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12002,
                          "end": 12042,
                          "loc": {
                            "start": {
                              "line": 373,
                              "column": 10
                            },
                            "end": {
                              "line": 373,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12002,
                            "end": 12012,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 10
                              },
                              "end": {
                                "line": 373,
                                "column": 20
                              },
                              "identifierName": "collection"
                            },
                            "name": "collection"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 12015,
                            "end": 12042,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 23
                              },
                              "end": {
                                "line": 373,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12015,
                              "end": 12033,
                              "loc": {
                                "start": {
                                  "line": 373,
                                  "column": 23
                                },
                                "end": {
                                  "line": 373,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12015,
                                "end": 12019,
                                "loc": {
                                  "start": {
                                    "line": 373,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 373,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12020,
                                "end": 12033,
                                "loc": {
                                  "start": {
                                    "line": 373,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 373,
                                    "column": 41
                                  },
                                  "identifierName": "getCollection"
                                },
                                "name": "getCollection"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12034,
                                "end": 12041,
                                "loc": {
                                  "start": {
                                    "line": 373,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 373,
                                    "column": 49
                                  },
                                  "identifierName": "typeKey"
                                },
                                "name": "typeKey"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 12048,
                      "end": 12242,
                      "loc": {
                        "start": {
                          "line": 374,
                          "column": 4
                        },
                        "end": {
                          "line": 382,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 12052,
                        "end": 12070,
                        "loc": {
                          "start": {
                            "line": 374,
                            "column": 8
                          },
                          "end": {
                            "line": 374,
                            "column": 26
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 12053,
                          "end": 12070,
                          "loc": {
                            "start": {
                              "line": 374,
                              "column": 9
                            },
                            "end": {
                              "line": 374,
                              "column": 26
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12053,
                            "end": 12066,
                            "loc": {
                              "start": {
                                "line": 374,
                                "column": 9
                              },
                              "end": {
                                "line": 374,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 12053,
                              "end": 12054,
                              "loc": {
                                "start": {
                                  "line": 374,
                                  "column": 9
                                },
                                "end": {
                                  "line": 374,
                                  "column": 10
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12055,
                              "end": 12066,
                              "loc": {
                                "start": {
                                  "line": 374,
                                  "column": 11
                                },
                                "end": {
                                  "line": 374,
                                  "column": 22
                                },
                                "identifierName": "isUndefined"
                              },
                              "name": "isUndefined"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12067,
                              "end": 12069,
                              "loc": {
                                "start": {
                                  "line": 374,
                                  "column": 23
                                },
                                "end": {
                                  "line": 374,
                                  "column": 25
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12072,
                        "end": 12204,
                        "loc": {
                          "start": {
                            "line": 374,
                            "column": 28
                          },
                          "end": {
                            "line": 380,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 12080,
                            "end": 12128,
                            "loc": {
                              "start": {
                                "line": 375,
                                "column": 6
                              },
                              "end": {
                                "line": 377,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 12084,
                              "end": 12096,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 10
                                },
                                "end": {
                                  "line": 375,
                                  "column": 22
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12084,
                                "end": 12092,
                                "loc": {
                                  "start": {
                                    "line": 375,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 375,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12084,
                                  "end": 12085,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 11
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12086,
                                  "end": 12092,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 18
                                    },
                                    "identifierName": "isNull"
                                  },
                                  "name": "isNull"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 12093,
                                  "end": 12095,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 21
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 12098,
                              "end": 12128,
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 24
                                },
                                "end": {
                                  "line": 377,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 12108,
                                  "end": 12120,
                                  "loc": {
                                    "start": {
                                      "line": 376,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 376,
                                      "column": 20
                                    }
                                  },
                                  "argument": {
                                    "type": "NullLiteral",
                                    "start": 12115,
                                    "end": 12119,
                                    "loc": {
                                      "start": {
                                        "line": 376,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 376,
                                        "column": 19
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 12136,
                            "end": 12198,
                            "loc": {
                              "start": {
                                "line": 379,
                                "column": 6
                              },
                              "end": {
                                "line": 379,
                                "column": 68
                              }
                            },
                            "argument": {
                              "type": "ConditionalExpression",
                              "start": 12143,
                              "end": 12197,
                              "loc": {
                                "start": {
                                  "line": 379,
                                  "column": 13
                                },
                                "end": {
                                  "line": 379,
                                  "column": 67
                                }
                              },
                              "test": {
                                "type": "UnaryExpression",
                                "start": 12143,
                                "end": 12173,
                                "loc": {
                                  "start": {
                                    "line": 379,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 379,
                                    "column": 43
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 12144,
                                  "end": 12173,
                                  "loc": {
                                    "start": {
                                      "line": 379,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 379,
                                      "column": 43
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12144,
                                    "end": 12157,
                                    "loc": {
                                      "start": {
                                        "line": 379,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 379,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12144,
                                      "end": 12145,
                                      "loc": {
                                        "start": {
                                          "line": 379,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 379,
                                          "column": 15
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12146,
                                      "end": 12157,
                                      "loc": {
                                        "start": {
                                          "line": 379,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 379,
                                          "column": 27
                                        },
                                        "identifierName": "isUndefined"
                                      },
                                      "name": "isUndefined"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 12158,
                                      "end": 12172,
                                      "loc": {
                                        "start": {
                                          "line": 379,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 379,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 12158,
                                        "end": 12168,
                                        "loc": {
                                          "start": {
                                            "line": 379,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 379,
                                            "column": 38
                                          },
                                          "identifierName": "collection"
                                        },
                                        "name": "collection"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12169,
                                        "end": 12171,
                                        "loc": {
                                          "start": {
                                            "line": 379,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 379,
                                            "column": 41
                                          },
                                          "identifierName": "id"
                                        },
                                        "name": "id"
                                      },
                                      "computed": true
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "consequent": {
                                "type": "MemberExpression",
                                "start": 12176,
                                "end": 12190,
                                "loc": {
                                  "start": {
                                    "line": 379,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 379,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12176,
                                  "end": 12186,
                                  "loc": {
                                    "start": {
                                      "line": 379,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 379,
                                      "column": 56
                                    },
                                    "identifierName": "collection"
                                  },
                                  "name": "collection"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12187,
                                  "end": 12189,
                                  "loc": {
                                    "start": {
                                      "line": 379,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 379,
                                      "column": 59
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": true
                              },
                              "alternate": {
                                "type": "NullLiteral",
                                "start": 12193,
                                "end": 12197,
                                "loc": {
                                  "start": {
                                    "line": 379,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 379,
                                    "column": 67
                                  }
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 12210,
                        "end": 12242,
                        "loc": {
                          "start": {
                            "line": 380,
                            "column": 11
                          },
                          "end": {
                            "line": 382,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 12218,
                            "end": 12236,
                            "loc": {
                              "start": {
                                "line": 381,
                                "column": 6
                              },
                              "end": {
                                "line": 381,
                                "column": 24
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 12225,
                              "end": 12235,
                              "loc": {
                                "start": {
                                  "line": 381,
                                  "column": 13
                                },
                                "end": {
                                  "line": 381,
                                  "column": 23
                                },
                                "identifierName": "collection"
                              },
                              "name": "collection"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a bid entity by type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {BidEntity}\n   ",
                    "start": 11732,
                    "end": 11870,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 2
                      },
                      "end": {
                        "line": 369,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the full collection of bid entites by type. Returned is a keyed object by the bid entity id.\n   *\n   * @param {string} type\n   * @returns {object}\n   ",
                    "start": 12250,
                    "end": 12419,
                    "loc": {
                      "start": {
                        "line": 385,
                        "column": 2
                      },
                      "end": {
                        "line": 390,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 12422,
                "end": 12677,
                "loc": {
                  "start": {
                    "line": 391,
                    "column": 2
                  },
                  "end": {
                    "line": 397,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12422,
                  "end": 12435,
                  "loc": {
                    "start": {
                      "line": 391,
                      "column": 2
                    },
                    "end": {
                      "line": 391,
                      "column": 15
                    },
                    "identifierName": "getCollection"
                  },
                  "name": "getCollection",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12436,
                    "end": 12440,
                    "loc": {
                      "start": {
                        "line": 391,
                        "column": 16
                      },
                      "end": {
                        "line": 391,
                        "column": 20
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12442,
                  "end": 12677,
                  "loc": {
                    "start": {
                      "line": 391,
                      "column": 22
                    },
                    "end": {
                      "line": 397,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 12448,
                      "end": 12673,
                      "loc": {
                        "start": {
                          "line": 392,
                          "column": 4
                        },
                        "end": {
                          "line": 396,
                          "column": 64
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 12452,
                        "end": 12476,
                        "loc": {
                          "start": {
                            "line": 392,
                            "column": 8
                          },
                          "end": {
                            "line": 392,
                            "column": 32
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 12452,
                          "end": 12456,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 8
                            },
                            "end": {
                              "line": 392,
                              "column": 12
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 12461,
                          "end": 12476,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 17
                            },
                            "end": {
                              "line": 392,
                              "column": 32
                            }
                          },
                          "extra": {
                            "rawValue": "bid_variables",
                            "raw": "\"bid_variables\""
                          },
                          "value": "bid_variables"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12478,
                        "end": 12524,
                        "loc": {
                          "start": {
                            "line": 392,
                            "column": 34
                          },
                          "end": {
                            "line": 394,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 12486,
                            "end": 12518,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 6
                              },
                              "end": {
                                "line": 393,
                                "column": 38
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 12493,
                              "end": 12517,
                              "loc": {
                                "start": {
                                  "line": 393,
                                  "column": 13
                                },
                                "end": {
                                  "line": 393,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 12493,
                                "end": 12507,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12493,
                                  "end": 12501,
                                  "loc": {
                                    "start": {
                                      "line": 393,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 393,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12493,
                                    "end": 12497,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12498,
                                    "end": 12501,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 21
                                      },
                                      "identifierName": "bid"
                                    },
                                    "name": "bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12502,
                                  "end": 12507,
                                  "loc": {
                                    "start": {
                                      "line": 393,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 393,
                                      "column": 27
                                    },
                                    "identifierName": "_data"
                                  },
                                  "name": "_data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12508,
                                "end": 12517,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 37
                                  },
                                  "identifierName": "variables"
                                },
                                "name": "variables"
                              },
                              "computed": false
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 12530,
                        "end": 12673,
                        "loc": {
                          "start": {
                            "line": 394,
                            "column": 11
                          },
                          "end": {
                            "line": 396,
                            "column": 64
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 12534,
                          "end": 12570,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 15
                            },
                            "end": {
                              "line": 394,
                              "column": 51
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 12535,
                            "end": 12570,
                            "loc": {
                              "start": {
                                "line": 394,
                                "column": 16
                              },
                              "end": {
                                "line": 394,
                                "column": 51
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12535,
                              "end": 12548,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 16
                                },
                                "end": {
                                  "line": 394,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12535,
                                "end": 12536,
                                "loc": {
                                  "start": {
                                    "line": 394,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 394,
                                    "column": 17
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12537,
                                "end": 12548,
                                "loc": {
                                  "start": {
                                    "line": 394,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 394,
                                    "column": 29
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 12549,
                                "end": 12569,
                                "loc": {
                                  "start": {
                                    "line": 394,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 394,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12549,
                                  "end": 12563,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 394,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12549,
                                    "end": 12557,
                                    "loc": {
                                      "start": {
                                        "line": 394,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 394,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 12549,
                                      "end": 12553,
                                      "loc": {
                                        "start": {
                                          "line": 394,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 394,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12554,
                                      "end": 12557,
                                      "loc": {
                                        "start": {
                                          "line": 394,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 394,
                                          "column": 38
                                        },
                                        "identifierName": "bid"
                                      },
                                      "name": "bid"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12558,
                                    "end": 12563,
                                    "loc": {
                                      "start": {
                                        "line": 394,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 394,
                                        "column": 44
                                      },
                                      "identifierName": "_data"
                                    },
                                    "name": "_data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12564,
                                  "end": 12568,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 394,
                                      "column": 49
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": true
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 12572,
                          "end": 12614,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 53
                            },
                            "end": {
                              "line": 396,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 12580,
                              "end": 12608,
                              "loc": {
                                "start": {
                                  "line": 395,
                                  "column": 6
                                },
                                "end": {
                                  "line": 395,
                                  "column": 34
                                }
                              },
                              "argument": {
                                "type": "MemberExpression",
                                "start": 12587,
                                "end": 12607,
                                "loc": {
                                  "start": {
                                    "line": 395,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 395,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12587,
                                  "end": 12601,
                                  "loc": {
                                    "start": {
                                      "line": 395,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 395,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12587,
                                    "end": 12595,
                                    "loc": {
                                      "start": {
                                        "line": 395,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 395,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 12587,
                                      "end": 12591,
                                      "loc": {
                                        "start": {
                                          "line": 395,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 395,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12592,
                                      "end": 12595,
                                      "loc": {
                                        "start": {
                                          "line": 395,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 395,
                                          "column": 21
                                        },
                                        "identifierName": "bid"
                                      },
                                      "name": "bid"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12596,
                                    "end": 12601,
                                    "loc": {
                                      "start": {
                                        "line": 395,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 395,
                                        "column": 27
                                      },
                                      "identifierName": "_data"
                                    },
                                    "name": "_data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12602,
                                  "end": 12606,
                                  "loc": {
                                    "start": {
                                      "line": 395,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 395,
                                      "column": 32
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": true
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "ThrowStatement",
                          "start": 12620,
                          "end": 12673,
                          "loc": {
                            "start": {
                              "line": 396,
                              "column": 11
                            },
                            "end": {
                              "line": 396,
                              "column": 64
                            }
                          },
                          "argument": {
                            "type": "TemplateLiteral",
                            "start": 12626,
                            "end": 12672,
                            "loc": {
                              "start": {
                                "line": 396,
                                "column": 17
                              },
                              "end": {
                                "line": 396,
                                "column": 63
                              }
                            },
                            "expressions": [
                              {
                                "type": "Identifier",
                                "start": 12651,
                                "end": 12655,
                                "loc": {
                                  "start": {
                                    "line": 396,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 396,
                                    "column": 46
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 12627,
                                "end": 12649,
                                "loc": {
                                  "start": {
                                    "line": 396,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 396,
                                    "column": 40
                                  }
                                },
                                "value": {
                                  "raw": "Bid entity collection ",
                                  "cooked": "Bid entity collection "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 12656,
                                "end": 12671,
                                "loc": {
                                  "start": {
                                    "line": 396,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 396,
                                    "column": 62
                                  }
                                },
                                "value": {
                                  "raw": " does not exist",
                                  "cooked": " does not exist"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the full collection of bid entites by type. Returned is a keyed object by the bid entity id.\n   *\n   * @param {string} type\n   * @returns {object}\n   ",
                    "start": 12250,
                    "end": 12419,
                    "loc": {
                      "start": {
                        "line": 385,
                        "column": 2
                      },
                      "end": {
                        "line": 390,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a component by their core definition id. Note, this function will be removed once\n   *\n   * @param {number} defId\n   * @returns {Component}\n   ",
                    "start": 12681,
                    "end": 12840,
                    "loc": {
                      "start": {
                        "line": 399,
                        "column": 2
                      },
                      "end": {
                        "line": 404,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 12843,
                "end": 13179,
                "loc": {
                  "start": {
                    "line": 405,
                    "column": 2
                  },
                  "end": {
                    "line": 412,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12843,
                  "end": 12862,
                  "loc": {
                    "start": {
                      "line": 405,
                      "column": 2
                    },
                    "end": {
                      "line": 405,
                      "column": 21
                    },
                    "identifierName": "getComponentByDefId"
                  },
                  "name": "getComponentByDefId",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12863,
                    "end": 12868,
                    "loc": {
                      "start": {
                        "line": 405,
                        "column": 22
                      },
                      "end": {
                        "line": 405,
                        "column": 27
                      },
                      "identifierName": "defId"
                    },
                    "name": "defId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12870,
                  "end": 13179,
                  "loc": {
                    "start": {
                      "line": 405,
                      "column": 29
                    },
                    "end": {
                      "line": 412,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 12876,
                      "end": 13040,
                      "loc": {
                        "start": {
                          "line": 406,
                          "column": 4
                        },
                        "end": {
                          "line": 408,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 12880,
                        "end": 12930,
                        "loc": {
                          "start": {
                            "line": 406,
                            "column": 8
                          },
                          "end": {
                            "line": 406,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12880,
                          "end": 12893,
                          "loc": {
                            "start": {
                              "line": 406,
                              "column": 8
                            },
                            "end": {
                              "line": 406,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12880,
                            "end": 12881,
                            "loc": {
                              "start": {
                                "line": 406,
                                "column": 8
                              },
                              "end": {
                                "line": 406,
                                "column": 9
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12882,
                            "end": 12893,
                            "loc": {
                              "start": {
                                "line": 406,
                                "column": 10
                              },
                              "end": {
                                "line": 406,
                                "column": 21
                              },
                              "identifierName": "isUndefined"
                            },
                            "name": "isUndefined"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 12894,
                            "end": 12929,
                            "loc": {
                              "start": {
                                "line": 406,
                                "column": 22
                              },
                              "end": {
                                "line": 406,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 12894,
                              "end": 12898,
                              "loc": {
                                "start": {
                                  "line": 406,
                                  "column": 22
                                },
                                "end": {
                                  "line": 406,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12899,
                              "end": 12929,
                              "loc": {
                                "start": {
                                  "line": 406,
                                  "column": 27
                                },
                                "end": {
                                  "line": 406,
                                  "column": 57
                                },
                                "identifierName": "_componentsKeyedByDefinitionId"
                              },
                              "name": "_componentsKeyedByDefinitionId"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12932,
                        "end": 13040,
                        "loc": {
                          "start": {
                            "line": 406,
                            "column": 60
                          },
                          "end": {
                            "line": 408,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12940,
                            "end": 13034,
                            "loc": {
                              "start": {
                                "line": 407,
                                "column": 6
                              },
                              "end": {
                                "line": 407,
                                "column": 100
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12940,
                              "end": 13033,
                              "loc": {
                                "start": {
                                  "line": 407,
                                  "column": 6
                                },
                                "end": {
                                  "line": 407,
                                  "column": 99
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12940,
                                "end": 12975,
                                "loc": {
                                  "start": {
                                    "line": 407,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 407,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12940,
                                  "end": 12944,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12945,
                                  "end": 12975,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 41
                                    },
                                    "identifierName": "_componentsKeyedByDefinitionId"
                                  },
                                  "name": "_componentsKeyedByDefinitionId"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 12978,
                                "end": 13033,
                                "loc": {
                                  "start": {
                                    "line": 407,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 407,
                                    "column": 99
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 12978,
                                  "end": 12985,
                                  "loc": {
                                    "start": {
                                      "line": 407,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 407,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 12978,
                                    "end": 12979,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 45
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12980,
                                    "end": 12985,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 51
                                      },
                                      "identifierName": "keyBy"
                                    },
                                    "name": "keyBy"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 12986,
                                    "end": 13016,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 82
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 12986,
                                      "end": 13014,
                                      "loc": {
                                        "start": {
                                          "line": 407,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 407,
                                          "column": 80
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12986,
                                        "end": 13003,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 407,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 12986,
                                          "end": 12994,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 12986,
                                            "end": 12990,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 56
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12991,
                                            "end": 12994,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 60
                                              },
                                              "identifierName": "bid"
                                            },
                                            "name": "bid"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12995,
                                          "end": 13003,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 69
                                            },
                                            "identifierName": "entities"
                                          },
                                          "name": "entities"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13004,
                                        "end": 13014,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 407,
                                            "column": 80
                                          },
                                          "identifierName": "components"
                                        },
                                        "name": "components"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 13018,
                                    "end": 13032,
                                    "loc": {
                                      "start": {
                                        "line": 407,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 407,
                                        "column": 98
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "definitionId",
                                      "raw": "\"definitionId\""
                                    },
                                    "value": "definitionId"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13045,
                      "end": 13175,
                      "loc": {
                        "start": {
                          "line": 409,
                          "column": 4
                        },
                        "end": {
                          "line": 411,
                          "column": 13
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 13052,
                        "end": 13174,
                        "loc": {
                          "start": {
                            "line": 409,
                            "column": 11
                          },
                          "end": {
                            "line": 411,
                            "column": 12
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 13052,
                          "end": 13110,
                          "loc": {
                            "start": {
                              "line": 409,
                              "column": 11
                            },
                            "end": {
                              "line": 409,
                              "column": 69
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 13053,
                            "end": 13110,
                            "loc": {
                              "start": {
                                "line": 409,
                                "column": 12
                              },
                              "end": {
                                "line": 409,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13053,
                              "end": 13066,
                              "loc": {
                                "start": {
                                  "line": 409,
                                  "column": 12
                                },
                                "end": {
                                  "line": 409,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 13053,
                                "end": 13054,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 409,
                                    "column": 13
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13055,
                                "end": 13066,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 409,
                                    "column": 25
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 13067,
                                "end": 13109,
                                "loc": {
                                  "start": {
                                    "line": 409,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 409,
                                    "column": 68
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 13067,
                                  "end": 13102,
                                  "loc": {
                                    "start": {
                                      "line": 409,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 409,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 13067,
                                    "end": 13071,
                                    "loc": {
                                      "start": {
                                        "line": 409,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 409,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13072,
                                    "end": 13102,
                                    "loc": {
                                      "start": {
                                        "line": 409,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 409,
                                        "column": 61
                                      },
                                      "identifierName": "_componentsKeyedByDefinitionId"
                                    },
                                    "name": "_componentsKeyedByDefinitionId"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13103,
                                  "end": 13108,
                                  "loc": {
                                    "start": {
                                      "line": 409,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 409,
                                      "column": 67
                                    },
                                    "identifierName": "defId"
                                  },
                                  "name": "defId"
                                },
                                "computed": true
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "MemberExpression",
                          "start": 13119,
                          "end": 13161,
                          "loc": {
                            "start": {
                              "line": 410,
                              "column": 8
                            },
                            "end": {
                              "line": 410,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 13119,
                            "end": 13154,
                            "loc": {
                              "start": {
                                "line": 410,
                                "column": 8
                              },
                              "end": {
                                "line": 410,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 13119,
                              "end": 13123,
                              "loc": {
                                "start": {
                                  "line": 410,
                                  "column": 8
                                },
                                "end": {
                                  "line": 410,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13124,
                              "end": 13154,
                              "loc": {
                                "start": {
                                  "line": 410,
                                  "column": 13
                                },
                                "end": {
                                  "line": 410,
                                  "column": 43
                                },
                                "identifierName": "_componentsKeyedByDefinitionId"
                              },
                              "name": "_componentsKeyedByDefinitionId"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13155,
                            "end": 13160,
                            "loc": {
                              "start": {
                                "line": 410,
                                "column": 44
                              },
                              "end": {
                                "line": 410,
                                "column": 49
                              },
                              "identifierName": "defId"
                            },
                            "name": "defId"
                          },
                          "computed": true
                        },
                        "alternate": {
                          "type": "NullLiteral",
                          "start": 13170,
                          "end": 13174,
                          "loc": {
                            "start": {
                              "line": 411,
                              "column": 8
                            },
                            "end": {
                              "line": 411,
                              "column": 12
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a component by their core definition id. Note, this function will be removed once\n   *\n   * @param {number} defId\n   * @returns {Component}\n   ",
                    "start": 12681,
                    "end": 12840,
                    "loc": {
                      "start": {
                        "line": 399,
                        "column": 2
                      },
                      "end": {
                        "line": 404,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a datatable by definition id\n   *\n   * @param {number} defId\n   * @returns {Datatable}\n   ",
                    "start": 13183,
                    "end": 13289,
                    "loc": {
                      "start": {
                        "line": 414,
                        "column": 2
                      },
                      "end": {
                        "line": 419,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 13292,
                "end": 13542,
                "loc": {
                  "start": {
                    "line": 420,
                    "column": 2
                  },
                  "end": {
                    "line": 425,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13292,
                  "end": 13311,
                  "loc": {
                    "start": {
                      "line": 420,
                      "column": 2
                    },
                    "end": {
                      "line": 420,
                      "column": 21
                    },
                    "identifierName": "getDatatableByDefId"
                  },
                  "name": "getDatatableByDefId",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13312,
                    "end": 13317,
                    "loc": {
                      "start": {
                        "line": 420,
                        "column": 22
                      },
                      "end": {
                        "line": 420,
                        "column": 27
                      },
                      "identifierName": "defId"
                    },
                    "name": "defId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13319,
                  "end": 13542,
                  "loc": {
                    "start": {
                      "line": 420,
                      "column": 29
                    },
                    "end": {
                      "line": 425,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 13325,
                      "end": 13475,
                      "loc": {
                        "start": {
                          "line": 421,
                          "column": 4
                        },
                        "end": {
                          "line": 423,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 13329,
                        "end": 13365,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 8
                          },
                          "end": {
                            "line": 421,
                            "column": 44
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 13330,
                          "end": 13365,
                          "loc": {
                            "start": {
                              "line": 421,
                              "column": 9
                            },
                            "end": {
                              "line": 421,
                              "column": 44
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 13330,
                            "end": 13334,
                            "loc": {
                              "start": {
                                "line": 421,
                                "column": 9
                              },
                              "end": {
                                "line": 421,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13335,
                            "end": 13365,
                            "loc": {
                              "start": {
                                "line": 421,
                                "column": 14
                              },
                              "end": {
                                "line": 421,
                                "column": 44
                              },
                              "identifierName": "_datatablesKeyedByDefinitionId"
                            },
                            "name": "_datatablesKeyedByDefinitionId"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 13367,
                        "end": 13475,
                        "loc": {
                          "start": {
                            "line": 421,
                            "column": 46
                          },
                          "end": {
                            "line": 423,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13375,
                            "end": 13469,
                            "loc": {
                              "start": {
                                "line": 422,
                                "column": 6
                              },
                              "end": {
                                "line": 422,
                                "column": 100
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13375,
                              "end": 13468,
                              "loc": {
                                "start": {
                                  "line": 422,
                                  "column": 6
                                },
                                "end": {
                                  "line": 422,
                                  "column": 99
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 13375,
                                "end": 13410,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13375,
                                  "end": 13379,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13380,
                                  "end": 13410,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 41
                                    },
                                    "identifierName": "_datatablesKeyedByDefinitionId"
                                  },
                                  "name": "_datatablesKeyedByDefinitionId"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 13413,
                                "end": 13468,
                                "loc": {
                                  "start": {
                                    "line": 422,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 422,
                                    "column": 99
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13413,
                                  "end": 13420,
                                  "loc": {
                                    "start": {
                                      "line": 422,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 422,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13413,
                                    "end": 13414,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 45
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13415,
                                    "end": 13420,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 51
                                      },
                                      "identifierName": "keyBy"
                                    },
                                    "name": "keyBy"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 13421,
                                    "end": 13451,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 82
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 13421,
                                      "end": 13449,
                                      "loc": {
                                        "start": {
                                          "line": 422,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 422,
                                          "column": 80
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 13421,
                                        "end": 13438,
                                        "loc": {
                                          "start": {
                                            "line": 422,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 422,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 13421,
                                          "end": 13429,
                                          "loc": {
                                            "start": {
                                              "line": 422,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 422,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 13421,
                                            "end": 13425,
                                            "loc": {
                                              "start": {
                                                "line": 422,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 422,
                                                "column": 56
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13426,
                                            "end": 13429,
                                            "loc": {
                                              "start": {
                                                "line": 422,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 422,
                                                "column": 60
                                              },
                                              "identifierName": "bid"
                                            },
                                            "name": "bid"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13430,
                                          "end": 13438,
                                          "loc": {
                                            "start": {
                                              "line": 422,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 422,
                                              "column": 69
                                            },
                                            "identifierName": "entities"
                                          },
                                          "name": "entities"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13439,
                                        "end": 13449,
                                        "loc": {
                                          "start": {
                                            "line": 422,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 422,
                                            "column": 80
                                          },
                                          "identifierName": "datatables"
                                        },
                                        "name": "datatables"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 13453,
                                    "end": 13467,
                                    "loc": {
                                      "start": {
                                        "line": 422,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 422,
                                        "column": 98
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "definitionId",
                                      "raw": "\"definitionId\""
                                    },
                                    "value": "definitionId"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13480,
                      "end": 13538,
                      "loc": {
                        "start": {
                          "line": 424,
                          "column": 4
                        },
                        "end": {
                          "line": 424,
                          "column": 62
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 13487,
                        "end": 13537,
                        "loc": {
                          "start": {
                            "line": 424,
                            "column": 11
                          },
                          "end": {
                            "line": 424,
                            "column": 61
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 13487,
                          "end": 13529,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 11
                            },
                            "end": {
                              "line": 424,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 13487,
                            "end": 13522,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 11
                              },
                              "end": {
                                "line": 424,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 13487,
                              "end": 13491,
                              "loc": {
                                "start": {
                                  "line": 424,
                                  "column": 11
                                },
                                "end": {
                                  "line": 424,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13492,
                              "end": 13522,
                              "loc": {
                                "start": {
                                  "line": 424,
                                  "column": 16
                                },
                                "end": {
                                  "line": 424,
                                  "column": 46
                                },
                                "identifierName": "_datatablesKeyedByDefinitionId"
                              },
                              "name": "_datatablesKeyedByDefinitionId"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13523,
                            "end": 13528,
                            "loc": {
                              "start": {
                                "line": 424,
                                "column": 47
                              },
                              "end": {
                                "line": 424,
                                "column": 52
                              },
                              "identifierName": "defId"
                            },
                            "name": "defId"
                          },
                          "computed": true
                        },
                        "operator": "||",
                        "right": {
                          "type": "NullLiteral",
                          "start": 13533,
                          "end": 13537,
                          "loc": {
                            "start": {
                              "line": 424,
                              "column": 57
                            },
                            "end": {
                              "line": 424,
                              "column": 61
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets a datatable by definition id\n   *\n   * @param {number} defId\n   * @returns {Datatable}\n   ",
                    "start": 13183,
                    "end": 13289,
                    "loc": {
                      "start": {
                        "line": 414,
                        "column": 2
                      },
                      "end": {
                        "line": 419,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determines if dependency exists basd on the dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type\n   * @param {string} dependencyContract.bid_entity_id\n   * @param {string} dependencyContract.field\n   * @returns {boolean}\n   ",
                    "start": 13546,
                    "end": 13839,
                    "loc": {
                      "start": {
                        "line": 427,
                        "column": 2
                      },
                      "end": {
                        "line": 435,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 13842,
                "end": 14091,
                "loc": {
                  "start": {
                    "line": 436,
                    "column": 2
                  },
                  "end": {
                    "line": 445,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13842,
                  "end": 13858,
                  "loc": {
                    "start": {
                      "line": 436,
                      "column": 2
                    },
                    "end": {
                      "line": 436,
                      "column": 18
                    },
                    "identifierName": "dependencyExists"
                  },
                  "name": "dependencyExists",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13859,
                    "end": 13877,
                    "loc": {
                      "start": {
                        "line": 436,
                        "column": 19
                      },
                      "end": {
                        "line": 436,
                        "column": 37
                      },
                      "identifierName": "dependencyContract"
                    },
                    "name": "dependencyContract"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13879,
                  "end": 14091,
                  "loc": {
                    "start": {
                      "line": 436,
                      "column": 39
                    },
                    "end": {
                      "line": 445,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 13885,
                      "end": 13907,
                      "loc": {
                        "start": {
                          "line": 437,
                          "column": 4
                        },
                        "end": {
                          "line": 437,
                          "column": 26
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13889,
                          "end": 13906,
                          "loc": {
                            "start": {
                              "line": 437,
                              "column": 8
                            },
                            "end": {
                              "line": 437,
                              "column": 25
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13889,
                            "end": 13899,
                            "loc": {
                              "start": {
                                "line": 437,
                                "column": 8
                              },
                              "end": {
                                "line": 437,
                                "column": 18
                              },
                              "identifierName": "dependency"
                            },
                            "name": "dependency"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 13902,
                            "end": 13906,
                            "loc": {
                              "start": {
                                "line": 437,
                                "column": 21
                              },
                              "end": {
                                "line": 437,
                                "column": 25
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "TryStatement",
                      "start": 13912,
                      "end": 14022,
                      "loc": {
                        "start": {
                          "line": 438,
                          "column": 4
                        },
                        "end": {
                          "line": 442,
                          "column": 5
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 13916,
                        "end": 13982,
                        "loc": {
                          "start": {
                            "line": 438,
                            "column": 8
                          },
                          "end": {
                            "line": 440,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 13924,
                            "end": 13976,
                            "loc": {
                              "start": {
                                "line": 439,
                                "column": 6
                              },
                              "end": {
                                "line": 439,
                                "column": 58
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13924,
                              "end": 13975,
                              "loc": {
                                "start": {
                                  "line": 439,
                                  "column": 6
                                },
                                "end": {
                                  "line": 439,
                                  "column": 57
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 13924,
                                "end": 13934,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 16
                                  },
                                  "identifierName": "dependency"
                                },
                                "name": "dependency"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 13937,
                                "end": 13975,
                                "loc": {
                                  "start": {
                                    "line": 439,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 439,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13937,
                                  "end": 13955,
                                  "loc": {
                                    "start": {
                                      "line": 439,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 439,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 13937,
                                    "end": 13941,
                                    "loc": {
                                      "start": {
                                        "line": 439,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 439,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13942,
                                    "end": 13955,
                                    "loc": {
                                      "start": {
                                        "line": 439,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 439,
                                        "column": 37
                                      },
                                      "identifierName": "getDependency"
                                    },
                                    "name": "getDependency"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 13956,
                                    "end": 13974,
                                    "loc": {
                                      "start": {
                                        "line": 439,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 439,
                                        "column": 56
                                      },
                                      "identifierName": "dependencyContract"
                                    },
                                    "name": "dependencyContract"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 13983,
                        "end": 14022,
                        "loc": {
                          "start": {
                            "line": 440,
                            "column": 6
                          },
                          "end": {
                            "line": 442,
                            "column": 5
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 13990,
                          "end": 13991,
                          "loc": {
                            "start": {
                              "line": 440,
                              "column": 13
                            },
                            "end": {
                              "line": 440,
                              "column": 14
                            },
                            "identifierName": "e"
                          },
                          "name": "e"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 13993,
                          "end": 14022,
                          "loc": {
                            "start": {
                              "line": 440,
                              "column": 16
                            },
                            "end": {
                              "line": 442,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 14001,
                              "end": 14016,
                              "loc": {
                                "start": {
                                  "line": 441,
                                  "column": 6
                                },
                                "end": {
                                  "line": 441,
                                  "column": 21
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 14001,
                                "end": 14015,
                                "loc": {
                                  "start": {
                                    "line": 441,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 441,
                                    "column": 20
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 14001,
                                  "end": 14012,
                                  "loc": {
                                    "start": {
                                      "line": 441,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 441,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 14001,
                                    "end": 14008,
                                    "loc": {
                                      "start": {
                                        "line": 441,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 441,
                                        "column": 13
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 14009,
                                    "end": 14012,
                                    "loc": {
                                      "start": {
                                        "line": 441,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 441,
                                        "column": 17
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 14013,
                                    "end": 14014,
                                    "loc": {
                                      "start": {
                                        "line": 441,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 441,
                                        "column": 19
                                      },
                                      "identifierName": "e"
                                    },
                                    "name": "e"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 14028,
                      "end": 14087,
                      "loc": {
                        "start": {
                          "line": 444,
                          "column": 4
                        },
                        "end": {
                          "line": 444,
                          "column": 63
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 14035,
                        "end": 14086,
                        "loc": {
                          "start": {
                            "line": 444,
                            "column": 11
                          },
                          "end": {
                            "line": 444,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 14035,
                          "end": 14061,
                          "loc": {
                            "start": {
                              "line": 444,
                              "column": 11
                            },
                            "end": {
                              "line": 444,
                              "column": 37
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 14036,
                            "end": 14061,
                            "loc": {
                              "start": {
                                "line": 444,
                                "column": 12
                              },
                              "end": {
                                "line": 444,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14036,
                              "end": 14049,
                              "loc": {
                                "start": {
                                  "line": 444,
                                  "column": 12
                                },
                                "end": {
                                  "line": 444,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 14036,
                                "end": 14037,
                                "loc": {
                                  "start": {
                                    "line": 444,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 444,
                                    "column": 13
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14038,
                                "end": 14049,
                                "loc": {
                                  "start": {
                                    "line": 444,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 444,
                                    "column": 25
                                  },
                                  "identifierName": "isUndefined"
                                },
                                "name": "isUndefined"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14050,
                                "end": 14060,
                                "loc": {
                                  "start": {
                                    "line": 444,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 444,
                                    "column": 36
                                  },
                                  "identifierName": "dependency"
                                },
                                "name": "dependency"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 14065,
                          "end": 14086,
                          "loc": {
                            "start": {
                              "line": 444,
                              "column": 41
                            },
                            "end": {
                              "line": 444,
                              "column": 62
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "CallExpression",
                            "start": 14066,
                            "end": 14086,
                            "loc": {
                              "start": {
                                "line": 444,
                                "column": 42
                              },
                              "end": {
                                "line": 444,
                                "column": 62
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14066,
                              "end": 14074,
                              "loc": {
                                "start": {
                                  "line": 444,
                                  "column": 42
                                },
                                "end": {
                                  "line": 444,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 14066,
                                "end": 14067,
                                "loc": {
                                  "start": {
                                    "line": 444,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 444,
                                    "column": 43
                                  },
                                  "identifierName": "_"
                                },
                                "name": "_"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14068,
                                "end": 14074,
                                "loc": {
                                  "start": {
                                    "line": 444,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 444,
                                    "column": 50
                                  },
                                  "identifierName": "isNull"
                                },
                                "name": "isNull"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14075,
                                "end": 14085,
                                "loc": {
                                  "start": {
                                    "line": 444,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 444,
                                    "column": 61
                                  },
                                  "identifierName": "dependency"
                                },
                                "name": "dependency"
                              }
                            ]
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determines if dependency exists basd on the dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type\n   * @param {string} dependencyContract.bid_entity_id\n   * @param {string} dependencyContract.field\n   * @returns {boolean}\n   ",
                    "start": 13546,
                    "end": 13839,
                    "loc": {
                      "start": {
                        "line": 427,
                        "column": 2
                      },
                      "end": {
                        "line": 435,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determines if bid entity exists based on type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {boolean}\n   ",
                    "start": 14095,
                    "end": 14251,
                    "loc": {
                      "start": {
                        "line": 447,
                        "column": 2
                      },
                      "end": {
                        "line": 453,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14254,
                "end": 14371,
                "loc": {
                  "start": {
                    "line": 454,
                    "column": 2
                  },
                  "end": {
                    "line": 457,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14254,
                  "end": 14269,
                  "loc": {
                    "start": {
                      "line": 454,
                      "column": 2
                    },
                    "end": {
                      "line": 454,
                      "column": 17
                    },
                    "identifierName": "bidEntityExists"
                  },
                  "name": "bidEntityExists",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 14270,
                    "end": 14274,
                    "loc": {
                      "start": {
                        "line": 454,
                        "column": 18
                      },
                      "end": {
                        "line": 454,
                        "column": 22
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 14276,
                    "end": 14278,
                    "loc": {
                      "start": {
                        "line": 454,
                        "column": 24
                      },
                      "end": {
                        "line": 454,
                        "column": 26
                      },
                      "identifierName": "id"
                    },
                    "name": "id"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14280,
                  "end": 14371,
                  "loc": {
                    "start": {
                      "line": 454,
                      "column": 28
                    },
                    "end": {
                      "line": 457,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 14286,
                      "end": 14330,
                      "loc": {
                        "start": {
                          "line": 455,
                          "column": 4
                        },
                        "end": {
                          "line": 455,
                          "column": 48
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14290,
                          "end": 14329,
                          "loc": {
                            "start": {
                              "line": 455,
                              "column": 8
                            },
                            "end": {
                              "line": 455,
                              "column": 47
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14290,
                            "end": 14299,
                            "loc": {
                              "start": {
                                "line": 455,
                                "column": 8
                              },
                              "end": {
                                "line": 455,
                                "column": 17
                              },
                              "identifierName": "bidEntity"
                            },
                            "name": "bidEntity"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 14302,
                            "end": 14329,
                            "loc": {
                              "start": {
                                "line": 455,
                                "column": 20
                              },
                              "end": {
                                "line": 455,
                                "column": 47
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14302,
                              "end": 14319,
                              "loc": {
                                "start": {
                                  "line": 455,
                                  "column": 20
                                },
                                "end": {
                                  "line": 455,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 14302,
                                "end": 14306,
                                "loc": {
                                  "start": {
                                    "line": 455,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 455,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14307,
                                "end": 14319,
                                "loc": {
                                  "start": {
                                    "line": 455,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 455,
                                    "column": 37
                                  },
                                  "identifierName": "getBidEntity"
                                },
                                "name": "getBidEntity"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14320,
                                "end": 14324,
                                "loc": {
                                  "start": {
                                    "line": 455,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 455,
                                    "column": 42
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              {
                                "type": "Identifier",
                                "start": 14326,
                                "end": 14328,
                                "loc": {
                                  "start": {
                                    "line": 455,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 455,
                                    "column": 46
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 14335,
                      "end": 14367,
                      "loc": {
                        "start": {
                          "line": 456,
                          "column": 4
                        },
                        "end": {
                          "line": 456,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 14342,
                        "end": 14366,
                        "loc": {
                          "start": {
                            "line": 456,
                            "column": 11
                          },
                          "end": {
                            "line": 456,
                            "column": 35
                          }
                        },
                        "test": {
                          "type": "Identifier",
                          "start": 14342,
                          "end": 14351,
                          "loc": {
                            "start": {
                              "line": 456,
                              "column": 11
                            },
                            "end": {
                              "line": 456,
                              "column": 20
                            },
                            "identifierName": "bidEntity"
                          },
                          "name": "bidEntity"
                        },
                        "consequent": {
                          "type": "BooleanLiteral",
                          "start": 14354,
                          "end": 14358,
                          "loc": {
                            "start": {
                              "line": 456,
                              "column": 23
                            },
                            "end": {
                              "line": 456,
                              "column": 27
                            }
                          },
                          "value": true
                        },
                        "alternate": {
                          "type": "BooleanLiteral",
                          "start": 14361,
                          "end": 14366,
                          "loc": {
                            "start": {
                              "line": 456,
                              "column": 30
                            },
                            "end": {
                              "line": 456,
                              "column": 35
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determines if bid entity exists based on type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {boolean}\n   ",
                    "start": 14095,
                    "end": 14251,
                    "loc": {
                      "start": {
                        "line": 447,
                        "column": 2
                      },
                      "end": {
                        "line": 453,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Searches and returns an array of bid entities by their title.\n   * Results are case-insensitive.\n   *\n   * @param {string} type The type of bid entity to search for: line_item, field, metric, component, assembly, etc.\n   * @param {string} query\n   * @param {boolean} [exactMatch=false] By default, the search will match any title that contains the search term. If this flag is set to true, the title search will perform a case-insensitive exact match\n   * @returns {BidEntity[]}\n   ",
                    "start": 14375,
                    "end": 14868,
                    "loc": {
                      "start": {
                        "line": 459,
                        "column": 2
                      },
                      "end": {
                        "line": 467,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14871,
                "end": 15276,
                "loc": {
                  "start": {
                    "line": 468,
                    "column": 2
                  },
                  "end": {
                    "line": 477,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14871,
                  "end": 14884,
                  "loc": {
                    "start": {
                      "line": 468,
                      "column": 2
                    },
                    "end": {
                      "line": 468,
                      "column": 15
                    },
                    "identifierName": "searchByTitle"
                  },
                  "name": "searchByTitle",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 14885,
                    "end": 14889,
                    "loc": {
                      "start": {
                        "line": 468,
                        "column": 16
                      },
                      "end": {
                        "line": 468,
                        "column": 20
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 14891,
                    "end": 14896,
                    "loc": {
                      "start": {
                        "line": 468,
                        "column": 22
                      },
                      "end": {
                        "line": 468,
                        "column": 27
                      },
                      "identifierName": "query"
                    },
                    "name": "query"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 14898,
                    "end": 14916,
                    "loc": {
                      "start": {
                        "line": 468,
                        "column": 29
                      },
                      "end": {
                        "line": 468,
                        "column": 47
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 14898,
                      "end": 14908,
                      "loc": {
                        "start": {
                          "line": 468,
                          "column": 29
                        },
                        "end": {
                          "line": 468,
                          "column": 39
                        },
                        "identifierName": "exactMatch"
                      },
                      "name": "exactMatch"
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "start": 14911,
                      "end": 14916,
                      "loc": {
                        "start": {
                          "line": 468,
                          "column": 42
                        },
                        "end": {
                          "line": 468,
                          "column": 47
                        }
                      },
                      "value": false
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14918,
                  "end": 15276,
                  "loc": {
                    "start": {
                      "line": 468,
                      "column": 49
                    },
                    "end": {
                      "line": 477,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 14924,
                      "end": 14988,
                      "loc": {
                        "start": {
                          "line": 469,
                          "column": 4
                        },
                        "end": {
                          "line": 469,
                          "column": 68
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14930,
                          "end": 14987,
                          "loc": {
                            "start": {
                              "line": 469,
                              "column": 10
                            },
                            "end": {
                              "line": 469,
                              "column": 67
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14930,
                            "end": 14937,
                            "loc": {
                              "start": {
                                "line": 469,
                                "column": 10
                              },
                              "end": {
                                "line": 469,
                                "column": 17
                              },
                              "identifierName": "typeKey"
                            },
                            "name": "typeKey"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 14940,
                            "end": 14987,
                            "loc": {
                              "start": {
                                "line": 469,
                                "column": 20
                              },
                              "end": {
                                "line": 469,
                                "column": 67
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 14940,
                              "end": 14959,
                              "loc": {
                                "start": {
                                  "line": 469,
                                  "column": 20
                                },
                                "end": {
                                  "line": 469,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 14940,
                                "end": 14944,
                                "loc": {
                                  "start": {
                                    "line": 469,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 469,
                                    "column": 24
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 14949,
                                "end": 14959,
                                "loc": {
                                  "start": {
                                    "line": 469,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 469,
                                    "column": 39
                                  }
                                },
                                "extra": {
                                  "rawValue": "assembly",
                                  "raw": "\"assembly\""
                                },
                                "value": "assembly"
                              }
                            },
                            "consequent": {
                              "type": "StringLiteral",
                              "start": 14962,
                              "end": 14974,
                              "loc": {
                                "start": {
                                  "line": 469,
                                  "column": 42
                                },
                                "end": {
                                  "line": 469,
                                  "column": 54
                                }
                              },
                              "extra": {
                                "rawValue": "assemblies",
                                "raw": "\"assemblies\""
                              },
                              "value": "assemblies"
                            },
                            "alternate": {
                              "type": "BinaryExpression",
                              "start": 14977,
                              "end": 14987,
                              "loc": {
                                "start": {
                                  "line": 469,
                                  "column": 57
                                },
                                "end": {
                                  "line": 469,
                                  "column": 67
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 14977,
                                "end": 14981,
                                "loc": {
                                  "start": {
                                    "line": 469,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 469,
                                    "column": 61
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 14984,
                                "end": 14987,
                                "loc": {
                                  "start": {
                                    "line": 469,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 469,
                                    "column": 67
                                  }
                                },
                                "extra": {
                                  "rawValue": "s",
                                  "raw": "\"s\""
                                },
                                "value": "s"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 14993,
                      "end": 15038,
                      "loc": {
                        "start": {
                          "line": 470,
                          "column": 4
                        },
                        "end": {
                          "line": 470,
                          "column": 49
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14997,
                          "end": 15037,
                          "loc": {
                            "start": {
                              "line": 470,
                              "column": 8
                            },
                            "end": {
                              "line": 470,
                              "column": 48
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14997,
                            "end": 15007,
                            "loc": {
                              "start": {
                                "line": 470,
                                "column": 8
                              },
                              "end": {
                                "line": 470,
                                "column": 18
                              },
                              "identifierName": "collection"
                            },
                            "name": "collection"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 15010,
                            "end": 15037,
                            "loc": {
                              "start": {
                                "line": 470,
                                "column": 21
                              },
                              "end": {
                                "line": 470,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15010,
                              "end": 15028,
                              "loc": {
                                "start": {
                                  "line": 470,
                                  "column": 21
                                },
                                "end": {
                                  "line": 470,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 15010,
                                "end": 15014,
                                "loc": {
                                  "start": {
                                    "line": 470,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 470,
                                    "column": 25
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15015,
                                "end": 15028,
                                "loc": {
                                  "start": {
                                    "line": 470,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 470,
                                    "column": 39
                                  },
                                  "identifierName": "getCollection"
                                },
                                "name": "getCollection"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15029,
                                "end": 15036,
                                "loc": {
                                  "start": {
                                    "line": 470,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 470,
                                    "column": 47
                                  },
                                  "identifierName": "typeKey"
                                },
                                "name": "typeKey"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 15043,
                      "end": 15272,
                      "loc": {
                        "start": {
                          "line": 471,
                          "column": 4
                        },
                        "end": {
                          "line": 476,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 15050,
                        "end": 15271,
                        "loc": {
                          "start": {
                            "line": 471,
                            "column": 11
                          },
                          "end": {
                            "line": 476,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 15050,
                          "end": 15058,
                          "loc": {
                            "start": {
                              "line": 471,
                              "column": 11
                            },
                            "end": {
                              "line": 471,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 15050,
                            "end": 15051,
                            "loc": {
                              "start": {
                                "line": 471,
                                "column": 11
                              },
                              "end": {
                                "line": 471,
                                "column": 12
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15052,
                            "end": 15058,
                            "loc": {
                              "start": {
                                "line": 471,
                                "column": 13
                              },
                              "end": {
                                "line": 471,
                                "column": 19
                              },
                              "identifierName": "filter"
                            },
                            "name": "filter"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 15059,
                            "end": 15069,
                            "loc": {
                              "start": {
                                "line": 471,
                                "column": 20
                              },
                              "end": {
                                "line": 471,
                                "column": 30
                              },
                              "identifierName": "collection"
                            },
                            "name": "collection"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 15071,
                            "end": 15270,
                            "loc": {
                              "start": {
                                "line": 471,
                                "column": 32
                              },
                              "end": {
                                "line": 476,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 15071,
                                "end": 15075,
                                "loc": {
                                  "start": {
                                    "line": 471,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 471,
                                    "column": 36
                                  },
                                  "identifierName": "item"
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 15079,
                              "end": 15270,
                              "loc": {
                                "start": {
                                  "line": 471,
                                  "column": 40
                                },
                                "end": {
                                  "line": 476,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 15087,
                                  "end": 15184,
                                  "loc": {
                                    "start": {
                                      "line": 472,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 474,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 15091,
                                    "end": 15101,
                                    "loc": {
                                      "start": {
                                        "line": 472,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 472,
                                        "column": 20
                                      },
                                      "identifierName": "exactMatch"
                                    },
                                    "name": "exactMatch"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 15103,
                                    "end": 15184,
                                    "loc": {
                                      "start": {
                                        "line": 472,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 474,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 15113,
                                        "end": 15176,
                                        "loc": {
                                          "start": {
                                            "line": 473,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 473,
                                            "column": 71
                                          }
                                        },
                                        "argument": {
                                          "type": "BinaryExpression",
                                          "start": 15120,
                                          "end": 15175,
                                          "loc": {
                                            "start": {
                                              "line": 473,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 473,
                                              "column": 70
                                            }
                                          },
                                          "left": {
                                            "type": "CallExpression",
                                            "start": 15120,
                                            "end": 15144,
                                            "loc": {
                                              "start": {
                                                "line": 473,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 473,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 15120,
                                              "end": 15142,
                                              "loc": {
                                                "start": {
                                                  "line": 473,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 473,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 15120,
                                                "end": 15130,
                                                "loc": {
                                                  "start": {
                                                    "line": 473,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 473,
                                                    "column": 25
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 15120,
                                                  "end": 15124,
                                                  "loc": {
                                                    "start": {
                                                      "line": 473,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 473,
                                                      "column": 19
                                                    },
                                                    "identifierName": "item"
                                                  },
                                                  "name": "item"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15125,
                                                  "end": 15130,
                                                  "loc": {
                                                    "start": {
                                                      "line": 473,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 473,
                                                      "column": 25
                                                    },
                                                    "identifierName": "title"
                                                  },
                                                  "name": "title"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15131,
                                                "end": 15142,
                                                "loc": {
                                                  "start": {
                                                    "line": 473,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 473,
                                                    "column": 37
                                                  },
                                                  "identifierName": "toLowerCase"
                                                },
                                                "name": "toLowerCase"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 15149,
                                            "end": 15175,
                                            "loc": {
                                              "start": {
                                                "line": 473,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 473,
                                                "column": 70
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 15149,
                                              "end": 15173,
                                              "loc": {
                                                "start": {
                                                  "line": 473,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 473,
                                                  "column": 68
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 15149,
                                                "end": 15161,
                                                "loc": {
                                                  "start": {
                                                    "line": 473,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 473,
                                                    "column": 56
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 15149,
                                                  "end": 15159,
                                                  "loc": {
                                                    "start": {
                                                      "line": 473,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 473,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 15149,
                                                    "end": 15154,
                                                    "loc": {
                                                      "start": {
                                                        "line": 473,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 473,
                                                        "column": 49
                                                      },
                                                      "identifierName": "query"
                                                    },
                                                    "name": "query"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 15155,
                                                    "end": 15159,
                                                    "loc": {
                                                      "start": {
                                                        "line": 473,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 473,
                                                        "column": 54
                                                      },
                                                      "identifierName": "trim"
                                                    },
                                                    "name": "trim"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15162,
                                                "end": 15173,
                                                "loc": {
                                                  "start": {
                                                    "line": 473,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 473,
                                                    "column": 68
                                                  },
                                                  "identifierName": "toLowerCase"
                                                },
                                                "name": "toLowerCase"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 15191,
                                  "end": 15264,
                                  "loc": {
                                    "start": {
                                      "line": 475,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 475,
                                      "column": 79
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 15198,
                                    "end": 15263,
                                    "loc": {
                                      "start": {
                                        "line": 475,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 475,
                                        "column": 78
                                      }
                                    },
                                    "left": {
                                      "type": "CallExpression",
                                      "start": 15198,
                                      "end": 15258,
                                      "loc": {
                                        "start": {
                                          "line": 475,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 475,
                                          "column": 73
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 15198,
                                        "end": 15230,
                                        "loc": {
                                          "start": {
                                            "line": 475,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 475,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 15198,
                                          "end": 15222,
                                          "loc": {
                                            "start": {
                                              "line": 475,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 475,
                                              "column": 37
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 15198,
                                            "end": 15220,
                                            "loc": {
                                              "start": {
                                                "line": 475,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 475,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 15198,
                                              "end": 15208,
                                              "loc": {
                                                "start": {
                                                  "line": 475,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 475,
                                                  "column": 23
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 15198,
                                                "end": 15202,
                                                "loc": {
                                                  "start": {
                                                    "line": 475,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 475,
                                                    "column": 17
                                                  },
                                                  "identifierName": "item"
                                                },
                                                "name": "item"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15203,
                                                "end": 15208,
                                                "loc": {
                                                  "start": {
                                                    "line": 475,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 475,
                                                    "column": 23
                                                  },
                                                  "identifierName": "title"
                                                },
                                                "name": "title"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15209,
                                              "end": 15220,
                                              "loc": {
                                                "start": {
                                                  "line": 475,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 475,
                                                  "column": 35
                                                },
                                                "identifierName": "toLowerCase"
                                              },
                                              "name": "toLowerCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15223,
                                          "end": 15230,
                                          "loc": {
                                            "start": {
                                              "line": 475,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 475,
                                              "column": 45
                                            },
                                            "identifierName": "indexOf"
                                          },
                                          "name": "indexOf"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 15231,
                                          "end": 15257,
                                          "loc": {
                                            "start": {
                                              "line": 475,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 475,
                                              "column": 72
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 15231,
                                            "end": 15255,
                                            "loc": {
                                              "start": {
                                                "line": 475,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 475,
                                                "column": 70
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 15231,
                                              "end": 15243,
                                              "loc": {
                                                "start": {
                                                  "line": 475,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 475,
                                                  "column": 58
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 15231,
                                                "end": 15241,
                                                "loc": {
                                                  "start": {
                                                    "line": 475,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 475,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 15231,
                                                  "end": 15236,
                                                  "loc": {
                                                    "start": {
                                                      "line": 475,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 475,
                                                      "column": 51
                                                    },
                                                    "identifierName": "query"
                                                  },
                                                  "name": "query"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15237,
                                                  "end": 15241,
                                                  "loc": {
                                                    "start": {
                                                      "line": 475,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 475,
                                                      "column": 56
                                                    },
                                                    "identifierName": "trim"
                                                  },
                                                  "name": "trim"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15244,
                                              "end": 15255,
                                              "loc": {
                                                "start": {
                                                  "line": 475,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 475,
                                                  "column": 70
                                                },
                                                "identifierName": "toLowerCase"
                                              },
                                              "name": "toLowerCase"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    },
                                    "operator": ">=",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 15262,
                                      "end": 15263,
                                      "loc": {
                                        "start": {
                                          "line": 475,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 475,
                                          "column": 78
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Searches and returns an array of bid entities by their title.\n   * Results are case-insensitive.\n   *\n   * @param {string} type The type of bid entity to search for: line_item, field, metric, component, assembly, etc.\n   * @param {string} query\n   * @param {boolean} [exactMatch=false] By default, the search will match any title that contains the search term. If this flag is set to true, the title search will perform a case-insensitive exact match\n   * @returns {BidEntity[]}\n   ",
                    "start": 14375,
                    "end": 14868,
                    "loc": {
                      "start": {
                        "line": 459,
                        "column": 2
                      },
                      "end": {
                        "line": 467,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 15280,
                "end": 15600,
                "loc": {
                  "start": {
                    "line": 479,
                    "column": 2
                  },
                  "end": {
                    "line": 493,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 15280,
                  "end": 15292,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 2
                    },
                    "end": {
                      "line": 479,
                      "column": 14
                    },
                    "identifierName": "parseBoolean"
                  },
                  "name": "parseBoolean"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 15293,
                    "end": 15298,
                    "loc": {
                      "start": {
                        "line": 479,
                        "column": 15
                      },
                      "end": {
                        "line": 479,
                        "column": 20
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 15300,
                  "end": 15600,
                  "loc": {
                    "start": {
                      "line": 479,
                      "column": 22
                    },
                    "end": {
                      "line": 493,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 15306,
                      "end": 15385,
                      "loc": {
                        "start": {
                          "line": 480,
                          "column": 4
                        },
                        "end": {
                          "line": 482,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 15310,
                        "end": 15356,
                        "loc": {
                          "start": {
                            "line": 480,
                            "column": 8
                          },
                          "end": {
                            "line": 480,
                            "column": 54
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 15310,
                          "end": 15338,
                          "loc": {
                            "start": {
                              "line": 480,
                              "column": 8
                            },
                            "end": {
                              "line": 480,
                              "column": 36
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 15310,
                            "end": 15323,
                            "loc": {
                              "start": {
                                "line": 480,
                                "column": 8
                              },
                              "end": {
                                "line": 480,
                                "column": 21
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 15310,
                              "end": 15315,
                              "loc": {
                                "start": {
                                  "line": 480,
                                  "column": 8
                                },
                                "end": {
                                  "line": 480,
                                  "column": 13
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 15320,
                              "end": 15323,
                              "loc": {
                                "start": {
                                  "line": 480,
                                  "column": 18
                                },
                                "end": {
                                  "line": 480,
                                  "column": 21
                                }
                              },
                              "extra": {
                                "rawValue": "1",
                                "raw": "'1'"
                              },
                              "value": "1"
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 15327,
                            "end": 15338,
                            "loc": {
                              "start": {
                                "line": 480,
                                "column": 25
                              },
                              "end": {
                                "line": 480,
                                "column": 36
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 15327,
                              "end": 15332,
                              "loc": {
                                "start": {
                                  "line": 480,
                                  "column": 25
                                },
                                "end": {
                                  "line": 480,
                                  "column": 30
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "operator": "===",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 15337,
                              "end": 15338,
                              "loc": {
                                "start": {
                                  "line": 480,
                                  "column": 35
                                },
                                "end": {
                                  "line": 480,
                                  "column": 36
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 15342,
                          "end": 15356,
                          "loc": {
                            "start": {
                              "line": 480,
                              "column": 40
                            },
                            "end": {
                              "line": 480,
                              "column": 54
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 15342,
                            "end": 15347,
                            "loc": {
                              "start": {
                                "line": 480,
                                "column": 40
                              },
                              "end": {
                                "line": 480,
                                "column": 45
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 15352,
                            "end": 15356,
                            "loc": {
                              "start": {
                                "line": 480,
                                "column": 50
                              },
                              "end": {
                                "line": 480,
                                "column": 54
                              }
                            },
                            "value": true
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 15358,
                        "end": 15385,
                        "loc": {
                          "start": {
                            "line": 480,
                            "column": 56
                          },
                          "end": {
                            "line": 482,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 15366,
                            "end": 15379,
                            "loc": {
                              "start": {
                                "line": 481,
                                "column": 6
                              },
                              "end": {
                                "line": 481,
                                "column": 19
                              }
                            },
                            "argument": {
                              "type": "StringLiteral",
                              "start": 15373,
                              "end": 15378,
                              "loc": {
                                "start": {
                                  "line": 481,
                                  "column": 13
                                },
                                "end": {
                                  "line": 481,
                                  "column": 18
                                }
                              },
                              "extra": {
                                "rawValue": "Yes",
                                "raw": "'Yes'"
                              },
                              "value": "Yes"
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 15391,
                      "end": 15470,
                      "loc": {
                        "start": {
                          "line": 484,
                          "column": 4
                        },
                        "end": {
                          "line": 486,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 15395,
                        "end": 15442,
                        "loc": {
                          "start": {
                            "line": 484,
                            "column": 8
                          },
                          "end": {
                            "line": 484,
                            "column": 55
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 15395,
                          "end": 15423,
                          "loc": {
                            "start": {
                              "line": 484,
                              "column": 8
                            },
                            "end": {
                              "line": 484,
                              "column": 36
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 15395,
                            "end": 15408,
                            "loc": {
                              "start": {
                                "line": 484,
                                "column": 8
                              },
                              "end": {
                                "line": 484,
                                "column": 21
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 15395,
                              "end": 15400,
                              "loc": {
                                "start": {
                                  "line": 484,
                                  "column": 8
                                },
                                "end": {
                                  "line": 484,
                                  "column": 13
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 15405,
                              "end": 15408,
                              "loc": {
                                "start": {
                                  "line": 484,
                                  "column": 18
                                },
                                "end": {
                                  "line": 484,
                                  "column": 21
                                }
                              },
                              "extra": {
                                "rawValue": "0",
                                "raw": "'0'"
                              },
                              "value": "0"
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 15412,
                            "end": 15423,
                            "loc": {
                              "start": {
                                "line": 484,
                                "column": 25
                              },
                              "end": {
                                "line": 484,
                                "column": 36
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 15412,
                              "end": 15417,
                              "loc": {
                                "start": {
                                  "line": 484,
                                  "column": 25
                                },
                                "end": {
                                  "line": 484,
                                  "column": 30
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "operator": "===",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 15422,
                              "end": 15423,
                              "loc": {
                                "start": {
                                  "line": 484,
                                  "column": 35
                                },
                                "end": {
                                  "line": 484,
                                  "column": 36
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 15427,
                          "end": 15442,
                          "loc": {
                            "start": {
                              "line": 484,
                              "column": 40
                            },
                            "end": {
                              "line": 484,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 15427,
                            "end": 15432,
                            "loc": {
                              "start": {
                                "line": 484,
                                "column": 40
                              },
                              "end": {
                                "line": 484,
                                "column": 45
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 15437,
                            "end": 15442,
                            "loc": {
                              "start": {
                                "line": 484,
                                "column": 50
                              },
                              "end": {
                                "line": 484,
                                "column": 55
                              }
                            },
                            "value": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 15444,
                        "end": 15470,
                        "loc": {
                          "start": {
                            "line": 484,
                            "column": 57
                          },
                          "end": {
                            "line": 486,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 15452,
                            "end": 15464,
                            "loc": {
                              "start": {
                                "line": 485,
                                "column": 6
                              },
                              "end": {
                                "line": 485,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "StringLiteral",
                              "start": 15459,
                              "end": 15463,
                              "loc": {
                                "start": {
                                  "line": 485,
                                  "column": 13
                                },
                                "end": {
                                  "line": 485,
                                  "column": 17
                                }
                              },
                              "extra": {
                                "rawValue": "No",
                                "raw": "'No'"
                              },
                              "value": "No"
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 15476,
                      "end": 15577,
                      "loc": {
                        "start": {
                          "line": 488,
                          "column": 4
                        },
                        "end": {
                          "line": 490,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 15481,
                        "end": 15538,
                        "loc": {
                          "start": {
                            "line": 488,
                            "column": 9
                          },
                          "end": {
                            "line": 488,
                            "column": 66
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 15481,
                          "end": 15516,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 9
                            },
                            "end": {
                              "line": 488,
                              "column": 44
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 15481,
                            "end": 15497,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 9
                              },
                              "end": {
                                "line": 488,
                                "column": 25
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 15481,
                              "end": 15486,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 9
                                },
                                "end": {
                                  "line": 488,
                                  "column": 14
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 15491,
                              "end": 15497,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 19
                                },
                                "end": {
                                  "line": 488,
                                  "column": 25
                                }
                              },
                              "extra": {
                                "rawValue": "null",
                                "raw": "\"null\""
                              },
                              "value": "null"
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 15502,
                            "end": 15516,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 30
                              },
                              "end": {
                                "line": 488,
                                "column": 44
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 15502,
                              "end": 15507,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 30
                                },
                                "end": {
                                  "line": 488,
                                  "column": 35
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "operator": "===",
                            "right": {
                              "type": "NullLiteral",
                              "start": 15512,
                              "end": 15516,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 40
                                },
                                "end": {
                                  "line": 488,
                                  "column": 44
                                }
                              }
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 15520,
                          "end": 15538,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 48
                            },
                            "end": {
                              "line": 488,
                              "column": 66
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 15520,
                            "end": 15532,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 48
                              },
                              "end": {
                                "line": 488,
                                "column": 60
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 15520,
                              "end": 15525,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 48
                                },
                                "end": {
                                  "line": 488,
                                  "column": 53
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15526,
                              "end": 15532,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 54
                                },
                                "end": {
                                  "line": 488,
                                  "column": 60
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 15537,
                            "end": 15538,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 65
                              },
                              "end": {
                                "line": 488,
                                "column": 66
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 15540,
                        "end": 15577,
                        "loc": {
                          "start": {
                            "line": 488,
                            "column": 68
                          },
                          "end": {
                            "line": 490,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 15548,
                            "end": 15571,
                            "loc": {
                              "start": {
                                "line": 489,
                                "column": 6
                              },
                              "end": {
                                "line": 489,
                                "column": 29
                              }
                            },
                            "argument": {
                              "type": "StringLiteral",
                              "start": 15555,
                              "end": 15570,
                              "loc": {
                                "start": {
                                  "line": 489,
                                  "column": 13
                                },
                                "end": {
                                  "line": 489,
                                  "column": 28
                                }
                              },
                              "extra": {
                                "rawValue": "Not Available",
                                "raw": "'Not Available'"
                              },
                              "value": "Not Available"
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 15583,
                      "end": 15596,
                      "loc": {
                        "start": {
                          "line": 492,
                          "column": 4
                        },
                        "end": {
                          "line": 492,
                          "column": 17
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 15590,
                        "end": 15595,
                        "loc": {
                          "start": {
                            "line": 492,
                            "column": 11
                          },
                          "end": {
                            "line": 492,
                            "column": 16
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Helper class to manage all bid entities in a bid.\n *\n * @class BidEntityRelationsHelper\n ",
              "start": 68,
              "end": 166,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 8,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Helper class to manage all bid entities in a bid.\n *\n * @class BidEntityRelationsHelper\n ",
            "start": 68,
            "end": 166,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Helper class to manage all bid entities in a bid.\n *\n * @class BidEntityRelationsHelper\n ",
      "start": 68,
      "end": 166,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of BidEntityRelationsHelper.\n   * @param {Bid} bid\n   ",
      "start": 217,
      "end": 302,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @type {Bid}\n     ",
      "start": 328,
      "end": 358,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a field entity by id.  If no id is passed, will return an of object of keyed fields by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Field>,\n   *    \"103\" : <Field>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Field|Object.<string, Field>)}\n   ",
      "start": 583,
      "end": 911,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 43,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a field group entity by id.  If no id is passed, will return an of object of keyed field groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <FieldGroup>,\n   *    \"103\" : <FieldGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(FieldGroup|Object.<string, FieldGroup>)}\n   ",
      "start": 1006,
      "end": 1366,
      "loc": {
        "start": {
          "line": 48,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a metric entity by id.  If no id is passed, will return an of object of keyed metrics by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Metric>,\n   *    \"103\" : <Metric>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Metric|Object.<string, Metric>)}\n   ",
      "start": 1478,
      "end": 1812,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 75,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a line item entity by id.  If no id is passed, will return an of object of keyed line items by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <LineItem>,\n   *    \"103\" : <LineItem>\n   * }\n   *\n   * @param {?number} id\n   * @returns {?(LineItem|Object.<string, LineItem>)}\n   ",
      "start": 1910,
      "end": 2259,
      "loc": {
        "start": {
          "line": 80,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a datatable entity by id.  If no id is passed, will return an of object of keyed datatables by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Datatable>,\n   *    \"103\" : <Datatable>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Datatable|Object.<string, Datatable>)}\n   ",
      "start": 2377,
      "end": 2729,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 107,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets an assembly entity by id.  If no id is passed, will return an of object of keyed assemblies by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Assembly>,\n   *    \"103\" : <Assembly>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Assembly|Object.<string, Assembly>)}\n   ",
      "start": 2836,
      "end": 3184,
      "loc": {
        "start": {
          "line": 112,
          "column": 2
        },
        "end": {
          "line": 123,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a bid variable entity by id.  If no id is passed, will return an object of keyed bid variables by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"xyg4\" : <BidVariable>,\n   *    \"burden\" : <BidVariable>\n   * }\n   *\n   * @param {string} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
      "start": 3290,
      "end": 3694,
      "loc": {
        "start": {
          "line": 128,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a component entity by id.  If no id is passed, will return an object of keyed components by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Component>,\n   *    \"103\" : <Component>\n   * }\n   *\n   * @param {number} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
      "start": 3802,
      "end": 4191,
      "loc": {
        "start": {
          "line": 144,
          "column": 2
        },
        "end": {
          "line": 155,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a component group entity by id.  If no id is passed, will return an of object of keyed component groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <ComponentGroup>,\n   *    \"103\" : <ComponentGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(ComponentGroup|Object.<string, ComponentGroup>)}\n   ",
      "start": 4298,
      "end": 4682,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 171,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a dynamic group entity by id. If no id is passed, will return an of object of keyed dynamic groups by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <DynamicGroup>,\n   *    \"103\" : <DynamicGroup>\n   * }\n   *\n   * @param {string} id\n   * @returns {?(DynamicGroup|Object.<string, DynamicGroup>)}\n   ",
      "start": 4806,
      "end": 5176,
      "loc": {
        "start": {
          "line": 176,
          "column": 2
        },
        "end": {
          "line": 187,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a assembly map entity by id.  If no id is passed, will return an object of keyed assembly maps by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <AssemblyMap>,\n   *    \"103\" : <AssemblyMap>\n   * }\n   *\n   * @param {number} [id] - The id of the assembly map to retrieve.\n   * @returns {?(AssemblyMap|Object.<string, AssemblyMap>)}\n   ",
      "start": 5294,
      "end": 5700,
      "loc": {
        "start": {
          "line": 192,
          "column": 2
        },
        "end": {
          "line": 203,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a bid entity by a dependency contract.\n   *\n   * @example <caption>Example a dependency contract.</caption>\n   * {\n   *    \"type\" : <string>,\n   *    \"bid_entity_id\" : <string>,\n   *    \"field\" : <string>\n   * }\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, component_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {?BidEntity} Returns the bid entity requested determined by the dependency contract.\n   ",
      "start": 5815,
      "end": 6570,
      "loc": {
        "start": {
          "line": 208,
          "column": 2
        },
        "end": {
          "line": 223,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets the value of a bid entity by a dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, compnent_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {string|number|boolean} Returns the bid entity value.\n   ",
      "start": 7216,
      "end": 7779,
      "loc": {
        "start": {
          "line": 245,
          "column": 2
        },
        "end": {
          "line": 253,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "TODO: This needs a test. I didn't know a dep contract.field could be an object. -Sean",
      "start": 8642,
      "end": 8729,
      "loc": {
        "start": {
          "line": 273,
          "column": 10
        },
        "end": {
          "line": 273,
          "column": 97
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Checks if the dependency used an undefined dependency value when evaluating\n   * (dependencies may evaluate to a number even if they rely on an undefined value somewhere in the calc)\n   *\n   * @param {object} dependencyContract\n   * @return {boolean} If the dependency is fully defined / not relient on any unefined dependencies\n   ",
      "start": 9197,
      "end": 9540,
      "loc": {
        "start": {
          "line": 287,
          "column": 2
        },
        "end": {
          "line": 293,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get bid entities by a definition id\n   *\n   * @param {string} type The type of bid entity ('metric'|'field'|'line_item'|'datatable'|'component')\n   * @param {number} defId The definition id to lookup by\n   * @return {BidEntity[]} list of bid entities with the given def id\n   ",
      "start": 10236,
      "end": 10523,
      "loc": {
        "start": {
          "line": 314,
          "column": 2
        },
        "end": {
          "line": 320,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets all the dependants for a bid bid entity.\n   *\n   * @param {string} type The type of bid enity. IE. line_item, field, metric, component, etc.\n   * @param {int} id The id of the bid entity.\n   * @returns [BidEntity[]]\n   ",
      "start": 10894,
      "end": 11129,
      "loc": {
        "start": {
          "line": 335,
          "column": 2
        },
        "end": {
          "line": 341,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a bid entity by type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {BidEntity}\n   ",
      "start": 11732,
      "end": 11870,
      "loc": {
        "start": {
          "line": 363,
          "column": 2
        },
        "end": {
          "line": 369,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "make typeKey plural.",
      "start": 11902,
      "end": 11924,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the full collection of bid entites by type. Returned is a keyed object by the bid entity id.\n   *\n   * @param {string} type\n   * @returns {object}\n   ",
      "start": 12250,
      "end": 12419,
      "loc": {
        "start": {
          "line": 385,
          "column": 2
        },
        "end": {
          "line": 390,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a component by their core definition id. Note, this function will be removed once\n   *\n   * @param {number} defId\n   * @returns {Component}\n   ",
      "start": 12681,
      "end": 12840,
      "loc": {
        "start": {
          "line": 399,
          "column": 2
        },
        "end": {
          "line": 404,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a datatable by definition id\n   *\n   * @param {number} defId\n   * @returns {Datatable}\n   ",
      "start": 13183,
      "end": 13289,
      "loc": {
        "start": {
          "line": 414,
          "column": 2
        },
        "end": {
          "line": 419,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determines if dependency exists basd on the dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type\n   * @param {string} dependencyContract.bid_entity_id\n   * @param {string} dependencyContract.field\n   * @returns {boolean}\n   ",
      "start": 13546,
      "end": 13839,
      "loc": {
        "start": {
          "line": 427,
          "column": 2
        },
        "end": {
          "line": 435,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determines if bid entity exists based on type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {boolean}\n   ",
      "start": 14095,
      "end": 14251,
      "loc": {
        "start": {
          "line": 447,
          "column": 2
        },
        "end": {
          "line": 453,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Searches and returns an array of bid entities by their title.\n   * Results are case-insensitive.\n   *\n   * @param {string} type The type of bid entity to search for: line_item, field, metric, component, assembly, etc.\n   * @param {string} query\n   * @param {boolean} [exactMatch=false] By default, the search will match any title that contains the search term. If this flag is set to true, the title search will perform a case-insensitive exact match\n   * @returns {BidEntity[]}\n   ",
      "start": 14375,
      "end": 14868,
      "loc": {
        "start": {
          "line": 459,
          "column": 2
        },
        "end": {
          "line": 467,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 9,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 14,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 22,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 22
        },
        "end": {
          "line": 1,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 24,
      "end": 30,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 31,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 39,
      "end": 43,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils/Helpers",
      "start": 44,
      "end": 65,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 2,
          "column": 41
        },
        "end": {
          "line": 2,
          "column": 42
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Helper class to manage all bid entities in a bid.\n *\n * @class BidEntityRelationsHelper\n ",
      "start": 68,
      "end": 166,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 167,
      "end": 173,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 174,
      "end": 181,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 182,
      "end": 187,
      "loc": {
        "start": {
          "line": 9,
          "column": 15
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BidEntityRelationsHelper",
      "start": 188,
      "end": 212,
      "loc": {
        "start": {
          "line": 9,
          "column": 21
        },
        "end": {
          "line": 9,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 9,
          "column": 46
        },
        "end": {
          "line": 9,
          "column": 47
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of BidEntityRelationsHelper.\n   * @param {Bid} bid\n   ",
      "start": 217,
      "end": 302,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 305,
      "end": 316,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 316,
      "end": 317,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 317,
      "end": 320,
      "loc": {
        "start": {
          "line": 14,
          "column": 14
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 320,
      "end": 321,
      "loc": {
        "start": {
          "line": 14,
          "column": 17
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 322,
      "end": 323,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 20
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @type {Bid}\n     ",
      "start": 328,
      "end": 358,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 363,
      "end": 367,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 367,
      "end": 368,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 368,
      "end": 371,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 372,
      "end": 373,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 374,
      "end": 377,
      "loc": {
        "start": {
          "line": 18,
          "column": 15
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 377,
      "end": 378,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 383,
      "end": 387,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 387,
      "end": 388,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_types",
      "start": 388,
      "end": 394,
      "loc": {
        "start": {
          "line": 19,
          "column": 9
        },
        "end": {
          "line": 19,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 395,
      "end": 396,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 397,
      "end": 398,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 405,
      "end": 416,
      "loc": {
        "start": {
          "line": 20,
          "column": 6
        },
        "end": {
          "line": 20,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 416,
      "end": 417,
      "loc": {
        "start": {
          "line": 20,
          "column": 17
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 424,
      "end": 432,
      "loc": {
        "start": {
          "line": 21,
          "column": 6
        },
        "end": {
          "line": 21,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 432,
      "end": 433,
      "loc": {
        "start": {
          "line": 21,
          "column": 14
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "variable",
      "start": 440,
      "end": 450,
      "loc": {
        "start": {
          "line": 22,
          "column": 6
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 450,
      "end": 451,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 458,
      "end": 465,
      "loc": {
        "start": {
          "line": 23,
          "column": 6
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 465,
      "end": 466,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field_group",
      "start": 473,
      "end": 486,
      "loc": {
        "start": {
          "line": 24,
          "column": 6
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 486,
      "end": 487,
      "loc": {
        "start": {
          "line": 24,
          "column": 19
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 494,
      "end": 505,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 25,
          "column": 17
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component_group",
      "start": 513,
      "end": 530,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 530,
      "end": 531,
      "loc": {
        "start": {
          "line": 26,
          "column": 23
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 538,
      "end": 548,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 548,
      "end": 549,
      "loc": {
        "start": {
          "line": 27,
          "column": 16
        },
        "end": {
          "line": 27,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 556,
      "end": 567,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 567,
      "end": 568,
      "loc": {
        "start": {
          "line": 28,
          "column": 17
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 573,
      "end": 574,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 29,
          "column": 5
        },
        "end": {
          "line": 29,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a field entity by id.  If no id is passed, will return an of object of keyed fields by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Field>,\n   *    \"103\" : <Field>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Field|Object.<string, Field>)}\n   ",
      "start": 583,
      "end": 911,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 43,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 914,
      "end": 920,
      "loc": {
        "start": {
          "line": 44,
          "column": 2
        },
        "end": {
          "line": 44,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 920,
      "end": 921,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 921,
      "end": 923,
      "loc": {
        "start": {
          "line": 44,
          "column": 9
        },
        "end": {
          "line": 44,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 44,
          "column": 11
        },
        "end": {
          "line": 44,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 925,
      "end": 926,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 931,
      "end": 937,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 938,
      "end": 940,
      "loc": {
        "start": {
          "line": 45,
          "column": 11
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 941,
      "end": 942,
      "loc": {
        "start": {
          "line": 45,
          "column": 14
        },
        "end": {
          "line": 45,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 943,
      "end": 947,
      "loc": {
        "start": {
          "line": 45,
          "column": 16
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 947,
      "end": 948,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 948,
      "end": 960,
      "loc": {
        "start": {
          "line": 45,
          "column": 21
        },
        "end": {
          "line": 45,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 960,
      "end": 961,
      "loc": {
        "start": {
          "line": 45,
          "column": 33
        },
        "end": {
          "line": 45,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 961,
      "end": 968,
      "loc": {
        "start": {
          "line": 45,
          "column": 34
        },
        "end": {
          "line": 45,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 968,
      "end": 969,
      "loc": {
        "start": {
          "line": 45,
          "column": 41
        },
        "end": {
          "line": 45,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 970,
      "end": 972,
      "loc": {
        "start": {
          "line": 45,
          "column": 43
        },
        "end": {
          "line": 45,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 972,
      "end": 973,
      "loc": {
        "start": {
          "line": 45,
          "column": 45
        },
        "end": {
          "line": 45,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 974,
      "end": 975,
      "loc": {
        "start": {
          "line": 45,
          "column": 47
        },
        "end": {
          "line": 45,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 976,
      "end": 980,
      "loc": {
        "start": {
          "line": 45,
          "column": 49
        },
        "end": {
          "line": 45,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 45,
          "column": 53
        },
        "end": {
          "line": 45,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 981,
      "end": 984,
      "loc": {
        "start": {
          "line": 45,
          "column": 54
        },
        "end": {
          "line": 45,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 984,
      "end": 985,
      "loc": {
        "start": {
          "line": 45,
          "column": 57
        },
        "end": {
          "line": 45,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 985,
      "end": 990,
      "loc": {
        "start": {
          "line": 45,
          "column": 58
        },
        "end": {
          "line": 45,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 990,
      "end": 991,
      "loc": {
        "start": {
          "line": 45,
          "column": 63
        },
        "end": {
          "line": 45,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 991,
      "end": 997,
      "loc": {
        "start": {
          "line": 45,
          "column": 64
        },
        "end": {
          "line": 45,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 997,
      "end": 998,
      "loc": {
        "start": {
          "line": 45,
          "column": 70
        },
        "end": {
          "line": 45,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1001,
      "end": 1002,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a field group entity by id.  If no id is passed, will return an of object of keyed field groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <FieldGroup>,\n   *    \"103\" : <FieldGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(FieldGroup|Object.<string, FieldGroup>)}\n   ",
      "start": 1006,
      "end": 1366,
      "loc": {
        "start": {
          "line": 48,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldGroups",
      "start": 1369,
      "end": 1380,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 60,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 60,
          "column": 13
        },
        "end": {
          "line": 60,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1381,
      "end": 1383,
      "loc": {
        "start": {
          "line": 60,
          "column": 14
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1383,
      "end": 1384,
      "loc": {
        "start": {
          "line": 60,
          "column": 16
        },
        "end": {
          "line": 60,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 60,
          "column": 18
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1391,
      "end": 1397,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1398,
      "end": 1400,
      "loc": {
        "start": {
          "line": 61,
          "column": 11
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1401,
      "end": 1402,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1403,
      "end": 1407,
      "loc": {
        "start": {
          "line": 61,
          "column": 16
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 61,
          "column": 20
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 1408,
      "end": 1420,
      "loc": {
        "start": {
          "line": 61,
          "column": 21
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1420,
      "end": 1421,
      "loc": {
        "start": {
          "line": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field_group",
      "start": 1421,
      "end": 1434,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1434,
      "end": 1435,
      "loc": {
        "start": {
          "line": 61,
          "column": 47
        },
        "end": {
          "line": 61,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1436,
      "end": 1438,
      "loc": {
        "start": {
          "line": 61,
          "column": 49
        },
        "end": {
          "line": 61,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1438,
      "end": 1439,
      "loc": {
        "start": {
          "line": 61,
          "column": 51
        },
        "end": {
          "line": 61,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1440,
      "end": 1441,
      "loc": {
        "start": {
          "line": 61,
          "column": 53
        },
        "end": {
          "line": 61,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1442,
      "end": 1446,
      "loc": {
        "start": {
          "line": 61,
          "column": 55
        },
        "end": {
          "line": 61,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1446,
      "end": 1447,
      "loc": {
        "start": {
          "line": 61,
          "column": 59
        },
        "end": {
          "line": 61,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 1447,
      "end": 1450,
      "loc": {
        "start": {
          "line": 61,
          "column": 60
        },
        "end": {
          "line": 61,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1450,
      "end": 1451,
      "loc": {
        "start": {
          "line": 61,
          "column": 63
        },
        "end": {
          "line": 61,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 1451,
      "end": 1456,
      "loc": {
        "start": {
          "line": 61,
          "column": 64
        },
        "end": {
          "line": 61,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1456,
      "end": 1457,
      "loc": {
        "start": {
          "line": 61,
          "column": 69
        },
        "end": {
          "line": 61,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_groups",
      "start": 1457,
      "end": 1469,
      "loc": {
        "start": {
          "line": 61,
          "column": 70
        },
        "end": {
          "line": 61,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 61,
          "column": 82
        },
        "end": {
          "line": 61,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1473,
      "end": 1474,
      "loc": {
        "start": {
          "line": 62,
          "column": 2
        },
        "end": {
          "line": 62,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a metric entity by id.  If no id is passed, will return an of object of keyed metrics by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Metric>,\n   *    \"103\" : <Metric>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Metric|Object.<string, Metric>)}\n   ",
      "start": 1478,
      "end": 1812,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 75,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 1815,
      "end": 1822,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1822,
      "end": 1823,
      "loc": {
        "start": {
          "line": 76,
          "column": 9
        },
        "end": {
          "line": 76,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1823,
      "end": 1825,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1825,
      "end": 1826,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1827,
      "end": 1828,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1833,
      "end": 1839,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1840,
      "end": 1842,
      "loc": {
        "start": {
          "line": 77,
          "column": 11
        },
        "end": {
          "line": 77,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1843,
      "end": 1844,
      "loc": {
        "start": {
          "line": 77,
          "column": 14
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1845,
      "end": 1849,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 1850,
      "end": 1862,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1862,
      "end": 1863,
      "loc": {
        "start": {
          "line": 77,
          "column": 33
        },
        "end": {
          "line": 77,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 1863,
      "end": 1871,
      "loc": {
        "start": {
          "line": 77,
          "column": 34
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1871,
      "end": 1872,
      "loc": {
        "start": {
          "line": 77,
          "column": 42
        },
        "end": {
          "line": 77,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 1873,
      "end": 1875,
      "loc": {
        "start": {
          "line": 77,
          "column": 44
        },
        "end": {
          "line": 77,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1875,
      "end": 1876,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1877,
      "end": 1878,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1879,
      "end": 1883,
      "loc": {
        "start": {
          "line": 77,
          "column": 50
        },
        "end": {
          "line": 77,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 77,
          "column": 54
        },
        "end": {
          "line": 77,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 1884,
      "end": 1887,
      "loc": {
        "start": {
          "line": 77,
          "column": 55
        },
        "end": {
          "line": 77,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1887,
      "end": 1888,
      "loc": {
        "start": {
          "line": 77,
          "column": 58
        },
        "end": {
          "line": 77,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 1888,
      "end": 1893,
      "loc": {
        "start": {
          "line": 77,
          "column": 59
        },
        "end": {
          "line": 77,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1893,
      "end": 1894,
      "loc": {
        "start": {
          "line": 77,
          "column": 64
        },
        "end": {
          "line": 77,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metrics",
      "start": 1894,
      "end": 1901,
      "loc": {
        "start": {
          "line": 77,
          "column": 65
        },
        "end": {
          "line": 77,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1901,
      "end": 1902,
      "loc": {
        "start": {
          "line": 77,
          "column": 72
        },
        "end": {
          "line": 77,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1905,
      "end": 1906,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 78,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a line item entity by id.  If no id is passed, will return an of object of keyed line items by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <LineItem>,\n   *    \"103\" : <LineItem>\n   * }\n   *\n   * @param {?number} id\n   * @returns {?(LineItem|Object.<string, LineItem>)}\n   ",
      "start": 1910,
      "end": 2259,
      "loc": {
        "start": {
          "line": 80,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItems",
      "start": 2262,
      "end": 2271,
      "loc": {
        "start": {
          "line": 92,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2271,
      "end": 2272,
      "loc": {
        "start": {
          "line": 92,
          "column": 11
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2272,
      "end": 2274,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2275,
      "end": 2276,
      "loc": {
        "start": {
          "line": 92,
          "column": 15
        },
        "end": {
          "line": 92,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2277,
      "end": 2286,
      "loc": {
        "start": {
          "line": 92,
          "column": 17
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2286,
      "end": 2287,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2288,
      "end": 2289,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2294,
      "end": 2300,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2301,
      "end": 2303,
      "loc": {
        "start": {
          "line": 93,
          "column": 11
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2304,
      "end": 2305,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2306,
      "end": 2310,
      "loc": {
        "start": {
          "line": 93,
          "column": 16
        },
        "end": {
          "line": 93,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2310,
      "end": 2311,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 2311,
      "end": 2323,
      "loc": {
        "start": {
          "line": 93,
          "column": 21
        },
        "end": {
          "line": 93,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2323,
      "end": 2324,
      "loc": {
        "start": {
          "line": 93,
          "column": 33
        },
        "end": {
          "line": 93,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 2324,
      "end": 2335,
      "loc": {
        "start": {
          "line": 93,
          "column": 34
        },
        "end": {
          "line": 93,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2335,
      "end": 2336,
      "loc": {
        "start": {
          "line": 93,
          "column": 45
        },
        "end": {
          "line": 93,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2337,
      "end": 2339,
      "loc": {
        "start": {
          "line": 93,
          "column": 47
        },
        "end": {
          "line": 93,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2339,
      "end": 2340,
      "loc": {
        "start": {
          "line": 93,
          "column": 49
        },
        "end": {
          "line": 93,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2341,
      "end": 2342,
      "loc": {
        "start": {
          "line": 93,
          "column": 51
        },
        "end": {
          "line": 93,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2343,
      "end": 2347,
      "loc": {
        "start": {
          "line": 93,
          "column": 53
        },
        "end": {
          "line": 93,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2347,
      "end": 2348,
      "loc": {
        "start": {
          "line": 93,
          "column": 57
        },
        "end": {
          "line": 93,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 2348,
      "end": 2351,
      "loc": {
        "start": {
          "line": 93,
          "column": 58
        },
        "end": {
          "line": 93,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2351,
      "end": 2352,
      "loc": {
        "start": {
          "line": 93,
          "column": 61
        },
        "end": {
          "line": 93,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 2352,
      "end": 2357,
      "loc": {
        "start": {
          "line": 93,
          "column": 62
        },
        "end": {
          "line": 93,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2357,
      "end": 2358,
      "loc": {
        "start": {
          "line": 93,
          "column": 67
        },
        "end": {
          "line": 93,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line_items",
      "start": 2358,
      "end": 2368,
      "loc": {
        "start": {
          "line": 93,
          "column": 68
        },
        "end": {
          "line": 93,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2368,
      "end": 2369,
      "loc": {
        "start": {
          "line": 93,
          "column": 78
        },
        "end": {
          "line": 93,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 94,
          "column": 2
        },
        "end": {
          "line": 94,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a datatable entity by id.  If no id is passed, will return an of object of keyed datatables by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Datatable>,\n   *    \"103\" : <Datatable>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Datatable|Object.<string, Datatable>)}\n   ",
      "start": 2377,
      "end": 2729,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 107,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatables",
      "start": 2732,
      "end": 2742,
      "loc": {
        "start": {
          "line": 108,
          "column": 2
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2743,
      "end": 2745,
      "loc": {
        "start": {
          "line": 108,
          "column": 13
        },
        "end": {
          "line": 108,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2745,
      "end": 2746,
      "loc": {
        "start": {
          "line": 108,
          "column": 15
        },
        "end": {
          "line": 108,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2747,
      "end": 2748,
      "loc": {
        "start": {
          "line": 108,
          "column": 17
        },
        "end": {
          "line": 108,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2753,
      "end": 2759,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2760,
      "end": 2762,
      "loc": {
        "start": {
          "line": 109,
          "column": 11
        },
        "end": {
          "line": 109,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2763,
      "end": 2764,
      "loc": {
        "start": {
          "line": 109,
          "column": 14
        },
        "end": {
          "line": 109,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2765,
      "end": 2769,
      "loc": {
        "start": {
          "line": 109,
          "column": 16
        },
        "end": {
          "line": 109,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2769,
      "end": 2770,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 2770,
      "end": 2782,
      "loc": {
        "start": {
          "line": 109,
          "column": 21
        },
        "end": {
          "line": 109,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 109,
          "column": 33
        },
        "end": {
          "line": 109,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 2783,
      "end": 2794,
      "loc": {
        "start": {
          "line": 109,
          "column": 34
        },
        "end": {
          "line": 109,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2794,
      "end": 2795,
      "loc": {
        "start": {
          "line": 109,
          "column": 45
        },
        "end": {
          "line": 109,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2796,
      "end": 2798,
      "loc": {
        "start": {
          "line": 109,
          "column": 47
        },
        "end": {
          "line": 109,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2798,
      "end": 2799,
      "loc": {
        "start": {
          "line": 109,
          "column": 49
        },
        "end": {
          "line": 109,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2800,
      "end": 2801,
      "loc": {
        "start": {
          "line": 109,
          "column": 51
        },
        "end": {
          "line": 109,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2802,
      "end": 2806,
      "loc": {
        "start": {
          "line": 109,
          "column": 53
        },
        "end": {
          "line": 109,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2806,
      "end": 2807,
      "loc": {
        "start": {
          "line": 109,
          "column": 57
        },
        "end": {
          "line": 109,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 2807,
      "end": 2810,
      "loc": {
        "start": {
          "line": 109,
          "column": 58
        },
        "end": {
          "line": 109,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2810,
      "end": 2811,
      "loc": {
        "start": {
          "line": 109,
          "column": 61
        },
        "end": {
          "line": 109,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 2811,
      "end": 2816,
      "loc": {
        "start": {
          "line": 109,
          "column": 62
        },
        "end": {
          "line": 109,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2816,
      "end": 2817,
      "loc": {
        "start": {
          "line": 109,
          "column": 67
        },
        "end": {
          "line": 109,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatables",
      "start": 2817,
      "end": 2827,
      "loc": {
        "start": {
          "line": 109,
          "column": 68
        },
        "end": {
          "line": 109,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2827,
      "end": 2828,
      "loc": {
        "start": {
          "line": 109,
          "column": 78
        },
        "end": {
          "line": 109,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2831,
      "end": 2832,
      "loc": {
        "start": {
          "line": 110,
          "column": 2
        },
        "end": {
          "line": 110,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets an assembly entity by id.  If no id is passed, will return an of object of keyed assemblies by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Assembly>,\n   *    \"103\" : <Assembly>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(Assembly|Object.<string, Assembly>)}\n   ",
      "start": 2836,
      "end": 3184,
      "loc": {
        "start": {
          "line": 112,
          "column": 2
        },
        "end": {
          "line": 123,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblies",
      "start": 3187,
      "end": 3197,
      "loc": {
        "start": {
          "line": 124,
          "column": 2
        },
        "end": {
          "line": 124,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3197,
      "end": 3198,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3198,
      "end": 3200,
      "loc": {
        "start": {
          "line": 124,
          "column": 13
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 124,
          "column": 15
        },
        "end": {
          "line": 124,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 124,
          "column": 17
        },
        "end": {
          "line": 124,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3208,
      "end": 3214,
      "loc": {
        "start": {
          "line": 125,
          "column": 4
        },
        "end": {
          "line": 125,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3215,
      "end": 3217,
      "loc": {
        "start": {
          "line": 125,
          "column": 11
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 125,
          "column": 14
        },
        "end": {
          "line": 125,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3220,
      "end": 3224,
      "loc": {
        "start": {
          "line": 125,
          "column": 16
        },
        "end": {
          "line": 125,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3224,
      "end": 3225,
      "loc": {
        "start": {
          "line": 125,
          "column": 20
        },
        "end": {
          "line": 125,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 3225,
      "end": 3237,
      "loc": {
        "start": {
          "line": 125,
          "column": 21
        },
        "end": {
          "line": 125,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3237,
      "end": 3238,
      "loc": {
        "start": {
          "line": 125,
          "column": 33
        },
        "end": {
          "line": 125,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 3238,
      "end": 3248,
      "loc": {
        "start": {
          "line": 125,
          "column": 34
        },
        "end": {
          "line": 125,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3248,
      "end": 3249,
      "loc": {
        "start": {
          "line": 125,
          "column": 44
        },
        "end": {
          "line": 125,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3250,
      "end": 3252,
      "loc": {
        "start": {
          "line": 125,
          "column": 46
        },
        "end": {
          "line": 125,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3252,
      "end": 3253,
      "loc": {
        "start": {
          "line": 125,
          "column": 48
        },
        "end": {
          "line": 125,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3254,
      "end": 3255,
      "loc": {
        "start": {
          "line": 125,
          "column": 50
        },
        "end": {
          "line": 125,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3256,
      "end": 3260,
      "loc": {
        "start": {
          "line": 125,
          "column": 52
        },
        "end": {
          "line": 125,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3260,
      "end": 3261,
      "loc": {
        "start": {
          "line": 125,
          "column": 56
        },
        "end": {
          "line": 125,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 3261,
      "end": 3264,
      "loc": {
        "start": {
          "line": 125,
          "column": 57
        },
        "end": {
          "line": 125,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3264,
      "end": 3265,
      "loc": {
        "start": {
          "line": 125,
          "column": 60
        },
        "end": {
          "line": 125,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 3265,
      "end": 3270,
      "loc": {
        "start": {
          "line": 125,
          "column": 61
        },
        "end": {
          "line": 125,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3270,
      "end": 3271,
      "loc": {
        "start": {
          "line": 125,
          "column": 66
        },
        "end": {
          "line": 125,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblies",
      "start": 3271,
      "end": 3281,
      "loc": {
        "start": {
          "line": 125,
          "column": 67
        },
        "end": {
          "line": 125,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3281,
      "end": 3282,
      "loc": {
        "start": {
          "line": 125,
          "column": 77
        },
        "end": {
          "line": 125,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3285,
      "end": 3286,
      "loc": {
        "start": {
          "line": 126,
          "column": 2
        },
        "end": {
          "line": 126,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a bid variable entity by id.  If no id is passed, will return an object of keyed bid variables by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"xyg4\" : <BidVariable>,\n   *    \"burden\" : <BidVariable>\n   * }\n   *\n   * @param {string} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
      "start": 3290,
      "end": 3694,
      "loc": {
        "start": {
          "line": 128,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "variables",
      "start": 3697,
      "end": 3706,
      "loc": {
        "start": {
          "line": 140,
          "column": 2
        },
        "end": {
          "line": 140,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3706,
      "end": 3707,
      "loc": {
        "start": {
          "line": 140,
          "column": 11
        },
        "end": {
          "line": 140,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3707,
      "end": 3709,
      "loc": {
        "start": {
          "line": 140,
          "column": 12
        },
        "end": {
          "line": 140,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 140,
          "column": 14
        },
        "end": {
          "line": 140,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3711,
      "end": 3712,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3717,
      "end": 3723,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3724,
      "end": 3726,
      "loc": {
        "start": {
          "line": 141,
          "column": 11
        },
        "end": {
          "line": 141,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3727,
      "end": 3728,
      "loc": {
        "start": {
          "line": 141,
          "column": 14
        },
        "end": {
          "line": 141,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3729,
      "end": 3733,
      "loc": {
        "start": {
          "line": 141,
          "column": 16
        },
        "end": {
          "line": 141,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3733,
      "end": 3734,
      "loc": {
        "start": {
          "line": 141,
          "column": 20
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 3734,
      "end": 3746,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3746,
      "end": 3747,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid_variable",
      "start": 3747,
      "end": 3761,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3761,
      "end": 3762,
      "loc": {
        "start": {
          "line": 141,
          "column": 48
        },
        "end": {
          "line": 141,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3763,
      "end": 3765,
      "loc": {
        "start": {
          "line": 141,
          "column": 50
        },
        "end": {
          "line": 141,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3765,
      "end": 3766,
      "loc": {
        "start": {
          "line": 141,
          "column": 52
        },
        "end": {
          "line": 141,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 141,
          "column": 54
        },
        "end": {
          "line": 141,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3769,
      "end": 3773,
      "loc": {
        "start": {
          "line": 141,
          "column": 56
        },
        "end": {
          "line": 141,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3773,
      "end": 3774,
      "loc": {
        "start": {
          "line": 141,
          "column": 60
        },
        "end": {
          "line": 141,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 3774,
      "end": 3777,
      "loc": {
        "start": {
          "line": 141,
          "column": 61
        },
        "end": {
          "line": 141,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3777,
      "end": 3778,
      "loc": {
        "start": {
          "line": 141,
          "column": 64
        },
        "end": {
          "line": 141,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 3778,
      "end": 3783,
      "loc": {
        "start": {
          "line": 141,
          "column": 65
        },
        "end": {
          "line": 141,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3783,
      "end": 3784,
      "loc": {
        "start": {
          "line": 141,
          "column": 70
        },
        "end": {
          "line": 141,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "variables",
      "start": 3784,
      "end": 3793,
      "loc": {
        "start": {
          "line": 141,
          "column": 71
        },
        "end": {
          "line": 141,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3793,
      "end": 3794,
      "loc": {
        "start": {
          "line": 141,
          "column": 80
        },
        "end": {
          "line": 141,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 142,
          "column": 2
        },
        "end": {
          "line": 142,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a component entity by id.  If no id is passed, will return an object of keyed components by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <Component>,\n   *    \"103\" : <Component>\n   * }\n   *\n   * @param {number} [id] - The id of the component to retrieve.\n   * @returns {?(Component|Object.<string, Component>)}\n   ",
      "start": 3802,
      "end": 4191,
      "loc": {
        "start": {
          "line": 144,
          "column": 2
        },
        "end": {
          "line": 155,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 4194,
      "end": 4204,
      "loc": {
        "start": {
          "line": 156,
          "column": 2
        },
        "end": {
          "line": 156,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4204,
      "end": 4205,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4205,
      "end": 4207,
      "loc": {
        "start": {
          "line": 156,
          "column": 13
        },
        "end": {
          "line": 156,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4207,
      "end": 4208,
      "loc": {
        "start": {
          "line": 156,
          "column": 15
        },
        "end": {
          "line": 156,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4209,
      "end": 4210,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4215,
      "end": 4221,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4222,
      "end": 4224,
      "loc": {
        "start": {
          "line": 157,
          "column": 11
        },
        "end": {
          "line": 157,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4225,
      "end": 4226,
      "loc": {
        "start": {
          "line": 157,
          "column": 14
        },
        "end": {
          "line": 157,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4227,
      "end": 4231,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4231,
      "end": 4232,
      "loc": {
        "start": {
          "line": 157,
          "column": 20
        },
        "end": {
          "line": 157,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 4232,
      "end": 4244,
      "loc": {
        "start": {
          "line": 157,
          "column": 21
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4244,
      "end": 4245,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 4245,
      "end": 4256,
      "loc": {
        "start": {
          "line": 157,
          "column": 34
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4256,
      "end": 4257,
      "loc": {
        "start": {
          "line": 157,
          "column": 45
        },
        "end": {
          "line": 157,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4258,
      "end": 4260,
      "loc": {
        "start": {
          "line": 157,
          "column": 47
        },
        "end": {
          "line": 157,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4260,
      "end": 4261,
      "loc": {
        "start": {
          "line": 157,
          "column": 49
        },
        "end": {
          "line": 157,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 157,
          "column": 51
        },
        "end": {
          "line": 157,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4264,
      "end": 4268,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 157,
          "column": 57
        },
        "end": {
          "line": 157,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 4269,
      "end": 4272,
      "loc": {
        "start": {
          "line": 157,
          "column": 58
        },
        "end": {
          "line": 157,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4272,
      "end": 4273,
      "loc": {
        "start": {
          "line": 157,
          "column": 61
        },
        "end": {
          "line": 157,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 4273,
      "end": 4278,
      "loc": {
        "start": {
          "line": 157,
          "column": 62
        },
        "end": {
          "line": 157,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4278,
      "end": 4279,
      "loc": {
        "start": {
          "line": 157,
          "column": 67
        },
        "end": {
          "line": 157,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 4279,
      "end": 4289,
      "loc": {
        "start": {
          "line": 157,
          "column": 68
        },
        "end": {
          "line": 157,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4289,
      "end": 4290,
      "loc": {
        "start": {
          "line": 157,
          "column": 78
        },
        "end": {
          "line": 157,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4293,
      "end": 4294,
      "loc": {
        "start": {
          "line": 158,
          "column": 2
        },
        "end": {
          "line": 158,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a component group entity by id.  If no id is passed, will return an of object of keyed component groups by their id..\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <ComponentGroup>,\n   *    \"103\" : <ComponentGroup>\n   * }\n   *\n   * @param {number} id\n   * @returns {?(ComponentGroup|Object.<string, ComponentGroup>)}\n   ",
      "start": 4298,
      "end": 4682,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 171,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "componentGroups",
      "start": 4685,
      "end": 4700,
      "loc": {
        "start": {
          "line": 172,
          "column": 2
        },
        "end": {
          "line": 172,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4700,
      "end": 4701,
      "loc": {
        "start": {
          "line": 172,
          "column": 17
        },
        "end": {
          "line": 172,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4701,
      "end": 4703,
      "loc": {
        "start": {
          "line": 172,
          "column": 18
        },
        "end": {
          "line": 172,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 172,
          "column": 20
        },
        "end": {
          "line": 172,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4705,
      "end": 4706,
      "loc": {
        "start": {
          "line": 172,
          "column": 22
        },
        "end": {
          "line": 172,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4711,
      "end": 4717,
      "loc": {
        "start": {
          "line": 173,
          "column": 4
        },
        "end": {
          "line": 173,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4718,
      "end": 4720,
      "loc": {
        "start": {
          "line": 173,
          "column": 11
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4721,
      "end": 4722,
      "loc": {
        "start": {
          "line": 173,
          "column": 14
        },
        "end": {
          "line": 173,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4723,
      "end": 4727,
      "loc": {
        "start": {
          "line": 173,
          "column": 16
        },
        "end": {
          "line": 173,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4727,
      "end": 4728,
      "loc": {
        "start": {
          "line": 173,
          "column": 20
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 4728,
      "end": 4740,
      "loc": {
        "start": {
          "line": 173,
          "column": 21
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4740,
      "end": 4741,
      "loc": {
        "start": {
          "line": 173,
          "column": 33
        },
        "end": {
          "line": 173,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component_group",
      "start": 4741,
      "end": 4758,
      "loc": {
        "start": {
          "line": 173,
          "column": 34
        },
        "end": {
          "line": 173,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4758,
      "end": 4759,
      "loc": {
        "start": {
          "line": 173,
          "column": 51
        },
        "end": {
          "line": 173,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 4760,
      "end": 4762,
      "loc": {
        "start": {
          "line": 173,
          "column": 53
        },
        "end": {
          "line": 173,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4762,
      "end": 4763,
      "loc": {
        "start": {
          "line": 173,
          "column": 55
        },
        "end": {
          "line": 173,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4764,
      "end": 4765,
      "loc": {
        "start": {
          "line": 173,
          "column": 57
        },
        "end": {
          "line": 173,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4766,
      "end": 4770,
      "loc": {
        "start": {
          "line": 173,
          "column": 59
        },
        "end": {
          "line": 173,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4770,
      "end": 4771,
      "loc": {
        "start": {
          "line": 173,
          "column": 63
        },
        "end": {
          "line": 173,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 4771,
      "end": 4774,
      "loc": {
        "start": {
          "line": 173,
          "column": 64
        },
        "end": {
          "line": 173,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4774,
      "end": 4775,
      "loc": {
        "start": {
          "line": 173,
          "column": 67
        },
        "end": {
          "line": 173,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 4775,
      "end": 4780,
      "loc": {
        "start": {
          "line": 173,
          "column": 68
        },
        "end": {
          "line": 173,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4780,
      "end": 4781,
      "loc": {
        "start": {
          "line": 173,
          "column": 73
        },
        "end": {
          "line": 173,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component_groups",
      "start": 4781,
      "end": 4797,
      "loc": {
        "start": {
          "line": 173,
          "column": 74
        },
        "end": {
          "line": 173,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4797,
      "end": 4798,
      "loc": {
        "start": {
          "line": 173,
          "column": 90
        },
        "end": {
          "line": 173,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4801,
      "end": 4802,
      "loc": {
        "start": {
          "line": 174,
          "column": 2
        },
        "end": {
          "line": 174,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a dynamic group entity by id. If no id is passed, will return an of object of keyed dynamic groups by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <DynamicGroup>,\n   *    \"103\" : <DynamicGroup>\n   * }\n   *\n   * @param {string} id\n   * @returns {?(DynamicGroup|Object.<string, DynamicGroup>)}\n   ",
      "start": 4806,
      "end": 5176,
      "loc": {
        "start": {
          "line": 176,
          "column": 2
        },
        "end": {
          "line": 187,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamicGroups",
      "start": 5179,
      "end": 5192,
      "loc": {
        "start": {
          "line": 188,
          "column": 2
        },
        "end": {
          "line": 188,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 188,
          "column": 15
        },
        "end": {
          "line": 188,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5193,
      "end": 5195,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5195,
      "end": 5196,
      "loc": {
        "start": {
          "line": 188,
          "column": 18
        },
        "end": {
          "line": 188,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5197,
      "end": 5198,
      "loc": {
        "start": {
          "line": 188,
          "column": 20
        },
        "end": {
          "line": 188,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5203,
      "end": 5209,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5210,
      "end": 5212,
      "loc": {
        "start": {
          "line": 189,
          "column": 11
        },
        "end": {
          "line": 189,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5213,
      "end": 5214,
      "loc": {
        "start": {
          "line": 189,
          "column": 14
        },
        "end": {
          "line": 189,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5215,
      "end": 5219,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5219,
      "end": 5220,
      "loc": {
        "start": {
          "line": 189,
          "column": 20
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 5220,
      "end": 5232,
      "loc": {
        "start": {
          "line": 189,
          "column": 21
        },
        "end": {
          "line": 189,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5232,
      "end": 5233,
      "loc": {
        "start": {
          "line": 189,
          "column": 33
        },
        "end": {
          "line": 189,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dynamic_group",
      "start": 5233,
      "end": 5248,
      "loc": {
        "start": {
          "line": 189,
          "column": 34
        },
        "end": {
          "line": 189,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 189,
          "column": 49
        },
        "end": {
          "line": 189,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5250,
      "end": 5252,
      "loc": {
        "start": {
          "line": 189,
          "column": 51
        },
        "end": {
          "line": 189,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5252,
      "end": 5253,
      "loc": {
        "start": {
          "line": 189,
          "column": 53
        },
        "end": {
          "line": 189,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5254,
      "end": 5255,
      "loc": {
        "start": {
          "line": 189,
          "column": 55
        },
        "end": {
          "line": 189,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5256,
      "end": 5260,
      "loc": {
        "start": {
          "line": 189,
          "column": 57
        },
        "end": {
          "line": 189,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 189,
          "column": 61
        },
        "end": {
          "line": 189,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 5261,
      "end": 5264,
      "loc": {
        "start": {
          "line": 189,
          "column": 62
        },
        "end": {
          "line": 189,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5264,
      "end": 5265,
      "loc": {
        "start": {
          "line": 189,
          "column": 65
        },
        "end": {
          "line": 189,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 5265,
      "end": 5270,
      "loc": {
        "start": {
          "line": 189,
          "column": 66
        },
        "end": {
          "line": 189,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5270,
      "end": 5271,
      "loc": {
        "start": {
          "line": 189,
          "column": 71
        },
        "end": {
          "line": 189,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dynamic_groups",
      "start": 5271,
      "end": 5285,
      "loc": {
        "start": {
          "line": 189,
          "column": 72
        },
        "end": {
          "line": 189,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5285,
      "end": 5286,
      "loc": {
        "start": {
          "line": 189,
          "column": 86
        },
        "end": {
          "line": 189,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5289,
      "end": 5290,
      "loc": {
        "start": {
          "line": 190,
          "column": 2
        },
        "end": {
          "line": 190,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a assembly map entity by id.  If no id is passed, will return an object of keyed assembly maps by their id.\n   *\n   * @example <caption>Example of returned keyed object.</caption>\n   * {\n   *    \"92\" : <AssemblyMap>,\n   *    \"103\" : <AssemblyMap>\n   * }\n   *\n   * @param {number} [id] - The id of the assembly map to retrieve.\n   * @returns {?(AssemblyMap|Object.<string, AssemblyMap>)}\n   ",
      "start": 5294,
      "end": 5700,
      "loc": {
        "start": {
          "line": 192,
          "column": 2
        },
        "end": {
          "line": 203,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assemblyMaps",
      "start": 5703,
      "end": 5715,
      "loc": {
        "start": {
          "line": 204,
          "column": 2
        },
        "end": {
          "line": 204,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5715,
      "end": 5716,
      "loc": {
        "start": {
          "line": 204,
          "column": 14
        },
        "end": {
          "line": 204,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5716,
      "end": 5718,
      "loc": {
        "start": {
          "line": 204,
          "column": 15
        },
        "end": {
          "line": 204,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5718,
      "end": 5719,
      "loc": {
        "start": {
          "line": 204,
          "column": 17
        },
        "end": {
          "line": 204,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5720,
      "end": 5721,
      "loc": {
        "start": {
          "line": 204,
          "column": 19
        },
        "end": {
          "line": 204,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5726,
      "end": 5732,
      "loc": {
        "start": {
          "line": 205,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5733,
      "end": 5735,
      "loc": {
        "start": {
          "line": 205,
          "column": 11
        },
        "end": {
          "line": 205,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5736,
      "end": 5737,
      "loc": {
        "start": {
          "line": 205,
          "column": 14
        },
        "end": {
          "line": 205,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5738,
      "end": 5742,
      "loc": {
        "start": {
          "line": 205,
          "column": 16
        },
        "end": {
          "line": 205,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5742,
      "end": 5743,
      "loc": {
        "start": {
          "line": 205,
          "column": 20
        },
        "end": {
          "line": 205,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 5743,
      "end": 5755,
      "loc": {
        "start": {
          "line": 205,
          "column": 21
        },
        "end": {
          "line": 205,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5755,
      "end": 5756,
      "loc": {
        "start": {
          "line": 205,
          "column": 33
        },
        "end": {
          "line": 205,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly_map",
      "start": 5756,
      "end": 5770,
      "loc": {
        "start": {
          "line": 205,
          "column": 34
        },
        "end": {
          "line": 205,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5770,
      "end": 5771,
      "loc": {
        "start": {
          "line": 205,
          "column": 48
        },
        "end": {
          "line": 205,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5772,
      "end": 5774,
      "loc": {
        "start": {
          "line": 205,
          "column": 50
        },
        "end": {
          "line": 205,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5774,
      "end": 5775,
      "loc": {
        "start": {
          "line": 205,
          "column": 52
        },
        "end": {
          "line": 205,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5776,
      "end": 5777,
      "loc": {
        "start": {
          "line": 205,
          "column": 54
        },
        "end": {
          "line": 205,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5778,
      "end": 5782,
      "loc": {
        "start": {
          "line": 205,
          "column": 56
        },
        "end": {
          "line": 205,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5782,
      "end": 5783,
      "loc": {
        "start": {
          "line": 205,
          "column": 60
        },
        "end": {
          "line": 205,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 5783,
      "end": 5786,
      "loc": {
        "start": {
          "line": 205,
          "column": 61
        },
        "end": {
          "line": 205,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5786,
      "end": 5787,
      "loc": {
        "start": {
          "line": 205,
          "column": 64
        },
        "end": {
          "line": 205,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 5787,
      "end": 5792,
      "loc": {
        "start": {
          "line": 205,
          "column": 65
        },
        "end": {
          "line": 205,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5792,
      "end": 5793,
      "loc": {
        "start": {
          "line": 205,
          "column": 70
        },
        "end": {
          "line": 205,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_maps",
      "start": 5793,
      "end": 5806,
      "loc": {
        "start": {
          "line": 205,
          "column": 71
        },
        "end": {
          "line": 205,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5806,
      "end": 5807,
      "loc": {
        "start": {
          "line": 205,
          "column": 84
        },
        "end": {
          "line": 205,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5810,
      "end": 5811,
      "loc": {
        "start": {
          "line": 206,
          "column": 2
        },
        "end": {
          "line": 206,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a bid entity by a dependency contract.\n   *\n   * @example <caption>Example a dependency contract.</caption>\n   * {\n   *    \"type\" : <string>,\n   *    \"bid_entity_id\" : <string>,\n   *    \"field\" : <string>\n   * }\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, component_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {?BidEntity} Returns the bid entity requested determined by the dependency contract.\n   ",
      "start": 5815,
      "end": 6570,
      "loc": {
        "start": {
          "line": 208,
          "column": 2
        },
        "end": {
          "line": 223,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 6573,
      "end": 6586,
      "loc": {
        "start": {
          "line": 224,
          "column": 2
        },
        "end": {
          "line": 224,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6586,
      "end": 6587,
      "loc": {
        "start": {
          "line": 224,
          "column": 15
        },
        "end": {
          "line": 224,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 6587,
      "end": 6605,
      "loc": {
        "start": {
          "line": 224,
          "column": 16
        },
        "end": {
          "line": 224,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6605,
      "end": 6606,
      "loc": {
        "start": {
          "line": 224,
          "column": 34
        },
        "end": {
          "line": 224,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6607,
      "end": 6608,
      "loc": {
        "start": {
          "line": 224,
          "column": 36
        },
        "end": {
          "line": 224,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6613,
      "end": 6615,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6616,
      "end": 6617,
      "loc": {
        "start": {
          "line": 225,
          "column": 7
        },
        "end": {
          "line": 225,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6617,
      "end": 6618,
      "loc": {
        "start": {
          "line": 225,
          "column": 8
        },
        "end": {
          "line": 225,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6618,
      "end": 6619,
      "loc": {
        "start": {
          "line": 225,
          "column": 9
        },
        "end": {
          "line": 225,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6619,
      "end": 6620,
      "loc": {
        "start": {
          "line": 225,
          "column": 10
        },
        "end": {
          "line": 225,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 6620,
      "end": 6631,
      "loc": {
        "start": {
          "line": 225,
          "column": 11
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6631,
      "end": 6632,
      "loc": {
        "start": {
          "line": 225,
          "column": 22
        },
        "end": {
          "line": 225,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 6632,
      "end": 6650,
      "loc": {
        "start": {
          "line": 225,
          "column": 23
        },
        "end": {
          "line": 225,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6650,
      "end": 6651,
      "loc": {
        "start": {
          "line": 225,
          "column": 41
        },
        "end": {
          "line": 225,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6652,
      "end": 6654,
      "loc": {
        "start": {
          "line": 225,
          "column": 43
        },
        "end": {
          "line": 225,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 225,
          "column": 46
        },
        "end": {
          "line": 225,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6656,
      "end": 6657,
      "loc": {
        "start": {
          "line": 225,
          "column": 47
        },
        "end": {
          "line": 225,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6657,
      "end": 6658,
      "loc": {
        "start": {
          "line": 225,
          "column": 48
        },
        "end": {
          "line": 225,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 6658,
      "end": 6669,
      "loc": {
        "start": {
          "line": 225,
          "column": 49
        },
        "end": {
          "line": 225,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6669,
      "end": 6670,
      "loc": {
        "start": {
          "line": 225,
          "column": 60
        },
        "end": {
          "line": 225,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 6670,
      "end": 6688,
      "loc": {
        "start": {
          "line": 225,
          "column": 61
        },
        "end": {
          "line": 225,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6688,
      "end": 6689,
      "loc": {
        "start": {
          "line": 225,
          "column": 79
        },
        "end": {
          "line": 225,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6689,
      "end": 6693,
      "loc": {
        "start": {
          "line": 225,
          "column": 80
        },
        "end": {
          "line": 225,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6693,
      "end": 6694,
      "loc": {
        "start": {
          "line": 225,
          "column": 84
        },
        "end": {
          "line": 225,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6694,
      "end": 6695,
      "loc": {
        "start": {
          "line": 225,
          "column": 85
        },
        "end": {
          "line": 225,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6696,
      "end": 6697,
      "loc": {
        "start": {
          "line": 225,
          "column": 87
        },
        "end": {
          "line": 225,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6704,
      "end": 6709,
      "loc": {
        "start": {
          "line": 226,
          "column": 6
        },
        "end": {
          "line": 226,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6710,
      "end": 6711,
      "loc": {
        "start": {
          "line": 226,
          "column": 12
        },
        "end": {
          "line": 226,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6711,
      "end": 6715,
      "loc": {
        "start": {
          "line": 226,
          "column": 13
        },
        "end": {
          "line": 226,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6715,
      "end": 6716,
      "loc": {
        "start": {
          "line": 226,
          "column": 17
        },
        "end": {
          "line": 226,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 6717,
      "end": 6730,
      "loc": {
        "start": {
          "line": 226,
          "column": 19
        },
        "end": {
          "line": 226,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6730,
      "end": 6731,
      "loc": {
        "start": {
          "line": 226,
          "column": 32
        },
        "end": {
          "line": 226,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6732,
      "end": 6737,
      "loc": {
        "start": {
          "line": 226,
          "column": 34
        },
        "end": {
          "line": 226,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6737,
      "end": 6738,
      "loc": {
        "start": {
          "line": 226,
          "column": 39
        },
        "end": {
          "line": 226,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6739,
      "end": 6740,
      "loc": {
        "start": {
          "line": 226,
          "column": 41
        },
        "end": {
          "line": 226,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 6741,
      "end": 6759,
      "loc": {
        "start": {
          "line": 226,
          "column": 43
        },
        "end": {
          "line": 226,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6759,
      "end": 6760,
      "loc": {
        "start": {
          "line": 226,
          "column": 61
        },
        "end": {
          "line": 226,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 6767,
      "end": 6773,
      "loc": {
        "start": {
          "line": 227,
          "column": 6
        },
        "end": {
          "line": 227,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6774,
      "end": 6775,
      "loc": {
        "start": {
          "line": 227,
          "column": 13
        },
        "end": {
          "line": 227,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6775,
      "end": 6779,
      "loc": {
        "start": {
          "line": 227,
          "column": 14
        },
        "end": {
          "line": 227,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6779,
      "end": 6780,
      "loc": {
        "start": {
          "line": 227,
          "column": 18
        },
        "end": {
          "line": 227,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6781,
      "end": 6782,
      "loc": {
        "start": {
          "line": 227,
          "column": 20
        },
        "end": {
          "line": 227,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6791,
      "end": 6795,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 6796,
      "end": 6807,
      "loc": {
        "start": {
          "line": 228,
          "column": 13
        },
        "end": {
          "line": 228,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6807,
      "end": 6808,
      "loc": {
        "start": {
          "line": 228,
          "column": 24
        },
        "end": {
          "line": 228,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6817,
      "end": 6821,
      "loc": {
        "start": {
          "line": 229,
          "column": 8
        },
        "end": {
          "line": 229,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 6822,
      "end": 6829,
      "loc": {
        "start": {
          "line": 229,
          "column": 13
        },
        "end": {
          "line": 229,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6829,
      "end": 6830,
      "loc": {
        "start": {
          "line": 229,
          "column": 20
        },
        "end": {
          "line": 229,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6839,
      "end": 6843,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 6844,
      "end": 6852,
      "loc": {
        "start": {
          "line": 230,
          "column": 13
        },
        "end": {
          "line": 230,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6852,
      "end": 6853,
      "loc": {
        "start": {
          "line": 230,
          "column": 21
        },
        "end": {
          "line": 230,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6862,
      "end": 6866,
      "loc": {
        "start": {
          "line": 231,
          "column": 8
        },
        "end": {
          "line": 231,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 6867,
      "end": 6878,
      "loc": {
        "start": {
          "line": 231,
          "column": 13
        },
        "end": {
          "line": 231,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 231,
          "column": 24
        },
        "end": {
          "line": 231,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6888,
      "end": 6892,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 6893,
      "end": 6904,
      "loc": {
        "start": {
          "line": 232,
          "column": 13
        },
        "end": {
          "line": 232,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6904,
      "end": 6905,
      "loc": {
        "start": {
          "line": 232,
          "column": 24
        },
        "end": {
          "line": 232,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6914,
      "end": 6918,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 6919,
      "end": 6929,
      "loc": {
        "start": {
          "line": 233,
          "column": 13
        },
        "end": {
          "line": 233,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6929,
      "end": 6930,
      "loc": {
        "start": {
          "line": 233,
          "column": 23
        },
        "end": {
          "line": 233,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6941,
      "end": 6947,
      "loc": {
        "start": {
          "line": 234,
          "column": 10
        },
        "end": {
          "line": 234,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 6948,
      "end": 6961,
      "loc": {
        "start": {
          "line": 234,
          "column": 17
        },
        "end": {
          "line": 234,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6962,
      "end": 6963,
      "loc": {
        "start": {
          "line": 234,
          "column": 31
        },
        "end": {
          "line": 234,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6964,
      "end": 6968,
      "loc": {
        "start": {
          "line": 234,
          "column": 33
        },
        "end": {
          "line": 234,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6968,
      "end": 6969,
      "loc": {
        "start": {
          "line": 234,
          "column": 37
        },
        "end": {
          "line": 234,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 6969,
      "end": 6981,
      "loc": {
        "start": {
          "line": 234,
          "column": 38
        },
        "end": {
          "line": 234,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6981,
      "end": 6982,
      "loc": {
        "start": {
          "line": 234,
          "column": 50
        },
        "end": {
          "line": 234,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6982,
      "end": 6986,
      "loc": {
        "start": {
          "line": 234,
          "column": 51
        },
        "end": {
          "line": 234,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6986,
      "end": 6987,
      "loc": {
        "start": {
          "line": 234,
          "column": 55
        },
        "end": {
          "line": 234,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 6988,
      "end": 7001,
      "loc": {
        "start": {
          "line": 234,
          "column": 57
        },
        "end": {
          "line": 234,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7001,
      "end": 7002,
      "loc": {
        "start": {
          "line": 234,
          "column": 70
        },
        "end": {
          "line": 234,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7003,
      "end": 7004,
      "loc": {
        "start": {
          "line": 234,
          "column": 72
        },
        "end": {
          "line": 234,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7005,
      "end": 7009,
      "loc": {
        "start": {
          "line": 234,
          "column": 74
        },
        "end": {
          "line": 234,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7009,
      "end": 7010,
      "loc": {
        "start": {
          "line": 234,
          "column": 78
        },
        "end": {
          "line": 234,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7019,
      "end": 7023,
      "loc": {
        "start": {
          "line": 235,
          "column": 8
        },
        "end": {
          "line": 235,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid_variable",
      "start": 7024,
      "end": 7038,
      "loc": {
        "start": {
          "line": 235,
          "column": 13
        },
        "end": {
          "line": 235,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7038,
      "end": 7039,
      "loc": {
        "start": {
          "line": 235,
          "column": 27
        },
        "end": {
          "line": 235,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7050,
      "end": 7056,
      "loc": {
        "start": {
          "line": 236,
          "column": 10
        },
        "end": {
          "line": 236,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7057,
      "end": 7061,
      "loc": {
        "start": {
          "line": 236,
          "column": 17
        },
        "end": {
          "line": 236,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7061,
      "end": 7062,
      "loc": {
        "start": {
          "line": 236,
          "column": 21
        },
        "end": {
          "line": 236,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 7062,
      "end": 7065,
      "loc": {
        "start": {
          "line": 236,
          "column": 22
        },
        "end": {
          "line": 236,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7065,
      "end": 7066,
      "loc": {
        "start": {
          "line": 236,
          "column": 25
        },
        "end": {
          "line": 236,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 7066,
      "end": 7071,
      "loc": {
        "start": {
          "line": 236,
          "column": 26
        },
        "end": {
          "line": 236,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7071,
      "end": 7072,
      "loc": {
        "start": {
          "line": 236,
          "column": 31
        },
        "end": {
          "line": 236,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "variables",
      "start": 7072,
      "end": 7081,
      "loc": {
        "start": {
          "line": 236,
          "column": 32
        },
        "end": {
          "line": 236,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7081,
      "end": 7082,
      "loc": {
        "start": {
          "line": 236,
          "column": 41
        },
        "end": {
          "line": 236,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7082,
      "end": 7087,
      "loc": {
        "start": {
          "line": 236,
          "column": 42
        },
        "end": {
          "line": 236,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7087,
      "end": 7088,
      "loc": {
        "start": {
          "line": 236,
          "column": 47
        },
        "end": {
          "line": 236,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7088,
      "end": 7089,
      "loc": {
        "start": {
          "line": 236,
          "column": 48
        },
        "end": {
          "line": 236,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7098,
      "end": 7102,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid",
      "start": 7103,
      "end": 7108,
      "loc": {
        "start": {
          "line": 237,
          "column": 13
        },
        "end": {
          "line": 237,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7108,
      "end": 7109,
      "loc": {
        "start": {
          "line": 237,
          "column": 18
        },
        "end": {
          "line": 237,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7120,
      "end": 7126,
      "loc": {
        "start": {
          "line": 238,
          "column": 10
        },
        "end": {
          "line": 238,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7127,
      "end": 7131,
      "loc": {
        "start": {
          "line": 238,
          "column": 17
        },
        "end": {
          "line": 238,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7131,
      "end": 7132,
      "loc": {
        "start": {
          "line": 238,
          "column": 21
        },
        "end": {
          "line": 238,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 7132,
      "end": 7135,
      "loc": {
        "start": {
          "line": 238,
          "column": 22
        },
        "end": {
          "line": 238,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7135,
      "end": 7136,
      "loc": {
        "start": {
          "line": 238,
          "column": 25
        },
        "end": {
          "line": 238,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 7145,
      "end": 7152,
      "loc": {
        "start": {
          "line": 239,
          "column": 8
        },
        "end": {
          "line": 239,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7152,
      "end": 7153,
      "loc": {
        "start": {
          "line": 239,
          "column": 15
        },
        "end": {
          "line": 239,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7164,
      "end": 7170,
      "loc": {
        "start": {
          "line": 240,
          "column": 10
        },
        "end": {
          "line": 240,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7171,
      "end": 7175,
      "loc": {
        "start": {
          "line": 240,
          "column": 17
        },
        "end": {
          "line": 240,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7175,
      "end": 7176,
      "loc": {
        "start": {
          "line": 240,
          "column": 21
        },
        "end": {
          "line": 240,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7183,
      "end": 7184,
      "loc": {
        "start": {
          "line": 241,
          "column": 6
        },
        "end": {
          "line": 241,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7189,
      "end": 7190,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 242,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7191,
      "end": 7195,
      "loc": {
        "start": {
          "line": 242,
          "column": 6
        },
        "end": {
          "line": 242,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7196,
      "end": 7202,
      "loc": {
        "start": {
          "line": 242,
          "column": 11
        },
        "end": {
          "line": 242,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7203,
      "end": 7207,
      "loc": {
        "start": {
          "line": 242,
          "column": 18
        },
        "end": {
          "line": 242,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7207,
      "end": 7208,
      "loc": {
        "start": {
          "line": 242,
          "column": 22
        },
        "end": {
          "line": 242,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7211,
      "end": 7212,
      "loc": {
        "start": {
          "line": 243,
          "column": 2
        },
        "end": {
          "line": 243,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets the value of a bid entity by a dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type - The type of bid entity, ie: line_item, metric, field, component, compnent_group, assembly, etc\n   * @param {string} dependencyContract.bid_entity_id - The id of the bid entity. Note, this will eventual be converted to simply \"id\".\n   * @param {string} dependencyContract.field - The bid entity property that holds the needed value.\n   * @returns {string|number|boolean} Returns the bid entity value.\n   ",
      "start": 7216,
      "end": 7779,
      "loc": {
        "start": {
          "line": 245,
          "column": 2
        },
        "end": {
          "line": 253,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependencyValue",
      "start": 7782,
      "end": 7800,
      "loc": {
        "start": {
          "line": 254,
          "column": 2
        },
        "end": {
          "line": 254,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7800,
      "end": 7801,
      "loc": {
        "start": {
          "line": 254,
          "column": 20
        },
        "end": {
          "line": 254,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 7801,
      "end": 7819,
      "loc": {
        "start": {
          "line": 254,
          "column": 21
        },
        "end": {
          "line": 254,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7819,
      "end": 7820,
      "loc": {
        "start": {
          "line": 254,
          "column": 39
        },
        "end": {
          "line": 254,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7821,
      "end": 7822,
      "loc": {
        "start": {
          "line": 254,
          "column": 41
        },
        "end": {
          "line": 254,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7827,
      "end": 7830,
      "loc": {
        "start": {
          "line": 255,
          "column": 4
        },
        "end": {
          "line": 255,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 7831,
      "end": 7840,
      "loc": {
        "start": {
          "line": 255,
          "column": 8
        },
        "end": {
          "line": 255,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7841,
      "end": 7842,
      "loc": {
        "start": {
          "line": 255,
          "column": 18
        },
        "end": {
          "line": 255,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7843,
      "end": 7847,
      "loc": {
        "start": {
          "line": 255,
          "column": 20
        },
        "end": {
          "line": 255,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7847,
      "end": 7848,
      "loc": {
        "start": {
          "line": 255,
          "column": 24
        },
        "end": {
          "line": 255,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 7848,
      "end": 7861,
      "loc": {
        "start": {
          "line": 255,
          "column": 25
        },
        "end": {
          "line": 255,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7861,
      "end": 7862,
      "loc": {
        "start": {
          "line": 255,
          "column": 38
        },
        "end": {
          "line": 255,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 7862,
      "end": 7880,
      "loc": {
        "start": {
          "line": 255,
          "column": 39
        },
        "end": {
          "line": 255,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7880,
      "end": 7881,
      "loc": {
        "start": {
          "line": 255,
          "column": 57
        },
        "end": {
          "line": 255,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7881,
      "end": 7882,
      "loc": {
        "start": {
          "line": 255,
          "column": 58
        },
        "end": {
          "line": 255,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7888,
      "end": 7890,
      "loc": {
        "start": {
          "line": 257,
          "column": 4
        },
        "end": {
          "line": 257,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7891,
      "end": 7892,
      "loc": {
        "start": {
          "line": 257,
          "column": 7
        },
        "end": {
          "line": 257,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7892,
      "end": 7893,
      "loc": {
        "start": {
          "line": 257,
          "column": 8
        },
        "end": {
          "line": 257,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7893,
      "end": 7894,
      "loc": {
        "start": {
          "line": 257,
          "column": 9
        },
        "end": {
          "line": 257,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7894,
      "end": 7895,
      "loc": {
        "start": {
          "line": 257,
          "column": 10
        },
        "end": {
          "line": 257,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 7895,
      "end": 7901,
      "loc": {
        "start": {
          "line": 257,
          "column": 11
        },
        "end": {
          "line": 257,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7901,
      "end": 7902,
      "loc": {
        "start": {
          "line": 257,
          "column": 17
        },
        "end": {
          "line": 257,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 7902,
      "end": 7911,
      "loc": {
        "start": {
          "line": 257,
          "column": 18
        },
        "end": {
          "line": 257,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7911,
      "end": 7912,
      "loc": {
        "start": {
          "line": 257,
          "column": 27
        },
        "end": {
          "line": 257,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7913,
      "end": 7915,
      "loc": {
        "start": {
          "line": 257,
          "column": 29
        },
        "end": {
          "line": 257,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7916,
      "end": 7917,
      "loc": {
        "start": {
          "line": 257,
          "column": 32
        },
        "end": {
          "line": 257,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7917,
      "end": 7918,
      "loc": {
        "start": {
          "line": 257,
          "column": 33
        },
        "end": {
          "line": 257,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7918,
      "end": 7919,
      "loc": {
        "start": {
          "line": 257,
          "column": 34
        },
        "end": {
          "line": 257,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 7919,
      "end": 7930,
      "loc": {
        "start": {
          "line": 257,
          "column": 35
        },
        "end": {
          "line": 257,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7930,
      "end": 7931,
      "loc": {
        "start": {
          "line": 257,
          "column": 46
        },
        "end": {
          "line": 257,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 7931,
      "end": 7940,
      "loc": {
        "start": {
          "line": 257,
          "column": 47
        },
        "end": {
          "line": 257,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7940,
      "end": 7941,
      "loc": {
        "start": {
          "line": 257,
          "column": 56
        },
        "end": {
          "line": 257,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7941,
      "end": 7942,
      "loc": {
        "start": {
          "line": 257,
          "column": 57
        },
        "end": {
          "line": 257,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7943,
      "end": 7944,
      "loc": {
        "start": {
          "line": 257,
          "column": 59
        },
        "end": {
          "line": 257,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 7951,
      "end": 7957,
      "loc": {
        "start": {
          "line": 258,
          "column": 6
        },
        "end": {
          "line": 258,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7958,
      "end": 7959,
      "loc": {
        "start": {
          "line": 258,
          "column": 13
        },
        "end": {
          "line": 258,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 7959,
      "end": 7977,
      "loc": {
        "start": {
          "line": 258,
          "column": 14
        },
        "end": {
          "line": 258,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7977,
      "end": 7978,
      "loc": {
        "start": {
          "line": 258,
          "column": 32
        },
        "end": {
          "line": 258,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7978,
      "end": 7982,
      "loc": {
        "start": {
          "line": 258,
          "column": 33
        },
        "end": {
          "line": 258,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7982,
      "end": 7983,
      "loc": {
        "start": {
          "line": 258,
          "column": 37
        },
        "end": {
          "line": 258,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7984,
      "end": 7985,
      "loc": {
        "start": {
          "line": 258,
          "column": 39
        },
        "end": {
          "line": 258,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7994,
      "end": 7998,
      "loc": {
        "start": {
          "line": 259,
          "column": 8
        },
        "end": {
          "line": 259,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid_variable",
      "start": 7999,
      "end": 8013,
      "loc": {
        "start": {
          "line": 259,
          "column": 13
        },
        "end": {
          "line": 259,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8013,
      "end": 8014,
      "loc": {
        "start": {
          "line": 259,
          "column": 27
        },
        "end": {
          "line": 259,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8025,
      "end": 8031,
      "loc": {
        "start": {
          "line": 260,
          "column": 10
        },
        "end": {
          "line": 260,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8032,
      "end": 8041,
      "loc": {
        "start": {
          "line": 260,
          "column": 17
        },
        "end": {
          "line": 260,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8041,
      "end": 8042,
      "loc": {
        "start": {
          "line": 260,
          "column": 26
        },
        "end": {
          "line": 260,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8042,
      "end": 8047,
      "loc": {
        "start": {
          "line": 260,
          "column": 27
        },
        "end": {
          "line": 260,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8047,
      "end": 8048,
      "loc": {
        "start": {
          "line": 260,
          "column": 32
        },
        "end": {
          "line": 260,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8057,
      "end": 8061,
      "loc": {
        "start": {
          "line": 261,
          "column": 8
        },
        "end": {
          "line": 261,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 8062,
      "end": 8073,
      "loc": {
        "start": {
          "line": 261,
          "column": 13
        },
        "end": {
          "line": 261,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8073,
      "end": 8074,
      "loc": {
        "start": {
          "line": 261,
          "column": 24
        },
        "end": {
          "line": 261,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8085,
      "end": 8091,
      "loc": {
        "start": {
          "line": 262,
          "column": 10
        },
        "end": {
          "line": 262,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8092,
      "end": 8093,
      "loc": {
        "start": {
          "line": 262,
          "column": 17
        },
        "end": {
          "line": 262,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8093,
      "end": 8094,
      "loc": {
        "start": {
          "line": 262,
          "column": 18
        },
        "end": {
          "line": 262,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8094,
      "end": 8095,
      "loc": {
        "start": {
          "line": 262,
          "column": 19
        },
        "end": {
          "line": 262,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 8095,
      "end": 8101,
      "loc": {
        "start": {
          "line": 262,
          "column": 20
        },
        "end": {
          "line": 262,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8101,
      "end": 8102,
      "loc": {
        "start": {
          "line": 262,
          "column": 26
        },
        "end": {
          "line": 262,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8102,
      "end": 8111,
      "loc": {
        "start": {
          "line": 262,
          "column": 27
        },
        "end": {
          "line": 262,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8111,
      "end": 8112,
      "loc": {
        "start": {
          "line": 262,
          "column": 36
        },
        "end": {
          "line": 262,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 8112,
      "end": 8130,
      "loc": {
        "start": {
          "line": 262,
          "column": 37
        },
        "end": {
          "line": 262,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8130,
      "end": 8131,
      "loc": {
        "start": {
          "line": 262,
          "column": 55
        },
        "end": {
          "line": 262,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8131,
      "end": 8136,
      "loc": {
        "start": {
          "line": 262,
          "column": 56
        },
        "end": {
          "line": 262,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8136,
      "end": 8137,
      "loc": {
        "start": {
          "line": 262,
          "column": 61
        },
        "end": {
          "line": 262,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8137,
      "end": 8138,
      "loc": {
        "start": {
          "line": 262,
          "column": 62
        },
        "end": {
          "line": 262,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8139,
      "end": 8141,
      "loc": {
        "start": {
          "line": 262,
          "column": 64
        },
        "end": {
          "line": 262,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8142,
      "end": 8151,
      "loc": {
        "start": {
          "line": 262,
          "column": 67
        },
        "end": {
          "line": 262,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8151,
      "end": 8152,
      "loc": {
        "start": {
          "line": 262,
          "column": 76
        },
        "end": {
          "line": 262,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isIncluded",
      "start": 8152,
      "end": 8162,
      "loc": {
        "start": {
          "line": 262,
          "column": 77
        },
        "end": {
          "line": 262,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8175,
      "end": 8176,
      "loc": {
        "start": {
          "line": 263,
          "column": 12
        },
        "end": {
          "line": 263,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 8177,
      "end": 8184,
      "loc": {
        "start": {
          "line": 263,
          "column": 14
        },
        "end": {
          "line": 263,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8184,
      "end": 8185,
      "loc": {
        "start": {
          "line": 263,
          "column": 21
        },
        "end": {
          "line": 263,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "confirmNumber",
      "start": 8185,
      "end": 8198,
      "loc": {
        "start": {
          "line": 263,
          "column": 22
        },
        "end": {
          "line": 263,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8198,
      "end": 8199,
      "loc": {
        "start": {
          "line": 263,
          "column": 35
        },
        "end": {
          "line": 263,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8199,
      "end": 8208,
      "loc": {
        "start": {
          "line": 263,
          "column": 36
        },
        "end": {
          "line": 263,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8208,
      "end": 8209,
      "loc": {
        "start": {
          "line": 263,
          "column": 45
        },
        "end": {
          "line": 263,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 8209,
      "end": 8227,
      "loc": {
        "start": {
          "line": 263,
          "column": 46
        },
        "end": {
          "line": 263,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8227,
      "end": 8228,
      "loc": {
        "start": {
          "line": 263,
          "column": 64
        },
        "end": {
          "line": 263,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8228,
      "end": 8233,
      "loc": {
        "start": {
          "line": 263,
          "column": 65
        },
        "end": {
          "line": 263,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8233,
      "end": 8234,
      "loc": {
        "start": {
          "line": 263,
          "column": 70
        },
        "end": {
          "line": 263,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8234,
      "end": 8235,
      "loc": {
        "start": {
          "line": 263,
          "column": 71
        },
        "end": {
          "line": 263,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8248,
      "end": 8249,
      "loc": {
        "start": {
          "line": 264,
          "column": 12
        },
        "end": {
          "line": 264,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8250,
      "end": 8251,
      "loc": {
        "start": {
          "line": 264,
          "column": 14
        },
        "end": {
          "line": 264,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8251,
      "end": 8252,
      "loc": {
        "start": {
          "line": 264,
          "column": 15
        },
        "end": {
          "line": 264,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8261,
      "end": 8265,
      "loc": {
        "start": {
          "line": 265,
          "column": 8
        },
        "end": {
          "line": 265,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 8266,
      "end": 8277,
      "loc": {
        "start": {
          "line": 265,
          "column": 13
        },
        "end": {
          "line": 265,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8277,
      "end": 8278,
      "loc": {
        "start": {
          "line": 265,
          "column": 24
        },
        "end": {
          "line": 265,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8289,
      "end": 8294,
      "loc": {
        "start": {
          "line": 266,
          "column": 10
        },
        "end": {
          "line": 266,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8295,
      "end": 8300,
      "loc": {
        "start": {
          "line": 266,
          "column": 16
        },
        "end": {
          "line": 266,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8301,
      "end": 8302,
      "loc": {
        "start": {
          "line": 266,
          "column": 22
        },
        "end": {
          "line": 266,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8303,
      "end": 8304,
      "loc": {
        "start": {
          "line": 266,
          "column": 24
        },
        "end": {
          "line": 266,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8304,
      "end": 8305,
      "loc": {
        "start": {
          "line": 266,
          "column": 25
        },
        "end": {
          "line": 266,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelCase",
      "start": 8305,
      "end": 8314,
      "loc": {
        "start": {
          "line": 266,
          "column": 26
        },
        "end": {
          "line": 266,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8314,
      "end": 8315,
      "loc": {
        "start": {
          "line": 266,
          "column": 35
        },
        "end": {
          "line": 266,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 8315,
      "end": 8333,
      "loc": {
        "start": {
          "line": 266,
          "column": 36
        },
        "end": {
          "line": 266,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8333,
      "end": 8334,
      "loc": {
        "start": {
          "line": 266,
          "column": 54
        },
        "end": {
          "line": 266,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8334,
      "end": 8339,
      "loc": {
        "start": {
          "line": 266,
          "column": 55
        },
        "end": {
          "line": 266,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8339,
      "end": 8340,
      "loc": {
        "start": {
          "line": 266,
          "column": 60
        },
        "end": {
          "line": 266,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8340,
      "end": 8341,
      "loc": {
        "start": {
          "line": 266,
          "column": 61
        },
        "end": {
          "line": 266,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8352,
      "end": 8358,
      "loc": {
        "start": {
          "line": 267,
          "column": 10
        },
        "end": {
          "line": 267,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8359,
      "end": 8360,
      "loc": {
        "start": {
          "line": 267,
          "column": 17
        },
        "end": {
          "line": 267,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8360,
      "end": 8361,
      "loc": {
        "start": {
          "line": 267,
          "column": 18
        },
        "end": {
          "line": 267,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8361,
      "end": 8362,
      "loc": {
        "start": {
          "line": 267,
          "column": 19
        },
        "end": {
          "line": 267,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 8362,
      "end": 8368,
      "loc": {
        "start": {
          "line": 267,
          "column": 20
        },
        "end": {
          "line": 267,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8368,
      "end": 8369,
      "loc": {
        "start": {
          "line": 267,
          "column": 26
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8369,
      "end": 8378,
      "loc": {
        "start": {
          "line": 267,
          "column": 27
        },
        "end": {
          "line": 267,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8378,
      "end": 8379,
      "loc": {
        "start": {
          "line": 267,
          "column": 36
        },
        "end": {
          "line": 267,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8379,
      "end": 8384,
      "loc": {
        "start": {
          "line": 267,
          "column": 37
        },
        "end": {
          "line": 267,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8384,
      "end": 8385,
      "loc": {
        "start": {
          "line": 267,
          "column": 42
        },
        "end": {
          "line": 267,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8385,
      "end": 8386,
      "loc": {
        "start": {
          "line": 267,
          "column": 43
        },
        "end": {
          "line": 267,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8387,
      "end": 8388,
      "loc": {
        "start": {
          "line": 267,
          "column": 45
        },
        "end": {
          "line": 267,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 8389,
      "end": 8396,
      "loc": {
        "start": {
          "line": 267,
          "column": 47
        },
        "end": {
          "line": 267,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8396,
      "end": 8397,
      "loc": {
        "start": {
          "line": 267,
          "column": 54
        },
        "end": {
          "line": 267,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "confirmNumber",
      "start": 8397,
      "end": 8410,
      "loc": {
        "start": {
          "line": 267,
          "column": 55
        },
        "end": {
          "line": 267,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8410,
      "end": 8411,
      "loc": {
        "start": {
          "line": 267,
          "column": 68
        },
        "end": {
          "line": 267,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8411,
      "end": 8420,
      "loc": {
        "start": {
          "line": 267,
          "column": 69
        },
        "end": {
          "line": 267,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8420,
      "end": 8421,
      "loc": {
        "start": {
          "line": 267,
          "column": 78
        },
        "end": {
          "line": 267,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8421,
      "end": 8426,
      "loc": {
        "start": {
          "line": 267,
          "column": 79
        },
        "end": {
          "line": 267,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8426,
      "end": 8427,
      "loc": {
        "start": {
          "line": 267,
          "column": 84
        },
        "end": {
          "line": 267,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8427,
      "end": 8428,
      "loc": {
        "start": {
          "line": 267,
          "column": 85
        },
        "end": {
          "line": 267,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8429,
      "end": 8430,
      "loc": {
        "start": {
          "line": 267,
          "column": 87
        },
        "end": {
          "line": 267,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8431,
      "end": 8432,
      "loc": {
        "start": {
          "line": 267,
          "column": 89
        },
        "end": {
          "line": 267,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8432,
      "end": 8433,
      "loc": {
        "start": {
          "line": 267,
          "column": 90
        },
        "end": {
          "line": 267,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8442,
      "end": 8446,
      "loc": {
        "start": {
          "line": 268,
          "column": 8
        },
        "end": {
          "line": 268,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 8447,
      "end": 8454,
      "loc": {
        "start": {
          "line": 268,
          "column": 13
        },
        "end": {
          "line": 268,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8454,
      "end": 8455,
      "loc": {
        "start": {
          "line": 268,
          "column": 20
        },
        "end": {
          "line": 268,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8466,
      "end": 8468,
      "loc": {
        "start": {
          "line": 269,
          "column": 10
        },
        "end": {
          "line": 269,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8469,
      "end": 8470,
      "loc": {
        "start": {
          "line": 269,
          "column": 13
        },
        "end": {
          "line": 269,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8470,
      "end": 8471,
      "loc": {
        "start": {
          "line": 269,
          "column": 14
        },
        "end": {
          "line": 269,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8471,
      "end": 8472,
      "loc": {
        "start": {
          "line": 269,
          "column": 15
        },
        "end": {
          "line": 269,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8472,
      "end": 8473,
      "loc": {
        "start": {
          "line": 269,
          "column": 16
        },
        "end": {
          "line": 269,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 8473,
      "end": 8479,
      "loc": {
        "start": {
          "line": 269,
          "column": 17
        },
        "end": {
          "line": 269,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8479,
      "end": 8480,
      "loc": {
        "start": {
          "line": 269,
          "column": 23
        },
        "end": {
          "line": 269,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8480,
      "end": 8489,
      "loc": {
        "start": {
          "line": 269,
          "column": 24
        },
        "end": {
          "line": 269,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8489,
      "end": 8490,
      "loc": {
        "start": {
          "line": 269,
          "column": 33
        },
        "end": {
          "line": 269,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8490,
      "end": 8495,
      "loc": {
        "start": {
          "line": 269,
          "column": 34
        },
        "end": {
          "line": 269,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8495,
      "end": 8496,
      "loc": {
        "start": {
          "line": 269,
          "column": 39
        },
        "end": {
          "line": 269,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8496,
      "end": 8497,
      "loc": {
        "start": {
          "line": 269,
          "column": 40
        },
        "end": {
          "line": 269,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8498,
      "end": 8499,
      "loc": {
        "start": {
          "line": 269,
          "column": 42
        },
        "end": {
          "line": 269,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8512,
      "end": 8518,
      "loc": {
        "start": {
          "line": 270,
          "column": 12
        },
        "end": {
          "line": 270,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8519,
      "end": 8523,
      "loc": {
        "start": {
          "line": 270,
          "column": 19
        },
        "end": {
          "line": 270,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8523,
      "end": 8524,
      "loc": {
        "start": {
          "line": 270,
          "column": 23
        },
        "end": {
          "line": 270,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getFieldValue",
      "start": 8524,
      "end": 8537,
      "loc": {
        "start": {
          "line": 270,
          "column": 24
        },
        "end": {
          "line": 270,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8537,
      "end": 8538,
      "loc": {
        "start": {
          "line": 270,
          "column": 37
        },
        "end": {
          "line": 270,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8538,
      "end": 8547,
      "loc": {
        "start": {
          "line": 270,
          "column": 38
        },
        "end": {
          "line": 270,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8547,
      "end": 8548,
      "loc": {
        "start": {
          "line": 270,
          "column": 47
        },
        "end": {
          "line": 270,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 8549,
      "end": 8567,
      "loc": {
        "start": {
          "line": 270,
          "column": 49
        },
        "end": {
          "line": 270,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8567,
      "end": 8568,
      "loc": {
        "start": {
          "line": 270,
          "column": 67
        },
        "end": {
          "line": 270,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8568,
      "end": 8573,
      "loc": {
        "start": {
          "line": 270,
          "column": 68
        },
        "end": {
          "line": 270,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8573,
      "end": 8574,
      "loc": {
        "start": {
          "line": 270,
          "column": 73
        },
        "end": {
          "line": 270,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8574,
      "end": 8575,
      "loc": {
        "start": {
          "line": 270,
          "column": 74
        },
        "end": {
          "line": 270,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8586,
      "end": 8587,
      "loc": {
        "start": {
          "line": 271,
          "column": 10
        },
        "end": {
          "line": 271,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8588,
      "end": 8592,
      "loc": {
        "start": {
          "line": 271,
          "column": 12
        },
        "end": {
          "line": 271,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8593,
      "end": 8599,
      "loc": {
        "start": {
          "line": 271,
          "column": 17
        },
        "end": {
          "line": 271,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8600,
      "end": 8604,
      "loc": {
        "start": {
          "line": 271,
          "column": 24
        },
        "end": {
          "line": 271,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8604,
      "end": 8605,
      "loc": {
        "start": {
          "line": 271,
          "column": 28
        },
        "end": {
          "line": 271,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8614,
      "end": 8618,
      "loc": {
        "start": {
          "line": 272,
          "column": 8
        },
        "end": {
          "line": 272,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 8619,
      "end": 8630,
      "loc": {
        "start": {
          "line": 272,
          "column": 13
        },
        "end": {
          "line": 272,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8630,
      "end": 8631,
      "loc": {
        "start": {
          "line": 272,
          "column": 24
        },
        "end": {
          "line": 272,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "TODO: This needs a test. I didn't know a dep contract.field could be an object. -Sean",
      "start": 8642,
      "end": 8729,
      "loc": {
        "start": {
          "line": 273,
          "column": 10
        },
        "end": {
          "line": 273,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8740,
      "end": 8746,
      "loc": {
        "start": {
          "line": 274,
          "column": 10
        },
        "end": {
          "line": 274,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8747,
      "end": 8756,
      "loc": {
        "start": {
          "line": 274,
          "column": 17
        },
        "end": {
          "line": 274,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8756,
      "end": 8757,
      "loc": {
        "start": {
          "line": 274,
          "column": 26
        },
        "end": {
          "line": 274,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getValue",
      "start": 8757,
      "end": 8765,
      "loc": {
        "start": {
          "line": 274,
          "column": 27
        },
        "end": {
          "line": 274,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8765,
      "end": 8766,
      "loc": {
        "start": {
          "line": 274,
          "column": 35
        },
        "end": {
          "line": 274,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 8766,
      "end": 8784,
      "loc": {
        "start": {
          "line": 274,
          "column": 36
        },
        "end": {
          "line": 274,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8784,
      "end": 8785,
      "loc": {
        "start": {
          "line": 274,
          "column": 54
        },
        "end": {
          "line": 274,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8785,
      "end": 8790,
      "loc": {
        "start": {
          "line": 274,
          "column": 55
        },
        "end": {
          "line": 274,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8790,
      "end": 8791,
      "loc": {
        "start": {
          "line": 274,
          "column": 60
        },
        "end": {
          "line": 274,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 8791,
      "end": 8797,
      "loc": {
        "start": {
          "line": 274,
          "column": 61
        },
        "end": {
          "line": 274,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8797,
      "end": 8798,
      "loc": {
        "start": {
          "line": 274,
          "column": 67
        },
        "end": {
          "line": 274,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 8799,
      "end": 8817,
      "loc": {
        "start": {
          "line": 274,
          "column": 69
        },
        "end": {
          "line": 274,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8817,
      "end": 8818,
      "loc": {
        "start": {
          "line": 274,
          "column": 87
        },
        "end": {
          "line": 274,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8818,
      "end": 8823,
      "loc": {
        "start": {
          "line": 274,
          "column": 88
        },
        "end": {
          "line": 274,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8823,
      "end": 8824,
      "loc": {
        "start": {
          "line": 274,
          "column": 93
        },
        "end": {
          "line": 274,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 8824,
      "end": 8827,
      "loc": {
        "start": {
          "line": 274,
          "column": 94
        },
        "end": {
          "line": 274,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8827,
      "end": 8828,
      "loc": {
        "start": {
          "line": 274,
          "column": 97
        },
        "end": {
          "line": 274,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8828,
      "end": 8829,
      "loc": {
        "start": {
          "line": 274,
          "column": 98
        },
        "end": {
          "line": 274,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8838,
      "end": 8842,
      "loc": {
        "start": {
          "line": 275,
          "column": 8
        },
        "end": {
          "line": 275,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 8843,
      "end": 8851,
      "loc": {
        "start": {
          "line": 275,
          "column": 13
        },
        "end": {
          "line": 275,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8851,
      "end": 8852,
      "loc": {
        "start": {
          "line": 275,
          "column": 21
        },
        "end": {
          "line": 275,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8863,
      "end": 8869,
      "loc": {
        "start": {
          "line": 276,
          "column": 10
        },
        "end": {
          "line": 276,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8870,
      "end": 8871,
      "loc": {
        "start": {
          "line": 276,
          "column": 17
        },
        "end": {
          "line": 276,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8871,
      "end": 8872,
      "loc": {
        "start": {
          "line": 276,
          "column": 18
        },
        "end": {
          "line": 276,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 8872,
      "end": 8878,
      "loc": {
        "start": {
          "line": 276,
          "column": 19
        },
        "end": {
          "line": 276,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8878,
      "end": 8879,
      "loc": {
        "start": {
          "line": 276,
          "column": 25
        },
        "end": {
          "line": 276,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8879,
      "end": 8888,
      "loc": {
        "start": {
          "line": 276,
          "column": 26
        },
        "end": {
          "line": 276,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8888,
      "end": 8889,
      "loc": {
        "start": {
          "line": 276,
          "column": 35
        },
        "end": {
          "line": 276,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8889,
      "end": 8894,
      "loc": {
        "start": {
          "line": 276,
          "column": 36
        },
        "end": {
          "line": 276,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8894,
      "end": 8895,
      "loc": {
        "start": {
          "line": 276,
          "column": 41
        },
        "end": {
          "line": 276,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8896,
      "end": 8897,
      "loc": {
        "start": {
          "line": 276,
          "column": 43
        },
        "end": {
          "line": 276,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8898,
      "end": 8902,
      "loc": {
        "start": {
          "line": 276,
          "column": 45
        },
        "end": {
          "line": 276,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8903,
      "end": 8904,
      "loc": {
        "start": {
          "line": 276,
          "column": 50
        },
        "end": {
          "line": 276,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 8905,
      "end": 8912,
      "loc": {
        "start": {
          "line": 276,
          "column": 52
        },
        "end": {
          "line": 276,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8912,
      "end": 8913,
      "loc": {
        "start": {
          "line": 276,
          "column": 59
        },
        "end": {
          "line": 276,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "confirmNumber",
      "start": 8913,
      "end": 8926,
      "loc": {
        "start": {
          "line": 276,
          "column": 60
        },
        "end": {
          "line": 276,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8926,
      "end": 8927,
      "loc": {
        "start": {
          "line": 276,
          "column": 73
        },
        "end": {
          "line": 276,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8927,
      "end": 8936,
      "loc": {
        "start": {
          "line": 276,
          "column": 74
        },
        "end": {
          "line": 276,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8936,
      "end": 8937,
      "loc": {
        "start": {
          "line": 276,
          "column": 83
        },
        "end": {
          "line": 276,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8937,
      "end": 8942,
      "loc": {
        "start": {
          "line": 276,
          "column": 84
        },
        "end": {
          "line": 276,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8942,
      "end": 8943,
      "loc": {
        "start": {
          "line": 276,
          "column": 89
        },
        "end": {
          "line": 276,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8943,
      "end": 8944,
      "loc": {
        "start": {
          "line": 276,
          "column": 90
        },
        "end": {
          "line": 276,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8953,
      "end": 8957,
      "loc": {
        "start": {
          "line": 277,
          "column": 8
        },
        "end": {
          "line": 277,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid",
      "start": 8958,
      "end": 8963,
      "loc": {
        "start": {
          "line": 277,
          "column": 13
        },
        "end": {
          "line": 277,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8963,
      "end": 8964,
      "loc": {
        "start": {
          "line": 277,
          "column": 18
        },
        "end": {
          "line": 277,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8975,
      "end": 8981,
      "loc": {
        "start": {
          "line": 278,
          "column": 10
        },
        "end": {
          "line": 278,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8982,
      "end": 8983,
      "loc": {
        "start": {
          "line": 278,
          "column": 17
        },
        "end": {
          "line": 278,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8983,
      "end": 8984,
      "loc": {
        "start": {
          "line": 278,
          "column": 18
        },
        "end": {
          "line": 278,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 8984,
      "end": 8990,
      "loc": {
        "start": {
          "line": 278,
          "column": 19
        },
        "end": {
          "line": 278,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8990,
      "end": 8991,
      "loc": {
        "start": {
          "line": 278,
          "column": 25
        },
        "end": {
          "line": 278,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 8991,
      "end": 9000,
      "loc": {
        "start": {
          "line": 278,
          "column": 26
        },
        "end": {
          "line": 278,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9000,
      "end": 9001,
      "loc": {
        "start": {
          "line": 278,
          "column": 35
        },
        "end": {
          "line": 278,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 9001,
      "end": 9019,
      "loc": {
        "start": {
          "line": 278,
          "column": 36
        },
        "end": {
          "line": 278,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9019,
      "end": 9020,
      "loc": {
        "start": {
          "line": 278,
          "column": 54
        },
        "end": {
          "line": 278,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9020,
      "end": 9025,
      "loc": {
        "start": {
          "line": 278,
          "column": 55
        },
        "end": {
          "line": 278,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9025,
      "end": 9026,
      "loc": {
        "start": {
          "line": 278,
          "column": 60
        },
        "end": {
          "line": 278,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9026,
      "end": 9027,
      "loc": {
        "start": {
          "line": 278,
          "column": 61
        },
        "end": {
          "line": 278,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9040,
      "end": 9041,
      "loc": {
        "start": {
          "line": 279,
          "column": 12
        },
        "end": {
          "line": 279,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9042,
      "end": 9043,
      "loc": {
        "start": {
          "line": 279,
          "column": 14
        },
        "end": {
          "line": 279,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9056,
      "end": 9057,
      "loc": {
        "start": {
          "line": 280,
          "column": 12
        },
        "end": {
          "line": 280,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 9058,
      "end": 9065,
      "loc": {
        "start": {
          "line": 280,
          "column": 14
        },
        "end": {
          "line": 280,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9065,
      "end": 9066,
      "loc": {
        "start": {
          "line": 280,
          "column": 21
        },
        "end": {
          "line": 280,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "confirmNumber",
      "start": 9066,
      "end": 9079,
      "loc": {
        "start": {
          "line": 280,
          "column": 22
        },
        "end": {
          "line": 280,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9079,
      "end": 9080,
      "loc": {
        "start": {
          "line": 280,
          "column": 35
        },
        "end": {
          "line": 280,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 9080,
      "end": 9089,
      "loc": {
        "start": {
          "line": 280,
          "column": 36
        },
        "end": {
          "line": 280,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9089,
      "end": 9090,
      "loc": {
        "start": {
          "line": 280,
          "column": 45
        },
        "end": {
          "line": 280,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 9090,
      "end": 9108,
      "loc": {
        "start": {
          "line": 280,
          "column": 46
        },
        "end": {
          "line": 280,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9108,
      "end": 9109,
      "loc": {
        "start": {
          "line": 280,
          "column": 64
        },
        "end": {
          "line": 280,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9109,
      "end": 9114,
      "loc": {
        "start": {
          "line": 280,
          "column": 65
        },
        "end": {
          "line": 280,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9114,
      "end": 9115,
      "loc": {
        "start": {
          "line": 280,
          "column": 70
        },
        "end": {
          "line": 280,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9115,
      "end": 9116,
      "loc": {
        "start": {
          "line": 280,
          "column": 71
        },
        "end": {
          "line": 280,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9116,
      "end": 9117,
      "loc": {
        "start": {
          "line": 280,
          "column": 72
        },
        "end": {
          "line": 280,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 9126,
      "end": 9133,
      "loc": {
        "start": {
          "line": 281,
          "column": 8
        },
        "end": {
          "line": 281,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9133,
      "end": 9134,
      "loc": {
        "start": {
          "line": 281,
          "column": 15
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9145,
      "end": 9151,
      "loc": {
        "start": {
          "line": 282,
          "column": 10
        },
        "end": {
          "line": 282,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9152,
      "end": 9156,
      "loc": {
        "start": {
          "line": 282,
          "column": 17
        },
        "end": {
          "line": 282,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9156,
      "end": 9157,
      "loc": {
        "start": {
          "line": 282,
          "column": 21
        },
        "end": {
          "line": 282,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9164,
      "end": 9165,
      "loc": {
        "start": {
          "line": 283,
          "column": 6
        },
        "end": {
          "line": 283,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9170,
      "end": 9171,
      "loc": {
        "start": {
          "line": 284,
          "column": 4
        },
        "end": {
          "line": 284,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9172,
      "end": 9176,
      "loc": {
        "start": {
          "line": 284,
          "column": 6
        },
        "end": {
          "line": 284,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9177,
      "end": 9183,
      "loc": {
        "start": {
          "line": 284,
          "column": 11
        },
        "end": {
          "line": 284,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9184,
      "end": 9188,
      "loc": {
        "start": {
          "line": 284,
          "column": 18
        },
        "end": {
          "line": 284,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9188,
      "end": 9189,
      "loc": {
        "start": {
          "line": 284,
          "column": 22
        },
        "end": {
          "line": 284,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9192,
      "end": 9193,
      "loc": {
        "start": {
          "line": 285,
          "column": 2
        },
        "end": {
          "line": 285,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Checks if the dependency used an undefined dependency value when evaluating\n   * (dependencies may evaluate to a number even if they rely on an undefined value somewhere in the calc)\n   *\n   * @param {object} dependencyContract\n   * @return {boolean} If the dependency is fully defined / not relient on any unefined dependencies\n   ",
      "start": 9197,
      "end": 9540,
      "loc": {
        "start": {
          "line": 287,
          "column": 2
        },
        "end": {
          "line": 293,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isDependencyFullyDefined",
      "start": 9543,
      "end": 9567,
      "loc": {
        "start": {
          "line": 294,
          "column": 2
        },
        "end": {
          "line": 294,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9567,
      "end": 9568,
      "loc": {
        "start": {
          "line": 294,
          "column": 26
        },
        "end": {
          "line": 294,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 9568,
      "end": 9586,
      "loc": {
        "start": {
          "line": 294,
          "column": 27
        },
        "end": {
          "line": 294,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9586,
      "end": 9587,
      "loc": {
        "start": {
          "line": 294,
          "column": 45
        },
        "end": {
          "line": 294,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9588,
      "end": 9589,
      "loc": {
        "start": {
          "line": 294,
          "column": 47
        },
        "end": {
          "line": 294,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9594,
      "end": 9599,
      "loc": {
        "start": {
          "line": 295,
          "column": 4
        },
        "end": {
          "line": 295,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 9600,
      "end": 9610,
      "loc": {
        "start": {
          "line": 295,
          "column": 10
        },
        "end": {
          "line": 295,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9611,
      "end": 9612,
      "loc": {
        "start": {
          "line": 295,
          "column": 21
        },
        "end": {
          "line": 295,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9613,
      "end": 9617,
      "loc": {
        "start": {
          "line": 295,
          "column": 23
        },
        "end": {
          "line": 295,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9617,
      "end": 9618,
      "loc": {
        "start": {
          "line": 295,
          "column": 27
        },
        "end": {
          "line": 295,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 9618,
      "end": 9631,
      "loc": {
        "start": {
          "line": 295,
          "column": 28
        },
        "end": {
          "line": 295,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9631,
      "end": 9632,
      "loc": {
        "start": {
          "line": 295,
          "column": 41
        },
        "end": {
          "line": 295,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 9632,
      "end": 9650,
      "loc": {
        "start": {
          "line": 295,
          "column": 42
        },
        "end": {
          "line": 295,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9650,
      "end": 9651,
      "loc": {
        "start": {
          "line": 295,
          "column": 60
        },
        "end": {
          "line": 295,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9651,
      "end": 9652,
      "loc": {
        "start": {
          "line": 295,
          "column": 61
        },
        "end": {
          "line": 295,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9657,
      "end": 9659,
      "loc": {
        "start": {
          "line": 296,
          "column": 4
        },
        "end": {
          "line": 296,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9660,
      "end": 9661,
      "loc": {
        "start": {
          "line": 296,
          "column": 7
        },
        "end": {
          "line": 296,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 9661,
      "end": 9671,
      "loc": {
        "start": {
          "line": 296,
          "column": 8
        },
        "end": {
          "line": 296,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9671,
      "end": 9672,
      "loc": {
        "start": {
          "line": 296,
          "column": 18
        },
        "end": {
          "line": 296,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9673,
      "end": 9674,
      "loc": {
        "start": {
          "line": 296,
          "column": 20
        },
        "end": {
          "line": 296,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9681,
      "end": 9686,
      "loc": {
        "start": {
          "line": 297,
          "column": 6
        },
        "end": {
          "line": 297,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasAnyNullDependencies",
      "start": 9687,
      "end": 9709,
      "loc": {
        "start": {
          "line": 297,
          "column": 12
        },
        "end": {
          "line": 297,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9710,
      "end": 9711,
      "loc": {
        "start": {
          "line": 297,
          "column": 35
        },
        "end": {
          "line": 297,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 9712,
      "end": 9722,
      "loc": {
        "start": {
          "line": 297,
          "column": 37
        },
        "end": {
          "line": 297,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9722,
      "end": 9723,
      "loc": {
        "start": {
          "line": 297,
          "column": 47
        },
        "end": {
          "line": 297,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasNullDependency",
      "start": 9723,
      "end": 9740,
      "loc": {
        "start": {
          "line": 297,
          "column": 48
        },
        "end": {
          "line": 297,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9740,
      "end": 9741,
      "loc": {
        "start": {
          "line": 297,
          "column": 65
        },
        "end": {
          "line": 297,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 9741,
      "end": 9759,
      "loc": {
        "start": {
          "line": 297,
          "column": 66
        },
        "end": {
          "line": 297,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9759,
      "end": 9760,
      "loc": {
        "start": {
          "line": 297,
          "column": 84
        },
        "end": {
          "line": 297,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9760,
      "end": 9765,
      "loc": {
        "start": {
          "line": 297,
          "column": 85
        },
        "end": {
          "line": 297,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9765,
      "end": 9766,
      "loc": {
        "start": {
          "line": 297,
          "column": 90
        },
        "end": {
          "line": 297,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9766,
      "end": 9767,
      "loc": {
        "start": {
          "line": 297,
          "column": 91
        },
        "end": {
          "line": 297,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9774,
      "end": 9776,
      "loc": {
        "start": {
          "line": 298,
          "column": 6
        },
        "end": {
          "line": 298,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9777,
      "end": 9778,
      "loc": {
        "start": {
          "line": 298,
          "column": 9
        },
        "end": {
          "line": 298,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9778,
      "end": 9779,
      "loc": {
        "start": {
          "line": 298,
          "column": 10
        },
        "end": {
          "line": 298,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasAnyNullDependencies",
      "start": 9779,
      "end": 9801,
      "loc": {
        "start": {
          "line": 298,
          "column": 11
        },
        "end": {
          "line": 298,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9801,
      "end": 9802,
      "loc": {
        "start": {
          "line": 298,
          "column": 33
        },
        "end": {
          "line": 298,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9803,
      "end": 9804,
      "loc": {
        "start": {
          "line": 298,
          "column": 35
        },
        "end": {
          "line": 298,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9813,
      "end": 9819,
      "loc": {
        "start": {
          "line": 299,
          "column": 8
        },
        "end": {
          "line": 299,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 9820,
      "end": 9824,
      "loc": {
        "start": {
          "line": 299,
          "column": 15
        },
        "end": {
          "line": 299,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9824,
      "end": 9825,
      "loc": {
        "start": {
          "line": 299,
          "column": 19
        },
        "end": {
          "line": 299,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9832,
      "end": 9833,
      "loc": {
        "start": {
          "line": 300,
          "column": 6
        },
        "end": {
          "line": 300,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9838,
      "end": 9839,
      "loc": {
        "start": {
          "line": 301,
          "column": 4
        },
        "end": {
          "line": 301,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9844,
      "end": 9850,
      "loc": {
        "start": {
          "line": 302,
          "column": 4
        },
        "end": {
          "line": 302,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9851,
      "end": 9856,
      "loc": {
        "start": {
          "line": 302,
          "column": 11
        },
        "end": {
          "line": 302,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9856,
      "end": 9857,
      "loc": {
        "start": {
          "line": 302,
          "column": 16
        },
        "end": {
          "line": 302,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9860,
      "end": 9861,
      "loc": {
        "start": {
          "line": 303,
          "column": 2
        },
        "end": {
          "line": 303,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getFieldValue",
      "start": 9865,
      "end": 9878,
      "loc": {
        "start": {
          "line": 305,
          "column": 2
        },
        "end": {
          "line": 305,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9878,
      "end": 9879,
      "loc": {
        "start": {
          "line": 305,
          "column": 15
        },
        "end": {
          "line": 305,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9879,
      "end": 9884,
      "loc": {
        "start": {
          "line": 305,
          "column": 16
        },
        "end": {
          "line": 305,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9884,
      "end": 9885,
      "loc": {
        "start": {
          "line": 305,
          "column": 21
        },
        "end": {
          "line": 305,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataColumnId",
      "start": 9886,
      "end": 9898,
      "loc": {
        "start": {
          "line": 305,
          "column": 23
        },
        "end": {
          "line": 305,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9898,
      "end": 9899,
      "loc": {
        "start": {
          "line": 305,
          "column": 35
        },
        "end": {
          "line": 305,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9900,
      "end": 9901,
      "loc": {
        "start": {
          "line": 305,
          "column": 37
        },
        "end": {
          "line": 305,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9906,
      "end": 9908,
      "loc": {
        "start": {
          "line": 306,
          "column": 4
        },
        "end": {
          "line": 306,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9909,
      "end": 9910,
      "loc": {
        "start": {
          "line": 306,
          "column": 7
        },
        "end": {
          "line": 306,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9910,
      "end": 9911,
      "loc": {
        "start": {
          "line": 306,
          "column": 8
        },
        "end": {
          "line": 306,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9911,
      "end": 9912,
      "loc": {
        "start": {
          "line": 306,
          "column": 9
        },
        "end": {
          "line": 306,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9912,
      "end": 9913,
      "loc": {
        "start": {
          "line": 306,
          "column": 10
        },
        "end": {
          "line": 306,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 9913,
      "end": 9924,
      "loc": {
        "start": {
          "line": 306,
          "column": 11
        },
        "end": {
          "line": 306,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9924,
      "end": 9925,
      "loc": {
        "start": {
          "line": 306,
          "column": 22
        },
        "end": {
          "line": 306,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9925,
      "end": 9930,
      "loc": {
        "start": {
          "line": 306,
          "column": 23
        },
        "end": {
          "line": 306,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9930,
      "end": 9931,
      "loc": {
        "start": {
          "line": 306,
          "column": 28
        },
        "end": {
          "line": 306,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9932,
      "end": 9934,
      "loc": {
        "start": {
          "line": 306,
          "column": 30
        },
        "end": {
          "line": 306,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9935,
      "end": 9936,
      "loc": {
        "start": {
          "line": 306,
          "column": 33
        },
        "end": {
          "line": 306,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9936,
      "end": 9937,
      "loc": {
        "start": {
          "line": 306,
          "column": 34
        },
        "end": {
          "line": 306,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9937,
      "end": 9938,
      "loc": {
        "start": {
          "line": 306,
          "column": 35
        },
        "end": {
          "line": 306,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 9938,
      "end": 9944,
      "loc": {
        "start": {
          "line": 306,
          "column": 36
        },
        "end": {
          "line": 306,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9944,
      "end": 9945,
      "loc": {
        "start": {
          "line": 306,
          "column": 42
        },
        "end": {
          "line": 306,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9945,
      "end": 9950,
      "loc": {
        "start": {
          "line": 306,
          "column": 43
        },
        "end": {
          "line": 306,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9950,
      "end": 9951,
      "loc": {
        "start": {
          "line": 306,
          "column": 48
        },
        "end": {
          "line": 306,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9951,
      "end": 9956,
      "loc": {
        "start": {
          "line": 306,
          "column": 49
        },
        "end": {
          "line": 306,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9956,
      "end": 9957,
      "loc": {
        "start": {
          "line": 306,
          "column": 54
        },
        "end": {
          "line": 306,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9957,
      "end": 9958,
      "loc": {
        "start": {
          "line": 306,
          "column": 55
        },
        "end": {
          "line": 306,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9959,
      "end": 9960,
      "loc": {
        "start": {
          "line": 306,
          "column": 57
        },
        "end": {
          "line": 306,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9967,
      "end": 9969,
      "loc": {
        "start": {
          "line": 307,
          "column": 6
        },
        "end": {
          "line": 307,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9970,
      "end": 9971,
      "loc": {
        "start": {
          "line": 307,
          "column": 9
        },
        "end": {
          "line": 307,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9971,
      "end": 9976,
      "loc": {
        "start": {
          "line": 307,
          "column": 10
        },
        "end": {
          "line": 307,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9976,
      "end": 9977,
      "loc": {
        "start": {
          "line": 307,
          "column": 15
        },
        "end": {
          "line": 307,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 9977,
      "end": 9983,
      "loc": {
        "start": {
          "line": 307,
          "column": 16
        },
        "end": {
          "line": 307,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9983,
      "end": 9984,
      "loc": {
        "start": {
          "line": 307,
          "column": 22
        },
        "end": {
          "line": 307,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 9984,
      "end": 9988,
      "loc": {
        "start": {
          "line": 307,
          "column": 23
        },
        "end": {
          "line": 307,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9989,
      "end": 9992,
      "loc": {
        "start": {
          "line": 307,
          "column": 28
        },
        "end": {
          "line": 307,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "list",
      "start": 9993,
      "end": 9999,
      "loc": {
        "start": {
          "line": 307,
          "column": 32
        },
        "end": {
          "line": 307,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9999,
      "end": 10000,
      "loc": {
        "start": {
          "line": 307,
          "column": 38
        },
        "end": {
          "line": 307,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10001,
      "end": 10002,
      "loc": {
        "start": {
          "line": 307,
          "column": 40
        },
        "end": {
          "line": 307,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10011,
      "end": 10014,
      "loc": {
        "start": {
          "line": 308,
          "column": 8
        },
        "end": {
          "line": 308,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 10015,
      "end": 10024,
      "loc": {
        "start": {
          "line": 308,
          "column": 12
        },
        "end": {
          "line": 308,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10025,
      "end": 10026,
      "loc": {
        "start": {
          "line": 308,
          "column": 22
        },
        "end": {
          "line": 308,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10027,
      "end": 10031,
      "loc": {
        "start": {
          "line": 308,
          "column": 24
        },
        "end": {
          "line": 308,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10031,
      "end": 10032,
      "loc": {
        "start": {
          "line": 308,
          "column": 28
        },
        "end": {
          "line": 308,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 10032,
      "end": 10044,
      "loc": {
        "start": {
          "line": 308,
          "column": 29
        },
        "end": {
          "line": 308,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10044,
      "end": 10045,
      "loc": {
        "start": {
          "line": 308,
          "column": 41
        },
        "end": {
          "line": 308,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 10045,
      "end": 10056,
      "loc": {
        "start": {
          "line": 308,
          "column": 42
        },
        "end": {
          "line": 308,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10056,
      "end": 10057,
      "loc": {
        "start": {
          "line": 308,
          "column": 53
        },
        "end": {
          "line": 308,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10058,
      "end": 10063,
      "loc": {
        "start": {
          "line": 308,
          "column": 55
        },
        "end": {
          "line": 308,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10063,
      "end": 10064,
      "loc": {
        "start": {
          "line": 308,
          "column": 60
        },
        "end": {
          "line": 308,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 10064,
      "end": 10070,
      "loc": {
        "start": {
          "line": 308,
          "column": 61
        },
        "end": {
          "line": 308,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10070,
      "end": 10071,
      "loc": {
        "start": {
          "line": 308,
          "column": 67
        },
        "end": {
          "line": 308,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 10071,
      "end": 10083,
      "loc": {
        "start": {
          "line": 308,
          "column": 68
        },
        "end": {
          "line": 308,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10083,
      "end": 10084,
      "loc": {
        "start": {
          "line": 308,
          "column": 80
        },
        "end": {
          "line": 308,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 10084,
      "end": 10093,
      "loc": {
        "start": {
          "line": 308,
          "column": 81
        },
        "end": {
          "line": 308,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10093,
      "end": 10094,
      "loc": {
        "start": {
          "line": 308,
          "column": 90
        },
        "end": {
          "line": 308,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 10094,
      "end": 10107,
      "loc": {
        "start": {
          "line": 308,
          "column": 91
        },
        "end": {
          "line": 308,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10107,
      "end": 10108,
      "loc": {
        "start": {
          "line": 308,
          "column": 104
        },
        "end": {
          "line": 308,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10108,
      "end": 10109,
      "loc": {
        "start": {
          "line": 308,
          "column": 105
        },
        "end": {
          "line": 308,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10118,
      "end": 10124,
      "loc": {
        "start": {
          "line": 309,
          "column": 8
        },
        "end": {
          "line": 309,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatable",
      "start": 10125,
      "end": 10134,
      "loc": {
        "start": {
          "line": 309,
          "column": 15
        },
        "end": {
          "line": 309,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10134,
      "end": 10135,
      "loc": {
        "start": {
          "line": 309,
          "column": 24
        },
        "end": {
          "line": 309,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getValue",
      "start": 10135,
      "end": 10143,
      "loc": {
        "start": {
          "line": 309,
          "column": 25
        },
        "end": {
          "line": 309,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10143,
      "end": 10144,
      "loc": {
        "start": {
          "line": 309,
          "column": 33
        },
        "end": {
          "line": 309,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataColumnId",
      "start": 10144,
      "end": 10156,
      "loc": {
        "start": {
          "line": 309,
          "column": 34
        },
        "end": {
          "line": 309,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10156,
      "end": 10157,
      "loc": {
        "start": {
          "line": 309,
          "column": 46
        },
        "end": {
          "line": 309,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10158,
      "end": 10163,
      "loc": {
        "start": {
          "line": 309,
          "column": 48
        },
        "end": {
          "line": 309,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10163,
      "end": 10164,
      "loc": {
        "start": {
          "line": 309,
          "column": 53
        },
        "end": {
          "line": 309,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10164,
      "end": 10169,
      "loc": {
        "start": {
          "line": 309,
          "column": 54
        },
        "end": {
          "line": 309,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10169,
      "end": 10170,
      "loc": {
        "start": {
          "line": 309,
          "column": 59
        },
        "end": {
          "line": 309,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10170,
      "end": 10171,
      "loc": {
        "start": {
          "line": 309,
          "column": 60
        },
        "end": {
          "line": 309,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10178,
      "end": 10179,
      "loc": {
        "start": {
          "line": 310,
          "column": 6
        },
        "end": {
          "line": 310,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 10180,
      "end": 10184,
      "loc": {
        "start": {
          "line": 310,
          "column": 8
        },
        "end": {
          "line": 310,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10185,
      "end": 10191,
      "loc": {
        "start": {
          "line": 310,
          "column": 13
        },
        "end": {
          "line": 310,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10192,
      "end": 10197,
      "loc": {
        "start": {
          "line": 310,
          "column": 20
        },
        "end": {
          "line": 310,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10197,
      "end": 10198,
      "loc": {
        "start": {
          "line": 310,
          "column": 25
        },
        "end": {
          "line": 310,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10198,
      "end": 10203,
      "loc": {
        "start": {
          "line": 310,
          "column": 26
        },
        "end": {
          "line": 310,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10203,
      "end": 10204,
      "loc": {
        "start": {
          "line": 310,
          "column": 31
        },
        "end": {
          "line": 310,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10209,
      "end": 10210,
      "loc": {
        "start": {
          "line": 311,
          "column": 4
        },
        "end": {
          "line": 311,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 10211,
      "end": 10215,
      "loc": {
        "start": {
          "line": 311,
          "column": 6
        },
        "end": {
          "line": 311,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10216,
      "end": 10222,
      "loc": {
        "start": {
          "line": 311,
          "column": 11
        },
        "end": {
          "line": 311,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 10223,
      "end": 10227,
      "loc": {
        "start": {
          "line": 311,
          "column": 18
        },
        "end": {
          "line": 311,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10227,
      "end": 10228,
      "loc": {
        "start": {
          "line": 311,
          "column": 22
        },
        "end": {
          "line": 311,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10231,
      "end": 10232,
      "loc": {
        "start": {
          "line": 312,
          "column": 2
        },
        "end": {
          "line": 312,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get bid entities by a definition id\n   *\n   * @param {string} type The type of bid entity ('metric'|'field'|'line_item'|'datatable'|'component')\n   * @param {number} defId The definition id to lookup by\n   * @return {BidEntity[]} list of bid entities with the given def id\n   ",
      "start": 10236,
      "end": 10523,
      "loc": {
        "start": {
          "line": 314,
          "column": 2
        },
        "end": {
          "line": 320,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntitiesByDefId",
      "start": 10526,
      "end": 10547,
      "loc": {
        "start": {
          "line": 321,
          "column": 2
        },
        "end": {
          "line": 321,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10547,
      "end": 10548,
      "loc": {
        "start": {
          "line": 321,
          "column": 23
        },
        "end": {
          "line": 321,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10548,
      "end": 10552,
      "loc": {
        "start": {
          "line": 321,
          "column": 24
        },
        "end": {
          "line": 321,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10552,
      "end": 10553,
      "loc": {
        "start": {
          "line": 321,
          "column": 28
        },
        "end": {
          "line": 321,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 10554,
      "end": 10559,
      "loc": {
        "start": {
          "line": 321,
          "column": 30
        },
        "end": {
          "line": 321,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10559,
      "end": 10560,
      "loc": {
        "start": {
          "line": 321,
          "column": 35
        },
        "end": {
          "line": 321,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10561,
      "end": 10562,
      "loc": {
        "start": {
          "line": 321,
          "column": 37
        },
        "end": {
          "line": 321,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10567,
      "end": 10569,
      "loc": {
        "start": {
          "line": 322,
          "column": 4
        },
        "end": {
          "line": 322,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10570,
      "end": 10571,
      "loc": {
        "start": {
          "line": 322,
          "column": 7
        },
        "end": {
          "line": 322,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10571,
      "end": 10575,
      "loc": {
        "start": {
          "line": 322,
          "column": 8
        },
        "end": {
          "line": 322,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10576,
      "end": 10579,
      "loc": {
        "start": {
          "line": 322,
          "column": 13
        },
        "end": {
          "line": 322,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "metric",
      "start": 10580,
      "end": 10588,
      "loc": {
        "start": {
          "line": 322,
          "column": 17
        },
        "end": {
          "line": 322,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10589,
      "end": 10591,
      "loc": {
        "start": {
          "line": 322,
          "column": 26
        },
        "end": {
          "line": 322,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10592,
      "end": 10596,
      "loc": {
        "start": {
          "line": 322,
          "column": 29
        },
        "end": {
          "line": 322,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10597,
      "end": 10600,
      "loc": {
        "start": {
          "line": 322,
          "column": 34
        },
        "end": {
          "line": 322,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "field",
      "start": 10601,
      "end": 10608,
      "loc": {
        "start": {
          "line": 322,
          "column": 38
        },
        "end": {
          "line": 322,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10609,
      "end": 10611,
      "loc": {
        "start": {
          "line": 322,
          "column": 46
        },
        "end": {
          "line": 322,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10612,
      "end": 10616,
      "loc": {
        "start": {
          "line": 322,
          "column": 49
        },
        "end": {
          "line": 322,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10617,
      "end": 10620,
      "loc": {
        "start": {
          "line": 322,
          "column": 54
        },
        "end": {
          "line": 322,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line_item",
      "start": 10621,
      "end": 10632,
      "loc": {
        "start": {
          "line": 322,
          "column": 58
        },
        "end": {
          "line": 322,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10632,
      "end": 10633,
      "loc": {
        "start": {
          "line": 322,
          "column": 69
        },
        "end": {
          "line": 322,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10634,
      "end": 10635,
      "loc": {
        "start": {
          "line": 322,
          "column": 71
        },
        "end": {
          "line": 322,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10642,
      "end": 10648,
      "loc": {
        "start": {
          "line": 323,
          "column": 6
        },
        "end": {
          "line": 323,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10649,
      "end": 10650,
      "loc": {
        "start": {
          "line": 323,
          "column": 13
        },
        "end": {
          "line": 323,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10650,
      "end": 10651,
      "loc": {
        "start": {
          "line": 323,
          "column": 14
        },
        "end": {
          "line": 323,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 10651,
      "end": 10657,
      "loc": {
        "start": {
          "line": 323,
          "column": 15
        },
        "end": {
          "line": 323,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10657,
      "end": 10658,
      "loc": {
        "start": {
          "line": 323,
          "column": 21
        },
        "end": {
          "line": 323,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10658,
      "end": 10662,
      "loc": {
        "start": {
          "line": 323,
          "column": 22
        },
        "end": {
          "line": 323,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10662,
      "end": 10663,
      "loc": {
        "start": {
          "line": 323,
          "column": 26
        },
        "end": {
          "line": 323,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 10663,
      "end": 10675,
      "loc": {
        "start": {
          "line": 323,
          "column": 27
        },
        "end": {
          "line": 323,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10675,
      "end": 10676,
      "loc": {
        "start": {
          "line": 323,
          "column": 39
        },
        "end": {
          "line": 323,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10676,
      "end": 10680,
      "loc": {
        "start": {
          "line": 323,
          "column": 40
        },
        "end": {
          "line": 323,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10680,
      "end": 10681,
      "loc": {
        "start": {
          "line": 323,
          "column": 44
        },
        "end": {
          "line": 323,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10681,
      "end": 10682,
      "loc": {
        "start": {
          "line": 323,
          "column": 45
        },
        "end": {
          "line": 323,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10683,
      "end": 10684,
      "loc": {
        "start": {
          "line": 323,
          "column": 47
        },
        "end": {
          "line": 323,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definitionId",
      "start": 10684,
      "end": 10696,
      "loc": {
        "start": {
          "line": 323,
          "column": 48
        },
        "end": {
          "line": 323,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10696,
      "end": 10697,
      "loc": {
        "start": {
          "line": 323,
          "column": 60
        },
        "end": {
          "line": 323,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 10698,
      "end": 10703,
      "loc": {
        "start": {
          "line": 323,
          "column": 62
        },
        "end": {
          "line": 323,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10703,
      "end": 10704,
      "loc": {
        "start": {
          "line": 323,
          "column": 67
        },
        "end": {
          "line": 323,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10704,
      "end": 10705,
      "loc": {
        "start": {
          "line": 323,
          "column": 68
        },
        "end": {
          "line": 323,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10705,
      "end": 10706,
      "loc": {
        "start": {
          "line": 323,
          "column": 69
        },
        "end": {
          "line": 323,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10711,
      "end": 10712,
      "loc": {
        "start": {
          "line": 324,
          "column": 4
        },
        "end": {
          "line": 324,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10718,
      "end": 10720,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10721,
      "end": 10722,
      "loc": {
        "start": {
          "line": 326,
          "column": 7
        },
        "end": {
          "line": 326,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10722,
      "end": 10726,
      "loc": {
        "start": {
          "line": 326,
          "column": 8
        },
        "end": {
          "line": 326,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10727,
      "end": 10730,
      "loc": {
        "start": {
          "line": 326,
          "column": 13
        },
        "end": {
          "line": 326,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "datatable",
      "start": 10731,
      "end": 10742,
      "loc": {
        "start": {
          "line": 326,
          "column": 17
        },
        "end": {
          "line": 326,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10742,
      "end": 10743,
      "loc": {
        "start": {
          "line": 326,
          "column": 28
        },
        "end": {
          "line": 326,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10744,
      "end": 10745,
      "loc": {
        "start": {
          "line": 326,
          "column": 30
        },
        "end": {
          "line": 326,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10752,
      "end": 10758,
      "loc": {
        "start": {
          "line": 327,
          "column": 6
        },
        "end": {
          "line": 327,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10759,
      "end": 10760,
      "loc": {
        "start": {
          "line": 327,
          "column": 13
        },
        "end": {
          "line": 327,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10760,
      "end": 10764,
      "loc": {
        "start": {
          "line": 327,
          "column": 14
        },
        "end": {
          "line": 327,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10764,
      "end": 10765,
      "loc": {
        "start": {
          "line": 327,
          "column": 18
        },
        "end": {
          "line": 327,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDatatableByDefId",
      "start": 10765,
      "end": 10784,
      "loc": {
        "start": {
          "line": 327,
          "column": 19
        },
        "end": {
          "line": 327,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10784,
      "end": 10785,
      "loc": {
        "start": {
          "line": 327,
          "column": 38
        },
        "end": {
          "line": 327,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 10785,
      "end": 10790,
      "loc": {
        "start": {
          "line": 327,
          "column": 39
        },
        "end": {
          "line": 327,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10790,
      "end": 10791,
      "loc": {
        "start": {
          "line": 327,
          "column": 44
        },
        "end": {
          "line": 327,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10791,
      "end": 10792,
      "loc": {
        "start": {
          "line": 327,
          "column": 45
        },
        "end": {
          "line": 327,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10792,
      "end": 10793,
      "loc": {
        "start": {
          "line": 327,
          "column": 46
        },
        "end": {
          "line": 327,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10798,
      "end": 10799,
      "loc": {
        "start": {
          "line": 328,
          "column": 4
        },
        "end": {
          "line": 328,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10805,
      "end": 10807,
      "loc": {
        "start": {
          "line": 330,
          "column": 4
        },
        "end": {
          "line": 330,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10808,
      "end": 10809,
      "loc": {
        "start": {
          "line": 330,
          "column": 7
        },
        "end": {
          "line": 330,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10809,
      "end": 10813,
      "loc": {
        "start": {
          "line": 330,
          "column": 8
        },
        "end": {
          "line": 330,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10814,
      "end": 10817,
      "loc": {
        "start": {
          "line": 330,
          "column": 13
        },
        "end": {
          "line": 330,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "component",
      "start": 10818,
      "end": 10829,
      "loc": {
        "start": {
          "line": 330,
          "column": 17
        },
        "end": {
          "line": 330,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10829,
      "end": 10830,
      "loc": {
        "start": {
          "line": 330,
          "column": 28
        },
        "end": {
          "line": 330,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10831,
      "end": 10832,
      "loc": {
        "start": {
          "line": 330,
          "column": 30
        },
        "end": {
          "line": 330,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10839,
      "end": 10845,
      "loc": {
        "start": {
          "line": 331,
          "column": 6
        },
        "end": {
          "line": 331,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10846,
      "end": 10847,
      "loc": {
        "start": {
          "line": 331,
          "column": 13
        },
        "end": {
          "line": 331,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10847,
      "end": 10851,
      "loc": {
        "start": {
          "line": 331,
          "column": 14
        },
        "end": {
          "line": 331,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10851,
      "end": 10852,
      "loc": {
        "start": {
          "line": 331,
          "column": 18
        },
        "end": {
          "line": 331,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getComponentByDefId",
      "start": 10852,
      "end": 10871,
      "loc": {
        "start": {
          "line": 331,
          "column": 19
        },
        "end": {
          "line": 331,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10871,
      "end": 10872,
      "loc": {
        "start": {
          "line": 331,
          "column": 38
        },
        "end": {
          "line": 331,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 10872,
      "end": 10877,
      "loc": {
        "start": {
          "line": 331,
          "column": 39
        },
        "end": {
          "line": 331,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10877,
      "end": 10878,
      "loc": {
        "start": {
          "line": 331,
          "column": 44
        },
        "end": {
          "line": 331,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10878,
      "end": 10879,
      "loc": {
        "start": {
          "line": 331,
          "column": 45
        },
        "end": {
          "line": 331,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10879,
      "end": 10880,
      "loc": {
        "start": {
          "line": 331,
          "column": 46
        },
        "end": {
          "line": 331,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10885,
      "end": 10886,
      "loc": {
        "start": {
          "line": 332,
          "column": 4
        },
        "end": {
          "line": 332,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10889,
      "end": 10890,
      "loc": {
        "start": {
          "line": 333,
          "column": 2
        },
        "end": {
          "line": 333,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets all the dependants for a bid bid entity.\n   *\n   * @param {string} type The type of bid enity. IE. line_item, field, metric, component, etc.\n   * @param {int} id The id of the bid entity.\n   * @returns [BidEntity[]]\n   ",
      "start": 10894,
      "end": 11129,
      "loc": {
        "start": {
          "line": 335,
          "column": 2
        },
        "end": {
          "line": 341,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependants",
      "start": 11132,
      "end": 11145,
      "loc": {
        "start": {
          "line": 342,
          "column": 2
        },
        "end": {
          "line": 342,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11145,
      "end": 11146,
      "loc": {
        "start": {
          "line": 342,
          "column": 15
        },
        "end": {
          "line": 342,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11146,
      "end": 11150,
      "loc": {
        "start": {
          "line": 342,
          "column": 16
        },
        "end": {
          "line": 342,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11150,
      "end": 11151,
      "loc": {
        "start": {
          "line": 342,
          "column": 20
        },
        "end": {
          "line": 342,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11152,
      "end": 11154,
      "loc": {
        "start": {
          "line": 342,
          "column": 22
        },
        "end": {
          "line": 342,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11154,
      "end": 11155,
      "loc": {
        "start": {
          "line": 342,
          "column": 24
        },
        "end": {
          "line": 342,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11156,
      "end": 11157,
      "loc": {
        "start": {
          "line": 342,
          "column": 26
        },
        "end": {
          "line": 342,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 11162,
      "end": 11165,
      "loc": {
        "start": {
          "line": 343,
          "column": 4
        },
        "end": {
          "line": 343,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependants",
      "start": 11166,
      "end": 11176,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11177,
      "end": 11178,
      "loc": {
        "start": {
          "line": 343,
          "column": 19
        },
        "end": {
          "line": 343,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11179,
      "end": 11180,
      "loc": {
        "start": {
          "line": 343,
          "column": 21
        },
        "end": {
          "line": 343,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11180,
      "end": 11181,
      "loc": {
        "start": {
          "line": 343,
          "column": 22
        },
        "end": {
          "line": 343,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11181,
      "end": 11182,
      "loc": {
        "start": {
          "line": 343,
          "column": 23
        },
        "end": {
          "line": 343,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 11187,
      "end": 11190,
      "loc": {
        "start": {
          "line": 344,
          "column": 4
        },
        "end": {
          "line": 344,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11191,
      "end": 11192,
      "loc": {
        "start": {
          "line": 344,
          "column": 8
        },
        "end": {
          "line": 344,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11199,
      "end": 11200,
      "loc": {
        "start": {
          "line": 345,
          "column": 6
        },
        "end": {
          "line": 345,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11200,
      "end": 11201,
      "loc": {
        "start": {
          "line": 345,
          "column": 7
        },
        "end": {
          "line": 345,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 11201,
      "end": 11205,
      "loc": {
        "start": {
          "line": 345,
          "column": 8
        },
        "end": {
          "line": 345,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11205,
      "end": 11206,
      "loc": {
        "start": {
          "line": 345,
          "column": 12
        },
        "end": {
          "line": 345,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11206,
      "end": 11210,
      "loc": {
        "start": {
          "line": 345,
          "column": 13
        },
        "end": {
          "line": 345,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11210,
      "end": 11211,
      "loc": {
        "start": {
          "line": 345,
          "column": 17
        },
        "end": {
          "line": 345,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_types",
      "start": 11211,
      "end": 11217,
      "loc": {
        "start": {
          "line": 345,
          "column": 18
        },
        "end": {
          "line": 345,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11217,
      "end": 11218,
      "loc": {
        "start": {
          "line": 345,
          "column": 24
        },
        "end": {
          "line": 345,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entityType",
      "start": 11219,
      "end": 11229,
      "loc": {
        "start": {
          "line": 345,
          "column": 26
        },
        "end": {
          "line": 345,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11230,
      "end": 11232,
      "loc": {
        "start": {
          "line": 345,
          "column": 37
        },
        "end": {
          "line": 345,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11233,
      "end": 11234,
      "loc": {
        "start": {
          "line": 345,
          "column": 40
        },
        "end": {
          "line": 345,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11243,
      "end": 11248,
      "loc": {
        "start": {
          "line": 346,
          "column": 8
        },
        "end": {
          "line": 346,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 11249,
      "end": 11256,
      "loc": {
        "start": {
          "line": 346,
          "column": 14
        },
        "end": {
          "line": 346,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11257,
      "end": 11258,
      "loc": {
        "start": {
          "line": 346,
          "column": 22
        },
        "end": {
          "line": 346,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entityType",
      "start": 11259,
      "end": 11269,
      "loc": {
        "start": {
          "line": 346,
          "column": 24
        },
        "end": {
          "line": 346,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11270,
      "end": 11273,
      "loc": {
        "start": {
          "line": 346,
          "column": 35
        },
        "end": {
          "line": 346,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 11274,
      "end": 11284,
      "loc": {
        "start": {
          "line": 346,
          "column": 39
        },
        "end": {
          "line": 346,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11285,
      "end": 11286,
      "loc": {
        "start": {
          "line": 346,
          "column": 50
        },
        "end": {
          "line": 346,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assemblies",
      "start": 11287,
      "end": 11299,
      "loc": {
        "start": {
          "line": 346,
          "column": 52
        },
        "end": {
          "line": 346,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11300,
      "end": 11301,
      "loc": {
        "start": {
          "line": 346,
          "column": 65
        },
        "end": {
          "line": 346,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entityType",
      "start": 11302,
      "end": 11312,
      "loc": {
        "start": {
          "line": 346,
          "column": 67
        },
        "end": {
          "line": 346,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11313,
      "end": 11314,
      "loc": {
        "start": {
          "line": 346,
          "column": 78
        },
        "end": {
          "line": 346,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "s",
      "start": 11315,
      "end": 11318,
      "loc": {
        "start": {
          "line": 346,
          "column": 80
        },
        "end": {
          "line": 346,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11318,
      "end": 11319,
      "loc": {
        "start": {
          "line": 346,
          "column": 83
        },
        "end": {
          "line": 346,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11328,
      "end": 11333,
      "loc": {
        "start": {
          "line": 347,
          "column": 8
        },
        "end": {
          "line": 347,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 11334,
      "end": 11342,
      "loc": {
        "start": {
          "line": 347,
          "column": 14
        },
        "end": {
          "line": 347,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11343,
      "end": 11344,
      "loc": {
        "start": {
          "line": 347,
          "column": 23
        },
        "end": {
          "line": 347,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11345,
      "end": 11349,
      "loc": {
        "start": {
          "line": 347,
          "column": 25
        },
        "end": {
          "line": 347,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11349,
      "end": 11350,
      "loc": {
        "start": {
          "line": 347,
          "column": 29
        },
        "end": {
          "line": 347,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCollection",
      "start": 11350,
      "end": 11363,
      "loc": {
        "start": {
          "line": 347,
          "column": 30
        },
        "end": {
          "line": 347,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11363,
      "end": 11364,
      "loc": {
        "start": {
          "line": 347,
          "column": 43
        },
        "end": {
          "line": 347,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 11364,
      "end": 11371,
      "loc": {
        "start": {
          "line": 347,
          "column": 44
        },
        "end": {
          "line": 347,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11371,
      "end": 11372,
      "loc": {
        "start": {
          "line": 347,
          "column": 51
        },
        "end": {
          "line": 347,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11372,
      "end": 11373,
      "loc": {
        "start": {
          "line": 347,
          "column": 52
        },
        "end": {
          "line": 347,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11382,
      "end": 11383,
      "loc": {
        "start": {
          "line": 348,
          "column": 8
        },
        "end": {
          "line": 348,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11383,
      "end": 11384,
      "loc": {
        "start": {
          "line": 348,
          "column": 9
        },
        "end": {
          "line": 348,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 11384,
      "end": 11388,
      "loc": {
        "start": {
          "line": 348,
          "column": 10
        },
        "end": {
          "line": 348,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11388,
      "end": 11389,
      "loc": {
        "start": {
          "line": 348,
          "column": 14
        },
        "end": {
          "line": 348,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 11389,
      "end": 11397,
      "loc": {
        "start": {
          "line": 348,
          "column": 15
        },
        "end": {
          "line": 348,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11397,
      "end": 11398,
      "loc": {
        "start": {
          "line": 348,
          "column": 23
        },
        "end": {
          "line": 348,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 11399,
      "end": 11405,
      "loc": {
        "start": {
          "line": 348,
          "column": 25
        },
        "end": {
          "line": 348,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11406,
      "end": 11408,
      "loc": {
        "start": {
          "line": 348,
          "column": 32
        },
        "end": {
          "line": 348,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11409,
      "end": 11410,
      "loc": {
        "start": {
          "line": 348,
          "column": 35
        },
        "end": {
          "line": 348,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11421,
      "end": 11422,
      "loc": {
        "start": {
          "line": 349,
          "column": 10
        },
        "end": {
          "line": 349,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11422,
      "end": 11423,
      "loc": {
        "start": {
          "line": 349,
          "column": 11
        },
        "end": {
          "line": 349,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 11423,
      "end": 11427,
      "loc": {
        "start": {
          "line": 349,
          "column": 12
        },
        "end": {
          "line": 349,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11427,
      "end": 11428,
      "loc": {
        "start": {
          "line": 349,
          "column": 16
        },
        "end": {
          "line": 349,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 11428,
      "end": 11434,
      "loc": {
        "start": {
          "line": 349,
          "column": 17
        },
        "end": {
          "line": 349,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11434,
      "end": 11435,
      "loc": {
        "start": {
          "line": 349,
          "column": 23
        },
        "end": {
          "line": 349,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 11435,
      "end": 11447,
      "loc": {
        "start": {
          "line": 349,
          "column": 24
        },
        "end": {
          "line": 349,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11447,
      "end": 11448,
      "loc": {
        "start": {
          "line": 349,
          "column": 36
        },
        "end": {
          "line": 349,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11448,
      "end": 11449,
      "loc": {
        "start": {
          "line": 349,
          "column": 37
        },
        "end": {
          "line": 349,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11449,
      "end": 11450,
      "loc": {
        "start": {
          "line": 349,
          "column": 38
        },
        "end": {
          "line": 349,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 11451,
      "end": 11461,
      "loc": {
        "start": {
          "line": 349,
          "column": 40
        },
        "end": {
          "line": 349,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11462,
      "end": 11464,
      "loc": {
        "start": {
          "line": 349,
          "column": 51
        },
        "end": {
          "line": 349,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11465,
      "end": 11466,
      "loc": {
        "start": {
          "line": 349,
          "column": 54
        },
        "end": {
          "line": 349,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11479,
      "end": 11481,
      "loc": {
        "start": {
          "line": 350,
          "column": 12
        },
        "end": {
          "line": 350,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11482,
      "end": 11483,
      "loc": {
        "start": {
          "line": 350,
          "column": 15
        },
        "end": {
          "line": 350,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 11483,
      "end": 11493,
      "loc": {
        "start": {
          "line": 350,
          "column": 16
        },
        "end": {
          "line": 350,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11493,
      "end": 11494,
      "loc": {
        "start": {
          "line": 350,
          "column": 26
        },
        "end": {
          "line": 350,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11494,
      "end": 11498,
      "loc": {
        "start": {
          "line": 350,
          "column": 27
        },
        "end": {
          "line": 350,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11499,
      "end": 11502,
      "loc": {
        "start": {
          "line": 350,
          "column": 32
        },
        "end": {
          "line": 350,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11503,
      "end": 11507,
      "loc": {
        "start": {
          "line": 350,
          "column": 36
        },
        "end": {
          "line": 350,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11508,
      "end": 11510,
      "loc": {
        "start": {
          "line": 350,
          "column": 41
        },
        "end": {
          "line": 350,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 11511,
      "end": 11521,
      "loc": {
        "start": {
          "line": 350,
          "column": 44
        },
        "end": {
          "line": 350,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11521,
      "end": 11522,
      "loc": {
        "start": {
          "line": 350,
          "column": 54
        },
        "end": {
          "line": 350,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11522,
      "end": 11524,
      "loc": {
        "start": {
          "line": 350,
          "column": 55
        },
        "end": {
          "line": 350,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11525,
      "end": 11528,
      "loc": {
        "start": {
          "line": 350,
          "column": 58
        },
        "end": {
          "line": 350,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11529,
      "end": 11531,
      "loc": {
        "start": {
          "line": 350,
          "column": 62
        },
        "end": {
          "line": 350,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11531,
      "end": 11532,
      "loc": {
        "start": {
          "line": 350,
          "column": 64
        },
        "end": {
          "line": 350,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11533,
      "end": 11534,
      "loc": {
        "start": {
          "line": 350,
          "column": 66
        },
        "end": {
          "line": 350,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependants",
      "start": 11549,
      "end": 11559,
      "loc": {
        "start": {
          "line": 351,
          "column": 14
        },
        "end": {
          "line": 351,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11559,
      "end": 11560,
      "loc": {
        "start": {
          "line": 351,
          "column": 24
        },
        "end": {
          "line": 351,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 11560,
      "end": 11564,
      "loc": {
        "start": {
          "line": 351,
          "column": 25
        },
        "end": {
          "line": 351,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11564,
      "end": 11565,
      "loc": {
        "start": {
          "line": 351,
          "column": 29
        },
        "end": {
          "line": 351,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 11565,
      "end": 11571,
      "loc": {
        "start": {
          "line": 351,
          "column": 30
        },
        "end": {
          "line": 351,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11571,
      "end": 11572,
      "loc": {
        "start": {
          "line": 351,
          "column": 36
        },
        "end": {
          "line": 351,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11572,
      "end": 11573,
      "loc": {
        "start": {
          "line": 351,
          "column": 37
        },
        "end": {
          "line": 351,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11586,
      "end": 11587,
      "loc": {
        "start": {
          "line": 352,
          "column": 12
        },
        "end": {
          "line": 352,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11598,
      "end": 11599,
      "loc": {
        "start": {
          "line": 353,
          "column": 10
        },
        "end": {
          "line": 353,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11599,
      "end": 11600,
      "loc": {
        "start": {
          "line": 353,
          "column": 11
        },
        "end": {
          "line": 353,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11600,
      "end": 11601,
      "loc": {
        "start": {
          "line": 353,
          "column": 12
        },
        "end": {
          "line": 353,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11610,
      "end": 11611,
      "loc": {
        "start": {
          "line": 354,
          "column": 8
        },
        "end": {
          "line": 354,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11611,
      "end": 11612,
      "loc": {
        "start": {
          "line": 354,
          "column": 9
        },
        "end": {
          "line": 354,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11612,
      "end": 11613,
      "loc": {
        "start": {
          "line": 354,
          "column": 10
        },
        "end": {
          "line": 354,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11620,
      "end": 11621,
      "loc": {
        "start": {
          "line": 355,
          "column": 6
        },
        "end": {
          "line": 355,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11621,
      "end": 11622,
      "loc": {
        "start": {
          "line": 355,
          "column": 7
        },
        "end": {
          "line": 355,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11622,
      "end": 11623,
      "loc": {
        "start": {
          "line": 355,
          "column": 8
        },
        "end": {
          "line": 355,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11628,
      "end": 11629,
      "loc": {
        "start": {
          "line": 356,
          "column": 4
        },
        "end": {
          "line": 356,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 11630,
      "end": 11635,
      "loc": {
        "start": {
          "line": 356,
          "column": 6
        },
        "end": {
          "line": 356,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11636,
      "end": 11637,
      "loc": {
        "start": {
          "line": 356,
          "column": 12
        },
        "end": {
          "line": 356,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 11637,
      "end": 11642,
      "loc": {
        "start": {
          "line": 356,
          "column": 13
        },
        "end": {
          "line": 356,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11642,
      "end": 11643,
      "loc": {
        "start": {
          "line": 356,
          "column": 18
        },
        "end": {
          "line": 356,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11644,
      "end": 11645,
      "loc": {
        "start": {
          "line": 356,
          "column": 20
        },
        "end": {
          "line": 356,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 11652,
      "end": 11659,
      "loc": {
        "start": {
          "line": 357,
          "column": 6
        },
        "end": {
          "line": 357,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11659,
      "end": 11660,
      "loc": {
        "start": {
          "line": 357,
          "column": 13
        },
        "end": {
          "line": 357,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 11660,
      "end": 11663,
      "loc": {
        "start": {
          "line": 357,
          "column": 14
        },
        "end": {
          "line": 357,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11663,
      "end": 11664,
      "loc": {
        "start": {
          "line": 357,
          "column": 17
        },
        "end": {
          "line": 357,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 11664,
      "end": 11669,
      "loc": {
        "start": {
          "line": 357,
          "column": 18
        },
        "end": {
          "line": 357,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11669,
      "end": 11670,
      "loc": {
        "start": {
          "line": 357,
          "column": 23
        },
        "end": {
          "line": 357,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11671,
      "end": 11675,
      "loc": {
        "start": {
          "line": 357,
          "column": 25
        },
        "end": {
          "line": 357,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11675,
      "end": 11676,
      "loc": {
        "start": {
          "line": 357,
          "column": 29
        },
        "end": {
          "line": 357,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 11677,
      "end": 11684,
      "loc": {
        "start": {
          "line": 357,
          "column": 31
        },
        "end": {
          "line": 357,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11684,
      "end": 11685,
      "loc": {
        "start": {
          "line": 357,
          "column": 38
        },
        "end": {
          "line": 357,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 11686,
      "end": 11692,
      "loc": {
        "start": {
          "line": 357,
          "column": 40
        },
        "end": {
          "line": 357,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11692,
      "end": 11693,
      "loc": {
        "start": {
          "line": 357,
          "column": 46
        },
        "end": {
          "line": 357,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11693,
      "end": 11694,
      "loc": {
        "start": {
          "line": 357,
          "column": 47
        },
        "end": {
          "line": 357,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11699,
      "end": 11700,
      "loc": {
        "start": {
          "line": 358,
          "column": 4
        },
        "end": {
          "line": 358,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11706,
      "end": 11712,
      "loc": {
        "start": {
          "line": 360,
          "column": 4
        },
        "end": {
          "line": 360,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependants",
      "start": 11713,
      "end": 11723,
      "loc": {
        "start": {
          "line": 360,
          "column": 11
        },
        "end": {
          "line": 360,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11723,
      "end": 11724,
      "loc": {
        "start": {
          "line": 360,
          "column": 21
        },
        "end": {
          "line": 360,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11727,
      "end": 11728,
      "loc": {
        "start": {
          "line": 361,
          "column": 2
        },
        "end": {
          "line": 361,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a bid entity by type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {BidEntity}\n   ",
      "start": 11732,
      "end": 11870,
      "loc": {
        "start": {
          "line": 363,
          "column": 2
        },
        "end": {
          "line": 369,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 11873,
      "end": 11885,
      "loc": {
        "start": {
          "line": 370,
          "column": 2
        },
        "end": {
          "line": 370,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11885,
      "end": 11886,
      "loc": {
        "start": {
          "line": 370,
          "column": 14
        },
        "end": {
          "line": 370,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11886,
      "end": 11890,
      "loc": {
        "start": {
          "line": 370,
          "column": 15
        },
        "end": {
          "line": 370,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11890,
      "end": 11891,
      "loc": {
        "start": {
          "line": 370,
          "column": 19
        },
        "end": {
          "line": 370,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11892,
      "end": 11894,
      "loc": {
        "start": {
          "line": 370,
          "column": 21
        },
        "end": {
          "line": 370,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11894,
      "end": 11895,
      "loc": {
        "start": {
          "line": 370,
          "column": 23
        },
        "end": {
          "line": 370,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11896,
      "end": 11897,
      "loc": {
        "start": {
          "line": 370,
          "column": 25
        },
        "end": {
          "line": 370,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "make typeKey plural.",
      "start": 11902,
      "end": 11924,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 11929,
      "end": 11932,
      "loc": {
        "start": {
          "line": 372,
          "column": 4
        },
        "end": {
          "line": 372,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 11933,
      "end": 11940,
      "loc": {
        "start": {
          "line": 372,
          "column": 8
        },
        "end": {
          "line": 372,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11941,
      "end": 11942,
      "loc": {
        "start": {
          "line": 372,
          "column": 16
        },
        "end": {
          "line": 372,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11943,
      "end": 11947,
      "loc": {
        "start": {
          "line": 372,
          "column": 18
        },
        "end": {
          "line": 372,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 11948,
      "end": 11951,
      "loc": {
        "start": {
          "line": 372,
          "column": 23
        },
        "end": {
          "line": 372,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 11952,
      "end": 11962,
      "loc": {
        "start": {
          "line": 372,
          "column": 27
        },
        "end": {
          "line": 372,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11963,
      "end": 11964,
      "loc": {
        "start": {
          "line": 372,
          "column": 38
        },
        "end": {
          "line": 372,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assemblies",
      "start": 11965,
      "end": 11977,
      "loc": {
        "start": {
          "line": 372,
          "column": 40
        },
        "end": {
          "line": 372,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11978,
      "end": 11979,
      "loc": {
        "start": {
          "line": 372,
          "column": 53
        },
        "end": {
          "line": 372,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 11980,
      "end": 11984,
      "loc": {
        "start": {
          "line": 372,
          "column": 55
        },
        "end": {
          "line": 372,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11985,
      "end": 11986,
      "loc": {
        "start": {
          "line": 372,
          "column": 60
        },
        "end": {
          "line": 372,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "s",
      "start": 11987,
      "end": 11990,
      "loc": {
        "start": {
          "line": 372,
          "column": 62
        },
        "end": {
          "line": 372,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11990,
      "end": 11991,
      "loc": {
        "start": {
          "line": 372,
          "column": 65
        },
        "end": {
          "line": 372,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11996,
      "end": 12001,
      "loc": {
        "start": {
          "line": 373,
          "column": 4
        },
        "end": {
          "line": 373,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collection",
      "start": 12002,
      "end": 12012,
      "loc": {
        "start": {
          "line": 373,
          "column": 10
        },
        "end": {
          "line": 373,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12013,
      "end": 12014,
      "loc": {
        "start": {
          "line": 373,
          "column": 21
        },
        "end": {
          "line": 373,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12015,
      "end": 12019,
      "loc": {
        "start": {
          "line": 373,
          "column": 23
        },
        "end": {
          "line": 373,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12019,
      "end": 12020,
      "loc": {
        "start": {
          "line": 373,
          "column": 27
        },
        "end": {
          "line": 373,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCollection",
      "start": 12020,
      "end": 12033,
      "loc": {
        "start": {
          "line": 373,
          "column": 28
        },
        "end": {
          "line": 373,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12033,
      "end": 12034,
      "loc": {
        "start": {
          "line": 373,
          "column": 41
        },
        "end": {
          "line": 373,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 12034,
      "end": 12041,
      "loc": {
        "start": {
          "line": 373,
          "column": 42
        },
        "end": {
          "line": 373,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12041,
      "end": 12042,
      "loc": {
        "start": {
          "line": 373,
          "column": 49
        },
        "end": {
          "line": 373,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12042,
      "end": 12043,
      "loc": {
        "start": {
          "line": 373,
          "column": 50
        },
        "end": {
          "line": 373,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12048,
      "end": 12050,
      "loc": {
        "start": {
          "line": 374,
          "column": 4
        },
        "end": {
          "line": 374,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12051,
      "end": 12052,
      "loc": {
        "start": {
          "line": 374,
          "column": 7
        },
        "end": {
          "line": 374,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12052,
      "end": 12053,
      "loc": {
        "start": {
          "line": 374,
          "column": 8
        },
        "end": {
          "line": 374,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12053,
      "end": 12054,
      "loc": {
        "start": {
          "line": 374,
          "column": 9
        },
        "end": {
          "line": 374,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12054,
      "end": 12055,
      "loc": {
        "start": {
          "line": 374,
          "column": 10
        },
        "end": {
          "line": 374,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 12055,
      "end": 12066,
      "loc": {
        "start": {
          "line": 374,
          "column": 11
        },
        "end": {
          "line": 374,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12066,
      "end": 12067,
      "loc": {
        "start": {
          "line": 374,
          "column": 22
        },
        "end": {
          "line": 374,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12067,
      "end": 12069,
      "loc": {
        "start": {
          "line": 374,
          "column": 23
        },
        "end": {
          "line": 374,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12069,
      "end": 12070,
      "loc": {
        "start": {
          "line": 374,
          "column": 25
        },
        "end": {
          "line": 374,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12070,
      "end": 12071,
      "loc": {
        "start": {
          "line": 374,
          "column": 26
        },
        "end": {
          "line": 374,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12072,
      "end": 12073,
      "loc": {
        "start": {
          "line": 374,
          "column": 28
        },
        "end": {
          "line": 374,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12080,
      "end": 12082,
      "loc": {
        "start": {
          "line": 375,
          "column": 6
        },
        "end": {
          "line": 375,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12083,
      "end": 12084,
      "loc": {
        "start": {
          "line": 375,
          "column": 9
        },
        "end": {
          "line": 375,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12084,
      "end": 12085,
      "loc": {
        "start": {
          "line": 375,
          "column": 10
        },
        "end": {
          "line": 375,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12085,
      "end": 12086,
      "loc": {
        "start": {
          "line": 375,
          "column": 11
        },
        "end": {
          "line": 375,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 12086,
      "end": 12092,
      "loc": {
        "start": {
          "line": 375,
          "column": 12
        },
        "end": {
          "line": 375,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12092,
      "end": 12093,
      "loc": {
        "start": {
          "line": 375,
          "column": 18
        },
        "end": {
          "line": 375,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12093,
      "end": 12095,
      "loc": {
        "start": {
          "line": 375,
          "column": 19
        },
        "end": {
          "line": 375,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12095,
      "end": 12096,
      "loc": {
        "start": {
          "line": 375,
          "column": 21
        },
        "end": {
          "line": 375,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12096,
      "end": 12097,
      "loc": {
        "start": {
          "line": 375,
          "column": 22
        },
        "end": {
          "line": 375,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12098,
      "end": 12099,
      "loc": {
        "start": {
          "line": 375,
          "column": 24
        },
        "end": {
          "line": 375,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12108,
      "end": 12114,
      "loc": {
        "start": {
          "line": 376,
          "column": 8
        },
        "end": {
          "line": 376,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 12115,
      "end": 12119,
      "loc": {
        "start": {
          "line": 376,
          "column": 15
        },
        "end": {
          "line": 376,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12119,
      "end": 12120,
      "loc": {
        "start": {
          "line": 376,
          "column": 19
        },
        "end": {
          "line": 376,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12127,
      "end": 12128,
      "loc": {
        "start": {
          "line": 377,
          "column": 6
        },
        "end": {
          "line": 377,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12136,
      "end": 12142,
      "loc": {
        "start": {
          "line": 379,
          "column": 6
        },
        "end": {
          "line": 379,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12143,
      "end": 12144,
      "loc": {
        "start": {
          "line": 379,
          "column": 13
        },
        "end": {
          "line": 379,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12144,
      "end": 12145,
      "loc": {
        "start": {
          "line": 379,
          "column": 14
        },
        "end": {
          "line": 379,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12145,
      "end": 12146,
      "loc": {
        "start": {
          "line": 379,
          "column": 15
        },
        "end": {
          "line": 379,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 12146,
      "end": 12157,
      "loc": {
        "start": {
          "line": 379,
          "column": 16
        },
        "end": {
          "line": 379,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12157,
      "end": 12158,
      "loc": {
        "start": {
          "line": 379,
          "column": 27
        },
        "end": {
          "line": 379,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collection",
      "start": 12158,
      "end": 12168,
      "loc": {
        "start": {
          "line": 379,
          "column": 28
        },
        "end": {
          "line": 379,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12168,
      "end": 12169,
      "loc": {
        "start": {
          "line": 379,
          "column": 38
        },
        "end": {
          "line": 379,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12169,
      "end": 12171,
      "loc": {
        "start": {
          "line": 379,
          "column": 39
        },
        "end": {
          "line": 379,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12171,
      "end": 12172,
      "loc": {
        "start": {
          "line": 379,
          "column": 41
        },
        "end": {
          "line": 379,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12172,
      "end": 12173,
      "loc": {
        "start": {
          "line": 379,
          "column": 42
        },
        "end": {
          "line": 379,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12174,
      "end": 12175,
      "loc": {
        "start": {
          "line": 379,
          "column": 44
        },
        "end": {
          "line": 379,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collection",
      "start": 12176,
      "end": 12186,
      "loc": {
        "start": {
          "line": 379,
          "column": 46
        },
        "end": {
          "line": 379,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12186,
      "end": 12187,
      "loc": {
        "start": {
          "line": 379,
          "column": 56
        },
        "end": {
          "line": 379,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12187,
      "end": 12189,
      "loc": {
        "start": {
          "line": 379,
          "column": 57
        },
        "end": {
          "line": 379,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12189,
      "end": 12190,
      "loc": {
        "start": {
          "line": 379,
          "column": 59
        },
        "end": {
          "line": 379,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12191,
      "end": 12192,
      "loc": {
        "start": {
          "line": 379,
          "column": 61
        },
        "end": {
          "line": 379,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 12193,
      "end": 12197,
      "loc": {
        "start": {
          "line": 379,
          "column": 63
        },
        "end": {
          "line": 379,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12197,
      "end": 12198,
      "loc": {
        "start": {
          "line": 379,
          "column": 67
        },
        "end": {
          "line": 379,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12203,
      "end": 12204,
      "loc": {
        "start": {
          "line": 380,
          "column": 4
        },
        "end": {
          "line": 380,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 12205,
      "end": 12209,
      "loc": {
        "start": {
          "line": 380,
          "column": 6
        },
        "end": {
          "line": 380,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12210,
      "end": 12211,
      "loc": {
        "start": {
          "line": 380,
          "column": 11
        },
        "end": {
          "line": 380,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12218,
      "end": 12224,
      "loc": {
        "start": {
          "line": 381,
          "column": 6
        },
        "end": {
          "line": 381,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collection",
      "start": 12225,
      "end": 12235,
      "loc": {
        "start": {
          "line": 381,
          "column": 13
        },
        "end": {
          "line": 381,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12235,
      "end": 12236,
      "loc": {
        "start": {
          "line": 381,
          "column": 23
        },
        "end": {
          "line": 381,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12241,
      "end": 12242,
      "loc": {
        "start": {
          "line": 382,
          "column": 4
        },
        "end": {
          "line": 382,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12245,
      "end": 12246,
      "loc": {
        "start": {
          "line": 383,
          "column": 2
        },
        "end": {
          "line": 383,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the full collection of bid entites by type. Returned is a keyed object by the bid entity id.\n   *\n   * @param {string} type\n   * @returns {object}\n   ",
      "start": 12250,
      "end": 12419,
      "loc": {
        "start": {
          "line": 385,
          "column": 2
        },
        "end": {
          "line": 390,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCollection",
      "start": 12422,
      "end": 12435,
      "loc": {
        "start": {
          "line": 391,
          "column": 2
        },
        "end": {
          "line": 391,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12435,
      "end": 12436,
      "loc": {
        "start": {
          "line": 391,
          "column": 15
        },
        "end": {
          "line": 391,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12436,
      "end": 12440,
      "loc": {
        "start": {
          "line": 391,
          "column": 16
        },
        "end": {
          "line": 391,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12440,
      "end": 12441,
      "loc": {
        "start": {
          "line": 391,
          "column": 20
        },
        "end": {
          "line": 391,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12442,
      "end": 12443,
      "loc": {
        "start": {
          "line": 391,
          "column": 22
        },
        "end": {
          "line": 391,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12448,
      "end": 12450,
      "loc": {
        "start": {
          "line": 392,
          "column": 4
        },
        "end": {
          "line": 392,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12451,
      "end": 12452,
      "loc": {
        "start": {
          "line": 392,
          "column": 7
        },
        "end": {
          "line": 392,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12452,
      "end": 12456,
      "loc": {
        "start": {
          "line": 392,
          "column": 8
        },
        "end": {
          "line": 392,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12457,
      "end": 12460,
      "loc": {
        "start": {
          "line": 392,
          "column": 13
        },
        "end": {
          "line": 392,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bid_variables",
      "start": 12461,
      "end": 12476,
      "loc": {
        "start": {
          "line": 392,
          "column": 17
        },
        "end": {
          "line": 392,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12476,
      "end": 12477,
      "loc": {
        "start": {
          "line": 392,
          "column": 32
        },
        "end": {
          "line": 392,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12478,
      "end": 12479,
      "loc": {
        "start": {
          "line": 392,
          "column": 34
        },
        "end": {
          "line": 392,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12486,
      "end": 12492,
      "loc": {
        "start": {
          "line": 393,
          "column": 6
        },
        "end": {
          "line": 393,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12493,
      "end": 12497,
      "loc": {
        "start": {
          "line": 393,
          "column": 13
        },
        "end": {
          "line": 393,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12497,
      "end": 12498,
      "loc": {
        "start": {
          "line": 393,
          "column": 17
        },
        "end": {
          "line": 393,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 12498,
      "end": 12501,
      "loc": {
        "start": {
          "line": 393,
          "column": 18
        },
        "end": {
          "line": 393,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12501,
      "end": 12502,
      "loc": {
        "start": {
          "line": 393,
          "column": 21
        },
        "end": {
          "line": 393,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 12502,
      "end": 12507,
      "loc": {
        "start": {
          "line": 393,
          "column": 22
        },
        "end": {
          "line": 393,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12507,
      "end": 12508,
      "loc": {
        "start": {
          "line": 393,
          "column": 27
        },
        "end": {
          "line": 393,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "variables",
      "start": 12508,
      "end": 12517,
      "loc": {
        "start": {
          "line": 393,
          "column": 28
        },
        "end": {
          "line": 393,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12517,
      "end": 12518,
      "loc": {
        "start": {
          "line": 393,
          "column": 37
        },
        "end": {
          "line": 393,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12523,
      "end": 12524,
      "loc": {
        "start": {
          "line": 394,
          "column": 4
        },
        "end": {
          "line": 394,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 12525,
      "end": 12529,
      "loc": {
        "start": {
          "line": 394,
          "column": 6
        },
        "end": {
          "line": 394,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12530,
      "end": 12532,
      "loc": {
        "start": {
          "line": 394,
          "column": 11
        },
        "end": {
          "line": 394,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12533,
      "end": 12534,
      "loc": {
        "start": {
          "line": 394,
          "column": 14
        },
        "end": {
          "line": 394,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 12534,
      "end": 12535,
      "loc": {
        "start": {
          "line": 394,
          "column": 15
        },
        "end": {
          "line": 394,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12535,
      "end": 12536,
      "loc": {
        "start": {
          "line": 394,
          "column": 16
        },
        "end": {
          "line": 394,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12536,
      "end": 12537,
      "loc": {
        "start": {
          "line": 394,
          "column": 17
        },
        "end": {
          "line": 394,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 12537,
      "end": 12548,
      "loc": {
        "start": {
          "line": 394,
          "column": 18
        },
        "end": {
          "line": 394,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12548,
      "end": 12549,
      "loc": {
        "start": {
          "line": 394,
          "column": 29
        },
        "end": {
          "line": 394,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12549,
      "end": 12553,
      "loc": {
        "start": {
          "line": 394,
          "column": 30
        },
        "end": {
          "line": 394,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12553,
      "end": 12554,
      "loc": {
        "start": {
          "line": 394,
          "column": 34
        },
        "end": {
          "line": 394,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 12554,
      "end": 12557,
      "loc": {
        "start": {
          "line": 394,
          "column": 35
        },
        "end": {
          "line": 394,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12557,
      "end": 12558,
      "loc": {
        "start": {
          "line": 394,
          "column": 38
        },
        "end": {
          "line": 394,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 12558,
      "end": 12563,
      "loc": {
        "start": {
          "line": 394,
          "column": 39
        },
        "end": {
          "line": 394,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12563,
      "end": 12564,
      "loc": {
        "start": {
          "line": 394,
          "column": 44
        },
        "end": {
          "line": 394,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12564,
      "end": 12568,
      "loc": {
        "start": {
          "line": 394,
          "column": 45
        },
        "end": {
          "line": 394,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12568,
      "end": 12569,
      "loc": {
        "start": {
          "line": 394,
          "column": 49
        },
        "end": {
          "line": 394,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12569,
      "end": 12570,
      "loc": {
        "start": {
          "line": 394,
          "column": 50
        },
        "end": {
          "line": 394,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12570,
      "end": 12571,
      "loc": {
        "start": {
          "line": 394,
          "column": 51
        },
        "end": {
          "line": 394,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12572,
      "end": 12573,
      "loc": {
        "start": {
          "line": 394,
          "column": 53
        },
        "end": {
          "line": 394,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12580,
      "end": 12586,
      "loc": {
        "start": {
          "line": 395,
          "column": 6
        },
        "end": {
          "line": 395,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12587,
      "end": 12591,
      "loc": {
        "start": {
          "line": 395,
          "column": 13
        },
        "end": {
          "line": 395,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12591,
      "end": 12592,
      "loc": {
        "start": {
          "line": 395,
          "column": 17
        },
        "end": {
          "line": 395,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 12592,
      "end": 12595,
      "loc": {
        "start": {
          "line": 395,
          "column": 18
        },
        "end": {
          "line": 395,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12595,
      "end": 12596,
      "loc": {
        "start": {
          "line": 395,
          "column": 21
        },
        "end": {
          "line": 395,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 12596,
      "end": 12601,
      "loc": {
        "start": {
          "line": 395,
          "column": 22
        },
        "end": {
          "line": 395,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12601,
      "end": 12602,
      "loc": {
        "start": {
          "line": 395,
          "column": 27
        },
        "end": {
          "line": 395,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12602,
      "end": 12606,
      "loc": {
        "start": {
          "line": 395,
          "column": 28
        },
        "end": {
          "line": 395,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12606,
      "end": 12607,
      "loc": {
        "start": {
          "line": 395,
          "column": 32
        },
        "end": {
          "line": 395,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12607,
      "end": 12608,
      "loc": {
        "start": {
          "line": 395,
          "column": 33
        },
        "end": {
          "line": 395,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12613,
      "end": 12614,
      "loc": {
        "start": {
          "line": 396,
          "column": 4
        },
        "end": {
          "line": 396,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 12615,
      "end": 12619,
      "loc": {
        "start": {
          "line": 396,
          "column": 6
        },
        "end": {
          "line": 396,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 12620,
      "end": 12625,
      "loc": {
        "start": {
          "line": 396,
          "column": 11
        },
        "end": {
          "line": 396,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12626,
      "end": 12627,
      "loc": {
        "start": {
          "line": 396,
          "column": 17
        },
        "end": {
          "line": 396,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Bid entity collection ",
      "start": 12627,
      "end": 12649,
      "loc": {
        "start": {
          "line": 396,
          "column": 18
        },
        "end": {
          "line": 396,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12649,
      "end": 12651,
      "loc": {
        "start": {
          "line": 396,
          "column": 40
        },
        "end": {
          "line": 396,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 12651,
      "end": 12655,
      "loc": {
        "start": {
          "line": 396,
          "column": 42
        },
        "end": {
          "line": 396,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12655,
      "end": 12656,
      "loc": {
        "start": {
          "line": 396,
          "column": 46
        },
        "end": {
          "line": 396,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " does not exist",
      "start": 12656,
      "end": 12671,
      "loc": {
        "start": {
          "line": 396,
          "column": 47
        },
        "end": {
          "line": 396,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12671,
      "end": 12672,
      "loc": {
        "start": {
          "line": 396,
          "column": 62
        },
        "end": {
          "line": 396,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12672,
      "end": 12673,
      "loc": {
        "start": {
          "line": 396,
          "column": 63
        },
        "end": {
          "line": 396,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12676,
      "end": 12677,
      "loc": {
        "start": {
          "line": 397,
          "column": 2
        },
        "end": {
          "line": 397,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a component by their core definition id. Note, this function will be removed once\n   *\n   * @param {number} defId\n   * @returns {Component}\n   ",
      "start": 12681,
      "end": 12840,
      "loc": {
        "start": {
          "line": 399,
          "column": 2
        },
        "end": {
          "line": 404,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getComponentByDefId",
      "start": 12843,
      "end": 12862,
      "loc": {
        "start": {
          "line": 405,
          "column": 2
        },
        "end": {
          "line": 405,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12862,
      "end": 12863,
      "loc": {
        "start": {
          "line": 405,
          "column": 21
        },
        "end": {
          "line": 405,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 12863,
      "end": 12868,
      "loc": {
        "start": {
          "line": 405,
          "column": 22
        },
        "end": {
          "line": 405,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12868,
      "end": 12869,
      "loc": {
        "start": {
          "line": 405,
          "column": 27
        },
        "end": {
          "line": 405,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12870,
      "end": 12871,
      "loc": {
        "start": {
          "line": 405,
          "column": 29
        },
        "end": {
          "line": 405,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12876,
      "end": 12878,
      "loc": {
        "start": {
          "line": 406,
          "column": 4
        },
        "end": {
          "line": 406,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12879,
      "end": 12880,
      "loc": {
        "start": {
          "line": 406,
          "column": 7
        },
        "end": {
          "line": 406,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12880,
      "end": 12881,
      "loc": {
        "start": {
          "line": 406,
          "column": 8
        },
        "end": {
          "line": 406,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12881,
      "end": 12882,
      "loc": {
        "start": {
          "line": 406,
          "column": 9
        },
        "end": {
          "line": 406,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 12882,
      "end": 12893,
      "loc": {
        "start": {
          "line": 406,
          "column": 10
        },
        "end": {
          "line": 406,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12893,
      "end": 12894,
      "loc": {
        "start": {
          "line": 406,
          "column": 21
        },
        "end": {
          "line": 406,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12894,
      "end": 12898,
      "loc": {
        "start": {
          "line": 406,
          "column": 22
        },
        "end": {
          "line": 406,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12898,
      "end": 12899,
      "loc": {
        "start": {
          "line": 406,
          "column": 26
        },
        "end": {
          "line": 406,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_componentsKeyedByDefinitionId",
      "start": 12899,
      "end": 12929,
      "loc": {
        "start": {
          "line": 406,
          "column": 27
        },
        "end": {
          "line": 406,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12929,
      "end": 12930,
      "loc": {
        "start": {
          "line": 406,
          "column": 57
        },
        "end": {
          "line": 406,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12930,
      "end": 12931,
      "loc": {
        "start": {
          "line": 406,
          "column": 58
        },
        "end": {
          "line": 406,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12932,
      "end": 12933,
      "loc": {
        "start": {
          "line": 406,
          "column": 60
        },
        "end": {
          "line": 406,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12940,
      "end": 12944,
      "loc": {
        "start": {
          "line": 407,
          "column": 6
        },
        "end": {
          "line": 407,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12944,
      "end": 12945,
      "loc": {
        "start": {
          "line": 407,
          "column": 10
        },
        "end": {
          "line": 407,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_componentsKeyedByDefinitionId",
      "start": 12945,
      "end": 12975,
      "loc": {
        "start": {
          "line": 407,
          "column": 11
        },
        "end": {
          "line": 407,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12976,
      "end": 12977,
      "loc": {
        "start": {
          "line": 407,
          "column": 42
        },
        "end": {
          "line": 407,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 12978,
      "end": 12979,
      "loc": {
        "start": {
          "line": 407,
          "column": 44
        },
        "end": {
          "line": 407,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12979,
      "end": 12980,
      "loc": {
        "start": {
          "line": 407,
          "column": 45
        },
        "end": {
          "line": 407,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyBy",
      "start": 12980,
      "end": 12985,
      "loc": {
        "start": {
          "line": 407,
          "column": 46
        },
        "end": {
          "line": 407,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12985,
      "end": 12986,
      "loc": {
        "start": {
          "line": 407,
          "column": 51
        },
        "end": {
          "line": 407,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12986,
      "end": 12990,
      "loc": {
        "start": {
          "line": 407,
          "column": 52
        },
        "end": {
          "line": 407,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12990,
      "end": 12991,
      "loc": {
        "start": {
          "line": 407,
          "column": 56
        },
        "end": {
          "line": 407,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 12991,
      "end": 12994,
      "loc": {
        "start": {
          "line": 407,
          "column": 57
        },
        "end": {
          "line": 407,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12994,
      "end": 12995,
      "loc": {
        "start": {
          "line": 407,
          "column": 60
        },
        "end": {
          "line": 407,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 12995,
      "end": 13003,
      "loc": {
        "start": {
          "line": 407,
          "column": 61
        },
        "end": {
          "line": 407,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13003,
      "end": 13004,
      "loc": {
        "start": {
          "line": 407,
          "column": 69
        },
        "end": {
          "line": 407,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 13004,
      "end": 13014,
      "loc": {
        "start": {
          "line": 407,
          "column": 70
        },
        "end": {
          "line": 407,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13014,
      "end": 13015,
      "loc": {
        "start": {
          "line": 407,
          "column": 80
        },
        "end": {
          "line": 407,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13015,
      "end": 13016,
      "loc": {
        "start": {
          "line": 407,
          "column": 81
        },
        "end": {
          "line": 407,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13016,
      "end": 13017,
      "loc": {
        "start": {
          "line": 407,
          "column": 82
        },
        "end": {
          "line": 407,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "definitionId",
      "start": 13018,
      "end": 13032,
      "loc": {
        "start": {
          "line": 407,
          "column": 84
        },
        "end": {
          "line": 407,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13032,
      "end": 13033,
      "loc": {
        "start": {
          "line": 407,
          "column": 98
        },
        "end": {
          "line": 407,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13033,
      "end": 13034,
      "loc": {
        "start": {
          "line": 407,
          "column": 99
        },
        "end": {
          "line": 407,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13039,
      "end": 13040,
      "loc": {
        "start": {
          "line": 408,
          "column": 4
        },
        "end": {
          "line": 408,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13045,
      "end": 13051,
      "loc": {
        "start": {
          "line": 409,
          "column": 4
        },
        "end": {
          "line": 409,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13052,
      "end": 13053,
      "loc": {
        "start": {
          "line": 409,
          "column": 11
        },
        "end": {
          "line": 409,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 13053,
      "end": 13054,
      "loc": {
        "start": {
          "line": 409,
          "column": 12
        },
        "end": {
          "line": 409,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13054,
      "end": 13055,
      "loc": {
        "start": {
          "line": 409,
          "column": 13
        },
        "end": {
          "line": 409,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 13055,
      "end": 13066,
      "loc": {
        "start": {
          "line": 409,
          "column": 14
        },
        "end": {
          "line": 409,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13066,
      "end": 13067,
      "loc": {
        "start": {
          "line": 409,
          "column": 25
        },
        "end": {
          "line": 409,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13067,
      "end": 13071,
      "loc": {
        "start": {
          "line": 409,
          "column": 26
        },
        "end": {
          "line": 409,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13071,
      "end": 13072,
      "loc": {
        "start": {
          "line": 409,
          "column": 30
        },
        "end": {
          "line": 409,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_componentsKeyedByDefinitionId",
      "start": 13072,
      "end": 13102,
      "loc": {
        "start": {
          "line": 409,
          "column": 31
        },
        "end": {
          "line": 409,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13102,
      "end": 13103,
      "loc": {
        "start": {
          "line": 409,
          "column": 61
        },
        "end": {
          "line": 409,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 13103,
      "end": 13108,
      "loc": {
        "start": {
          "line": 409,
          "column": 62
        },
        "end": {
          "line": 409,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13108,
      "end": 13109,
      "loc": {
        "start": {
          "line": 409,
          "column": 67
        },
        "end": {
          "line": 409,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13109,
      "end": 13110,
      "loc": {
        "start": {
          "line": 409,
          "column": 68
        },
        "end": {
          "line": 409,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13117,
      "end": 13118,
      "loc": {
        "start": {
          "line": 410,
          "column": 6
        },
        "end": {
          "line": 410,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13119,
      "end": 13123,
      "loc": {
        "start": {
          "line": 410,
          "column": 8
        },
        "end": {
          "line": 410,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13123,
      "end": 13124,
      "loc": {
        "start": {
          "line": 410,
          "column": 12
        },
        "end": {
          "line": 410,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_componentsKeyedByDefinitionId",
      "start": 13124,
      "end": 13154,
      "loc": {
        "start": {
          "line": 410,
          "column": 13
        },
        "end": {
          "line": 410,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13154,
      "end": 13155,
      "loc": {
        "start": {
          "line": 410,
          "column": 43
        },
        "end": {
          "line": 410,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 13155,
      "end": 13160,
      "loc": {
        "start": {
          "line": 410,
          "column": 44
        },
        "end": {
          "line": 410,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13160,
      "end": 13161,
      "loc": {
        "start": {
          "line": 410,
          "column": 49
        },
        "end": {
          "line": 410,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13168,
      "end": 13169,
      "loc": {
        "start": {
          "line": 411,
          "column": 6
        },
        "end": {
          "line": 411,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 13170,
      "end": 13174,
      "loc": {
        "start": {
          "line": 411,
          "column": 8
        },
        "end": {
          "line": 411,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13174,
      "end": 13175,
      "loc": {
        "start": {
          "line": 411,
          "column": 12
        },
        "end": {
          "line": 411,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13178,
      "end": 13179,
      "loc": {
        "start": {
          "line": 412,
          "column": 2
        },
        "end": {
          "line": 412,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets a datatable by definition id\n   *\n   * @param {number} defId\n   * @returns {Datatable}\n   ",
      "start": 13183,
      "end": 13289,
      "loc": {
        "start": {
          "line": 414,
          "column": 2
        },
        "end": {
          "line": 419,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDatatableByDefId",
      "start": 13292,
      "end": 13311,
      "loc": {
        "start": {
          "line": 420,
          "column": 2
        },
        "end": {
          "line": 420,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13311,
      "end": 13312,
      "loc": {
        "start": {
          "line": 420,
          "column": 21
        },
        "end": {
          "line": 420,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 13312,
      "end": 13317,
      "loc": {
        "start": {
          "line": 420,
          "column": 22
        },
        "end": {
          "line": 420,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13317,
      "end": 13318,
      "loc": {
        "start": {
          "line": 420,
          "column": 27
        },
        "end": {
          "line": 420,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13319,
      "end": 13320,
      "loc": {
        "start": {
          "line": 420,
          "column": 29
        },
        "end": {
          "line": 420,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13325,
      "end": 13327,
      "loc": {
        "start": {
          "line": 421,
          "column": 4
        },
        "end": {
          "line": 421,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13328,
      "end": 13329,
      "loc": {
        "start": {
          "line": 421,
          "column": 7
        },
        "end": {
          "line": 421,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13329,
      "end": 13330,
      "loc": {
        "start": {
          "line": 421,
          "column": 8
        },
        "end": {
          "line": 421,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13330,
      "end": 13334,
      "loc": {
        "start": {
          "line": 421,
          "column": 9
        },
        "end": {
          "line": 421,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13334,
      "end": 13335,
      "loc": {
        "start": {
          "line": 421,
          "column": 13
        },
        "end": {
          "line": 421,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_datatablesKeyedByDefinitionId",
      "start": 13335,
      "end": 13365,
      "loc": {
        "start": {
          "line": 421,
          "column": 14
        },
        "end": {
          "line": 421,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13365,
      "end": 13366,
      "loc": {
        "start": {
          "line": 421,
          "column": 44
        },
        "end": {
          "line": 421,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13367,
      "end": 13368,
      "loc": {
        "start": {
          "line": 421,
          "column": 46
        },
        "end": {
          "line": 421,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13375,
      "end": 13379,
      "loc": {
        "start": {
          "line": 422,
          "column": 6
        },
        "end": {
          "line": 422,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13379,
      "end": 13380,
      "loc": {
        "start": {
          "line": 422,
          "column": 10
        },
        "end": {
          "line": 422,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_datatablesKeyedByDefinitionId",
      "start": 13380,
      "end": 13410,
      "loc": {
        "start": {
          "line": 422,
          "column": 11
        },
        "end": {
          "line": 422,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13411,
      "end": 13412,
      "loc": {
        "start": {
          "line": 422,
          "column": 42
        },
        "end": {
          "line": 422,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 13413,
      "end": 13414,
      "loc": {
        "start": {
          "line": 422,
          "column": 44
        },
        "end": {
          "line": 422,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13414,
      "end": 13415,
      "loc": {
        "start": {
          "line": 422,
          "column": 45
        },
        "end": {
          "line": 422,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keyBy",
      "start": 13415,
      "end": 13420,
      "loc": {
        "start": {
          "line": 422,
          "column": 46
        },
        "end": {
          "line": 422,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13420,
      "end": 13421,
      "loc": {
        "start": {
          "line": 422,
          "column": 51
        },
        "end": {
          "line": 422,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13421,
      "end": 13425,
      "loc": {
        "start": {
          "line": 422,
          "column": 52
        },
        "end": {
          "line": 422,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13425,
      "end": 13426,
      "loc": {
        "start": {
          "line": 422,
          "column": 56
        },
        "end": {
          "line": 422,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 13426,
      "end": 13429,
      "loc": {
        "start": {
          "line": 422,
          "column": 57
        },
        "end": {
          "line": 422,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13429,
      "end": 13430,
      "loc": {
        "start": {
          "line": 422,
          "column": 60
        },
        "end": {
          "line": 422,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 13430,
      "end": 13438,
      "loc": {
        "start": {
          "line": 422,
          "column": 61
        },
        "end": {
          "line": 422,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13438,
      "end": 13439,
      "loc": {
        "start": {
          "line": 422,
          "column": 69
        },
        "end": {
          "line": 422,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "datatables",
      "start": 13439,
      "end": 13449,
      "loc": {
        "start": {
          "line": 422,
          "column": 70
        },
        "end": {
          "line": 422,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13449,
      "end": 13450,
      "loc": {
        "start": {
          "line": 422,
          "column": 80
        },
        "end": {
          "line": 422,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13450,
      "end": 13451,
      "loc": {
        "start": {
          "line": 422,
          "column": 81
        },
        "end": {
          "line": 422,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13451,
      "end": 13452,
      "loc": {
        "start": {
          "line": 422,
          "column": 82
        },
        "end": {
          "line": 422,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "definitionId",
      "start": 13453,
      "end": 13467,
      "loc": {
        "start": {
          "line": 422,
          "column": 84
        },
        "end": {
          "line": 422,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13467,
      "end": 13468,
      "loc": {
        "start": {
          "line": 422,
          "column": 98
        },
        "end": {
          "line": 422,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13468,
      "end": 13469,
      "loc": {
        "start": {
          "line": 422,
          "column": 99
        },
        "end": {
          "line": 422,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13474,
      "end": 13475,
      "loc": {
        "start": {
          "line": 423,
          "column": 4
        },
        "end": {
          "line": 423,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13480,
      "end": 13486,
      "loc": {
        "start": {
          "line": 424,
          "column": 4
        },
        "end": {
          "line": 424,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13487,
      "end": 13491,
      "loc": {
        "start": {
          "line": 424,
          "column": 11
        },
        "end": {
          "line": 424,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13491,
      "end": 13492,
      "loc": {
        "start": {
          "line": 424,
          "column": 15
        },
        "end": {
          "line": 424,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_datatablesKeyedByDefinitionId",
      "start": 13492,
      "end": 13522,
      "loc": {
        "start": {
          "line": 424,
          "column": 16
        },
        "end": {
          "line": 424,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13522,
      "end": 13523,
      "loc": {
        "start": {
          "line": 424,
          "column": 46
        },
        "end": {
          "line": 424,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defId",
      "start": 13523,
      "end": 13528,
      "loc": {
        "start": {
          "line": 424,
          "column": 47
        },
        "end": {
          "line": 424,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13528,
      "end": 13529,
      "loc": {
        "start": {
          "line": 424,
          "column": 52
        },
        "end": {
          "line": 424,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13530,
      "end": 13532,
      "loc": {
        "start": {
          "line": 424,
          "column": 54
        },
        "end": {
          "line": 424,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 13533,
      "end": 13537,
      "loc": {
        "start": {
          "line": 424,
          "column": 57
        },
        "end": {
          "line": 424,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13537,
      "end": 13538,
      "loc": {
        "start": {
          "line": 424,
          "column": 61
        },
        "end": {
          "line": 424,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13541,
      "end": 13542,
      "loc": {
        "start": {
          "line": 425,
          "column": 2
        },
        "end": {
          "line": 425,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determines if dependency exists basd on the dependency contract.\n   *\n   * @param {object} dependencyContract\n   * @param {string} dependencyContract.type\n   * @param {string} dependencyContract.bid_entity_id\n   * @param {string} dependencyContract.field\n   * @returns {boolean}\n   ",
      "start": 13546,
      "end": 13839,
      "loc": {
        "start": {
          "line": 427,
          "column": 2
        },
        "end": {
          "line": 435,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyExists",
      "start": 13842,
      "end": 13858,
      "loc": {
        "start": {
          "line": 436,
          "column": 2
        },
        "end": {
          "line": 436,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13858,
      "end": 13859,
      "loc": {
        "start": {
          "line": 436,
          "column": 18
        },
        "end": {
          "line": 436,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 13859,
      "end": 13877,
      "loc": {
        "start": {
          "line": 436,
          "column": 19
        },
        "end": {
          "line": 436,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13877,
      "end": 13878,
      "loc": {
        "start": {
          "line": 436,
          "column": 37
        },
        "end": {
          "line": 436,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13879,
      "end": 13880,
      "loc": {
        "start": {
          "line": 436,
          "column": 39
        },
        "end": {
          "line": 436,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 13885,
      "end": 13888,
      "loc": {
        "start": {
          "line": 437,
          "column": 4
        },
        "end": {
          "line": 437,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 13889,
      "end": 13899,
      "loc": {
        "start": {
          "line": 437,
          "column": 8
        },
        "end": {
          "line": 437,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13900,
      "end": 13901,
      "loc": {
        "start": {
          "line": 437,
          "column": 19
        },
        "end": {
          "line": 437,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 13902,
      "end": 13906,
      "loc": {
        "start": {
          "line": 437,
          "column": 21
        },
        "end": {
          "line": 437,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13906,
      "end": 13907,
      "loc": {
        "start": {
          "line": 437,
          "column": 25
        },
        "end": {
          "line": 437,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 13912,
      "end": 13915,
      "loc": {
        "start": {
          "line": 438,
          "column": 4
        },
        "end": {
          "line": 438,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13916,
      "end": 13917,
      "loc": {
        "start": {
          "line": 438,
          "column": 8
        },
        "end": {
          "line": 438,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 13924,
      "end": 13934,
      "loc": {
        "start": {
          "line": 439,
          "column": 6
        },
        "end": {
          "line": 439,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13935,
      "end": 13936,
      "loc": {
        "start": {
          "line": 439,
          "column": 17
        },
        "end": {
          "line": 439,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13937,
      "end": 13941,
      "loc": {
        "start": {
          "line": 439,
          "column": 19
        },
        "end": {
          "line": 439,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13941,
      "end": 13942,
      "loc": {
        "start": {
          "line": 439,
          "column": 23
        },
        "end": {
          "line": 439,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependency",
      "start": 13942,
      "end": 13955,
      "loc": {
        "start": {
          "line": 439,
          "column": 24
        },
        "end": {
          "line": 439,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13955,
      "end": 13956,
      "loc": {
        "start": {
          "line": 439,
          "column": 37
        },
        "end": {
          "line": 439,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyContract",
      "start": 13956,
      "end": 13974,
      "loc": {
        "start": {
          "line": 439,
          "column": 38
        },
        "end": {
          "line": 439,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13974,
      "end": 13975,
      "loc": {
        "start": {
          "line": 439,
          "column": 56
        },
        "end": {
          "line": 439,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13975,
      "end": 13976,
      "loc": {
        "start": {
          "line": 439,
          "column": 57
        },
        "end": {
          "line": 439,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13981,
      "end": 13982,
      "loc": {
        "start": {
          "line": 440,
          "column": 4
        },
        "end": {
          "line": 440,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 13983,
      "end": 13988,
      "loc": {
        "start": {
          "line": 440,
          "column": 6
        },
        "end": {
          "line": 440,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13989,
      "end": 13990,
      "loc": {
        "start": {
          "line": 440,
          "column": 12
        },
        "end": {
          "line": 440,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 13990,
      "end": 13991,
      "loc": {
        "start": {
          "line": 440,
          "column": 13
        },
        "end": {
          "line": 440,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13991,
      "end": 13992,
      "loc": {
        "start": {
          "line": 440,
          "column": 14
        },
        "end": {
          "line": 440,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13993,
      "end": 13994,
      "loc": {
        "start": {
          "line": 440,
          "column": 16
        },
        "end": {
          "line": 440,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 14001,
      "end": 14008,
      "loc": {
        "start": {
          "line": 441,
          "column": 6
        },
        "end": {
          "line": 441,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14008,
      "end": 14009,
      "loc": {
        "start": {
          "line": 441,
          "column": 13
        },
        "end": {
          "line": 441,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 14009,
      "end": 14012,
      "loc": {
        "start": {
          "line": 441,
          "column": 14
        },
        "end": {
          "line": 441,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14012,
      "end": 14013,
      "loc": {
        "start": {
          "line": 441,
          "column": 17
        },
        "end": {
          "line": 441,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 14013,
      "end": 14014,
      "loc": {
        "start": {
          "line": 441,
          "column": 18
        },
        "end": {
          "line": 441,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14014,
      "end": 14015,
      "loc": {
        "start": {
          "line": 441,
          "column": 19
        },
        "end": {
          "line": 441,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14015,
      "end": 14016,
      "loc": {
        "start": {
          "line": 441,
          "column": 20
        },
        "end": {
          "line": 441,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14021,
      "end": 14022,
      "loc": {
        "start": {
          "line": 442,
          "column": 4
        },
        "end": {
          "line": 442,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14028,
      "end": 14034,
      "loc": {
        "start": {
          "line": 444,
          "column": 4
        },
        "end": {
          "line": 444,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 14035,
      "end": 14036,
      "loc": {
        "start": {
          "line": 444,
          "column": 11
        },
        "end": {
          "line": 444,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 14036,
      "end": 14037,
      "loc": {
        "start": {
          "line": 444,
          "column": 12
        },
        "end": {
          "line": 444,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14037,
      "end": 14038,
      "loc": {
        "start": {
          "line": 444,
          "column": 13
        },
        "end": {
          "line": 444,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUndefined",
      "start": 14038,
      "end": 14049,
      "loc": {
        "start": {
          "line": 444,
          "column": 14
        },
        "end": {
          "line": 444,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14049,
      "end": 14050,
      "loc": {
        "start": {
          "line": 444,
          "column": 25
        },
        "end": {
          "line": 444,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 14050,
      "end": 14060,
      "loc": {
        "start": {
          "line": 444,
          "column": 26
        },
        "end": {
          "line": 444,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14060,
      "end": 14061,
      "loc": {
        "start": {
          "line": 444,
          "column": 36
        },
        "end": {
          "line": 444,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 14062,
      "end": 14064,
      "loc": {
        "start": {
          "line": 444,
          "column": 38
        },
        "end": {
          "line": 444,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 14065,
      "end": 14066,
      "loc": {
        "start": {
          "line": 444,
          "column": 41
        },
        "end": {
          "line": 444,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 14066,
      "end": 14067,
      "loc": {
        "start": {
          "line": 444,
          "column": 42
        },
        "end": {
          "line": 444,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14067,
      "end": 14068,
      "loc": {
        "start": {
          "line": 444,
          "column": 43
        },
        "end": {
          "line": 444,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNull",
      "start": 14068,
      "end": 14074,
      "loc": {
        "start": {
          "line": 444,
          "column": 44
        },
        "end": {
          "line": 444,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14074,
      "end": 14075,
      "loc": {
        "start": {
          "line": 444,
          "column": 50
        },
        "end": {
          "line": 444,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 14075,
      "end": 14085,
      "loc": {
        "start": {
          "line": 444,
          "column": 51
        },
        "end": {
          "line": 444,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14085,
      "end": 14086,
      "loc": {
        "start": {
          "line": 444,
          "column": 61
        },
        "end": {
          "line": 444,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14086,
      "end": 14087,
      "loc": {
        "start": {
          "line": 444,
          "column": 62
        },
        "end": {
          "line": 444,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14090,
      "end": 14091,
      "loc": {
        "start": {
          "line": 445,
          "column": 2
        },
        "end": {
          "line": 445,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determines if bid entity exists based on type and id.\n   *\n   * @param {string} type\n   * @param {(number|string)} id\n   * @returns {boolean}\n   ",
      "start": 14095,
      "end": 14251,
      "loc": {
        "start": {
          "line": 447,
          "column": 2
        },
        "end": {
          "line": 453,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntityExists",
      "start": 14254,
      "end": 14269,
      "loc": {
        "start": {
          "line": 454,
          "column": 2
        },
        "end": {
          "line": 454,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14269,
      "end": 14270,
      "loc": {
        "start": {
          "line": 454,
          "column": 17
        },
        "end": {
          "line": 454,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 14270,
      "end": 14274,
      "loc": {
        "start": {
          "line": 454,
          "column": 18
        },
        "end": {
          "line": 454,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14274,
      "end": 14275,
      "loc": {
        "start": {
          "line": 454,
          "column": 22
        },
        "end": {
          "line": 454,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 14276,
      "end": 14278,
      "loc": {
        "start": {
          "line": 454,
          "column": 24
        },
        "end": {
          "line": 454,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14278,
      "end": 14279,
      "loc": {
        "start": {
          "line": 454,
          "column": 26
        },
        "end": {
          "line": 454,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14280,
      "end": 14281,
      "loc": {
        "start": {
          "line": 454,
          "column": 28
        },
        "end": {
          "line": 454,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 14286,
      "end": 14289,
      "loc": {
        "start": {
          "line": 455,
          "column": 4
        },
        "end": {
          "line": 455,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 14290,
      "end": 14299,
      "loc": {
        "start": {
          "line": 455,
          "column": 8
        },
        "end": {
          "line": 455,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14300,
      "end": 14301,
      "loc": {
        "start": {
          "line": 455,
          "column": 18
        },
        "end": {
          "line": 455,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14302,
      "end": 14306,
      "loc": {
        "start": {
          "line": 455,
          "column": 20
        },
        "end": {
          "line": 455,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14306,
      "end": 14307,
      "loc": {
        "start": {
          "line": 455,
          "column": 24
        },
        "end": {
          "line": 455,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntity",
      "start": 14307,
      "end": 14319,
      "loc": {
        "start": {
          "line": 455,
          "column": 25
        },
        "end": {
          "line": 455,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14319,
      "end": 14320,
      "loc": {
        "start": {
          "line": 455,
          "column": 37
        },
        "end": {
          "line": 455,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 14320,
      "end": 14324,
      "loc": {
        "start": {
          "line": 455,
          "column": 38
        },
        "end": {
          "line": 455,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14324,
      "end": 14325,
      "loc": {
        "start": {
          "line": 455,
          "column": 42
        },
        "end": {
          "line": 455,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 14326,
      "end": 14328,
      "loc": {
        "start": {
          "line": 455,
          "column": 44
        },
        "end": {
          "line": 455,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14328,
      "end": 14329,
      "loc": {
        "start": {
          "line": 455,
          "column": 46
        },
        "end": {
          "line": 455,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14329,
      "end": 14330,
      "loc": {
        "start": {
          "line": 455,
          "column": 47
        },
        "end": {
          "line": 455,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14335,
      "end": 14341,
      "loc": {
        "start": {
          "line": 456,
          "column": 4
        },
        "end": {
          "line": 456,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 14342,
      "end": 14351,
      "loc": {
        "start": {
          "line": 456,
          "column": 11
        },
        "end": {
          "line": 456,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14352,
      "end": 14353,
      "loc": {
        "start": {
          "line": 456,
          "column": 21
        },
        "end": {
          "line": 456,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 14354,
      "end": 14358,
      "loc": {
        "start": {
          "line": 456,
          "column": 23
        },
        "end": {
          "line": 456,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14359,
      "end": 14360,
      "loc": {
        "start": {
          "line": 456,
          "column": 28
        },
        "end": {
          "line": 456,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 14361,
      "end": 14366,
      "loc": {
        "start": {
          "line": 456,
          "column": 30
        },
        "end": {
          "line": 456,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14366,
      "end": 14367,
      "loc": {
        "start": {
          "line": 456,
          "column": 35
        },
        "end": {
          "line": 456,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14370,
      "end": 14371,
      "loc": {
        "start": {
          "line": 457,
          "column": 2
        },
        "end": {
          "line": 457,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Searches and returns an array of bid entities by their title.\n   * Results are case-insensitive.\n   *\n   * @param {string} type The type of bid entity to search for: line_item, field, metric, component, assembly, etc.\n   * @param {string} query\n   * @param {boolean} [exactMatch=false] By default, the search will match any title that contains the search term. If this flag is set to true, the title search will perform a case-insensitive exact match\n   * @returns {BidEntity[]}\n   ",
      "start": 14375,
      "end": 14868,
      "loc": {
        "start": {
          "line": 459,
          "column": 2
        },
        "end": {
          "line": 467,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "searchByTitle",
      "start": 14871,
      "end": 14884,
      "loc": {
        "start": {
          "line": 468,
          "column": 2
        },
        "end": {
          "line": 468,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14884,
      "end": 14885,
      "loc": {
        "start": {
          "line": 468,
          "column": 15
        },
        "end": {
          "line": 468,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 14885,
      "end": 14889,
      "loc": {
        "start": {
          "line": 468,
          "column": 16
        },
        "end": {
          "line": 468,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14889,
      "end": 14890,
      "loc": {
        "start": {
          "line": 468,
          "column": 20
        },
        "end": {
          "line": 468,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 14891,
      "end": 14896,
      "loc": {
        "start": {
          "line": 468,
          "column": 22
        },
        "end": {
          "line": 468,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14896,
      "end": 14897,
      "loc": {
        "start": {
          "line": 468,
          "column": 27
        },
        "end": {
          "line": 468,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exactMatch",
      "start": 14898,
      "end": 14908,
      "loc": {
        "start": {
          "line": 468,
          "column": 29
        },
        "end": {
          "line": 468,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14909,
      "end": 14910,
      "loc": {
        "start": {
          "line": 468,
          "column": 40
        },
        "end": {
          "line": 468,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 14911,
      "end": 14916,
      "loc": {
        "start": {
          "line": 468,
          "column": 42
        },
        "end": {
          "line": 468,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14916,
      "end": 14917,
      "loc": {
        "start": {
          "line": 468,
          "column": 47
        },
        "end": {
          "line": 468,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14918,
      "end": 14919,
      "loc": {
        "start": {
          "line": 468,
          "column": 49
        },
        "end": {
          "line": 468,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14924,
      "end": 14929,
      "loc": {
        "start": {
          "line": 469,
          "column": 4
        },
        "end": {
          "line": 469,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 14930,
      "end": 14937,
      "loc": {
        "start": {
          "line": 469,
          "column": 10
        },
        "end": {
          "line": 469,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14938,
      "end": 14939,
      "loc": {
        "start": {
          "line": 469,
          "column": 18
        },
        "end": {
          "line": 469,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 14940,
      "end": 14944,
      "loc": {
        "start": {
          "line": 469,
          "column": 20
        },
        "end": {
          "line": 469,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14945,
      "end": 14948,
      "loc": {
        "start": {
          "line": 469,
          "column": 25
        },
        "end": {
          "line": 469,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assembly",
      "start": 14949,
      "end": 14959,
      "loc": {
        "start": {
          "line": 469,
          "column": 29
        },
        "end": {
          "line": 469,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14960,
      "end": 14961,
      "loc": {
        "start": {
          "line": 469,
          "column": 40
        },
        "end": {
          "line": 469,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assemblies",
      "start": 14962,
      "end": 14974,
      "loc": {
        "start": {
          "line": 469,
          "column": 42
        },
        "end": {
          "line": 469,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14975,
      "end": 14976,
      "loc": {
        "start": {
          "line": 469,
          "column": 55
        },
        "end": {
          "line": 469,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 14977,
      "end": 14981,
      "loc": {
        "start": {
          "line": 469,
          "column": 57
        },
        "end": {
          "line": 469,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 14982,
      "end": 14983,
      "loc": {
        "start": {
          "line": 469,
          "column": 62
        },
        "end": {
          "line": 469,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "s",
      "start": 14984,
      "end": 14987,
      "loc": {
        "start": {
          "line": 469,
          "column": 64
        },
        "end": {
          "line": 469,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14987,
      "end": 14988,
      "loc": {
        "start": {
          "line": 469,
          "column": 67
        },
        "end": {
          "line": 469,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 14993,
      "end": 14996,
      "loc": {
        "start": {
          "line": 470,
          "column": 4
        },
        "end": {
          "line": 470,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collection",
      "start": 14997,
      "end": 15007,
      "loc": {
        "start": {
          "line": 470,
          "column": 8
        },
        "end": {
          "line": 470,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15008,
      "end": 15009,
      "loc": {
        "start": {
          "line": 470,
          "column": 19
        },
        "end": {
          "line": 470,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15010,
      "end": 15014,
      "loc": {
        "start": {
          "line": 470,
          "column": 21
        },
        "end": {
          "line": 470,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15014,
      "end": 15015,
      "loc": {
        "start": {
          "line": 470,
          "column": 25
        },
        "end": {
          "line": 470,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCollection",
      "start": 15015,
      "end": 15028,
      "loc": {
        "start": {
          "line": 470,
          "column": 26
        },
        "end": {
          "line": 470,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15028,
      "end": 15029,
      "loc": {
        "start": {
          "line": 470,
          "column": 39
        },
        "end": {
          "line": 470,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeKey",
      "start": 15029,
      "end": 15036,
      "loc": {
        "start": {
          "line": 470,
          "column": 40
        },
        "end": {
          "line": 470,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15036,
      "end": 15037,
      "loc": {
        "start": {
          "line": 470,
          "column": 47
        },
        "end": {
          "line": 470,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15037,
      "end": 15038,
      "loc": {
        "start": {
          "line": 470,
          "column": 48
        },
        "end": {
          "line": 470,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15043,
      "end": 15049,
      "loc": {
        "start": {
          "line": 471,
          "column": 4
        },
        "end": {
          "line": 471,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 15050,
      "end": 15051,
      "loc": {
        "start": {
          "line": 471,
          "column": 11
        },
        "end": {
          "line": 471,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15051,
      "end": 15052,
      "loc": {
        "start": {
          "line": 471,
          "column": 12
        },
        "end": {
          "line": 471,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 15052,
      "end": 15058,
      "loc": {
        "start": {
          "line": 471,
          "column": 13
        },
        "end": {
          "line": 471,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15058,
      "end": 15059,
      "loc": {
        "start": {
          "line": 471,
          "column": 19
        },
        "end": {
          "line": 471,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collection",
      "start": 15059,
      "end": 15069,
      "loc": {
        "start": {
          "line": 471,
          "column": 20
        },
        "end": {
          "line": 471,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15069,
      "end": 15070,
      "loc": {
        "start": {
          "line": 471,
          "column": 30
        },
        "end": {
          "line": 471,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 15071,
      "end": 15075,
      "loc": {
        "start": {
          "line": 471,
          "column": 32
        },
        "end": {
          "line": 471,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15076,
      "end": 15078,
      "loc": {
        "start": {
          "line": 471,
          "column": 37
        },
        "end": {
          "line": 471,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15079,
      "end": 15080,
      "loc": {
        "start": {
          "line": 471,
          "column": 40
        },
        "end": {
          "line": 471,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15087,
      "end": 15089,
      "loc": {
        "start": {
          "line": 472,
          "column": 6
        },
        "end": {
          "line": 472,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15090,
      "end": 15091,
      "loc": {
        "start": {
          "line": 472,
          "column": 9
        },
        "end": {
          "line": 472,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exactMatch",
      "start": 15091,
      "end": 15101,
      "loc": {
        "start": {
          "line": 472,
          "column": 10
        },
        "end": {
          "line": 472,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15101,
      "end": 15102,
      "loc": {
        "start": {
          "line": 472,
          "column": 20
        },
        "end": {
          "line": 472,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15103,
      "end": 15104,
      "loc": {
        "start": {
          "line": 472,
          "column": 22
        },
        "end": {
          "line": 472,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15113,
      "end": 15119,
      "loc": {
        "start": {
          "line": 473,
          "column": 8
        },
        "end": {
          "line": 473,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 15120,
      "end": 15124,
      "loc": {
        "start": {
          "line": 473,
          "column": 15
        },
        "end": {
          "line": 473,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15124,
      "end": 15125,
      "loc": {
        "start": {
          "line": 473,
          "column": 19
        },
        "end": {
          "line": 473,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 15125,
      "end": 15130,
      "loc": {
        "start": {
          "line": 473,
          "column": 20
        },
        "end": {
          "line": 473,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15130,
      "end": 15131,
      "loc": {
        "start": {
          "line": 473,
          "column": 25
        },
        "end": {
          "line": 473,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 15131,
      "end": 15142,
      "loc": {
        "start": {
          "line": 473,
          "column": 26
        },
        "end": {
          "line": 473,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15142,
      "end": 15143,
      "loc": {
        "start": {
          "line": 473,
          "column": 37
        },
        "end": {
          "line": 473,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15143,
      "end": 15144,
      "loc": {
        "start": {
          "line": 473,
          "column": 38
        },
        "end": {
          "line": 473,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15145,
      "end": 15148,
      "loc": {
        "start": {
          "line": 473,
          "column": 40
        },
        "end": {
          "line": 473,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15149,
      "end": 15154,
      "loc": {
        "start": {
          "line": 473,
          "column": 44
        },
        "end": {
          "line": 473,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15154,
      "end": 15155,
      "loc": {
        "start": {
          "line": 473,
          "column": 49
        },
        "end": {
          "line": 473,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 15155,
      "end": 15159,
      "loc": {
        "start": {
          "line": 473,
          "column": 50
        },
        "end": {
          "line": 473,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15159,
      "end": 15160,
      "loc": {
        "start": {
          "line": 473,
          "column": 54
        },
        "end": {
          "line": 473,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15160,
      "end": 15161,
      "loc": {
        "start": {
          "line": 473,
          "column": 55
        },
        "end": {
          "line": 473,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15161,
      "end": 15162,
      "loc": {
        "start": {
          "line": 473,
          "column": 56
        },
        "end": {
          "line": 473,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 15162,
      "end": 15173,
      "loc": {
        "start": {
          "line": 473,
          "column": 57
        },
        "end": {
          "line": 473,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15173,
      "end": 15174,
      "loc": {
        "start": {
          "line": 473,
          "column": 68
        },
        "end": {
          "line": 473,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15174,
      "end": 15175,
      "loc": {
        "start": {
          "line": 473,
          "column": 69
        },
        "end": {
          "line": 473,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15175,
      "end": 15176,
      "loc": {
        "start": {
          "line": 473,
          "column": 70
        },
        "end": {
          "line": 473,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15183,
      "end": 15184,
      "loc": {
        "start": {
          "line": 474,
          "column": 6
        },
        "end": {
          "line": 474,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15191,
      "end": 15197,
      "loc": {
        "start": {
          "line": 475,
          "column": 6
        },
        "end": {
          "line": 475,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 15198,
      "end": 15202,
      "loc": {
        "start": {
          "line": 475,
          "column": 13
        },
        "end": {
          "line": 475,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15202,
      "end": 15203,
      "loc": {
        "start": {
          "line": 475,
          "column": 17
        },
        "end": {
          "line": 475,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 15203,
      "end": 15208,
      "loc": {
        "start": {
          "line": 475,
          "column": 18
        },
        "end": {
          "line": 475,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15208,
      "end": 15209,
      "loc": {
        "start": {
          "line": 475,
          "column": 23
        },
        "end": {
          "line": 475,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 15209,
      "end": 15220,
      "loc": {
        "start": {
          "line": 475,
          "column": 24
        },
        "end": {
          "line": 475,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15220,
      "end": 15221,
      "loc": {
        "start": {
          "line": 475,
          "column": 35
        },
        "end": {
          "line": 475,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15221,
      "end": 15222,
      "loc": {
        "start": {
          "line": 475,
          "column": 36
        },
        "end": {
          "line": 475,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15222,
      "end": 15223,
      "loc": {
        "start": {
          "line": 475,
          "column": 37
        },
        "end": {
          "line": 475,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 15223,
      "end": 15230,
      "loc": {
        "start": {
          "line": 475,
          "column": 38
        },
        "end": {
          "line": 475,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15230,
      "end": 15231,
      "loc": {
        "start": {
          "line": 475,
          "column": 45
        },
        "end": {
          "line": 475,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 15231,
      "end": 15236,
      "loc": {
        "start": {
          "line": 475,
          "column": 46
        },
        "end": {
          "line": 475,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15236,
      "end": 15237,
      "loc": {
        "start": {
          "line": 475,
          "column": 51
        },
        "end": {
          "line": 475,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 15237,
      "end": 15241,
      "loc": {
        "start": {
          "line": 475,
          "column": 52
        },
        "end": {
          "line": 475,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15241,
      "end": 15242,
      "loc": {
        "start": {
          "line": 475,
          "column": 56
        },
        "end": {
          "line": 475,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15242,
      "end": 15243,
      "loc": {
        "start": {
          "line": 475,
          "column": 57
        },
        "end": {
          "line": 475,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15243,
      "end": 15244,
      "loc": {
        "start": {
          "line": 475,
          "column": 58
        },
        "end": {
          "line": 475,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 15244,
      "end": 15255,
      "loc": {
        "start": {
          "line": 475,
          "column": 59
        },
        "end": {
          "line": 475,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15255,
      "end": 15256,
      "loc": {
        "start": {
          "line": 475,
          "column": 70
        },
        "end": {
          "line": 475,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15256,
      "end": 15257,
      "loc": {
        "start": {
          "line": 475,
          "column": 71
        },
        "end": {
          "line": 475,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15257,
      "end": 15258,
      "loc": {
        "start": {
          "line": 475,
          "column": 72
        },
        "end": {
          "line": 475,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 15259,
      "end": 15261,
      "loc": {
        "start": {
          "line": 475,
          "column": 74
        },
        "end": {
          "line": 475,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 15262,
      "end": 15263,
      "loc": {
        "start": {
          "line": 475,
          "column": 77
        },
        "end": {
          "line": 475,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15263,
      "end": 15264,
      "loc": {
        "start": {
          "line": 475,
          "column": 78
        },
        "end": {
          "line": 475,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15269,
      "end": 15270,
      "loc": {
        "start": {
          "line": 476,
          "column": 4
        },
        "end": {
          "line": 476,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15270,
      "end": 15271,
      "loc": {
        "start": {
          "line": 476,
          "column": 5
        },
        "end": {
          "line": 476,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15271,
      "end": 15272,
      "loc": {
        "start": {
          "line": 476,
          "column": 6
        },
        "end": {
          "line": 476,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15275,
      "end": 15276,
      "loc": {
        "start": {
          "line": 477,
          "column": 2
        },
        "end": {
          "line": 477,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseBoolean",
      "start": 15280,
      "end": 15292,
      "loc": {
        "start": {
          "line": 479,
          "column": 2
        },
        "end": {
          "line": 479,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15292,
      "end": 15293,
      "loc": {
        "start": {
          "line": 479,
          "column": 14
        },
        "end": {
          "line": 479,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15293,
      "end": 15298,
      "loc": {
        "start": {
          "line": 479,
          "column": 15
        },
        "end": {
          "line": 479,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15298,
      "end": 15299,
      "loc": {
        "start": {
          "line": 479,
          "column": 20
        },
        "end": {
          "line": 479,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15300,
      "end": 15301,
      "loc": {
        "start": {
          "line": 479,
          "column": 22
        },
        "end": {
          "line": 479,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15306,
      "end": 15308,
      "loc": {
        "start": {
          "line": 480,
          "column": 4
        },
        "end": {
          "line": 480,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15309,
      "end": 15310,
      "loc": {
        "start": {
          "line": 480,
          "column": 7
        },
        "end": {
          "line": 480,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15310,
      "end": 15315,
      "loc": {
        "start": {
          "line": 480,
          "column": 8
        },
        "end": {
          "line": 480,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15316,
      "end": 15319,
      "loc": {
        "start": {
          "line": 480,
          "column": 14
        },
        "end": {
          "line": 480,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "1",
      "start": 15320,
      "end": 15323,
      "loc": {
        "start": {
          "line": 480,
          "column": 18
        },
        "end": {
          "line": 480,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15324,
      "end": 15326,
      "loc": {
        "start": {
          "line": 480,
          "column": 22
        },
        "end": {
          "line": 480,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15327,
      "end": 15332,
      "loc": {
        "start": {
          "line": 480,
          "column": 25
        },
        "end": {
          "line": 480,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15333,
      "end": 15336,
      "loc": {
        "start": {
          "line": 480,
          "column": 31
        },
        "end": {
          "line": 480,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 15337,
      "end": 15338,
      "loc": {
        "start": {
          "line": 480,
          "column": 35
        },
        "end": {
          "line": 480,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15339,
      "end": 15341,
      "loc": {
        "start": {
          "line": 480,
          "column": 37
        },
        "end": {
          "line": 480,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15342,
      "end": 15347,
      "loc": {
        "start": {
          "line": 480,
          "column": 40
        },
        "end": {
          "line": 480,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15348,
      "end": 15351,
      "loc": {
        "start": {
          "line": 480,
          "column": 46
        },
        "end": {
          "line": 480,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 15352,
      "end": 15356,
      "loc": {
        "start": {
          "line": 480,
          "column": 50
        },
        "end": {
          "line": 480,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15356,
      "end": 15357,
      "loc": {
        "start": {
          "line": 480,
          "column": 54
        },
        "end": {
          "line": 480,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15358,
      "end": 15359,
      "loc": {
        "start": {
          "line": 480,
          "column": 56
        },
        "end": {
          "line": 480,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15366,
      "end": 15372,
      "loc": {
        "start": {
          "line": 481,
          "column": 6
        },
        "end": {
          "line": 481,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Yes",
      "start": 15373,
      "end": 15378,
      "loc": {
        "start": {
          "line": 481,
          "column": 13
        },
        "end": {
          "line": 481,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15378,
      "end": 15379,
      "loc": {
        "start": {
          "line": 481,
          "column": 18
        },
        "end": {
          "line": 481,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15384,
      "end": 15385,
      "loc": {
        "start": {
          "line": 482,
          "column": 4
        },
        "end": {
          "line": 482,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15391,
      "end": 15393,
      "loc": {
        "start": {
          "line": 484,
          "column": 4
        },
        "end": {
          "line": 484,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15394,
      "end": 15395,
      "loc": {
        "start": {
          "line": 484,
          "column": 7
        },
        "end": {
          "line": 484,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15395,
      "end": 15400,
      "loc": {
        "start": {
          "line": 484,
          "column": 8
        },
        "end": {
          "line": 484,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15401,
      "end": 15404,
      "loc": {
        "start": {
          "line": 484,
          "column": 14
        },
        "end": {
          "line": 484,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "0",
      "start": 15405,
      "end": 15408,
      "loc": {
        "start": {
          "line": 484,
          "column": 18
        },
        "end": {
          "line": 484,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15409,
      "end": 15411,
      "loc": {
        "start": {
          "line": 484,
          "column": 22
        },
        "end": {
          "line": 484,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15412,
      "end": 15417,
      "loc": {
        "start": {
          "line": 484,
          "column": 25
        },
        "end": {
          "line": 484,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15418,
      "end": 15421,
      "loc": {
        "start": {
          "line": 484,
          "column": 31
        },
        "end": {
          "line": 484,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 15422,
      "end": 15423,
      "loc": {
        "start": {
          "line": 484,
          "column": 35
        },
        "end": {
          "line": 484,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15424,
      "end": 15426,
      "loc": {
        "start": {
          "line": 484,
          "column": 37
        },
        "end": {
          "line": 484,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15427,
      "end": 15432,
      "loc": {
        "start": {
          "line": 484,
          "column": 40
        },
        "end": {
          "line": 484,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15433,
      "end": 15436,
      "loc": {
        "start": {
          "line": 484,
          "column": 46
        },
        "end": {
          "line": 484,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 15437,
      "end": 15442,
      "loc": {
        "start": {
          "line": 484,
          "column": 50
        },
        "end": {
          "line": 484,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15442,
      "end": 15443,
      "loc": {
        "start": {
          "line": 484,
          "column": 55
        },
        "end": {
          "line": 484,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15444,
      "end": 15445,
      "loc": {
        "start": {
          "line": 484,
          "column": 57
        },
        "end": {
          "line": 484,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15452,
      "end": 15458,
      "loc": {
        "start": {
          "line": 485,
          "column": 6
        },
        "end": {
          "line": 485,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "No",
      "start": 15459,
      "end": 15463,
      "loc": {
        "start": {
          "line": 485,
          "column": 13
        },
        "end": {
          "line": 485,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15463,
      "end": 15464,
      "loc": {
        "start": {
          "line": 485,
          "column": 17
        },
        "end": {
          "line": 485,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15469,
      "end": 15470,
      "loc": {
        "start": {
          "line": 486,
          "column": 4
        },
        "end": {
          "line": 486,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15476,
      "end": 15478,
      "loc": {
        "start": {
          "line": 488,
          "column": 4
        },
        "end": {
          "line": 488,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15479,
      "end": 15480,
      "loc": {
        "start": {
          "line": 488,
          "column": 7
        },
        "end": {
          "line": 488,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15481,
      "end": 15486,
      "loc": {
        "start": {
          "line": 488,
          "column": 9
        },
        "end": {
          "line": 488,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15487,
      "end": 15490,
      "loc": {
        "start": {
          "line": 488,
          "column": 15
        },
        "end": {
          "line": 488,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 15491,
      "end": 15497,
      "loc": {
        "start": {
          "line": 488,
          "column": 19
        },
        "end": {
          "line": 488,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15498,
      "end": 15500,
      "loc": {
        "start": {
          "line": 488,
          "column": 26
        },
        "end": {
          "line": 488,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15502,
      "end": 15507,
      "loc": {
        "start": {
          "line": 488,
          "column": 30
        },
        "end": {
          "line": 488,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15508,
      "end": 15511,
      "loc": {
        "start": {
          "line": 488,
          "column": 36
        },
        "end": {
          "line": 488,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 15512,
      "end": 15516,
      "loc": {
        "start": {
          "line": 488,
          "column": 40
        },
        "end": {
          "line": 488,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15517,
      "end": 15519,
      "loc": {
        "start": {
          "line": 488,
          "column": 45
        },
        "end": {
          "line": 488,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15520,
      "end": 15525,
      "loc": {
        "start": {
          "line": 488,
          "column": 48
        },
        "end": {
          "line": 488,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15525,
      "end": 15526,
      "loc": {
        "start": {
          "line": 488,
          "column": 53
        },
        "end": {
          "line": 488,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 15526,
      "end": 15532,
      "loc": {
        "start": {
          "line": 488,
          "column": 54
        },
        "end": {
          "line": 488,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15533,
      "end": 15536,
      "loc": {
        "start": {
          "line": 488,
          "column": 61
        },
        "end": {
          "line": 488,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 15537,
      "end": 15538,
      "loc": {
        "start": {
          "line": 488,
          "column": 65
        },
        "end": {
          "line": 488,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15538,
      "end": 15539,
      "loc": {
        "start": {
          "line": 488,
          "column": 66
        },
        "end": {
          "line": 488,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15540,
      "end": 15541,
      "loc": {
        "start": {
          "line": 488,
          "column": 68
        },
        "end": {
          "line": 488,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15548,
      "end": 15554,
      "loc": {
        "start": {
          "line": 489,
          "column": 6
        },
        "end": {
          "line": 489,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Not Available",
      "start": 15555,
      "end": 15570,
      "loc": {
        "start": {
          "line": 489,
          "column": 13
        },
        "end": {
          "line": 489,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15570,
      "end": 15571,
      "loc": {
        "start": {
          "line": 489,
          "column": 28
        },
        "end": {
          "line": 489,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15576,
      "end": 15577,
      "loc": {
        "start": {
          "line": 490,
          "column": 4
        },
        "end": {
          "line": 490,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15583,
      "end": 15589,
      "loc": {
        "start": {
          "line": 492,
          "column": 4
        },
        "end": {
          "line": 492,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 15590,
      "end": 15595,
      "loc": {
        "start": {
          "line": 492,
          "column": 11
        },
        "end": {
          "line": 492,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15595,
      "end": 15596,
      "loc": {
        "start": {
          "line": 492,
          "column": 16
        },
        "end": {
          "line": 492,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15599,
      "end": 15600,
      "loc": {
        "start": {
          "line": 493,
          "column": 2
        },
        "end": {
          "line": 493,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15601,
      "end": 15602,
      "loc": {
        "start": {
          "line": 494,
          "column": 0
        },
        "end": {
          "line": 494,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15603,
      "end": 15603,
      "loc": {
        "start": {
          "line": 495,
          "column": 0
        },
        "end": {
          "line": 495,
          "column": 0
        }
      }
    }
  ]
}