Skip to content

Commit

Permalink
feat(api): api update (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 29, 2025
1 parent 24a527b commit 5f7902e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 151
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-8308a466ca3ec0da46eb752817ce157c28b8e9cc6984390d387ad63f8fa28eaf.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-22c9d8245ef461902edc5bc38504155e5eca56fe8047764929dd0a464ee0affb.yml
8 changes: 4 additions & 4 deletions src/resources/qbd/sales-representatives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface SalesRepresentative {

/**
* The sales representative's corresponding person entity in QuickBooks, stored as
* either an employee, vendor, or other-name entry.
* either an employee, vendor, or other-name.
*/
entity: SalesRepresentative.Entity;

Expand Down Expand Up @@ -124,7 +124,7 @@ export interface SalesRepresentative {
export namespace SalesRepresentative {
/**
* The sales representative's corresponding person entity in QuickBooks, stored as
* either an employee, vendor, or other-name entry.
* either an employee, vendor, or other-name.
*/
export interface Entity {
/**
Expand Down Expand Up @@ -163,7 +163,7 @@ export interface SalesRepresentativeListResponse {
export interface SalesRepresentativeCreateParams {
/**
* Body param: The sales representative's corresponding person entity in
* QuickBooks, stored as either an employee, vendor, or other-name entry.
* QuickBooks, stored as either an employee, vendor, or other-name.
*/
entityId: string;

Expand Down Expand Up @@ -211,7 +211,7 @@ export interface SalesRepresentativeUpdateParams {

/**
* Body param: The sales representative's corresponding person entity in
* QuickBooks, stored as either an employee, vendor, or other-name entry.
* QuickBooks, stored as either an employee, vendor, or other-name.
*/
entityId?: string;

Expand Down

0 comments on commit 5f7902e

Please sign in to comment.