@parra/parra-js-sdk 0.3.140 → 0.3.141
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 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1920,7 +1920,7 @@ export interface UpdateTenantRequestBody {
|
|
|
1920
1920
|
onboarding_application_intent_other_description?: string | null;
|
|
1921
1921
|
onboarding_application_intent_should_notify?: boolean | null;
|
|
1922
1922
|
onboarding_application_intent_app_store_connect_setup?: boolean | null;
|
|
1923
|
-
|
|
1923
|
+
onboarding_application_intent_app_store_connect_skipped?: boolean | null;
|
|
1924
1924
|
}
|
|
1925
1925
|
export interface CreateTenantForUserRequestBody {
|
|
1926
1926
|
name: string;
|