@twin.org/standards-unece 0.0.3-next.63 → 0.0.3-next.64

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.
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceAuthentication.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceAuthentication.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceClause } from \"./IUneceClause.js\";\nimport type { IUneceLocation } from \"./IUneceLocation.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceTradeParty } from \"./IUneceTradeParty.js\";\nimport type { UneceGovernmentActionCodeList } from \"../lists/uneceGovernmentActionCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A proof that a document is genuine.\n * @see https://vocabulary.uncefact.org/Authentication\n */\nexport interface IUneceAuthentication {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Authentication;\n\n\t/**\n\t * The actual date, time, date time, or other date time value of this document authentication.\n\t * @see https://vocabulary.uncefact.org/actualDateTime\n\t * @json-schema format:date-time\n\t */\n\tactualDateTime?: string;\n\n\t/**\n\t * A code specifying a category for this document authentication.\n\t * @see https://vocabulary.uncefact.org/categoryCode\n\t */\n\tcategoryCode?: string;\n\n\t/**\n\t * The code specifying the type of document authentication.\n\t * @see https://vocabulary.uncefact.org/governmentActionTypeCode\n\t */\n\tgovernmentActionTypeCode?: UneceGovernmentActionCodeList;\n\n\t/**\n\t * A unique identifier for this document authentication.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A document clause included in this document authentication.\n\t * @see https://vocabulary.uncefact.org/includedClause\n\t */\n\tincludedClause?: IUneceClause[];\n\n\t/**\n\t * Information, expressed as text, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The referenced location of issue of this document authentication.\n\t * @see https://vocabulary.uncefact.org/issueLocation\n\t */\n\tissueLocation?: IUneceLocation;\n\n\t/**\n\t * The issue location for this document authentication.\n\t * @see https://vocabulary.uncefact.org/issueLogisticsLocation\n\t */\n\tissueLogisticsLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The trade party providing the location for this document authentication.\n\t * @see https://vocabulary.uncefact.org/locationProviderParty\n\t */\n\tlocationProviderParty?: IUneceTradeParty;\n\n\t/**\n\t * The trade party providing this document authentication.\n\t * @see https://vocabulary.uncefact.org/providerParty\n\t */\n\tproviderParty?: IUneceTradeParty;\n\n\t/**\n\t * The code specifying the type of representation of this document authentication, such as direct or indirect.\n\t * @see https://vocabulary.uncefact.org/representationTypeCode\n\t */\n\trepresentationTypeCode?: string;\n\n\t/**\n\t * The signatory, expressed as text, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/signatory\n\t */\n\tsignatory?: string;\n\n\t/**\n\t * The signatory image, expressed as a binary object, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/signatoryImageBinaryObject\n\t */\n\tsignatoryImageBinaryObject?: string;\n\n\t/**\n\t * The statement, expressed as text, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/statement\n\t */\n\tstatement?: string;\n\n\t/**\n\t * The code specifying the statement for this document authentication.\n\t * @see https://vocabulary.uncefact.org/statementCode\n\t */\n\tstatementCode?: string;\n\n\t/**\n\t * The unique identifier of a transport means for this document authentication.\n\t * @see https://vocabulary.uncefact.org/transportMeansId\n\t */\n\ttransportMeansId?: string | IJsonLdValueObject;\n}\n"]}
1
+ {"version":3,"file":"IUneceAuthentication.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceAuthentication.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceClause } from \"./IUneceClause.js\";\nimport type { IUneceLocation } from \"./IUneceLocation.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceTradeParty } from \"./IUneceTradeParty.js\";\nimport type { UneceGovernmentActionCodeList } from \"../lists/uneceGovernmentActionCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A proof that a document is genuine.\n * @see https://vocabulary.uncefact.org/Authentication\n */\nexport interface IUneceAuthentication {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Authentication;\n\n\t/**\n\t * The actual date, time, date time, or other date time value of this document authentication.\n\t * @see https://vocabulary.uncefact.org/actualDateTime\n\t * @json-schema format:date-time\n\t */\n\tactualDateTime?: string;\n\n\t/**\n\t * A code specifying a category for this document authentication.\n\t * @see https://vocabulary.uncefact.org/categoryCode\n\t */\n\tcategoryCode?: string;\n\n\t/**\n\t * The code specifying the type of document authentication.\n\t * @see https://vocabulary.uncefact.org/governmentActionTypeCode\n\t */\n\tgovernmentActionTypeCode?: UneceGovernmentActionCodeList;\n\n\t/**\n\t * A unique identifier for this document authentication.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A document clause included in this document authentication.\n\t * @see https://vocabulary.uncefact.org/includedClause\n\t */\n\tincludedClause?: IUneceClause[];\n\n\t/**\n\t * Information, expressed as text, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The referenced location of issue of this document authentication.\n\t * @see https://vocabulary.uncefact.org/issueLocation\n\t */\n\tissueLocation?: IUneceLocation;\n\n\t/**\n\t * The issue location for this document authentication.\n\t * @see https://vocabulary.uncefact.org/issueLogisticsLocation\n\t */\n\tissueLogisticsLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The trade party providing the location for this document authentication.\n\t * @see https://vocabulary.uncefact.org/locationProviderParty\n\t */\n\tlocationProviderParty?: IUneceTradeParty;\n\n\t/**\n\t * The trade party providing this document authentication.\n\t * @see https://vocabulary.uncefact.org/providerParty\n\t */\n\tproviderParty?: IUneceTradeParty;\n\n\t/**\n\t * The code specifying the type of representation of this document authentication, such as direct or indirect.\n\t * @see https://vocabulary.uncefact.org/representationTypeCode\n\t */\n\trepresentationTypeCode?: string;\n\n\t/**\n\t * The signatory, expressed as text, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/signatory\n\t */\n\tsignatory?: string;\n\n\t/**\n\t * The signatory image, expressed as a binary object, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/signatoryImageBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tsignatoryImageBinaryObject?: string;\n\n\t/**\n\t * The statement, expressed as text, for this document authentication.\n\t * @see https://vocabulary.uncefact.org/statement\n\t */\n\tstatement?: string;\n\n\t/**\n\t * The code specifying the statement for this document authentication.\n\t * @see https://vocabulary.uncefact.org/statementCode\n\t */\n\tstatementCode?: string;\n\n\t/**\n\t * The unique identifier of a transport means for this document authentication.\n\t * @see https://vocabulary.uncefact.org/transportMeansId\n\t */\n\ttransportMeansId?: string | IJsonLdValueObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceBinaryFile.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceBinaryFile.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceMeasureType } from \"./IUneceMeasureType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A specified computer file or program stored in a binary format.\n * @see https://vocabulary.uncefact.org/BinaryFile\n */\nexport interface IUneceBinaryFile {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.BinaryFile;\n\n\t/**\n\t * Access information, expressed as text, for this specified binary file, such as security and download parameters.\n\t * @see https://vocabulary.uncefact.org/access\n\t */\n\taccess?: string;\n\n\t/**\n\t * The specified period when access to this binary file is available.\n\t * @see https://vocabulary.uncefact.org/accessAvailabilityPeriod\n\t */\n\taccessAvailabilityPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * A name of an author, expressed as text, of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/authorName\n\t */\n\tauthorName?: string;\n\n\t/**\n\t * The code specifying the character set for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/characterSetCode\n\t */\n\tcharacterSetCode?: string;\n\n\t/**\n\t * A textual description of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * The code specifying the encoding of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/encodingCode\n\t */\n\tencodingCode?: string;\n\n\t/**\n\t * The file name, expressed as text, of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/fileName\n\t */\n\tfileName?: string;\n\n\t/**\n\t * A unique identifier for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A binary object included in this specified binary file.\n\t * @see https://vocabulary.uncefact.org/includedBinaryObject\n\t */\n\tincludedBinaryObject?: string;\n\n\t/**\n\t * The code specifying the Multipurpose Internet Mail Extensions (MIME) type for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/mIMECode\n\t */\n\tmIMECode?: string;\n\n\t/**\n\t * The measure of the size of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/sizeMeasure\n\t */\n\tsizeMeasure?: IUneceMeasureType;\n\n\t/**\n\t * A title, expressed as text, for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/title\n\t */\n\ttitle?: string;\n\n\t/**\n\t * The unique Uniform Resource Identifier (URI) for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/uRIId\n\t */\n\tuRIId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The validity period specified of this binary file.\n\t * @see https://vocabulary.uncefact.org/validityPeriod\n\t */\n\tvalidityPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The unique version identifier for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/versionId\n\t */\n\tversionId?: string | IJsonLdValueObject;\n}\n"]}
1
+ {"version":3,"file":"IUneceBinaryFile.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceBinaryFile.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceMeasureType } from \"./IUneceMeasureType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A specified computer file or program stored in a binary format.\n * @see https://vocabulary.uncefact.org/BinaryFile\n */\nexport interface IUneceBinaryFile {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.BinaryFile;\n\n\t/**\n\t * Access information, expressed as text, for this specified binary file, such as security and download parameters.\n\t * @see https://vocabulary.uncefact.org/access\n\t */\n\taccess?: string;\n\n\t/**\n\t * The specified period when access to this binary file is available.\n\t * @see https://vocabulary.uncefact.org/accessAvailabilityPeriod\n\t */\n\taccessAvailabilityPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * A name of an author, expressed as text, of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/authorName\n\t */\n\tauthorName?: string;\n\n\t/**\n\t * The code specifying the character set for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/characterSetCode\n\t */\n\tcharacterSetCode?: string;\n\n\t/**\n\t * A textual description of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * The code specifying the encoding of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/encodingCode\n\t */\n\tencodingCode?: string;\n\n\t/**\n\t * The file name, expressed as text, of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/fileName\n\t */\n\tfileName?: string;\n\n\t/**\n\t * A unique identifier for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A binary object included in this specified binary file.\n\t * @see https://vocabulary.uncefact.org/includedBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tincludedBinaryObject?: string;\n\n\t/**\n\t * The code specifying the Multipurpose Internet Mail Extensions (MIME) type for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/mIMECode\n\t */\n\tmIMECode?: string;\n\n\t/**\n\t * The measure of the size of this specified binary file.\n\t * @see https://vocabulary.uncefact.org/sizeMeasure\n\t */\n\tsizeMeasure?: IUneceMeasureType;\n\n\t/**\n\t * A title, expressed as text, for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/title\n\t */\n\ttitle?: string;\n\n\t/**\n\t * The unique Uniform Resource Identifier (URI) for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/uRIId\n\t */\n\tuRIId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The validity period specified of this binary file.\n\t * @see https://vocabulary.uncefact.org/validityPeriod\n\t */\n\tvalidityPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The unique version identifier for this specified binary file.\n\t * @see https://vocabulary.uncefact.org/versionId\n\t */\n\tversionId?: string | IJsonLdValueObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceDocument.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceDocument.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceAmountType } from \"./IUneceAmountType.js\";\nimport type { IUneceAuthentication } from \"./IUneceAuthentication.js\";\nimport type { IUneceBinaryFile } from \"./IUneceBinaryFile.js\";\nimport type { IUneceClause } from \"./IUneceClause.js\";\nimport type { IUneceDocumentHandlingInstructions } from \"./IUneceDocumentHandlingInstructions.js\";\nimport type { IUneceDocumentStatus } from \"./IUneceDocumentStatus.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceNote } from \"./IUneceNote.js\";\nimport type { IUneceQuantityType } from \"./IUneceQuantityType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceTradeParty } from \"./IUneceTradeParty.js\";\nimport type { UneceCommunicationChannelCodeList } from \"../lists/uneceCommunicationChannelCodeList.js\";\nimport type { UneceDocumentCodeList } from \"../lists/uneceDocumentCodeList.js\";\nimport type { UneceDocumentStatusCodeList } from \"../lists/uneceDocumentStatusCodeList.js\";\nimport type { UneceLanguageId } from \"../lists/uneceLanguageId.js\";\nimport type { UneceLineStatusCodeList } from \"../lists/uneceLineStatusCodeList.js\";\nimport type { UneceMessageFunctionCodeList } from \"../lists/uneceMessageFunctionCodeList.js\";\nimport type { UneceReferenceCodeList } from \"../lists/uneceReferenceCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * Written, printed or electronic matter that is referenced.\n * @see https://vocabulary.uncefact.org/Document\n */\nexport interface IUneceDocument {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Document;\n\n\t/**\n\t * The specified period within which this referenced document may be accepted.\n\t * @see https://vocabulary.uncefact.org/acceptablePeriod\n\t */\n\tacceptablePeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The date, time, date time, or other date time value of the acceptance of this referenced document.\n\t * @see https://vocabulary.uncefact.org/acceptanceDateTime\n\t * @json-schema format:date-time\n\t */\n\tacceptanceDateTime?: string;\n\n\t/**\n\t * A specified binary file attached to this referenced document.\n\t * @see https://vocabulary.uncefact.org/attachedBinaryFile\n\t */\n\tattachedBinaryFile?: IUneceBinaryFile[];\n\n\t/**\n\t * A binary object that is attached or otherwise appended to this referenced document.\n\t * @see https://vocabulary.uncefact.org/attachmentBinaryObject\n\t */\n\tattachmentBinaryObject?: string;\n\n\t/**\n\t * The indication of whether or not this referenced document is an authenticated original.\n\t * @see https://vocabulary.uncefact.org/authenticatedOriginalIndicator\n\t */\n\tauthenticatedOriginalIndicator?: boolean;\n\n\t/**\n\t * The code specifying the category of this referenced document.\n\t * @see https://vocabulary.uncefact.org/categoryCode\n\t */\n\tcategoryCode?: string;\n\n\t/**\n\t * The code specifying the channel by which this referenced document is sent, such as mail, email, fax.\n\t * @see https://vocabulary.uncefact.org/communicationChannelCode\n\t */\n\tcommunicationChannelCode?: UneceCommunicationChannelCodeList;\n\n\t/**\n\t * A contractual clause of this referenced document.\n\t * @see https://vocabulary.uncefact.org/contractualClause\n\t */\n\tcontractualClause?: IUneceClause[];\n\n\t/**\n\t * The indication of whether or not this referenced document requires a control.\n\t * @see https://vocabulary.uncefact.org/controlRequirementIndicator\n\t */\n\tcontrolRequirementIndicator?: boolean;\n\n\t/**\n\t * The indication of whether or not the referenced document is a copy.\n\t * @see https://vocabulary.uncefact.org/copyIndicator\n\t */\n\tcopyIndicator?: boolean;\n\n\t/**\n\t * The number of copies issued of this referenced document.\n\t * @see https://vocabulary.uncefact.org/copyIssuedQuantity\n\t */\n\tcopyIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of copies required of this referenced document.\n\t * @see https://vocabulary.uncefact.org/copyRequiredQuantity\n\t */\n\tcopyRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The date, time, date time, or other date time value of the creation of this referenced document.\n\t * @see https://vocabulary.uncefact.org/creationDateTime\n\t * @json-schema format:date-time\n\t */\n\tcreationDateTime?: string;\n\n\t/**\n\t * A textual description for this referenced document.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * The code specifying the purpose of an amendment to this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentAmendmentPurposeCode\n\t */\n\tdocumentAmendmentPurposeCode?: string;\n\n\t/**\n\t * An identifier for a language used in this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentLanguageId\n\t */\n\tdocumentLanguageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The code specifying the status of a line in this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentLineStatusCode\n\t */\n\tdocumentLineStatusCode?: UneceLineStatusCodeList;\n\n\t/**\n\t * The code specifying the status for this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentStatusCode\n\t */\n\tdocumentStatusCode?: UneceDocumentStatusCodeList;\n\n\t/**\n\t * A type, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentType\n\t */\n\tdocumentType?: string;\n\n\t/**\n\t * The code specifying the type of referenced document.\n\t * @see https://vocabulary.uncefact.org/documentTypeCode\n\t */\n\tdocumentTypeCode?: UneceDocumentCodeList;\n\n\t/**\n\t * The specified period within which this referenced document is effective.\n\t * @see https://vocabulary.uncefact.org/effectiveSpecifiedPeriod\n\t */\n\teffectiveSpecifiedPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The indication of whether or not this referenced document is presented in an electronic format.\n\t * @see https://vocabulary.uncefact.org/electronicPresentationIndicator\n\t */\n\telectronicPresentationIndicator?: boolean;\n\n\t/**\n\t * A unique global identifier for this referenced document.\n\t * @see https://vocabulary.uncefact.org/globalId\n\t */\n\tglobalId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A unique identifier for this referenced document.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A monetary value included in this referenced document.\n\t * @see https://vocabulary.uncefact.org/includedAmount\n\t */\n\tincludedAmount?: IUneceAmountType[];\n\n\t/**\n\t * A note included in this referenced document.\n\t * @see https://vocabulary.uncefact.org/includedNote\n\t */\n\tincludedNote?: IUneceNote[];\n\n\t/**\n\t * Information, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The formatted date or date time for the issuance of this referenced document.\n\t * @see https://vocabulary.uncefact.org/issueDateTime\n\t * @json-schema format:date-time\n\t */\n\tissueDateTime?: string;\n\n\t/**\n\t * The logistics related location where this referenced document has been issued.\n\t * @see https://vocabulary.uncefact.org/issueLogisticsLocation\n\t */\n\tissueLogisticsLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The unique issuer assigned identifier for this referenced document.\n\t * @see https://vocabulary.uncefact.org/issuerAssignedId\n\t */\n\tissuerAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The trade related party that issues this referenced document.\n\t * @see https://vocabulary.uncefact.org/issuerParty\n\t */\n\tissuerParty?: IUneceTradeParty;\n\n\t/**\n\t * Handling instructions specified by the issuer for this referenced document.\n\t * @see https://vocabulary.uncefact.org/issuerSpecifiedInstructions\n\t */\n\tissuerSpecifiedInstructions?: IUneceDocumentHandlingInstructions[];\n\n\t/**\n\t * The unique identifier of an item in this referenced document.\n\t * @see https://vocabulary.uncefact.org/itemIdentificationId\n\t */\n\titemIdentificationId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The number of lines for this referenced document.\n\t * @see https://vocabulary.uncefact.org/lineCountNumeric\n\t */\n\tlineCountNumeric?: string;\n\n\t/**\n\t * The unique identifier of a line in this referenced document.\n\t * @see https://vocabulary.uncefact.org/lineId\n\t */\n\tlineId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The number of line items in this referenced document.\n\t * @see https://vocabulary.uncefact.org/lineItemQuantity\n\t */\n\tlineItemQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The logistics related location where this referenced document has been lodged.\n\t * @see https://vocabulary.uncefact.org/lodgementLocation\n\t */\n\tlodgementLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The code specifying the purpose of this referenced document.\n\t * @see https://vocabulary.uncefact.org/messageFunctionPurposeCode\n\t */\n\tmessageFunctionPurposeCode?: UneceMessageFunctionCodeList;\n\n\t/**\n\t * A name, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/name\n\t */\n\tname?: string;\n\n\t/**\n\t * The number of originals issued of this referenced document.\n\t * @see https://vocabulary.uncefact.org/originalIssuedQuantity\n\t */\n\toriginalIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of originals required of this referenced document.\n\t * @see https://vocabulary.uncefact.org/originalRequiredQuantity\n\t */\n\toriginalRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The identifier of the page for this referenced document.\n\t * @see https://vocabulary.uncefact.org/pageId\n\t */\n\tpageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * An identifier for a previous revision of this referenced document.\n\t * @see https://vocabulary.uncefact.org/previousRevisionId\n\t */\n\tpreviousRevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A process condition, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/processCondition\n\t */\n\tprocessCondition?: string;\n\n\t/**\n\t * The code specifying the process condition for this referenced document.\n\t * @see https://vocabulary.uncefact.org/processConditionCode\n\t */\n\tprocessConditionCode?: string;\n\n\t/**\n\t * A proprietary type, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/proprietaryType\n\t */\n\tproprietaryType?: string;\n\n\t/**\n\t * The date, time, date time, or other date time value for the formal receipt of this referenced document.\n\t * @see https://vocabulary.uncefact.org/receiptDateTime\n\t * @json-schema format:date-time\n\t */\n\treceiptDateTime?: string;\n\n\t/**\n\t * A trade related party that receives this referenced document.\n\t * @see https://vocabulary.uncefact.org/recipientTradeParty\n\t */\n\trecipientTradeParty?: IUneceTradeParty[];\n\n\t/**\n\t * The reference date or date time for this referenced document.\n\t * @see https://vocabulary.uncefact.org/referenceDateTime\n\t * @json-schema format:date-time\n\t */\n\treferenceDateTime?: string;\n\n\t/**\n\t * The code specifying the type of relationship between this referenced document and another artefact, such as a\n\t * replacement of an original document.\n\t * @see https://vocabulary.uncefact.org/referenceRelationshipTypeCode\n\t */\n\treferenceRelationshipTypeCode?: UneceReferenceCodeList | string;\n\n\t/**\n\t * The code specifying the reference type of this referenced document.\n\t * @see https://vocabulary.uncefact.org/referenceTypeCode\n\t */\n\treferenceTypeCode?: UneceReferenceCodeList | string;\n\n\t/**\n\t * A remark, expressed as text, regarding this referenced document.\n\t * @see https://vocabulary.uncefact.org/remarks\n\t */\n\tremarks?: string;\n\n\t/**\n\t * The report count for this referenced document.\n\t * @see https://vocabulary.uncefact.org/reportCountNumeric\n\t */\n\treportCountNumeric?: string;\n\n\t/**\n\t * A revision, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/revision\n\t */\n\trevision?: string;\n\n\t/**\n\t * A date, time, date time or other date time value for the revision of this referenced document.\n\t * @see https://vocabulary.uncefact.org/revisionDateTime\n\t * @json-schema format:date-time\n\t */\n\trevisionDateTime?: string;\n\n\t/**\n\t * A unique identifier for a revision of this referenced document.\n\t * @see https://vocabulary.uncefact.org/revisionId\n\t */\n\trevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A section name, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/sectionName\n\t */\n\tsectionName?: string;\n\n\t/**\n\t * The trade related party that sends this referenced document.\n\t * @see https://vocabulary.uncefact.org/senderTradeParty\n\t */\n\tsenderTradeParty?: IUneceTradeParty;\n\n\t/**\n\t * A signatory authentication for this referenced document.\n\t * @see https://vocabulary.uncefact.org/signatoryAuthentication\n\t */\n\tsignatoryAuthentication?: IUneceAuthentication[];\n\n\t/**\n\t * Status information specified for this referenced document.\n\t * @see https://vocabulary.uncefact.org/specifiedDocumentStatus\n\t */\n\tspecifiedDocumentStatus?: IUneceDocumentStatus[];\n\n\t/**\n\t * A status, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/status\n\t */\n\tstatus?: string;\n\n\t/**\n\t * The identifier of the subordinate line of this referenced document.\n\t * @see https://vocabulary.uncefact.org/subordinateLineId\n\t */\n\tsubordinateLineId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A code specifying a subtype of this referenced document.\n\t * @see https://vocabulary.uncefact.org/subtypeCode\n\t */\n\tsubtypeCode?: string;\n\n\t/**\n\t * The total issue count for this referenced document.\n\t * @see https://vocabulary.uncefact.org/totalIssueCountNumeric\n\t */\n\ttotalIssueCountNumeric?: string;\n\n\t/**\n\t * The unique Uniform Resource Identifier (URI) for this referenced document.\n\t * @see https://vocabulary.uncefact.org/uRIId\n\t */\n\tuRIId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A period of validity specified for this referenced document.\n\t * @see https://vocabulary.uncefact.org/validityPeriod\n\t */\n\tvalidityPeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * The identifier for the version of this referenced document.\n\t * @see https://vocabulary.uncefact.org/versionId\n\t */\n\tversionId?: string | IJsonLdValueObject;\n}\n"]}
1
+ {"version":3,"file":"IUneceDocument.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceDocument.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceAmountType } from \"./IUneceAmountType.js\";\nimport type { IUneceAuthentication } from \"./IUneceAuthentication.js\";\nimport type { IUneceBinaryFile } from \"./IUneceBinaryFile.js\";\nimport type { IUneceClause } from \"./IUneceClause.js\";\nimport type { IUneceDocumentHandlingInstructions } from \"./IUneceDocumentHandlingInstructions.js\";\nimport type { IUneceDocumentStatus } from \"./IUneceDocumentStatus.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceNote } from \"./IUneceNote.js\";\nimport type { IUneceQuantityType } from \"./IUneceQuantityType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceTradeParty } from \"./IUneceTradeParty.js\";\nimport type { UneceCommunicationChannelCodeList } from \"../lists/uneceCommunicationChannelCodeList.js\";\nimport type { UneceDocumentCodeList } from \"../lists/uneceDocumentCodeList.js\";\nimport type { UneceDocumentStatusCodeList } from \"../lists/uneceDocumentStatusCodeList.js\";\nimport type { UneceLanguageId } from \"../lists/uneceLanguageId.js\";\nimport type { UneceLineStatusCodeList } from \"../lists/uneceLineStatusCodeList.js\";\nimport type { UneceMessageFunctionCodeList } from \"../lists/uneceMessageFunctionCodeList.js\";\nimport type { UneceReferenceCodeList } from \"../lists/uneceReferenceCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * Written, printed or electronic matter that is referenced.\n * @see https://vocabulary.uncefact.org/Document\n */\nexport interface IUneceDocument {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Document;\n\n\t/**\n\t * The specified period within which this referenced document may be accepted.\n\t * @see https://vocabulary.uncefact.org/acceptablePeriod\n\t */\n\tacceptablePeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The date, time, date time, or other date time value of the acceptance of this referenced document.\n\t * @see https://vocabulary.uncefact.org/acceptanceDateTime\n\t * @json-schema format:date-time\n\t */\n\tacceptanceDateTime?: string;\n\n\t/**\n\t * A specified binary file attached to this referenced document.\n\t * @see https://vocabulary.uncefact.org/attachedBinaryFile\n\t */\n\tattachedBinaryFile?: IUneceBinaryFile[];\n\n\t/**\n\t * A binary object that is attached or otherwise appended to this referenced document.\n\t * @see https://vocabulary.uncefact.org/attachmentBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tattachmentBinaryObject?: string;\n\n\t/**\n\t * The indication of whether or not this referenced document is an authenticated original.\n\t * @see https://vocabulary.uncefact.org/authenticatedOriginalIndicator\n\t */\n\tauthenticatedOriginalIndicator?: boolean;\n\n\t/**\n\t * The code specifying the category of this referenced document.\n\t * @see https://vocabulary.uncefact.org/categoryCode\n\t */\n\tcategoryCode?: string;\n\n\t/**\n\t * The code specifying the channel by which this referenced document is sent, such as mail, email, fax.\n\t * @see https://vocabulary.uncefact.org/communicationChannelCode\n\t */\n\tcommunicationChannelCode?: UneceCommunicationChannelCodeList;\n\n\t/**\n\t * A contractual clause of this referenced document.\n\t * @see https://vocabulary.uncefact.org/contractualClause\n\t */\n\tcontractualClause?: IUneceClause[];\n\n\t/**\n\t * The indication of whether or not this referenced document requires a control.\n\t * @see https://vocabulary.uncefact.org/controlRequirementIndicator\n\t */\n\tcontrolRequirementIndicator?: boolean;\n\n\t/**\n\t * The indication of whether or not the referenced document is a copy.\n\t * @see https://vocabulary.uncefact.org/copyIndicator\n\t */\n\tcopyIndicator?: boolean;\n\n\t/**\n\t * The number of copies issued of this referenced document.\n\t * @see https://vocabulary.uncefact.org/copyIssuedQuantity\n\t */\n\tcopyIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of copies required of this referenced document.\n\t * @see https://vocabulary.uncefact.org/copyRequiredQuantity\n\t */\n\tcopyRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The date, time, date time, or other date time value of the creation of this referenced document.\n\t * @see https://vocabulary.uncefact.org/creationDateTime\n\t * @json-schema format:date-time\n\t */\n\tcreationDateTime?: string;\n\n\t/**\n\t * A textual description for this referenced document.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * The code specifying the purpose of an amendment to this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentAmendmentPurposeCode\n\t */\n\tdocumentAmendmentPurposeCode?: string;\n\n\t/**\n\t * An identifier for a language used in this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentLanguageId\n\t */\n\tdocumentLanguageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The code specifying the status of a line in this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentLineStatusCode\n\t */\n\tdocumentLineStatusCode?: UneceLineStatusCodeList;\n\n\t/**\n\t * The code specifying the status for this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentStatusCode\n\t */\n\tdocumentStatusCode?: UneceDocumentStatusCodeList;\n\n\t/**\n\t * A type, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/documentType\n\t */\n\tdocumentType?: string;\n\n\t/**\n\t * The code specifying the type of referenced document.\n\t * @see https://vocabulary.uncefact.org/documentTypeCode\n\t */\n\tdocumentTypeCode?: UneceDocumentCodeList;\n\n\t/**\n\t * The specified period within which this referenced document is effective.\n\t * @see https://vocabulary.uncefact.org/effectiveSpecifiedPeriod\n\t */\n\teffectiveSpecifiedPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The indication of whether or not this referenced document is presented in an electronic format.\n\t * @see https://vocabulary.uncefact.org/electronicPresentationIndicator\n\t */\n\telectronicPresentationIndicator?: boolean;\n\n\t/**\n\t * A unique global identifier for this referenced document.\n\t * @see https://vocabulary.uncefact.org/globalId\n\t */\n\tglobalId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A unique identifier for this referenced document.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A monetary value included in this referenced document.\n\t * @see https://vocabulary.uncefact.org/includedAmount\n\t */\n\tincludedAmount?: IUneceAmountType[];\n\n\t/**\n\t * A note included in this referenced document.\n\t * @see https://vocabulary.uncefact.org/includedNote\n\t */\n\tincludedNote?: IUneceNote[];\n\n\t/**\n\t * Information, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The formatted date or date time for the issuance of this referenced document.\n\t * @see https://vocabulary.uncefact.org/issueDateTime\n\t * @json-schema format:date-time\n\t */\n\tissueDateTime?: string;\n\n\t/**\n\t * The logistics related location where this referenced document has been issued.\n\t * @see https://vocabulary.uncefact.org/issueLogisticsLocation\n\t */\n\tissueLogisticsLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The unique issuer assigned identifier for this referenced document.\n\t * @see https://vocabulary.uncefact.org/issuerAssignedId\n\t */\n\tissuerAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The trade related party that issues this referenced document.\n\t * @see https://vocabulary.uncefact.org/issuerParty\n\t */\n\tissuerParty?: IUneceTradeParty;\n\n\t/**\n\t * Handling instructions specified by the issuer for this referenced document.\n\t * @see https://vocabulary.uncefact.org/issuerSpecifiedInstructions\n\t */\n\tissuerSpecifiedInstructions?: IUneceDocumentHandlingInstructions[];\n\n\t/**\n\t * The unique identifier of an item in this referenced document.\n\t * @see https://vocabulary.uncefact.org/itemIdentificationId\n\t */\n\titemIdentificationId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The number of lines for this referenced document.\n\t * @see https://vocabulary.uncefact.org/lineCountNumeric\n\t */\n\tlineCountNumeric?: string;\n\n\t/**\n\t * The unique identifier of a line in this referenced document.\n\t * @see https://vocabulary.uncefact.org/lineId\n\t */\n\tlineId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The number of line items in this referenced document.\n\t * @see https://vocabulary.uncefact.org/lineItemQuantity\n\t */\n\tlineItemQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The logistics related location where this referenced document has been lodged.\n\t * @see https://vocabulary.uncefact.org/lodgementLocation\n\t */\n\tlodgementLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The code specifying the purpose of this referenced document.\n\t * @see https://vocabulary.uncefact.org/messageFunctionPurposeCode\n\t */\n\tmessageFunctionPurposeCode?: UneceMessageFunctionCodeList;\n\n\t/**\n\t * A name, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/name\n\t */\n\tname?: string;\n\n\t/**\n\t * The number of originals issued of this referenced document.\n\t * @see https://vocabulary.uncefact.org/originalIssuedQuantity\n\t */\n\toriginalIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of originals required of this referenced document.\n\t * @see https://vocabulary.uncefact.org/originalRequiredQuantity\n\t */\n\toriginalRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The identifier of the page for this referenced document.\n\t * @see https://vocabulary.uncefact.org/pageId\n\t */\n\tpageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * An identifier for a previous revision of this referenced document.\n\t * @see https://vocabulary.uncefact.org/previousRevisionId\n\t */\n\tpreviousRevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A process condition, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/processCondition\n\t */\n\tprocessCondition?: string;\n\n\t/**\n\t * The code specifying the process condition for this referenced document.\n\t * @see https://vocabulary.uncefact.org/processConditionCode\n\t */\n\tprocessConditionCode?: string;\n\n\t/**\n\t * A proprietary type, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/proprietaryType\n\t */\n\tproprietaryType?: string;\n\n\t/**\n\t * The date, time, date time, or other date time value for the formal receipt of this referenced document.\n\t * @see https://vocabulary.uncefact.org/receiptDateTime\n\t * @json-schema format:date-time\n\t */\n\treceiptDateTime?: string;\n\n\t/**\n\t * A trade related party that receives this referenced document.\n\t * @see https://vocabulary.uncefact.org/recipientTradeParty\n\t */\n\trecipientTradeParty?: IUneceTradeParty[];\n\n\t/**\n\t * The reference date or date time for this referenced document.\n\t * @see https://vocabulary.uncefact.org/referenceDateTime\n\t * @json-schema format:date-time\n\t */\n\treferenceDateTime?: string;\n\n\t/**\n\t * The code specifying the type of relationship between this referenced document and another artefact, such as a\n\t * replacement of an original document.\n\t * @see https://vocabulary.uncefact.org/referenceRelationshipTypeCode\n\t */\n\treferenceRelationshipTypeCode?: UneceReferenceCodeList | string;\n\n\t/**\n\t * The code specifying the reference type of this referenced document.\n\t * @see https://vocabulary.uncefact.org/referenceTypeCode\n\t */\n\treferenceTypeCode?: UneceReferenceCodeList | string;\n\n\t/**\n\t * A remark, expressed as text, regarding this referenced document.\n\t * @see https://vocabulary.uncefact.org/remarks\n\t */\n\tremarks?: string;\n\n\t/**\n\t * The report count for this referenced document.\n\t * @see https://vocabulary.uncefact.org/reportCountNumeric\n\t */\n\treportCountNumeric?: string;\n\n\t/**\n\t * A revision, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/revision\n\t */\n\trevision?: string;\n\n\t/**\n\t * A date, time, date time or other date time value for the revision of this referenced document.\n\t * @see https://vocabulary.uncefact.org/revisionDateTime\n\t * @json-schema format:date-time\n\t */\n\trevisionDateTime?: string;\n\n\t/**\n\t * A unique identifier for a revision of this referenced document.\n\t * @see https://vocabulary.uncefact.org/revisionId\n\t */\n\trevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A section name, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/sectionName\n\t */\n\tsectionName?: string;\n\n\t/**\n\t * The trade related party that sends this referenced document.\n\t * @see https://vocabulary.uncefact.org/senderTradeParty\n\t */\n\tsenderTradeParty?: IUneceTradeParty;\n\n\t/**\n\t * A signatory authentication for this referenced document.\n\t * @see https://vocabulary.uncefact.org/signatoryAuthentication\n\t */\n\tsignatoryAuthentication?: IUneceAuthentication[];\n\n\t/**\n\t * Status information specified for this referenced document.\n\t * @see https://vocabulary.uncefact.org/specifiedDocumentStatus\n\t */\n\tspecifiedDocumentStatus?: IUneceDocumentStatus[];\n\n\t/**\n\t * A status, expressed as text, for this referenced document.\n\t * @see https://vocabulary.uncefact.org/status\n\t */\n\tstatus?: string;\n\n\t/**\n\t * The identifier of the subordinate line of this referenced document.\n\t * @see https://vocabulary.uncefact.org/subordinateLineId\n\t */\n\tsubordinateLineId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A code specifying a subtype of this referenced document.\n\t * @see https://vocabulary.uncefact.org/subtypeCode\n\t */\n\tsubtypeCode?: string;\n\n\t/**\n\t * The total issue count for this referenced document.\n\t * @see https://vocabulary.uncefact.org/totalIssueCountNumeric\n\t */\n\ttotalIssueCountNumeric?: string;\n\n\t/**\n\t * The unique Uniform Resource Identifier (URI) for this referenced document.\n\t * @see https://vocabulary.uncefact.org/uRIId\n\t */\n\tuRIId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A period of validity specified for this referenced document.\n\t * @see https://vocabulary.uncefact.org/validityPeriod\n\t */\n\tvalidityPeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * The identifier for the version of this referenced document.\n\t * @see https://vocabulary.uncefact.org/versionId\n\t */\n\tversionId?: string | IJsonLdValueObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceExchangedDocument.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceExchangedDocument.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceAuthentication } from \"./IUneceAuthentication.js\";\nimport type { IUneceBinaryFile } from \"./IUneceBinaryFile.js\";\nimport type { IUneceClause } from \"./IUneceClause.js\";\nimport type { IUneceDocument } from \"./IUneceDocument.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceNote } from \"./IUneceNote.js\";\nimport type { IUneceQuantityType } from \"./IUneceQuantityType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceTradeParty } from \"./IUneceTradeParty.js\";\nimport type { UneceDocumentCodeList } from \"../lists/uneceDocumentCodeList.js\";\nimport type { UneceDocumentStatusCodeList } from \"../lists/uneceDocumentStatusCodeList.js\";\nimport type { UneceMessageFunctionCodeList } from \"../lists/uneceMessageFunctionCodeList.js\";\nimport type { UneceResponseTypeCodeList } from \"../lists/uneceResponseTypeCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A collection of data for a piece of written, printed or electronic matter that is exchanged between two or more parties.\n * @see https://vocabulary.uncefact.org/ExchangedDocument\n */\nexport interface IUneceExchangedDocument {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.ExchangedDocument;\n\n\t/**\n\t * The date, time, date time, or other date time value for the acceptance of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/acceptanceDateTime\n\t * @json-schema format:date-time\n\t */\n\tacceptanceDateTime?: string;\n\n\t/**\n\t * An additional identifier of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/additionalId\n\t */\n\tadditionalId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A party representing another party for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/agentParty\n\t */\n\tagentParty?: IUneceTradeParty[];\n\n\t/**\n\t * An amendment purpose, expressed in text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/amendmentPurpose\n\t */\n\tamendmentPurpose?: string;\n\n\t/**\n\t * The approver signature that authenticates this exchanged document.\n\t * @see https://vocabulary.uncefact.org/approverSignatoryAuthentication\n\t */\n\tapproverSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * A binary file attached to this exchanged document.\n\t * @see https://vocabulary.uncefact.org/attachedBinaryFile\n\t */\n\tattachedBinaryFile?: IUneceBinaryFile[];\n\n\t/**\n\t * A binary object that is attached or otherwise appended to this exchanged document.\n\t * @see https://vocabulary.uncefact.org/attachmentBinaryObject\n\t */\n\tattachmentBinaryObject?: string;\n\n\t/**\n\t * The buyer signature that authenticates this exchanged document.\n\t * @see https://vocabulary.uncefact.org/buyerSignatoryAuthentication\n\t */\n\tbuyerSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The date, time, date time, or other date time value of a cancellation of the exchanged document.\n\t * @see https://vocabulary.uncefact.org/cancellationDateTime\n\t * @json-schema format:date-time\n\t */\n\tcancellationDateTime?: string;\n\n\t/**\n\t * The code specifying a category for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/categoryCode\n\t */\n\tcategoryCode?: string;\n\n\t/**\n\t * A contractual clause of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/contractualClause\n\t */\n\tcontractualClause?: IUneceClause[];\n\n\t/**\n\t * The indication of whether or not this exchanged document has specific control requirements.\n\t * @see https://vocabulary.uncefact.org/controlRequirementIndicator\n\t */\n\tcontrolRequirementIndicator?: boolean;\n\n\t/**\n\t * The indication of whether or not this exchanged document is a copy.\n\t * @see https://vocabulary.uncefact.org/copyIndicator\n\t */\n\tcopyIndicator?: boolean;\n\n\t/**\n\t * The number of copies issued of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/copyIssuedQuantity\n\t */\n\tcopyIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of copies required of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/copyRequiredQuantity\n\t */\n\tcopyRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The date, time, date time, or other date time value of a creation of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/creationDateTime\n\t * @json-schema format:date-time\n\t */\n\tcreationDateTime?: string;\n\n\t/**\n\t * A unique identifier, for customs purposes, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/customsId\n\t */\n\tcustomsId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A textual description of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * A disposition, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/disposition\n\t */\n\tdisposition?: string;\n\n\t/**\n\t * A code specifying a type of response document for this exchanged document, such as a requested or required response\n\t * document type.\n\t * @see https://vocabulary.uncefact.org/documentResponseDocumentTypeCode\n\t */\n\tdocumentResponseDocumentTypeCode?: UneceDocumentCodeList[];\n\n\t/**\n\t * The code specifying the status of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/documentStatusCode\n\t */\n\tdocumentStatusCode?: UneceDocumentStatusCodeList;\n\n\t/**\n\t * The code specifying the type of exchanged document.\n\t * @see https://vocabulary.uncefact.org/documentTypeCode\n\t */\n\tdocumentTypeCode?: UneceDocumentCodeList;\n\n\t/**\n\t * The specified period within which this exchanged document is effective.\n\t * @see https://vocabulary.uncefact.org/effectiveSpecifiedPeriod\n\t */\n\teffectiveSpecifiedPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The indication of whether or not this exchanged document is presented in an electronic format.\n\t * @see https://vocabulary.uncefact.org/electronicPresentationIndicator\n\t */\n\telectronicPresentationIndicator?: boolean;\n\n\t/**\n\t * A code specifying a purpose of an amendment to this exchanged document.\n\t * @see https://vocabulary.uncefact.org/exchangedDocumentAmendmentPurposeCode\n\t */\n\texchangedDocumentAmendmentPurposeCode?: string;\n\n\t/**\n\t * A code specifying a type of response requested for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/exchangedDocumentResponseTypeCode\n\t */\n\texchangedDocumentResponseTypeCode?: UneceResponseTypeCodeList[];\n\n\t/**\n\t * The first or primary signature that authenticates this exchanged document.\n\t * @see https://vocabulary.uncefact.org/firstSignatoryAuthentication\n\t */\n\tfirstSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The date, time, date time or other date time value when the first version of this exchanged document was issued.\n\t * @see https://vocabulary.uncefact.org/firstVersionIssueDateTime\n\t * @json-schema format:date-time\n\t */\n\tfirstVersionIssueDateTime?: string;\n\n\t/**\n\t * The fourth signature, also known as the third counter signature, that has been authenticated on this exchanged document\n\t * indicating where appropriate the authentication party.\n\t * @see https://vocabulary.uncefact.org/fourthSignatoryAuthentication\n\t */\n\tfourthSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The unique global identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/globalId\n\t */\n\tglobalId?: string | IJsonLdValueObject;\n\n\t/**\n\t * Header information, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/headerInformation\n\t */\n\theaderInformation?: string;\n\n\t/**\n\t * The unique identifier of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A note included in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/includedNote\n\t */\n\tincludedNote?: IUneceNote[];\n\n\t/**\n\t * Information, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The date, time, date time or other date time value for the issuance of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/issueDateTime\n\t * @json-schema format:date-time\n\t */\n\tissueDateTime?: string;\n\n\t/**\n\t * The location where this exchanged document has been issued.\n\t * @see https://vocabulary.uncefact.org/issueLogisticsLocation\n\t */\n\tissueLogisticsLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The party that issues this exchanged document.\n\t * @see https://vocabulary.uncefact.org/issuerParty\n\t */\n\tissuerParty?: IUneceTradeParty;\n\n\t/**\n\t * The unique identifier of a specific item in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/itemIdentificationId\n\t */\n\titemIdentificationId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A unique identifier for a language used in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/languageId\n\t */\n\tlanguageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The count of the number of lines in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/lineCountNumeric\n\t */\n\tlineCountNumeric?: string;\n\n\t/**\n\t * The number of line items in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/lineItemQuantity\n\t */\n\tlineItemQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The location where this exchanged document has been lodged.\n\t * @see https://vocabulary.uncefact.org/lodgementLocation\n\t */\n\tlodgementLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * A code specifying the purpose of this exchanged document, such as request or reminder.\n\t * @see https://vocabulary.uncefact.org/messageFunctionPurposeCode\n\t */\n\tmessageFunctionPurposeCode?: UneceMessageFunctionCodeList[];\n\n\t/**\n\t * A name, expressed as text, of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/name\n\t */\n\tname?: string;\n\n\t/**\n\t * A status of an offset processing, expressed as text, for this exchanged document, such as the process offsetted by this\n\t * document.\n\t * @see https://vocabulary.uncefact.org/offsetProcessingStatus\n\t */\n\toffsetProcessingStatus?: string;\n\n\t/**\n\t * The number of originals issued of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/originalIssuedQuantity\n\t */\n\toriginalIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of originals required of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/originalRequiredQuantity\n\t */\n\toriginalRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The party that owns this exchanged document.\n\t * @see https://vocabulary.uncefact.org/ownerParty\n\t */\n\townerParty?: IUneceTradeParty;\n\n\t/**\n\t * The unique identifier of a specific page of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/pageId\n\t */\n\tpageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A platform provider party specified for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/platformProviderParty\n\t */\n\tplatformProviderParty?: IUneceTradeParty[];\n\n\t/**\n\t * The unique identifier of the previous revision of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/previousRevisionId\n\t */\n\tpreviousRevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The purpose, expressed as text, of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/purpose\n\t */\n\tpurpose?: string;\n\n\t/**\n\t * A unique recipient assigned identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/recipientAssignedId\n\t */\n\trecipientAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A trade party that receives this exchanged document.\n\t * @see https://vocabulary.uncefact.org/recipientTradeParty\n\t */\n\trecipientTradeParty?: IUneceTradeParty[];\n\n\t/**\n\t * Other documents referenced by this exchanged document.\n\t * @see https://vocabulary.uncefact.org/referenceDocument\n\t */\n\treferenceDocument?: IUneceDocument[];\n\n\t/**\n\t * A date, time, date time, or other date time value of a rejection response of the exchanged document.\n\t * @see https://vocabulary.uncefact.org/rejectionResponseDateTime\n\t * @json-schema format:date-time\n\t */\n\trejectionResponseDateTime?: string;\n\n\t/**\n\t * A remark, expressed as text, regarding this exchanged document.\n\t * @see https://vocabulary.uncefact.org/remarks\n\t */\n\tremarks?: string;\n\n\t/**\n\t * A date, time, date time, or other date time value of a response of the exchanged document.\n\t * @see https://vocabulary.uncefact.org/responseDateTime\n\t * @json-schema format:date-time\n\t */\n\tresponseDateTime?: string;\n\n\t/**\n\t * A code specifying a response reason for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/responseReasonCode\n\t */\n\tresponseReasonCode?: string;\n\n\t/**\n\t * The date, time, date time or other date time value for the revision of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/revisionDateTime\n\t * @json-schema format:date-time\n\t */\n\trevisionDateTime?: string;\n\n\t/**\n\t * The unique identifier of the revision of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/revisionId\n\t */\n\trevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The second signature, also known as the first counter signature, that has been authenticated on this exchanged document\n\t * indicating where appropriate the authentication party.\n\t * @see https://vocabulary.uncefact.org/secondSignatoryAuthentication\n\t */\n\tsecondSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * A unique sender assigned identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/senderAssignedId\n\t */\n\tsenderAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The party that sends this exchanged document.\n\t * @see https://vocabulary.uncefact.org/senderTradeParty\n\t */\n\tsenderTradeParty?: IUneceTradeParty;\n\n\t/**\n\t * A signatory document authentication for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/signatoryAuthentication\n\t */\n\tsignatoryAuthentication?: IUneceAuthentication[];\n\n\t/**\n\t * The date, time, date time or other date time value for the formal submission of this exchanged document to a receiver by\n\t * a sender.\n\t * @see https://vocabulary.uncefact.org/submissionDateTime\n\t * @json-schema format:date-time\n\t */\n\tsubmissionDateTime?: string;\n\n\t/**\n\t * The code specifying the subtype of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/subtypeCode\n\t */\n\tsubtypeCode?: string;\n\n\t/**\n\t * A unique suffix identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/suffixId\n\t */\n\tsuffixId?: string | IJsonLdValueObject;\n\n\t/**\n\t * Summary information, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/summaryInformation\n\t */\n\tsummaryInformation?: string;\n\n\t/**\n\t * The third signature, also known as the second counter signature, that has been authenticated on this exchanged document\n\t * indicating where appropriate the authentication party.\n\t * @see https://vocabulary.uncefact.org/thirdSignatoryAuthentication\n\t */\n\tthirdSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The total number of pages for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/totalPageQuantity\n\t */\n\ttotalPageQuantity?: IUneceQuantityType;\n\n\t/**\n\t * A unique trader assigned identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/traderAssignedId\n\t */\n\ttraderAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * An urgency, expressed as text, of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/urgency\n\t */\n\turgency?: string;\n\n\t/**\n\t * The code specifying the urgency for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/urgencyCode\n\t */\n\turgencyCode?: string;\n\n\t/**\n\t * The unique identifier for the version of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/versionId\n\t */\n\tversionId?: string | IJsonLdValueObject;\n}\n"]}
1
+ {"version":3,"file":"IUneceExchangedDocument.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceExchangedDocument.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceAuthentication } from \"./IUneceAuthentication.js\";\nimport type { IUneceBinaryFile } from \"./IUneceBinaryFile.js\";\nimport type { IUneceClause } from \"./IUneceClause.js\";\nimport type { IUneceDocument } from \"./IUneceDocument.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceNote } from \"./IUneceNote.js\";\nimport type { IUneceQuantityType } from \"./IUneceQuantityType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceTradeParty } from \"./IUneceTradeParty.js\";\nimport type { UneceDocumentCodeList } from \"../lists/uneceDocumentCodeList.js\";\nimport type { UneceDocumentStatusCodeList } from \"../lists/uneceDocumentStatusCodeList.js\";\nimport type { UneceMessageFunctionCodeList } from \"../lists/uneceMessageFunctionCodeList.js\";\nimport type { UneceResponseTypeCodeList } from \"../lists/uneceResponseTypeCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A collection of data for a piece of written, printed or electronic matter that is exchanged between two or more parties.\n * @see https://vocabulary.uncefact.org/ExchangedDocument\n */\nexport interface IUneceExchangedDocument {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.ExchangedDocument;\n\n\t/**\n\t * The date, time, date time, or other date time value for the acceptance of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/acceptanceDateTime\n\t * @json-schema format:date-time\n\t */\n\tacceptanceDateTime?: string;\n\n\t/**\n\t * An additional identifier of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/additionalId\n\t */\n\tadditionalId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A party representing another party for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/agentParty\n\t */\n\tagentParty?: IUneceTradeParty[];\n\n\t/**\n\t * An amendment purpose, expressed in text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/amendmentPurpose\n\t */\n\tamendmentPurpose?: string;\n\n\t/**\n\t * The approver signature that authenticates this exchanged document.\n\t * @see https://vocabulary.uncefact.org/approverSignatoryAuthentication\n\t */\n\tapproverSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * A binary file attached to this exchanged document.\n\t * @see https://vocabulary.uncefact.org/attachedBinaryFile\n\t */\n\tattachedBinaryFile?: IUneceBinaryFile[];\n\n\t/**\n\t * A binary object that is attached or otherwise appended to this exchanged document.\n\t * @see https://vocabulary.uncefact.org/attachmentBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tattachmentBinaryObject?: string;\n\n\t/**\n\t * The buyer signature that authenticates this exchanged document.\n\t * @see https://vocabulary.uncefact.org/buyerSignatoryAuthentication\n\t */\n\tbuyerSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The date, time, date time, or other date time value of a cancellation of the exchanged document.\n\t * @see https://vocabulary.uncefact.org/cancellationDateTime\n\t * @json-schema format:date-time\n\t */\n\tcancellationDateTime?: string;\n\n\t/**\n\t * The code specifying a category for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/categoryCode\n\t */\n\tcategoryCode?: string;\n\n\t/**\n\t * A contractual clause of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/contractualClause\n\t */\n\tcontractualClause?: IUneceClause[];\n\n\t/**\n\t * The indication of whether or not this exchanged document has specific control requirements.\n\t * @see https://vocabulary.uncefact.org/controlRequirementIndicator\n\t */\n\tcontrolRequirementIndicator?: boolean;\n\n\t/**\n\t * The indication of whether or not this exchanged document is a copy.\n\t * @see https://vocabulary.uncefact.org/copyIndicator\n\t */\n\tcopyIndicator?: boolean;\n\n\t/**\n\t * The number of copies issued of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/copyIssuedQuantity\n\t */\n\tcopyIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of copies required of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/copyRequiredQuantity\n\t */\n\tcopyRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The date, time, date time, or other date time value of a creation of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/creationDateTime\n\t * @json-schema format:date-time\n\t */\n\tcreationDateTime?: string;\n\n\t/**\n\t * A unique identifier, for customs purposes, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/customsId\n\t */\n\tcustomsId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A textual description of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * A disposition, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/disposition\n\t */\n\tdisposition?: string;\n\n\t/**\n\t * A code specifying a type of response document for this exchanged document, such as a requested or required response\n\t * document type.\n\t * @see https://vocabulary.uncefact.org/documentResponseDocumentTypeCode\n\t */\n\tdocumentResponseDocumentTypeCode?: UneceDocumentCodeList[];\n\n\t/**\n\t * The code specifying the status of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/documentStatusCode\n\t */\n\tdocumentStatusCode?: UneceDocumentStatusCodeList;\n\n\t/**\n\t * The code specifying the type of exchanged document.\n\t * @see https://vocabulary.uncefact.org/documentTypeCode\n\t */\n\tdocumentTypeCode?: UneceDocumentCodeList;\n\n\t/**\n\t * The specified period within which this exchanged document is effective.\n\t * @see https://vocabulary.uncefact.org/effectiveSpecifiedPeriod\n\t */\n\teffectiveSpecifiedPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * The indication of whether or not this exchanged document is presented in an electronic format.\n\t * @see https://vocabulary.uncefact.org/electronicPresentationIndicator\n\t */\n\telectronicPresentationIndicator?: boolean;\n\n\t/**\n\t * A code specifying a purpose of an amendment to this exchanged document.\n\t * @see https://vocabulary.uncefact.org/exchangedDocumentAmendmentPurposeCode\n\t */\n\texchangedDocumentAmendmentPurposeCode?: string;\n\n\t/**\n\t * A code specifying a type of response requested for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/exchangedDocumentResponseTypeCode\n\t */\n\texchangedDocumentResponseTypeCode?: UneceResponseTypeCodeList[];\n\n\t/**\n\t * The first or primary signature that authenticates this exchanged document.\n\t * @see https://vocabulary.uncefact.org/firstSignatoryAuthentication\n\t */\n\tfirstSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The date, time, date time or other date time value when the first version of this exchanged document was issued.\n\t * @see https://vocabulary.uncefact.org/firstVersionIssueDateTime\n\t * @json-schema format:date-time\n\t */\n\tfirstVersionIssueDateTime?: string;\n\n\t/**\n\t * The fourth signature, also known as the third counter signature, that has been authenticated on this exchanged document\n\t * indicating where appropriate the authentication party.\n\t * @see https://vocabulary.uncefact.org/fourthSignatoryAuthentication\n\t */\n\tfourthSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The unique global identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/globalId\n\t */\n\tglobalId?: string | IJsonLdValueObject;\n\n\t/**\n\t * Header information, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/headerInformation\n\t */\n\theaderInformation?: string;\n\n\t/**\n\t * The unique identifier of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * A note included in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/includedNote\n\t */\n\tincludedNote?: IUneceNote[];\n\n\t/**\n\t * Information, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The date, time, date time or other date time value for the issuance of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/issueDateTime\n\t * @json-schema format:date-time\n\t */\n\tissueDateTime?: string;\n\n\t/**\n\t * The location where this exchanged document has been issued.\n\t * @see https://vocabulary.uncefact.org/issueLogisticsLocation\n\t */\n\tissueLogisticsLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * The party that issues this exchanged document.\n\t * @see https://vocabulary.uncefact.org/issuerParty\n\t */\n\tissuerParty?: IUneceTradeParty;\n\n\t/**\n\t * The unique identifier of a specific item in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/itemIdentificationId\n\t */\n\titemIdentificationId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A unique identifier for a language used in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/languageId\n\t */\n\tlanguageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The count of the number of lines in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/lineCountNumeric\n\t */\n\tlineCountNumeric?: string;\n\n\t/**\n\t * The number of line items in this exchanged document.\n\t * @see https://vocabulary.uncefact.org/lineItemQuantity\n\t */\n\tlineItemQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The location where this exchanged document has been lodged.\n\t * @see https://vocabulary.uncefact.org/lodgementLocation\n\t */\n\tlodgementLocation?: IUneceLogisticsLocation;\n\n\t/**\n\t * A code specifying the purpose of this exchanged document, such as request or reminder.\n\t * @see https://vocabulary.uncefact.org/messageFunctionPurposeCode\n\t */\n\tmessageFunctionPurposeCode?: UneceMessageFunctionCodeList[];\n\n\t/**\n\t * A name, expressed as text, of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/name\n\t */\n\tname?: string;\n\n\t/**\n\t * A status of an offset processing, expressed as text, for this exchanged document, such as the process offsetted by this\n\t * document.\n\t * @see https://vocabulary.uncefact.org/offsetProcessingStatus\n\t */\n\toffsetProcessingStatus?: string;\n\n\t/**\n\t * The number of originals issued of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/originalIssuedQuantity\n\t */\n\toriginalIssuedQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The number of originals required of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/originalRequiredQuantity\n\t */\n\toriginalRequiredQuantity?: IUneceQuantityType;\n\n\t/**\n\t * The party that owns this exchanged document.\n\t * @see https://vocabulary.uncefact.org/ownerParty\n\t */\n\townerParty?: IUneceTradeParty;\n\n\t/**\n\t * The unique identifier of a specific page of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/pageId\n\t */\n\tpageId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A platform provider party specified for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/platformProviderParty\n\t */\n\tplatformProviderParty?: IUneceTradeParty[];\n\n\t/**\n\t * The unique identifier of the previous revision of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/previousRevisionId\n\t */\n\tpreviousRevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The purpose, expressed as text, of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/purpose\n\t */\n\tpurpose?: string;\n\n\t/**\n\t * A unique recipient assigned identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/recipientAssignedId\n\t */\n\trecipientAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * A trade party that receives this exchanged document.\n\t * @see https://vocabulary.uncefact.org/recipientTradeParty\n\t */\n\trecipientTradeParty?: IUneceTradeParty[];\n\n\t/**\n\t * Other documents referenced by this exchanged document.\n\t * @see https://vocabulary.uncefact.org/referenceDocument\n\t */\n\treferenceDocument?: IUneceDocument[];\n\n\t/**\n\t * A date, time, date time, or other date time value of a rejection response of the exchanged document.\n\t * @see https://vocabulary.uncefact.org/rejectionResponseDateTime\n\t * @json-schema format:date-time\n\t */\n\trejectionResponseDateTime?: string;\n\n\t/**\n\t * A remark, expressed as text, regarding this exchanged document.\n\t * @see https://vocabulary.uncefact.org/remarks\n\t */\n\tremarks?: string;\n\n\t/**\n\t * A date, time, date time, or other date time value of a response of the exchanged document.\n\t * @see https://vocabulary.uncefact.org/responseDateTime\n\t * @json-schema format:date-time\n\t */\n\tresponseDateTime?: string;\n\n\t/**\n\t * A code specifying a response reason for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/responseReasonCode\n\t */\n\tresponseReasonCode?: string;\n\n\t/**\n\t * The date, time, date time or other date time value for the revision of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/revisionDateTime\n\t * @json-schema format:date-time\n\t */\n\trevisionDateTime?: string;\n\n\t/**\n\t * The unique identifier of the revision of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/revisionId\n\t */\n\trevisionId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The second signature, also known as the first counter signature, that has been authenticated on this exchanged document\n\t * indicating where appropriate the authentication party.\n\t * @see https://vocabulary.uncefact.org/secondSignatoryAuthentication\n\t */\n\tsecondSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * A unique sender assigned identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/senderAssignedId\n\t */\n\tsenderAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * The party that sends this exchanged document.\n\t * @see https://vocabulary.uncefact.org/senderTradeParty\n\t */\n\tsenderTradeParty?: IUneceTradeParty;\n\n\t/**\n\t * A signatory document authentication for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/signatoryAuthentication\n\t */\n\tsignatoryAuthentication?: IUneceAuthentication[];\n\n\t/**\n\t * The date, time, date time or other date time value for the formal submission of this exchanged document to a receiver by\n\t * a sender.\n\t * @see https://vocabulary.uncefact.org/submissionDateTime\n\t * @json-schema format:date-time\n\t */\n\tsubmissionDateTime?: string;\n\n\t/**\n\t * The code specifying the subtype of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/subtypeCode\n\t */\n\tsubtypeCode?: string;\n\n\t/**\n\t * A unique suffix identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/suffixId\n\t */\n\tsuffixId?: string | IJsonLdValueObject;\n\n\t/**\n\t * Summary information, expressed as text, for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/summaryInformation\n\t */\n\tsummaryInformation?: string;\n\n\t/**\n\t * The third signature, also known as the second counter signature, that has been authenticated on this exchanged document\n\t * indicating where appropriate the authentication party.\n\t * @see https://vocabulary.uncefact.org/thirdSignatoryAuthentication\n\t */\n\tthirdSignatoryAuthentication?: IUneceAuthentication;\n\n\t/**\n\t * The total number of pages for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/totalPageQuantity\n\t */\n\ttotalPageQuantity?: IUneceQuantityType;\n\n\t/**\n\t * A unique trader assigned identifier for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/traderAssignedId\n\t */\n\ttraderAssignedId?: string | IJsonLdValueObject;\n\n\t/**\n\t * An urgency, expressed as text, of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/urgency\n\t */\n\turgency?: string;\n\n\t/**\n\t * The code specifying the urgency for this exchanged document.\n\t * @see https://vocabulary.uncefact.org/urgencyCode\n\t */\n\turgencyCode?: string;\n\n\t/**\n\t * The unique identifier for the version of this exchanged document.\n\t * @see https://vocabulary.uncefact.org/versionId\n\t */\n\tversionId?: string | IJsonLdValueObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUnecePicture.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUnecePicture.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceBinaryFile } from \"./IUneceBinaryFile.js\";\nimport type { IUneceNote } from \"./IUneceNote.js\";\nimport type { IUneceSpatialDimension } from \"./IUneceSpatialDimension.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A photograph or video still represented as a digital image for electronic sharing.\n * @see https://vocabulary.uncefact.org/Picture\n */\nexport interface IUnecePicture {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Picture;\n\n\t/**\n\t * An additional textual description of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/additionalDescription\n\t */\n\tadditionalDescription?: string;\n\n\t/**\n\t * The area or location, expressed as text, that is included in this photographic picture.\n\t * @see https://vocabulary.uncefact.org/areaIncluded\n\t */\n\tareaIncluded?: string;\n\n\t/**\n\t * A binary file attached to this photographic picture.\n\t * @see https://vocabulary.uncefact.org/attachedBinaryFile\n\t */\n\tattachedBinaryFile?: IUneceBinaryFile[];\n\n\t/**\n\t * The name of the copyright owner, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/copyrightOwnerName\n\t */\n\tcopyrightOwnerName?: string;\n\n\t/**\n\t * The textual description of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * Binary object data that is the actual digital image for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/digitalImageBinaryObject\n\t */\n\tdigitalImageBinaryObject?: string;\n\n\t/**\n\t * An identifier for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * An intended use, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/intendedUse\n\t */\n\tintendedUse?: string;\n\n\t/**\n\t * The code specifying the intended use of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/intendedUseCode\n\t */\n\tintendedUseCode?: string;\n\n\t/**\n\t * Linear spatial dimensions of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/linearDimension\n\t */\n\tlinearDimension?: IUneceSpatialDimension[];\n\n\t/**\n\t * The type, expressed as text, of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/pictureType\n\t */\n\tpictureType?: string;\n\n\t/**\n\t * A reference, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/reference\n\t */\n\treference?: string;\n\n\t/**\n\t * Rendering information, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/renderingInformation\n\t */\n\trenderingInformation?: string;\n\n\t/**\n\t * The code specifying the type of resolution for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/resolutionTypeCode\n\t */\n\tresolutionTypeCode?: string;\n\n\t/**\n\t * The value, expressed as a number, for the resolution of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/resolutionValueNumeric\n\t */\n\tresolutionValueNumeric?: string;\n\n\t/**\n\t * A note specified for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/specifiedNote\n\t */\n\tspecifiedNote?: IUneceNote[];\n\n\t/**\n\t * The subject, expressed as text, of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/subject\n\t */\n\tsubject?: string;\n\n\t/**\n\t * The date, time, date time, or other date value of when this photographic picture was created.\n\t * @see https://vocabulary.uncefact.org/takenDateTime\n\t * @json-schema format:date-time\n\t */\n\ttakenDateTime?: string;\n\n\t/**\n\t * The name, expressed as text, of the title for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/titleName\n\t */\n\ttitleName?: string;\n\n\t/**\n\t * The URI (Uniform Resource Identifier) for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/uRIId\n\t */\n\tuRIId?: string | IJsonLdValueObject;\n}\n"]}
1
+ {"version":3,"file":"IUnecePicture.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUnecePicture.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceBinaryFile } from \"./IUneceBinaryFile.js\";\nimport type { IUneceNote } from \"./IUneceNote.js\";\nimport type { IUneceSpatialDimension } from \"./IUneceSpatialDimension.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A photograph or video still represented as a digital image for electronic sharing.\n * @see https://vocabulary.uncefact.org/Picture\n */\nexport interface IUnecePicture {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Picture;\n\n\t/**\n\t * An additional textual description of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/additionalDescription\n\t */\n\tadditionalDescription?: string;\n\n\t/**\n\t * The area or location, expressed as text, that is included in this photographic picture.\n\t * @see https://vocabulary.uncefact.org/areaIncluded\n\t */\n\tareaIncluded?: string;\n\n\t/**\n\t * A binary file attached to this photographic picture.\n\t * @see https://vocabulary.uncefact.org/attachedBinaryFile\n\t */\n\tattachedBinaryFile?: IUneceBinaryFile[];\n\n\t/**\n\t * The name of the copyright owner, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/copyrightOwnerName\n\t */\n\tcopyrightOwnerName?: string;\n\n\t/**\n\t * The textual description of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * Binary object data that is the actual digital image for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/digitalImageBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tdigitalImageBinaryObject?: string;\n\n\t/**\n\t * An identifier for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * An intended use, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/intendedUse\n\t */\n\tintendedUse?: string;\n\n\t/**\n\t * The code specifying the intended use of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/intendedUseCode\n\t */\n\tintendedUseCode?: string;\n\n\t/**\n\t * Linear spatial dimensions of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/linearDimension\n\t */\n\tlinearDimension?: IUneceSpatialDimension[];\n\n\t/**\n\t * The type, expressed as text, of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/pictureType\n\t */\n\tpictureType?: string;\n\n\t/**\n\t * A reference, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/reference\n\t */\n\treference?: string;\n\n\t/**\n\t * Rendering information, expressed as text, for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/renderingInformation\n\t */\n\trenderingInformation?: string;\n\n\t/**\n\t * The code specifying the type of resolution for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/resolutionTypeCode\n\t */\n\tresolutionTypeCode?: string;\n\n\t/**\n\t * The value, expressed as a number, for the resolution of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/resolutionValueNumeric\n\t */\n\tresolutionValueNumeric?: string;\n\n\t/**\n\t * A note specified for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/specifiedNote\n\t */\n\tspecifiedNote?: IUneceNote[];\n\n\t/**\n\t * The subject, expressed as text, of this photographic picture.\n\t * @see https://vocabulary.uncefact.org/subject\n\t */\n\tsubject?: string;\n\n\t/**\n\t * The date, time, date time, or other date value of when this photographic picture was created.\n\t * @see https://vocabulary.uncefact.org/takenDateTime\n\t * @json-schema format:date-time\n\t */\n\ttakenDateTime?: string;\n\n\t/**\n\t * The name, expressed as text, of the title for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/titleName\n\t */\n\ttitleName?: string;\n\n\t/**\n\t * The URI (Uniform Resource Identifier) for this photographic picture.\n\t * @see https://vocabulary.uncefact.org/uRIId\n\t */\n\tuRIId?: string | IJsonLdValueObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceSegment.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceSegment.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { UneceSegmentTypeCodeList } from \"../typeCodes/uneceSegmentTypeCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The parts into which a segment is or may be divided.\n * @see https://vocabulary.uncefact.org/Segment\n */\nexport interface IUneceSegment {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Segment;\n\n\t/**\n\t * The identifier of this section segment.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * The image, expressed as a binary object, for this section segment.\n\t * @see https://vocabulary.uncefact.org/imageBinaryObject\n\t */\n\timageBinaryObject?: string;\n\n\t/**\n\t * Information, expressed as text, in this section segment.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The code specifying the type of section segment.\n\t * @see https://vocabulary.uncefact.org/typeCode\n\t */\n\ttypeCode?: UneceSegmentTypeCodeList | string;\n}\n"]}
1
+ {"version":3,"file":"IUneceSegment.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceSegment.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { UneceSegmentTypeCodeList } from \"../typeCodes/uneceSegmentTypeCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The parts into which a segment is or may be divided.\n * @see https://vocabulary.uncefact.org/Segment\n */\nexport interface IUneceSegment {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.Segment;\n\n\t/**\n\t * The identifier of this section segment.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * The image, expressed as a binary object, for this section segment.\n\t * @see https://vocabulary.uncefact.org/imageBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\timageBinaryObject?: string;\n\n\t/**\n\t * Information, expressed as text, in this section segment.\n\t * @see https://vocabulary.uncefact.org/information\n\t */\n\tinformation?: string;\n\n\t/**\n\t * The code specifying the type of section segment.\n\t * @see https://vocabulary.uncefact.org/typeCode\n\t */\n\ttypeCode?: UneceSegmentTypeCodeList | string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceSupplyChainEvent.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceSupplyChainEvent.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceInspectionStatus } from \"./IUneceInspectionStatus.js\";\nimport type { IUneceLocation } from \"./IUneceLocation.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceQuantityType } from \"./IUneceQuantityType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceSupplyChainReference } from \"./IUneceSupplyChainReference.js\";\nimport type { IUneceSustainabilityCharacteristic } from \"./IUneceSustainabilityCharacteristic.js\";\nimport type { IUneceTechnicalCharacteristic } from \"./IUneceTechnicalCharacteristic.js\";\nimport type { UneceSupplyChainEventTypeCodeList } from \"../typeCodes/uneceSupplyChainEventTypeCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A significant occurrence or happening in a supply chain.\n * @see https://vocabulary.uncefact.org/SupplyChainEvent\n */\nexport interface IUneceSupplyChainEvent {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.SupplyChainEvent;\n\n\t/**\n\t * The actual inspection status of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/actualStatus\n\t */\n\tactualStatus?: IUneceInspectionStatus;\n\n\t/**\n\t * A reference associated with this supply chain event.\n\t * @see https://vocabulary.uncefact.org/associatedReference\n\t */\n\tassociatedReference?: IUneceSupplyChainReference[];\n\n\t/**\n\t * A textual description of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * Binary object data, such as a photograph, describing this supply chain event.\n\t * @see https://vocabulary.uncefact.org/descriptionBinaryObject\n\t */\n\tdescriptionBinaryObject?: string;\n\n\t/**\n\t * A discrete period specified for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/discretePeriod\n\t */\n\tdiscretePeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * The due date, time, date time, or other date time value of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/dueDateTime\n\t * @json-schema format:date-time\n\t */\n\tdueDateTime?: string;\n\n\t/**\n\t * The date, time, date time, or other date time value of the earliest occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/earliestOccurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\tearliestOccurrenceDateTime?: string;\n\n\t/**\n\t * The code specifying a frequency for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/frequencyCode\n\t */\n\tfrequencyCode?: string;\n\n\t/**\n\t * The unique identifier for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * The date, time, date time, or other date time value of the latest occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/latestOccurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\tlatestOccurrenceDateTime?: string;\n\n\t/**\n\t * A date, time, date time, or other date time value of an occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/occurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\toccurrenceDateTime?: string;\n\n\t/**\n\t * The referenced location for the occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/occurrenceLocation\n\t */\n\toccurrenceLocation?: IUneceLocation;\n\n\t/**\n\t * A logistics location where this supply chain event occurs.\n\t * @see https://vocabulary.uncefact.org/occurrenceLogisticsLocation\n\t */\n\toccurrenceLogisticsLocation?: IUneceLogisticsLocation[];\n\n\t/**\n\t * A specified period of time during which this supply chain event occurs.\n\t * @see https://vocabulary.uncefact.org/occurrencePeriod\n\t */\n\toccurrencePeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * A sustainability characteristic related to this supply chain event.\n\t * @see https://vocabulary.uncefact.org/relatedSustainabilityCharacteristic\n\t */\n\trelatedSustainabilityCharacteristic?: IUneceSustainabilityCharacteristic[];\n\n\t/**\n\t * A technical characteristic related to this supply chain event.\n\t * @see https://vocabulary.uncefact.org/relatedTechnicalCharacteristic\n\t */\n\trelatedTechnicalCharacteristic?: IUneceTechnicalCharacteristic[];\n\n\t/**\n\t * A time value of an occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/timeOccurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\ttimeOccurrenceDateTime?: string;\n\n\t/**\n\t * A code specifying the type of supply chain event.\n\t * @see https://vocabulary.uncefact.org/typeCode\n\t */\n\ttypeCode?: UneceSupplyChainEventTypeCodeList | string;\n\n\t/**\n\t * A number of units for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/unitQuantity\n\t */\n\tunitQuantity?: IUneceQuantityType[];\n}\n"]}
1
+ {"version":3,"file":"IUneceSupplyChainEvent.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceSupplyChainEvent.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceInspectionStatus } from \"./IUneceInspectionStatus.js\";\nimport type { IUneceLocation } from \"./IUneceLocation.js\";\nimport type { IUneceLogisticsLocation } from \"./IUneceLogisticsLocation.js\";\nimport type { IUneceQuantityType } from \"./IUneceQuantityType.js\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceSupplyChainReference } from \"./IUneceSupplyChainReference.js\";\nimport type { IUneceSustainabilityCharacteristic } from \"./IUneceSustainabilityCharacteristic.js\";\nimport type { IUneceTechnicalCharacteristic } from \"./IUneceTechnicalCharacteristic.js\";\nimport type { UneceSupplyChainEventTypeCodeList } from \"../typeCodes/uneceSupplyChainEventTypeCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A significant occurrence or happening in a supply chain.\n * @see https://vocabulary.uncefact.org/SupplyChainEvent\n */\nexport interface IUneceSupplyChainEvent {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.SupplyChainEvent;\n\n\t/**\n\t * The actual inspection status of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/actualStatus\n\t */\n\tactualStatus?: IUneceInspectionStatus;\n\n\t/**\n\t * A reference associated with this supply chain event.\n\t * @see https://vocabulary.uncefact.org/associatedReference\n\t */\n\tassociatedReference?: IUneceSupplyChainReference[];\n\n\t/**\n\t * A textual description of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * Binary object data, such as a photograph, describing this supply chain event.\n\t * @see https://vocabulary.uncefact.org/descriptionBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tdescriptionBinaryObject?: string;\n\n\t/**\n\t * A discrete period specified for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/discretePeriod\n\t */\n\tdiscretePeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * The due date, time, date time, or other date time value of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/dueDateTime\n\t * @json-schema format:date-time\n\t */\n\tdueDateTime?: string;\n\n\t/**\n\t * The date, time, date time, or other date time value of the earliest occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/earliestOccurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\tearliestOccurrenceDateTime?: string;\n\n\t/**\n\t * The code specifying a frequency for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/frequencyCode\n\t */\n\tfrequencyCode?: string;\n\n\t/**\n\t * The unique identifier for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * The date, time, date time, or other date time value of the latest occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/latestOccurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\tlatestOccurrenceDateTime?: string;\n\n\t/**\n\t * A date, time, date time, or other date time value of an occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/occurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\toccurrenceDateTime?: string;\n\n\t/**\n\t * The referenced location for the occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/occurrenceLocation\n\t */\n\toccurrenceLocation?: IUneceLocation;\n\n\t/**\n\t * A logistics location where this supply chain event occurs.\n\t * @see https://vocabulary.uncefact.org/occurrenceLogisticsLocation\n\t */\n\toccurrenceLogisticsLocation?: IUneceLogisticsLocation[];\n\n\t/**\n\t * A specified period of time during which this supply chain event occurs.\n\t * @see https://vocabulary.uncefact.org/occurrencePeriod\n\t */\n\toccurrencePeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * A sustainability characteristic related to this supply chain event.\n\t * @see https://vocabulary.uncefact.org/relatedSustainabilityCharacteristic\n\t */\n\trelatedSustainabilityCharacteristic?: IUneceSustainabilityCharacteristic[];\n\n\t/**\n\t * A technical characteristic related to this supply chain event.\n\t * @see https://vocabulary.uncefact.org/relatedTechnicalCharacteristic\n\t */\n\trelatedTechnicalCharacteristic?: IUneceTechnicalCharacteristic[];\n\n\t/**\n\t * A time value of an occurrence of this supply chain event.\n\t * @see https://vocabulary.uncefact.org/timeOccurrenceDateTime\n\t * @json-schema format:date-time\n\t */\n\ttimeOccurrenceDateTime?: string;\n\n\t/**\n\t * A code specifying the type of supply chain event.\n\t * @see https://vocabulary.uncefact.org/typeCode\n\t */\n\ttypeCode?: UneceSupplyChainEventTypeCodeList | string;\n\n\t/**\n\t * A number of units for this supply chain event.\n\t * @see https://vocabulary.uncefact.org/unitQuantity\n\t */\n\tunitQuantity?: IUneceQuantityType[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IUneceTransportRoute.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceTransportRoute.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceTransportEvent } from \"./IUneceTransportEvent.js\";\nimport type { IUneceTransportMovement } from \"./IUneceTransportMovement.js\";\nimport type { UneceStatusCodeList } from \"../lists/uneceStatusCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A way or course taken from one location to another for the purpose of transporting cargo and or passengers.\n * @see https://vocabulary.uncefact.org/TransportRoute\n */\nexport interface IUneceTransportRoute {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.TransportRoute;\n\n\t/**\n\t * A departure point, expressed as text, for this transport route.\n\t * @see https://vocabulary.uncefact.org/departurePoint\n\t */\n\tdeparturePoint?: string;\n\n\t/**\n\t * The textual description of this transport route.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * A specified period of time for which a frequency is effective for this transport route.\n\t * @see https://vocabulary.uncefact.org/frequencyEffectivePeriod\n\t */\n\tfrequencyEffectivePeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * The code specifying the type of frequency for this transport route, such as weekly, bi-monthly or daily.\n\t * @see https://vocabulary.uncefact.org/frequencyTypeCode\n\t */\n\tfrequencyTypeCode?: string;\n\n\t/**\n\t * The unique identifier of this transport route.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * An itinerary stop event for this transport route, such as a port call in a vessel schedule.\n\t * @see https://vocabulary.uncefact.org/itineraryStopEvent\n\t */\n\titineraryStopEvent?: IUneceTransportEvent[];\n\n\t/**\n\t * Binary object data that is the map of this transport route.\n\t * @see https://vocabulary.uncefact.org/mapBinaryObject\n\t */\n\tmapBinaryObject?: string;\n\n\t/**\n\t * A type, expressed as text, for this transport route.\n\t * @see https://vocabulary.uncefact.org/routeType\n\t */\n\trouteType?: string;\n\n\t/**\n\t * The specified period during which this transport route is scheduled.\n\t * @see https://vocabulary.uncefact.org/scheduledPeriod\n\t */\n\tscheduledPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * A code specifying a security level for this transport route.\n\t * @see https://vocabulary.uncefact.org/securityLevelCode\n\t */\n\tsecurityLevelCode?: string;\n\n\t/**\n\t * The logistics transport movement specified for this transport route.\n\t * @see https://vocabulary.uncefact.org/specifiedTransportMovement\n\t */\n\tspecifiedTransportMovement?: IUneceTransportMovement;\n\n\t/**\n\t * A means of transport, expressed as text, for this transport route.\n\t * @see https://vocabulary.uncefact.org/transportMeans\n\t */\n\ttransportMeans?: string;\n\n\t/**\n\t * The code specifying a status for a transport route, such as planned or actual.\n\t * @see https://vocabulary.uncefact.org/transportRouteStatusCode\n\t */\n\ttransportRouteStatusCode?: UneceStatusCodeList;\n}\n"]}
1
+ {"version":3,"file":"IUneceTransportRoute.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceTransportRoute.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdValueObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceSpecifiedPeriod } from \"./IUneceSpecifiedPeriod.js\";\nimport type { IUneceTransportEvent } from \"./IUneceTransportEvent.js\";\nimport type { IUneceTransportMovement } from \"./IUneceTransportMovement.js\";\nimport type { UneceStatusCodeList } from \"../lists/uneceStatusCodeList.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A way or course taken from one location to another for the purpose of transporting cargo and or passengers.\n * @see https://vocabulary.uncefact.org/TransportRoute\n */\nexport interface IUneceTransportRoute {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.TransportRoute;\n\n\t/**\n\t * A departure point, expressed as text, for this transport route.\n\t * @see https://vocabulary.uncefact.org/departurePoint\n\t */\n\tdeparturePoint?: string;\n\n\t/**\n\t * The textual description of this transport route.\n\t * @see https://vocabulary.uncefact.org/description\n\t */\n\tdescription?: string;\n\n\t/**\n\t * A specified period of time for which a frequency is effective for this transport route.\n\t * @see https://vocabulary.uncefact.org/frequencyEffectivePeriod\n\t */\n\tfrequencyEffectivePeriod?: IUneceSpecifiedPeriod[];\n\n\t/**\n\t * The code specifying the type of frequency for this transport route, such as weekly, bi-monthly or daily.\n\t * @see https://vocabulary.uncefact.org/frequencyTypeCode\n\t */\n\tfrequencyTypeCode?: string;\n\n\t/**\n\t * The unique identifier of this transport route.\n\t * @see https://vocabulary.uncefact.org/identifier\n\t */\n\tidentifier?: string | IJsonLdValueObject;\n\n\t/**\n\t * An itinerary stop event for this transport route, such as a port call in a vessel schedule.\n\t * @see https://vocabulary.uncefact.org/itineraryStopEvent\n\t */\n\titineraryStopEvent?: IUneceTransportEvent[];\n\n\t/**\n\t * Binary object data that is the map of this transport route.\n\t * @see https://vocabulary.uncefact.org/mapBinaryObject\n\t * @json-schema contentEncoding:base64\n\t */\n\tmapBinaryObject?: string;\n\n\t/**\n\t * A type, expressed as text, for this transport route.\n\t * @see https://vocabulary.uncefact.org/routeType\n\t */\n\trouteType?: string;\n\n\t/**\n\t * The specified period during which this transport route is scheduled.\n\t * @see https://vocabulary.uncefact.org/scheduledPeriod\n\t */\n\tscheduledPeriod?: IUneceSpecifiedPeriod;\n\n\t/**\n\t * A code specifying a security level for this transport route.\n\t * @see https://vocabulary.uncefact.org/securityLevelCode\n\t */\n\tsecurityLevelCode?: string;\n\n\t/**\n\t * The logistics transport movement specified for this transport route.\n\t * @see https://vocabulary.uncefact.org/specifiedTransportMovement\n\t */\n\tspecifiedTransportMovement?: IUneceTransportMovement;\n\n\t/**\n\t * A means of transport, expressed as text, for this transport route.\n\t * @see https://vocabulary.uncefact.org/transportMeans\n\t */\n\ttransportMeans?: string;\n\n\t/**\n\t * The code specifying a status for a transport route, such as planned or actual.\n\t * @see https://vocabulary.uncefact.org/transportRouteStatusCode\n\t */\n\ttransportRouteStatusCode?: UneceStatusCodeList;\n}\n"]}
@@ -74,7 +74,8 @@
74
74
  },
