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.
@@ -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.16",
57
- "User-Agent": "rcs-js/2.0.16",
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: Pinnacle.RichButton[];
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: Pinnacle.RichButton[];
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. */
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.16";
1
+ export declare const SDK_VERSION = "2.0.17";
@@ -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.16";
4
+ exports.SDK_VERSION = "2.0.17";
@@ -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.16",
21
- "User-Agent": "rcs-js/2.0.16",
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: Pinnacle.RichButton[];
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: Pinnacle.RichButton[];
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. */
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.16";
1
+ export declare const SDK_VERSION = "2.0.17";
@@ -1 +1 @@
1
- export const SDK_VERSION = "2.0.16";
1
+ export const SDK_VERSION = "2.0.17";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rcs-js",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "private": false,
5
5
  "repository": "github:pinnacle-dev/rcs-js",
6
6
  "type": "commonjs",