@parra/parra-js-sdk 0.3.544 → 0.3.545
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/ParraAPI.d.ts +2 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -4495,7 +4495,8 @@ export interface ConnectedAppXConnectionData {
|
|
4495
4495
|
name: string;
|
4496
4496
|
}
|
4497
4497
|
export interface ConnectedAppYoutubeConnectionData {
|
4498
|
-
|
4498
|
+
title: string;
|
4499
|
+
channel_id?: string | null;
|
4499
4500
|
}
|
4500
4501
|
export type ConnectedAppConnectionData = ConnectedAppAppStoreConnectApiConnectionData | ConnectedApnsConnectionData | ConnectedAppResendConnectionData | ConnectedAppSlackConnectionData | ConnectedAppSendgridConnectionData | ConnectedAppTwilioConnectionData | ConnectedAppDiscordConnectionData | ConnectedAppXConnectionData | ConnectedAppYoutubeConnectionData;
|
4501
4502
|
export declare enum ConnectedAppType {
|