@meshmakers/octo-services 3.3.490 → 3.3.500

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/octo-services",
3
- "version": "3.3.490",
3
+ "version": "3.3.500",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0",
@@ -2721,6 +2721,8 @@ type CkAssociationRoleDto = {
2721
2721
  outboundMultiplicity: MultiplicitiesDto;
2722
2722
  /** The name of navigation property of outbound direction side */
2723
2723
  outboundName: Scalars['String']['output'];
2724
+ /** Runtime construction kit id of the association role. */
2725
+ rtCkAssociationRoleId: Scalars['RtCkAssociationRoleId']['output'];
2724
2726
  };
2725
2727
  /** A connection from an object to a list of objects of type `CkAssociationRoleDto`. */
2726
2728
  type CkAssociationRoleDtoConnectionDto = {
@@ -3100,6 +3102,10 @@ type CkTypeAssociationDto = {
3100
3102
  originCkTypeId: CkTypeIdDto;
3101
3103
  /** Construction kit attribute id. */
3102
3104
  roleId: CkAssociationRoleIdDto;
3105
+ /** Runtime construction kit id of the association role. */
3106
+ rtRoleId: Scalars['RtCkAssociationRoleId']['output'];
3107
+ /** Runtime construction kit type id of the target side of the association */
3108
+ rtTargetCkTypeId: Scalars['RtCkTypeId']['output'];
3103
3109
  /** Type id of the construction kit type of the target side of the association */
3104
3110
  targetCkTypeId: CkTypeIdDto;
3105
3111
  };