Skip to content

Commit 9987cb3

Browse files
authored
Merge pull request #2832 from irontec/PROVIDER-967-call-csv-schedulers-email-field-should-be-not-null-default-empty-value
Updated brand and client apiSpec
2 parents 7ec992a + a2ad8a8 commit 9987cb3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

web/portal/brand/cypress/fixtures/apiSpec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37527,8 +37527,10 @@
3752737527
"type": "string"
3752837528
},
3752937529
"email": {
37530+
"default": "",
3753037531
"maxLength": 140,
3753137532
"description": "",
37533+
"example": "",
3753237534
"type": "string"
3753337535
},
3753437536
"lastExecution": {
@@ -37646,8 +37648,10 @@
3764637648
"type": "string"
3764737649
},
3764837650
"email": {
37651+
"default": "",
3764937652
"maxLength": 140,
3765037653
"description": "",
37654+
"example": "",
3765137655
"type": "string"
3765237656
},
3765337657
"lastExecution": {
@@ -37711,8 +37715,10 @@
3771137715
"type": "string"
3771237716
},
3771337717
"email": {
37718+
"default": "",
3771437719
"maxLength": 140,
3771537720
"description": "",
37721+
"example": "",
3771637722
"type": "string"
3771737723
},
3771837724
"lastExecution": {

web/portal/client/cypress/fixtures/apiSpec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36298,8 +36298,10 @@
3629836298
"type": "string"
3629936299
},
3630036300
"email": {
36301+
"default": "",
3630136302
"maxLength": 140,
3630236303
"description": "",
36304+
"example": "",
3630336305
"type": "string"
3630436306
},
3630536307
"lastExecution": {
@@ -36401,8 +36403,10 @@
3640136403
"type": "string"
3640236404
},
3640336405
"email": {
36406+
"default": "",
3640436407
"maxLength": 140,
3640536408
"description": "",
36409+
"example": "",
3640636410
"type": "string"
3640736411
},
3640836412
"lastExecution": {
@@ -36466,8 +36470,10 @@
3646636470
"type": "string"
3646736471
},
3646836472
"email": {
36473+
"default": "",
3646936474
"maxLength": 140,
3647036475
"description": "",
36476+
"example": "",
3647136477
"type": "string"
3647236478
},
3647336479
"lastExecution": {

0 commit comments

Comments
 (0)