@leaflow/sdk 0.0.0-dev.53.gd8db059 → 0.0.0-dev.55.gede4e58

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.
@@ -393,6 +393,8 @@ export interface components {
393
393
  token: string;
394
394
  };
395
395
  MemberResource: {
396
+ /** @description MD5 hash of the lowercased, trimmed email address, for use with Gravatar-compatible avatar services. Empty if the account has no email address. */
397
+ avatar_hash: string;
396
398
  /** Format: date-time */
397
399
  created_at: string;
398
400
  created_by: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.0.0-dev.53.gd8db059",
3
+ "version": "0.0.0-dev.55.gede4e58",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {