@parra/parra-js-sdk 0.3.231 → 0.3.232

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.
@@ -2299,7 +2299,12 @@ export declare enum ConnectedAppType {
2299
2299
  sendgrid = "sendgrid",
2300
2300
  slack = "slack",
2301
2301
  twilio = "twilio",
2302
- x = "x"
2302
+ x = "x",
2303
+ youtube = "youtube",
2304
+ tiktok = "tiktok",
2305
+ instagram = "instagram",
2306
+ facebook = "facebook",
2307
+ github = "github"
2303
2308
  }
2304
2309
  export declare enum ConnectedAppConnectionStatus {
2305
2310
  pending = "pending",
package/dist/ParraAPI.js CHANGED
@@ -274,6 +274,11 @@ var ConnectedAppType;
274
274
  ConnectedAppType["slack"] = "slack";
275
275
  ConnectedAppType["twilio"] = "twilio";
276
276
  ConnectedAppType["x"] = "x";
277
+ ConnectedAppType["youtube"] = "youtube";
278
+ ConnectedAppType["tiktok"] = "tiktok";
279
+ ConnectedAppType["instagram"] = "instagram";
280
+ ConnectedAppType["facebook"] = "facebook";
281
+ ConnectedAppType["github"] = "github";
277
282
  })(ConnectedAppType || (exports.ConnectedAppType = ConnectedAppType = {}));
278
283
  var ConnectedAppConnectionStatus;
279
284
  (function (ConnectedAppConnectionStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.231",
3
+ "version": "0.3.232",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",