@parra/parra-js-sdk 0.3.208 → 0.3.209

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.
@@ -1925,6 +1925,7 @@ export interface Application {
1925
1925
  ios?: ApplicationIosConfig | null;
1926
1926
  }
1927
1927
  export interface CreateApplicationRequestBody {
1928
+ context?: string | null;
1928
1929
  name: string;
1929
1930
  description?: string | null;
1930
1931
  is_new_project: boolean;
@@ -1959,6 +1960,7 @@ export declare enum TenantOnboardingGoal {
1959
1960
  }
1960
1961
  export interface TenantOnboardingApplicationIntent {
1961
1962
  skipped?: boolean | null;
1963
+ application_id?: string | null;
1962
1964
  intent?: string | null;
1963
1965
  intent_other_description?: string | null;
1964
1966
  should_notify?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.208",
3
+ "version": "0.3.209",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",