@nomalism-com/types 0.27.82 → 0.27.84

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.
@@ -211,7 +211,7 @@ export interface IUpdateRequest {
211
211
  created_by?: string;
212
212
  chat_token_active?: boolean;
213
213
  }
214
- export type IGetActionsDocumentType = Pick<DocumentType, "user_type" | "allow_create_from_header_without_lines" | "pay" | "credit" | "debit" | "invoice" | "code" | "return" | "allow_duplicates" | "duplicate_group" | "id">;
214
+ export type IGetActionsDocumentType = Pick<DocumentType, "user_type" | "allow_create_from_header_without_lines" | "pay" | "credit" | "debit" | "invoice" | "code" | "return" | "allow_duplicates" | "duplicate_group" | "id" | "description">;
215
215
  export interface IGetActionsResponse {
216
216
  document_type: IGetActionsDocumentType;
217
217
  transition_name: string;
@@ -416,7 +416,7 @@ export declare const IWarningEnum: {
416
416
  export type IWarningType = (typeof IWarningEnum)[keyof typeof IWarningEnum];
417
417
  export declare const IWarningType: string[];
418
418
  export interface ICreateProForma {
419
- document_header_id: string;
419
+ document_header_id?: string;
420
420
  from_document_header_id: string;
421
421
  document_type_id: number;
422
422
  product_designation: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.82",
12
+ "version": "0.27.84",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [