File tree Expand file tree Collapse file tree 9 files changed +11
-0
lines changed
Expand file tree Collapse file tree 9 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ import * as Core from '../../core';
130130 writer . w0 ( `export type ${ responseType ( opName ) } = ` ) ;
131131 schemaToTypes ( resp , writer ) ;
132132 writer . w ( "\n" ) ;
133+ exports . push ( responseType ( opName ) ) ;
133134 }
134135 }
135136
Original file line number Diff line number Diff line change @@ -666,7 +666,9 @@ export declare namespace Checkouts {
666666 ErrorExtended ,
667667 ErrorForbidden ,
668668 GetPaymentMethodsQueryParams ,
669+ GetPaymentMethodsResponse ,
669670 ListCheckoutsQueryParams ,
671+ ListCheckoutsResponse ,
670672 MandatePayload ,
671673 MandateResponse ,
672674 PaymentType ,
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ export declare namespace Customers {
253253 CardType ,
254254 Customer ,
255255 ErrorForbidden ,
256+ ListPaymentInstrumentsResponse ,
256257 MandateResponse ,
257258 PaymentInstrumentResponse ,
258259 PersonalDetails ,
Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ export declare namespace Members {
286286 CreateMerchantMemberParams ,
287287 Invite ,
288288 ListMerchantMembersQueryParams ,
289+ ListMerchantMembersResponse ,
289290 Member ,
290291 MembershipStatus ,
291292 MembershipUser ,
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ export declare namespace Memberships {
152152 Attributes ,
153153 Invite ,
154154 ListMembershipsQueryParams ,
155+ ListMembershipsResponse ,
155156 Membership ,
156157 MembershipResource ,
157158 MembershipStatus ,
Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ export declare namespace Readers {
609609 CreateReaderTerminateUnprocessableEntity ,
610610 GatewayTimeout ,
611611 InternalServerError ,
612+ ListReadersResponse ,
612613 Metadata ,
613614 NotFound ,
614615 Problem ,
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ export class Roles extends Core.APIResource {
183183export declare namespace Roles {
184184 export type {
185185 CreateMerchantRoleParams ,
186+ ListMerchantRolesResponse ,
186187 Metadata ,
187188 Problem ,
188189 Role ,
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ export declare namespace Subaccounts {
169169 export type {
170170 CreateSubAccountParams ,
171171 ListSubAccountsQueryParams ,
172+ ListSubAccountsResponse ,
172173 Operator ,
173174 Permissions ,
174175 Problem ,
Original file line number Diff line number Diff line change @@ -680,7 +680,9 @@ export declare namespace Transactions {
680680 Link ,
681681 LinkRefund ,
682682 ListTransactionsQueryParams ,
683+ ListTransactionsResponse ,
683684 ListTransactionsV2_1QueryParams ,
685+ ListTransactionsV2_1Response ,
684686 Lon ,
685687 PaymentType ,
686688 Product ,
You can’t perform that action at this time.
0 commit comments