@ignos/api-client 20240319.0.9020 → 20240320.0.9040

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.
@@ -5329,7 +5329,7 @@ export interface IDocumentTypeRuleDto {
5329
5329
  }
5330
5330
  export type DocumentMetadataRequirement = "NotAllowed" | "Optional" | "Required";
5331
5331
  export type Mutability = "Immutable" | "Appendable" | "Mutable";
5332
- export type DocumentRuleType = "Tag" | "Title" | "Sequences" | "OrderLines" | "LotNumbers";
5332
+ export type DocumentRuleType = "Tag" | "Sequences" | "OrderLines" | "LotNumbers";
5333
5333
  export declare class DocumentTypeRuleTypeDto implements IDocumentTypeRuleTypeDto {
5334
5334
  tag?: string | null;
5335
5335
  ruleType?: DocumentRuleType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20240319.0.9020",
3
+ "version": "20240320.0.9040",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -28304,7 +28304,7 @@ export type DocumentMetadataRequirement = "NotAllowed" | "Optional" | "Required"
28304
28304
 
28305
28305
  export type Mutability = "Immutable" | "Appendable" | "Mutable";
28306
28306
 
28307
- export type DocumentRuleType = "Tag" | "Title" | "Sequences" | "OrderLines" | "LotNumbers";
28307
+ export type DocumentRuleType = "Tag" | "Sequences" | "OrderLines" | "LotNumbers";
28308
28308
 
28309
28309
  export class DocumentTypeRuleTypeDto implements IDocumentTypeRuleTypeDto {
28310
28310
  tag?: string | null;