skyflow-js 2.7.1 → 2.7.2
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -452,6 +452,7 @@ export declare const REVEAL_ELEMENT_ERROR_TEXT_DEFAULT_STYLES: {
|
|
|
452
452
|
};
|
|
453
453
|
};
|
|
454
454
|
export declare const REVEAL_ELEMENT_ERROR_TEXT = "Invalid Token";
|
|
455
|
+
export declare const SIGNED_TOKEN_PREFIX = "signed_token_";
|
|
455
456
|
export declare const COLLECT_ELEMENT_LABEL_DEFAULT_STYLES: {
|
|
456
457
|
[x: string]: {
|
|
457
458
|
marginBottom: string;
|
package/types/utils/logs.d.ts
CHANGED