1.1.5 • Published 6 years ago
omnisage-types v1.1.5
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-devUsage
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
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.20
6 years ago
1.0.19
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago