@zernio/node 0.2.866 → 0.2.867

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/index.d.mts CHANGED
@@ -19749,14 +19749,9 @@ type ConnectWhatsAppEmbeddedSignupData = {
19749
19749
  */
19750
19750
  expectedPhoneNumber?: string;
19751
19751
  /**
19752
- * Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme.
19752
+ * Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme. The legacy spelling `redirectUrl` remains accepted as an alias.
19753
19753
  */
19754
19754
  redirect_url?: string;
19755
- /**
19756
- * Alias of redirect_url, kept for existing callers
19757
- * @deprecated
19758
- */
19759
- redirectUrl?: string;
19760
19755
  /**
19761
19756
  * Hosted signup page only. Append the connect token to the success redirect, as the redirect flow does for API-key callers.
19762
19757
  */
package/dist/index.d.ts CHANGED
@@ -19749,14 +19749,9 @@ type ConnectWhatsAppEmbeddedSignupData = {
19749
19749
  */
19750
19750
  expectedPhoneNumber?: string;
19751
19751
  /**
19752
- * Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme.
19752
+ * Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme. The legacy spelling `redirectUrl` remains accepted as an alias.
19753
19753
  */
19754
19754
  redirect_url?: string;
19755
- /**
19756
- * Alias of redirect_url, kept for existing callers
19757
- * @deprecated
19758
- */
19759
- redirectUrl?: string;
19760
19755
  /**
19761
19756
  * Hosted signup page only. Append the connect token to the success redirect, as the redirect flow does for API-key callers.
19762
19757
  */
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@zernio/node",
39
- version: "0.2.866",
39
+ version: "0.2.867",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@zernio/node",
8
- version: "0.2.866",
8
+ version: "0.2.867",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.866",
3
+ "version": "0.2.867",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -18949,14 +18949,9 @@ export type ConnectWhatsAppEmbeddedSignupData = {
18949
18949
  */
18950
18950
  expectedPhoneNumber?: string;
18951
18951
  /**
18952
- * Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme.
18952
+ * Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme. The legacy spelling `redirectUrl` remains accepted as an alias.
18953
18953
  */
18954
18954
  redirect_url?: string;
18955
- /**
18956
- * Alias of redirect_url, kept for existing callers
18957
- * @deprecated
18958
- */
18959
- redirectUrl?: string;
18960
18955
  /**
18961
18956
  * Hosted signup page only. Append the connect token to the success redirect, as the redirect flow does for API-key callers.
18962
18957
  */