@@ -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 : [
@@ -97,7 +96,6 @@ describe('Domains', () => {
9796 ) . resolves . toMatchInlineSnapshot ( `
9897 {
9998 "data": {
100- "capability": "send-and-receive",
10199 "created_at": "2023-04-07T22:48:33.420498+00:00",
102100 "id": "3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222",
103101 "name": "resend.com",
@@ -207,7 +205,6 @@ describe('Domains', () => {
207205 const response : CreateDomainResponseSuccess = {
208206 id : '3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222' ,
209207 name : 'resend.com' ,
210- capability : 'send' ,
211208 created_at : '2023-04-07T22:48:33.420498+00:00' ,
212209 status : 'not_started' ,
213210 records : [
@@ -267,7 +264,6 @@ describe('Domains', () => {
267264 ) . resolves . toMatchInlineSnapshot ( `
268265 {
269266 "data": {
270- "capability": "send",
271267 "created_at": "2023-04-07T22:48:33.420498+00:00",
272268 "id": "3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222",
273269 "name": "resend.com",
@@ -367,7 +363,6 @@ describe('Domains', () => {
367363 const response : CreateDomainResponseSuccess = {
368364 id : '3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222' ,
369365 name : 'resend.com' ,
370- capability : 'send' ,
371366 created_at : '2023-04-07T22:48:33.420498+00:00' ,
372367 status : 'not_started' ,
373368 records : [
@@ -419,7 +414,6 @@ describe('Domains', () => {
419414 ) . resolves . toMatchInlineSnapshot ( `
420415 {
421416 "data": {
422- "capability": "send",
423417 "created_at": "2023-04-07T22:48:33.420498+00:00",
424418 "id": "3d4a472d-bc6d-4dd2-aa9d-d3d50ce87222",
425419 "name": "resend.com",
@@ -475,15 +469,13 @@ describe('Domains', () => {
475469 status : 'not_started' ,
476470 created_at : '2023-04-07T23:13:52.669661+00:00' ,
477471 region : 'eu-west-1' ,
478- capability : 'send' ,
479472 } ,
480473 {
481474 id : 'ac7503ac-e027-4aea-94b3-b0acd46f65f9' ,
482475 name : 'react.email' ,
483476 status : 'not_started' ,
484477 created_at : '2023-04-07T23:13:20.417116+00:00' ,
485478 region : 'us-east-1' ,
486- capability : 'receive' ,
487479 } ,
488480 ] ,
489481 } ;
@@ -649,7 +641,6 @@ describe('Domains', () => {
649641 object : 'domain' ,
650642 id : 'fd61172c-cafc-40f5-b049-b45947779a29' ,
651643 name : 'resend.com' ,
652- capability : 'send-and-receive' ,
653644 status : 'not_started' ,
654645 created_at : '2023-06-21T06:10:36.144Z' ,
655646 region : 'us-east-1' ,
@@ -705,7 +696,6 @@ describe('Domains', () => {
705696 await expect ( resend . domains . get ( '1234' ) ) . resolves . toMatchInlineSnapshot ( `
706697 {
707698 "data": {
708- "capability": "send-and-receive",
709699 "created_at": "2023-06-21T06:10:36.144Z",
710700 "id": "fd61172c-cafc-40f5-b049-b45947779a29",
711701 "name": "resend.com",
0 commit comments