File tree Expand file tree Collapse file tree 3 files changed +387
-505
lines changed
backend/embed/api_docs/components Expand file tree Collapse file tree 3 files changed +387
-505
lines changed Original file line number Diff line number Diff line change 32
32
"description" : " Updated Unix time with milliseconds"
33
33
},
34
34
"expires_on" : {
35
- "oneOf" : [
36
- {
37
- "type" : " null"
38
- },
39
- {
40
- "type" : " integer" ,
41
- "minimum" : 1 ,
42
- "nullable" : true
43
- }
44
- ]
35
+ "type" : " integer" ,
36
+ "minimum" : 0 ,
37
+ "nullable" : true
45
38
},
46
39
"type" : {
47
40
"type" : " string" ,
60
53
},
61
54
"dns_provider_id" : {
62
55
"type" : " integer" ,
63
- "minimum" : 0
56
+ "minimum" : 0 ,
57
+ "nullable" : true
64
58
},
65
59
"name" : {
66
60
"type" : " string" ,
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
- "@jc21/cypress-swagger-validation" : " ^0.1 .0" ,
7
+ "@jc21/cypress-swagger-validation" : " ^0.2 .0" ,
8
8
"@jc21/restler" : " ^3.4.0" ,
9
- "chalk" : " ^4.1.1 " ,
10
- "cypress" : " ^9.4.1 " ,
11
- "cypress-multi-reporters" : " ^1.5.0 " ,
9
+ "chalk" : " ^5.2.0 " ,
10
+ "cypress" : " ^12.13.0 " ,
11
+ "cypress-multi-reporters" : " ^1.6.3 " ,
12
12
"cypress-wait-until" : " ^1.7.2" ,
13
- "eslint" : " ^7.28 .0" ,
13
+ "eslint" : " ^8.41 .0" ,
14
14
"eslint-plugin-align-assignments" : " ^1.1.2" ,
15
- "eslint-plugin-chai-friendly" : " ^0.7.1 " ,
16
- "eslint-plugin-cypress" : " ^2.11 .3" ,
15
+ "eslint-plugin-chai-friendly" : " ^0.7.2 " ,
16
+ "eslint-plugin-cypress" : " ^2.13 .3" ,
17
17
"lodash" : " ^4.17.21" ,
18
- "mocha" : " ^9.0 .0" ,
19
- "mocha-junit-reporter" : " ^2.0 .0"
18
+ "mocha" : " ^10.2 .0" ,
19
+ "mocha-junit-reporter" : " ^2.2 .0"
20
20
},
21
21
"scripts" : {
22
22
"cypress" : " cypress open --config-file=cypress/config/dev.json --config baseUrl=${BASE_URL:-http://127.0.0.1:3081}" ,
You can’t perform that action at this time.
0 commit comments