@getlatedev/node 0.2.608 → 0.2.609

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
@@ -17974,8 +17974,14 @@ type CreateInboxConversationError = ({
17974
17974
  } | {
17975
17975
  error?: string;
17976
17976
  } | unknown | {
17977
+ error?: string;
17978
+ code?: 'account_not_found' | 'PARTICIPANT_NOT_FOUND';
17979
+ } | {
17977
17980
  error?: string;
17978
17981
  code?: 'DM_NOT_ALLOWED';
17982
+ } | {
17983
+ error?: string;
17984
+ code?: 'rate_limited';
17979
17985
  });
17980
17986
  type SearchInboxConversationsData = {
17981
17987
  query: {
package/dist/index.d.ts CHANGED
@@ -17974,8 +17974,14 @@ type CreateInboxConversationError = ({
17974
17974
  } | {
17975
17975
  error?: string;
17976
17976
  } | unknown | {
17977
+ error?: string;
17978
+ code?: 'account_not_found' | 'PARTICIPANT_NOT_FOUND';
17979
+ } | {
17977
17980
  error?: string;
17978
17981
  code?: 'DM_NOT_ALLOWED';
17982
+ } | {
17983
+ error?: string;
17984
+ code?: 'rate_limited';
17979
17985
  });
17980
17986
  type SearchInboxConversationsData = {
17981
17987
  query: {
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: "@getlatedev/node",
39
- version: "0.2.608",
39
+ version: "0.2.609",
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: "@getlatedev/node",
8
- version: "0.2.608",
8
+ version: "0.2.609",
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": "@getlatedev/node",
3
- "version": "0.2.608",
3
+ "version": "0.2.609",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -17619,8 +17619,14 @@ export type CreateInboxConversationError = ({
17619
17619
  } | {
17620
17620
  error?: string;
17621
17621
  } | unknown | {
17622
+ error?: string;
17623
+ code?: 'account_not_found' | 'PARTICIPANT_NOT_FOUND';
17624
+ } | {
17622
17625
  error?: string;
17623
17626
  code?: 'DM_NOT_ALLOWED';
17627
+ } | {
17628
+ error?: string;
17629
+ code?: 'rate_limited';
17624
17630
  });
17625
17631
 
17626
17632
  export type SearchInboxConversationsData = {