asfur 1.0.139 → 1.0.140

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
@@ -2561,6 +2561,7 @@ export type UserPublicMetadata = {
2561
2561
  }[];
2562
2562
  notes?: string;
2563
2563
  tier_id?: string;
2564
+ tier?: TierType;
2564
2565
  } & UserSettingsType;
2565
2566
  export type MessageMetaData = {
2566
2567
  geoLocations?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asfur",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
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
@@ -489,6 +489,7 @@ export type UserPublicMetadata = {
489
489
  }[];
490
490
  notes?: string;
491
491
  tier_id?: string;
492
+ tier?: TierType;
492
493
  } & UserSettingsType;
493
494
 
494
495
  export type MessageMetaData = {