75
75
  "signatoryImageBinaryObject": {
76
76
  "type": "string",
77
- "description": "The signatory image, expressed as a binary object, for this document authentication."
77
+ "description": "The signatory image, expressed as a binary object, for this document authentication.",
78
+ "contentEncoding": "base64"
78
79
  },
79
80
  "statement": {
80
81
  "type": "string",
@@ -54,7 +54,8 @@
54
54
  },
55
55
  "includedBinaryObject": {
56
56
  "type": "string",
57
- "description": "A binary object included in this specified binary file."
57
+ "description": "A binary object included in this specified binary file.",
58
+ "contentEncoding": "base64"
58
59
  },
59
60
  "mIMECode": {
60
61
  "type": "string",
@@ -31,7 +31,8 @@
31
31
  },
32
32
  "attachmentBinaryObject": {
33
33
  "type": "string",
34
- "description": "A binary object that is attached or otherwise appended to this referenced document."
34
+ "description": "A binary object that is attached or otherwise appended to this referenced document.",
35
+ "contentEncoding": "base64"
35
36
  },
36
37
  "authenticatedOriginalIndicator": {
37
38
  "type": "boolean",
@@ -53,7 +53,8 @@
53
53
  },
54
54
  "attachmentBinaryObject": {
55
55
  "type": "string",
56
- "description": "A binary object that is attached or otherwise appended to this exchanged document."
56
+ "description": "A binary object that is attached or otherwise appended to this exchanged document.",
57
+ "contentEncoding": "base64"
57
58
  },
58
59
  "buyerSignatoryAuthentication": {
59
60
  "$ref": "https://schema.twindev.org/unece/UneceAuthentication",
@@ -38,7 +38,8 @@
38
38
  },
39
39
  "digitalImageBinaryObject": {
40
40
  "type": "string",
41
- "description": "Binary object data that is the actual digital image for this photographic picture."
41
+ "description": "Binary object data that is the actual digital image for this photographic picture.",
42
+ "contentEncoding": "base64"
42
43
  },
43
44
  "identifier": {
44
45
  "anyOf": [
@@ -26,7 +26,8 @@
26
26
  },
27
27
  "imageBinaryObject": {
28
28
  "type": "string",
29
- "description": "The image, expressed as a binary object, for this section segment."
29
+ "description": "The image, expressed as a binary object, for this section segment.",
30
+ "contentEncoding": "base64"
30
31
  },
31
32
  "information": {
32
33
  "type": "string",
@@ -30,7 +30,8 @@
30
30
  },
31
31
  "descriptionBinaryObject": {
32
32
  "type": "string",
33
- "description": "Binary object data, such as a photograph, describing this supply chain event."
33
+ "description": "Binary object data, such as a photograph, describing this supply chain event.",
34
+ "contentEncoding": "base64"
34
35
  },
35
36
  "discretePeriod": {
36
37
  "type": "array",
@@ -52,7 +52,8 @@
52
52
  },
53
53
  "mapBinaryObject": {
54
54
  "type": "string",
55
- "description": "Binary object data that is the map of this transport route."
55
+ "description": "Binary object data that is the map of this transport route.",
56
+ "contentEncoding": "base64"
56
57
  },
57
58
  "routeType": {
58
59
  "type": "string",
@@ -83,6 +83,7 @@ export interface IUneceAuthentication {
83
83
  /**
84
84
  * The signatory image, expressed as a binary object, for this document authentication.
85
85
  * @see https://vocabulary.uncefact.org/signatoryImageBinaryObject
86
+ * @json-schema contentEncoding:base64
86
87
  */
87
88
  signatoryImageBinaryObject?: string;
88
89
  /**
@@ -59,6 +59,7 @@ export interface IUneceBinaryFile {
59
59
  /**
60
60
  * A binary object included in this specified binary file.
61
61
  * @see https://vocabulary.uncefact.org/includedBinaryObject
62
+ * @json-schema contentEncoding:base64
62
63
  */
63
64
  includedBinaryObject?: string;
64
65
  /**
@@ -50,6 +50,7 @@ export interface IUneceDocument {
50
50
  /**
51
51
  * A binary object that is attached or otherwise appended to this referenced document.
52
52
  * @see https://vocabulary.uncefact.org/attachmentBinaryObject
53
+ * @json-schema contentEncoding:base64
53
54
  */
54
55
  attachmentBinaryObject?: string;
55
56
  /**
@@ -61,6 +61,7 @@ export interface IUneceExchangedDocument {
61
61
  /**
62
62
  * A binary object that is attached or otherwise appended to this exchanged document.
63
63
  * @see https://vocabulary.uncefact.org/attachmentBinaryObject
64
+ * @json-schema contentEncoding:base64
64
65
  */
65
66
  attachmentBinaryObject?: string;
66
67
  /**
@@ -45,6 +45,7 @@ export interface IUnecePicture {
45
45
  /**
46
46
  * Binary object data that is the actual digital image for this photographic picture.
47
47
  * @see https://vocabulary.uncefact.org/digitalImageBinaryObject
48
+ * @json-schema contentEncoding:base64
48
49
  */
49
50
  digitalImageBinaryObject?: string;
50
51
  /**
@@ -23,6 +23,7 @@ export interface IUneceSegment {
23
23
  /**
24
24
  * The image, expressed as a binary object, for this section segment.
25
25
  * @see https://vocabulary.uncefact.org/imageBinaryObject
26
+ * @json-schema contentEncoding:base64
26
27
  */
27
28
  imageBinaryObject?: string;
28
29
  /**
@@ -41,6 +41,7 @@ export interface IUneceSupplyChainEvent {
41
41
  /**
42
42
  * Binary object data, such as a photograph, describing this supply chain event.
43
43
  * @see https://vocabulary.uncefact.org/descriptionBinaryObject
44
+ * @json-schema contentEncoding:base64
44
45
  */
45
46
  descriptionBinaryObject?: string;
46
47
  /**
@@ -51,6 +51,7 @@ export interface IUneceTransportRoute {
51
51
  /**
52
52
  * Binary object data that is the map of this transport route.
53
53
  * @see https://vocabulary.uncefact.org/mapBinaryObject
54
+ * @json-schema contentEncoding:base64
54
55
  */
55
56
  mapBinaryObject?: string;
56
57
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-unece-v0.0.3-next.63...standards-unece-v0.0.3-next.64) (2026-06-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * add contentEncoding for unece base64 properties ([#228](https://github.com/iotaledger/twin-standards/issues/228)) ([c8325c8](https://github.com/iotaledger/twin-standards/commit/c8325c86e9172047d57941e0f8b43b332256f9f4))
9
+
3
10
  ## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-unece-v0.0.3-next.62...standards-unece-v0.0.3-next.63) (2026-05-19)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/standards-unece",
3
- "version": "0.0.3-next.63",
3
+ "version": "0.0.3-next.64",
4
4
  "description": "Data models for UN/CEFACT semantic vocabularies.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/iotaledger/standards.git",
7
+ "url": "git+https://github.com/iotaledger/twin-standards.git",
8
8
  "directory": "packages/standards-unece"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -49,7 +49,7 @@
49
49
  "supply-chain"
50
50
  ],
51
51
  "bugs": {
52
- "url": "git+https://github.com/iotaledger/standards/issues"
52
+ "url": "git+https://github.com/iotaledger/twin-standards/issues"
53
53
  },
54
54
  "homepage": "https://twindev.org"
55
55
  }