@nomalism-com/types 0.44.20 → 0.44.21

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.
@@ -392,6 +392,7 @@ export type IBrokerTopicPayload = {
392
392
  locality: string | null;
393
393
  country_id: string | null;
394
394
  country_name: string | null;
395
+ updated_by: string;
395
396
  };
396
397
  };
397
398
  export interface IBrokerMessage<T extends IBrokerTopic = IBrokerTopic> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.44.20",
4
+ "version": "0.44.21",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",