Skip to content

Commit

Permalink
Merge pull request #2832 from irontec/PROVIDER-967-call-csv-scheduler…
Browse files Browse the repository at this point in the history
…s-email-field-should-be-not-null-default-empty-value

Updated brand and client apiSpec
  • Loading branch information
rbatistadev authored Nov 27, 2024
2 parents 7ec992a + a2ad8a8 commit 9987cb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/portal/brand/cypress/fixtures/apiSpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -37527,8 +37527,10 @@
"type": "string"
},
"email": {
"default": "",
"maxLength": 140,
"description": "",
"example": "",
"type": "string"
},
"lastExecution": {
Expand Down Expand Up @@ -37646,8 +37648,10 @@
"type": "string"
},
"email": {
"default": "",
"maxLength": 140,
"description": "",
"example": "",
"type": "string"
},
"lastExecution": {
Expand Down Expand Up @@ -37711,8 +37715,10 @@
"type": "string"
},
"email": {
"default": "",
"maxLength": 140,
"description": "",
"example": "",
"type": "string"
},
"lastExecution": {
Expand Down
6 changes: 6 additions & 0 deletions web/portal/client/cypress/fixtures/apiSpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -36298,8 +36298,10 @@
"type": "string"
},
"email": {
"default": "",
"maxLength": 140,
"description": "",
"example": "",
"type": "string"
},
"lastExecution": {
Expand Down Expand Up @@ -36401,8 +36403,10 @@
"type": "string"
},
"email": {
"default": "",
"maxLength": 140,
"description": "",
"example": "",
"type": "string"
},
"lastExecution": {
Expand Down Expand Up @@ -36466,8 +36470,10 @@
"type": "string"
},
"email": {
"default": "",
"maxLength": 140,
"description": "",
"example": "",
"type": "string"
},
"lastExecution": {
Expand Down

0 comments on commit 9987cb3

Please sign in to comment.