@unified-api/typescript-sdk 1.0.63 → 1.0.64

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.
@@ -8,6 +8,7 @@ export declare class AccountingOrganization extends SpeakeasyBase {
8
8
  id?: string;
9
9
  legalName?: string;
10
10
  name: string;
11
+ organizationCode?: string;
11
12
  raw?: Record<string, any>;
12
13
  taxNumber?: string;
13
14
  timezone?: string;
@@ -76,6 +76,11 @@ var AccountingOrganization = /** @class */ (function (_super) {
76
76
  (0, class_transformer_1.Expose)({ name: "name" }),
77
77
  __metadata("design:type", String)
78
78
  ], AccountingOrganization.prototype, "name", void 0);
79
+ __decorate([
80
+ (0, utils_1.SpeakeasyMetadata)(),
81
+ (0, class_transformer_1.Expose)({ name: "organization_code" }),
82
+ __metadata("design:type", String)
83
+ ], AccountingOrganization.prototype, "organizationCode", void 0);
79
84
  __decorate([
80
85
  (0, utils_1.SpeakeasyMetadata)(),
81
86
  (0, class_transformer_1.Expose)({ name: "raw" }),
@@ -23,7 +23,7 @@ export declare class CommerceItemVariant extends SpeakeasyBase {
23
23
  isVisible?: boolean;
24
24
  length?: number;
25
25
  media?: CommerceItemMedia[];
26
- name: string;
26
+ name?: string;
27
27
  options?: CommerceItemOption[];
28
28
  prices?: CommerceItemPrice[];
29
29
  publicDescription?: string;
package/dist/sdk/sdk.js CHANGED
@@ -95,9 +95,9 @@ var SDKConfiguration = /** @class */ (function () {
95
95
  function SDKConfiguration(init) {
96
96
  this.language = "typescript";
97
97
  this.openapiDocVersion = "1.0";
98
- this.sdkVersion = "1.0.63";
99
- this.genVersion = "2.379.6";
100
- this.userAgent = "speakeasy-sdk/typescript 1.0.63 2.379.6 1.0 @unified-api/typescript-sdk";
98
+ this.sdkVersion = "1.0.64";
99
+ this.genVersion = "2.382.0";
100
+ this.userAgent = "speakeasy-sdk/typescript 1.0.64 2.382.0 1.0 @unified-api/typescript-sdk";
101
101
  Object.assign(this, init);
102
102
  }
103
103
  return SDKConfiguration;
@@ -12,6 +12,7 @@
12
12
  | `id` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `legalName` | *string* | :heavy_minus_sign: | N/A |
14
14
  | `name` | *string* | :heavy_check_mark: | N/A |
15
+ | `organizationCode` | *string* | :heavy_minus_sign: | N/A |
15
16
  | `raw` | Record<string, *any*> | :heavy_minus_sign: | N/A |
16
17
  | `taxNumber` | *string* | :heavy_minus_sign: | N/A |
17
18
  | `timezone` | *string* | :heavy_minus_sign: | N/A |
@@ -15,7 +15,7 @@
15
15
  | `isVisible` | *boolean* | :heavy_minus_sign: | N/A |
16
16
  | `length` | *number* | :heavy_minus_sign: | N/A |
17
17
  | `media` | [shared.CommerceItemMedia](../../../sdk/models/shared/commerceitemmedia.md)[] | :heavy_minus_sign: | N/A |
18
- | `name` | *string* | :heavy_check_mark: | N/A |
18
+ | `name` | *string* | :heavy_minus_sign: | N/A |
19
19
  | `options` | [shared.CommerceItemOption](../../../sdk/models/shared/commerceitemoption.md)[] | :heavy_minus_sign: | N/A |
20
20
  | `prices` | [shared.CommerceItemPrice](../../../sdk/models/shared/commerceitemprice.md)[] | :heavy_minus_sign: | N/A |
21
21
  | `publicDescription` | *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.63",
3
+ "version": "1.0.64",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",