rcs-js 2.0.0-rc.8 → 2.0.0-rc.9

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.
@@ -53,8 +53,8 @@ class PinnacleClient {
53
53
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
54
54
  "X-Fern-Language": "JavaScript",
55
55
  "X-Fern-SDK-Name": "rcs-js",
56
- "X-Fern-SDK-Version": "2.0.0-rc.8",
57
- "User-Agent": "rcs-js/2.0.0-rc.8",
56
+ "X-Fern-SDK-Version": "2.0.0-rc.9",
57
+ "User-Agent": "rcs-js/2.0.0-rc.9",
58
58
  "X-Fern-Runtime": core.RUNTIME.type,
59
59
  "X-Fern-Runtime-Version": core.RUNTIME.version,
60
60
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -67,6 +67,8 @@ export declare namespace UpsertRcsCampaignParams {
67
67
  * Create an agent for the campaign.
68
68
  */
69
69
  interface Agent {
70
+ /** Link to document verifying the brand's name. This may be the certificate of incorporation, business license, or other relevant document. You can typically find this on the Secretary of State website. */
71
+ brandVerificationUrl?: string;
70
72
  /**
71
73
  * Color of the agent's buttons. <br>
72
74
  *
@@ -35,6 +35,8 @@ export declare namespace ExtendedRcsCampaign {
35
35
  description?: string;
36
36
  /** List of emails. */
37
37
  emails?: Agent.Emails.Item[];
38
+ /** Link to document verifying the brand's name. This may be the certificate of incorporation, business license, or other relevant document. You can typically find this on the Secretary of State website. */
39
+ brandVerificationUrl?: string;
38
40
  /** Link to the agent's hero. */
39
41
  heroUrl?: string;
40
42
  /** Link to the agent's icon. */
@@ -25,6 +25,8 @@ export declare namespace RcsCampaign {
25
25
  interface Agent {
26
26
  /** Name of the agent. */
27
27
  name?: string;
28
+ /** Link to document verifying the brand's name. This may be the certificate of incorporation, business license, or other relevant document. You can typically find this on the Secretary of State website. */
29
+ brandVerificationUrl?: string;
28
30
  /** Description of the agent. */
29
31
  description?: string;
30
32
  /** Color of the agent's buttons. */
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.0-rc.8";
1
+ export declare const SDK_VERSION = "2.0.0-rc.9";
@@ -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 = "2.0.0-rc.8";
4
+ exports.SDK_VERSION = "2.0.0-rc.9";
@@ -17,8 +17,8 @@ export class PinnacleClient {
17
17
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
18
18
  "X-Fern-Language": "JavaScript",
19
19
  "X-Fern-SDK-Name": "rcs-js",
20
- "X-Fern-SDK-Version": "2.0.0-rc.8",
21
- "User-Agent": "rcs-js/2.0.0-rc.8",
20
+ "X-Fern-SDK-Version": "2.0.0-rc.9",
21
+ "User-Agent": "rcs-js/2.0.0-rc.9",
22
22
  "X-Fern-Runtime": core.RUNTIME.type,
23
23
  "X-Fern-Runtime-Version": core.RUNTIME.version,
24
24
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -67,6 +67,8 @@ export declare namespace UpsertRcsCampaignParams {
67
67
  * Create an agent for the campaign.
68
68
  */
69
69
  interface Agent {
70
+ /** Link to document verifying the brand's name. This may be the certificate of incorporation, business license, or other relevant document. You can typically find this on the Secretary of State website. */
71
+ brandVerificationUrl?: string;
70
72
  /**
71
73
  * Color of the agent's buttons. <br>
72
74
  *
@@ -35,6 +35,8 @@ export declare namespace ExtendedRcsCampaign {
35
35
  description?: string;
36
36
  /** List of emails. */
37
37
  emails?: Agent.Emails.Item[];
38
+ /** Link to document verifying the brand's name. This may be the certificate of incorporation, business license, or other relevant document. You can typically find this on the Secretary of State website. */
39
+ brandVerificationUrl?: string;
38
40
  /** Link to the agent's hero. */
39
41
  heroUrl?: string;
40
42
  /** Link to the agent's icon. */
@@ -25,6 +25,8 @@ export declare namespace RcsCampaign {
25
25
  interface Agent {
26
26
  /** Name of the agent. */
27
27
  name?: string;
28
+ /** Link to document verifying the brand's name. This may be the certificate of incorporation, business license, or other relevant document. You can typically find this on the Secretary of State website. */
29
+ brandVerificationUrl?: string;
28
30
  /** Description of the agent. */
29
31
  description?: string;
30
32
  /** Color of the agent's buttons. */
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.0-rc.8";
1
+ export declare const SDK_VERSION = "2.0.0-rc.9";
@@ -1 +1 @@
1
- export const SDK_VERSION = "2.0.0-rc.8";
1
+ export const SDK_VERSION = "2.0.0-rc.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rcs-js",
3
- "version": "2.0.0-rc.8",
3
+ "version": "2.0.0-rc.9",
4
4
  "private": false,
5
5
  "repository": "github:pinnacle-dev/rcs-js",
6
6
  "type": "commonjs",