@parra/parra-js-sdk 0.3.216 → 0.3.217
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 +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1998,6 +1998,7 @@ export interface TenantOnboardingApplicationIntent {
|
|
|
1998
1998
|
}
|
|
1999
1999
|
export interface TenantOnboardingDomainIntent {
|
|
2000
2000
|
skipped?: boolean | null;
|
|
2001
|
+
external_domain_id?: string | null;
|
|
2001
2002
|
}
|
|
2002
2003
|
export interface TenantOnboardingIntegrationIntent {
|
|
2003
2004
|
complete?: boolean | null;
|