@ketch-sdk/ketch-types 1.36.2 → 1.36.3
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.
- package/dist/index.d.ts +2 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2004,9 +2004,7 @@ export interface GetConsentResponse {
|
|
|
2004
2004
|
*/
|
|
2005
2005
|
vendors?: string[];
|
|
2006
2006
|
collectedAt?: number;
|
|
2007
|
-
protocols?:
|
|
2008
|
-
[key: string]: string;
|
|
2009
|
-
};
|
|
2007
|
+
protocols?: Protocols;
|
|
2010
2008
|
}
|
|
2011
2009
|
/**
|
|
2012
2010
|
* SetConsentRequest
|
|
@@ -2049,9 +2047,7 @@ export interface SetConsentResponse {
|
|
|
2049
2047
|
*/
|
|
2050
2048
|
vendors?: string[];
|
|
2051
2049
|
collectedAt?: number;
|
|
2052
|
-
protocols?:
|
|
2053
|
-
[key: string]: string;
|
|
2054
|
-
};
|
|
2050
|
+
protocols?: Protocols;
|
|
2055
2051
|
}
|
|
2056
2052
|
/**
|
|
2057
2053
|
* InvokeRightRequest
|