|
176 | 176 | },
|
177 | 177 | "persistent": {
|
178 | 178 | "type": "boolean"
|
| 179 | + }, |
| 180 | + "status": { |
| 181 | + "enum": [ |
| 182 | + "CREATING_PROJECT", |
| 183 | + "RUNNING_MIGRATIONS", |
| 184 | + "MIGRATIONS_PASSED", |
| 185 | + "MIGRATIONS_FAILED", |
| 186 | + "FUNCTIONS_DEPLOYED", |
| 187 | + "FUNCTIONS_FAILED" |
| 188 | + ], |
| 189 | + "type": "string" |
179 | 190 | }
|
180 | 191 | }
|
181 | 192 | }
|
|
499 | 510 | "type": "string",
|
500 | 511 | "enum": [
|
501 | 512 | "us-east-1",
|
| 513 | + "us-east-2", |
502 | 514 | "us-west-1",
|
503 | 515 | "us-west-2",
|
504 | 516 | "ap-east-1",
|
|
509 | 521 | "eu-west-1",
|
510 | 522 | "eu-west-2",
|
511 | 523 | "eu-west-3",
|
| 524 | + "eu-north-1", |
512 | 525 | "eu-central-1",
|
| 526 | + "eu-central-2", |
513 | 527 | "ca-central-1",
|
514 | 528 | "ap-south-1",
|
515 | 529 | "sa-east-1"
|
|
1410 | 1424 | "schema": {
|
1411 | 1425 | "type": "object",
|
1412 | 1426 | "properties": {
|
| 1427 | + "desired_instance_size": { |
| 1428 | + "type": "string", |
| 1429 | + "enum": [ |
| 1430 | + "micro", |
| 1431 | + "small", |
| 1432 | + "medium", |
| 1433 | + "large", |
| 1434 | + "xlarge", |
| 1435 | + "2xlarge", |
| 1436 | + "4xlarge", |
| 1437 | + "8xlarge", |
| 1438 | + "12xlarge", |
| 1439 | + "16xlarge" |
| 1440 | + ] |
| 1441 | + }, |
1413 | 1442 | "branch_name": {
|
1414 | 1443 | "type": "string"
|
1415 | 1444 | },
|
1416 | 1445 | "git_branch": {
|
1417 | 1446 | "type": "string"
|
1418 | 1447 | },
|
| 1448 | + "persistent": { |
| 1449 | + "type": "boolean" |
| 1450 | + }, |
1419 | 1451 | "region": {
|
1420 | 1452 | "type": "string"
|
1421 | 1453 | }
|
|
4074 | 4106 | "type": "string",
|
4075 | 4107 | "enum": [
|
4076 | 4108 | "us-east-1",
|
| 4109 | + "us-east-2", |
4077 | 4110 | "us-west-1",
|
4078 | 4111 | "us-west-2",
|
4079 | 4112 | "ap-east-1",
|
|
4084 | 4117 | "eu-west-1",
|
4085 | 4118 | "eu-west-2",
|
4086 | 4119 | "eu-west-3",
|
| 4120 | + "eu-north-1", |
4087 | 4121 | "eu-central-1",
|
| 4122 | + "eu-central-2", |
4088 | 4123 | "ca-central-1",
|
4089 | 4124 | "ap-south-1",
|
4090 | 4125 | "sa-east-1"
|
|
5301 | 5336 | "type": "number",
|
5302 | 5337 | "nullable": true
|
5303 | 5338 | },
|
| 5339 | + "mfa_totp_enroll_enabled": { |
| 5340 | + "type": "boolean", |
| 5341 | + "nullable": true |
| 5342 | + }, |
| 5343 | + "mfa_totp_verify_enabled": { |
| 5344 | + "type": "boolean", |
| 5345 | + "nullable": true |
| 5346 | + }, |
| 5347 | + "mfa_phone_enroll_enabled": { |
| 5348 | + "type": "boolean", |
| 5349 | + "nullable": true |
| 5350 | + }, |
| 5351 | + "mfa_phone_verify_enabled": { |
| 5352 | + "type": "boolean", |
| 5353 | + "nullable": true |
| 5354 | + }, |
| 5355 | + "mfa_phone_otp_length": { |
| 5356 | + "type": "number" |
| 5357 | + }, |
| 5358 | + "mfa_phone_template": { |
| 5359 | + "type": "string", |
| 5360 | + "nullable": true |
| 5361 | + }, |
| 5362 | + "mfa_phone_max_frequency": { |
| 5363 | + "type": "number", |
| 5364 | + "nullable": true |
| 5365 | + }, |
5304 | 5366 | "password_hibp_enabled": {
|
5305 | 5367 | "type": "boolean",
|
5306 | 5368 | "nullable": true
|
|
5621 | 5683 | "mailer_templates_reauthentication_content",
|
5622 | 5684 | "mailer_templates_recovery_content",
|
5623 | 5685 | "mfa_max_enrolled_factors",
|
| 5686 | + "mfa_totp_enroll_enabled", |
| 5687 | + "mfa_totp_verify_enabled", |
| 5688 | + "mfa_phone_enroll_enabled", |
| 5689 | + "mfa_phone_verify_enabled", |
| 5690 | + "mfa_phone_otp_length", |
| 5691 | + "mfa_phone_template", |
| 5692 | + "mfa_phone_max_frequency", |
5624 | 5693 | "password_hibp_enabled",
|
5625 | 5694 | "password_min_length",
|
5626 | 5695 | "password_required_characters",
|
|
6241 | 6310 | },
|
6242 | 6311 | "api_max_request_duration": {
|
6243 | 6312 | "type": "number"
|
| 6313 | + }, |
| 6314 | + "mfa_totp_enroll_enabled": { |
| 6315 | + "type": "boolean" |
| 6316 | + }, |
| 6317 | + "mfa_totp_verify_enabled": { |
| 6318 | + "type": "boolean" |
| 6319 | + }, |
| 6320 | + "mfa_phone_enroll_enabled": { |
| 6321 | + "type": "boolean" |
| 6322 | + }, |
| 6323 | + "mfa_phone_verify_enabled": { |
| 6324 | + "type": "boolean" |
| 6325 | + }, |
| 6326 | + "mfa_phone_max_frequency": { |
| 6327 | + "type": "number", |
| 6328 | + "minimum": 0, |
| 6329 | + "maximum": 32767 |
| 6330 | + }, |
| 6331 | + "mfa_phone_otp_length": { |
| 6332 | + "type": "number", |
| 6333 | + "minimum": 0, |
| 6334 | + "maximum": 32767 |
| 6335 | + }, |
| 6336 | + "mfa_phone_template": { |
| 6337 | + "type": "string" |
6244 | 6338 | }
|
6245 | 6339 | }
|
6246 | 6340 | }
|
|
6682 | 6776 | "type": "number",
|
6683 | 6777 | "nullable": true
|
6684 | 6778 | },
|
| 6779 | + "mfa_totp_enroll_enabled": { |
| 6780 | + "type": "boolean", |
| 6781 | + "nullable": true |
| 6782 | + }, |
| 6783 | + "mfa_totp_verify_enabled": { |
| 6784 | + "type": "boolean", |
| 6785 | + "nullable": true |
| 6786 | + }, |
| 6787 | + "mfa_phone_enroll_enabled": { |
| 6788 | + "type": "boolean", |
| 6789 | + "nullable": true |
| 6790 | + }, |
| 6791 | + "mfa_phone_verify_enabled": { |
| 6792 | + "type": "boolean", |
| 6793 | + "nullable": true |
| 6794 | + }, |
| 6795 | + "mfa_phone_otp_length": { |
| 6796 | + "type": "number" |
| 6797 | + }, |
| 6798 | + "mfa_phone_template": { |
| 6799 | + "type": "string", |
| 6800 | + "nullable": true |
| 6801 | + }, |
| 6802 | + "mfa_phone_max_frequency": { |
| 6803 | + "type": "number", |
| 6804 | + "nullable": true |
| 6805 | + }, |
6685 | 6806 | "password_hibp_enabled": {
|
6686 | 6807 | "type": "boolean",
|
6687 | 6808 | "nullable": true
|
|
7002 | 7123 | "mailer_templates_reauthentication_content",
|
7003 | 7124 | "mailer_templates_recovery_content",
|
7004 | 7125 | "mfa_max_enrolled_factors",
|
| 7126 | + "mfa_totp_enroll_enabled", |
| 7127 | + "mfa_totp_verify_enabled", |
| 7128 | + "mfa_phone_enroll_enabled", |
| 7129 | + "mfa_phone_verify_enabled", |
| 7130 | + "mfa_phone_otp_length", |
| 7131 | + "mfa_phone_template", |
| 7132 | + "mfa_phone_max_frequency", |
7005 | 7133 | "password_hibp_enabled",
|
7006 | 7134 | "password_min_length",
|
7007 | 7135 | "password_required_characters",
|
|
9569 | 9697 | },
|
9570 | 9698 | "persistent": {
|
9571 | 9699 | "type": "boolean"
|
| 9700 | + }, |
| 9701 | + "status": { |
| 9702 | + "enum": [ |
| 9703 | + "CREATING_PROJECT", |
| 9704 | + "RUNNING_MIGRATIONS", |
| 9705 | + "MIGRATIONS_PASSED", |
| 9706 | + "MIGRATIONS_FAILED", |
| 9707 | + "FUNCTIONS_DEPLOYED", |
| 9708 | + "FUNCTIONS_FAILED" |
| 9709 | + ], |
| 9710 | + "type": "string" |
9572 | 9711 | }
|
9573 | 9712 | }
|
9574 | 9713 | },
|
|
9790 | 9929 | "type": "string",
|
9791 | 9930 | "enum": [
|
9792 | 9931 | "us-east-1",
|
| 9932 | + "us-east-2", |
9793 | 9933 | "us-west-1",
|
9794 | 9934 | "us-west-2",
|
9795 | 9935 | "ap-east-1",
|
|
9800 | 9940 | "eu-west-1",
|
9801 | 9941 | "eu-west-2",
|
9802 | 9942 | "eu-west-3",
|
| 9943 | + "eu-north-1", |
9803 | 9944 | "eu-central-1",
|
| 9945 | + "eu-central-2", |
9804 | 9946 | "ca-central-1",
|
9805 | 9947 | "ap-south-1",
|
9806 | 9948 | "sa-east-1"
|
@@ -10299,12 +10441,30 @@
|
10299 | 10441 | "CreateBranchBody": {
|
10300 | 10442 | "type": "object",
|
10301 | 10443 | "properties": {
|
| 10444 | + "desired_instance_size": { |
| 10445 | + "type": "string", |
| 10446 | + "enum": [ |
| 10447 | + "micro", |
| 10448 | + "small", |
| 10449 | + "medium", |
| 10450 | + "large", |
| 10451 | + "xlarge", |
| 10452 | + "2xlarge", |
| 10453 | + "4xlarge", |
| 10454 | + "8xlarge", |
| 10455 | + "12xlarge", |
| 10456 | + "16xlarge" |
| 10457 | + ] |
| 10458 | + }, |
10302 | 10459 | "branch_name": {
|
10303 | 10460 | "type": "string"
|
10304 | 10461 | },
|
10305 | 10462 | "git_branch": {
|
10306 | 10463 | "type": "string"
|
10307 | 10464 | },
|
| 10465 | + "persistent": { |
| 10466 | + "type": "boolean" |
| 10467 | + }, |
10308 | 10468 | "region": {
|
10309 | 10469 | "type": "string"
|
10310 | 10470 | }
|
|
11394 | 11554 | "type": "string",
|
11395 | 11555 | "enum": [
|
11396 | 11556 | "us-east-1",
|
| 11557 | + "us-east-2", |
11397 | 11558 | "us-west-1",
|
11398 | 11559 | "us-west-2",
|
11399 | 11560 | "ap-east-1",
|
|
11404 | 11565 | "eu-west-1",
|
11405 | 11566 | "eu-west-2",
|
11406 | 11567 | "eu-west-3",
|
| 11568 | + "eu-north-1", |
11407 | 11569 | "eu-central-1",
|
| 11570 | + "eu-central-2", |
11408 | 11571 | "ca-central-1",
|
11409 | 11572 | "ap-south-1",
|
11410 | 11573 | "sa-east-1"
|
|
12227 | 12390 | "type": "number",
|
12228 | 12391 | "nullable": true
|
12229 | 12392 | },
|
| 12393 | + "mfa_totp_enroll_enabled": { |
| 12394 | + "type": "boolean", |
| 12395 | + "nullable": true |
| 12396 | + }, |
| 12397 | + "mfa_totp_verify_enabled": { |
| 12398 | + "type": "boolean", |
| 12399 | + "nullable": true |
| 12400 | + }, |
| 12401 | + "mfa_phone_enroll_enabled": { |
| 12402 | + "type": "boolean", |
| 12403 | + "nullable": true |
| 12404 | + }, |
| 12405 | + "mfa_phone_verify_enabled": { |
| 12406 | + "type": "boolean", |
| 12407 | + "nullable": true |
| 12408 | + }, |
| 12409 | + "mfa_phone_otp_length": { |
| 12410 | + "type": "number" |
| 12411 | + }, |
| 12412 | + "mfa_phone_template": { |
| 12413 | + "type": "string", |
| 12414 | + "nullable": true |
| 12415 | + }, |
| 12416 | + "mfa_phone_max_frequency": { |
| 12417 | + "type": "number", |
| 12418 | + "nullable": true |
| 12419 | + }, |
12230 | 12420 | "password_hibp_enabled": {
|
12231 | 12421 | "type": "boolean",
|
12232 | 12422 | "nullable": true
|
|
12547 | 12737 | "mailer_templates_reauthentication_content",
|
12548 | 12738 | "mailer_templates_recovery_content",
|
12549 | 12739 | "mfa_max_enrolled_factors",
|
| 12740 | + "mfa_totp_enroll_enabled", |
| 12741 | + "mfa_totp_verify_enabled", |
| 12742 | + "mfa_phone_enroll_enabled", |
| 12743 | + "mfa_phone_verify_enabled", |
| 12744 | + "mfa_phone_otp_length", |
| 12745 | + "mfa_phone_template", |
| 12746 | + "mfa_phone_max_frequency", |
12550 | 12747 | "password_hibp_enabled",
|
12551 | 12748 | "password_min_length",
|
12552 | 12749 | "password_required_characters",
|
|
13128 | 13325 | },
|
13129 | 13326 | "api_max_request_duration": {
|
13130 | 13327 | "type": "number"
|
| 13328 | + }, |
| 13329 | + "mfa_totp_enroll_enabled": { |
| 13330 | + "type": "boolean" |
| 13331 | + }, |
| 13332 | + "mfa_totp_verify_enabled": { |
| 13333 | + "type": "boolean" |
| 13334 | + }, |
| 13335 | + "mfa_phone_enroll_enabled": { |
| 13336 | + "type": "boolean" |
| 13337 | + }, |
| 13338 | + "mfa_phone_verify_enabled": { |
| 13339 | + "type": "boolean" |
| 13340 | + }, |
| 13341 | + "mfa_phone_max_frequency": { |
| 13342 | + "type": "number", |
| 13343 | + "minimum": 0, |
| 13344 | + "maximum": 32767 |
| 13345 | + }, |
| 13346 | + "mfa_phone_otp_length": { |
| 13347 | + "type": "number", |
| 13348 | + "minimum": 0, |
| 13349 | + "maximum": 32767 |
| 13350 | + }, |
| 13351 | + "mfa_phone_template": { |
| 13352 | + "type": "string" |
13131 | 13353 | }
|
13132 | 13354 | }
|
13133 | 13355 | },
|
|
0 commit comments