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.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/campaigns/resources/rcs/client/requests/UpsertRcsCampaignParams.d.ts +2 -0
- package/dist/cjs/api/types/ExtendedRcsCampaign.d.ts +2 -0
- package/dist/cjs/api/types/RcsCampaign.d.ts +2 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/campaigns/resources/rcs/client/requests/UpsertRcsCampaignParams.d.mts +2 -0
- package/dist/esm/api/types/ExtendedRcsCampaign.d.mts +2 -0
- package/dist/esm/api/types/RcsCampaign.d.mts +2 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -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.
|
|
57
|
-
"User-Agent": "rcs-js/2.0.0-rc.
|
|
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) });
|
package/dist/cjs/api/resources/campaigns/resources/rcs/client/requests/UpsertRcsCampaignParams.d.ts
CHANGED
|
@@ -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. */
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.0-rc.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.0-rc.9";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -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.
|
|
21
|
-
"User-Agent": "rcs-js/2.0.0-rc.
|
|
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) });
|
package/dist/esm/api/resources/campaigns/resources/rcs/client/requests/UpsertRcsCampaignParams.d.mts
CHANGED
|
@@ -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. */
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.0-rc.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.0-rc.9";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "2.0.0-rc.
|
|
1
|
+
export const SDK_VERSION = "2.0.0-rc.9";
|