@parra/parra-js-sdk 0.3.208 → 0.3.210
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 +3 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1582,6 +1582,7 @@ export interface UpdateChannelRequestBody {
|
|
|
1582
1582
|
inbox?: UpdateInboxChannelRequestBody;
|
|
1583
1583
|
}
|
|
1584
1584
|
export interface CreateExternalDomainRequestBody {
|
|
1585
|
+
context?: string | null;
|
|
1585
1586
|
name: string;
|
|
1586
1587
|
}
|
|
1587
1588
|
export interface ExternalDomain {
|
|
@@ -1925,6 +1926,7 @@ export interface Application {
|
|
|
1925
1926
|
ios?: ApplicationIosConfig | null;
|
|
1926
1927
|
}
|
|
1927
1928
|
export interface CreateApplicationRequestBody {
|
|
1929
|
+
context?: string | null;
|
|
1928
1930
|
name: string;
|
|
1929
1931
|
description?: string | null;
|
|
1930
1932
|
is_new_project: boolean;
|
|
@@ -1959,6 +1961,7 @@ export declare enum TenantOnboardingGoal {
|
|
|
1959
1961
|
}
|
|
1960
1962
|
export interface TenantOnboardingApplicationIntent {
|
|
1961
1963
|
skipped?: boolean | null;
|
|
1964
|
+
application_id?: string | null;
|
|
1962
1965
|
intent?: string | null;
|
|
1963
1966
|
intent_other_description?: string | null;
|
|
1964
1967
|
should_notify?: boolean | null;
|