asfur 1.0.121 → 1.0.122

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.
package/dist/types.d.ts CHANGED
@@ -2022,7 +2022,7 @@ export type UserPublicMetadata = {
2022
2022
  is_primary?: boolean;
2023
2023
  }[];
2024
2024
  notes?: string;
2025
- };
2025
+ } & UserSettingsType;
2026
2026
  export type MessageMetaData = {
2027
2027
  geoLocations?: string[];
2028
2028
  startDate?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asfur",
3
- "version": "1.0.121",
3
+ "version": "1.0.122",
4
4
  "description": "SDK for interacting with the Asfur API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/types.ts CHANGED
@@ -383,7 +383,7 @@ export type UserPublicMetadata = {
383
383
  is_primary?: boolean;
384
384
  }[];
385
385
  notes?: string;
386
- };
386
+ } & UserSettingsType;
387
387
 
388
388
  export type MessageMetaData = {
389
389
  geoLocations?: string[];