@parra/parra-js-sdk 0.3.230 → 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.
@@ -218,6 +218,7 @@ export interface ApplicationAppInfoStub {
218
218
  icon?: ImageAssetStub | null;
219
219
  default_feedback_form_id?: string | null;
220
220
  error_feedback_form_id?: string | null;
221
+ metadata?: object | null;
221
222
  }
222
223
  export declare enum DomainType {
223
224
  managed = "managed",
@@ -2098,6 +2099,7 @@ export interface Application {
2098
2099
  default_feedback_form_id?: string | null;
2099
2100
  error_feedback_form_id?: string | null;
2100
2101
  icon?: ImageAssetStub | null;
2102
+ metadata?: object | null;
2101
2103
  ios?: ApplicationIosConfig | null;
2102
2104
  }
2103
2105
  export declare enum DashboardChecklistItemType {
@@ -2297,7 +2299,12 @@ export declare enum ConnectedAppType {
2297
2299
  sendgrid = "sendgrid",
2298
2300
  slack = "slack",
2299
2301
  twilio = "twilio",
2300
- x = "x"
2302
+ x = "x",
2303
+ youtube = "youtube",
2304
+ tiktok = "tiktok",
2305
+ instagram = "instagram",
2306
+ facebook = "facebook",
2307
+ github = "github"
2301
2308
  }
2302
2309
  export declare enum ConnectedAppConnectionStatus {
2303
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.230",
3
+ "version": "0.3.232",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.11.25",
22
22
  "prettier": "^3.2.5",
23
- "typescript": "^5.4.2"
23
+ "typescript": "^5.6.2"
24
24
  },
25
25
  "dependencies": {
26
26
  "@parra/http-client": "0.5.7"