@parra/parra-js-sdk 0.3.268 → 0.3.269

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.
@@ -2034,7 +2034,7 @@ export interface SettingsViewStub {
2034
2034
  created_at: string;
2035
2035
  updated_at: string;
2036
2036
  deleted_at?: string | null;
2037
- tenant_id?: string;
2037
+ tenant_id: string;
2038
2038
  title: string;
2039
2039
  description?: string | null;
2040
2040
  display_title: string;
@@ -2050,7 +2050,7 @@ export interface SettingsView {
2050
2050
  created_at: string;
2051
2051
  updated_at: string;
2052
2052
  deleted_at?: string | null;
2053
- tenant_id?: string;
2053
+ tenant_id: string;
2054
2054
  title: string;
2055
2055
  description?: string | null;
2056
2056
  display_title: string;
@@ -2121,7 +2121,7 @@ export interface UserSettingsView {
2121
2121
  created_at: string;
2122
2122
  updated_at: string;
2123
2123
  deleted_at?: string | null;
2124
- tenant_id?: string;
2124
+ tenant_id: string;
2125
2125
  title: string;
2126
2126
  description?: string | null;
2127
2127
  display_title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.268",
3
+ "version": "0.3.269",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",