UNPKG

@amplitude/ampli

Version:

Amplitude CLI

190 lines (189 loc) 4.58 kB
export declare const baseSchema: { definitions: { identifyProperty: { type: string; }; sources: { type: string; items: { type: string; }; }; company: { type: string; properties: { id: { type: string; minLength: number; }; sources: { $ref: string; }; identifyProperties: { items: { $ref: string; }; }; }; }; }; properties: { UserId: { type: string; minLength: number; }; LastUser: { type: string; properties: { id: { type: string; minLength: number; }; firstName: { type: string; minLength: number; }; lastName: { type: string; minLength: number; }; emailAddress: { type: string; minLength: number; }; company: { $ref: string; }; }; LastEvents: { type: string; }; }; }; }; export declare const userLevel: { definitions: { identifyProperty: { type: string; }; sources: { type: string; items: { type: string; }; }; company: { type: string; properties: { id: { type: string; minLength: number; }; sources: { $ref: string; }; identifyProperties: { items: { $ref: string; }; }; }; }; }; properties: { UserId: { type: string; minLength: number; }; LastUser: { type: string; properties: { id: { type: string; minLength: number; }; firstName: { type: string; minLength: number; }; lastName: { type: string; minLength: number; }; emailAddress: { type: string; minLength: number; }; company: { $ref: string; }; }; LastEvents: { type: string; }; }; }; }; export declare const projectLevel: { definitions: { identifyProperty: { type: string; }; sources: { type: string; items: { type: string; }; }; company: { type: string; properties: { id: { type: string; minLength: number; }; sources: { $ref: string; }; identifyProperties: { items: { $ref: string; }; }; }; }; }; properties: { UserId: { type: string; minLength: number; }; LastUser: { type: string; properties: { id: { type: string; minLength: number; }; firstName: { type: string; minLength: number; }; lastName: { type: string; minLength: number; }; emailAddress: { type: string; minLength: number; }; company: { $ref: string; }; }; LastEvents: { type: string; }; }; }; };