@nomalism-com/types 0.39.73 → 0.39.74

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.cjs CHANGED
@@ -5154,7 +5154,6 @@ __export(interfaces_exports51, {
5154
5154
  documentLineNoteTypes: () => documentLineNoteTypes
5155
5155
  });
5156
5156
  var IDocumentLineNoteTypeEnum = {
5157
- Prisao: "Prisao",
5158
5157
  Quebra: "Quebra",
5159
5158
  Entrada: "Entrada",
5160
5159
  Compra: "Compra",
package/dist/index.js CHANGED
@@ -5154,7 +5154,6 @@ __export(interfaces_exports51, {
5154
5154
  documentLineNoteTypes: () => documentLineNoteTypes
5155
5155
  });
5156
5156
  var IDocumentLineNoteTypeEnum = {
5157
- Prisao: "Prisao",
5158
5157
  Quebra: "Quebra",
5159
5158
  Entrada: "Entrada",
5160
5159
  Compra: "Compra",
@@ -1,7 +1,6 @@
1
1
  import * as IShared from '../../../shared/interface';
2
2
  import { DocumentLineNote } from '../../../shared/entities/stock';
3
3
  export declare const IDocumentLineNoteTypeEnum: {
4
- Prisao: 'Prisao';
5
4
  Quebra: 'Quebra';
6
5
  Entrada: 'Entrada';
7
6
  Compra: 'Compra';
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.39.73",
4
+ "version": "0.39.74",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",