{
  "metadata": {
    "toolPackage": "@microsoft/api-extractor",
    "toolVersion": "7.52.10",
    "schemaVersion": 1011,
    "oldestForwardsCompatibleVersion": 1001,
    "tsdocConfig": {
      "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
      "noStandardTags": true,
      "tagDefinitions": [
        {
          "tagName": "@alpha",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@beta",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@defaultValue",
          "syntaxKind": "block"
        },
        {
          "tagName": "@decorator",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@deprecated",
          "syntaxKind": "block"
        },
        {
          "tagName": "@eventProperty",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@example",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@experimental",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@inheritDoc",
          "syntaxKind": "inline"
        },
        {
          "tagName": "@internal",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@label",
          "syntaxKind": "inline"
        },
        {
          "tagName": "@link",
          "syntaxKind": "inline",
          "allowMultiple": true
        },
        {
          "tagName": "@override",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@packageDocumentation",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@param",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@privateRemarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@public",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@readonly",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@remarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@returns",
          "syntaxKind": "block"
        },
        {
          "tagName": "@sealed",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@see",
          "syntaxKind": "block"
        },
        {
          "tagName": "@throws",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@typeParam",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@virtual",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@betaDocumentation",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@internalRemarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@preapproved",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@fires",
          "syntaxKind": "block",
          "allowMultiple": true
        }
      ],
      "supportForTags": {
        "@alpha": true,
        "@beta": true,
        "@defaultValue": true,
        "@decorator": true,
        "@deprecated": true,
        "@eventProperty": true,
        "@example": true,
        "@experimental": true,
        "@inheritDoc": true,
        "@internal": true,
        "@label": true,
        "@link": true,
        "@override": true,
        "@packageDocumentation": true,
        "@param": true,
        "@privateRemarks": true,
        "@public": true,
        "@readonly": true,
        "@remarks": true,
        "@returns": true,
        "@sealed": true,
        "@see": true,
        "@throws": true,
        "@typeParam": true,
        "@virtual": true,
        "@betaDocumentation": true,
        "@internalRemarks": true,
        "@preapproved": true,
        "@fires": true
      },
      "reportUnsupportedHtmlElements": false
    }
  },
  "kind": "Package",
  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!",
  "docComment": "",
  "name": "@genesislcap/pbc-reconciliation-ui",
  "preserveMemberOrder": false,
  "members": [
    {
      "kind": "EntryPoint",
      "canonicalReference": "@genesislcap/pbc-reconciliation-ui!",
      "name": "",
      "preserveMemberOrder": false,
      "members": [
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!Configuration:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type Configuration = "
            },
            {
              "kind": "Content",
              "text": "{\n    NAME?: string;\n    RECONCILIATION_CONFIG_ID?: string;\n    RECONCILIATION_STRATEGY?: string;\n    DICTIONARY_ID?: string;\n    RULES?: "
            },
            {
              "kind": "Reference",
              "text": "Array",
              "canonicalReference": "!Array:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ReconConfigurationRule",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconConfigurationRule:type"
            },
            {
              "kind": "Content",
              "text": ">;\n    DATASOURCES?: "
            },
            {
              "kind": "Reference",
              "text": "Array",
              "canonicalReference": "!Array:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Datasource",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!Datasource:type"
            },
            {
              "kind": "Content",
              "text": ">;\n    MATCH_NULL?: boolean;\n    PRIMARY_DATASOURCE_NAME?: string;\n    PRIMARY_DATASOURCE?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/reconciliation.types.ts",
          "releaseTag": "Public",
          "name": "Configuration",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 10
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!configure:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function configure(config: "
            },
            {
              "kind": "Reference",
              "text": "Partial",
              "canonicalReference": "!Partial:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ReconciliationConfig",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<typeof import(\"../main\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationReconciliation",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/config/configure.ts",
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 10
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "config",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isOptional": false
            }
          ],
          "name": "configure"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!DataDictionary:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DataDictionary = "
            },
            {
              "kind": "Content",
              "text": "{\n    DICTIONARY_ID: string;\n    DICTIONARY_NAME: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/reconciliation.types.ts",
          "releaseTag": "Public",
          "name": "DataDictionary",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!Datasource:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type Datasource = "
            },
            {
              "kind": "Content",
              "text": "{\n    NAME: string;\n    TYPE: "
            },
            {
              "kind": "Reference",
              "text": "DatasourceType",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!DatasourceType:enum"
            },
            {
              "kind": "Content",
              "text": ";\n    CONFIG_DATA?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/reconciliation.types.ts",
          "releaseTag": "Public",
          "name": "Datasource",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!DatasourceType:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum DatasourceType "
            }
          ],
          "fileUrlPath": "src/reconciliation.types.ts",
          "releaseTag": "Public",
          "name": "DatasourceType",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!DatasourceType.FILE:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "FILE = "
                },
                {
                  "kind": "Content",
                  "text": "\"FILE\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "FILE"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!DatasourceType.PIPELINE:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "PIPELINE = "
                },
                {
                  "kind": "Content",
                  "text": "\"PIPELINE\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "PIPELINE"
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!defaultReconciliationConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultReconciliationConfig: "
            },
            {
              "kind": "Reference",
              "text": "ReconciliationConfig",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig:interface"
            }
          ],
          "fileUrlPath": "src/config/config.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultReconciliationConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FoundationReconciliation extends "
            },
            {
              "kind": "Reference",
              "text": "GenesisElement",
              "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/main/main.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "FoundationReconciliation",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#configurationsPanel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "configurationsPanel: "
                },
                {
                  "kind": "Reference",
                  "text": "ConfigurationsPanel",
                  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!~ConfigurationsPanel:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "configurationsPanel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#dataDictionaries:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataDictionaries: "
                },
                {
                  "kind": "Reference",
                  "text": "DataDictionaries",
                  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!~DataDictionaries:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dataDictionaries",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#ready:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ready: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "ready",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#reconciliationsPanel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reconciliationsPanel: "
                },
                {
                  "kind": "Reference",
                  "text": "ReconciliationsPanel",
                  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!~ReconciliationsPanel:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "reconciliationsPanel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#selectedTab:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedTab: "
                },
                {
                  "kind": "Reference",
                  "text": "ReconciliationTab",
                  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationTab:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedTab",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation#tabChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabChanged(tab: "
                },
                {
                  "kind": "Reference",
                  "text": "ReconciliationTab",
                  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationTab:enum"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "tab",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "tabChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliationStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "FoundationReconciliationStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/main/main.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "FoundationReconciliationStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliationTemplate:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "FoundationReconciliationTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FoundationReconciliation",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/main/main.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "FoundationReconciliationTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!RapidReconciliation:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class RapidReconciliation extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationReconciliation",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/main/main.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "RapidReconciliation",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!RapidReconciliation#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!RapidReconciliation#loadRemotes:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected loadRemotes(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "loadRemotes"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!Reconciliation:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Reconciliation extends "
            },
            {
              "kind": "Reference",
              "text": "ZeroReconciliation",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ZeroReconciliation:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/main/main.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "Reconciliation",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ReconciliationConfig extends "
            },
            {
              "kind": "Reference",
              "text": "PartialGenesisElementDefinition",
              "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/config/config.ts",
          "releaseTag": "Public",
          "name": "ReconciliationConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig#designSystemPrefix:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "designSystemPrefix: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "designSystemPrefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig#templateOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "templateOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "TemplateOptions",
                  "canonicalReference": "@genesislcap/pbc-reconciliation-ui!~TemplateOptions:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "templateOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ReconciliationConfig: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "InterfaceSymbol",
              "canonicalReference": "@microsoft/fast-foundation!InterfaceSymbol:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ReconciliationConfig",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationConfig:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/config/config.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "ReconciliationConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationSandbox:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ReconciliationSandbox extends "
            },
            {
              "kind": "Reference",
              "text": "GenesisElement",
              "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/sandbox.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ReconciliationSandbox",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationSandbox#auth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "auth: "
                },
                {
                  "kind": "Reference",
                  "text": "Auth",
                  "canonicalReference": "@genesislcap/foundation-comms!Auth:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "auth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationSandbox#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationSandbox#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationSandbox#ready:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ready: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "ready",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationTab:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ReconciliationTab "
            }
          ],
          "fileUrlPath": "src/main/main.template.ts",
          "releaseTag": "Public",
          "name": "ReconciliationTab",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationTab.Configurations:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Configurations = "
                },
                {
                  "kind": "Content",
                  "text": "\"CONFIGURATIONS\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "Configurations"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationTab.DataDictionariesTab:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "DataDictionariesTab = "
                },
                {
                  "kind": "Content",
                  "text": "\"DATA_DICTIONARIES\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "DataDictionariesTab"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconciliationTab.Reconciliations:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Reconciliations = "
                },
                {
                  "kind": "Content",
                  "text": "\"RECONCILIATIONS\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "Reconciliations"
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ReconConfigurationRule:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ReconConfigurationRule = "
            },
            {
              "kind": "Content",
              "text": "{\n    RECONCILIATION_CONFIG_ID?: string;\n    FIELD_TYPE: "
            },
            {
              "kind": "Reference",
              "text": "FieldType",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!~FieldType:enum"
            },
            {
              "kind": "Content",
              "text": ";\n    FIELD_NAME: string;\n    TOLERANCE_TYPE: "
            },
            {
              "kind": "Reference",
              "text": "ToleranceType",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!~ToleranceType:enum"
            },
            {
              "kind": "Content",
              "text": ";\n    TOLERANCE_VALUE: string;\n    IS_MATCH_KEY: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/reconciliation.types.ts",
          "releaseTag": "Public",
          "name": "ReconConfigurationRule",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!UploadedEventDetail:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface UploadedEventDetail "
            }
          ],
          "fileUrlPath": "src/components/reconciliations-panel/input-parameter/input-parameter.types.ts",
          "releaseTag": "Public",
          "name": "UploadedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!UploadedEventDetail#DATASOURCE_CONFIG_NAME:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "DATASOURCE_CONFIG_NAME: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "DATASOURCE_CONFIG_NAME",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!UploadedEventDetail#FILE_INFO:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "FILE_INFO: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        FILE_STORAGE_ID: string;\n        FILE_NAME: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "FILE_INFO",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ZeroReconciliation:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ZeroReconciliation extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationReconciliation",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!FoundationReconciliation:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/main/main.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ZeroReconciliation",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ZeroReconciliation#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/pbc-reconciliation-ui!ZeroReconciliation#loadRemotes:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected loadRemotes(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "loadRemotes"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        }
      ]
    }
  ]
}
