.
Showing
5 changed files
with
28 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -68,6 +68,9 @@ |
"type": "relation", | ||
"relation": "oneToOne", | ||
"target": "plugin::users-permissions.user" | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |
... | ... | @@ -26,6 +26,9 @@ |
"type": "relation", | ||
"relation": "oneToOne", | ||
"target": "plugin::users-permissions.user" | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |
... | ... | @@ -47,6 +47,9 @@ |
"thirdPartyApiError": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |
... | ... | @@ -67,6 +67,9 @@ |
"type": "string", | ||
"configurable": false, | ||
"private": true | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |