@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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -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" | "
|
|
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
package/src/ignosportal-api.ts
CHANGED
|
@@ -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" | "
|
|
28307
|
+
export type DocumentRuleType = "Tag" | "Sequences" | "OrderLines" | "LotNumbers";
|
|
28308
28308
|
|
|
28309
28309
|
export class DocumentTypeRuleTypeDto implements IDocumentTypeRuleTypeDto {
|
|
28310
28310
|
tag?: string | null;
|