rcs-js 2.0.16 → 2.0.17
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/types/RcsCardsContent.d.ts +1 -1
- package/dist/cjs/api/types/RichCards.d.ts +1 -1
- 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/types/RcsCardsContent.d.mts +1 -1
- package/dist/esm/api/types/RichCards.d.mts +1 -1
- 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), { logging: core.logging.createLogger(_options === null || _options === void 0 ? void 0 : _options.logging), 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.
|
|
57
|
-
"User-Agent": "rcs-js/2.0.
|
|
56
|
+
"X-Fern-SDK-Version": "2.0.17",
|
|
57
|
+
"User-Agent": "rcs-js/2.0.17",
|
|
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) });
|
|
@@ -27,7 +27,7 @@ export declare namespace RcsCardsContent {
|
|
|
27
27
|
* While buttons resemble quick replies, they remain on screen after being clicked and are card-specific. <br><br>
|
|
28
28
|
* **Limit:** 4 max
|
|
29
29
|
*/
|
|
30
|
-
buttons
|
|
30
|
+
buttons?: Pinnacle.RichButton[];
|
|
31
31
|
media?: Pinnacle.RcsMediaDetailsContent;
|
|
32
32
|
/** Secondary text displayed below the title for additional context. */
|
|
33
33
|
subtitle?: string;
|
|
@@ -27,7 +27,7 @@ export declare namespace RichCards {
|
|
|
27
27
|
* While buttons resemble quick replies, they remain on screen after being clicked and are card-specific. <br><br>
|
|
28
28
|
* **Limit:** 4 max
|
|
29
29
|
*/
|
|
30
|
-
buttons
|
|
30
|
+
buttons?: Pinnacle.RichButton[];
|
|
31
31
|
/** Media file URLs to send. */
|
|
32
32
|
media?: string;
|
|
33
33
|
/** Secondary text displayed below the title for additional context. */
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.17";
|
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), { logging: core.logging.createLogger(_options === null || _options === void 0 ? void 0 : _options.logging), headers: mergeHeaders({
|
|
18
18
|
"X-Fern-Language": "JavaScript",
|
|
19
19
|
"X-Fern-SDK-Name": "rcs-js",
|
|
20
|
-
"X-Fern-SDK-Version": "2.0.
|
|
21
|
-
"User-Agent": "rcs-js/2.0.
|
|
20
|
+
"X-Fern-SDK-Version": "2.0.17",
|
|
21
|
+
"User-Agent": "rcs-js/2.0.17",
|
|
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) });
|
|
@@ -27,7 +27,7 @@ export declare namespace RcsCardsContent {
|
|
|
27
27
|
* While buttons resemble quick replies, they remain on screen after being clicked and are card-specific. <br><br>
|
|
28
28
|
* **Limit:** 4 max
|
|
29
29
|
*/
|
|
30
|
-
buttons
|
|
30
|
+
buttons?: Pinnacle.RichButton[];
|
|
31
31
|
media?: Pinnacle.RcsMediaDetailsContent;
|
|
32
32
|
/** Secondary text displayed below the title for additional context. */
|
|
33
33
|
subtitle?: string;
|
|
@@ -27,7 +27,7 @@ export declare namespace RichCards {
|
|
|
27
27
|
* While buttons resemble quick replies, they remain on screen after being clicked and are card-specific. <br><br>
|
|
28
28
|
* **Limit:** 4 max
|
|
29
29
|
*/
|
|
30
|
-
buttons
|
|
30
|
+
buttons?: Pinnacle.RichButton[];
|
|
31
31
|
/** Media file URLs to send. */
|
|
32
32
|
media?: string;
|
|
33
33
|
/** Secondary text displayed below the title for additional context. */
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.17";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "2.0.
|
|
1
|
+
export const SDK_VERSION = "2.0.17";
|