@parra/parra-js-sdk 0.3.206 → 0.3.207

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.
@@ -1973,6 +1973,7 @@ export interface TenantOnboarding {
1973
1973
  goal?: TenantOnboardingGoal | null;
1974
1974
  application_intent?: TenantOnboardingApplicationIntent | null;
1975
1975
  domain?: TenantOnboardingDomainIntent | null;
1976
+ integration_complete?: boolean | null;
1976
1977
  }
1977
1978
  export interface TenantMetrics {
1978
1979
  application_count: number;
@@ -2332,6 +2333,7 @@ export interface UpdateTenantRequestBody {
2332
2333
  onboarding_application_intent_should_notify?: boolean | null;
2333
2334
  onboarding_application_intent_app_store_connect_setup?: boolean | null;
2334
2335
  onboarding_application_intent_app_store_connect_skipped?: boolean | null;
2336
+ onboarding_integration_complete?: boolean | null;
2335
2337
  }
2336
2338
  export interface CreateTenantForUserRequestBody {
2337
2339
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.206",
3
+ "version": "0.3.207",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",