@parra/parra-js-sdk 0.3.216 → 0.3.218

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.
@@ -1948,6 +1948,7 @@ export interface DashboardChecklistItem {
1948
1948
  description?: string | null;
1949
1949
  type: DashboardChecklistItemType;
1950
1950
  status: DashboardChecklistItemStatus;
1951
+ external_domain_id?: string | null;
1951
1952
  }
1952
1953
  export interface CreateApplicationRequestBody {
1953
1954
  context?: string | null;
@@ -1998,6 +1999,7 @@ export interface TenantOnboardingApplicationIntent {
1998
1999
  }
1999
2000
  export interface TenantOnboardingDomainIntent {
2000
2001
  skipped?: boolean | null;
2002
+ external_domain_id?: string | null;
2001
2003
  }
2002
2004
  export interface TenantOnboardingIntegrationIntent {
2003
2005
  complete?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.216",
3
+ "version": "0.3.218",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",