@pmate/account-sdk 0.3.0 → 0.5.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -148,8 +148,8 @@ type UseProfileStepFlowParams = {
148
148
  params: URLSearchParams;
149
149
  };
150
150
  declare const useProfileStepFlow: ({ params, }: UseProfileStepFlowParams) => {
151
- activeStep: "nickname" | "learning-language" | "mother-tongue" | "gender" | "is-adult" | "age";
152
- appProfileSteps: ("nickname" | "learning-language" | "mother-tongue" | "gender" | "is-adult" | "age")[];
151
+ activeStep: "gender" | "nickname" | "learning-language" | "mother-tongue" | "is-adult" | "age";
152
+ appProfileSteps: ("gender" | "nickname" | "learning-language" | "mother-tongue" | "is-adult" | "age")[];
153
153
  buildStepUrl: (next: ProfileStepType) => string;
154
154
  createSteps: ProfileStepType[];
155
155
  isCreateFlowStep: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmate/account-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",