@mergeapi/merge-node-client 4.0.0 → 4.0.1

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.
package/BaseClient.js CHANGED
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
43
43
  const headers = (0, headers_1.mergeHeaders)({
44
44
  "X-Fern-Language": "JavaScript",
45
45
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
46
- "X-Fern-SDK-Version": "4.0.0",
47
- "User-Agent": "@mergeapi/merge-node-client/4.0.0",
46
+ "X-Fern-SDK-Version": "4.0.1",
47
+ "User-Agent": "@mergeapi/merge-node-client/4.0.1",
48
48
  "X-Fern-Runtime": core.RUNTIME.type,
49
49
  "X-Fern-Runtime-Version": core.RUNTIME.version,
50
50
  "X-Account-Token": options === null || options === void 0 ? void 0 : options.accountToken,
@@ -40,4 +40,6 @@ export interface EndUserDetailsRequest {
40
40
  areSyncsDisabled?: boolean;
41
41
  /** A JSON object containing integration-specific configuration options. */
42
42
  integrationSpecificConfig?: Record<string, unknown>;
43
+ /** The UUID of the linked destination that you want this Linked Account to be tied to. */
44
+ linkedDestinationId?: string;
43
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mergeapi/merge-node-client",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,5 +21,6 @@ export declare namespace EndUserDetailsRequest {
21
21
  language?: EndUserDetailsRequestLanguage.Raw | null;
22
22
  are_syncs_disabled?: boolean | null;
23
23
  integration_specific_config?: Record<string, unknown> | null;
24
+ linked_destination_id?: string | null;
24
25
  }
25
26
  }
@@ -56,4 +56,5 @@ exports.EndUserDetailsRequest = core.serialization.object({
56
56
  language: EndUserDetailsRequestLanguage_1.EndUserDetailsRequestLanguage.optional(),
57
57
  areSyncsDisabled: core.serialization.property("are_syncs_disabled", core.serialization.boolean().optional()),
58
58
  integrationSpecificConfig: core.serialization.property("integration_specific_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
59
+ linkedDestinationId: core.serialization.property("linked_destination_id", core.serialization.string().optional()),
59
60
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.0.0";
1
+ export declare const SDK_VERSION = "4.0.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "4.0.0";
4
+ exports.SDK_VERSION = "4.0.1";