@nomalism-com/types 0.40.104 → 0.40.106

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.
@@ -43,6 +43,7 @@ export interface IPublicFindBySubscriberId {
43
43
  export interface IPublicClientWebAppFindActiveByOwnerIdResponse {
44
44
  owner_id: string;
45
45
  chat_type: IChatType;
46
+ user_type: 'client' | 'provider';
46
47
  chat: IChatBalloon[];
47
48
  personas: ChatSubscriber.IFindChatSubscriberPersona[];
48
49
  store_operator_name?: string;
@@ -202,8 +202,7 @@ export interface ITransferOwnershipRequest {
202
202
  }
203
203
  export interface IFindResponse {
204
204
  document_header_id: string;
205
- document_number: number;
206
- legacy_id: string | null;
205
+ document_label: string;
207
206
  total: number;
208
207
  emission_date: string;
209
208
  line_count: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.40.104",
4
+ "version": "0.40.106",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",