Release history

1.4.1

1.4.0

1.3.0

  • missing people endpoint create()

  • new: Person.errors

  • fix: people update()

  • fix: parameter error when listing phone numbers

1.2.0

1.1.0

1.0.0

0.7.0

0.6.1

0.6.0

0.5.3

  • fixed an issue with call park updates (agents need to be pased as list of IDs)

  • fixed an issue in forwarding API: wrong URL path handling

  • additional paging group tests

0.5.2

  • consistently use update() for all objects

0.5.1

  • Paging group tests

  • Call park tests

  • fixed issue w/ paging group create/update

0.5.0

0.4.2

0.4.1

  • all datatypes defined in any of the submodules and subpackages can now be imported directly from wxc_sdk.types.

    Instead of importing from the respective submodule/subpackage:

    from wxc_sdk.people import Person
    from wxc_sdk.person_settings.barge import BargeSettings
    

    … the datatypes can simply imported like this:

    from wxc_sdk.types import Person, BargeSettings
    
  • documentation updates

0.4.0