voip-ms 0.1.3

Async client for the voip.ms REST API
Documentation
{
  "version": 1,
  "comment": "Hand-curated corrections to tools/api-responses.json. See xtask/src/overrides.rs for the schema. Edit when the extractor gets a scalar type wrong or for methods whose Output blocks the parser can't handle. The `enums` + `field_types` sections declare low-cardinality enum types substituted for `Option<String>` in both *Params and *Response structs (see xtask/src/field_overrides.rs).",
  "enums": {
    "DtmfMode": {
      "doc": "DTMF transport mode for SIP sub-accounts.",
      "variants": [
        { "name": "Auto",    "wire": "auto" },
        { "name": "Rfc2833", "wire": "rfc2833" },
        { "name": "Inband",  "wire": "inband" },
        { "name": "Info",    "wire": "info" }
      ]
    },
    "Nat": {
      "doc": "Asterisk NAT handling mode.",
      "variants": [
        { "name": "Yes",   "wire": "yes" },
        { "name": "No",    "wire": "no" },
        { "name": "Route", "wire": "route" },
        { "name": "Never", "wire": "never" }
      ]
    },
    "EmailAttachmentFormat": {
      "doc": "Voicemail email attachment format.",
      "variants": [
        { "name": "Wav49", "wire": "wav49", "doc": "GSM-compressed WAV." },
        { "name": "Wav",   "wire": "wav" },
        { "name": "Mp3",   "wire": "mp3" },
        { "name": "No",    "wire": "no",    "doc": "Do not attach audio." }
      ]
    },
    "TranscriptionFormat": {
      "doc": "Voicemail transcription output format.",
      "variants": [
        { "name": "Text", "wire": "text" },
        { "name": "Html", "wire": "html" }
      ]
    },
    "PlayInstructions": {
      "doc": "Voicemail playback instruction mode.",
      "variants": [
        { "name": "SkipUnread", "wire": "su", "doc": "Skip instructions on unread messages." },
        { "name": "Unread",     "wire": "u",  "doc": "Read full instructions for unread messages." },
        { "name": "DontSay",    "wire": "du", "doc": "Don't say instructions." }
      ]
    },
    "RingStrategy": {
      "doc": "Queue ring strategy. Mirrors Asterisk's queue strategy options.",
      "variants": [
        { "name": "RingAll",      "wire": "ringall" },
        { "name": "LeastRecent",  "wire": "leastrecent" },
        { "name": "FewestCalls",  "wire": "fewestcalls" },
        { "name": "Random",       "wire": "random" },
        { "name": "RrMemory",     "wire": "rrmemory" },
        { "name": "Linear",       "wire": "linear" },
        { "name": "WRandom",      "wire": "wrandom" }
      ]
    },
    "RingGroupOrder": {
      "doc": "Order in which ring-group members are attempted.",
      "variants": [
        { "name": "Follow", "wire": "follow", "doc": "Try members in declared order." },
        { "name": "Random", "wire": "random" }
      ]
    },
    "VoicemailFolder": {
      "doc": "Voicemail message folder.",
      "variants": [
        { "name": "Inbox",   "wire": "INBOX" },
        { "name": "Old",     "wire": "Old" },
        { "name": "Urgent",  "wire": "Urgent" },
        { "name": "Family",  "wire": "Family" },
        { "name": "Friends", "wire": "Friends" },
        { "name": "Work",    "wire": "Work" }
      ]
    }
  },
  "field_types": {
    "dtmf_mode":               "DtmfMode",
    "nat":                     "Nat",
    "email_attachment_format": "EmailAttachmentFormat",
    "transcription_format":    "TranscriptionFormat",
    "play_instructions":       "PlayInstructions",
    "ring_strategy":           "RingStrategy",
    "order":                   "RingGroupOrder",
    "folder":                  "VoicemailFolder"
  },
  "methods": {
    "getDIDsInfo": {
      "patches": [
        { "path": "dids[].did",            "type": "string"  },
        { "path": "dids[].cnam",           "type": "bool_01" },
        { "path": "dids[].sms_available",  "type": "bool_01" },
        { "path": "dids[].sms_enabled",    "type": "bool_01" }
      ]
    },
    "setSIPURI": {
      "shape": {
        "kind": "object",
        "fields": [
          { "name": "status", "shape": { "kind": "scalar", "type": "string", "sample": "success" } }
        ]
      }
    },
    "getLNPDetails": {
      "shape": {
        "kind": "object",
        "fields": [
          { "name": "status",                  "shape": { "kind": "scalar", "type": "string",  "sample": "success" } },
          { "name": "id",                      "shape": { "kind": "scalar", "type": "integer", "sample": "0" } },
          { "name": "numbers",                 "shape": { "kind": "list", "element": { "kind": "object", "fields": [
            { "name": "did",        "shape": { "kind": "scalar", "type": "string", "sample": "5551234567" } },
            { "name": "rateCenter", "shape": { "kind": "scalar", "type": "string", "sample": "COVINA" } },
            { "name": "state",      "shape": { "kind": "scalar", "type": "string", "sample": "CA" } }
          ] } } },
          { "name": "isPartial",               "shape": { "kind": "scalar", "type": "bool_01", "sample": "0" } },
          { "name": "locationType",            "shape": { "kind": "scalar", "type": "integer", "sample": "0" } },
          { "name": "isMobile",                "shape": { "kind": "scalar", "type": "bool_01", "sample": "0" } },
          { "name": "mobileInfo",              "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "tfType",                  "shape": { "kind": "scalar", "type": "integer", "sample": "0" } },
          { "name": "portType",                "shape": { "kind": "scalar", "type": "integer", "sample": "1" } },
          { "name": "btn",                     "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "services",                "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "statementName",           "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "firstName",               "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "lastName",                "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "address1",                "shape": { "kind": "scalar", "type": "string",  "sample": "Covina 12 St." } },
          { "name": "address2",                "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "city",                    "shape": { "kind": "scalar", "type": "string",  "sample": "CA" } },
          { "name": "zip",                     "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "state",                   "shape": { "kind": "scalar", "type": "string",  "sample": "CA" } },
          { "name": "country",                 "shape": { "kind": "scalar", "type": "string",  "sample": "US" } },
          { "name": "providerName",            "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "providerAccount",         "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "customer_notes",          "shape": { "kind": "scalar", "type": "string",  "sample": "" } },
          { "name": "notes",                   "shape": { "kind": "list", "element": { "kind": "object", "fields": [
            { "name": "note", "shape": { "kind": "scalar", "type": "string",   "sample": "" } },
            { "name": "date", "shape": { "kind": "scalar", "type": "date",     "sample": "2019-02-25" } },
            { "name": "time", "shape": { "kind": "scalar", "type": "string",   "sample": "15:05:11" } }
          ] } } },
          { "name": "post_status",             "shape": { "kind": "scalar", "type": "string",   "sample": "pending_approval" } },
          { "name": "post_status_description", "shape": { "kind": "scalar", "type": "string",   "sample": "Pending Approval" } },
          { "name": "date",                    "shape": { "kind": "scalar", "type": "datetime", "sample": "2019-02-25 15:05:11" } },
          { "name": "focDate",                 "shape": { "kind": "scalar", "type": "string",   "sample": "" } },
          { "name": "attachments",             "shape": { "kind": "list", "element": { "kind": "object", "fields": [
            { "name": "id",          "shape": { "kind": "scalar", "type": "string",  "sample": "0000" } },
            { "name": "description", "shape": { "kind": "scalar", "type": "string",  "sample": "Signed Invoice" } },
            { "name": "type",        "shape": { "kind": "scalar", "type": "string",  "sample": "pdf" } },
            { "name": "bytes",       "shape": { "kind": "scalar", "type": "integer", "sample": "151600" } }
          ] } } }
        ]
      }
    }
  }
}