1.1.5 • Published 4 years ago

omnisage-types v1.1.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

OmniSage types

This project contain the types for all OmniSage objects.

?> For more information, see the oficial documentation here

If you are creating a RAW datapoint to ingest into OmniSage, use Interfaces.

For creating a full Raw Datapoint, use the objects placed in Interfaces.DataPoint.{Event | Session | CustomerInformation}.Raw

For creating a single object to use then in the full raw datapoint, use the objects placed in Interfaces.Common

Installation

$ yarn add omnisage-types --save-dev

Usage

import * as OSTypes from "omnisage-types";

/** Creating an Identifier **/
const identifier: OSTypes.Interfaces.Common.Objects.PrimaryIdentifier.Raw = {
  // properties
};

/** Creating a Raw Session Datapoint **/
const datapoint: OSTypes.Interfaces.DataPoint.Session.Raw = {
  // properties
};
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago