@parra/parra-js-sdk 0.3.265 → 0.3.267

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.
@@ -2003,6 +2003,7 @@ export interface SettingsGroupStub {
2003
2003
  updated_at: string;
2004
2004
  deleted_at?: string | null;
2005
2005
  tenant_id?: string;
2006
+ view_id: string;
2006
2007
  notification_topic_id?: string | null;
2007
2008
  title: string;
2008
2009
  description?: string | null;
@@ -2017,6 +2018,7 @@ export interface SettingsGroup {
2017
2018
  updated_at: string;
2018
2019
  deleted_at?: string | null;
2019
2020
  tenant_id?: string;
2021
+ view_id: string;
2020
2022
  notification_topic_id?: string | null;
2021
2023
  title: string;
2022
2024
  description?: string | null;
@@ -2024,6 +2026,7 @@ export interface SettingsGroup {
2024
2026
  display_description?: string | null;
2025
2027
  slug: string;
2026
2028
  key?: string;
2029
+ notification_topic?: NotificationTopic | null;
2027
2030
  items: Array<SettingsItem>;
2028
2031
  }
2029
2032
  export interface SettingsViewStub {
@@ -2102,6 +2105,7 @@ export interface UserSettingsGroup {
2102
2105
  updated_at: string;
2103
2106
  deleted_at?: string | null;
2104
2107
  tenant_id?: string;
2108
+ view_id: string;
2105
2109
  notification_topic_id?: string | null;
2106
2110
  title: string;
2107
2111
  description?: string | null;
@@ -2109,6 +2113,7 @@ export interface UserSettingsGroup {
2109
2113
  display_description?: string | null;
2110
2114
  slug: string;
2111
2115
  key?: string;
2116
+ notification_topic?: NotificationTopic | null;
2112
2117
  items: Array<UserSettingsItem>;
2113
2118
  }
2114
2119
  export interface UserSettingsView {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.265",
3
+ "version": "0.3.267",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",