@@ -71,7 +71,7 @@ npm install
7171
7272## Initialize the API Client
7373
74- ** _ Note:_ ** Documentation for the client can be found [ here.] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/client.md )
74+ ** _ Note:_ ** Documentation for the client can be found [ here.] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/client.md )
7575
7676The following parameters are configurable for the API Client:
7777
@@ -81,7 +81,7 @@ The following parameters are configurable for the API Client:
8181| ` timeout ` | ` number ` | Timeout for API calls.<br >* Default* : ` 0 ` |
8282| ` httpClientOptions ` | ` Partial<HttpClientOptions> ` | Stable configurable http client options. |
8383| ` unstableHttpClientOptions ` | ` any ` | Unstable configurable http client options. |
84- | ` basicAuthCredentials ` | [ ` BasicAuthCredentials ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/$a/https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /basic-authentication.md ) | The credential object for basicAuth |
84+ | ` basicAuthCredentials ` | [ ` BasicAuthCredentials ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/$a/https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /basic-authentication.md ) | The credential object for basicAuth |
8585
8686### HttpClientOptions
8787
@@ -121,38 +121,38 @@ const client = new Client({
121121
122122This API uses the following authentication schemes.
123123
124- * [ ` httpBasic (Basic Authentication) ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/$a/https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /basic-authentication.md )
124+ * [ ` httpBasic (Basic Authentication) ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/$a/https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /basic-authentication.md )
125125
126126## API Errors
127127
128128Here is the list of errors that the API might throw.
129129
130130| HTTP Status Code | Error Description | Exception Class |
131131| --- | --- | --- |
132- | 400 | Invalid request | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/models/custom-error.md ) |
133- | 401 | Invalid API key | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/models/custom-error.md ) |
134- | 404 | An informed resource was not found | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/models/custom-error.md ) |
135- | 412 | Business validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/models/custom-error.md ) |
136- | 422 | Contract validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/models/custom-error.md ) |
137- | 500 | Internal server error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/models/custom-error.md ) |
132+ | 400 | Invalid request | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/models/custom-error.md ) |
133+ | 401 | Invalid API key | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/models/custom-error.md ) |
134+ | 404 | An informed resource was not found | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/models/custom-error.md ) |
135+ | 412 | Business validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/models/custom-error.md ) |
136+ | 422 | Contract validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/models/custom-error.md ) |
137+ | 500 | Internal server error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/models/custom-error.md ) |
138138
139139## List of APIs
140140
141- * [ Subscriptions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/subscriptions.md )
142- * [ Orders] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/orders.md )
143- * [ Plans] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/plans.md )
144- * [ Invoices] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/invoices.md )
145- * [ Customers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/customers.md )
146- * [ Charges] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/charges.md )
147- * [ Recipients] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/recipients.md )
148- * [ Tokens] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/tokens.md )
149- * [ Transactions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/transactions.md )
150- * [ Transfers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/transfers.md )
151- * [ Payables] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/payables.md )
152- * [ Balance Operations] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/controllers/balance-operations.md )
141+ * [ Subscriptions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/subscriptions.md )
142+ * [ Orders] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/orders.md )
143+ * [ Plans] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/plans.md )
144+ * [ Invoices] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/invoices.md )
145+ * [ Customers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/customers.md )
146+ * [ Charges] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/charges.md )
147+ * [ Recipients] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/recipients.md )
148+ * [ Tokens] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/tokens.md )
149+ * [ Transactions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/transactions.md )
150+ * [ Transfers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/transfers.md )
151+ * [ Payables] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/payables.md )
152+ * [ Balance Operations] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/controllers/balance-operations.md )
153153
154154## Classes Documentation
155155
156- * [ ApiResponse] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/api-response.md )
157- * [ ApiError] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.6 /doc/api-error.md )
156+ * [ ApiResponse] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/api-response.md )
157+ * [ ApiError] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.7 /doc/api-error.md )
158158
0 commit comments