@twin.org/standards-w3c-activity-streams 0.0.3-next.48 → 0.0.3-next.49

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.
Files changed (113) hide show
  1. package/dist/es/models/IActivityStreamsActivity.js.map +1 -1
  2. package/dist/es/models/IActivityStreamsActor.js.map +1 -1
  3. package/dist/es/models/IActivityStreamsApplication.js.map +1 -1
  4. package/dist/es/models/IActivityStreamsArticle.js.map +1 -1
  5. package/dist/es/models/IActivityStreamsAudio.js.map +1 -1
  6. package/dist/es/models/IActivityStreamsCollection.js.map +1 -1
  7. package/dist/es/models/IActivityStreamsCollectionPage.js.map +1 -1
  8. package/dist/es/models/IActivityStreamsDocument.js.map +1 -1
  9. package/dist/es/models/IActivityStreamsEvent.js.map +1 -1
  10. package/dist/es/models/IActivityStreamsGroup.js.map +1 -1
  11. package/dist/es/models/IActivityStreamsImage.js.map +1 -1
  12. package/dist/es/models/IActivityStreamsIntransitiveActivity.js.map +1 -1
  13. package/dist/es/models/IActivityStreamsLink.js.map +1 -1
  14. package/dist/es/models/IActivityStreamsMention.js.map +1 -1
  15. package/dist/es/models/IActivityStreamsNote.js.map +1 -1
  16. package/dist/es/models/IActivityStreamsObject.js.map +1 -1
  17. package/dist/es/models/IActivityStreamsOrderedCollection.js.map +1 -1
  18. package/dist/es/models/IActivityStreamsOrderedCollectionPage.js.map +1 -1
  19. package/dist/es/models/IActivityStreamsOrganization.js.map +1 -1
  20. package/dist/es/models/IActivityStreamsPage.js.map +1 -1
  21. package/dist/es/models/IActivityStreamsPerson.js.map +1 -1
  22. package/dist/es/models/IActivityStreamsPlace.js.map +1 -1
  23. package/dist/es/models/IActivityStreamsProfile.js.map +1 -1
  24. package/dist/es/models/IActivityStreamsQuestion.js.map +1 -1
  25. package/dist/es/models/IActivityStreamsRelationship.js.map +1 -1
  26. package/dist/es/models/IActivityStreamsService.js.map +1 -1
  27. package/dist/es/models/IActivityStreamsTombstone.js.map +1 -1
  28. package/dist/es/models/IActivityStreamsVideo.js.map +1 -1
  29. package/dist/es/schemas/ActivityStreamsActivity.json +2 -2
  30. package/dist/es/schemas/ActivityStreamsActor.json +35 -1
  31. package/dist/es/schemas/ActivityStreamsApplication.json +15 -1
  32. package/dist/es/schemas/ActivityStreamsArticle.json +15 -1
  33. package/dist/es/schemas/ActivityStreamsAudio.json +15 -1
  34. package/dist/es/schemas/ActivityStreamsCollection.json +15 -1
  35. package/dist/es/schemas/ActivityStreamsCollectionPage.json +15 -1
  36. package/dist/es/schemas/ActivityStreamsDocument.json +15 -1
  37. package/dist/es/schemas/ActivityStreamsEvent.json +15 -1
  38. package/dist/es/schemas/ActivityStreamsGroup.json +15 -1
  39. package/dist/es/schemas/ActivityStreamsImage.json +15 -1
  40. package/dist/es/schemas/ActivityStreamsIntransitiveActivity.json +29 -1
  41. package/dist/es/schemas/ActivityStreamsLink.json +2 -2
  42. package/dist/es/schemas/ActivityStreamsMention.json +15 -1
  43. package/dist/es/schemas/ActivityStreamsNote.json +15 -1
  44. package/dist/es/schemas/ActivityStreamsObject.json +2 -2
  45. package/dist/es/schemas/ActivityStreamsOrderedCollection.json +15 -1
  46. package/dist/es/schemas/ActivityStreamsOrderedCollectionPage.json +15 -1
  47. package/dist/es/schemas/ActivityStreamsOrganization.json +15 -1
  48. package/dist/es/schemas/ActivityStreamsPage.json +15 -1
  49. package/dist/es/schemas/ActivityStreamsPerson.json +15 -1
  50. package/dist/es/schemas/ActivityStreamsPlace.json +15 -1
  51. package/dist/es/schemas/ActivityStreamsProfile.json +15 -1
  52. package/dist/es/schemas/ActivityStreamsRelationship.json +15 -1
  53. package/dist/es/schemas/ActivityStreamsService.json +15 -1
  54. package/dist/es/schemas/ActivityStreamsTombstone.json +15 -1
  55. package/dist/es/schemas/ActivityStreamsVideo.json +15 -1
  56. package/dist/types/models/IActivityStreamsActivity.d.ts +1 -1
  57. package/dist/types/models/IActivityStreamsActor.d.ts +1 -2
  58. package/dist/types/models/IActivityStreamsApplication.d.ts +1 -2
  59. package/dist/types/models/IActivityStreamsArticle.d.ts +1 -2
  60. package/dist/types/models/IActivityStreamsAudio.d.ts +1 -2
  61. package/dist/types/models/IActivityStreamsCollection.d.ts +1 -1
  62. package/dist/types/models/IActivityStreamsCollectionPage.d.ts +1 -2
  63. package/dist/types/models/IActivityStreamsDocument.d.ts +1 -2
  64. package/dist/types/models/IActivityStreamsEvent.d.ts +1 -2
  65. package/dist/types/models/IActivityStreamsGroup.d.ts +1 -2
  66. package/dist/types/models/IActivityStreamsImage.d.ts +1 -2
  67. package/dist/types/models/IActivityStreamsIntransitiveActivity.d.ts +1 -1
  68. package/dist/types/models/IActivityStreamsLink.d.ts +1 -1
  69. package/dist/types/models/IActivityStreamsMention.d.ts +1 -2
  70. package/dist/types/models/IActivityStreamsNote.d.ts +1 -2
  71. package/dist/types/models/IActivityStreamsObject.d.ts +1 -1
  72. package/dist/types/models/IActivityStreamsOrderedCollection.d.ts +1 -1
  73. package/dist/types/models/IActivityStreamsOrderedCollectionPage.d.ts +1 -2
  74. package/dist/types/models/IActivityStreamsOrganization.d.ts +1 -2
  75. package/dist/types/models/IActivityStreamsPage.d.ts +1 -2
  76. package/dist/types/models/IActivityStreamsPerson.d.ts +1 -2
  77. package/dist/types/models/IActivityStreamsPlace.d.ts +1 -2
  78. package/dist/types/models/IActivityStreamsProfile.d.ts +1 -2
  79. package/dist/types/models/IActivityStreamsQuestion.d.ts +1 -1
  80. package/dist/types/models/IActivityStreamsRelationship.d.ts +1 -2
  81. package/dist/types/models/IActivityStreamsService.d.ts +1 -2
  82. package/dist/types/models/IActivityStreamsTombstone.d.ts +1 -1
  83. package/dist/types/models/IActivityStreamsVideo.d.ts +1 -2
  84. package/docs/changelog.md +7 -0
  85. package/docs/reference/interfaces/IActivityStreamsActivity.md +1 -1
  86. package/docs/reference/interfaces/IActivityStreamsActor.md +1 -1
  87. package/docs/reference/interfaces/IActivityStreamsApplication.md +1 -1
  88. package/docs/reference/interfaces/IActivityStreamsArticle.md +1 -1
  89. package/docs/reference/interfaces/IActivityStreamsAudio.md +1 -1
  90. package/docs/reference/interfaces/IActivityStreamsCollection.md +1 -1
  91. package/docs/reference/interfaces/IActivityStreamsCollectionPage.md +1 -1
  92. package/docs/reference/interfaces/IActivityStreamsDocument.md +1 -1
  93. package/docs/reference/interfaces/IActivityStreamsEvent.md +1 -1
  94. package/docs/reference/interfaces/IActivityStreamsGroup.md +1 -1
  95. package/docs/reference/interfaces/IActivityStreamsImage.md +1 -1
  96. package/docs/reference/interfaces/IActivityStreamsIntransitiveActivity.md +1 -1
  97. package/docs/reference/interfaces/IActivityStreamsLink.md +1 -1
  98. package/docs/reference/interfaces/IActivityStreamsMention.md +1 -1
  99. package/docs/reference/interfaces/IActivityStreamsNote.md +1 -1
  100. package/docs/reference/interfaces/IActivityStreamsObject.md +1 -1
  101. package/docs/reference/interfaces/IActivityStreamsOrderedCollection.md +1 -1
  102. package/docs/reference/interfaces/IActivityStreamsOrderedCollectionPage.md +1 -1
  103. package/docs/reference/interfaces/IActivityStreamsOrganization.md +1 -1
  104. package/docs/reference/interfaces/IActivityStreamsPage.md +1 -1
  105. package/docs/reference/interfaces/IActivityStreamsPerson.md +1 -1
  106. package/docs/reference/interfaces/IActivityStreamsPlace.md +1 -1
  107. package/docs/reference/interfaces/IActivityStreamsProfile.md +1 -1
  108. package/docs/reference/interfaces/IActivityStreamsQuestion.md +1 -1
  109. package/docs/reference/interfaces/IActivityStreamsRelationship.md +1 -1
  110. package/docs/reference/interfaces/IActivityStreamsService.md +1 -1
  111. package/docs/reference/interfaces/IActivityStreamsTombstone.md +1 -1
  112. package/docs/reference/interfaces/IActivityStreamsVideo.md +1 -1
  113. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsActivity.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsActivity.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdLanguageMap, IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsContextType } from \"./activityStreamsContextType.js\";\nimport type { ActivityStreamsTypes } from \"./activityStreamsTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity from Activity Streams.\n *\n * An `Activity` describes an action performed by an `actor` on an `object`, and\n * can optionally include a `target`, `result`, `origin`, or `instrument`.\n * @see https://www.w3.org/TR/activitystreams-core/#activities\n */\nexport interface IActivityStreamsActivity extends IActivityStreamsObject {\n\t/**\n\t * The LD Context.\n\t */\n\t\"@context\": ActivityStreamsContextType;\n\n\t/**\n\t * Activity Type.\n\t */\n\ttype: ObjectOrArray<ActivityStreamsTypes | string>;\n\n\t/**\n\t * The generator of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator\n\t */\n\tgenerator?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The Actor behind the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor\n\t */\n\tactor?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The object affected by the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object\n\t */\n\tobject?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The target of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target\n\t */\n\ttarget?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Summary of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary\n\t */\n\tsummary?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Result of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result\n\t */\n\tresult?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Activity's origin.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin\n\t */\n\torigin?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Instrument used in the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument\n\t */\n\tinstrument?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The date and time at which the object was updated.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated\n\t */\n\tupdated?: string;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsActivity.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsActivity.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdLanguageMap, IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsContextType } from \"./activityStreamsContextType.js\";\nimport type { ActivityStreamsTypes } from \"./activityStreamsTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity from Activity Streams.\n *\n * An `Activity` describes an action performed by an `actor` on an `object`, and\n * can optionally include a `target`, `result`, `origin`, or `instrument`.\n * @see https://www.w3.org/TR/activitystreams-core/#activities\n */\nexport interface IActivityStreamsActivity extends IActivityStreamsObject {\n\t/**\n\t * The LD Context.\n\t */\n\t\"@context\": ActivityStreamsContextType;\n\n\t/**\n\t * Activity Type.\n\t */\n\ttype: (ActivityStreamsTypes | string) | (ActivityStreamsTypes | string)[];\n\n\t/**\n\t * The generator of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator\n\t */\n\tgenerator?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The Actor behind the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor\n\t */\n\tactor?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The object affected by the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object\n\t */\n\tobject?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The target of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target\n\t */\n\ttarget?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Summary of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary\n\t */\n\tsummary?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Result of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result\n\t */\n\tresult?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Activity's origin.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin\n\t */\n\torigin?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Instrument used in the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument\n\t */\n\tinstrument?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The date and time at which the object was updated.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated\n\t */\n\tupdated?: string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsActor.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsActor.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Actor.\n *\n * An `Actor` is a specialised `Object` that represents the entity performing\n * an `Activity` (for example a `Person`, `Group`, `Organization`, `Application`, or `Service`).\n * @see https://www.w3.org/TR/activitystreams-core/#actors\n */\nexport interface IActivityStreamsActor extends IActivityStreamsObject {\n\t/**\n\t * Actor type.\n\t */\n\ttype?: ObjectOrArray<\n\t\t| typeof ActivityStreamsObjectTypes.Actor\n\t\t| typeof ActivityStreamsObjectTypes.Application\n\t\t| typeof ActivityStreamsObjectTypes.Group\n\t\t| typeof ActivityStreamsObjectTypes.Organization\n\t\t| typeof ActivityStreamsObjectTypes.Person\n\t\t| typeof ActivityStreamsObjectTypes.Service\n\t\t| string\n\t>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsActor.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsActor.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Actor.\n *\n * An `Actor` is a specialised `Object` that represents the entity performing\n * an `Activity` (for example a `Person`, `Group`, `Organization`, `Application`, or `Service`).\n * @see https://www.w3.org/TR/activitystreams-core/#actors\n */\nexport interface IActivityStreamsActor extends IActivityStreamsObject {\n\t/**\n\t * Actor type.\n\t */\n\ttype?:\n\t\t| (\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Actor\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Application\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Group\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Organization\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Person\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Service\n\t\t\t\t| string\n\t\t )\n\t\t| (\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Actor\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Application\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Group\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Organization\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Person\n\t\t\t\t| typeof ActivityStreamsObjectTypes.Service\n\t\t\t\t| string\n\t\t )[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsApplication.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsApplication.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Application.\n *\n * An `Application` represents a software application.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-application\n */\nexport interface IActivityStreamsApplication extends IActivityStreamsActor {\n\t/**\n\t * Application type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Application | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsApplication.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsApplication.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Application.\n *\n * An `Application` represents a software application.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-application\n */\nexport interface IActivityStreamsApplication extends IActivityStreamsActor {\n\t/**\n\t * Application type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Application | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Application | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsArticle.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsArticle.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Article.\n *\n * An `Article` is a written work.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-article\n */\nexport interface IActivityStreamsArticle extends IActivityStreamsDocument {\n\t/**\n\t * Article type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Article | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsArticle.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsArticle.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Article.\n *\n * An `Article` is a written work.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-article\n */\nexport interface IActivityStreamsArticle extends IActivityStreamsDocument {\n\t/**\n\t * Article type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Article | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Article | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsAudio.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsAudio.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Audio.\n *\n * An `Audio` is an audio document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audio\n */\nexport interface IActivityStreamsAudio extends IActivityStreamsDocument {\n\t/**\n\t * Audio type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Audio | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsAudio.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsAudio.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Audio.\n *\n * An `Audio` is an audio document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audio\n */\nexport interface IActivityStreamsAudio extends IActivityStreamsDocument {\n\t/**\n\t * Audio type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Audio | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Audio | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsCollection.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsCollection.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Collection.\n *\n * A `Collection` represents an unordered set of items. Implementations can page\n * large collections using `first`/`last`/`current` and `CollectionPage`.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsCollection extends IActivityStreamsObject {\n\t/**\n\t * Collection type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Collection | string>;\n\n\t/**\n\t * Total number of items.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-totalitems\n\t */\n\ttotalItems?: number;\n\n\t/**\n\t * The items of the collection.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items\n\t */\n\titems?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * First page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-first\n\t */\n\tfirst?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Last page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-last\n\t */\n\tlast?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Current page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-current\n\t */\n\tcurrent?: string | IJsonLdNodeObject;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsCollection.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsCollection.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Collection.\n *\n * A `Collection` represents an unordered set of items. Implementations can page\n * large collections using `first`/`last`/`current` and `CollectionPage`.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsCollection extends IActivityStreamsObject {\n\t/**\n\t * Collection type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Collection | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Collection | string)[];\n\n\t/**\n\t * Total number of items.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-totalitems\n\t */\n\ttotalItems?: number;\n\n\t/**\n\t * The items of the collection.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items\n\t */\n\titems?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * First page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-first\n\t */\n\tfirst?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Last page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-last\n\t */\n\tlast?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Current page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-current\n\t */\n\tcurrent?: string | IJsonLdNodeObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsCollectionPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsCollectionPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollection } from \"./IActivityStreamsCollection.js\";\n\n/**\n * A W3C Activity Streams CollectionPage.\n *\n * A `CollectionPage` represents a single page of items from a larger `Collection`.\n * Use `partOf` to reference the parent collection, and `next`/`prev` for paging links.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsCollectionPage extends IActivityStreamsCollection {\n\t/**\n\t * CollectionPage type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.CollectionPage | string>;\n\n\t/**\n\t * Parent collection.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof\n\t */\n\tpartOf?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Next page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-next\n\t */\n\tnext?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Previous page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-prev\n\t */\n\tprev?: string | IJsonLdNodeObject;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsCollectionPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsCollectionPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollection } from \"./IActivityStreamsCollection.js\";\n\n/**\n * A W3C Activity Streams CollectionPage.\n *\n * A `CollectionPage` represents a single page of items from a larger `Collection`.\n * Use `partOf` to reference the parent collection, and `next`/`prev` for paging links.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsCollectionPage extends IActivityStreamsCollection {\n\t/**\n\t * CollectionPage type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.CollectionPage | string)\n\t\t| (typeof ActivityStreamsObjectTypes.CollectionPage | string)[];\n\n\t/**\n\t * Parent collection.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof\n\t */\n\tpartOf?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Next page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-next\n\t */\n\tnext?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Previous page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-prev\n\t */\n\tprev?: string | IJsonLdNodeObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsDocument.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsDocument.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Document.\n *\n * A `Document` is a document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-document\n */\nexport interface IActivityStreamsDocument extends IActivityStreamsObject {\n\t/**\n\t * Document type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Document | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsDocument.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsDocument.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Document.\n *\n * A `Document` is a document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-document\n */\nexport interface IActivityStreamsDocument extends IActivityStreamsObject {\n\t/**\n\t * Document type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Document | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Document | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsEvent.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsEvent.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Event.\n *\n * An `Event` is an object that represents something that occurs at a certain time and location.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-event\n */\nexport interface IActivityStreamsEvent extends IActivityStreamsObject {\n\t/**\n\t * Event type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Event | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsEvent.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsEvent.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Event.\n *\n * An `Event` is an object that represents something that occurs at a certain time and location.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-event\n */\nexport interface IActivityStreamsEvent extends IActivityStreamsObject {\n\t/**\n\t * Event type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Event | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Event | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsGroup.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsGroup.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Group.\n *\n * A `Group` represents a group of individuals.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-group\n */\nexport interface IActivityStreamsGroup extends IActivityStreamsActor {\n\t/**\n\t * Group type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Group | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsGroup.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsGroup.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Group.\n *\n * A `Group` represents a group of individuals.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-group\n */\nexport interface IActivityStreamsGroup extends IActivityStreamsActor {\n\t/**\n\t * Group type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Group | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Group | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsImage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsImage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Image.\n *\n * An `Image` is an image document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image\n */\nexport interface IActivityStreamsImage extends IActivityStreamsObject {\n\t/**\n\t * Image type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Image | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsImage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsImage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Image.\n *\n * An `Image` is an image document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image\n */\nexport interface IActivityStreamsImage extends IActivityStreamsObject {\n\t/**\n\t * Image type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Image | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Image | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsIntransitiveActivity.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsIntransitiveActivity.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { ActivityStreamsTypes } from \"./activityStreamsTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams IntransitiveActivity.\n *\n * `IntransitiveActivity` objects do not have an `object` property.\n * @see https://www.w3.org/TR/activitystreams-core/#intransitiveactivities\n */\nexport interface IActivityStreamsIntransitiveActivity extends IActivityStreamsObject {\n\t/**\n\t * Intransitive activity type.\n\t */\n\ttype: ObjectOrArray<\n\t\ttypeof ActivityStreamsObjectTypes.IntransitiveActivity | ActivityStreamsTypes | string\n\t>;\n\n\t/**\n\t * The Actor behind the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor\n\t */\n\tactor?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The target of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target\n\t */\n\ttarget?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Result of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result\n\t */\n\tresult?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Activity's origin.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin\n\t */\n\torigin?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Instrument used in the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument\n\t */\n\tinstrument?: ObjectOrArray<string | IJsonLdNodeObject>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsIntransitiveActivity.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsIntransitiveActivity.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { ActivityStreamsTypes } from \"./activityStreamsTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams IntransitiveActivity.\n *\n * `IntransitiveActivity` objects do not have an `object` property.\n * @see https://www.w3.org/TR/activitystreams-core/#intransitiveactivities\n */\nexport interface IActivityStreamsIntransitiveActivity extends IActivityStreamsObject {\n\t/**\n\t * Intransitive activity type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.IntransitiveActivity | ActivityStreamsTypes | string)\n\t\t| (typeof ActivityStreamsObjectTypes.IntransitiveActivity | ActivityStreamsTypes | string)[];\n\n\t/**\n\t * The Actor behind the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor\n\t */\n\tactor?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * The target of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target\n\t */\n\ttarget?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Result of the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result\n\t */\n\tresult?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Activity's origin.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin\n\t */\n\torigin?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Instrument used in the Activity.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument\n\t */\n\tinstrument?: ObjectOrArray<string | IJsonLdNodeObject>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsLink.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsLink.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdLanguageMap, IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsContextType } from \"./activityStreamsContextType.js\";\nimport type { ActivityStreamsLinkTypes } from \"./activityStreamsLinkTypes.js\";\n\n/**\n * A W3C Activity Streams Link.\n *\n * A `Link` is used to reference a resource by URI (via `href`) and can include\n * optional presentation metadata such as `name`, `mediaType`, `height`, and `width`.\n * @see https://www.w3.org/TR/activitystreams-core/#link\n */\nexport interface IActivityStreamsLink {\n\t/**\n\t * The LD Context.\n\t */\n\t\"@context\": ActivityStreamsContextType;\n\n\t/**\n\t * Link type.\n\t */\n\ttype: ObjectOrArray<ActivityStreamsLinkTypes | string>;\n\n\t/**\n\t * The target URI of the Link.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-href\n\t */\n\thref: string;\n\n\t/**\n\t * A natural language name for the link.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name\n\t */\n\tname?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * A language hint for the target resource.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-hreflang\n\t */\n\threflang?: string;\n\n\t/**\n\t * MIME media type of the referenced resource.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype\n\t */\n\tmediaType?: string;\n\n\t/**\n\t * Link relation value(s).\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-rel\n\t */\n\trel?: ObjectOrArray<string>;\n\n\t/**\n\t * Desired rendered height.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-height\n\t */\n\theight?: number;\n\n\t/**\n\t * Desired rendered width.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-width\n\t */\n\twidth?: number;\n\n\t/**\n\t * Preview of the link.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview\n\t */\n\tpreview?: ObjectOrArray<string | IJsonLdNodeObject>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsLink.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsLink.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdLanguageMap, IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsContextType } from \"./activityStreamsContextType.js\";\nimport type { ActivityStreamsLinkTypes } from \"./activityStreamsLinkTypes.js\";\n\n/**\n * A W3C Activity Streams Link.\n *\n * A `Link` is used to reference a resource by URI (via `href`) and can include\n * optional presentation metadata such as `name`, `mediaType`, `height`, and `width`.\n * @see https://www.w3.org/TR/activitystreams-core/#link\n */\nexport interface IActivityStreamsLink {\n\t/**\n\t * The LD Context.\n\t */\n\t\"@context\": ActivityStreamsContextType;\n\n\t/**\n\t * Link type.\n\t */\n\ttype: (ActivityStreamsLinkTypes | string) | (ActivityStreamsLinkTypes | string)[];\n\n\t/**\n\t * The target URI of the Link.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-href\n\t */\n\thref: string;\n\n\t/**\n\t * A natural language name for the link.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name\n\t */\n\tname?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * A language hint for the target resource.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-hreflang\n\t */\n\threflang?: string;\n\n\t/**\n\t * MIME media type of the referenced resource.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype\n\t */\n\tmediaType?: string;\n\n\t/**\n\t * Link relation value(s).\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-rel\n\t */\n\trel?: ObjectOrArray<string>;\n\n\t/**\n\t * Desired rendered height.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-height\n\t */\n\theight?: number;\n\n\t/**\n\t * Desired rendered width.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-width\n\t */\n\twidth?: number;\n\n\t/**\n\t * Preview of the link.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview\n\t */\n\tpreview?: ObjectOrArray<string | IJsonLdNodeObject>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsMention.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsMention.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsLinkTypes } from \"./activityStreamsLinkTypes.js\";\nimport type { IActivityStreamsLink } from \"./IActivityStreamsLink.js\";\n\n/**\n * A W3C Activity Streams Mention.\n *\n * A `Mention` is a specialised `Link` typically used to identify users or\n * objects being mentioned within content.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mention\n */\nexport interface IActivityStreamsMention extends IActivityStreamsLink {\n\t/**\n\t * Mention type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsLinkTypes.Mention | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsMention.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsMention.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsLinkTypes } from \"./activityStreamsLinkTypes.js\";\nimport type { IActivityStreamsLink } from \"./IActivityStreamsLink.js\";\n\n/**\n * A W3C Activity Streams Mention.\n *\n * A `Mention` is a specialised `Link` typically used to identify users or\n * objects being mentioned within content.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mention\n */\nexport interface IActivityStreamsMention extends IActivityStreamsLink {\n\t/**\n\t * Mention type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsLinkTypes.Mention | string)\n\t\t| (typeof ActivityStreamsLinkTypes.Mention | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsNote.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsNote.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Note.\n *\n * A `Note` is a short written work.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-note\n */\nexport interface IActivityStreamsNote extends IActivityStreamsObject {\n\t/**\n\t * Note type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Note | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsNote.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsNote.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Note.\n *\n * A `Note` is a short written work.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-note\n */\nexport interface IActivityStreamsNote extends IActivityStreamsObject {\n\t/**\n\t * Note type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Note | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Note | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsObject.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsObject.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdLanguageMap, IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsContextType } from \"./activityStreamsContextType.js\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\n\n/**\n * A W3C Activity Streams Object.\n *\n * This is the base type for most ActivityStreams entities. It supports natural language\n * values (e.g. `name`, `summary`, `content`) as either plain strings or language maps.\n * @see https://www.w3.org/TR/activitystreams-core/#object\n */\nexport interface IActivityStreamsObject {\n\t/**\n\t * The LD Context.\n\t */\n\t\"@context\": ActivityStreamsContextType;\n\n\t/**\n\t * Object type.\n\t *\n\t * The value can be a single type or an array of types.\n\t */\n\ttype?: ObjectOrArray<ActivityStreamsObjectTypes | string>;\n\n\t/**\n\t * Global identifier.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-id\n\t */\n\tid?: string;\n\n\t/**\n\t * Natural language name.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name\n\t */\n\tname?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language name map.\n\t * @see https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues\n\t */\n\tnameMap?: IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language summary.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary\n\t */\n\tsummary?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language summary map.\n\t * @see https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues\n\t */\n\tsummaryMap?: IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language content.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content\n\t */\n\tcontent?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language content map.\n\t * @see https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues\n\t */\n\tcontentMap?: IJsonLdLanguageMap;\n\n\t/**\n\t * A link to the representation of the object.\n\t *\n\t * The value can be a URI or an embedded node object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url\n\t */\n\turl?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * A graphical representation of the object.\n\t *\n\t * The value can be a URI or an embedded `Image`/`Link` object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term\n\t */\n\timage?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * An icon for the object.\n\t *\n\t * The value can be a URI or an embedded `Image`/`Link` object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon\n\t */\n\ticon?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Published date-time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published\n\t */\n\tpublished?: string;\n\n\t/**\n\t * Updated date-time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated\n\t */\n\tupdated?: string;\n\n\t/**\n\t * Start time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime\n\t */\n\tstartTime?: string;\n\n\t/**\n\t * End time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime\n\t */\n\tendTime?: string;\n\n\t/**\n\t * Duration.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration\n\t */\n\tduration?: string;\n\n\t/**\n\t * The generator of the object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator\n\t */\n\tgenerator?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Attachments.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment\n\t */\n\tattachment?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Objects attributed to.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto\n\t */\n\tattributedTo?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Audience.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience\n\t */\n\taudience?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Context.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context\n\t */\n\tcontext?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Location.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location\n\t */\n\tlocation?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Tag.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag\n\t */\n\ttag?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * In reply to.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto\n\t */\n\tinReplyTo?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Replies collection.\n\t *\n\t * Typically an embedded `Collection` of Objects that are replies to this object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies\n\t */\n\treplies?: IJsonLdNodeObject;\n\n\t/**\n\t * Preview.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview\n\t */\n\tpreview?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * To.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to\n\t */\n\tto?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * BTo.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto\n\t */\n\tbto?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * CC.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc\n\t */\n\tcc?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * BCC.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc\n\t */\n\tbcc?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * MIME media type of the referenced resource.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype\n\t */\n\tmediaType?: string;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsObject.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsObject.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdLanguageMap, IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsContextType } from \"./activityStreamsContextType.js\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\n\n/**\n * A W3C Activity Streams Object.\n *\n * This is the base type for most ActivityStreams entities. It supports natural language\n * values (e.g. `name`, `summary`, `content`) as either plain strings or language maps.\n * @see https://www.w3.org/TR/activitystreams-core/#object\n */\nexport interface IActivityStreamsObject {\n\t/**\n\t * The LD Context.\n\t */\n\t\"@context\": ActivityStreamsContextType;\n\n\t/**\n\t * Object type.\n\t *\n\t * The value can be a single type or an array of types.\n\t */\n\ttype?: (ActivityStreamsObjectTypes | string) | (ActivityStreamsObjectTypes | string)[];\n\n\t/**\n\t * Global identifier.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-id\n\t */\n\tid?: string;\n\n\t/**\n\t * Natural language name.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name\n\t */\n\tname?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language name map.\n\t * @see https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues\n\t */\n\tnameMap?: IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language summary.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary\n\t */\n\tsummary?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language summary map.\n\t * @see https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues\n\t */\n\tsummaryMap?: IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language content.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content\n\t */\n\tcontent?: string | IJsonLdLanguageMap;\n\n\t/**\n\t * Natural language content map.\n\t * @see https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues\n\t */\n\tcontentMap?: IJsonLdLanguageMap;\n\n\t/**\n\t * A link to the representation of the object.\n\t *\n\t * The value can be a URI or an embedded node object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url\n\t */\n\turl?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * A graphical representation of the object.\n\t *\n\t * The value can be a URI or an embedded `Image`/`Link` object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term\n\t */\n\timage?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * An icon for the object.\n\t *\n\t * The value can be a URI or an embedded `Image`/`Link` object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon\n\t */\n\ticon?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Published date-time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published\n\t */\n\tpublished?: string;\n\n\t/**\n\t * Updated date-time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated\n\t */\n\tupdated?: string;\n\n\t/**\n\t * Start time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime\n\t */\n\tstartTime?: string;\n\n\t/**\n\t * End time.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime\n\t */\n\tendTime?: string;\n\n\t/**\n\t * Duration.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration\n\t */\n\tduration?: string;\n\n\t/**\n\t * The generator of the object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator\n\t */\n\tgenerator?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Attachments.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment\n\t */\n\tattachment?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Objects attributed to.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto\n\t */\n\tattributedTo?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Audience.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience\n\t */\n\taudience?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Context.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context\n\t */\n\tcontext?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Location.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location\n\t */\n\tlocation?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Tag.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag\n\t */\n\ttag?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * In reply to.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto\n\t */\n\tinReplyTo?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * Replies collection.\n\t *\n\t * Typically an embedded `Collection` of Objects that are replies to this object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies\n\t */\n\treplies?: IJsonLdNodeObject;\n\n\t/**\n\t * Preview.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview\n\t */\n\tpreview?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * To.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to\n\t */\n\tto?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * BTo.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto\n\t */\n\tbto?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * CC.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc\n\t */\n\tcc?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * BCC.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc\n\t */\n\tbcc?: ObjectOrArray<string | IJsonLdNodeObject>;\n\n\t/**\n\t * MIME media type of the referenced resource.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype\n\t */\n\tmediaType?: string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsOrderedCollection.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrderedCollection.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollection } from \"./IActivityStreamsCollection.js\";\n\n/**\n * A W3C Activity Streams OrderedCollection.\n *\n * An `OrderedCollection` is a `Collection` whose items are explicitly ordered.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsOrderedCollection extends IActivityStreamsCollection {\n\t/**\n\t * OrderedCollection type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.OrderedCollection | string>;\n\n\t/**\n\t * The ordered items of the collection.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ordereditems\n\t */\n\torderedItems?: ObjectOrArray<string | IJsonLdNodeObject>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsOrderedCollection.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrderedCollection.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollection } from \"./IActivityStreamsCollection.js\";\n\n/**\n * A W3C Activity Streams OrderedCollection.\n *\n * An `OrderedCollection` is a `Collection` whose items are explicitly ordered.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsOrderedCollection extends IActivityStreamsCollection {\n\t/**\n\t * OrderedCollection type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.OrderedCollection | string)\n\t\t| (typeof ActivityStreamsObjectTypes.OrderedCollection | string)[];\n\n\t/**\n\t * The ordered items of the collection.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ordereditems\n\t */\n\torderedItems?: ObjectOrArray<string | IJsonLdNodeObject>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsOrderedCollectionPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrderedCollectionPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollectionPage } from \"./IActivityStreamsCollectionPage.js\";\nimport type { IActivityStreamsOrderedCollection } from \"./IActivityStreamsOrderedCollection.js\";\n\n/**\n * A W3C Activity Streams OrderedCollectionPage.\n *\n * An `OrderedCollectionPage` is a page from an `OrderedCollection`. When\n * `orderedItems` are present, `startIndex` can be used as an offset for the first\n * item in the page.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsOrderedCollectionPage\n\textends IActivityStreamsCollectionPage, IActivityStreamsOrderedCollection {\n\t/**\n\t * OrderedCollectionPage type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.OrderedCollectionPage | string>;\n\n\t/**\n\t * Relative index position of the first item in this page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startindex\n\t */\n\tstartIndex?: number;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsOrderedCollectionPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrderedCollectionPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollectionPage } from \"./IActivityStreamsCollectionPage.js\";\nimport type { IActivityStreamsOrderedCollection } from \"./IActivityStreamsOrderedCollection.js\";\n\n/**\n * A W3C Activity Streams OrderedCollectionPage.\n *\n * An `OrderedCollectionPage` is a page from an `OrderedCollection`. When\n * `orderedItems` are present, `startIndex` can be used as an offset for the first\n * item in the page.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsOrderedCollectionPage\n\textends IActivityStreamsCollectionPage, IActivityStreamsOrderedCollection {\n\t/**\n\t * OrderedCollectionPage type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.OrderedCollectionPage | string)\n\t\t| (typeof ActivityStreamsObjectTypes.OrderedCollectionPage | string)[];\n\n\t/**\n\t * Relative index position of the first item in this page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startindex\n\t */\n\tstartIndex?: number;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsOrganization.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrganization.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Organization.\n *\n * An `Organization` represents an organization.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-organization\n */\nexport interface IActivityStreamsOrganization extends IActivityStreamsActor {\n\t/**\n\t * Organization type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Organization | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsOrganization.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrganization.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Organization.\n *\n * An `Organization` represents an organization.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-organization\n */\nexport interface IActivityStreamsOrganization extends IActivityStreamsActor {\n\t/**\n\t * Organization type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Organization | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Organization | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Page.\n *\n * A `Page` is a `Document` that represents a Web Page.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-page\n */\nexport interface IActivityStreamsPage extends IActivityStreamsDocument {\n\t/**\n\t * Page type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Page | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Page.\n *\n * A `Page` is a `Document` that represents a Web Page.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-page\n */\nexport interface IActivityStreamsPage extends IActivityStreamsDocument {\n\t/**\n\t * Page type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Page | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Page | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsPerson.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsPerson.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Person.\n *\n * A `Person` represents an individual person.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-person\n */\nexport interface IActivityStreamsPerson extends IActivityStreamsActor {\n\t/**\n\t * Person type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Person | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsPerson.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsPerson.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Person.\n *\n * A `Person` represents an individual person.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-person\n */\nexport interface IActivityStreamsPerson extends IActivityStreamsActor {\n\t/**\n\t * Person type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Person | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Person | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsPlace.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsPlace.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Place.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-place\n */\nexport interface IActivityStreamsPlace extends IActivityStreamsObject {\n\t/**\n\t * Place type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Place | string>;\n\n\t/**\n\t * The latitude of the Place.\n\t *\n\t * The Activity Streams vocabulary defines this as an `xsd:float`.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-latitude\n\t */\n\tlatitude?: number;\n\n\t/**\n\t * The longitude of the Place.\n\t *\n\t * The Activity Streams vocabulary defines this as an `xsd:float`.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-longitude\n\t */\n\tlongitude?: number;\n\n\t/**\n\t * The altitude of the Place.\n\t *\n\t * Measurement units are specified using the `units` property. If `units` is not specified,\n\t * the default is assumed to be \"m\" (meters).\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-altitude\n\t */\n\taltitude?: number;\n\n\t/**\n\t * The accuracy of the Place.\n\t *\n\t * Indicates the accuracy of position coordinates on a Place objects.\n\t * Expressed in properties of percentage. e.g. \"94.0\" means \"94.0% accurate\".\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-accuracy\n\t */\n\taccuracy?: number;\n\n\t/**\n\t * The radius from the given `latitude` and `longitude`.\n\t *\n\t * Measurement units are specified using the `units` property. If `units` is not specified,\n\t * the default is assumed to be \"m\" (meters).\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-radius\n\t */\n\tradius?: number;\n\n\t/**\n\t * Measurement units for the `radius` and `altitude` properties.\n\t *\n\t * If not specified, the default is assumed to be \"m\" (meters). The Activity Streams\n\t * vocabulary allows values such as \"cm\", \"feet\", \"inches\", \"km\", \"m\", \"miles\", or any\n\t * other unit expressed as a URI.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-units\n\t */\n\tunits?: string;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsPlace.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsPlace.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Place.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-place\n */\nexport interface IActivityStreamsPlace extends IActivityStreamsObject {\n\t/**\n\t * Place type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Place | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Place | string)[];\n\n\t/**\n\t * The latitude of the Place.\n\t *\n\t * The Activity Streams vocabulary defines this as an `xsd:float`.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-latitude\n\t */\n\tlatitude?: number;\n\n\t/**\n\t * The longitude of the Place.\n\t *\n\t * The Activity Streams vocabulary defines this as an `xsd:float`.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-longitude\n\t */\n\tlongitude?: number;\n\n\t/**\n\t * The altitude of the Place.\n\t *\n\t * Measurement units are specified using the `units` property. If `units` is not specified,\n\t * the default is assumed to be \"m\" (meters).\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-altitude\n\t */\n\taltitude?: number;\n\n\t/**\n\t * The accuracy of the Place.\n\t *\n\t * Indicates the accuracy of position coordinates on a Place objects.\n\t * Expressed in properties of percentage. e.g. \"94.0\" means \"94.0% accurate\".\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-accuracy\n\t */\n\taccuracy?: number;\n\n\t/**\n\t * The radius from the given `latitude` and `longitude`.\n\t *\n\t * Measurement units are specified using the `units` property. If `units` is not specified,\n\t * the default is assumed to be \"m\" (meters).\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-radius\n\t */\n\tradius?: number;\n\n\t/**\n\t * Measurement units for the `radius` and `altitude` properties.\n\t *\n\t * If not specified, the default is assumed to be \"m\" (meters). The Activity Streams\n\t * vocabulary allows values such as \"cm\", \"feet\", \"inches\", \"km\", \"m\", \"miles\", or any\n\t * other unit expressed as a URI.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-units\n\t */\n\tunits?: string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsProfile.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsProfile.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Profile.\n *\n * A `Profile` is a content object that describes another `Object`.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-profile\n */\nexport interface IActivityStreamsProfile extends IActivityStreamsObject {\n\t/**\n\t * Profile type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Profile | string>;\n\n\t/**\n\t * The object being described.\n\t *\n\t * This is the target entity that the `Profile` is about.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-describes\n\t */\n\tdescribes?: string | IJsonLdNodeObject;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsProfile.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsProfile.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Profile.\n *\n * A `Profile` is a content object that describes another `Object`.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-profile\n */\nexport interface IActivityStreamsProfile extends IActivityStreamsObject {\n\t/**\n\t * Profile type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Profile | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Profile | string)[];\n\n\t/**\n\t * The object being described.\n\t *\n\t * This is the target entity that the `Profile` is about.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-describes\n\t */\n\tdescribes?: string | IJsonLdNodeObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsQuestion.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsQuestion.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsTypes } from \"./activityStreamsTypes.js\";\nimport type { IActivityStreamsIntransitiveActivity } from \"./IActivityStreamsIntransitiveActivity.js\";\n\n/**\n * A W3C Activity Streams Question.\n *\n * A `Question` represents a question being asked. Use `oneOf` for exclusive\n * choices, `anyOf` for inclusive choices, and `closed` to indicate when the question\n * is closed.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-question\n */\nexport interface IActivityStreamsQuestion extends IActivityStreamsIntransitiveActivity {\n\t/**\n\t * Question type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsTypes.Question | string>;\n\n\t/**\n\t * Specifies an inclusive list of possible answers.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-anyof\n\t */\n\tanyOf?: ObjectOrArray<IJsonLdNodeObject>;\n\n\t/**\n\t * Specifies an exclusive list of possible answers.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-oneof\n\t */\n\toneOf?: ObjectOrArray<IJsonLdNodeObject>;\n\n\t/**\n\t * Indicates that the Question has been closed.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-closed\n\t */\n\tclosed?: boolean | string;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsQuestion.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsQuestion.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsTypes } from \"./activityStreamsTypes.js\";\nimport type { IActivityStreamsIntransitiveActivity } from \"./IActivityStreamsIntransitiveActivity.js\";\n\n/**\n * A W3C Activity Streams Question.\n *\n * A `Question` represents a question being asked. Use `oneOf` for exclusive\n * choices, `anyOf` for inclusive choices, and `closed` to indicate when the question\n * is closed.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-question\n */\nexport interface IActivityStreamsQuestion extends IActivityStreamsIntransitiveActivity {\n\t/**\n\t * Question type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsTypes.Question | string)\n\t\t| (typeof ActivityStreamsTypes.Question | string)[];\n\n\t/**\n\t * Specifies an inclusive list of possible answers.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-anyof\n\t */\n\tanyOf?: ObjectOrArray<IJsonLdNodeObject>;\n\n\t/**\n\t * Specifies an exclusive list of possible answers.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-oneof\n\t */\n\toneOf?: ObjectOrArray<IJsonLdNodeObject>;\n\n\t/**\n\t * Indicates that the Question has been closed.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-closed\n\t */\n\tclosed?: boolean | string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsRelationship.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsRelationship.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Relationship.\n *\n * A `Relationship` can be used to describe a relationship between two entities.\n * It is commonly used as a reified statement, using `subject` (subject), `relationship`\n * (predicate), and `object` (object).\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship\n */\nexport interface IActivityStreamsRelationship extends IActivityStreamsObject {\n\t/**\n\t * Relationship type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Relationship | string>;\n\n\t/**\n\t * Subject of the relationship.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-subject\n\t */\n\tsubject?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Object of the relationship.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term\n\t */\n\tobject?: IJsonLdNodeObject;\n\n\t/**\n\t * The relationship predicate.\n\t *\n\t * For example, a URI identifying the relationship type.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship\n\t */\n\trelationship?: string | IJsonLdNodeObject;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsRelationship.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsRelationship.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Relationship.\n *\n * A `Relationship` can be used to describe a relationship between two entities.\n * It is commonly used as a reified statement, using `subject` (subject), `relationship`\n * (predicate), and `object` (object).\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship\n */\nexport interface IActivityStreamsRelationship extends IActivityStreamsObject {\n\t/**\n\t * Relationship type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Relationship | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Relationship | string)[];\n\n\t/**\n\t * Subject of the relationship.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-subject\n\t */\n\tsubject?: string | IJsonLdNodeObject;\n\n\t/**\n\t * Object of the relationship.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term\n\t */\n\tobject?: IJsonLdNodeObject;\n\n\t/**\n\t * The relationship predicate.\n\t *\n\t * For example, a URI identifying the relationship type.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship\n\t */\n\trelationship?: string | IJsonLdNodeObject;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsService.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsService.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Service.\n *\n * A `Service` represents a service of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-service\n */\nexport interface IActivityStreamsService extends IActivityStreamsActor {\n\t/**\n\t * Service type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Service | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsService.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsService.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsActor } from \"./IActivityStreamsActor.js\";\n\n/**\n * A W3C Activity Streams Service.\n *\n * A `Service` represents a service of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-service\n */\nexport interface IActivityStreamsService extends IActivityStreamsActor {\n\t/**\n\t * Service type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Service | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Service | string)[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsTombstone.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsTombstone.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Tombstone.\n *\n * A `Tombstone` represents an object that has been deleted. Implementations can\n * include `formerType` and `deleted` to provide additional context.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tombstone\n */\nexport interface IActivityStreamsTombstone extends IActivityStreamsObject {\n\t/**\n\t * Tombstone type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Tombstone | string>;\n\n\t/**\n\t * The date and time at which the object was deleted.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-deleted\n\t */\n\tdeleted?: string;\n\n\t/**\n\t * The former type of the deleted object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-formertype\n\t */\n\tformerType?: ObjectOrArray<string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsTombstone.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsTombstone.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsObject } from \"./IActivityStreamsObject.js\";\n\n/**\n * A W3C Activity Streams Tombstone.\n *\n * A `Tombstone` represents an object that has been deleted. Implementations can\n * include `formerType` and `deleted` to provide additional context.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tombstone\n */\nexport interface IActivityStreamsTombstone extends IActivityStreamsObject {\n\t/**\n\t * Tombstone type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Tombstone | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Tombstone | string)[];\n\n\t/**\n\t * The date and time at which the object was deleted.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-deleted\n\t */\n\tdeleted?: string;\n\n\t/**\n\t * The former type of the deleted object.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-formertype\n\t */\n\tformerType?: ObjectOrArray<string>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IActivityStreamsVideo.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsVideo.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Video.\n *\n * A `Video` is a video document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-video\n */\nexport interface IActivityStreamsVideo extends IActivityStreamsDocument {\n\t/**\n\t * Video type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.Video | string>;\n}\n"]}
