Skip to content

v0.4.0

Choose a tag to compare

@woduda woduda released this 09 Jun 19:04
· 8 commits to main since this release

Added

  • ContactTypeDef DTO — declares a CiviCRM contact sub-type with required name and parentName (base type: Individual, Organization, or Household) and optional label.
  • contactTypes[] schema sectionSchemaDefinition and SchemaApplier now support idempotent get-or-create of ContactType entities via civicrm:apply-schema.
  • ContactInput::$contactSubType — optional field passed as contact_sub_type in toCiviValues(); supported by fromArray() / toArray() round-trip and SyncContactJob.