@unified-api/typescript-sdk 1.0.6 → 1.0.8

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.
@@ -6,5 +6,6 @@ export declare enum EnrichEmailType {
6
6
  }
7
7
  export declare class EnrichEmail extends SpeakeasyBase {
8
8
  email: string;
9
+ isVerified?: boolean;
9
10
  type?: EnrichEmailType;
10
11
  }
@@ -46,6 +46,11 @@ var EnrichEmail = /** @class */ (function (_super) {
46
46
  (0, class_transformer_1.Expose)({ name: "email" }),
47
47
  __metadata("design:type", String)
48
48
  ], EnrichEmail.prototype, "email", void 0);
49
+ __decorate([
50
+ (0, utils_1.SpeakeasyMetadata)(),
51
+ (0, class_transformer_1.Expose)({ name: "is_verified" }),
52
+ __metadata("design:type", Boolean)
53
+ ], EnrichEmail.prototype, "isVerified", void 0);
49
54
  __decorate([
50
55
  (0, utils_1.SpeakeasyMetadata)(),
51
56
  (0, class_transformer_1.Expose)({ name: "type" }),
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.6";
85
- this.genVersion = "2.281.2";
86
- this.userAgent = "speakeasy-sdk/typescript 1.0.6 2.281.2 1.0 @unified-api/typescript-sdk";
84
+ this.sdkVersion = "1.0.8";
85
+ this.genVersion = "2.287.0";
86
+ this.userAgent = "speakeasy-sdk/typescript 1.0.8 2.287.0 1.0 @unified-api/typescript-sdk";
87
87
  Object.assign(this, init);
88
88
  }
89
89
  return SDKConfiguration;
@@ -6,4 +6,5 @@
6
6
  | Field | Type | Required | Description |
7
7
  | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
8
8
  | `email` | *string* | :heavy_check_mark: | N/A |
9
+ | `isVerified` | *boolean* | :heavy_minus_sign: | N/A |
9
10
  | `type` | [shared.EnrichEmailType](../../../sdk/models/shared/enrichemailtype.md) | :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.6",
3
+ "version": "1.0.8",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",