@nomalism-com/types 0.28.38 → 0.28.39

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.
@@ -205,6 +205,7 @@ export type IBrokerTopicPayload = {
205
205
  provider_id: string;
206
206
  ef_dh_id: string;
207
207
  ef_pdf_link: string;
208
+ pf_number: string;
208
209
  provider_name: string;
209
210
  provider_email: string;
210
211
  };
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.38",
12
+ "version": "0.28.39",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [