@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.
- package/dist/ParraAPI.d.ts +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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;
|