@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.
@@ -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
- onboarding_application_intent_app_store_connect_setup_skipped?: boolean | null;
1923
+ onboarding_application_intent_app_store_connect_skipped?: boolean | null;
1924
1924
  }
1925
1925
  export interface CreateTenantForUserRequestBody {
1926
1926
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.140",
3
+ "version": "0.3.141",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",