@unified-api/typescript-sdk 1.0.1 → 1.0.2

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.
@@ -27,4 +27,5 @@ export declare class AccountingInvoice extends SpeakeasyBase {
27
27
  taxAmount?: number;
28
28
  totalAmount?: number;
29
29
  updatedAt?: Date;
30
+ url?: string;
30
31
  }
@@ -172,6 +172,11 @@ var AccountingInvoice = /** @class */ (function (_super) {
172
172
  }, { toClassOnly: true }),
173
173
  __metadata("design:type", Date)
174
174
  ], AccountingInvoice.prototype, "updatedAt", void 0);
175
+ __decorate([
176
+ (0, utils_1.SpeakeasyMetadata)(),
177
+ (0, class_transformer_1.Expose)({ name: "url" }),
178
+ __metadata("design:type", String)
179
+ ], AccountingInvoice.prototype, "url", void 0);
175
180
  return AccountingInvoice;
176
181
  }(utils_1.SpeakeasyBase));
177
182
  exports.AccountingInvoice = AccountingInvoice;
package/dist/sdk/sdk.js CHANGED
@@ -81,9 +81,9 @@ var SDKConfiguration = /** @class */ (function () {
81
81
  function SDKConfiguration(init) {
82
82
  this.language = "typescript";
83
83
  this.openapiDocVersion = "1.0";
84
- this.sdkVersion = "1.0.1";
84
+ this.sdkVersion = "1.0.2";
85
85
  this.genVersion = "2.272.7";
86
- this.userAgent = "speakeasy-sdk/typescript 1.0.1 2.272.7 1.0 @unified-api/typescript-sdk";
86
+ this.userAgent = "speakeasy-sdk/typescript 1.0.2 2.272.7 1.0 @unified-api/typescript-sdk";
87
87
  Object.assign(this, init);
88
88
  }
89
89
  return SDKConfiguration;
@@ -25,4 +25,5 @@
25
25
  | `status` | [shared.AccountingInvoiceStatus](../../../sdk/models/shared/accountinginvoicestatus.md) | :heavy_minus_sign: | N/A |
26
26
  | `taxAmount` | *number* | :heavy_minus_sign: | N/A |
27
27
  | `totalAmount` | *number* | :heavy_minus_sign: | N/A |
28
- | `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
28
+ | `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
29
+ | `url` | *string* | :heavy_minus_sign: | N/A |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-api/typescript-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",