Skip to content

Latest commit

 

History

History
122 lines (102 loc) · 7.94 KB

File metadata and controls

122 lines (102 loc) · 7.94 KB

Data

Objects

Types:

from unify.types.data import (
    UObject,
    ObjectCreateResponse,
    ObjectRetrieveResponse,
    ObjectUpdateResponse,
    ObjectListResponse,
    ObjectDeleteResponse,
)

Methods:

Attributes

Types:

from unify.types.data import (
    UAttribute,
    UAttributeOptionUpdateItem,
    UReferenceCardinality,
    URelatedReferenceAttribute,
    AttributeCreateResponse,
    AttributeRetrieveResponse,
    AttributeUpdateResponse,
    AttributeListResponse,
    AttributeDeleteResponse,
)

Methods:

Options

Types:

from unify.types.data.attributes import (
    UAttributeOption,
    OptionCreateResponse,
    OptionRetrieveResponse,
    OptionUpdateResponse,
    OptionListResponse,
    OptionDeleteResponse,
)

Methods:

Records

Types:

from unify.types.data import (
    UAddress,
    UBoolean,
    UCompanyAttributes,
    UCountry,
    UCurrency,
    UDate,
    UDatetime,
    UDecimal,
    UEmail,
    UInteger,
    UMultiselect,
    UOpportunityAttributes,
    UPersonAttributes,
    UPhoneNumber,
    URecord,
    URecordAttributes,
    UReferenceByID,
    UReferenceByMatch,
    UReferenceByUpsert,
    USelect,
    UText,
    UURL,
    UUuid,
    UValue,
    ValidationMode,
    RecordCreateResponse,
    RecordRetrieveResponse,
    RecordUpdateResponse,
    RecordDeleteResponse,
    RecordFindUniqueResponse,
    RecordUpsertResponse,
)

Methods: