You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sdk/src/sdk/api/generated/default/models/Track.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,12 @@ export interface Track {
542
542
* @memberof Track
543
543
*/
544
544
isStreamGated: boolean;
545
+
/**
546
+
* Wallet addresses that can sign to authorize stream access (programmable distribution). When empty or omitted, the track is public and validator/creator nodes can serve it.
547
+
* @type {Array<string>}
548
+
* @memberof Track
549
+
*/
550
+
accessAuthorities?: Array<string>|null;
545
551
/**
546
552
* How to unlock stream access to the track
547
553
* @type {AccessGate}
@@ -725,6 +731,7 @@ export function TrackFromJSONTyped(json: any, ignoreDiscriminator: boolean): Tra
0 commit comments