Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): api update #3

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 121
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-d9219374a9ab9989a833a22fc35d6863f19e5e4e174e1b78e34c4aea266ef5aa.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-c805306c1a793c2639db92364f4ebddecb3a76e5172be9c38ba01ed7e4ba6724.yml
6 changes: 4 additions & 2 deletions src/resources/qbd/bill-check-payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,8 @@ export namespace BillCheckPaymentCreateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down Expand Up @@ -891,7 +892,8 @@ export namespace BillCheckPaymentUpdateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down
3 changes: 2 additions & 1 deletion src/resources/qbd/bill-credit-card-payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,8 @@ export namespace BillCreditCardPaymentCreateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down
6 changes: 4 additions & 2 deletions src/resources/qbd/invoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,8 @@ export namespace InvoiceCreateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down Expand Up @@ -2612,7 +2613,8 @@ export namespace InvoiceUpdateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down
6 changes: 4 additions & 2 deletions src/resources/qbd/receive-payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,8 @@ export namespace ReceivePaymentCreateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down Expand Up @@ -1252,7 +1253,8 @@ export namespace ReceivePaymentUpdateParams {
appliedAmount: string;

/**
* The unique identifier of the credit memo to apply to this transaction.
* The unique identifier of the credit memo or vendor credit to apply to this
* transaction.
*/
creditMemoId: string;

Expand Down