@unified-api/typescript-sdk 1.0.24 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,9 @@ import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import * as shared from "../../../sdk/models/shared";
3
3
  import { AxiosResponse } from "axios";
4
4
  export declare class CreateAccountingAccountRequest extends SpeakeasyBase {
5
+ /**
6
+ * Chart of accounts
7
+ */
5
8
  accountingAccount?: shared.AccountingAccount;
6
9
  /**
7
10
  * ID of the connection
@@ -6,6 +6,7 @@ export declare class ListTicketingNotesRequest extends SpeakeasyBase {
6
6
  * ID of the connection
7
7
  */
8
8
  connectionId: string;
9
+ customerId?: string;
9
10
  /**
10
11
  * Comma-delimited fields to return
11
12
  */
@@ -62,6 +62,10 @@ var ListTicketingNotesRequest = /** @class */ (function (_super) {
62
62
  (0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
63
63
  __metadata("design:type", String)
64
64
  ], ListTicketingNotesRequest.prototype, "connectionId", void 0);
65
+ __decorate([
66
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=customer_id" }),
67
+ __metadata("design:type", String)
68
+ ], ListTicketingNotesRequest.prototype, "customerId", void 0);
65
69
  __decorate([
66
70
  (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=fields" }),
67
71
  __metadata("design:type", Array)
@@ -2,6 +2,9 @@ import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import * as shared from "../../../sdk/models/shared";
3
3
  import { AxiosResponse } from "axios";
4
4
  export declare class PatchAccountingAccountRequest extends SpeakeasyBase {
5
+ /**
6
+ * Chart of accounts
7
+ */
5
8
  accountingAccount?: shared.AccountingAccount;
6
9
  /**
7
10
  * ID of the connection
@@ -2,6 +2,9 @@ import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import * as shared from "../../../sdk/models/shared";
3
3
  import { AxiosResponse } from "axios";
4
4
  export declare class UpdateAccountingAccountRequest extends SpeakeasyBase {
5
+ /**
6
+ * Chart of accounts
7
+ */
5
8
  accountingAccount?: shared.AccountingAccount;
6
9
  /**
7
10
  * ID of the connection
@@ -15,6 +15,9 @@ export declare enum TypeT {
15
15
  Revenue = "REVENUE",
16
16
  Other = "OTHER"
17
17
  }
18
+ /**
19
+ * Chart of accounts
20
+ */
18
21
  export declare class AccountingAccount extends SpeakeasyBase {
19
22
  balance?: number;
20
23
  createdAt?: Date;
@@ -48,6 +48,9 @@ var TypeT;
48
48
  TypeT["Revenue"] = "REVENUE";
49
49
  TypeT["Other"] = "OTHER";
50
50
  })(TypeT = exports.TypeT || (exports.TypeT = {}));
51
+ /**
52
+ * Chart of accounts
53
+ */
51
54
  var AccountingAccount = /** @class */ (function (_super) {
52
55
  __extends(AccountingAccount, _super);
53
56
  function AccountingAccount() {
package/dist/sdk/sdk.js CHANGED
@@ -86,9 +86,9 @@ var SDKConfiguration = /** @class */ (function () {
86
86
  function SDKConfiguration(init) {
87
87
  this.language = "typescript";
88
88
  this.openapiDocVersion = "1.0";
89
- this.sdkVersion = "1.0.24";
89
+ this.sdkVersion = "1.0.26";
90
90
  this.genVersion = "2.333.3";
91
- this.userAgent = "speakeasy-sdk/typescript 1.0.24 2.333.3 1.0 @unified-api/typescript-sdk";
91
+ this.userAgent = "speakeasy-sdk/typescript 1.0.26 2.333.3 1.0 @unified-api/typescript-sdk";
92
92
  Object.assign(this, init);
93
93
  }
94
94
  return SDKConfiguration;
@@ -5,5 +5,5 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8
- | `accountingAccount` | [shared.AccountingAccount](../../../sdk/models/shared/accountingaccount.md) | :heavy_minus_sign: | N/A |
8
+ | `accountingAccount` | [shared.AccountingAccount](../../../sdk/models/shared/accountingaccount.md) | :heavy_minus_sign: | Chart of accounts |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
@@ -6,6 +6,7 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
+ | `customerId` | *string* | :heavy_minus_sign: | N/A |
9
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
10
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
11
12
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -5,6 +5,6 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8
- | `accountingAccount` | [shared.AccountingAccount](../../../sdk/models/shared/accountingaccount.md) | :heavy_minus_sign: | N/A |
8
+ | `accountingAccount` | [shared.AccountingAccount](../../../sdk/models/shared/accountingaccount.md) | :heavy_minus_sign: | Chart of accounts |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
10
  | `id` | *string* | :heavy_check_mark: | ID of the Account |
@@ -5,6 +5,6 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8
- | `accountingAccount` | [shared.AccountingAccount](../../../sdk/models/shared/accountingaccount.md) | :heavy_minus_sign: | N/A |
8
+ | `accountingAccount` | [shared.AccountingAccount](../../../sdk/models/shared/accountingaccount.md) | :heavy_minus_sign: | Chart of accounts |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
10
  | `id` | *string* | :heavy_check_mark: | ID of the Account |
@@ -1,5 +1,7 @@
1
1
  # AccountingAccount
2
2
 
3
+ Chart of accounts
4
+
3
5
 
4
6
  ## Fields
5
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-api/typescript-sdk",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",