@useparagon/connect 2.2.0-experimental.5 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -240,6 +240,7 @@ export type IConnectUserWithProject = IConnectUser & {
|
|
|
240
240
|
export declare const INFER_CONTENT_TYPE_FROM_CONNECT_OPTIONS = "auto";
|
|
241
241
|
export declare const SELECTED_CREDENTIAL_ID_HEADER = "X-Paragon-Credential";
|
|
242
242
|
export declare const SELECTED_CREDENTIAL_CONFIG_ID_HEADER = "X-Paragon-Configuration-Id";
|
|
243
|
+
export declare const SDK_VERSION_HEADER = "X-Paragon-SDK-Version";
|
|
243
244
|
export type AccountTypeStage = {
|
|
244
245
|
stage: 'accountType';
|
|
245
246
|
options: AccountType[];
|