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" };
            meta: object;
            output:
                | FetchSunwaveLocationsResult
                | FetchKipuLocationsResult
                | FetchLightningStepLocationsResult;
        },
    > = ...