@@ -25,7 +25,6 @@ describe('Domains', () => {
2525 const response : CreateDomainResponseSuccess = {
2626 id : '3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222' ,
2727 name : 'resend.com' ,
28- capability : 'send-and-receive' ,
2928 created_at : '2023-04-07T22:48:33.420498+00:00' ,
3029 status : 'not_started' ,
3130 records : [
@@ -96,7 +95,6 @@ describe('Domains', () => {
9695 ) . resolves . toMatchInlineSnapshot ( `
9796 {
9897 "data": {
99- "capability": "send-and-receive",
10098 "created_at": "2023-04-07T22:48:33.420498+00:00",
10199 "id": "3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222",
102100 "name": "resend.com",
@@ -203,7 +201,6 @@ describe('Domains', () => {
203201 const response : CreateDomainResponseSuccess = {
204202 id : '3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222' ,
205203 name : 'resend.com' ,
206- capability : 'send' ,
207204 created_at : '2023-04-07T22:48:33.420498+00:00' ,
208205 status : 'not_started' ,
209206 records : [
@@ -263,7 +260,6 @@ describe('Domains', () => {
263260 ) . resolves . toMatchInlineSnapshot ( `
264261 {
265262 "data": {
266- "capability": "send",
267263 "created_at": "2023-04-07T22:48:33.420498+00:00",
268264 "id": "3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222",
269265 "name": "resend.com",
@@ -361,7 +357,6 @@ describe('Domains', () => {
361357 const response : CreateDomainResponseSuccess = {
362358 id : '3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222' ,
363359 name : 'resend.com' ,
364- capability : 'send' ,
365360 created_at : '2023-04-07T22:48:33.420498+00:00' ,
366361 status : 'not_started' ,
367362 records : [
@@ -412,7 +407,6 @@ describe('Domains', () => {
412407 ) . resolves . toMatchInlineSnapshot ( `
413408 {
414409 "data": {
415- "capability": "send",
416410 "created_at": "2023-04-07T22:48:33.420498+00:00",
417411 "id": "3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222",
418412 "name": "resend.com",
@@ -467,15 +461,13 @@ describe('Domains', () => {
467461 status : 'not_started' ,
468462 created_at : '2023-04-07T23:13:52.669661+00:00' ,
469463 region : 'eu-west-1' ,
470- capability : 'send' ,
471464 } ,
472465 {
473466 id : 'ac7503ac-e027-4aea-94b3-b0acd46f65f9' ,
474467 name : 'react.email' ,
475468 status : 'not_started' ,
476469 created_at : '2023-04-07T23:13:20.417116+00:00' ,
477470 region : 'us-east-1' ,
478- capability : 'receive' ,
479471 } ,
480472 ] ,
481473 } ;
@@ -627,7 +619,6 @@ describe('Domains', () => {
627619 object : 'domain' ,
628620 id : 'fd61172c-cafc-40f5-b049-b45947779a29' ,
629621 name : 'resend.com' ,
630- capability : 'send-and-receive' ,
631622 status : 'not_started' ,
632623 created_at : '2023-06-21T06:10:36.144Z' ,
633624 region : 'us-east-1' ,
@@ -682,7 +673,6 @@ describe('Domains', () => {
682673 await expect ( resend . domains . get ( '1234' ) ) . resolves . toMatchInlineSnapshot ( `
683674 {
684675 "data": {
685- "capability": "send-and-receive",
686676 "created_at": "2023-06-21T06:10:36.144Z",
687677 "id": "fd61172c-cafc-40f5-b049-b45947779a29",
688678 "name": "resend.com",
0 commit comments