@pushwoosh/rpc-v2-http-api-data 0.1.604 → 0.1.605

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/accounts.d.ts CHANGED
@@ -74,6 +74,8 @@ export type GetOnboardingInfoResponse = {
74
74
  welcomeScreen: boolean;
75
75
  getStarted: boolean;
76
76
  showSurvey: boolean;
77
+ hasActiveSubscription: boolean;
78
+ hasApplication: boolean;
77
79
  };
78
80
  export type UpdateOnboardingInfoRequest_answer_list = {
79
81
  answers: string[];
package/data.js CHANGED
@@ -759,6 +759,12 @@ export const data = {
759
759
  },
760
760
  "showSurvey": {
761
761
  "type": "boolean"
762
+ },
763
+ "hasActiveSubscription": {
764
+ "type": "boolean"
765
+ },
766
+ "hasApplication": {
767
+ "type": "boolean"
762
768
  }
763
769
  }
764
770
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.604",
3
+ "version": "0.1.605",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",