Circle V2 API Docs
    Preparing search index...
    getIntegrationLocations: QueryProcedure<
        {
            input: | {
                credentials: {
                    api_id: string;
                    api_secret: string;
                    realm_id: string;
                    sunwave_email: string;
                };
                type: "sunwave";
            }
            | { credentials: { bearer_token: string }; type: "lightningstep" }
            | { credentials: { app_id: string }; type: "kipu" }
            | {
                credentials: { as_of_date?: string; seed: string };
                type: "synthetic";
            };
            meta: object;
            output: | FetchSyntheticLocationsResult
            | FetchKipuLocationsResult
            | FetchLightningStepLocationsResult;
        },
    > = ...