1
+ {"version":3,"file":"IActivityStreamsVideo.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsVideo.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsDocument } from \"./IActivityStreamsDocument.js\";\n\n/**\n * A W3C Activity Streams Video.\n *\n * A `Video` is a video document of any kind.\n * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-video\n */\nexport interface IActivityStreamsVideo extends IActivityStreamsDocument {\n\t/**\n\t * Video type.\n\t */\n\ttype:\n\t\t| (typeof ActivityStreamsObjectTypes.Video | string)\n\t\t| (typeof ActivityStreamsObjectTypes.Video | string)[];\n}\n"]}
@@ -55,7 +55,6 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "description": "Object or array data type",
59
58
  "anyOf": [
60
59
  {
61
60
  "$ref": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsTypes"
@@ -76,7 +75,8 @@
76
75
  ]
77
76
  }
78
77
  }
79
- ]
78
+ ],
79
+ "description": "Activity Type."
80
80
  },
81
81
  "id": {
82
82
  "type": "string",
@@ -55,7 +55,41 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Actor%22%7C%22Application%22%7C%22Group%22%7C%22Organization%22%7C%22Person%22%7C%22Service%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Actor"
62
+ },
63
+ {
64
+ "type": "string",
65
+ "const": "Application"
66
+ },
67
+ {
68
+ "type": "string",
69
+ "const": "Group"
70
+ },
71
+ {
72
+ "type": "string",
73
+ "const": "Organization"
74
+ },
75
+ {
76
+ "type": "string",
77
+ "const": "Person"
78
+ },
79
+ {
80
+ "type": "string",
81
+ "const": "Service"
82
+ },
83
+ {
84
+ "type": "string"
85
+ },
86
+ {
87
+ "type": "array",
88
+ "items": {
89
+ "type": "string"
90
+ }
91
+ }
92
+ ],
59
93
  "description": "Actor type."
60
94
  },
61
95
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Application%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Application"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Application type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Article%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Article"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Article type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Audio%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Audio"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Audio type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Collection%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Collection"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Collection type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22CollectionPage%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "CollectionPage"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "CollectionPage type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Document%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Document"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Document type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Event%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Event"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Event type."
60
74
  },
61
75
  "id": {
@@ -55,7 +55,21 @@
55
55
  ]
56
56
  },
57
57
  "type": {
58
- "$ref": "https://schema.twindev.org/w3c-activity-streams/ObjectOrArray%3C(%22Group%22%7Cstring)%3E",
58
+ "anyOf": [
59
+ {
60
+ "type": "string",
61
+ "const": "Group"
62
+ },
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
59
73
  "description": "Group type."
60
74
  },
61
75
  "id": {