@medipass/web-sdk 12.2.0 → 12.2.1-fix-aged-care-create-invoice.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.
@@ -184,6 +184,7 @@ export declare type CreateAgedCareInvoiceBody = {
184
184
  webhookUrls?: Array<string>;
185
185
  };
186
186
  export declare type AgedCareInvoice = {
187
+ _id: string;
187
188
  invoiceId: string;
188
189
  serviceNapsId: string;
189
190
  serviceProviderId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.2.0",
3
+ "version": "12.2.1-fix-aged-care-create-invoice.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/plugin-transform-runtime": "7.8.3",
46
- "@medipass/utils": "^11.87.0",
46
+ "@medipass/utils": "^11.87.1-fix-aged-care-create-invoice.0",
47
47
  "@types/applepayjs": "14.0.8",
48
48
  "@types/googlepay": "0.7.6",
49
49
  "@types/jest": "28.1.6",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "e812737eb8d5ee24ec3f7db872dc3714472d1596"
61
+ "gitHead": "1d0463b082c12b06ce3206f60122ffe7aa6caef1"
62
62
  }