@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.
@@ -4495,7 +4495,8 @@ export interface ConnectedAppXConnectionData {
4495
4495
  name: string;
4496
4496
  }
4497
4497
  export interface ConnectedAppYoutubeConnectionData {
4498
- channel_id: string;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.544",
3
+ "version": "0.3.545",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",