Release history

1.19.0

1.18.0

1.17.1

1.17.0

1.16.1

1.16.0

1.15.0

1.14.1

  • update dependencies to avoid typing-extensions 4.6.0 which breaks Literals in Pydantic models

1.14.0

1.13.0

1.12.0

1.11.0

1.10.1

  • fix: missing requirement: pyyaml

1.10.0

1.9.0

1.8.0

1.7.2

  • fix: call type national consistently fixed

1.7.1

  • fix: accidentally removed support for call type NATIONAL; re-added

  • fix: listing workspace numbers only makes sense for workspaces with calling type “webex”; WXCAPIBULK-136

  • fix: corrected response type for wxc_sdk.workspace_settings.numbers.WorkspaceNumbersApi.read()

  • feat: cleanup.py also deletes test dial plans

1.7.0

1.6.0

1.5.2

  • deprecate broken build 1.5.1

1.5.1

1.5.0

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