Implement profile updates
This commit is contained in:
parent
fe52d19c48
commit
38ed9a7943
9 changed files with 24 additions and 33 deletions
3
src/third-party/api/index.js
vendored
3
src/third-party/api/index.js
vendored
|
@ -11770,6 +11770,9 @@ var methodSchemaDict = {
|
|||
schema: {
|
||||
type: "object",
|
||||
properties: {
|
||||
did: {
|
||||
type: "string"
|
||||
},
|
||||
displayName: {
|
||||
type: "string",
|
||||
maxLength: 64
|
||||
|
|
4
src/third-party/api/index.js.map
vendored
4
src/third-party/api/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -7,6 +7,7 @@ export interface CallOptions {
|
|||
encoding: 'application/json';
|
||||
}
|
||||
export interface InputSchema {
|
||||
did?: string;
|
||||
displayName?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue