@audius/sdk 1.0.16-beta.1 → 1.0.17

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.
@@ -1,3 +0,0 @@
1
- import { Nullable } from '../utils';
2
- import type { AudiusLibs } from '../AudiusLibs';
3
- export declare const rolloverNodes: (libs: AudiusLibs, creatorNodeWhitelist: Nullable<Set<string>>) => Promise<void>;
@@ -1,6 +0,0 @@
1
- import type { AudiusLibs } from '../AudiusLibs';
2
- /**
3
- * Sanitize user.creator_node_endpoint
4
- * Goal: Make it so we never end up in a state like creator_node_endpoint = "https://cn1.co,,"
5
- */
6
- export declare const sanitizeNodes: (libs: AudiusLibs) => Promise<void>;