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

release: 11.15.0 #58

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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "11.14.0"
".": "11.15.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 147
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-56d44b9cbf8ebf60afcfd0a7a215d2a2c6b73f4e5c687503a79fea1300753fd4.yml
configured_endpoints: 151
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-797ef7a04107cfa340b1c27ed13941b34649748674f3e4806b9e60e9ac68e765.yml
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 11.15.0 (2025-01-29)

Full Changelog: [v11.14.0...v11.15.0](https://github.com/conductor-is/conductor-node/compare/v11.14.0...v11.15.0)

### Features

* **api:** api update ([#57](https://github.com/conductor-is/conductor-node/issues/57)) ([b542b14](https://github.com/conductor-is/conductor-node/commit/b542b145cacbe14b13bae5d3b6c3e4baab98354e))
* **api:** api update ([#59](https://github.com/conductor-is/conductor-node/issues/59)) ([d4677e4](https://github.com/conductor-is/conductor-node/commit/d4677e48ee63e4b0b4d86bc9233d21f8c7bf0de3))
* **api:** api update ([#60](https://github.com/conductor-is/conductor-node/issues/60)) ([dd7631e](https://github.com/conductor-is/conductor-node/commit/dd7631e69616b7f0f1be9540eb57c3a822b61e3f))
* **api:** api update ([#61](https://github.com/conductor-is/conductor-node/issues/61)) ([24a527b](https://github.com/conductor-is/conductor-node/commit/24a527b80266f1c400fc5edd9ec9b013ffb83323))
* **api:** api update ([#62](https://github.com/conductor-is/conductor-node/issues/62)) ([5f7902e](https://github.com/conductor-is/conductor-node/commit/5f7902e772f347e4335d15907c266f81b08d7efe))
* **api:** api update ([#63](https://github.com/conductor-is/conductor-node/issues/63)) ([6aec063](https://github.com/conductor-is/conductor-node/commit/6aec06378c6f6b6c459677acb7e270d23062fa1f))

## 11.14.0 (2025-01-29)

Full Changelog: [v11.13.0...v11.14.0](https://github.com/conductor-is/conductor-node/compare/v11.13.0...v11.14.0)
Expand Down
14 changes: 14 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,20 @@ Methods:
- <code title="get /quickbooks-desktop/sales-receipts">client.qbd.salesReceipts.<a href="./src/resources/qbd/sales-receipts.ts">list</a>({ ...params }) -> SalesReceiptsCursorPage</code>
- <code title="delete /quickbooks-desktop/sales-receipts/{id}">client.qbd.salesReceipts.<a href="./src/resources/qbd/sales-receipts.ts">delete</a>(id, { ...params }) -> SalesReceiptDeleteResponse</code>

## SalesRepresentatives

Types:

- <code><a href="./src/resources/qbd/sales-representatives.ts">SalesRepresentative</a></code>
- <code><a href="./src/resources/qbd/sales-representatives.ts">SalesRepresentativeListResponse</a></code>

Methods:

- <code title="post /quickbooks-desktop/sales-representatives">client.qbd.salesRepresentatives.<a href="./src/resources/qbd/sales-representatives.ts">create</a>({ ...params }) -> SalesRepresentative</code>
- <code title="get /quickbooks-desktop/sales-representatives/{id}">client.qbd.salesRepresentatives.<a href="./src/resources/qbd/sales-representatives.ts">retrieve</a>(id, { ...params }) -> SalesRepresentative</code>
- <code title="post /quickbooks-desktop/sales-representatives/{id}">client.qbd.salesRepresentatives.<a href="./src/resources/qbd/sales-representatives.ts">update</a>(id, { ...params }) -> SalesRepresentative</code>
- <code title="get /quickbooks-desktop/sales-representatives">client.qbd.salesRepresentatives.<a href="./src/resources/qbd/sales-representatives.ts">list</a>({ ...params }) -> SalesRepresentativeListResponse</code>

## SalesTaxCodes

Types:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conductor-node",
"version": "11.14.0",
"version": "11.15.0",
"description": "The official TypeScript library for the Conductor API",
"author": "Conductor <support@conductor.is>",
"types": "dist/index.d.ts",
Expand Down
63 changes: 63 additions & 0 deletions src/resources/qbd/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@ export namespace Employee {
*/
city: string | null;

/**
* The country name of the employee address.
*/
country: string | null;

/**
* The first line of the employee address (e.g., street, PO Box, or company name).
*/
Expand All @@ -422,6 +427,21 @@ export namespace Employee {
*/
line2: string | null;

/**
* The third line of the employee address, if needed.
*/
line3: string | null;

/**
* The fourth line of the employee address, if needed.
*/
line4: string | null;

/**
* The fifth line of the employee address, if needed.
*/
line5: string | null;

/**
* The postal code or ZIP code of the employee address.
*/
Expand Down Expand Up @@ -464,6 +484,7 @@ export namespace Employee {
| 'MO'
| 'MS'
| 'MT'
| 'NB'
| 'NC'
| 'ND'
| 'NE'
Expand Down Expand Up @@ -1144,6 +1165,11 @@ export namespace EmployeeCreateParams {
*/
city?: string;

/**
* The country name of the employee address.
*/
country?: string;

/**
* The first line of the employee address (e.g., street, PO Box, or company name).
*/
Expand All @@ -1155,6 +1181,21 @@ export namespace EmployeeCreateParams {
*/
line2?: string;

/**
* The third line of the employee address, if needed.
*/
line3?: string;

/**
* The fourth line of the employee address, if needed.
*/
line4?: string;

/**
* The fifth line of the employee address, if needed.
*/
line5?: string;

/**
* The postal code or ZIP code of the employee address.
*/
Expand Down Expand Up @@ -1197,6 +1238,7 @@ export namespace EmployeeCreateParams {
| 'MO'
| 'MS'
| 'MT'
| 'NB'
| 'NC'
| 'ND'
| 'NE'
Expand Down Expand Up @@ -1751,6 +1793,11 @@ export namespace EmployeeUpdateParams {
*/
city?: string;

/**
* The country name of the employee address.
*/
country?: string;

/**
* The first line of the employee address (e.g., street, PO Box, or company name).
*/
Expand All @@ -1762,6 +1809,21 @@ export namespace EmployeeUpdateParams {
*/
line2?: string;

/**
* The third line of the employee address, if needed.
*/
line3?: string;

/**
* The fourth line of the employee address, if needed.
*/
line4?: string;

/**
* The fifth line of the employee address, if needed.
*/
line5?: string;

/**
* The postal code or ZIP code of the employee address.
*/
Expand Down Expand Up @@ -1804,6 +1866,7 @@ export namespace EmployeeUpdateParams {
| 'MO'
| 'MS'
| 'MT'
| 'NB'
| 'NC'
| 'ND'
| 'NE'
Expand Down
9 changes: 9 additions & 0 deletions src/resources/qbd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ export {
type SalesReceiptListParams,
type SalesReceiptDeleteParams,
} from './sales-receipts';
export {
SalesRepresentatives,
type SalesRepresentative,
type SalesRepresentativeListResponse,
type SalesRepresentativeCreateParams,
type SalesRepresentativeRetrieveParams,
type SalesRepresentativeUpdateParams,
type SalesRepresentativeListParams,
} from './sales-representatives';
export {
SalesTaxCodes,
type SalesTaxCode,
Expand Down
23 changes: 23 additions & 0 deletions src/resources/qbd/qbd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,16 @@ import {
SalesReceipts,
SalesReceiptsCursorPage,
} from './sales-receipts';
import * as SalesRepresentativesAPI from './sales-representatives';
import {
SalesRepresentative,
SalesRepresentativeCreateParams,
SalesRepresentativeListParams,
SalesRepresentativeListResponse,
SalesRepresentativeRetrieveParams,
SalesRepresentativeUpdateParams,
SalesRepresentatives,
} from './sales-representatives';
import * as SalesTaxCodesAPI from './sales-tax-codes';
import {
SalesTaxCode,
Expand Down Expand Up @@ -385,6 +395,8 @@ export class Qbd extends APIResource {
receivePayments: ReceivePaymentsAPI.ReceivePayments = new ReceivePaymentsAPI.ReceivePayments(this._client);
salesOrders: SalesOrdersAPI.SalesOrders = new SalesOrdersAPI.SalesOrders(this._client);
salesReceipts: SalesReceiptsAPI.SalesReceipts = new SalesReceiptsAPI.SalesReceipts(this._client);
salesRepresentatives: SalesRepresentativesAPI.SalesRepresentatives =
new SalesRepresentativesAPI.SalesRepresentatives(this._client);
salesTaxCodes: SalesTaxCodesAPI.SalesTaxCodes = new SalesTaxCodesAPI.SalesTaxCodes(this._client);
salesTaxItems: SalesTaxItemsAPI.SalesTaxItems = new SalesTaxItemsAPI.SalesTaxItems(this._client);
serviceItems: ServiceItemsAPI.ServiceItems = new ServiceItemsAPI.ServiceItems(this._client);
Expand Down Expand Up @@ -439,6 +451,7 @@ Qbd.SalesOrders = SalesOrders;
Qbd.SalesOrdersCursorPage = SalesOrdersCursorPage;
Qbd.SalesReceipts = SalesReceipts;
Qbd.SalesReceiptsCursorPage = SalesReceiptsCursorPage;
Qbd.SalesRepresentatives = SalesRepresentatives;
Qbd.SalesTaxCodes = SalesTaxCodes;
Qbd.SalesTaxItems = SalesTaxItems;
Qbd.SalesTaxItemsCursorPage = SalesTaxItemsCursorPage;
Expand Down Expand Up @@ -720,6 +733,16 @@ export declare namespace Qbd {
type SalesReceiptDeleteParams as SalesReceiptDeleteParams,
};

export {
SalesRepresentatives as SalesRepresentatives,
type SalesRepresentative as SalesRepresentative,
type SalesRepresentativeListResponse as SalesRepresentativeListResponse,
type SalesRepresentativeCreateParams as SalesRepresentativeCreateParams,
type SalesRepresentativeRetrieveParams as SalesRepresentativeRetrieveParams,
type SalesRepresentativeUpdateParams as SalesRepresentativeUpdateParams,
type SalesRepresentativeListParams as SalesRepresentativeListParams,
};

export {
SalesTaxCodes as SalesTaxCodes,
type SalesTaxCode as SalesTaxCode,
Expand Down
Loading