File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ class DirectoryUser extends BaseWorkOSResource
1616 "firstName " ,
1717 "email " ,
1818 /**
19- * @deprecated Will be removed in a future major version.
19+ * [Deprecated] Will be removed in a future major version.
2020 * Enable the `emails` custom attribute in dashboard and pull from customAttributes instead.
2121 * See https://workos.com/docs/directory-sync/attributes/custom-attributes/auto-mapped-attributes for details.
2222 */
2323 "emails " ,
2424 /**
25- * @deprecated Will be removed in a future major version.
25+ * [Deprecated] Will be removed in a future major version.
2626 * Enable the `username` custom attribute in dashboard and pull from customAttributes instead.
2727 * See https://workos.com/docs/directory-sync/attributes/custom-attributes/auto-mapped-attributes for details.
2828 */
2929 "username " ,
3030 "lastName " ,
3131 /**
32- * @deprecated Will be removed in a future major version.
32+ * [Deprecated] Will be removed in a future major version.
3333 * Enable the `job_title` custom attribute in dashboard and pull from customAttributes instead.
3434 * See https://workos.com/docs/directory-sync/attributes/custom-attributes/auto-mapped-attributes for details.
3535 */
@@ -59,7 +59,7 @@ class DirectoryUser extends BaseWorkOSResource
5959 ];
6060
6161 /**
62- * @deprecated Use `email` instead.
62+ * [Deprecated] Use `email` instead.
6363 */
6464 public function primaryEmail ()
6565 {
You can’t perform that action at this time.
0 commit comments