@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.
- package/dist/iam/v1/schema.d.ts +2 -0
- package/package.json +1 -1
package/dist/iam/v1/schema.d.ts
CHANGED
|
@@ -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;
|