Skip to content

Commit

Permalink
Auto update of meta-data.json (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: DannyvdSluijs <[email protected]>
  • Loading branch information
github-actions[bot] and DannyvdSluijs authored Aug 31, 2024
1 parent ba73482 commit 62e9838
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions meta-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -54434,20 +54434,6 @@
"hidden": false,
"mandatory": false
},
{
"name": "DivisionClasses",
"type": "DivisionClasses",
"description": "Collection of classification properties",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": false,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "Modified",
"type": "Edm.DateTime",
Expand Down Expand Up @@ -140266,7 +140252,7 @@
"delete": false
},
"hidden": false,
"mandatory": false
"mandatory": true
},
{
"name": "EmployeeFullName",
Expand Down Expand Up @@ -140313,7 +140299,7 @@
{
"name": "Main",
"type": "Edm.Boolean",
"description": "This indicates if the bank account is the main bank account. Set this to true if the bank account is the main bank account. If there are no bank accounts, the first bank account will automatically be set as the main bank account.",
"description": "This indicates if the bank account is the main bank account",
"primaryKey": false,
"supportedMethods": {
"get": true,
Expand Down Expand Up @@ -140369,7 +140355,7 @@
{
"name": "Number",
"type": "Edm.String",
"description": "This is the bank account number.",
"description": "This is the bank account number. (maximum of 34 characters)",
"primaryKey": false,
"supportedMethods": {
"get": true,
Expand All @@ -140378,7 +140364,7 @@
"delete": false
},
"hidden": false,
"mandatory": false
"mandatory": true
}
],
"deprecated": false
Expand Down Expand Up @@ -156814,6 +156800,20 @@
"hidden": false,
"mandatory": false
},
{
"name": "IsOEIMigrationMandatory",
"type": "Edm.Boolean",
"description": "Determines whether one exact identity migration is mandatory for the user. True - User does have to migrate, False - User does not have to migrate",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": false,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "IsStarterUser",
"type": "Edm.Boolean",
Expand Down

0 comments on commit 62e9838

Please sign in to comment.