@medipass/web-sdk 12.0.3-chore-add-accounts-me-endpoint.0 → 12.0.4-fix-update-provider-set-type.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.
@@ -145,7 +145,7 @@ export declare const getAccountExists: (query?: Record<string, any>, opts?: Medi
145
145
  * Returns the current account
146
146
  * @param {Object} opts - Additional options
147
147
  */
148
- export declare const getCurrentAccount: (opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
148
+ export declare const getCurrentAccount: (opts?: MedipassRequestOpts) => Promise<Account>;
149
149
  /**
150
150
  * Get account roles
151
151
  * @param {String} accountId - Account ID
@@ -14,7 +14,7 @@ export interface ProviderSetItem {
14
14
  providerNumberTypeId?: string;
15
15
  specialtyIds: string[];
16
16
  status: string;
17
- statusHistory: string[];
17
+ statusHistory?: string[];
18
18
  _id: string;
19
19
  }
20
20
  export interface ProviderSetItemRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.0.3-chore-add-accounts-me-endpoint.0",
3
+ "version": "12.0.4-fix-update-provider-set-type.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "35ad21a634bb074df68f19de36006038eea90815"
61
+ "gitHead": "f3331436991099cee0967714191808119ff90f04"
62
62
  }