{
  "type": "File",
  "start": 0,
  "end": 5998,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 196,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 5998,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 196,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ExpressionStatement",
        "start": 1,
        "end": 5997,
        "loc": {
          "start": {
            "line": 1,
            "column": 1
          },
          "end": {
            "line": 195,
            "column": 4
          }
        },
        "expression": {
          "type": "CallExpression",
          "start": 1,
          "end": 5996,
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 195,
              "column": 3
            }
          },
          "callee": {
            "type": "MemberExpression",
            "start": 1,
            "end": 21,
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 21
              }
            },
            "object": {
              "type": "Identifier",
              "start": 1,
              "end": 13,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1
                },
                "end": {
                  "line": 1,
                  "column": 13
                },
                "identifierName": "REPOServices"
              },
              "name": "REPOServices"
            },
            "property": {
              "type": "Identifier",
              "start": 14,
              "end": 21,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 14
                },
                "end": {
                  "line": 1,
                  "column": 21
                },
                "identifierName": "factory"
              },
              "name": "factory"
            },
            "computed": false
          },
          "arguments": [
            {
              "type": "StringLiteral",
              "start": 22,
              "end": 49,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 22
                },
                "end": {
                  "line": 1,
                  "column": 49
                }
              },
              "extra": {
                "rawValue": "SavingsAnalysisRepository",
                "raw": "'SavingsAnalysisRepository'"
              },
              "value": "SavingsAnalysisRepository"
            },
            {
              "type": "FunctionExpression",
              "start": 51,
              "end": 5995,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 51
                },
                "end": {
                  "line": 195,
                  "column": 2
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 60,
                  "end": 70,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 60
                    },
                    "end": {
                      "line": 1,
                      "column": 70
                    },
                    "identifierName": "$rootScope"
                  },
                  "name": "$rootScope"
                },
                {
                  "type": "Identifier",
                  "start": 72,
                  "end": 77,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 72
                    },
                    "end": {
                      "line": 1,
                      "column": 77
                    },
                    "identifierName": "$http"
                  },
                  "name": "$http"
                },
                {
                  "type": "Identifier",
                  "start": 79,
                  "end": 81,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 79
                    },
                    "end": {
                      "line": 1,
                      "column": 81
                    },
                    "identifierName": "$q"
                  },
                  "name": "$q"
                },
                {
                  "type": "Identifier",
                  "start": 83,
                  "end": 90,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 83
                    },
                    "end": {
                      "line": 1,
                      "column": 90
                    },
                    "identifierName": "API_URL"
                  },
                  "name": "API_URL"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 92,
                "end": 5995,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 92
                  },
                  "end": {
                    "line": 195,
                    "column": 2
                  }
                },
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "start": 100,
                    "end": 495,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 5
                      },
                      "end": {
                        "line": 15,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 109,
                      "end": 119,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 14
                        },
                        "end": {
                          "line": 3,
                          "column": 24
                        },
                        "identifierName": "getReports"
                      },
                      "name": "getReports"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 120,
                        "end": 125,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 25
                          },
                          "end": {
                            "line": 3,
                            "column": 30
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 127,
                      "end": 495,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 32
                        },
                        "end": {
                          "line": 15,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 138,
                          "end": 164,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 9
                            },
                            "end": {
                              "line": 4,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 142,
                              "end": 163,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 13
                                },
                                "end": {
                                  "line": 4,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 142,
                                "end": 150,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 153,
                                "end": 163,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 153,
                                  "end": 161,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 153,
                                    "end": 155,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 156,
                                    "end": 161,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 175,
                          "end": 453,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 9
                            },
                            "end": {
                              "line": 12,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 175,
                            "end": 452,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 9
                              },
                              "end": {
                                "line": 12,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 175,
                              "end": 435,
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 9
                                },
                                "end": {
                                  "line": 12,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 175,
                                "end": 415,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 175,
                                  "end": 328,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 175,
                                    "end": 309,
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 15
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 175,
                                      "end": 184,
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 175,
                                        "end": 180,
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 181,
                                        "end": 184,
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 18
                                          },
                                          "identifierName": "get"
                                        },
                                        "name": "get"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 185,
                                        "end": 251,
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 85
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 185,
                                          "end": 238,
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 72
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 185,
                                            "end": 230,
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 64
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 185,
                                              "end": 192,
                                              "loc": {
                                                "start": {
                                                  "line": 6,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 6,
                                                  "column": 26
                                                },
                                                "identifierName": "API_URL"
                                              },
                                              "name": "API_URL"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 195,
                                              "end": 230,
                                              "loc": {
                                                "start": {
                                                  "line": 6,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 6,
                                                  "column": 64
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "integrations/genability/accounts/",
                                                "raw": "'integrations/genability/accounts/'"
                                              },
                                              "value": "integrations/genability/accounts/"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 233,
                                            "end": 238,
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 72
                                              },
                                              "identifierName": "bidId"
                                            },
                                            "name": "bidId"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 241,
                                          "end": 251,
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 85
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "/history",
                                            "raw": "'/history'"
                                          },
                                          "value": "/history"
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 253,
                                        "end": 308,
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 14
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 272,
                                            "end": 293,
                                            "loc": {
                                              "start": {
                                                "line": 7,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 7,
                                                "column": 38
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 272,
                                              "end": 287,
                                              "loc": {
                                                "start": {
                                                  "line": 7,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 7,
                                                  "column": 32
                                                },
                                                "identifierName": "populateRequest"
                                              },
                                              "name": "populateRequest"
                                            },
                                            "value": {
                                              "type": "BooleanLiteral",
                                              "start": 289,
                                              "end": 293,
                                              "loc": {
                                                "start": {
                                                  "line": 7,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 7,
                                                  "column": 38
                                                }
                                              },
                                              "value": true
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 324,
                                    "end": 328,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 329,
                                    "end": 414,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 338,
                                        "end": 346,
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 348,
                                      "end": 414,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 367,
                                          "end": 399,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 367,
                                            "end": 398,
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 367,
                                              "end": 383,
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 10,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 367,
                                                "end": 375,
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 376,
                                                "end": 383,
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 384,
                                                "end": 397,
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 384,
                                                  "end": 392,
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 393,
                                                  "end": 397,
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 430,
                                "end": 435,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 436,
                                "end": 451,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 436,
                                  "end": 444,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 445,
                                  "end": 451,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 464,
                          "end": 488,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 9
                            },
                            "end": {
                              "line": 14,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 471,
                            "end": 487,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 16
                              },
                              "end": {
                                "line": 14,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 471,
                              "end": 479,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 16
                                },
                                "end": {
                                  "line": 14,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 480,
                              "end": 487,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 25
                                },
                                "end": {
                                  "line": 14,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 502,
                    "end": 827,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 5
                      },
                      "end": {
                        "line": 27,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 511,
                      "end": 521,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 14
                        },
                        "end": {
                          "line": 17,
                          "column": 24
                        },
                        "identifierName": "getAccount"
                      },
                      "name": "getAccount"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 522,
                        "end": 527,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 25
                          },
                          "end": {
                            "line": 17,
                            "column": 30
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 529,
                      "end": 827,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 32
                        },
                        "end": {
                          "line": 27,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 540,
                          "end": 566,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 9
                            },
                            "end": {
                              "line": 18,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 544,
                              "end": 565,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 13
                                },
                                "end": {
                                  "line": 18,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 544,
                                "end": 552,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 555,
                                "end": 565,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 555,
                                  "end": 563,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 555,
                                    "end": 557,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 558,
                                    "end": 563,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 577,
                          "end": 785,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 9
                            },
                            "end": {
                              "line": 24,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 577,
                            "end": 784,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 24,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 577,
                              "end": 767,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 9
                                },
                                "end": {
                                  "line": 24,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 577,
                                "end": 747,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 577,
                                  "end": 660,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 577,
                                    "end": 641,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 73
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 577,
                                      "end": 586,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 577,
                                        "end": 582,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 583,
                                        "end": 586,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 18
                                          },
                                          "identifierName": "get"
                                        },
                                        "name": "get"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 587,
                                        "end": 640,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 72
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 587,
                                          "end": 632,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 64
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 587,
                                            "end": 594,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 26
                                              },
                                              "identifierName": "API_URL"
                                            },
                                            "name": "API_URL"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 597,
                                            "end": 632,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 64
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "integrations/genability/accounts/",
                                              "raw": "'integrations/genability/accounts/'"
                                            },
                                            "value": "integrations/genability/accounts/"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 635,
                                          "end": 640,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 72
                                            },
                                            "identifierName": "bidId"
                                          },
                                          "name": "bidId"
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 656,
                                    "end": 660,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 661,
                                    "end": 746,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 670,
                                        "end": 678,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 680,
                                      "end": 746,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 699,
                                          "end": 731,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 699,
                                            "end": 730,
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 699,
                                              "end": 715,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 699,
                                                "end": 707,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 708,
                                                "end": 715,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 716,
                                                "end": 729,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 716,
                                                  "end": 724,
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 725,
                                                  "end": 729,
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 762,
                                "end": 767,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 768,
                                "end": 783,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 768,
                                  "end": 776,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 777,
                                  "end": 783,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 796,
                          "end": 820,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 9
                            },
                            "end": {
                              "line": 26,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 803,
                            "end": 819,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 16
                              },
                              "end": {
                                "line": 26,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 803,
                              "end": 811,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 16
                                },
                                "end": {
                                  "line": 26,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 812,
                              "end": 819,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 25
                                },
                                "end": {
                                  "line": 26,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 834,
                    "end": 1179,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 5
                      },
                      "end": {
                        "line": 39,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 843,
                      "end": 860,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 14
                        },
                        "end": {
                          "line": 29,
                          "column": 31
                        },
                        "identifierName": "getAccountTariffs"
                      },
                      "name": "getAccountTariffs"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 861,
                        "end": 866,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 32
                          },
                          "end": {
                            "line": 29,
                            "column": 37
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 868,
                      "end": 1179,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 39
                        },
                        "end": {
                          "line": 39,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 879,
                          "end": 905,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 9
                            },
                            "end": {
                              "line": 30,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 883,
                              "end": 904,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 13
                                },
                                "end": {
                                  "line": 30,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 883,
                                "end": 891,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 894,
                                "end": 904,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 894,
                                  "end": 902,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 894,
                                    "end": 896,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 897,
                                    "end": 902,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 916,
                          "end": 1137,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 9
                            },
                            "end": {
                              "line": 36,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 916,
                            "end": 1136,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 9
                              },
                              "end": {
                                "line": 36,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 916,
                              "end": 1119,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 9
                                },
                                "end": {
                                  "line": 36,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 916,
                                "end": 1099,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 916,
                                  "end": 1012,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 916,
                                    "end": 993,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 916,
                                      "end": 925,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 916,
                                        "end": 921,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 922,
                                        "end": 925,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 18
                                          },
                                          "identifierName": "get"
                                        },
                                        "name": "get"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 926,
                                        "end": 992,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 85
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 926,
                                          "end": 979,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 72
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 926,
                                            "end": 971,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 64
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 926,
                                              "end": 933,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 26
                                                },
                                                "identifierName": "API_URL"
                                              },
                                              "name": "API_URL"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 936,
                                              "end": 971,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 64
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "integrations/genability/accounts/",
                                                "raw": "'integrations/genability/accounts/'"
                                              },
                                              "value": "integrations/genability/accounts/"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 974,
                                            "end": 979,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 72
                                              },
                                              "identifierName": "bidId"
                                            },
                                            "name": "bidId"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 982,
                                          "end": 992,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 85
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "/tariffs",
                                            "raw": "'/tariffs'"
                                          },
                                          "value": "/tariffs"
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1008,
                                    "end": 1012,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 1013,
                                    "end": 1098,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1022,
                                        "end": 1030,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1032,
                                      "end": 1098,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1051,
                                          "end": 1083,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1051,
                                            "end": 1082,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1051,
                                              "end": 1067,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1051,
                                                "end": 1059,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1060,
                                                "end": 1067,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 1068,
                                                "end": 1081,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1068,
                                                  "end": 1076,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1077,
                                                  "end": 1081,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1114,
                                "end": 1119,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1120,
                                "end": 1135,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1120,
                                  "end": 1128,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1129,
                                  "end": 1135,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1148,
                          "end": 1172,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 9
                            },
                            "end": {
                              "line": 38,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1155,
                            "end": 1171,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 16
                              },
                              "end": {
                                "line": 38,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1155,
                              "end": 1163,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 16
                                },
                                "end": {
                                  "line": 38,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1164,
                              "end": 1171,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 25
                                },
                                "end": {
                                  "line": 38,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 1186,
                    "end": 1526,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 5
                      },
                      "end": {
                        "line": 51,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1195,
                      "end": 1206,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 14
                        },
                        "end": {
                          "line": 41,
                          "column": 25
                        },
                        "identifierName": "getProfiles"
                      },
                      "name": "getProfiles"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1207,
                        "end": 1212,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 26
                          },
                          "end": {
                            "line": 41,
                            "column": 31
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1214,
                      "end": 1526,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 33
                        },
                        "end": {
                          "line": 51,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 1225,
                          "end": 1251,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 9
                            },
                            "end": {
                              "line": 42,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1229,
                              "end": 1250,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 13
                                },
                                "end": {
                                  "line": 42,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1229,
                                "end": 1237,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 1240,
                                "end": 1250,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1240,
                                  "end": 1248,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1240,
                                    "end": 1242,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1243,
                                    "end": 1248,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1262,
                          "end": 1484,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 9
                            },
                            "end": {
                              "line": 48,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1262,
                            "end": 1483,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 9
                              },
                              "end": {
                                "line": 48,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1262,
                              "end": 1466,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 9
                                },
                                "end": {
                                  "line": 48,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1262,
                                "end": 1446,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1262,
                                  "end": 1359,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 1262,
                                    "end": 1340,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 87
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1262,
                                      "end": 1271,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1262,
                                        "end": 1267,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1268,
                                        "end": 1271,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 18
                                          },
                                          "identifierName": "get"
                                        },
                                        "name": "get"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1272,
                                        "end": 1339,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 86
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 1272,
                                          "end": 1325,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 72
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 1272,
                                            "end": 1317,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 64
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 1272,
                                              "end": 1279,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 26
                                                },
                                                "identifierName": "API_URL"
                                              },
                                              "name": "API_URL"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 1282,
                                              "end": 1317,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 64
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "integrations/genability/accounts/",
                                                "raw": "'integrations/genability/accounts/'"
                                              },
                                              "value": "integrations/genability/accounts/"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 1320,
                                            "end": 1325,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 72
                                              },
                                              "identifierName": "bidId"
                                            },
                                            "name": "bidId"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 1328,
                                          "end": 1339,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 86
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "/profiles",
                                            "raw": "'/profiles'"
                                          },
                                          "value": "/profiles"
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1355,
                                    "end": 1359,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 1360,
                                    "end": 1445,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1369,
                                        "end": 1377,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1379,
                                      "end": 1445,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1398,
                                          "end": 1430,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1398,
                                            "end": 1429,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1398,
                                              "end": 1414,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1398,
                                                "end": 1406,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1407,
                                                "end": 1414,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 1415,
                                                "end": 1428,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1415,
                                                  "end": 1423,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1424,
                                                  "end": 1428,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1461,
                                "end": 1466,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1467,
                                "end": 1482,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1467,
                                  "end": 1475,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1476,
                                  "end": 1482,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1495,
                          "end": 1519,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 9
                            },
                            "end": {
                              "line": 50,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1502,
                            "end": 1518,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 16
                              },
                              "end": {
                                "line": 50,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1502,
                              "end": 1510,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 16
                                },
                                "end": {
                                  "line": 50,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1511,
                              "end": 1518,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 25
                                },
                                "end": {
                                  "line": 50,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 1533,
                    "end": 2005,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 5
                      },
                      "end": {
                        "line": 67,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1542,
                      "end": 1557,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 14
                        },
                        "end": {
                          "line": 53,
                          "column": 29
                        },
                        "identifierName": "getUsageProfile"
                      },
                      "name": "getUsageProfile"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1558,
                        "end": 1567,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 30
                          },
                          "end": {
                            "line": 53,
                            "column": 39
                          },
                          "identifierName": "profileId"
                        },
                        "name": "profileId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1569,
                      "end": 2005,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 41
                        },
                        "end": {
                          "line": 67,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 1580,
                          "end": 1606,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 9
                            },
                            "end": {
                              "line": 54,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1584,
                              "end": 1605,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 13
                                },
                                "end": {
                                  "line": 54,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1584,
                                "end": 1592,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 1595,
                                "end": 1605,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1595,
                                  "end": 1603,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1595,
                                    "end": 1597,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1598,
                                    "end": 1603,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1617,
                          "end": 1963,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 9
                            },
                            "end": {
                              "line": 64,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1617,
                            "end": 1962,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 9
                              },
                              "end": {
                                "line": 64,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1617,
                              "end": 1945,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 9
                                },
                                "end": {
                                  "line": 64,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1617,
                                "end": 1925,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1617,
                                  "end": 1838,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 1617,
                                    "end": 1819,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 15
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1617,
                                      "end": 1626,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1617,
                                        "end": 1622,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1623,
                                        "end": 1626,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 18
                                          },
                                          "identifierName": "get"
                                        },
                                        "name": "get"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1627,
                                        "end": 1690,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 82
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 1627,
                                          "end": 1678,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 70
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1627,
                                            "end": 1634,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 26
                                              },
                                              "identifierName": "API_URL"
                                            },
                                            "name": "API_URL"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 1637,
                                            "end": 1678,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 70
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "integrations/genability/usage_profiles/",
                                              "raw": "'integrations/genability/usage_profiles/'"
                                            },
                                            "value": "integrations/genability/usage_profiles/"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1681,
                                          "end": 1690,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 82
                                            },
                                            "identifierName": "profileId"
                                          },
                                          "name": "profileId"
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 1692,
                                        "end": 1818,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 14
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1711,
                                            "end": 1727,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 33
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1711,
                                              "end": 1718,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 24
                                                },
                                                "identifierName": "groupBy"
                                              },
                                              "name": "groupBy"
                                            },
                                            "value": {
                                              "type": "StringLiteral",
                                              "start": 1720,
                                              "end": 1727,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 33
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "MONTH",
                                                "raw": "'MONTH'"
                                              },
                                              "value": "MONTH"
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1746,
                                            "end": 1769,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 40
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1746,
                                              "end": 1763,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 34
                                                },
                                                "identifierName": "populateIntervals"
                                              },
                                              "name": "populateIntervals"
                                            },
                                            "value": {
                                              "type": "BooleanLiteral",
                                              "start": 1765,
                                              "end": 1769,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 40
                                                }
                                              },
                                              "value": true
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1788,
                                            "end": 1803,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 32
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1788,
                                              "end": 1794,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 23
                                                },
                                                "identifierName": "clipBy"
                                              },
                                              "name": "clipBy"
                                            },
                                            "value": {
                                              "type": "StringLiteral",
                                              "start": 1796,
                                              "end": 1803,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 32
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "INNER",
                                                "raw": "'INNER'"
                                              },
                                              "value": "INNER"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1834,
                                    "end": 1838,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 1839,
                                    "end": 1924,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1848,
                                        "end": 1856,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1858,
                                      "end": 1924,
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1877,
                                          "end": 1909,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1877,
                                            "end": 1908,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1877,
                                              "end": 1893,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1877,
                                                "end": 1885,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1886,
                                                "end": 1893,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 1894,
                                                "end": 1907,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1894,
                                                  "end": 1902,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1903,
                                                  "end": 1907,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1940,
                                "end": 1945,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1946,
                                "end": 1961,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1946,
                                  "end": 1954,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1955,
                                  "end": 1961,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1974,
                          "end": 1998,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 9
                            },
                            "end": {
                              "line": 66,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1981,
                            "end": 1997,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 16
                              },
                              "end": {
                                "line": 66,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1981,
                              "end": 1989,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 16
                                },
                                "end": {
                                  "line": 66,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1990,
                              "end": 1997,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 25
                                },
                                "end": {
                                  "line": 66,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 2012,
                    "end": 2399,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 5
                      },
                      "end": {
                        "line": 79,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2021,
                      "end": 2039,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 14
                        },
                        "end": {
                          "line": 69,
                          "column": 32
                        },
                        "identifierName": "getSavingsAnalysis"
                      },
                      "name": "getSavingsAnalysis"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 2040,
                        "end": 2045,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 33
                          },
                          "end": {
                            "line": 69,
                            "column": 38
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 2047,
                        "end": 2064,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 40
                          },
                          "end": {
                            "line": 69,
                            "column": 57
                          },
                          "identifierName": "savingsAnalysisId"
                        },
                        "name": "savingsAnalysisId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 2066,
                      "end": 2399,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 59
                        },
                        "end": {
                          "line": 79,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 2077,
                          "end": 2103,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 9
                            },
                            "end": {
                              "line": 70,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 2081,
                              "end": 2102,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 13
                                },
                                "end": {
                                  "line": 70,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2081,
                                "end": 2089,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 2092,
                                "end": 2102,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2092,
                                  "end": 2100,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2092,
                                    "end": 2094,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2095,
                                    "end": 2100,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 2114,
                          "end": 2357,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 9
                            },
                            "end": {
                              "line": 76,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2114,
                            "end": 2356,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 9
                              },
                              "end": {
                                "line": 76,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2114,
                              "end": 2339,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 9
                                },
                                "end": {
                                  "line": 76,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2114,
                                "end": 2319,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2114,
                                  "end": 2232,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 2114,
                                    "end": 2213,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 108
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2114,
                                      "end": 2123,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2114,
                                        "end": 2119,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2120,
                                        "end": 2123,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 18
                                          },
                                          "identifierName": "get"
                                        },
                                        "name": "get"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 2124,
                                        "end": 2212,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 107
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 2124,
                                          "end": 2192,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 87
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 2124,
                                            "end": 2177,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 72
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 2124,
                                              "end": 2169,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 64
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 2124,
                                                "end": 2131,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 26
                                                  },
                                                  "identifierName": "API_URL"
                                                },
                                                "name": "API_URL"
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 2134,
                                                "end": 2169,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 64
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "integrations/genability/accounts/",
                                                  "raw": "'integrations/genability/accounts/'"
                                                },
                                                "value": "integrations/genability/accounts/"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 2172,
                                              "end": 2177,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 72
                                                },
                                                "identifierName": "bidId"
                                              },
                                              "name": "bidId"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2180,
                                            "end": 2192,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 87
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/analyses/",
                                              "raw": "'/analyses/'"
                                            },
                                            "value": "/analyses/"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 2195,
                                          "end": 2212,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 90
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 107
                                            },
                                            "identifierName": "savingsAnalysisId"
                                          },
                                          "name": "savingsAnalysisId"
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2228,
                                    "end": 2232,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 2233,
                                    "end": 2318,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2242,
                                        "end": 2250,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2252,
                                      "end": 2318,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2271,
                                          "end": 2303,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2271,
                                            "end": 2302,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2271,
                                              "end": 2287,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2271,
                                                "end": 2279,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2280,
                                                "end": 2287,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 2288,
                                                "end": 2301,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2288,
                                                  "end": 2296,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2297,
                                                  "end": 2301,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2334,
                                "end": 2339,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 2340,
                                "end": 2355,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2340,
                                  "end": 2348,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2349,
                                  "end": 2355,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 2368,
                          "end": 2392,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 9
                            },
                            "end": {
                              "line": 78,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 2375,
                            "end": 2391,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 16
                              },
                              "end": {
                                "line": 78,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2375,
                              "end": 2383,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 16
                                },
                                "end": {
                                  "line": 78,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2384,
                              "end": 2391,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 25
                                },
                                "end": {
                                  "line": 78,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 2406,
                    "end": 2832,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 5
                      },
                      "end": {
                        "line": 93,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2415,
                      "end": 2431,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 14
                        },
                        "end": {
                          "line": 81,
                          "column": 30
                        },
                        "identifierName": "setAccountTariff"
                      },
                      "name": "setAccountTariff"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 2432,
                        "end": 2437,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 31
                          },
                          "end": {
                            "line": 81,
                            "column": 36
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 2439,
                        "end": 2453,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 38
                          },
                          "end": {
                            "line": 81,
                            "column": 52
                          },
                          "identifierName": "masterTariffId"
                        },
                        "name": "masterTariffId"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 2455,
                      "end": 2832,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 54
                        },
                        "end": {
                          "line": 93,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 2466,
                          "end": 2492,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 9
                            },
                            "end": {
                              "line": 82,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 2470,
                              "end": 2491,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 13
                                },
                                "end": {
                                  "line": 82,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2470,
                                "end": 2478,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 2481,
                                "end": 2491,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2481,
                                  "end": 2489,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2481,
                                    "end": 2483,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2484,
                                    "end": 2489,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 2503,
                          "end": 2790,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 9
                            },
                            "end": {
                              "line": 90,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2503,
                            "end": 2789,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 9
                              },
                              "end": {
                                "line": 90,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2503,
                              "end": 2772,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 9
                                },
                                "end": {
                                  "line": 90,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2503,
                                "end": 2752,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2503,
                                  "end": 2665,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 2503,
                                    "end": 2646,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 15
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2503,
                                      "end": 2512,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2503,
                                        "end": 2508,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2509,
                                        "end": 2512,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 18
                                          },
                                          "identifierName": "put"
                                        },
                                        "name": "put"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 2513,
                                        "end": 2579,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 85
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 2513,
                                          "end": 2566,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 72
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 2513,
                                            "end": 2558,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 64
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 2513,
                                              "end": 2520,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 26
                                                },
                                                "identifierName": "API_URL"
                                              },
                                              "name": "API_URL"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 2523,
                                              "end": 2558,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 64
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "integrations/genability/accounts/",
                                                "raw": "'integrations/genability/accounts/'"
                                              },
                                              "value": "integrations/genability/accounts/"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 2561,
                                            "end": 2566,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 72
                                              },
                                              "identifierName": "bidId"
                                            },
                                            "name": "bidId"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2569,
                                          "end": 2579,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 85
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "/tariffs",
                                            "raw": "'/tariffs'"
                                          },
                                          "value": "/tariffs"
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 2581,
                                        "end": 2645,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 14
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 2600,
                                            "end": 2630,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 47
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 2600,
                                              "end": 2614,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 31
                                                },
                                                "identifierName": "masterTariffId"
                                              },
                                              "name": "masterTariffId"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 2616,
                                              "end": 2630,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 47
                                                },
                                                "identifierName": "masterTariffId"
                                              },
                                              "name": "masterTariffId"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2661,
                                    "end": 2665,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 2666,
                                    "end": 2751,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 2675,
                                        "end": 2683,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2685,
                                      "end": 2751,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2704,
                                          "end": 2736,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2704,
                                            "end": 2735,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2704,
                                              "end": 2720,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2704,
                                                "end": 2712,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2713,
                                                "end": 2720,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 2721,
                                                "end": 2734,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2721,
                                                  "end": 2729,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2730,
                                                  "end": 2734,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2767,
                                "end": 2772,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 2773,
                                "end": 2788,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2773,
                                  "end": 2781,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2782,
                                  "end": 2788,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 2801,
                          "end": 2825,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 9
                            },
                            "end": {
                              "line": 92,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 2808,
                            "end": 2824,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 16
                              },
                              "end": {
                                "line": 92,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2808,
                              "end": 2816,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 16
                                },
                                "end": {
                                  "line": 92,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2817,
                              "end": 2824,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 25
                                },
                                "end": {
                                  "line": 92,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 2839,
                    "end": 3164,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 5
                      },
                      "end": {
                        "line": 105,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2848,
                      "end": 2855,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 14
                        },
                        "end": {
                          "line": 95,
                          "column": 21
                        },
                        "identifierName": "analyze"
                      },
                      "name": "analyze"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 2856,
                        "end": 2861,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 22
                          },
                          "end": {
                            "line": 95,
                            "column": 27
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 2863,
                        "end": 2867,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 29
                          },
                          "end": {
                            "line": 95,
                            "column": 33
                          },
                          "identifierName": "body"
                        },
                        "name": "body"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 2869,
                      "end": 3164,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 35
                        },
                        "end": {
                          "line": 105,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 2880,
                          "end": 2906,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 9
                            },
                            "end": {
                              "line": 96,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 2884,
                              "end": 2905,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 13
                                },
                                "end": {
                                  "line": 96,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2884,
                                "end": 2892,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 2895,
                                "end": 2905,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2895,
                                  "end": 2903,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2895,
                                    "end": 2897,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2898,
                                    "end": 2903,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 2917,
                          "end": 3122,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 9
                            },
                            "end": {
                              "line": 102,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2917,
                            "end": 3121,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 9
                              },
                              "end": {
                                "line": 102,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2917,
                              "end": 3104,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 9
                                },
                                "end": {
                                  "line": 102,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2917,
                                "end": 3084,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2917,
                                  "end": 2997,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 2917,
                                    "end": 2978,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 70
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2917,
                                      "end": 2927,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2917,
                                        "end": 2922,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2923,
                                        "end": 2927,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 19
                                          },
                                          "identifierName": "post"
                                        },
                                        "name": "post"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 2928,
                                        "end": 2971,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 63
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2928,
                                          "end": 2935,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 27
                                            },
                                            "identifierName": "API_URL"
                                          },
                                          "name": "API_URL"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2938,
                                          "end": 2971,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 63
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "integrations/genability/analyze",
                                            "raw": "'integrations/genability/analyze'"
                                          },
                                          "value": "integrations/genability/analyze"
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2973,
                                        "end": 2977,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 69
                                          },
                                          "identifierName": "body"
                                        },
                                        "name": "body"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2993,
                                    "end": 2997,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 2998,
                                    "end": 3083,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3007,
                                        "end": 3015,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3017,
                                      "end": 3083,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3036,
                                          "end": 3068,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3036,
                                            "end": 3067,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3036,
                                              "end": 3052,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3036,
                                                "end": 3044,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3045,
                                                "end": 3052,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3053,
                                                "end": 3066,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3053,
                                                  "end": 3061,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3062,
                                                  "end": 3066,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3099,
                                "end": 3104,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3105,
                                "end": 3120,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3105,
                                  "end": 3113,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3114,
                                  "end": 3120,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 3133,
                          "end": 3157,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 9
                            },
                            "end": {
                              "line": 104,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 3140,
                            "end": 3156,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 16
                              },
                              "end": {
                                "line": 104,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3140,
                              "end": 3148,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 16
                                },
                                "end": {
                                  "line": 104,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3149,
                              "end": 3156,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 25
                                },
                                "end": {
                                  "line": 104,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 3171,
                    "end": 3645,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 5
                      },
                      "end": {
                        "line": 119,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3180,
                      "end": 3201,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 14
                        },
                        "end": {
                          "line": 107,
                          "column": 35
                        },
                        "identifierName": "updateAccountProperty"
                      },
                      "name": "updateAccountProperty"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3202,
                        "end": 3207,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 36
                          },
                          "end": {
                            "line": 107,
                            "column": 41
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 3209,
                        "end": 3221,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 43
                          },
                          "end": {
                            "line": 107,
                            "column": 55
                          },
                          "identifierName": "propertyName"
                        },
                        "name": "propertyName"
                      },
                      {
                        "type": "Identifier",
                        "start": 3223,
                        "end": 3236,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 57
                          },
                          "end": {
                            "line": 107,
                            "column": 70
                          },
                          "identifierName": "propertyValue"
                        },
                        "name": "propertyValue"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 3238,
                      "end": 3645,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 72
                        },
                        "end": {
                          "line": 119,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 3249,
                          "end": 3275,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 9
                            },
                            "end": {
                              "line": 108,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3253,
                              "end": 3274,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 13
                                },
                                "end": {
                                  "line": 108,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3253,
                                "end": 3261,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 3264,
                                "end": 3274,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3264,
                                  "end": 3272,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3264,
                                    "end": 3266,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3267,
                                    "end": 3272,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 3285,
                          "end": 3347,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 9
                            },
                            "end": {
                              "line": 111,
                              "column": 11
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3289,
                              "end": 3346,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 13
                                },
                                "end": {
                                  "line": 111,
                                  "column": 10
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3289,
                                "end": 3293,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 17
                                  },
                                  "identifierName": "body"
                                },
                                "name": "body"
                              },
                              "init": {
                                "type": "ObjectExpression",
                                "start": 3296,
                                "end": 3346,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 10
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3311,
                                    "end": 3335,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 37
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3311,
                                      "end": 3320,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 22
                                        },
                                        "identifierName": "dataValue"
                                      },
                                      "name": "dataValue"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 3322,
                                      "end": 3335,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 37
                                        },
                                        "identifierName": "propertyValue"
                                      },
                                      "name": "propertyValue"
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 3357,
                          "end": 3603,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 9
                            },
                            "end": {
                              "line": 116,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3357,
                            "end": 3602,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 9
                              },
                              "end": {
                                "line": 116,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3357,
                              "end": 3585,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 9
                                },
                                "end": {
                                  "line": 116,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3357,
                                "end": 3565,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3357,
                                  "end": 3478,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3357,
                                    "end": 3459,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 111
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3357,
                                      "end": 3366,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3357,
                                        "end": 3362,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3363,
                                        "end": 3366,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 18
                                          },
                                          "identifierName": "put"
                                        },
                                        "name": "put"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 3367,
                                        "end": 3452,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 104
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3367,
                                          "end": 3437,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 89
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3367,
                                            "end": 3420,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 72
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3367,
                                              "end": 3412,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 64
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3367,
                                                "end": 3374,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 26
                                                  },
                                                  "identifierName": "API_URL"
                                                },
                                                "name": "API_URL"
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 3377,
                                                "end": 3412,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 64
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "integrations/genability/accounts/",
                                                  "raw": "'integrations/genability/accounts/'"
                                                },
                                                "value": "integrations/genability/accounts/"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 3415,
                                              "end": 3420,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 72
                                                },
                                                "identifierName": "bidId"
                                              },
                                              "name": "bidId"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 3423,
                                            "end": 3437,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 89
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/properties/",
                                              "raw": "'/properties/'"
                                            },
                                            "value": "/properties/"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 3440,
                                          "end": 3452,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 92
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 104
                                            },
                                            "identifierName": "propertyName"
                                          },
                                          "name": "propertyName"
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 3454,
                                        "end": 3458,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 106
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 110
                                          },
                                          "identifierName": "body"
                                        },
                                        "name": "body"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3474,
                                    "end": 3478,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 3479,
                                    "end": 3564,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3488,
                                        "end": 3496,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3498,
                                      "end": 3564,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3517,
                                          "end": 3549,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3517,
                                            "end": 3548,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3517,
                                              "end": 3533,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3517,
                                                "end": 3525,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3526,
                                                "end": 3533,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3534,
                                                "end": 3547,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3534,
                                                  "end": 3542,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3543,
                                                  "end": 3547,
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3580,
                                "end": 3585,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3586,
                                "end": 3601,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3586,
                                  "end": 3594,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3595,
                                  "end": 3601,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 3614,
                          "end": 3638,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 9
                            },
                            "end": {
                              "line": 118,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 3621,
                            "end": 3637,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 16
                              },
                              "end": {
                                "line": 118,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3621,
                              "end": 3629,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 16
                                },
                                "end": {
                                  "line": 118,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3630,
                              "end": 3637,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 25
                                },
                                "end": {
                                  "line": 118,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 3652,
                    "end": 4018,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 5
                      },
                      "end": {
                        "line": 131,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3661,
                      "end": 3674,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 14
                        },
                        "end": {
                          "line": 121,
                          "column": 27
                        },
                        "identifierName": "updateProfile"
                      },
                      "name": "updateProfile"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3675,
                        "end": 3680,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 28
                          },
                          "end": {
                            "line": 121,
                            "column": 33
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 3682,
                        "end": 3692,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 35
                          },
                          "end": {
                            "line": 121,
                            "column": 45
                          },
                          "identifierName": "bodyParams"
                        },
                        "name": "bodyParams"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 3694,
                      "end": 4018,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 47
                        },
                        "end": {
                          "line": 131,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 3705,
                          "end": 3731,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 9
                            },
                            "end": {
                              "line": 122,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3709,
                              "end": 3730,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 13
                                },
                                "end": {
                                  "line": 122,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3709,
                                "end": 3717,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 3720,
                                "end": 3730,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3720,
                                  "end": 3728,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3720,
                                    "end": 3722,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3723,
                                    "end": 3728,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 3742,
                          "end": 3976,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 9
                            },
                            "end": {
                              "line": 128,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3742,
                            "end": 3975,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 9
                              },
                              "end": {
                                "line": 128,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3742,
                              "end": 3958,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 9
                                },
                                "end": {
                                  "line": 128,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3742,
                                "end": 3938,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3742,
                                  "end": 3851,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3742,
                                    "end": 3832,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 99
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3742,
                                      "end": 3751,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3742,
                                        "end": 3747,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3748,
                                        "end": 3751,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 18
                                          },
                                          "identifierName": "put"
                                        },
                                        "name": "put"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 3752,
                                        "end": 3819,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 86
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3752,
                                          "end": 3805,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 72
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3752,
                                            "end": 3797,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 64
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 3752,
                                              "end": 3759,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 26
                                                },
                                                "identifierName": "API_URL"
                                              },
                                              "name": "API_URL"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 3762,
                                              "end": 3797,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 64
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "integrations/genability/accounts/",
                                                "raw": "'integrations/genability/accounts/'"
                                              },
                                              "value": "integrations/genability/accounts/"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3800,
                                            "end": 3805,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 72
                                              },
                                              "identifierName": "bidId"
                                            },
                                            "name": "bidId"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 3808,
                                          "end": 3819,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 86
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "/profiles",
                                            "raw": "'/profiles'"
                                          },
                                          "value": "/profiles"
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 3821,
                                        "end": 3831,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 98
                                          },
                                          "identifierName": "bodyParams"
                                        },
                                        "name": "bodyParams"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3847,
                                    "end": 3851,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 3852,
                                    "end": 3937,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3861,
                                        "end": 3869,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3871,
                                      "end": 3937,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3890,
                                          "end": 3922,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3890,
                                            "end": 3921,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3890,
                                              "end": 3906,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3890,
                                                "end": 3898,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3899,
                                                "end": 3906,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3907,
                                                "end": 3920,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3907,
                                                  "end": 3915,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3916,
                                                  "end": 3920,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3953,
                                "end": 3958,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 3959,
                                "end": 3974,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3959,
                                  "end": 3967,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3968,
                                  "end": 3974,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 3987,
                          "end": 4011,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 9
                            },
                            "end": {
                              "line": 130,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 3994,
                            "end": 4010,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 16
                              },
                              "end": {
                                "line": 130,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3994,
                              "end": 4002,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 16
                                },
                                "end": {
                                  "line": 130,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4003,
                              "end": 4010,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 25
                                },
                                "end": {
                                  "line": 130,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 4025,
                    "end": 4392,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 5
                      },
                      "end": {
                        "line": 143,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4034,
                      "end": 4047,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 14
                        },
                        "end": {
                          "line": 133,
                          "column": 27
                        },
                        "identifierName": "createProfile"
                      },
                      "name": "createProfile"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 4048,
                        "end": 4053,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 28
                          },
                          "end": {
                            "line": 133,
                            "column": 33
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 4055,
                        "end": 4065,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 35
                          },
                          "end": {
                            "line": 133,
                            "column": 45
                          },
                          "identifierName": "bodyParams"
                        },
                        "name": "bodyParams"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 4067,
                      "end": 4392,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 47
                        },
                        "end": {
                          "line": 143,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 4078,
                          "end": 4104,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 9
                            },
                            "end": {
                              "line": 134,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4082,
                              "end": 4103,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 13
                                },
                                "end": {
                                  "line": 134,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4082,
                                "end": 4090,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 4093,
                                "end": 4103,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4093,
                                  "end": 4101,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4093,
                                    "end": 4095,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4096,
                                    "end": 4101,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 4115,
                          "end": 4350,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 9
                            },
                            "end": {
                              "line": 140,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4115,
                            "end": 4349,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 9
                              },
                              "end": {
                                "line": 140,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4115,
                              "end": 4332,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 9
                                },
                                "end": {
                                  "line": 140,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 4115,
                                "end": 4312,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4115,
                                  "end": 4225,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 4115,
                                    "end": 4206,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 100
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4115,
                                      "end": 4125,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4115,
                                        "end": 4120,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4121,
                                        "end": 4125,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 19
                                          },
                                          "identifierName": "post"
                                        },
                                        "name": "post"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 4126,
                                        "end": 4193,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 87
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 4126,
                                          "end": 4179,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 4126,
                                            "end": 4171,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 65
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4126,
                                              "end": 4133,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 27
                                                },
                                                "identifierName": "API_URL"
                                              },
                                              "name": "API_URL"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 4136,
                                              "end": 4171,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 65
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "integrations/genability/accounts/",
                                                "raw": "'integrations/genability/accounts/'"
                                              },
                                              "value": "integrations/genability/accounts/"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 4174,
                                            "end": 4179,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 73
                                              },
                                              "identifierName": "bidId"
                                            },
                                            "name": "bidId"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 4182,
                                          "end": 4193,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 87
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "/profiles",
                                            "raw": "'/profiles'"
                                          },
                                          "value": "/profiles"
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4195,
                                        "end": 4205,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 99
                                          },
                                          "identifierName": "bodyParams"
                                        },
                                        "name": "bodyParams"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4221,
                                    "end": 4225,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 4226,
                                    "end": 4311,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 4235,
                                        "end": 4243,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 4245,
                                      "end": 4311,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4264,
                                          "end": 4296,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 4264,
                                            "end": 4295,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4264,
                                              "end": 4280,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4264,
                                                "end": 4272,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4273,
                                                "end": 4280,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4281,
                                                "end": 4294,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4281,
                                                  "end": 4289,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4290,
                                                  "end": 4294,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4327,
                                "end": 4332,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4333,
                                "end": 4348,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4333,
                                  "end": 4341,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4342,
                                  "end": 4348,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 4361,
                          "end": 4385,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 9
                            },
                            "end": {
                              "line": 142,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 4368,
                            "end": 4384,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 16
                              },
                              "end": {
                                "line": 142,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4368,
                              "end": 4376,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 16
                                },
                                "end": {
                                  "line": 142,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4377,
                              "end": 4384,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 25
                                },
                                "end": {
                                  "line": 142,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 4399,
                    "end": 4902,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 5
                      },
                      "end": {
                        "line": 159,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4408,
                      "end": 4421,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 14
                        },
                        "end": {
                          "line": 145,
                          "column": 27
                        },
                        "identifierName": "createAccount"
                      },
                      "name": "createAccount"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 4422,
                        "end": 4427,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 28
                          },
                          "end": {
                            "line": 145,
                            "column": 33
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 4429,
                        "end": 4440,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 35
                          },
                          "end": {
                            "line": 145,
                            "column": 46
                          },
                          "identifierName": "fullAddress"
                        },
                        "name": "fullAddress"
                      },
                      {
                        "type": "Identifier",
                        "start": 4442,
                        "end": 4455,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 48
                          },
                          "end": {
                            "line": 145,
                            "column": 61
                          },
                          "identifierName": "customerClass"
                        },
                        "name": "customerClass"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 4457,
                      "end": 4902,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 63
                        },
                        "end": {
                          "line": 159,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 4468,
                          "end": 4494,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 9
                            },
                            "end": {
                              "line": 146,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4472,
                              "end": 4493,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 13
                                },
                                "end": {
                                  "line": 146,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4472,
                                "end": 4480,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 4483,
                                "end": 4493,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4483,
                                  "end": 4491,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4483,
                                    "end": 4485,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4486,
                                    "end": 4491,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 4504,
                          "end": 4644,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 9
                            },
                            "end": {
                              "line": 151,
                              "column": 11
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4508,
                              "end": 4643,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 13
                                },
                                "end": {
                                  "line": 151,
                                  "column": 10
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4508,
                                "end": 4512,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 17
                                  },
                                  "identifierName": "body"
                                },
                                "name": "body"
                              },
                              "init": {
                                "type": "ObjectExpression",
                                "start": 4515,
                                "end": 4643,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 10
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4530,
                                    "end": 4554,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 37
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4530,
                                      "end": 4547,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 30
                                        },
                                        "identifierName": "providerAccountId"
                                      },
                                      "name": "providerAccountId"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 4549,
                                      "end": 4554,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 37
                                        },
                                        "identifierName": "bidId"
                                      },
                                      "name": "bidId"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4569,
                                    "end": 4589,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 33
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4569,
                                      "end": 4576,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 20
                                        },
                                        "identifierName": "address"
                                      },
                                      "name": "address"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 4578,
                                      "end": 4589,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 33
                                        },
                                        "identifierName": "fullAddress"
                                      },
                                      "name": "fullAddress"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4604,
                                    "end": 4632,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 41
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4604,
                                      "end": 4617,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 26
                                        },
                                        "identifierName": "customerClass"
                                      },
                                      "name": "customerClass"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 4619,
                                      "end": 4632,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 41
                                        },
                                        "identifierName": "customerClass"
                                      },
                                      "name": "customerClass"
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 4654,
                          "end": 4860,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 9
                            },
                            "end": {
                              "line": 156,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4654,
                            "end": 4859,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 9
                              },
                              "end": {
                                "line": 156,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4654,
                              "end": 4842,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 9
                                },
                                "end": {
                                  "line": 156,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 4654,
                                "end": 4822,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4654,
                                  "end": 4735,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 4654,
                                    "end": 4716,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4654,
                                      "end": 4664,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4654,
                                        "end": 4659,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4660,
                                        "end": 4664,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 19
                                          },
                                          "identifierName": "post"
                                        },
                                        "name": "post"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 4665,
                                        "end": 4709,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 64
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4665,
                                          "end": 4672,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 27
                                            },
                                            "identifierName": "API_URL"
                                          },
                                          "name": "API_URL"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 4675,
                                          "end": 4709,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 64
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "integrations/genability/accounts",
                                            "raw": "'integrations/genability/accounts'"
                                          },
                                          "value": "integrations/genability/accounts"
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4711,
                                        "end": 4715,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 70
                                          },
                                          "identifierName": "body"
                                        },
                                        "name": "body"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4731,
                                    "end": 4735,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 4736,
                                    "end": 4821,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 4745,
                                        "end": 4753,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 4755,
                                      "end": 4821,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4774,
                                          "end": 4806,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 4774,
                                            "end": 4805,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4774,
                                              "end": 4790,
                                              "loc": {
                                                "start": {
                                                  "line": 154,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 154,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4774,
                                                "end": 4782,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4783,
                                                "end": 4790,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4791,
                                                "end": 4804,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4791,
                                                  "end": 4799,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4800,
                                                  "end": 4804,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4837,
                                "end": 4842,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4843,
                                "end": 4858,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4843,
                                  "end": 4851,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4852,
                                  "end": 4858,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 4871,
                          "end": 4895,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 9
                            },
                            "end": {
                              "line": 158,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 4878,
                            "end": 4894,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 16
                              },
                              "end": {
                                "line": 158,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4878,
                              "end": 4886,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 16
                                },
                                "end": {
                                  "line": 158,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4887,
                              "end": 4894,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 25
                                },
                                "end": {
                                  "line": 158,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "start": 4909,
                    "end": 5427,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 5
                      },
                      "end": {
                        "line": 177,
                        "column": 6
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4918,
                      "end": 4940,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 14
                        },
                        "end": {
                          "line": 161,
                          "column": 36
                        },
                        "identifierName": "calculateUsageFromBill"
                      },
                      "name": "calculateUsageFromBill"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 4941,
                        "end": 4946,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 37
                          },
                          "end": {
                            "line": 161,
                            "column": 42
                          },
                          "identifierName": "bidId"
                        },
                        "name": "bidId"
                      },
                      {
                        "type": "Identifier",
                        "start": 4948,
                        "end": 4952,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 44
                          },
                          "end": {
                            "line": 161,
                            "column": 48
                          },
                          "identifierName": "from"
                        },
                        "name": "from"
                      },
                      {
                        "type": "Identifier",
                        "start": 4954,
                        "end": 4956,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 50
                          },
                          "end": {
                            "line": 161,
                            "column": 52
                          },
                          "identifierName": "to"
                        },
                        "name": "to"
                      },
                      {
                        "type": "Identifier",
                        "start": 4958,
                        "end": 4964,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 54
                          },
                          "end": {
                            "line": 161,
                            "column": 60
                          },
                          "identifierName": "amount"
                        },
                        "name": "amount"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 4966,
                      "end": 5427,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 62
                        },
                        "end": {
                          "line": 177,
                          "column": 6
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 4977,
                          "end": 5003,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 9
                            },
                            "end": {
                              "line": 162,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4981,
                              "end": 5002,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 13
                                },
                                "end": {
                                  "line": 162,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4981,
                                "end": 4989,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 21
                                  },
                                  "identifierName": "deferred"
                                },
                                "name": "deferred"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 4992,
                                "end": 5002,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4992,
                                  "end": 5000,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4992,
                                    "end": 4994,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 26
                                      },
                                      "identifierName": "$q"
                                    },
                                    "name": "$q"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4995,
                                    "end": 5000,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 32
                                      },
                                      "identifierName": "defer"
                                    },
                                    "name": "defer"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 5013,
                          "end": 5162,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 9
                            },
                            "end": {
                              "line": 168,
                              "column": 11
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 5017,
                              "end": 5161,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 13
                                },
                                "end": {
                                  "line": 168,
                                  "column": 10
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 5017,
                                "end": 5021,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 17
                                  },
                                  "identifierName": "body"
                                },
                                "name": "body"
                              },
                              "init": {
                                "type": "ObjectExpression",
                                "start": 5024,
                                "end": 5161,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 10
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5039,
                                    "end": 5065,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 39
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5039,
                                      "end": 5058,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 32
                                        },
                                        "identifierName": "provider_account_id"
                                      },
                                      "name": "provider_account_id"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 5060,
                                      "end": 5065,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 39
                                        },
                                        "identifierName": "bidId"
                                      },
                                      "name": "bidId"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5080,
                                    "end": 5095,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 28
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5080,
                                      "end": 5089,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 22
                                        },
                                        "identifierName": "from_date"
                                      },
                                      "name": "from_date"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 5091,
                                      "end": 5095,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 28
                                        },
                                        "identifierName": "from"
                                      },
                                      "name": "from"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5110,
                                    "end": 5121,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 24
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5110,
                                      "end": 5117,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 20
                                        },
                                        "identifierName": "to_date"
                                      },
                                      "name": "to_date"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 5119,
                                      "end": 5121,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 24
                                        },
                                        "identifierName": "to"
                                      },
                                      "name": "to"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5136,
                                    "end": 5150,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 27
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5136,
                                      "end": 5142,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 19
                                        },
                                        "identifierName": "amount"
                                      },
                                      "name": "amount"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 5144,
                                      "end": 5150,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 27
                                        },
                                        "identifierName": "amount"
                                      },
                                      "name": "amount"
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 5173,
                          "end": 5385,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 9
                            },
                            "end": {
                              "line": 174,
                              "column": 37
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 5173,
                            "end": 5384,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 9
                              },
                              "end": {
                                "line": 174,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5173,
                              "end": 5367,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 9
                                },
                                "end": {
                                  "line": 174,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 5173,
                                "end": 5347,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 15
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5173,
                                  "end": 5260,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5173,
                                    "end": 5241,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5173,
                                      "end": 5183,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5173,
                                        "end": 5178,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 14
                                          },
                                          "identifierName": "$http"
                                        },
                                        "name": "$http"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5179,
                                        "end": 5183,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 19
                                          },
                                          "identifierName": "post"
                                        },
                                        "name": "post"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5184,
                                        "end": 5234,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 70
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 5184,
                                          "end": 5191,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 27
                                            },
                                            "identifierName": "API_URL"
                                          },
                                          "name": "API_URL"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 5194,
                                          "end": 5234,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 70
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "integrations/genability/bill/calculate",
                                            "raw": "'integrations/genability/bill/calculate'"
                                          },
                                          "value": "integrations/genability/bill/calculate"
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5236,
                                        "end": 5240,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 76
                                          },
                                          "identifierName": "body"
                                        },
                                        "name": "body"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5256,
                                    "end": 5260,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 18
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "start": 5261,
                                    "end": 5346,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 14
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 5270,
                                        "end": 5278,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 36
                                          },
                                          "identifierName": "response"
                                        },
                                        "name": "response"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 5280,
                                      "end": 5346,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 14
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 5299,
                                          "end": 5331,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 49
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 5299,
                                            "end": 5330,
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5299,
                                              "end": 5315,
                                              "loc": {
                                                "start": {
                                                  "line": 172,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 172,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5299,
                                                "end": 5307,
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 25
                                                  },
                                                  "identifierName": "deferred"
                                                },
                                                "name": "deferred"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5308,
                                                "end": 5315,
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 33
                                                  },
                                                  "identifierName": "resolve"
                                                },
                                                "name": "resolve"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 5316,
                                                "end": 5329,
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5316,
                                                  "end": 5324,
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 42
                                                    },
                                                    "identifierName": "response"
                                                  },
                                                  "name": "response"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5325,
                                                  "end": 5329,
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 47
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5362,
                                "end": 5367,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 19
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 5368,
                                "end": 5383,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5368,
                                  "end": 5376,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 28
                                    },
                                    "identifierName": "deferred"
                                  },
                                  "name": "deferred"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5377,
                                  "end": 5383,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 35
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 5396,
                          "end": 5420,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 9
                            },
                            "end": {
                              "line": 176,
                              "column": 33
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 5403,
                            "end": 5419,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 16
                              },
                              "end": {
                                "line": 176,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5403,
                              "end": 5411,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 16
                                },
                                "end": {
                                  "line": 176,
                                  "column": 24
                                },
                                "identifierName": "deferred"
                              },
                              "name": "deferred"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5412,
                              "end": 5419,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 25
                                },
                                "end": {
                                  "line": 176,
                                  "column": 32
                                },
                                "identifierName": "promise"
                              },
                              "name": "promise"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 5434,
                    "end": 5991,
                    "loc": {
                      "start": {
                        "line": 179,
                        "column": 5
                      },
                      "end": {
                        "line": 193,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "ObjectExpression",
                      "start": 5441,
                      "end": 5990,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 12
                        },
                        "end": {
                          "line": 193,
                          "column": 6
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 5452,
                          "end": 5474,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 9
                            },
                            "end": {
                              "line": 180,
                              "column": 31
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5452,
                            "end": 5462,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 9
                              },
                              "end": {
                                "line": 180,
                                "column": 19
                              },
                              "identifierName": "getReports"
                            },
                            "name": "getReports"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5464,
                            "end": 5474,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 21
                              },
                              "end": {
                                "line": 180,
                                "column": 31
                              },
                              "identifierName": "getReports"
                            },
                            "name": "getReports"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5485,
                          "end": 5507,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 9
                            },
                            "end": {
                              "line": 181,
                              "column": 31
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5485,
                            "end": 5495,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 9
                              },
                              "end": {
                                "line": 181,
                                "column": 19
                              },
                              "identifierName": "getAccount"
                            },
                            "name": "getAccount"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5497,
                            "end": 5507,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 21
                              },
                              "end": {
                                "line": 181,
                                "column": 31
                              },
                              "identifierName": "getAccount"
                            },
                            "name": "getAccount"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5518,
                          "end": 5554,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 9
                            },
                            "end": {
                              "line": 182,
                              "column": 45
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5518,
                            "end": 5535,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 9
                              },
                              "end": {
                                "line": 182,
                                "column": 26
                              },
                              "identifierName": "getAccountTariffs"
                            },
                            "name": "getAccountTariffs"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5537,
                            "end": 5554,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 28
                              },
                              "end": {
                                "line": 182,
                                "column": 45
                              },
                              "identifierName": "getAccountTariffs"
                            },
                            "name": "getAccountTariffs"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5565,
                          "end": 5599,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 9
                            },
                            "end": {
                              "line": 183,
                              "column": 43
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5565,
                            "end": 5581,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 9
                              },
                              "end": {
                                "line": 183,
                                "column": 25
                              },
                              "identifierName": "setAccountTariff"
                            },
                            "name": "setAccountTariff"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5583,
                            "end": 5599,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 27
                              },
                              "end": {
                                "line": 183,
                                "column": 43
                              },
                              "identifierName": "setAccountTariff"
                            },
                            "name": "setAccountTariff"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5610,
                          "end": 5648,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 9
                            },
                            "end": {
                              "line": 184,
                              "column": 47
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5610,
                            "end": 5628,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 9
                              },
                              "end": {
                                "line": 184,
                                "column": 27
                              },
                              "identifierName": "getSavingsAnalysis"
                            },
                            "name": "getSavingsAnalysis"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5630,
                            "end": 5648,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 29
                              },
                              "end": {
                                "line": 184,
                                "column": 47
                              },
                              "identifierName": "getSavingsAnalysis"
                            },
                            "name": "getSavingsAnalysis"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5659,
                          "end": 5675,
                          "loc": {
                            "start": {
                              "line": 185,
                              "column": 9
                            },
                            "end": {
                              "line": 185,
                              "column": 25
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5659,
                            "end": 5666,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 9
                              },
                              "end": {
                                "line": 185,
                                "column": 16
                              },
                              "identifierName": "analyze"
                            },
                            "name": "analyze"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5668,
                            "end": 5675,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 18
                              },
                              "end": {
                                "line": 185,
                                "column": 25
                              },
                              "identifierName": "analyze"
                            },
                            "name": "analyze"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5686,
                          "end": 5730,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 9
                            },
                            "end": {
                              "line": 186,
                              "column": 53
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5686,
                            "end": 5707,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 9
                              },
                              "end": {
                                "line": 186,
                                "column": 30
                              },
                              "identifierName": "updateAccountProperty"
                            },
                            "name": "updateAccountProperty"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5709,
                            "end": 5730,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 32
                              },
                              "end": {
                                "line": 186,
                                "column": 53
                              },
                              "identifierName": "updateAccountProperty"
                            },
                            "name": "updateAccountProperty"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5741,
                          "end": 5769,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 9
                            },
                            "end": {
                              "line": 187,
                              "column": 37
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5741,
                            "end": 5754,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 9
                              },
                              "end": {
                                "line": 187,
                                "column": 22
                              },
                              "identifierName": "createAccount"
                            },
                            "name": "createAccount"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5756,
                            "end": 5769,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 24
                              },
                              "end": {
                                "line": 187,
                                "column": 37
                              },
                              "identifierName": "createAccount"
                            },
                            "name": "createAccount"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5780,
                          "end": 5804,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 9
                            },
                            "end": {
                              "line": 188,
                              "column": 33
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5780,
                            "end": 5791,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 9
                              },
                              "end": {
                                "line": 188,
                                "column": 20
                              },
                              "identifierName": "getProfiles"
                            },
                            "name": "getProfiles"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5793,
                            "end": 5804,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 22
                              },
                              "end": {
                                "line": 188,
                                "column": 33
                              },
                              "identifierName": "getProfiles"
                            },
                            "name": "getProfiles"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5815,
                          "end": 5843,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 9
                            },
                            "end": {
                              "line": 189,
                              "column": 37
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5815,
                            "end": 5828,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 9
                              },
                              "end": {
                                "line": 189,
                                "column": 22
                              },
                              "identifierName": "updateProfile"
                            },
                            "name": "updateProfile"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5830,
                            "end": 5843,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 24
                              },
                              "end": {
                                "line": 189,
                                "column": 37
                              },
                              "identifierName": "updateProfile"
                            },
                            "name": "updateProfile"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5854,
                          "end": 5882,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 9
                            },
                            "end": {
                              "line": 190,
                              "column": 37
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5854,
                            "end": 5867,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 9
                              },
                              "end": {
                                "line": 190,
                                "column": 22
                              },
                              "identifierName": "createProfile"
                            },
                            "name": "createProfile"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5869,
                            "end": 5882,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 24
                              },
                              "end": {
                                "line": 190,
                                "column": 37
                              },
                              "identifierName": "createProfile"
                            },
                            "name": "createProfile"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5893,
                          "end": 5925,
                          "loc": {
                            "start": {
                              "line": 191,
                              "column": 9
                            },
                            "end": {
                              "line": 191,
                              "column": 41
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5893,
                            "end": 5908,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 9
                              },
                              "end": {
                                "line": 191,
                                "column": 24
                              },
                              "identifierName": "getUsageProfile"
                            },
                            "name": "getUsageProfile"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5910,
                            "end": 5925,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 26
                              },
                              "end": {
                                "line": 191,
                                "column": 41
                              },
                              "identifierName": "getUsageProfile"
                            },
                            "name": "getUsageProfile"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5936,
                          "end": 5982,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 9
                            },
                            "end": {
                              "line": 192,
                              "column": 55
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5936,
                            "end": 5958,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 9
                              },
                              "end": {
                                "line": 192,
                                "column": 31
                              },
                              "identifierName": "calculateUsageFromBill"
                            },
                            "name": "calculateUsageFromBill"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5960,
                            "end": 5982,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 33
                              },
                              "end": {
                                "line": 192,
                                "column": 55
                              },
                              "identifierName": "calculateUsageFromBill"
                            },
                            "name": "calculateUsageFromBill"
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      }
    ],
    "directives": []
  },
  "comments": [],
  "tokens": [
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REPOServices",
      "start": 1,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13,
      "end": 14,
      "loc": {
        "start": {
          "line": 1,
          "column": 13
        },
        "end": {
          "line": 1,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "factory",
      "start": 14,
      "end": 21,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 21
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SavingsAnalysisRepository",
      "start": 22,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 22
        },
        "end": {
          "line": 1,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 49,
      "end": 50,
      "loc": {
        "start": {
          "line": 1,
          "column": 49
        },
        "end": {
          "line": 1,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 51,
      "end": 59,
      "loc": {
        "start": {
          "line": 1,
          "column": 51
        },
        "end": {
          "line": 1,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 59,
      "end": 60,
      "loc": {
        "start": {
          "line": 1,
          "column": 59
        },
        "end": {
          "line": 1,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$rootScope",
      "start": 60,
      "end": 70,
      "loc": {
        "start": {
          "line": 1,
          "column": 60
        },
        "end": {
          "line": 1,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 1,
          "column": 70
        },
        "end": {
          "line": 1,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 72,
      "end": 77,
      "loc": {
        "start": {
          "line": 1,
          "column": 72
        },
        "end": {
          "line": 1,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 77,
      "end": 78,
      "loc": {
        "start": {
          "line": 1,
          "column": 77
        },
        "end": {
          "line": 1,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 79,
      "end": 81,
      "loc": {
        "start": {
          "line": 1,
          "column": 79
        },
        "end": {
          "line": 1,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 81,
      "end": 82,
      "loc": {
        "start": {
          "line": 1,
          "column": 81
        },
        "end": {
          "line": 1,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 83,
      "end": 90,
      "loc": {
        "start": {
          "line": 1,
          "column": 83
        },
        "end": {
          "line": 1,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 90,
      "end": 91,
      "loc": {
        "start": {
          "line": 1,
          "column": 90
        },
        "end": {
          "line": 1,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 92,
      "end": 93,
      "loc": {
        "start": {
          "line": 1,
          "column": 92
        },
        "end": {
          "line": 1,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 100,
      "end": 108,
      "loc": {
        "start": {
          "line": 3,
          "column": 5
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getReports",
      "start": 109,
      "end": 119,
      "loc": {
        "start": {
          "line": 3,
          "column": 14
        },
        "end": {
          "line": 3,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 119,
      "end": 120,
      "loc": {
        "start": {
          "line": 3,
          "column": 24
        },
        "end": {
          "line": 3,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 120,
      "end": 125,
      "loc": {
        "start": {
          "line": 3,
          "column": 25
        },
        "end": {
          "line": 3,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 125,
      "end": 126,
      "loc": {
        "start": {
          "line": 3,
          "column": 30
        },
        "end": {
          "line": 3,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 127,
      "end": 128,
      "loc": {
        "start": {
          "line": 3,
          "column": 32
        },
        "end": {
          "line": 3,
          "column": 33
        }
      }
    },
    {
      "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": 138,
      "end": 141,
      "loc": {
        "start": {
          "line": 4,
          "column": 9
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 142,
      "end": 150,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 153,
      "end": 155,
      "loc": {
        "start": {
          "line": 4,
          "column": 24
        },
        "end": {
          "line": 4,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 155,
      "end": 156,
      "loc": {
        "start": {
          "line": 4,
          "column": 26
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 156,
      "end": 161,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 161,
      "end": 162,
      "loc": {
        "start": {
          "line": 4,
          "column": 32
        },
        "end": {
          "line": 4,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 162,
      "end": 163,
      "loc": {
        "start": {
          "line": 4,
          "column": 33
        },
        "end": {
          "line": 4,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 163,
      "end": 164,
      "loc": {
        "start": {
          "line": 4,
          "column": 34
        },
        "end": {
          "line": 4,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 175,
      "end": 180,
      "loc": {
        "start": {
          "line": 6,
          "column": 9
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 180,
      "end": 181,
      "loc": {
        "start": {
          "line": 6,
          "column": 14
        },
        "end": {
          "line": 6,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 181,
      "end": 184,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 184,
      "end": 185,
      "loc": {
        "start": {
          "line": 6,
          "column": 18
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 185,
      "end": 192,
      "loc": {
        "start": {
          "line": 6,
          "column": 19
        },
        "end": {
          "line": 6,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 193,
      "end": 194,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 195,
      "end": 230,
      "loc": {
        "start": {
          "line": 6,
          "column": 29
        },
        "end": {
          "line": 6,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 231,
      "end": 232,
      "loc": {
        "start": {
          "line": 6,
          "column": 65
        },
        "end": {
          "line": 6,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 233,
      "end": 238,
      "loc": {
        "start": {
          "line": 6,
          "column": 67
        },
        "end": {
          "line": 6,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 239,
      "end": 240,
      "loc": {
        "start": {
          "line": 6,
          "column": 73
        },
        "end": {
          "line": 6,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/history",
      "start": 241,
      "end": 251,
      "loc": {
        "start": {
          "line": 6,
          "column": 75
        },
        "end": {
          "line": 6,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 251,
      "end": 252,
      "loc": {
        "start": {
          "line": 6,
          "column": 85
        },
        "end": {
          "line": 6,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 253,
      "end": 254,
      "loc": {
        "start": {
          "line": 6,
          "column": 87
        },
        "end": {
          "line": 6,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "populateRequest",
      "start": 272,
      "end": 287,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 287,
      "end": 288,
      "loc": {
        "start": {
          "line": 7,
          "column": 32
        },
        "end": {
          "line": 7,
          "column": 33
        }
      }
    },
    {
      "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": 289,
      "end": 293,
      "loc": {
        "start": {
          "line": 7,
          "column": 34
        },
        "end": {
          "line": 7,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 307,
      "end": 308,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 8,
          "column": 14
        },
        "end": {
          "line": 8,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 323,
      "end": 324,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 324,
      "end": 328,
      "loc": {
        "start": {
          "line": 9,
          "column": 14
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 328,
      "end": 329,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 329,
      "end": 337,
      "loc": {
        "start": {
          "line": 9,
          "column": 19
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 337,
      "end": 338,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 338,
      "end": 346,
      "loc": {
        "start": {
          "line": 9,
          "column": 28
        },
        "end": {
          "line": 9,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 346,
      "end": 347,
      "loc": {
        "start": {
          "line": 9,
          "column": 36
        },
        "end": {
          "line": 9,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 348,
      "end": 349,
      "loc": {
        "start": {
          "line": 9,
          "column": 38
        },
        "end": {
          "line": 9,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 367,
      "end": 375,
      "loc": {
        "start": {
          "line": 10,
          "column": 17
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 375,
      "end": 376,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 376,
      "end": 383,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 383,
      "end": 384,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 384,
      "end": 392,
      "loc": {
        "start": {
          "line": 10,
          "column": 34
        },
        "end": {
          "line": 10,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 392,
      "end": 393,
      "loc": {
        "start": {
          "line": 10,
          "column": 42
        },
        "end": {
          "line": 10,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 393,
      "end": 397,
      "loc": {
        "start": {
          "line": 10,
          "column": 43
        },
        "end": {
          "line": 10,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 397,
      "end": 398,
      "loc": {
        "start": {
          "line": 10,
          "column": 47
        },
        "end": {
          "line": 10,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 398,
      "end": 399,
      "loc": {
        "start": {
          "line": 10,
          "column": 48
        },
        "end": {
          "line": 10,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 413,
      "end": 414,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 414,
      "end": 415,
      "loc": {
        "start": {
          "line": 11,
          "column": 14
        },
        "end": {
          "line": 11,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 429,
      "end": 430,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "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": 430,
      "end": 435,
      "loc": {
        "start": {
          "line": 12,
          "column": 14
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 435,
      "end": 436,
      "loc": {
        "start": {
          "line": 12,
          "column": 19
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 436,
      "end": 444,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 444,
      "end": 445,
      "loc": {
        "start": {
          "line": 12,
          "column": 28
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 445,
      "end": 451,
      "loc": {
        "start": {
          "line": 12,
          "column": 29
        },
        "end": {
          "line": 12,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 12,
          "column": 35
        },
        "end": {
          "line": 12,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 452,
      "end": 453,
      "loc": {
        "start": {
          "line": 12,
          "column": 36
        },
        "end": {
          "line": 12,
          "column": 37
        }
      }
    },
    {
      "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": 464,
      "end": 470,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 471,
      "end": 479,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 479,
      "end": 480,
      "loc": {
        "start": {
          "line": 14,
          "column": 24
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 480,
      "end": 487,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 487,
      "end": 488,
      "loc": {
        "start": {
          "line": 14,
          "column": 32
        },
        "end": {
          "line": 14,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 15,
          "column": 5
        },
        "end": {
          "line": 15,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 502,
      "end": 510,
      "loc": {
        "start": {
          "line": 17,
          "column": 5
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAccount",
      "start": 511,
      "end": 521,
      "loc": {
        "start": {
          "line": 17,
          "column": 14
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 521,
      "end": 522,
      "loc": {
        "start": {
          "line": 17,
          "column": 24
        },
        "end": {
          "line": 17,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 522,
      "end": 527,
      "loc": {
        "start": {
          "line": 17,
          "column": 25
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 527,
      "end": 528,
      "loc": {
        "start": {
          "line": 17,
          "column": 30
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 529,
      "end": 530,
      "loc": {
        "start": {
          "line": 17,
          "column": 32
        },
        "end": {
          "line": 17,
          "column": 33
        }
      }
    },
    {
      "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": 540,
      "end": 543,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 544,
      "end": 552,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 555,
      "end": 557,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 558,
      "end": 563,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 563,
      "end": 564,
      "loc": {
        "start": {
          "line": 18,
          "column": 32
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 564,
      "end": 565,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 565,
      "end": 566,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 577,
      "end": 582,
      "loc": {
        "start": {
          "line": 20,
          "column": 9
        },
        "end": {
          "line": 20,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 582,
      "end": 583,
      "loc": {
        "start": {
          "line": 20,
          "column": 14
        },
        "end": {
          "line": 20,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 583,
      "end": 586,
      "loc": {
        "start": {
          "line": 20,
          "column": 15
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 586,
      "end": 587,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 587,
      "end": 594,
      "loc": {
        "start": {
          "line": 20,
          "column": 19
        },
        "end": {
          "line": 20,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 595,
      "end": 596,
      "loc": {
        "start": {
          "line": 20,
          "column": 27
        },
        "end": {
          "line": 20,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 597,
      "end": 632,
      "loc": {
        "start": {
          "line": 20,
          "column": 29
        },
        "end": {
          "line": 20,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 633,
      "end": 634,
      "loc": {
        "start": {
          "line": 20,
          "column": 65
        },
        "end": {
          "line": 20,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 635,
      "end": 640,
      "loc": {
        "start": {
          "line": 20,
          "column": 67
        },
        "end": {
          "line": 20,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 20,
          "column": 72
        },
        "end": {
          "line": 20,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 655,
      "end": 656,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 656,
      "end": 660,
      "loc": {
        "start": {
          "line": 21,
          "column": 14
        },
        "end": {
          "line": 21,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 21,
          "column": 18
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 661,
      "end": 669,
      "loc": {
        "start": {
          "line": 21,
          "column": 19
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 669,
      "end": 670,
      "loc": {
        "start": {
          "line": 21,
          "column": 27
        },
        "end": {
          "line": 21,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 670,
      "end": 678,
      "loc": {
        "start": {
          "line": 21,
          "column": 28
        },
        "end": {
          "line": 21,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 678,
      "end": 679,
      "loc": {
        "start": {
          "line": 21,
          "column": 36
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 699,
      "end": 707,
      "loc": {
        "start": {
          "line": 22,
          "column": 17
        },
        "end": {
          "line": 22,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 22,
          "column": 25
        },
        "end": {
          "line": 22,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 708,
      "end": 715,
      "loc": {
        "start": {
          "line": 22,
          "column": 26
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 715,
      "end": 716,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 716,
      "end": 724,
      "loc": {
        "start": {
          "line": 22,
          "column": 34
        },
        "end": {
          "line": 22,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 724,
      "end": 725,
      "loc": {
        "start": {
          "line": 22,
          "column": 42
        },
        "end": {
          "line": 22,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 725,
      "end": 729,
      "loc": {
        "start": {
          "line": 22,
          "column": 43
        },
        "end": {
          "line": 22,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 22,
          "column": 47
        },
        "end": {
          "line": 22,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 730,
      "end": 731,
      "loc": {
        "start": {
          "line": 22,
          "column": 48
        },
        "end": {
          "line": 22,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 745,
      "end": 746,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 746,
      "end": 747,
      "loc": {
        "start": {
          "line": 23,
          "column": 14
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 761,
      "end": 762,
      "loc": {
        "start": {
          "line": 24,
          "column": 13
        },
        "end": {
          "line": 24,
          "column": 14
        }
      }
    },
    {
      "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": 762,
      "end": 767,
      "loc": {
        "start": {
          "line": 24,
          "column": 14
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 767,
      "end": 768,
      "loc": {
        "start": {
          "line": 24,
          "column": 19
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 768,
      "end": 776,
      "loc": {
        "start": {
          "line": 24,
          "column": 20
        },
        "end": {
          "line": 24,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 776,
      "end": 777,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 777,
      "end": 783,
      "loc": {
        "start": {
          "line": 24,
          "column": 29
        },
        "end": {
          "line": 24,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 783,
      "end": 784,
      "loc": {
        "start": {
          "line": 24,
          "column": 35
        },
        "end": {
          "line": 24,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 784,
      "end": 785,
      "loc": {
        "start": {
          "line": 24,
          "column": 36
        },
        "end": {
          "line": 24,
          "column": 37
        }
      }
    },
    {
      "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": 796,
      "end": 802,
      "loc": {
        "start": {
          "line": 26,
          "column": 9
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 803,
      "end": 811,
      "loc": {
        "start": {
          "line": 26,
          "column": 16
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 811,
      "end": 812,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 812,
      "end": 819,
      "loc": {
        "start": {
          "line": 26,
          "column": 25
        },
        "end": {
          "line": 26,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 26,
          "column": 32
        },
        "end": {
          "line": 26,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 27,
          "column": 5
        },
        "end": {
          "line": 27,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 834,
      "end": 842,
      "loc": {
        "start": {
          "line": 29,
          "column": 5
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAccountTariffs",
      "start": 843,
      "end": 860,
      "loc": {
        "start": {
          "line": 29,
          "column": 14
        },
        "end": {
          "line": 29,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 860,
      "end": 861,
      "loc": {
        "start": {
          "line": 29,
          "column": 31
        },
        "end": {
          "line": 29,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 861,
      "end": 866,
      "loc": {
        "start": {
          "line": 29,
          "column": 32
        },
        "end": {
          "line": 29,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 866,
      "end": 867,
      "loc": {
        "start": {
          "line": 29,
          "column": 37
        },
        "end": {
          "line": 29,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 868,
      "end": 869,
      "loc": {
        "start": {
          "line": 29,
          "column": 39
        },
        "end": {
          "line": 29,
          "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": 879,
      "end": 882,
      "loc": {
        "start": {
          "line": 30,
          "column": 9
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 883,
      "end": 891,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 892,
      "end": 893,
      "loc": {
        "start": {
          "line": 30,
          "column": 22
        },
        "end": {
          "line": 30,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 894,
      "end": 896,
      "loc": {
        "start": {
          "line": 30,
          "column": 24
        },
        "end": {
          "line": 30,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 896,
      "end": 897,
      "loc": {
        "start": {
          "line": 30,
          "column": 26
        },
        "end": {
          "line": 30,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 897,
      "end": 902,
      "loc": {
        "start": {
          "line": 30,
          "column": 27
        },
        "end": {
          "line": 30,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 903,
      "end": 904,
      "loc": {
        "start": {
          "line": 30,
          "column": 33
        },
        "end": {
          "line": 30,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 30,
          "column": 34
        },
        "end": {
          "line": 30,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 916,
      "end": 921,
      "loc": {
        "start": {
          "line": 32,
          "column": 9
        },
        "end": {
          "line": 32,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 921,
      "end": 922,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 922,
      "end": 925,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "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": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 926,
      "end": 933,
      "loc": {
        "start": {
          "line": 32,
          "column": 19
        },
        "end": {
          "line": 32,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 32,
          "column": 27
        },
        "end": {
          "line": 32,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 936,
      "end": 971,
      "loc": {
        "start": {
          "line": 32,
          "column": 29
        },
        "end": {
          "line": 32,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 972,
      "end": 973,
      "loc": {
        "start": {
          "line": 32,
          "column": 65
        },
        "end": {
          "line": 32,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 974,
      "end": 979,
      "loc": {
        "start": {
          "line": 32,
          "column": 67
        },
        "end": {
          "line": 32,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 32,
          "column": 73
        },
        "end": {
          "line": 32,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/tariffs",
      "start": 982,
      "end": 992,
      "loc": {
        "start": {
          "line": 32,
          "column": 75
        },
        "end": {
          "line": 32,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 992,
      "end": 993,
      "loc": {
        "start": {
          "line": 32,
          "column": 85
        },
        "end": {
          "line": 32,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 33,
          "column": 13
        },
        "end": {
          "line": 33,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1008,
      "end": 1012,
      "loc": {
        "start": {
          "line": 33,
          "column": 14
        },
        "end": {
          "line": 33,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1012,
      "end": 1013,
      "loc": {
        "start": {
          "line": 33,
          "column": 18
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1013,
      "end": 1021,
      "loc": {
        "start": {
          "line": 33,
          "column": 19
        },
        "end": {
          "line": 33,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1021,
      "end": 1022,
      "loc": {
        "start": {
          "line": 33,
          "column": 27
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 1022,
      "end": 1030,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 33,
          "column": 36
        },
        "end": {
          "line": 33,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1032,
      "end": 1033,
      "loc": {
        "start": {
          "line": 33,
          "column": 38
        },
        "end": {
          "line": 33,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1051,
      "end": 1059,
      "loc": {
        "start": {
          "line": 34,
          "column": 17
        },
        "end": {
          "line": 34,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 34,
          "column": 25
        },
        "end": {
          "line": 34,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1060,
      "end": 1067,
      "loc": {
        "start": {
          "line": 34,
          "column": 26
        },
        "end": {
          "line": 34,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1067,
      "end": 1068,
      "loc": {
        "start": {
          "line": 34,
          "column": 33
        },
        "end": {
          "line": 34,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 1068,
      "end": 1076,
      "loc": {
        "start": {
          "line": 34,
          "column": 34
        },
        "end": {
          "line": 34,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1076,
      "end": 1077,
      "loc": {
        "start": {
          "line": 34,
          "column": 42
        },
        "end": {
          "line": 34,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1077,
      "end": 1081,
      "loc": {
        "start": {
          "line": 34,
          "column": 43
        },
        "end": {
          "line": 34,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1081,
      "end": 1082,
      "loc": {
        "start": {
          "line": 34,
          "column": 47
        },
        "end": {
          "line": 34,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1082,
      "end": 1083,
      "loc": {
        "start": {
          "line": 34,
          "column": 48
        },
        "end": {
          "line": 34,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 35,
          "column": 13
        },
        "end": {
          "line": 35,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1098,
      "end": 1099,
      "loc": {
        "start": {
          "line": 35,
          "column": 14
        },
        "end": {
          "line": 35,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1113,
      "end": 1114,
      "loc": {
        "start": {
          "line": 36,
          "column": 13
        },
        "end": {
          "line": 36,
          "column": 14
        }
      }
    },
    {
      "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": 1114,
      "end": 1119,
      "loc": {
        "start": {
          "line": 36,
          "column": 14
        },
        "end": {
          "line": 36,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1119,
      "end": 1120,
      "loc": {
        "start": {
          "line": 36,
          "column": 19
        },
        "end": {
          "line": 36,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1120,
      "end": 1128,
      "loc": {
        "start": {
          "line": 36,
          "column": 20
        },
        "end": {
          "line": 36,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1128,
      "end": 1129,
      "loc": {
        "start": {
          "line": 36,
          "column": 28
        },
        "end": {
          "line": 36,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1129,
      "end": 1135,
      "loc": {
        "start": {
          "line": 36,
          "column": 29
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1135,
      "end": 1136,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1136,
      "end": 1137,
      "loc": {
        "start": {
          "line": 36,
          "column": 36
        },
        "end": {
          "line": 36,
          "column": 37
        }
      }
    },
    {
      "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": 1148,
      "end": 1154,
      "loc": {
        "start": {
          "line": 38,
          "column": 9
        },
        "end": {
          "line": 38,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1155,
      "end": 1163,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1163,
      "end": 1164,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 1164,
      "end": 1171,
      "loc": {
        "start": {
          "line": 38,
          "column": 25
        },
        "end": {
          "line": 38,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1171,
      "end": 1172,
      "loc": {
        "start": {
          "line": 38,
          "column": 32
        },
        "end": {
          "line": 38,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1178,
      "end": 1179,
      "loc": {
        "start": {
          "line": 39,
          "column": 5
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1186,
      "end": 1194,
      "loc": {
        "start": {
          "line": 41,
          "column": 5
        },
        "end": {
          "line": 41,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getProfiles",
      "start": 1195,
      "end": 1206,
      "loc": {
        "start": {
          "line": 41,
          "column": 14
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 1207,
      "end": 1212,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1212,
      "end": 1213,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 41,
          "column": 33
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "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": 1225,
      "end": 1228,
      "loc": {
        "start": {
          "line": 42,
          "column": 9
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1229,
      "end": 1237,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1238,
      "end": 1239,
      "loc": {
        "start": {
          "line": 42,
          "column": 22
        },
        "end": {
          "line": 42,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 1240,
      "end": 1242,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1242,
      "end": 1243,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 1243,
      "end": 1248,
      "loc": {
        "start": {
          "line": 42,
          "column": 27
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1248,
      "end": 1249,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1249,
      "end": 1250,
      "loc": {
        "start": {
          "line": 42,
          "column": 33
        },
        "end": {
          "line": 42,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1250,
      "end": 1251,
      "loc": {
        "start": {
          "line": 42,
          "column": 34
        },
        "end": {
          "line": 42,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 1262,
      "end": 1267,
      "loc": {
        "start": {
          "line": 44,
          "column": 9
        },
        "end": {
          "line": 44,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1267,
      "end": 1268,
      "loc": {
        "start": {
          "line": 44,
          "column": 14
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 1268,
      "end": 1271,
      "loc": {
        "start": {
          "line": 44,
          "column": 15
        },
        "end": {
          "line": 44,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1271,
      "end": 1272,
      "loc": {
        "start": {
          "line": 44,
          "column": 18
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 1272,
      "end": 1279,
      "loc": {
        "start": {
          "line": 44,
          "column": 19
        },
        "end": {
          "line": 44,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1280,
      "end": 1281,
      "loc": {
        "start": {
          "line": 44,
          "column": 27
        },
        "end": {
          "line": 44,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 1282,
      "end": 1317,
      "loc": {
        "start": {
          "line": 44,
          "column": 29
        },
        "end": {
          "line": 44,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 44,
          "column": 65
        },
        "end": {
          "line": 44,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 1320,
      "end": 1325,
      "loc": {
        "start": {
          "line": 44,
          "column": 67
        },
        "end": {
          "line": 44,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1326,
      "end": 1327,
      "loc": {
        "start": {
          "line": 44,
          "column": 73
        },
        "end": {
          "line": 44,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/profiles",
      "start": 1328,
      "end": 1339,
      "loc": {
        "start": {
          "line": 44,
          "column": 75
        },
        "end": {
          "line": 44,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1339,
      "end": 1340,
      "loc": {
        "start": {
          "line": 44,
          "column": 86
        },
        "end": {
          "line": 44,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1354,
      "end": 1355,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1355,
      "end": 1359,
      "loc": {
        "start": {
          "line": 45,
          "column": 14
        },
        "end": {
          "line": 45,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1359,
      "end": 1360,
      "loc": {
        "start": {
          "line": 45,
          "column": 18
        },
        "end": {
          "line": 45,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1360,
      "end": 1368,
      "loc": {
        "start": {
          "line": 45,
          "column": 19
        },
        "end": {
          "line": 45,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1368,
      "end": 1369,
      "loc": {
        "start": {
          "line": 45,
          "column": 27
        },
        "end": {
          "line": 45,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 1369,
      "end": 1377,
      "loc": {
        "start": {
          "line": 45,
          "column": 28
        },
        "end": {
          "line": 45,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1377,
      "end": 1378,
      "loc": {
        "start": {
          "line": 45,
          "column": 36
        },
        "end": {
          "line": 45,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 45,
          "column": 38
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1398,
      "end": 1406,
      "loc": {
        "start": {
          "line": 46,
          "column": 17
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1406,
      "end": 1407,
      "loc": {
        "start": {
          "line": 46,
          "column": 25
        },
        "end": {
          "line": 46,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1407,
      "end": 1414,
      "loc": {
        "start": {
          "line": 46,
          "column": 26
        },
        "end": {
          "line": 46,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1414,
      "end": 1415,
      "loc": {
        "start": {
          "line": 46,
          "column": 33
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 1415,
      "end": 1423,
      "loc": {
        "start": {
          "line": 46,
          "column": 34
        },
        "end": {
          "line": 46,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1423,
      "end": 1424,
      "loc": {
        "start": {
          "line": 46,
          "column": 42
        },
        "end": {
          "line": 46,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1424,
      "end": 1428,
      "loc": {
        "start": {
          "line": 46,
          "column": 43
        },
        "end": {
          "line": 46,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1428,
      "end": 1429,
      "loc": {
        "start": {
          "line": 46,
          "column": 47
        },
        "end": {
          "line": 46,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1429,
      "end": 1430,
      "loc": {
        "start": {
          "line": 46,
          "column": 48
        },
        "end": {
          "line": 46,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1444,
      "end": 1445,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1445,
      "end": 1446,
      "loc": {
        "start": {
          "line": 47,
          "column": 14
        },
        "end": {
          "line": 47,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1460,
      "end": 1461,
      "loc": {
        "start": {
          "line": 48,
          "column": 13
        },
        "end": {
          "line": 48,
          "column": 14
        }
      }
    },
    {
      "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": 1461,
      "end": 1466,
      "loc": {
        "start": {
          "line": 48,
          "column": 14
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1466,
      "end": 1467,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1467,
      "end": 1475,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1475,
      "end": 1476,
      "loc": {
        "start": {
          "line": 48,
          "column": 28
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1476,
      "end": 1482,
      "loc": {
        "start": {
          "line": 48,
          "column": 29
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1482,
      "end": 1483,
      "loc": {
        "start": {
          "line": 48,
          "column": 35
        },
        "end": {
          "line": 48,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1483,
      "end": 1484,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 37
        }
      }
    },
    {
      "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": 1495,
      "end": 1501,
      "loc": {
        "start": {
          "line": 50,
          "column": 9
        },
        "end": {
          "line": 50,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1502,
      "end": 1510,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 50,
          "column": 24
        },
        "end": {
          "line": 50,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 1511,
      "end": 1518,
      "loc": {
        "start": {
          "line": 50,
          "column": 25
        },
        "end": {
          "line": 50,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1518,
      "end": 1519,
      "loc": {
        "start": {
          "line": 50,
          "column": 32
        },
        "end": {
          "line": 50,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1525,
      "end": 1526,
      "loc": {
        "start": {
          "line": 51,
          "column": 5
        },
        "end": {
          "line": 51,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1533,
      "end": 1541,
      "loc": {
        "start": {
          "line": 53,
          "column": 5
        },
        "end": {
          "line": 53,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getUsageProfile",
      "start": 1542,
      "end": 1557,
      "loc": {
        "start": {
          "line": 53,
          "column": 14
        },
        "end": {
          "line": 53,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 53,
          "column": 29
        },
        "end": {
          "line": 53,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "profileId",
      "start": 1558,
      "end": 1567,
      "loc": {
        "start": {
          "line": 53,
          "column": 30
        },
        "end": {
          "line": 53,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1567,
      "end": 1568,
      "loc": {
        "start": {
          "line": 53,
          "column": 39
        },
        "end": {
          "line": 53,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1569,
      "end": 1570,
      "loc": {
        "start": {
          "line": 53,
          "column": 41
        },
        "end": {
          "line": 53,
          "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": 1580,
      "end": 1583,
      "loc": {
        "start": {
          "line": 54,
          "column": 9
        },
        "end": {
          "line": 54,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1584,
      "end": 1592,
      "loc": {
        "start": {
          "line": 54,
          "column": 13
        },
        "end": {
          "line": 54,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 1595,
      "end": 1597,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1597,
      "end": 1598,
      "loc": {
        "start": {
          "line": 54,
          "column": 26
        },
        "end": {
          "line": 54,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 1598,
      "end": 1603,
      "loc": {
        "start": {
          "line": 54,
          "column": 27
        },
        "end": {
          "line": 54,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1603,
      "end": 1604,
      "loc": {
        "start": {
          "line": 54,
          "column": 32
        },
        "end": {
          "line": 54,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 54,
          "column": 33
        },
        "end": {
          "line": 54,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1605,
      "end": 1606,
      "loc": {
        "start": {
          "line": 54,
          "column": 34
        },
        "end": {
          "line": 54,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 1617,
      "end": 1622,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1622,
      "end": 1623,
      "loc": {
        "start": {
          "line": 56,
          "column": 14
        },
        "end": {
          "line": 56,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 1623,
      "end": 1626,
      "loc": {
        "start": {
          "line": 56,
          "column": 15
        },
        "end": {
          "line": 56,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1626,
      "end": 1627,
      "loc": {
        "start": {
          "line": 56,
          "column": 18
        },
        "end": {
          "line": 56,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 1627,
      "end": 1634,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1635,
      "end": 1636,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/usage_profiles/",
      "start": 1637,
      "end": 1678,
      "loc": {
        "start": {
          "line": 56,
          "column": 29
        },
        "end": {
          "line": 56,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1679,
      "end": 1680,
      "loc": {
        "start": {
          "line": 56,
          "column": 71
        },
        "end": {
          "line": 56,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "profileId",
      "start": 1681,
      "end": 1690,
      "loc": {
        "start": {
          "line": 56,
          "column": 73
        },
        "end": {
          "line": 56,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1690,
      "end": 1691,
      "loc": {
        "start": {
          "line": 56,
          "column": 82
        },
        "end": {
          "line": 56,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1692,
      "end": 1693,
      "loc": {
        "start": {
          "line": 56,
          "column": 84
        },
        "end": {
          "line": 56,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "groupBy",
      "start": 1711,
      "end": 1718,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 57,
          "column": 24
        },
        "end": {
          "line": 57,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MONTH",
      "start": 1720,
      "end": 1727,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1727,
      "end": 1728,
      "loc": {
        "start": {
          "line": 57,
          "column": 33
        },
        "end": {
          "line": 57,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "populateIntervals",
      "start": 1746,
      "end": 1763,
      "loc": {
        "start": {
          "line": 58,
          "column": 17
        },
        "end": {
          "line": 58,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1763,
      "end": 1764,
      "loc": {
        "start": {
          "line": 58,
          "column": 34
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "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": 1765,
      "end": 1769,
      "loc": {
        "start": {
          "line": 58,
          "column": 36
        },
        "end": {
          "line": 58,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1769,
      "end": 1770,
      "loc": {
        "start": {
          "line": 58,
          "column": 40
        },
        "end": {
          "line": 58,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clipBy",
      "start": 1788,
      "end": 1794,
      "loc": {
        "start": {
          "line": 59,
          "column": 17
        },
        "end": {
          "line": 59,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1794,
      "end": 1795,
      "loc": {
        "start": {
          "line": 59,
          "column": 23
        },
        "end": {
          "line": 59,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INNER",
      "start": 1796,
      "end": 1803,
      "loc": {
        "start": {
          "line": 59,
          "column": 25
        },
        "end": {
          "line": 59,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 60,
          "column": 13
        },
        "end": {
          "line": 60,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1818,
      "end": 1819,
      "loc": {
        "start": {
          "line": 60,
          "column": 14
        },
        "end": {
          "line": 60,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1833,
      "end": 1834,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1834,
      "end": 1838,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 61,
          "column": 18
        },
        "end": {
          "line": 61,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1839,
      "end": 1847,
      "loc": {
        "start": {
          "line": 61,
          "column": 19
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1847,
      "end": 1848,
      "loc": {
        "start": {
          "line": 61,
          "column": 27
        },
        "end": {
          "line": 61,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 1848,
      "end": 1856,
      "loc": {
        "start": {
          "line": 61,
          "column": 28
        },
        "end": {
          "line": 61,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1856,
      "end": 1857,
      "loc": {
        "start": {
          "line": 61,
          "column": 36
        },
        "end": {
          "line": 61,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1858,
      "end": 1859,
      "loc": {
        "start": {
          "line": 61,
          "column": 38
        },
        "end": {
          "line": 61,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1877,
      "end": 1885,
      "loc": {
        "start": {
          "line": 62,
          "column": 17
        },
        "end": {
          "line": 62,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1885,
      "end": 1886,
      "loc": {
        "start": {
          "line": 62,
          "column": 25
        },
        "end": {
          "line": 62,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1886,
      "end": 1893,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1893,
      "end": 1894,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 1894,
      "end": 1902,
      "loc": {
        "start": {
          "line": 62,
          "column": 34
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1902,
      "end": 1903,
      "loc": {
        "start": {
          "line": 62,
          "column": 42
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1903,
      "end": 1907,
      "loc": {
        "start": {
          "line": 62,
          "column": 43
        },
        "end": {
          "line": 62,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1907,
      "end": 1908,
      "loc": {
        "start": {
          "line": 62,
          "column": 47
        },
        "end": {
          "line": 62,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1908,
      "end": 1909,
      "loc": {
        "start": {
          "line": 62,
          "column": 48
        },
        "end": {
          "line": 62,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1923,
      "end": 1924,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1924,
      "end": 1925,
      "loc": {
        "start": {
          "line": 63,
          "column": 14
        },
        "end": {
          "line": 63,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1939,
      "end": 1940,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "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": 1940,
      "end": 1945,
      "loc": {
        "start": {
          "line": 64,
          "column": 14
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 64,
          "column": 19
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1946,
      "end": 1954,
      "loc": {
        "start": {
          "line": 64,
          "column": 20
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1954,
      "end": 1955,
      "loc": {
        "start": {
          "line": 64,
          "column": 28
        },
        "end": {
          "line": 64,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1955,
      "end": 1961,
      "loc": {
        "start": {
          "line": 64,
          "column": 29
        },
        "end": {
          "line": 64,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1961,
      "end": 1962,
      "loc": {
        "start": {
          "line": 64,
          "column": 35
        },
        "end": {
          "line": 64,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1962,
      "end": 1963,
      "loc": {
        "start": {
          "line": 64,
          "column": 36
        },
        "end": {
          "line": 64,
          "column": 37
        }
      }
    },
    {
      "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": 1974,
      "end": 1980,
      "loc": {
        "start": {
          "line": 66,
          "column": 9
        },
        "end": {
          "line": 66,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 1981,
      "end": 1989,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1989,
      "end": 1990,
      "loc": {
        "start": {
          "line": 66,
          "column": 24
        },
        "end": {
          "line": 66,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 1990,
      "end": 1997,
      "loc": {
        "start": {
          "line": 66,
          "column": 25
        },
        "end": {
          "line": 66,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1997,
      "end": 1998,
      "loc": {
        "start": {
          "line": 66,
          "column": 32
        },
        "end": {
          "line": 66,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2004,
      "end": 2005,
      "loc": {
        "start": {
          "line": 67,
          "column": 5
        },
        "end": {
          "line": 67,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2012,
      "end": 2020,
      "loc": {
        "start": {
          "line": 69,
          "column": 5
        },
        "end": {
          "line": 69,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getSavingsAnalysis",
      "start": 2021,
      "end": 2039,
      "loc": {
        "start": {
          "line": 69,
          "column": 14
        },
        "end": {
          "line": 69,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2039,
      "end": 2040,
      "loc": {
        "start": {
          "line": 69,
          "column": 32
        },
        "end": {
          "line": 69,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 2040,
      "end": 2045,
      "loc": {
        "start": {
          "line": 69,
          "column": 33
        },
        "end": {
          "line": 69,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2045,
      "end": 2046,
      "loc": {
        "start": {
          "line": 69,
          "column": 38
        },
        "end": {
          "line": 69,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "savingsAnalysisId",
      "start": 2047,
      "end": 2064,
      "loc": {
        "start": {
          "line": 69,
          "column": 40
        },
        "end": {
          "line": 69,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2064,
      "end": 2065,
      "loc": {
        "start": {
          "line": 69,
          "column": 57
        },
        "end": {
          "line": 69,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 69,
          "column": 59
        },
        "end": {
          "line": 69,
          "column": 60
        }
      }
    },
    {
      "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": 2077,
      "end": 2080,
      "loc": {
        "start": {
          "line": 70,
          "column": 9
        },
        "end": {
          "line": 70,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2081,
      "end": 2089,
      "loc": {
        "start": {
          "line": 70,
          "column": 13
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2090,
      "end": 2091,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 2092,
      "end": 2094,
      "loc": {
        "start": {
          "line": 70,
          "column": 24
        },
        "end": {
          "line": 70,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2094,
      "end": 2095,
      "loc": {
        "start": {
          "line": 70,
          "column": 26
        },
        "end": {
          "line": 70,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 2095,
      "end": 2100,
      "loc": {
        "start": {
          "line": 70,
          "column": 27
        },
        "end": {
          "line": 70,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 70,
          "column": 32
        },
        "end": {
          "line": 70,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2101,
      "end": 2102,
      "loc": {
        "start": {
          "line": 70,
          "column": 33
        },
        "end": {
          "line": 70,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2102,
      "end": 2103,
      "loc": {
        "start": {
          "line": 70,
          "column": 34
        },
        "end": {
          "line": 70,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 2114,
      "end": 2119,
      "loc": {
        "start": {
          "line": 72,
          "column": 9
        },
        "end": {
          "line": 72,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2119,
      "end": 2120,
      "loc": {
        "start": {
          "line": 72,
          "column": 14
        },
        "end": {
          "line": 72,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 2120,
      "end": 2123,
      "loc": {
        "start": {
          "line": 72,
          "column": 15
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2123,
      "end": 2124,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 2124,
      "end": 2131,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2132,
      "end": 2133,
      "loc": {
        "start": {
          "line": 72,
          "column": 27
        },
        "end": {
          "line": 72,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 2134,
      "end": 2169,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2170,
      "end": 2171,
      "loc": {
        "start": {
          "line": 72,
          "column": 65
        },
        "end": {
          "line": 72,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 2172,
      "end": 2177,
      "loc": {
        "start": {
          "line": 72,
          "column": 67
        },
        "end": {
          "line": 72,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2178,
      "end": 2179,
      "loc": {
        "start": {
          "line": 72,
          "column": 73
        },
        "end": {
          "line": 72,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/analyses/",
      "start": 2180,
      "end": 2192,
      "loc": {
        "start": {
          "line": 72,
          "column": 75
        },
        "end": {
          "line": 72,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2193,
      "end": 2194,
      "loc": {
        "start": {
          "line": 72,
          "column": 88
        },
        "end": {
          "line": 72,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "savingsAnalysisId",
      "start": 2195,
      "end": 2212,
      "loc": {
        "start": {
          "line": 72,
          "column": 90
        },
        "end": {
          "line": 72,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 72,
          "column": 107
        },
        "end": {
          "line": 72,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2227,
      "end": 2228,
      "loc": {
        "start": {
          "line": 73,
          "column": 13
        },
        "end": {
          "line": 73,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2228,
      "end": 2232,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2232,
      "end": 2233,
      "loc": {
        "start": {
          "line": 73,
          "column": 18
        },
        "end": {
          "line": 73,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2233,
      "end": 2241,
      "loc": {
        "start": {
          "line": 73,
          "column": 19
        },
        "end": {
          "line": 73,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2241,
      "end": 2242,
      "loc": {
        "start": {
          "line": 73,
          "column": 27
        },
        "end": {
          "line": 73,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2242,
      "end": 2250,
      "loc": {
        "start": {
          "line": 73,
          "column": 28
        },
        "end": {
          "line": 73,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2250,
      "end": 2251,
      "loc": {
        "start": {
          "line": 73,
          "column": 36
        },
        "end": {
          "line": 73,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2252,
      "end": 2253,
      "loc": {
        "start": {
          "line": 73,
          "column": 38
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2271,
      "end": 2279,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2279,
      "end": 2280,
      "loc": {
        "start": {
          "line": 74,
          "column": 25
        },
        "end": {
          "line": 74,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2280,
      "end": 2287,
      "loc": {
        "start": {
          "line": 74,
          "column": 26
        },
        "end": {
          "line": 74,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2287,
      "end": 2288,
      "loc": {
        "start": {
          "line": 74,
          "column": 33
        },
        "end": {
          "line": 74,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2288,
      "end": 2296,
      "loc": {
        "start": {
          "line": 74,
          "column": 34
        },
        "end": {
          "line": 74,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2296,
      "end": 2297,
      "loc": {
        "start": {
          "line": 74,
          "column": 42
        },
        "end": {
          "line": 74,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2297,
      "end": 2301,
      "loc": {
        "start": {
          "line": 74,
          "column": 43
        },
        "end": {
          "line": 74,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 74,
          "column": 47
        },
        "end": {
          "line": 74,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2302,
      "end": 2303,
      "loc": {
        "start": {
          "line": 74,
          "column": 48
        },
        "end": {
          "line": 74,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2317,
      "end": 2318,
      "loc": {
        "start": {
          "line": 75,
          "column": 13
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2318,
      "end": 2319,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 76,
          "column": 13
        },
        "end": {
          "line": 76,
          "column": 14
        }
      }
    },
    {
      "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": 2334,
      "end": 2339,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2339,
      "end": 2340,
      "loc": {
        "start": {
          "line": 76,
          "column": 19
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2340,
      "end": 2348,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2348,
      "end": 2349,
      "loc": {
        "start": {
          "line": 76,
          "column": 28
        },
        "end": {
          "line": 76,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2349,
      "end": 2355,
      "loc": {
        "start": {
          "line": 76,
          "column": 29
        },
        "end": {
          "line": 76,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 76,
          "column": 35
        },
        "end": {
          "line": 76,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2356,
      "end": 2357,
      "loc": {
        "start": {
          "line": 76,
          "column": 36
        },
        "end": {
          "line": 76,
          "column": 37
        }
      }
    },
    {
      "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": 2368,
      "end": 2374,
      "loc": {
        "start": {
          "line": 78,
          "column": 9
        },
        "end": {
          "line": 78,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2375,
      "end": 2383,
      "loc": {
        "start": {
          "line": 78,
          "column": 16
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2383,
      "end": 2384,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 2384,
      "end": 2391,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2391,
      "end": 2392,
      "loc": {
        "start": {
          "line": 78,
          "column": 32
        },
        "end": {
          "line": 78,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2398,
      "end": 2399,
      "loc": {
        "start": {
          "line": 79,
          "column": 5
        },
        "end": {
          "line": 79,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2406,
      "end": 2414,
      "loc": {
        "start": {
          "line": 81,
          "column": 5
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAccountTariff",
      "start": 2415,
      "end": 2431,
      "loc": {
        "start": {
          "line": 81,
          "column": 14
        },
        "end": {
          "line": 81,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2431,
      "end": 2432,
      "loc": {
        "start": {
          "line": 81,
          "column": 30
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 2432,
      "end": 2437,
      "loc": {
        "start": {
          "line": 81,
          "column": 31
        },
        "end": {
          "line": 81,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 81,
          "column": 36
        },
        "end": {
          "line": 81,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "masterTariffId",
      "start": 2439,
      "end": 2453,
      "loc": {
        "start": {
          "line": 81,
          "column": 38
        },
        "end": {
          "line": 81,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2453,
      "end": 2454,
      "loc": {
        "start": {
          "line": 81,
          "column": 52
        },
        "end": {
          "line": 81,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2455,
      "end": 2456,
      "loc": {
        "start": {
          "line": 81,
          "column": 54
        },
        "end": {
          "line": 81,
          "column": 55
        }
      }
    },
    {
      "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": 2466,
      "end": 2469,
      "loc": {
        "start": {
          "line": 82,
          "column": 9
        },
        "end": {
          "line": 82,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2470,
      "end": 2478,
      "loc": {
        "start": {
          "line": 82,
          "column": 13
        },
        "end": {
          "line": 82,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2479,
      "end": 2480,
      "loc": {
        "start": {
          "line": 82,
          "column": 22
        },
        "end": {
          "line": 82,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 2481,
      "end": 2483,
      "loc": {
        "start": {
          "line": 82,
          "column": 24
        },
        "end": {
          "line": 82,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2483,
      "end": 2484,
      "loc": {
        "start": {
          "line": 82,
          "column": 26
        },
        "end": {
          "line": 82,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 2484,
      "end": 2489,
      "loc": {
        "start": {
          "line": 82,
          "column": 27
        },
        "end": {
          "line": 82,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2489,
      "end": 2490,
      "loc": {
        "start": {
          "line": 82,
          "column": 32
        },
        "end": {
          "line": 82,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2490,
      "end": 2491,
      "loc": {
        "start": {
          "line": 82,
          "column": 33
        },
        "end": {
          "line": 82,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2491,
      "end": 2492,
      "loc": {
        "start": {
          "line": 82,
          "column": 34
        },
        "end": {
          "line": 82,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 2503,
      "end": 2508,
      "loc": {
        "start": {
          "line": 84,
          "column": 9
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2508,
      "end": 2509,
      "loc": {
        "start": {
          "line": 84,
          "column": 14
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "put",
      "start": 2509,
      "end": 2512,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2512,
      "end": 2513,
      "loc": {
        "start": {
          "line": 84,
          "column": 18
        },
        "end": {
          "line": 84,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 2513,
      "end": 2520,
      "loc": {
        "start": {
          "line": 84,
          "column": 19
        },
        "end": {
          "line": 84,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2521,
      "end": 2522,
      "loc": {
        "start": {
          "line": 84,
          "column": 27
        },
        "end": {
          "line": 84,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 2523,
      "end": 2558,
      "loc": {
        "start": {
          "line": 84,
          "column": 29
        },
        "end": {
          "line": 84,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2559,
      "end": 2560,
      "loc": {
        "start": {
          "line": 84,
          "column": 65
        },
        "end": {
          "line": 84,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 2561,
      "end": 2566,
      "loc": {
        "start": {
          "line": 84,
          "column": 67
        },
        "end": {
          "line": 84,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2567,
      "end": 2568,
      "loc": {
        "start": {
          "line": 84,
          "column": 73
        },
        "end": {
          "line": 84,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/tariffs",
      "start": 2569,
      "end": 2579,
      "loc": {
        "start": {
          "line": 84,
          "column": 75
        },
        "end": {
          "line": 84,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2579,
      "end": 2580,
      "loc": {
        "start": {
          "line": 84,
          "column": 85
        },
        "end": {
          "line": 84,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2581,
      "end": 2582,
      "loc": {
        "start": {
          "line": 84,
          "column": 87
        },
        "end": {
          "line": 84,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "masterTariffId",
      "start": 2600,
      "end": 2614,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2614,
      "end": 2615,
      "loc": {
        "start": {
          "line": 85,
          "column": 31
        },
        "end": {
          "line": 85,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "masterTariffId",
      "start": 2616,
      "end": 2630,
      "loc": {
        "start": {
          "line": 85,
          "column": 33
        },
        "end": {
          "line": 85,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2644,
      "end": 2645,
      "loc": {
        "start": {
          "line": 86,
          "column": 13
        },
        "end": {
          "line": 86,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2645,
      "end": 2646,
      "loc": {
        "start": {
          "line": 86,
          "column": 14
        },
        "end": {
          "line": 86,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2660,
      "end": 2661,
      "loc": {
        "start": {
          "line": 87,
          "column": 13
        },
        "end": {
          "line": 87,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2661,
      "end": 2665,
      "loc": {
        "start": {
          "line": 87,
          "column": 14
        },
        "end": {
          "line": 87,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2665,
      "end": 2666,
      "loc": {
        "start": {
          "line": 87,
          "column": 18
        },
        "end": {
          "line": 87,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2666,
      "end": 2674,
      "loc": {
        "start": {
          "line": 87,
          "column": 19
        },
        "end": {
          "line": 87,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2674,
      "end": 2675,
      "loc": {
        "start": {
          "line": 87,
          "column": 27
        },
        "end": {
          "line": 87,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2675,
      "end": 2683,
      "loc": {
        "start": {
          "line": 87,
          "column": 28
        },
        "end": {
          "line": 87,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2683,
      "end": 2684,
      "loc": {
        "start": {
          "line": 87,
          "column": 36
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2685,
      "end": 2686,
      "loc": {
        "start": {
          "line": 87,
          "column": 38
        },
        "end": {
          "line": 87,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2704,
      "end": 2712,
      "loc": {
        "start": {
          "line": 88,
          "column": 17
        },
        "end": {
          "line": 88,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2712,
      "end": 2713,
      "loc": {
        "start": {
          "line": 88,
          "column": 25
        },
        "end": {
          "line": 88,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2713,
      "end": 2720,
      "loc": {
        "start": {
          "line": 88,
          "column": 26
        },
        "end": {
          "line": 88,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2720,
      "end": 2721,
      "loc": {
        "start": {
          "line": 88,
          "column": 33
        },
        "end": {
          "line": 88,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2721,
      "end": 2729,
      "loc": {
        "start": {
          "line": 88,
          "column": 34
        },
        "end": {
          "line": 88,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2729,
      "end": 2730,
      "loc": {
        "start": {
          "line": 88,
          "column": 42
        },
        "end": {
          "line": 88,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2730,
      "end": 2734,
      "loc": {
        "start": {
          "line": 88,
          "column": 43
        },
        "end": {
          "line": 88,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2734,
      "end": 2735,
      "loc": {
        "start": {
          "line": 88,
          "column": 47
        },
        "end": {
          "line": 88,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2735,
      "end": 2736,
      "loc": {
        "start": {
          "line": 88,
          "column": 48
        },
        "end": {
          "line": 88,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2750,
      "end": 2751,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2751,
      "end": 2752,
      "loc": {
        "start": {
          "line": 89,
          "column": 14
        },
        "end": {
          "line": 89,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2766,
      "end": 2767,
      "loc": {
        "start": {
          "line": 90,
          "column": 13
        },
        "end": {
          "line": 90,
          "column": 14
        }
      }
    },
    {
      "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": 2767,
      "end": 2772,
      "loc": {
        "start": {
          "line": 90,
          "column": 14
        },
        "end": {
          "line": 90,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 90,
          "column": 19
        },
        "end": {
          "line": 90,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2773,
      "end": 2781,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2781,
      "end": 2782,
      "loc": {
        "start": {
          "line": 90,
          "column": 28
        },
        "end": {
          "line": 90,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2782,
      "end": 2788,
      "loc": {
        "start": {
          "line": 90,
          "column": 29
        },
        "end": {
          "line": 90,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2788,
      "end": 2789,
      "loc": {
        "start": {
          "line": 90,
          "column": 35
        },
        "end": {
          "line": 90,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2789,
      "end": 2790,
      "loc": {
        "start": {
          "line": 90,
          "column": 36
        },
        "end": {
          "line": 90,
          "column": 37
        }
      }
    },
    {
      "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": 2801,
      "end": 2807,
      "loc": {
        "start": {
          "line": 92,
          "column": 9
        },
        "end": {
          "line": 92,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2808,
      "end": 2816,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "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": 92,
          "column": 24
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 2817,
      "end": 2824,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2824,
      "end": 2825,
      "loc": {
        "start": {
          "line": 92,
          "column": 32
        },
        "end": {
          "line": 92,
          "column": 33
        }
      }
    },
    {
      "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": 93,
          "column": 5
        },
        "end": {
          "line": 93,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2839,
      "end": 2847,
      "loc": {
        "start": {
          "line": 95,
          "column": 5
        },
        "end": {
          "line": 95,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "analyze",
      "start": 2848,
      "end": 2855,
      "loc": {
        "start": {
          "line": 95,
          "column": 14
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2855,
      "end": 2856,
      "loc": {
        "start": {
          "line": 95,
          "column": 21
        },
        "end": {
          "line": 95,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 2856,
      "end": 2861,
      "loc": {
        "start": {
          "line": 95,
          "column": 22
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2861,
      "end": 2862,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2863,
      "end": 2867,
      "loc": {
        "start": {
          "line": 95,
          "column": 29
        },
        "end": {
          "line": 95,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2867,
      "end": 2868,
      "loc": {
        "start": {
          "line": 95,
          "column": 33
        },
        "end": {
          "line": 95,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2869,
      "end": 2870,
      "loc": {
        "start": {
          "line": 95,
          "column": 35
        },
        "end": {
          "line": 95,
          "column": 36
        }
      }
    },
    {
      "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": 2880,
      "end": 2883,
      "loc": {
        "start": {
          "line": 96,
          "column": 9
        },
        "end": {
          "line": 96,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 2884,
      "end": 2892,
      "loc": {
        "start": {
          "line": 96,
          "column": 13
        },
        "end": {
          "line": 96,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2893,
      "end": 2894,
      "loc": {
        "start": {
          "line": 96,
          "column": 22
        },
        "end": {
          "line": 96,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 2895,
      "end": 2897,
      "loc": {
        "start": {
          "line": 96,
          "column": 24
        },
        "end": {
          "line": 96,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2897,
      "end": 2898,
      "loc": {
        "start": {
          "line": 96,
          "column": 26
        },
        "end": {
          "line": 96,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 2898,
      "end": 2903,
      "loc": {
        "start": {
          "line": 96,
          "column": 27
        },
        "end": {
          "line": 96,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2903,
      "end": 2904,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2904,
      "end": 2905,
      "loc": {
        "start": {
          "line": 96,
          "column": 33
        },
        "end": {
          "line": 96,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2905,
      "end": 2906,
      "loc": {
        "start": {
          "line": 96,
          "column": 34
        },
        "end": {
          "line": 96,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 2917,
      "end": 2922,
      "loc": {
        "start": {
          "line": 98,
          "column": 9
        },
        "end": {
          "line": 98,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2922,
      "end": 2923,
      "loc": {
        "start": {
          "line": 98,
          "column": 14
        },
        "end": {
          "line": 98,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "post",
      "start": 2923,
      "end": 2927,
      "loc": {
        "start": {
          "line": 98,
          "column": 15
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 98,
          "column": 19
        },
        "end": {
          "line": 98,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 2928,
      "end": 2935,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2936,
      "end": 2937,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/analyze",
      "start": 2938,
      "end": 2971,
      "loc": {
        "start": {
          "line": 98,
          "column": 30
        },
        "end": {
          "line": 98,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2971,
      "end": 2972,
      "loc": {
        "start": {
          "line": 98,
          "column": 63
        },
        "end": {
          "line": 98,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 2973,
      "end": 2977,
      "loc": {
        "start": {
          "line": 98,
          "column": 65
        },
        "end": {
          "line": 98,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2977,
      "end": 2978,
      "loc": {
        "start": {
          "line": 98,
          "column": 69
        },
        "end": {
          "line": 98,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2992,
      "end": 2993,
      "loc": {
        "start": {
          "line": 99,
          "column": 13
        },
        "end": {
          "line": 99,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2993,
      "end": 2997,
      "loc": {
        "start": {
          "line": 99,
          "column": 14
        },
        "end": {
          "line": 99,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2997,
      "end": 2998,
      "loc": {
        "start": {
          "line": 99,
          "column": 18
        },
        "end": {
          "line": 99,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2998,
      "end": 3006,
      "loc": {
        "start": {
          "line": 99,
          "column": 19
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3006,
      "end": 3007,
      "loc": {
        "start": {
          "line": 99,
          "column": 27
        },
        "end": {
          "line": 99,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3007,
      "end": 3015,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3015,
      "end": 3016,
      "loc": {
        "start": {
          "line": 99,
          "column": 36
        },
        "end": {
          "line": 99,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3017,
      "end": 3018,
      "loc": {
        "start": {
          "line": 99,
          "column": 38
        },
        "end": {
          "line": 99,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3036,
      "end": 3044,
      "loc": {
        "start": {
          "line": 100,
          "column": 17
        },
        "end": {
          "line": 100,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3044,
      "end": 3045,
      "loc": {
        "start": {
          "line": 100,
          "column": 25
        },
        "end": {
          "line": 100,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3045,
      "end": 3052,
      "loc": {
        "start": {
          "line": 100,
          "column": 26
        },
        "end": {
          "line": 100,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3052,
      "end": 3053,
      "loc": {
        "start": {
          "line": 100,
          "column": 33
        },
        "end": {
          "line": 100,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3053,
      "end": 3061,
      "loc": {
        "start": {
          "line": 100,
          "column": 34
        },
        "end": {
          "line": 100,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3061,
      "end": 3062,
      "loc": {
        "start": {
          "line": 100,
          "column": 42
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3062,
      "end": 3066,
      "loc": {
        "start": {
          "line": 100,
          "column": 43
        },
        "end": {
          "line": 100,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3066,
      "end": 3067,
      "loc": {
        "start": {
          "line": 100,
          "column": 47
        },
        "end": {
          "line": 100,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 100,
          "column": 48
        },
        "end": {
          "line": 100,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3082,
      "end": 3083,
      "loc": {
        "start": {
          "line": 101,
          "column": 13
        },
        "end": {
          "line": 101,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3083,
      "end": 3084,
      "loc": {
        "start": {
          "line": 101,
          "column": 14
        },
        "end": {
          "line": 101,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3098,
      "end": 3099,
      "loc": {
        "start": {
          "line": 102,
          "column": 13
        },
        "end": {
          "line": 102,
          "column": 14
        }
      }
    },
    {
      "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": 3099,
      "end": 3104,
      "loc": {
        "start": {
          "line": 102,
          "column": 14
        },
        "end": {
          "line": 102,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 102,
          "column": 19
        },
        "end": {
          "line": 102,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3105,
      "end": 3113,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3113,
      "end": 3114,
      "loc": {
        "start": {
          "line": 102,
          "column": 28
        },
        "end": {
          "line": 102,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3114,
      "end": 3120,
      "loc": {
        "start": {
          "line": 102,
          "column": 29
        },
        "end": {
          "line": 102,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 102,
          "column": 35
        },
        "end": {
          "line": 102,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3121,
      "end": 3122,
      "loc": {
        "start": {
          "line": 102,
          "column": 36
        },
        "end": {
          "line": 102,
          "column": 37
        }
      }
    },
    {
      "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": 3133,
      "end": 3139,
      "loc": {
        "start": {
          "line": 104,
          "column": 9
        },
        "end": {
          "line": 104,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3140,
      "end": 3148,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3148,
      "end": 3149,
      "loc": {
        "start": {
          "line": 104,
          "column": 24
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 3149,
      "end": 3156,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 104,
          "column": 32
        },
        "end": {
          "line": 104,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3163,
      "end": 3164,
      "loc": {
        "start": {
          "line": 105,
          "column": 5
        },
        "end": {
          "line": 105,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3171,
      "end": 3179,
      "loc": {
        "start": {
          "line": 107,
          "column": 5
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateAccountProperty",
      "start": 3180,
      "end": 3201,
      "loc": {
        "start": {
          "line": 107,
          "column": 14
        },
        "end": {
          "line": 107,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3201,
      "end": 3202,
      "loc": {
        "start": {
          "line": 107,
          "column": 35
        },
        "end": {
          "line": 107,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 3202,
      "end": 3207,
      "loc": {
        "start": {
          "line": 107,
          "column": 36
        },
        "end": {
          "line": 107,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 107,
          "column": 41
        },
        "end": {
          "line": 107,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "propertyName",
      "start": 3209,
      "end": 3221,
      "loc": {
        "start": {
          "line": 107,
          "column": 43
        },
        "end": {
          "line": 107,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 107,
          "column": 55
        },
        "end": {
          "line": 107,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "propertyValue",
      "start": 3223,
      "end": 3236,
      "loc": {
        "start": {
          "line": 107,
          "column": 57
        },
        "end": {
          "line": 107,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3236,
      "end": 3237,
      "loc": {
        "start": {
          "line": 107,
          "column": 70
        },
        "end": {
          "line": 107,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 107,
          "column": 72
        },
        "end": {
          "line": 107,
          "column": 73
        }
      }
    },
    {
      "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": 3249,
      "end": 3252,
      "loc": {
        "start": {
          "line": 108,
          "column": 9
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3253,
      "end": 3261,
      "loc": {
        "start": {
          "line": 108,
          "column": 13
        },
        "end": {
          "line": 108,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3262,
      "end": 3263,
      "loc": {
        "start": {
          "line": 108,
          "column": 22
        },
        "end": {
          "line": 108,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 3264,
      "end": 3266,
      "loc": {
        "start": {
          "line": 108,
          "column": 24
        },
        "end": {
          "line": 108,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3266,
      "end": 3267,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 3267,
      "end": 3272,
      "loc": {
        "start": {
          "line": 108,
          "column": 27
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3272,
      "end": 3273,
      "loc": {
        "start": {
          "line": 108,
          "column": 32
        },
        "end": {
          "line": 108,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3273,
      "end": 3274,
      "loc": {
        "start": {
          "line": 108,
          "column": 33
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3274,
      "end": 3275,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 35
        }
      }
    },
    {
      "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": 3285,
      "end": 3288,
      "loc": {
        "start": {
          "line": 109,
          "column": 9
        },
        "end": {
          "line": 109,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3289,
      "end": 3293,
      "loc": {
        "start": {
          "line": 109,
          "column": 13
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3294,
      "end": 3295,
      "loc": {
        "start": {
          "line": 109,
          "column": 18
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3296,
      "end": 3297,
      "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": "dataValue",
      "start": 3311,
      "end": 3320,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3320,
      "end": 3321,
      "loc": {
        "start": {
          "line": 110,
          "column": 22
        },
        "end": {
          "line": 110,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "propertyValue",
      "start": 3322,
      "end": 3335,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3345,
      "end": 3346,
      "loc": {
        "start": {
          "line": 111,
          "column": 9
        },
        "end": {
          "line": 111,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3346,
      "end": 3347,
      "loc": {
        "start": {
          "line": 111,
          "column": 10
        },
        "end": {
          "line": 111,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 3357,
      "end": 3362,
      "loc": {
        "start": {
          "line": 112,
          "column": 9
        },
        "end": {
          "line": 112,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3362,
      "end": 3363,
      "loc": {
        "start": {
          "line": 112,
          "column": 14
        },
        "end": {
          "line": 112,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "put",
      "start": 3363,
      "end": 3366,
      "loc": {
        "start": {
          "line": 112,
          "column": 15
        },
        "end": {
          "line": 112,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3366,
      "end": 3367,
      "loc": {
        "start": {
          "line": 112,
          "column": 18
        },
        "end": {
          "line": 112,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 3367,
      "end": 3374,
      "loc": {
        "start": {
          "line": 112,
          "column": 19
        },
        "end": {
          "line": 112,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3375,
      "end": 3376,
      "loc": {
        "start": {
          "line": 112,
          "column": 27
        },
        "end": {
          "line": 112,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 3377,
      "end": 3412,
      "loc": {
        "start": {
          "line": 112,
          "column": 29
        },
        "end": {
          "line": 112,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3413,
      "end": 3414,
      "loc": {
        "start": {
          "line": 112,
          "column": 65
        },
        "end": {
          "line": 112,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 3415,
      "end": 3420,
      "loc": {
        "start": {
          "line": 112,
          "column": 67
        },
        "end": {
          "line": 112,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3421,
      "end": 3422,
      "loc": {
        "start": {
          "line": 112,
          "column": 73
        },
        "end": {
          "line": 112,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/properties/",
      "start": 3423,
      "end": 3437,
      "loc": {
        "start": {
          "line": 112,
          "column": 75
        },
        "end": {
          "line": 112,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 112,
          "column": 90
        },
        "end": {
          "line": 112,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "propertyName",
      "start": 3440,
      "end": 3452,
      "loc": {
        "start": {
          "line": 112,
          "column": 92
        },
        "end": {
          "line": 112,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 112,
          "column": 104
        },
        "end": {
          "line": 112,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3454,
      "end": 3458,
      "loc": {
        "start": {
          "line": 112,
          "column": 106
        },
        "end": {
          "line": 112,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3458,
      "end": 3459,
      "loc": {
        "start": {
          "line": 112,
          "column": 110
        },
        "end": {
          "line": 112,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3473,
      "end": 3474,
      "loc": {
        "start": {
          "line": 113,
          "column": 13
        },
        "end": {
          "line": 113,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3474,
      "end": 3478,
      "loc": {
        "start": {
          "line": 113,
          "column": 14
        },
        "end": {
          "line": 113,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3478,
      "end": 3479,
      "loc": {
        "start": {
          "line": 113,
          "column": 18
        },
        "end": {
          "line": 113,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3479,
      "end": 3487,
      "loc": {
        "start": {
          "line": 113,
          "column": 19
        },
        "end": {
          "line": 113,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3487,
      "end": 3488,
      "loc": {
        "start": {
          "line": 113,
          "column": 27
        },
        "end": {
          "line": 113,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3488,
      "end": 3496,
      "loc": {
        "start": {
          "line": 113,
          "column": 28
        },
        "end": {
          "line": 113,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3496,
      "end": 3497,
      "loc": {
        "start": {
          "line": 113,
          "column": 36
        },
        "end": {
          "line": 113,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3498,
      "end": 3499,
      "loc": {
        "start": {
          "line": 113,
          "column": 38
        },
        "end": {
          "line": 113,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3517,
      "end": 3525,
      "loc": {
        "start": {
          "line": 114,
          "column": 17
        },
        "end": {
          "line": 114,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3525,
      "end": 3526,
      "loc": {
        "start": {
          "line": 114,
          "column": 25
        },
        "end": {
          "line": 114,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3526,
      "end": 3533,
      "loc": {
        "start": {
          "line": 114,
          "column": 26
        },
        "end": {
          "line": 114,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3533,
      "end": 3534,
      "loc": {
        "start": {
          "line": 114,
          "column": 33
        },
        "end": {
          "line": 114,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3534,
      "end": 3542,
      "loc": {
        "start": {
          "line": 114,
          "column": 34
        },
        "end": {
          "line": 114,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3542,
      "end": 3543,
      "loc": {
        "start": {
          "line": 114,
          "column": 42
        },
        "end": {
          "line": 114,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3543,
      "end": 3547,
      "loc": {
        "start": {
          "line": 114,
          "column": 43
        },
        "end": {
          "line": 114,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3547,
      "end": 3548,
      "loc": {
        "start": {
          "line": 114,
          "column": 47
        },
        "end": {
          "line": 114,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3548,
      "end": 3549,
      "loc": {
        "start": {
          "line": 114,
          "column": 48
        },
        "end": {
          "line": 114,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3563,
      "end": 3564,
      "loc": {
        "start": {
          "line": 115,
          "column": 13
        },
        "end": {
          "line": 115,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3564,
      "end": 3565,
      "loc": {
        "start": {
          "line": 115,
          "column": 14
        },
        "end": {
          "line": 115,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3579,
      "end": 3580,
      "loc": {
        "start": {
          "line": 116,
          "column": 13
        },
        "end": {
          "line": 116,
          "column": 14
        }
      }
    },
    {
      "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": 3580,
      "end": 3585,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3585,
      "end": 3586,
      "loc": {
        "start": {
          "line": 116,
          "column": 19
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3586,
      "end": 3594,
      "loc": {
        "start": {
          "line": 116,
          "column": 20
        },
        "end": {
          "line": 116,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3594,
      "end": 3595,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3595,
      "end": 3601,
      "loc": {
        "start": {
          "line": 116,
          "column": 29
        },
        "end": {
          "line": 116,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3601,
      "end": 3602,
      "loc": {
        "start": {
          "line": 116,
          "column": 35
        },
        "end": {
          "line": 116,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3602,
      "end": 3603,
      "loc": {
        "start": {
          "line": 116,
          "column": 36
        },
        "end": {
          "line": 116,
          "column": 37
        }
      }
    },
    {
      "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": 3614,
      "end": 3620,
      "loc": {
        "start": {
          "line": 118,
          "column": 9
        },
        "end": {
          "line": 118,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3621,
      "end": 3629,
      "loc": {
        "start": {
          "line": 118,
          "column": 16
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3629,
      "end": 3630,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 3630,
      "end": 3637,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3637,
      "end": 3638,
      "loc": {
        "start": {
          "line": 118,
          "column": 32
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3644,
      "end": 3645,
      "loc": {
        "start": {
          "line": 119,
          "column": 5
        },
        "end": {
          "line": 119,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3652,
      "end": 3660,
      "loc": {
        "start": {
          "line": 121,
          "column": 5
        },
        "end": {
          "line": 121,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateProfile",
      "start": 3661,
      "end": 3674,
      "loc": {
        "start": {
          "line": 121,
          "column": 14
        },
        "end": {
          "line": 121,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 121,
          "column": 27
        },
        "end": {
          "line": 121,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 3675,
      "end": 3680,
      "loc": {
        "start": {
          "line": 121,
          "column": 28
        },
        "end": {
          "line": 121,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3680,
      "end": 3681,
      "loc": {
        "start": {
          "line": 121,
          "column": 33
        },
        "end": {
          "line": 121,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodyParams",
      "start": 3682,
      "end": 3692,
      "loc": {
        "start": {
          "line": 121,
          "column": 35
        },
        "end": {
          "line": 121,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 121,
          "column": 45
        },
        "end": {
          "line": 121,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3694,
      "end": 3695,
      "loc": {
        "start": {
          "line": 121,
          "column": 47
        },
        "end": {
          "line": 121,
          "column": 48
        }
      }
    },
    {
      "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": 3705,
      "end": 3708,
      "loc": {
        "start": {
          "line": 122,
          "column": 9
        },
        "end": {
          "line": 122,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3709,
      "end": 3717,
      "loc": {
        "start": {
          "line": 122,
          "column": 13
        },
        "end": {
          "line": 122,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 122,
          "column": 22
        },
        "end": {
          "line": 122,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 3720,
      "end": 3722,
      "loc": {
        "start": {
          "line": 122,
          "column": 24
        },
        "end": {
          "line": 122,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3722,
      "end": 3723,
      "loc": {
        "start": {
          "line": 122,
          "column": 26
        },
        "end": {
          "line": 122,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 3723,
      "end": 3728,
      "loc": {
        "start": {
          "line": 122,
          "column": 27
        },
        "end": {
          "line": 122,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3728,
      "end": 3729,
      "loc": {
        "start": {
          "line": 122,
          "column": 32
        },
        "end": {
          "line": 122,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3729,
      "end": 3730,
      "loc": {
        "start": {
          "line": 122,
          "column": 33
        },
        "end": {
          "line": 122,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3730,
      "end": 3731,
      "loc": {
        "start": {
          "line": 122,
          "column": 34
        },
        "end": {
          "line": 122,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 3742,
      "end": 3747,
      "loc": {
        "start": {
          "line": 124,
          "column": 9
        },
        "end": {
          "line": 124,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3747,
      "end": 3748,
      "loc": {
        "start": {
          "line": 124,
          "column": 14
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "put",
      "start": 3748,
      "end": 3751,
      "loc": {
        "start": {
          "line": 124,
          "column": 15
        },
        "end": {
          "line": 124,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3751,
      "end": 3752,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 3752,
      "end": 3759,
      "loc": {
        "start": {
          "line": 124,
          "column": 19
        },
        "end": {
          "line": 124,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3760,
      "end": 3761,
      "loc": {
        "start": {
          "line": 124,
          "column": 27
        },
        "end": {
          "line": 124,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 3762,
      "end": 3797,
      "loc": {
        "start": {
          "line": 124,
          "column": 29
        },
        "end": {
          "line": 124,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3798,
      "end": 3799,
      "loc": {
        "start": {
          "line": 124,
          "column": 65
        },
        "end": {
          "line": 124,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 3800,
      "end": 3805,
      "loc": {
        "start": {
          "line": 124,
          "column": 67
        },
        "end": {
          "line": 124,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3806,
      "end": 3807,
      "loc": {
        "start": {
          "line": 124,
          "column": 73
        },
        "end": {
          "line": 124,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/profiles",
      "start": 3808,
      "end": 3819,
      "loc": {
        "start": {
          "line": 124,
          "column": 75
        },
        "end": {
          "line": 124,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3819,
      "end": 3820,
      "loc": {
        "start": {
          "line": 124,
          "column": 86
        },
        "end": {
          "line": 124,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodyParams",
      "start": 3821,
      "end": 3831,
      "loc": {
        "start": {
          "line": 124,
          "column": 88
        },
        "end": {
          "line": 124,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3831,
      "end": 3832,
      "loc": {
        "start": {
          "line": 124,
          "column": 98
        },
        "end": {
          "line": 124,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3846,
      "end": 3847,
      "loc": {
        "start": {
          "line": 125,
          "column": 13
        },
        "end": {
          "line": 125,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3847,
      "end": 3851,
      "loc": {
        "start": {
          "line": 125,
          "column": 14
        },
        "end": {
          "line": 125,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3851,
      "end": 3852,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3852,
      "end": 3860,
      "loc": {
        "start": {
          "line": 125,
          "column": 19
        },
        "end": {
          "line": 125,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3860,
      "end": 3861,
      "loc": {
        "start": {
          "line": 125,
          "column": 27
        },
        "end": {
          "line": 125,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3861,
      "end": 3869,
      "loc": {
        "start": {
          "line": 125,
          "column": 28
        },
        "end": {
          "line": 125,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3869,
      "end": 3870,
      "loc": {
        "start": {
          "line": 125,
          "column": 36
        },
        "end": {
          "line": 125,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3871,
      "end": 3872,
      "loc": {
        "start": {
          "line": 125,
          "column": 38
        },
        "end": {
          "line": 125,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3890,
      "end": 3898,
      "loc": {
        "start": {
          "line": 126,
          "column": 17
        },
        "end": {
          "line": 126,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3898,
      "end": 3899,
      "loc": {
        "start": {
          "line": 126,
          "column": 25
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3899,
      "end": 3906,
      "loc": {
        "start": {
          "line": 126,
          "column": 26
        },
        "end": {
          "line": 126,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3906,
      "end": 3907,
      "loc": {
        "start": {
          "line": 126,
          "column": 33
        },
        "end": {
          "line": 126,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3907,
      "end": 3915,
      "loc": {
        "start": {
          "line": 126,
          "column": 34
        },
        "end": {
          "line": 126,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3915,
      "end": 3916,
      "loc": {
        "start": {
          "line": 126,
          "column": 42
        },
        "end": {
          "line": 126,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3916,
      "end": 3920,
      "loc": {
        "start": {
          "line": 126,
          "column": 43
        },
        "end": {
          "line": 126,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3920,
      "end": 3921,
      "loc": {
        "start": {
          "line": 126,
          "column": 47
        },
        "end": {
          "line": 126,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3921,
      "end": 3922,
      "loc": {
        "start": {
          "line": 126,
          "column": 48
        },
        "end": {
          "line": 126,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3936,
      "end": 3937,
      "loc": {
        "start": {
          "line": 127,
          "column": 13
        },
        "end": {
          "line": 127,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3937,
      "end": 3938,
      "loc": {
        "start": {
          "line": 127,
          "column": 14
        },
        "end": {
          "line": 127,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3952,
      "end": 3953,
      "loc": {
        "start": {
          "line": 128,
          "column": 13
        },
        "end": {
          "line": 128,
          "column": 14
        }
      }
    },
    {
      "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": 3953,
      "end": 3958,
      "loc": {
        "start": {
          "line": 128,
          "column": 14
        },
        "end": {
          "line": 128,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3958,
      "end": 3959,
      "loc": {
        "start": {
          "line": 128,
          "column": 19
        },
        "end": {
          "line": 128,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3959,
      "end": 3967,
      "loc": {
        "start": {
          "line": 128,
          "column": 20
        },
        "end": {
          "line": 128,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3967,
      "end": 3968,
      "loc": {
        "start": {
          "line": 128,
          "column": 28
        },
        "end": {
          "line": 128,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3968,
      "end": 3974,
      "loc": {
        "start": {
          "line": 128,
          "column": 29
        },
        "end": {
          "line": 128,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3974,
      "end": 3975,
      "loc": {
        "start": {
          "line": 128,
          "column": 35
        },
        "end": {
          "line": 128,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3975,
      "end": 3976,
      "loc": {
        "start": {
          "line": 128,
          "column": 36
        },
        "end": {
          "line": 128,
          "column": 37
        }
      }
    },
    {
      "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": 3987,
      "end": 3993,
      "loc": {
        "start": {
          "line": 130,
          "column": 9
        },
        "end": {
          "line": 130,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 3994,
      "end": 4002,
      "loc": {
        "start": {
          "line": 130,
          "column": 16
        },
        "end": {
          "line": 130,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4002,
      "end": 4003,
      "loc": {
        "start": {
          "line": 130,
          "column": 24
        },
        "end": {
          "line": 130,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 4003,
      "end": 4010,
      "loc": {
        "start": {
          "line": 130,
          "column": 25
        },
        "end": {
          "line": 130,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4010,
      "end": 4011,
      "loc": {
        "start": {
          "line": 130,
          "column": 32
        },
        "end": {
          "line": 130,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4017,
      "end": 4018,
      "loc": {
        "start": {
          "line": 131,
          "column": 5
        },
        "end": {
          "line": 131,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4025,
      "end": 4033,
      "loc": {
        "start": {
          "line": 133,
          "column": 5
        },
        "end": {
          "line": 133,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createProfile",
      "start": 4034,
      "end": 4047,
      "loc": {
        "start": {
          "line": 133,
          "column": 14
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4047,
      "end": 4048,
      "loc": {
        "start": {
          "line": 133,
          "column": 27
        },
        "end": {
          "line": 133,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 4048,
      "end": 4053,
      "loc": {
        "start": {
          "line": 133,
          "column": 28
        },
        "end": {
          "line": 133,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 133,
          "column": 33
        },
        "end": {
          "line": 133,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodyParams",
      "start": 4055,
      "end": 4065,
      "loc": {
        "start": {
          "line": 133,
          "column": 35
        },
        "end": {
          "line": 133,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4065,
      "end": 4066,
      "loc": {
        "start": {
          "line": 133,
          "column": 45
        },
        "end": {
          "line": 133,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4067,
      "end": 4068,
      "loc": {
        "start": {
          "line": 133,
          "column": 47
        },
        "end": {
          "line": 133,
          "column": 48
        }
      }
    },
    {
      "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": 4078,
      "end": 4081,
      "loc": {
        "start": {
          "line": 134,
          "column": 9
        },
        "end": {
          "line": 134,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4082,
      "end": 4090,
      "loc": {
        "start": {
          "line": 134,
          "column": 13
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4091,
      "end": 4092,
      "loc": {
        "start": {
          "line": 134,
          "column": 22
        },
        "end": {
          "line": 134,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 4093,
      "end": 4095,
      "loc": {
        "start": {
          "line": 134,
          "column": 24
        },
        "end": {
          "line": 134,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4095,
      "end": 4096,
      "loc": {
        "start": {
          "line": 134,
          "column": 26
        },
        "end": {
          "line": 134,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 4096,
      "end": 4101,
      "loc": {
        "start": {
          "line": 134,
          "column": 27
        },
        "end": {
          "line": 134,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4101,
      "end": 4102,
      "loc": {
        "start": {
          "line": 134,
          "column": 32
        },
        "end": {
          "line": 134,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4102,
      "end": 4103,
      "loc": {
        "start": {
          "line": 134,
          "column": 33
        },
        "end": {
          "line": 134,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4103,
      "end": 4104,
      "loc": {
        "start": {
          "line": 134,
          "column": 34
        },
        "end": {
          "line": 134,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 4115,
      "end": 4120,
      "loc": {
        "start": {
          "line": 136,
          "column": 9
        },
        "end": {
          "line": 136,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4120,
      "end": 4121,
      "loc": {
        "start": {
          "line": 136,
          "column": 14
        },
        "end": {
          "line": 136,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "post",
      "start": 4121,
      "end": 4125,
      "loc": {
        "start": {
          "line": 136,
          "column": 15
        },
        "end": {
          "line": 136,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4125,
      "end": 4126,
      "loc": {
        "start": {
          "line": 136,
          "column": 19
        },
        "end": {
          "line": 136,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 4126,
      "end": 4133,
      "loc": {
        "start": {
          "line": 136,
          "column": 20
        },
        "end": {
          "line": 136,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4134,
      "end": 4135,
      "loc": {
        "start": {
          "line": 136,
          "column": 28
        },
        "end": {
          "line": 136,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts/",
      "start": 4136,
      "end": 4171,
      "loc": {
        "start": {
          "line": 136,
          "column": 30
        },
        "end": {
          "line": 136,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4172,
      "end": 4173,
      "loc": {
        "start": {
          "line": 136,
          "column": 66
        },
        "end": {
          "line": 136,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 4174,
      "end": 4179,
      "loc": {
        "start": {
          "line": 136,
          "column": 68
        },
        "end": {
          "line": 136,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4180,
      "end": 4181,
      "loc": {
        "start": {
          "line": 136,
          "column": 74
        },
        "end": {
          "line": 136,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/profiles",
      "start": 4182,
      "end": 4193,
      "loc": {
        "start": {
          "line": 136,
          "column": 76
        },
        "end": {
          "line": 136,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4193,
      "end": 4194,
      "loc": {
        "start": {
          "line": 136,
          "column": 87
        },
        "end": {
          "line": 136,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bodyParams",
      "start": 4195,
      "end": 4205,
      "loc": {
        "start": {
          "line": 136,
          "column": 89
        },
        "end": {
          "line": 136,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4205,
      "end": 4206,
      "loc": {
        "start": {
          "line": 136,
          "column": 99
        },
        "end": {
          "line": 136,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4220,
      "end": 4221,
      "loc": {
        "start": {
          "line": 137,
          "column": 13
        },
        "end": {
          "line": 137,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 4221,
      "end": 4225,
      "loc": {
        "start": {
          "line": 137,
          "column": 14
        },
        "end": {
          "line": 137,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4225,
      "end": 4226,
      "loc": {
        "start": {
          "line": 137,
          "column": 18
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4226,
      "end": 4234,
      "loc": {
        "start": {
          "line": 137,
          "column": 19
        },
        "end": {
          "line": 137,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4234,
      "end": 4235,
      "loc": {
        "start": {
          "line": 137,
          "column": 27
        },
        "end": {
          "line": 137,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4235,
      "end": 4243,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 137,
          "column": 36
        },
        "end": {
          "line": 137,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4245,
      "end": 4246,
      "loc": {
        "start": {
          "line": 137,
          "column": 38
        },
        "end": {
          "line": 137,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4264,
      "end": 4272,
      "loc": {
        "start": {
          "line": 138,
          "column": 17
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "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": 138,
          "column": 25
        },
        "end": {
          "line": 138,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 4273,
      "end": 4280,
      "loc": {
        "start": {
          "line": 138,
          "column": 26
        },
        "end": {
          "line": 138,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4280,
      "end": 4281,
      "loc": {
        "start": {
          "line": 138,
          "column": 33
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4281,
      "end": 4289,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4289,
      "end": 4290,
      "loc": {
        "start": {
          "line": 138,
          "column": 42
        },
        "end": {
          "line": 138,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4290,
      "end": 4294,
      "loc": {
        "start": {
          "line": 138,
          "column": 43
        },
        "end": {
          "line": 138,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4294,
      "end": 4295,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4295,
      "end": 4296,
      "loc": {
        "start": {
          "line": 138,
          "column": 48
        },
        "end": {
          "line": 138,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4310,
      "end": 4311,
      "loc": {
        "start": {
          "line": 139,
          "column": 13
        },
        "end": {
          "line": 139,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4311,
      "end": 4312,
      "loc": {
        "start": {
          "line": 139,
          "column": 14
        },
        "end": {
          "line": 139,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4326,
      "end": 4327,
      "loc": {
        "start": {
          "line": 140,
          "column": 13
        },
        "end": {
          "line": 140,
          "column": 14
        }
      }
    },
    {
      "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": 4327,
      "end": 4332,
      "loc": {
        "start": {
          "line": 140,
          "column": 14
        },
        "end": {
          "line": 140,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4332,
      "end": 4333,
      "loc": {
        "start": {
          "line": 140,
          "column": 19
        },
        "end": {
          "line": 140,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4333,
      "end": 4341,
      "loc": {
        "start": {
          "line": 140,
          "column": 20
        },
        "end": {
          "line": 140,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4341,
      "end": 4342,
      "loc": {
        "start": {
          "line": 140,
          "column": 28
        },
        "end": {
          "line": 140,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 4342,
      "end": 4348,
      "loc": {
        "start": {
          "line": 140,
          "column": 29
        },
        "end": {
          "line": 140,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4348,
      "end": 4349,
      "loc": {
        "start": {
          "line": 140,
          "column": 35
        },
        "end": {
          "line": 140,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4349,
      "end": 4350,
      "loc": {
        "start": {
          "line": 140,
          "column": 36
        },
        "end": {
          "line": 140,
          "column": 37
        }
      }
    },
    {
      "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": 4361,
      "end": 4367,
      "loc": {
        "start": {
          "line": 142,
          "column": 9
        },
        "end": {
          "line": 142,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4368,
      "end": 4376,
      "loc": {
        "start": {
          "line": 142,
          "column": 16
        },
        "end": {
          "line": 142,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4376,
      "end": 4377,
      "loc": {
        "start": {
          "line": 142,
          "column": 24
        },
        "end": {
          "line": 142,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 4377,
      "end": 4384,
      "loc": {
        "start": {
          "line": 142,
          "column": 25
        },
        "end": {
          "line": 142,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 142,
          "column": 32
        },
        "end": {
          "line": 142,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4391,
      "end": 4392,
      "loc": {
        "start": {
          "line": 143,
          "column": 5
        },
        "end": {
          "line": 143,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4399,
      "end": 4407,
      "loc": {
        "start": {
          "line": 145,
          "column": 5
        },
        "end": {
          "line": 145,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createAccount",
      "start": 4408,
      "end": 4421,
      "loc": {
        "start": {
          "line": 145,
          "column": 14
        },
        "end": {
          "line": 145,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4421,
      "end": 4422,
      "loc": {
        "start": {
          "line": 145,
          "column": 27
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 4422,
      "end": 4427,
      "loc": {
        "start": {
          "line": 145,
          "column": 28
        },
        "end": {
          "line": 145,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4427,
      "end": 4428,
      "loc": {
        "start": {
          "line": 145,
          "column": 33
        },
        "end": {
          "line": 145,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fullAddress",
      "start": 4429,
      "end": 4440,
      "loc": {
        "start": {
          "line": 145,
          "column": 35
        },
        "end": {
          "line": 145,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4440,
      "end": 4441,
      "loc": {
        "start": {
          "line": 145,
          "column": 46
        },
        "end": {
          "line": 145,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "customerClass",
      "start": 4442,
      "end": 4455,
      "loc": {
        "start": {
          "line": 145,
          "column": 48
        },
        "end": {
          "line": 145,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4455,
      "end": 4456,
      "loc": {
        "start": {
          "line": 145,
          "column": 61
        },
        "end": {
          "line": 145,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4457,
      "end": 4458,
      "loc": {
        "start": {
          "line": 145,
          "column": 63
        },
        "end": {
          "line": 145,
          "column": 64
        }
      }
    },
    {
      "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": 4468,
      "end": 4471,
      "loc": {
        "start": {
          "line": 146,
          "column": 9
        },
        "end": {
          "line": 146,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4472,
      "end": 4480,
      "loc": {
        "start": {
          "line": 146,
          "column": 13
        },
        "end": {
          "line": 146,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4481,
      "end": 4482,
      "loc": {
        "start": {
          "line": 146,
          "column": 22
        },
        "end": {
          "line": 146,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 4483,
      "end": 4485,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 146,
          "column": 26
        },
        "end": {
          "line": 146,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 4486,
      "end": 4491,
      "loc": {
        "start": {
          "line": 146,
          "column": 27
        },
        "end": {
          "line": 146,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4491,
      "end": 4492,
      "loc": {
        "start": {
          "line": 146,
          "column": 32
        },
        "end": {
          "line": 146,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4492,
      "end": 4493,
      "loc": {
        "start": {
          "line": 146,
          "column": 33
        },
        "end": {
          "line": 146,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4493,
      "end": 4494,
      "loc": {
        "start": {
          "line": 146,
          "column": 34
        },
        "end": {
          "line": 146,
          "column": 35
        }
      }
    },
    {
      "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": 4504,
      "end": 4507,
      "loc": {
        "start": {
          "line": 147,
          "column": 9
        },
        "end": {
          "line": 147,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 4508,
      "end": 4512,
      "loc": {
        "start": {
          "line": 147,
          "column": 13
        },
        "end": {
          "line": 147,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4513,
      "end": 4514,
      "loc": {
        "start": {
          "line": 147,
          "column": 18
        },
        "end": {
          "line": 147,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 147,
          "column": 20
        },
        "end": {
          "line": 147,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "providerAccountId",
      "start": 4530,
      "end": 4547,
      "loc": {
        "start": {
          "line": 148,
          "column": 13
        },
        "end": {
          "line": 148,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4547,
      "end": 4548,
      "loc": {
        "start": {
          "line": 148,
          "column": 30
        },
        "end": {
          "line": 148,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 4549,
      "end": 4554,
      "loc": {
        "start": {
          "line": 148,
          "column": 32
        },
        "end": {
          "line": 148,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4554,
      "end": 4555,
      "loc": {
        "start": {
          "line": 148,
          "column": 37
        },
        "end": {
          "line": 148,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "address",
      "start": 4569,
      "end": 4576,
      "loc": {
        "start": {
          "line": 149,
          "column": 13
        },
        "end": {
          "line": 149,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4576,
      "end": 4577,
      "loc": {
        "start": {
          "line": 149,
          "column": 20
        },
        "end": {
          "line": 149,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fullAddress",
      "start": 4578,
      "end": 4589,
      "loc": {
        "start": {
          "line": 149,
          "column": 22
        },
        "end": {
          "line": 149,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4589,
      "end": 4590,
      "loc": {
        "start": {
          "line": 149,
          "column": 33
        },
        "end": {
          "line": 149,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "customerClass",
      "start": 4604,
      "end": 4617,
      "loc": {
        "start": {
          "line": 150,
          "column": 13
        },
        "end": {
          "line": 150,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4617,
      "end": 4618,
      "loc": {
        "start": {
          "line": 150,
          "column": 26
        },
        "end": {
          "line": 150,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "customerClass",
      "start": 4619,
      "end": 4632,
      "loc": {
        "start": {
          "line": 150,
          "column": 28
        },
        "end": {
          "line": 150,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4642,
      "end": 4643,
      "loc": {
        "start": {
          "line": 151,
          "column": 9
        },
        "end": {
          "line": 151,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4643,
      "end": 4644,
      "loc": {
        "start": {
          "line": 151,
          "column": 10
        },
        "end": {
          "line": 151,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 4654,
      "end": 4659,
      "loc": {
        "start": {
          "line": 152,
          "column": 9
        },
        "end": {
          "line": 152,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4659,
      "end": 4660,
      "loc": {
        "start": {
          "line": 152,
          "column": 14
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "post",
      "start": 4660,
      "end": 4664,
      "loc": {
        "start": {
          "line": 152,
          "column": 15
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4664,
      "end": 4665,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 4665,
      "end": 4672,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4673,
      "end": 4674,
      "loc": {
        "start": {
          "line": 152,
          "column": 28
        },
        "end": {
          "line": 152,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/accounts",
      "start": 4675,
      "end": 4709,
      "loc": {
        "start": {
          "line": 152,
          "column": 30
        },
        "end": {
          "line": 152,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4709,
      "end": 4710,
      "loc": {
        "start": {
          "line": 152,
          "column": 64
        },
        "end": {
          "line": 152,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 4711,
      "end": 4715,
      "loc": {
        "start": {
          "line": 152,
          "column": 66
        },
        "end": {
          "line": 152,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4715,
      "end": 4716,
      "loc": {
        "start": {
          "line": 152,
          "column": 70
        },
        "end": {
          "line": 152,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4730,
      "end": 4731,
      "loc": {
        "start": {
          "line": 153,
          "column": 13
        },
        "end": {
          "line": 153,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 4731,
      "end": 4735,
      "loc": {
        "start": {
          "line": 153,
          "column": 14
        },
        "end": {
          "line": 153,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4735,
      "end": 4736,
      "loc": {
        "start": {
          "line": 153,
          "column": 18
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4736,
      "end": 4744,
      "loc": {
        "start": {
          "line": 153,
          "column": 19
        },
        "end": {
          "line": 153,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4744,
      "end": 4745,
      "loc": {
        "start": {
          "line": 153,
          "column": 27
        },
        "end": {
          "line": 153,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4745,
      "end": 4753,
      "loc": {
        "start": {
          "line": 153,
          "column": 28
        },
        "end": {
          "line": 153,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 153,
          "column": 36
        },
        "end": {
          "line": 153,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4755,
      "end": 4756,
      "loc": {
        "start": {
          "line": 153,
          "column": 38
        },
        "end": {
          "line": 153,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4774,
      "end": 4782,
      "loc": {
        "start": {
          "line": 154,
          "column": 17
        },
        "end": {
          "line": 154,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4782,
      "end": 4783,
      "loc": {
        "start": {
          "line": 154,
          "column": 25
        },
        "end": {
          "line": 154,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 4783,
      "end": 4790,
      "loc": {
        "start": {
          "line": 154,
          "column": 26
        },
        "end": {
          "line": 154,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4790,
      "end": 4791,
      "loc": {
        "start": {
          "line": 154,
          "column": 33
        },
        "end": {
          "line": 154,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4791,
      "end": 4799,
      "loc": {
        "start": {
          "line": 154,
          "column": 34
        },
        "end": {
          "line": 154,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4799,
      "end": 4800,
      "loc": {
        "start": {
          "line": 154,
          "column": 42
        },
        "end": {
          "line": 154,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4800,
      "end": 4804,
      "loc": {
        "start": {
          "line": 154,
          "column": 43
        },
        "end": {
          "line": 154,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4804,
      "end": 4805,
      "loc": {
        "start": {
          "line": 154,
          "column": 47
        },
        "end": {
          "line": 154,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4805,
      "end": 4806,
      "loc": {
        "start": {
          "line": 154,
          "column": 48
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4820,
      "end": 4821,
      "loc": {
        "start": {
          "line": 155,
          "column": 13
        },
        "end": {
          "line": 155,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4821,
      "end": 4822,
      "loc": {
        "start": {
          "line": 155,
          "column": 14
        },
        "end": {
          "line": 155,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4836,
      "end": 4837,
      "loc": {
        "start": {
          "line": 156,
          "column": 13
        },
        "end": {
          "line": 156,
          "column": 14
        }
      }
    },
    {
      "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": 4837,
      "end": 4842,
      "loc": {
        "start": {
          "line": 156,
          "column": 14
        },
        "end": {
          "line": 156,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4842,
      "end": 4843,
      "loc": {
        "start": {
          "line": 156,
          "column": 19
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4843,
      "end": 4851,
      "loc": {
        "start": {
          "line": 156,
          "column": 20
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 4852,
      "end": 4858,
      "loc": {
        "start": {
          "line": 156,
          "column": 29
        },
        "end": {
          "line": 156,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4858,
      "end": 4859,
      "loc": {
        "start": {
          "line": 156,
          "column": 35
        },
        "end": {
          "line": 156,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4859,
      "end": 4860,
      "loc": {
        "start": {
          "line": 156,
          "column": 36
        },
        "end": {
          "line": 156,
          "column": 37
        }
      }
    },
    {
      "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": 4871,
      "end": 4877,
      "loc": {
        "start": {
          "line": 158,
          "column": 9
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4878,
      "end": 4886,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4886,
      "end": 4887,
      "loc": {
        "start": {
          "line": 158,
          "column": 24
        },
        "end": {
          "line": 158,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 4887,
      "end": 4894,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4894,
      "end": 4895,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4901,
      "end": 4902,
      "loc": {
        "start": {
          "line": 159,
          "column": 5
        },
        "end": {
          "line": 159,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4909,
      "end": 4917,
      "loc": {
        "start": {
          "line": 161,
          "column": 5
        },
        "end": {
          "line": 161,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateUsageFromBill",
      "start": 4918,
      "end": 4940,
      "loc": {
        "start": {
          "line": 161,
          "column": 14
        },
        "end": {
          "line": 161,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4940,
      "end": 4941,
      "loc": {
        "start": {
          "line": 161,
          "column": 36
        },
        "end": {
          "line": 161,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 4941,
      "end": 4946,
      "loc": {
        "start": {
          "line": 161,
          "column": 37
        },
        "end": {
          "line": 161,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4946,
      "end": 4947,
      "loc": {
        "start": {
          "line": 161,
          "column": 42
        },
        "end": {
          "line": 161,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 4948,
      "end": 4952,
      "loc": {
        "start": {
          "line": 161,
          "column": 44
        },
        "end": {
          "line": 161,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4952,
      "end": 4953,
      "loc": {
        "start": {
          "line": 161,
          "column": 48
        },
        "end": {
          "line": 161,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 4954,
      "end": 4956,
      "loc": {
        "start": {
          "line": 161,
          "column": 50
        },
        "end": {
          "line": 161,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4956,
      "end": 4957,
      "loc": {
        "start": {
          "line": 161,
          "column": 52
        },
        "end": {
          "line": 161,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 4958,
      "end": 4964,
      "loc": {
        "start": {
          "line": 161,
          "column": 54
        },
        "end": {
          "line": 161,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4964,
      "end": 4965,
      "loc": {
        "start": {
          "line": 161,
          "column": 60
        },
        "end": {
          "line": 161,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4966,
      "end": 4967,
      "loc": {
        "start": {
          "line": 161,
          "column": 62
        },
        "end": {
          "line": 161,
          "column": 63
        }
      }
    },
    {
      "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": 4977,
      "end": 4980,
      "loc": {
        "start": {
          "line": 162,
          "column": 9
        },
        "end": {
          "line": 162,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 4981,
      "end": 4989,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4990,
      "end": 4991,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$q",
      "start": 4992,
      "end": 4994,
      "loc": {
        "start": {
          "line": 162,
          "column": 24
        },
        "end": {
          "line": 162,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4994,
      "end": 4995,
      "loc": {
        "start": {
          "line": 162,
          "column": 26
        },
        "end": {
          "line": 162,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defer",
      "start": 4995,
      "end": 5000,
      "loc": {
        "start": {
          "line": 162,
          "column": 27
        },
        "end": {
          "line": 162,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5000,
      "end": 5001,
      "loc": {
        "start": {
          "line": 162,
          "column": 32
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5001,
      "end": 5002,
      "loc": {
        "start": {
          "line": 162,
          "column": 33
        },
        "end": {
          "line": 162,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5002,
      "end": 5003,
      "loc": {
        "start": {
          "line": 162,
          "column": 34
        },
        "end": {
          "line": 162,
          "column": 35
        }
      }
    },
    {
      "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": 5013,
      "end": 5016,
      "loc": {
        "start": {
          "line": 163,
          "column": 9
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 5017,
      "end": 5021,
      "loc": {
        "start": {
          "line": 163,
          "column": 13
        },
        "end": {
          "line": 163,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5022,
      "end": 5023,
      "loc": {
        "start": {
          "line": 163,
          "column": 18
        },
        "end": {
          "line": 163,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5024,
      "end": 5025,
      "loc": {
        "start": {
          "line": 163,
          "column": 20
        },
        "end": {
          "line": 163,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "provider_account_id",
      "start": 5039,
      "end": 5058,
      "loc": {
        "start": {
          "line": 164,
          "column": 13
        },
        "end": {
          "line": 164,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5058,
      "end": 5059,
      "loc": {
        "start": {
          "line": 164,
          "column": 32
        },
        "end": {
          "line": 164,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidId",
      "start": 5060,
      "end": 5065,
      "loc": {
        "start": {
          "line": 164,
          "column": 34
        },
        "end": {
          "line": 164,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5065,
      "end": 5066,
      "loc": {
        "start": {
          "line": 164,
          "column": 39
        },
        "end": {
          "line": 164,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from_date",
      "start": 5080,
      "end": 5089,
      "loc": {
        "start": {
          "line": 165,
          "column": 13
        },
        "end": {
          "line": 165,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5089,
      "end": 5090,
      "loc": {
        "start": {
          "line": 165,
          "column": 22
        },
        "end": {
          "line": 165,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 5091,
      "end": 5095,
      "loc": {
        "start": {
          "line": 165,
          "column": 24
        },
        "end": {
          "line": 165,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5095,
      "end": 5096,
      "loc": {
        "start": {
          "line": 165,
          "column": 28
        },
        "end": {
          "line": 165,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to_date",
      "start": 5110,
      "end": 5117,
      "loc": {
        "start": {
          "line": 166,
          "column": 13
        },
        "end": {
          "line": 166,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5117,
      "end": 5118,
      "loc": {
        "start": {
          "line": 166,
          "column": 20
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 5119,
      "end": 5121,
      "loc": {
        "start": {
          "line": 166,
          "column": 22
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5121,
      "end": 5122,
      "loc": {
        "start": {
          "line": 166,
          "column": 24
        },
        "end": {
          "line": 166,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 5136,
      "end": 5142,
      "loc": {
        "start": {
          "line": 167,
          "column": 13
        },
        "end": {
          "line": 167,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5142,
      "end": 5143,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 5144,
      "end": 5150,
      "loc": {
        "start": {
          "line": 167,
          "column": 21
        },
        "end": {
          "line": 167,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5160,
      "end": 5161,
      "loc": {
        "start": {
          "line": 168,
          "column": 9
        },
        "end": {
          "line": 168,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5161,
      "end": 5162,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$http",
      "start": 5173,
      "end": 5178,
      "loc": {
        "start": {
          "line": 170,
          "column": 9
        },
        "end": {
          "line": 170,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 170,
          "column": 14
        },
        "end": {
          "line": 170,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "post",
      "start": 5179,
      "end": 5183,
      "loc": {
        "start": {
          "line": 170,
          "column": 15
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5183,
      "end": 5184,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_URL",
      "start": 5184,
      "end": 5191,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "integrations/genability/bill/calculate",
      "start": 5194,
      "end": 5234,
      "loc": {
        "start": {
          "line": 170,
          "column": 30
        },
        "end": {
          "line": 170,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5234,
      "end": 5235,
      "loc": {
        "start": {
          "line": 170,
          "column": 70
        },
        "end": {
          "line": 170,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 5236,
      "end": 5240,
      "loc": {
        "start": {
          "line": 170,
          "column": 72
        },
        "end": {
          "line": 170,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5240,
      "end": 5241,
      "loc": {
        "start": {
          "line": 170,
          "column": 76
        },
        "end": {
          "line": 170,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5255,
      "end": 5256,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 5256,
      "end": 5260,
      "loc": {
        "start": {
          "line": 171,
          "column": 14
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 171,
          "column": 18
        },
        "end": {
          "line": 171,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 5261,
      "end": 5269,
      "loc": {
        "start": {
          "line": 171,
          "column": 19
        },
        "end": {
          "line": 171,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5269,
      "end": 5270,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5270,
      "end": 5278,
      "loc": {
        "start": {
          "line": 171,
          "column": 28
        },
        "end": {
          "line": 171,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5278,
      "end": 5279,
      "loc": {
        "start": {
          "line": 171,
          "column": 36
        },
        "end": {
          "line": 171,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5280,
      "end": 5281,
      "loc": {
        "start": {
          "line": 171,
          "column": 38
        },
        "end": {
          "line": 171,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 5299,
      "end": 5307,
      "loc": {
        "start": {
          "line": 172,
          "column": 17
        },
        "end": {
          "line": 172,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5307,
      "end": 5308,
      "loc": {
        "start": {
          "line": 172,
          "column": 25
        },
        "end": {
          "line": 172,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 5308,
      "end": 5315,
      "loc": {
        "start": {
          "line": 172,
          "column": 26
        },
        "end": {
          "line": 172,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5315,
      "end": 5316,
      "loc": {
        "start": {
          "line": 172,
          "column": 33
        },
        "end": {
          "line": 172,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5316,
      "end": 5324,
      "loc": {
        "start": {
          "line": 172,
          "column": 34
        },
        "end": {
          "line": 172,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5324,
      "end": 5325,
      "loc": {
        "start": {
          "line": 172,
          "column": 42
        },
        "end": {
          "line": 172,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5325,
      "end": 5329,
      "loc": {
        "start": {
          "line": 172,
          "column": 43
        },
        "end": {
          "line": 172,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5329,
      "end": 5330,
      "loc": {
        "start": {
          "line": 172,
          "column": 47
        },
        "end": {
          "line": 172,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5330,
      "end": 5331,
      "loc": {
        "start": {
          "line": 172,
          "column": 48
        },
        "end": {
          "line": 172,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5345,
      "end": 5346,
      "loc": {
        "start": {
          "line": 173,
          "column": 13
        },
        "end": {
          "line": 173,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5346,
      "end": 5347,
      "loc": {
        "start": {
          "line": 173,
          "column": 14
        },
        "end": {
          "line": 173,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 174,
          "column": 13
        },
        "end": {
          "line": 174,
          "column": 14
        }
      }
    },
    {
      "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": 5362,
      "end": 5367,
      "loc": {
        "start": {
          "line": 174,
          "column": 14
        },
        "end": {
          "line": 174,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5367,
      "end": 5368,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 5368,
      "end": 5376,
      "loc": {
        "start": {
          "line": 174,
          "column": 20
        },
        "end": {
          "line": 174,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5376,
      "end": 5377,
      "loc": {
        "start": {
          "line": 174,
          "column": 28
        },
        "end": {
          "line": 174,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 5377,
      "end": 5383,
      "loc": {
        "start": {
          "line": 174,
          "column": 29
        },
        "end": {
          "line": 174,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5383,
      "end": 5384,
      "loc": {
        "start": {
          "line": 174,
          "column": 35
        },
        "end": {
          "line": 174,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5384,
      "end": 5385,
      "loc": {
        "start": {
          "line": 174,
          "column": 36
        },
        "end": {
          "line": 174,
          "column": 37
        }
      }
    },
    {
      "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": 5396,
      "end": 5402,
      "loc": {
        "start": {
          "line": 176,
          "column": 9
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deferred",
      "start": 5403,
      "end": 5411,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5411,
      "end": 5412,
      "loc": {
        "start": {
          "line": 176,
          "column": 24
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 5412,
      "end": 5419,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5419,
      "end": 5420,
      "loc": {
        "start": {
          "line": 176,
          "column": 32
        },
        "end": {
          "line": 176,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 177,
          "column": 5
        },
        "end": {
          "line": 177,
          "column": 6
        }
      }
    },
    {
      "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": 5434,
      "end": 5440,
      "loc": {
        "start": {
          "line": 179,
          "column": 5
        },
        "end": {
          "line": 179,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5441,
      "end": 5442,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getReports",
      "start": 5452,
      "end": 5462,
      "loc": {
        "start": {
          "line": 180,
          "column": 9
        },
        "end": {
          "line": 180,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5462,
      "end": 5463,
      "loc": {
        "start": {
          "line": 180,
          "column": 19
        },
        "end": {
          "line": 180,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getReports",
      "start": 5464,
      "end": 5474,
      "loc": {
        "start": {
          "line": 180,
          "column": 21
        },
        "end": {
          "line": 180,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5474,
      "end": 5475,
      "loc": {
        "start": {
          "line": 180,
          "column": 31
        },
        "end": {
          "line": 180,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAccount",
      "start": 5485,
      "end": 5495,
      "loc": {
        "start": {
          "line": 181,
          "column": 9
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5495,
      "end": 5496,
      "loc": {
        "start": {
          "line": 181,
          "column": 19
        },
        "end": {
          "line": 181,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAccount",
      "start": 5497,
      "end": 5507,
      "loc": {
        "start": {
          "line": 181,
          "column": 21
        },
        "end": {
          "line": 181,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5507,
      "end": 5508,
      "loc": {
        "start": {
          "line": 181,
          "column": 31
        },
        "end": {
          "line": 181,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAccountTariffs",
      "start": 5518,
      "end": 5535,
      "loc": {
        "start": {
          "line": 182,
          "column": 9
        },
        "end": {
          "line": 182,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5535,
      "end": 5536,
      "loc": {
        "start": {
          "line": 182,
          "column": 26
        },
        "end": {
          "line": 182,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAccountTariffs",
      "start": 5537,
      "end": 5554,
      "loc": {
        "start": {
          "line": 182,
          "column": 28
        },
        "end": {
          "line": 182,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5554,
      "end": 5555,
      "loc": {
        "start": {
          "line": 182,
          "column": 45
        },
        "end": {
          "line": 182,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAccountTariff",
      "start": 5565,
      "end": 5581,
      "loc": {
        "start": {
          "line": 183,
          "column": 9
        },
        "end": {
          "line": 183,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5581,
      "end": 5582,
      "loc": {
        "start": {
          "line": 183,
          "column": 25
        },
        "end": {
          "line": 183,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setAccountTariff",
      "start": 5583,
      "end": 5599,
      "loc": {
        "start": {
          "line": 183,
          "column": 27
        },
        "end": {
          "line": 183,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5599,
      "end": 5600,
      "loc": {
        "start": {
          "line": 183,
          "column": 43
        },
        "end": {
          "line": 183,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getSavingsAnalysis",
      "start": 5610,
      "end": 5628,
      "loc": {
        "start": {
          "line": 184,
          "column": 9
        },
        "end": {
          "line": 184,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 184,
          "column": 27
        },
        "end": {
          "line": 184,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getSavingsAnalysis",
      "start": 5630,
      "end": 5648,
      "loc": {
        "start": {
          "line": 184,
          "column": 29
        },
        "end": {
          "line": 184,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5648,
      "end": 5649,
      "loc": {
        "start": {
          "line": 184,
          "column": 47
        },
        "end": {
          "line": 184,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "analyze",
      "start": 5659,
      "end": 5666,
      "loc": {
        "start": {
          "line": 185,
          "column": 9
        },
        "end": {
          "line": 185,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5666,
      "end": 5667,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "analyze",
      "start": 5668,
      "end": 5675,
      "loc": {
        "start": {
          "line": 185,
          "column": 18
        },
        "end": {
          "line": 185,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5675,
      "end": 5676,
      "loc": {
        "start": {
          "line": 185,
          "column": 25
        },
        "end": {
          "line": 185,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateAccountProperty",
      "start": 5686,
      "end": 5707,
      "loc": {
        "start": {
          "line": 186,
          "column": 9
        },
        "end": {
          "line": 186,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5707,
      "end": 5708,
      "loc": {
        "start": {
          "line": 186,
          "column": 30
        },
        "end": {
          "line": 186,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateAccountProperty",
      "start": 5709,
      "end": 5730,
      "loc": {
        "start": {
          "line": 186,
          "column": 32
        },
        "end": {
          "line": 186,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5730,
      "end": 5731,
      "loc": {
        "start": {
          "line": 186,
          "column": 53
        },
        "end": {
          "line": 186,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createAccount",
      "start": 5741,
      "end": 5754,
      "loc": {
        "start": {
          "line": 187,
          "column": 9
        },
        "end": {
          "line": 187,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5754,
      "end": 5755,
      "loc": {
        "start": {
          "line": 187,
          "column": 22
        },
        "end": {
          "line": 187,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createAccount",
      "start": 5756,
      "end": 5769,
      "loc": {
        "start": {
          "line": 187,
          "column": 24
        },
        "end": {
          "line": 187,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5769,
      "end": 5770,
      "loc": {
        "start": {
          "line": 187,
          "column": 37
        },
        "end": {
          "line": 187,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getProfiles",
      "start": 5780,
      "end": 5791,
      "loc": {
        "start": {
          "line": 188,
          "column": 9
        },
        "end": {
          "line": 188,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5791,
      "end": 5792,
      "loc": {
        "start": {
          "line": 188,
          "column": 20
        },
        "end": {
          "line": 188,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getProfiles",
      "start": 5793,
      "end": 5804,
      "loc": {
        "start": {
          "line": 188,
          "column": 22
        },
        "end": {
          "line": 188,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5804,
      "end": 5805,
      "loc": {
        "start": {
          "line": 188,
          "column": 33
        },
        "end": {
          "line": 188,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateProfile",
      "start": 5815,
      "end": 5828,
      "loc": {
        "start": {
          "line": 189,
          "column": 9
        },
        "end": {
          "line": 189,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 189,
          "column": 22
        },
        "end": {
          "line": 189,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateProfile",
      "start": 5830,
      "end": 5843,
      "loc": {
        "start": {
          "line": 189,
          "column": 24
        },
        "end": {
          "line": 189,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5843,
      "end": 5844,
      "loc": {
        "start": {
          "line": 189,
          "column": 37
        },
        "end": {
          "line": 189,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createProfile",
      "start": 5854,
      "end": 5867,
      "loc": {
        "start": {
          "line": 190,
          "column": 9
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5867,
      "end": 5868,
      "loc": {
        "start": {
          "line": 190,
          "column": 22
        },
        "end": {
          "line": 190,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createProfile",
      "start": 5869,
      "end": 5882,
      "loc": {
        "start": {
          "line": 190,
          "column": 24
        },
        "end": {
          "line": 190,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5882,
      "end": 5883,
      "loc": {
        "start": {
          "line": 190,
          "column": 37
        },
        "end": {
          "line": 190,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getUsageProfile",
      "start": 5893,
      "end": 5908,
      "loc": {
        "start": {
          "line": 191,
          "column": 9
        },
        "end": {
          "line": 191,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5908,
      "end": 5909,
      "loc": {
        "start": {
          "line": 191,
          "column": 24
        },
        "end": {
          "line": 191,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getUsageProfile",
      "start": 5910,
      "end": 5925,
      "loc": {
        "start": {
          "line": 191,
          "column": 26
        },
        "end": {
          "line": 191,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5925,
      "end": 5926,
      "loc": {
        "start": {
          "line": 191,
          "column": 41
        },
        "end": {
          "line": 191,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateUsageFromBill",
      "start": 5936,
      "end": 5958,
      "loc": {
        "start": {
          "line": 192,
          "column": 9
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5958,
      "end": 5959,
      "loc": {
        "start": {
          "line": 192,
          "column": 31
        },
        "end": {
          "line": 192,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateUsageFromBill",
      "start": 5960,
      "end": 5982,
      "loc": {
        "start": {
          "line": 192,
          "column": 33
        },
        "end": {
          "line": 192,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5982,
      "end": 5983,
      "loc": {
        "start": {
          "line": 192,
          "column": 55
        },
        "end": {
          "line": 192,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5989,
      "end": 5990,
      "loc": {
        "start": {
          "line": 193,
          "column": 5
        },
        "end": {
          "line": 193,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5990,
      "end": 5991,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5994,
      "end": 5995,
      "loc": {
        "start": {
          "line": 195,
          "column": 1
        },
        "end": {
          "line": 195,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5995,
      "end": 5996,
      "loc": {
        "start": {
          "line": 195,
          "column": 2
        },
        "end": {
          "line": 195,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5996,
      "end": 5997,
      "loc": {
        "start": {
          "line": 195,
          "column": 3
        },
        "end": {
          "line": 195,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5998,
      "end": 5998,
      "loc": {
        "start": {
          "line": 196,
          "column": 0
        },
        "end": {
          "line": 196,
          "column": 0
        }
      }
    }
  ]
}