@parra/parra-js-sdk 0.3.321 → 0.3.322

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.
Files changed (2) hide show
  1. package/dist/ParraAPI.d.ts +5 -12
  2. package/package.json +1 -1
@@ -42,6 +42,7 @@ export interface ImageAssetStub {
42
42
  id: string;
43
43
  size: Size;
44
44
  url: string;
45
+ blur_hash?: string | null;
45
46
  }
46
47
  export interface TicketFeatured {
47
48
  title: string;
@@ -109,6 +110,7 @@ export interface ReleaseHeader {
109
110
  id: string;
110
111
  size: Size;
111
112
  url: string;
113
+ blur_hash?: string | null;
112
114
  }
113
115
  export declare enum ReleaseType {
114
116
  major = "major",
@@ -532,6 +534,7 @@ export interface ImageAsset {
532
534
  group: string;
533
535
  file_type: string;
534
536
  mime_type: string;
537
+ blur_hash?: string | null;
535
538
  }
536
539
  export interface CreateCheckoutSessionRequestBody {
537
540
  plan_id: string;
@@ -782,6 +785,7 @@ export interface CreateCreatorAttachmentAttachmentRequestBody {
782
785
  id: string;
783
786
  size: Size;
784
787
  url: string;
788
+ blur_hash?: string | null;
785
789
  }
786
790
  export interface CreateCreatorUpdateRequestBody {
787
791
  publish?: boolean | null;
@@ -1553,6 +1557,7 @@ export interface CreateTicketAttachmentRequestBody {
1553
1557
  id: string;
1554
1558
  size: Size;
1555
1559
  url: string;
1560
+ blur_hash?: string | null;
1556
1561
  }
1557
1562
  export interface UpdateTicketChecklistItemRequestBody {
1558
1563
  title?: string;
@@ -2250,10 +2255,7 @@ export interface UserSettingsItem {
2250
2255
  view_id: string;
2251
2256
  title: string;
2252
2257
  description?: string | null;
2253
- display_title: string;
2254
- display_description?: string | null;
2255
2258
  slug: string;
2256
- transport_type?: string | null;
2257
2259
  key: string;
2258
2260
  type: SettingsItemType;
2259
2261
  required: boolean;
@@ -2267,14 +2269,10 @@ export interface UserSettingsGroup {
2267
2269
  deleted_at?: string | null;
2268
2270
  tenant_id?: string;
2269
2271
  view_id: string;
2270
- notification_topic_id?: string | null;
2271
2272
  title: string;
2272
2273
  description?: string | null;
2273
- display_title: string;
2274
- display_description?: string | null;
2275
2274
  slug: string;
2276
2275
  key: string;
2277
- notification_topic?: NotificationTopic | null;
2278
2276
  items: Array<UserSettingsItem>;
2279
2277
  }
2280
2278
  export interface UserSettingsView {
@@ -2285,13 +2283,8 @@ export interface UserSettingsView {
2285
2283
  tenant_id: string;
2286
2284
  title: string;
2287
2285
  description?: string | null;
2288
- display_title: string;
2289
- display_description?: string | null;
2290
2286
  footer_label?: string | null;
2291
2287
  slug: string;
2292
- type?: string | null;
2293
- managed: boolean;
2294
- active: boolean;
2295
2288
  groups: Array<UserSettingsGroup>;
2296
2289
  }
2297
2290
  export interface CreateSettingsGroupRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.321",
3
+ "version": "0.3.322",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",