-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.api.d.ts
66 lines (54 loc) · 2.79 KB
/
index.api.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* ----- api/v1 ----- */
/// <_include path="@root/types/base.d.ts#ObjectId" />
/// <_include path="@root/types/base.d.ts#ItemIdV1" />
/// <_include path="@root/types/base.d.ts#ItemId" />
/// <_include path="@root/types/base.d.ts#Base" />
/// <_include path="@root/types/base.d.ts#Fresh" />
/// <_include path="@root/types/base.d.ts#Link" />
/* ----- api/v1/models ----- */
/// <_include path="@root/types/models.d.ts#BaseNode" />
/// <_include path="@root/types/models.d.ts#SystemNode" />
/// <_include path="@root/types/models.d.ts#EventNode" />
/// <_include path="@root/types/models.d.ts#ActionNode" />
/// <_include path="@root/types/models.d.ts#ArgumentNode" />
/// <_include path="@root/types/models.d.ts#ArgumentDataType" />
/// <_include path="@root/types/models.d.ts#ModelNode" />
/// <_include path="@root/types/models.d.ts#ModelProps" />
/// <_include path="@root/types/models.d.ts#Model" />
/* ----- api/v1/objects ----- */
/// <_include path="@root/types/objects.d.ts#ServiceState" />
/// <_include path="@root/types/objects.d.ts#GeographyState" />
/// <_include path="@root/types/objects.d.ts#GeometryState" />
/// <_include path="@root/types/objects.d.ts#GpsState" />
/// <_include path="@root/types/objects.d.ts#MqttState" />
/// <_include path="@root/types/objects.d.ts#State" />
/// <_include path="@root/types/objects.d.ts#Config" />
/// <_include path="@root/types/objects.d.ts#Packet" />
/// <_include path="@root/types/objects.d.ts#RicObject" />
/// <_include path="@root/types/objects.d.ts#Object" />
/* ----- api/v1/events ----- */
/// <_include path="@root/types/events.d.ts#Event" />
/* ----- api/v1/geofences ----- */
/// <_include path="@root/types/geofences.d.ts#Geography" />
/// <_include path="@root/types/geofences.d.ts#GeographyType" />
/// <_include path="@root/types/geofences.d.ts#Geopoint" />
/// <_include path="@root/types/geofences.d.ts#Geoline" />
/// <_include path="@root/types/geofences.d.ts#Waypoint" />
/// <_include path="@root/types/geofences.d.ts#GeorouteTrip" />
/// <_include path="@root/types/geofences.d.ts#Georoute" />
/// <_include path="@root/types/geofences.d.ts#Geoshape" />
/// <_include path="@root/types/geofences.d.ts#Geofence" />
/* ----- api/v1/scenes ----- */
/// <_include path="@root/types/scenes.d.ts#Geometry" />
/// <_include path="@root/types/scenes.d.ts#Room" />
/// <_include path="@root/types/scenes.d.ts#Beacon" />
/// <_include path="@root/types/scenes.d.ts#Floor" />
/// <_include path="@root/types/scenes.d.ts#Scene" />
/* ----- api/v1/roles ----- */
/// <_include path="@root/types/roles.d.ts#Role" />
/* ----- api/v1/groups ----- */
/// <_include path="@root/types/groups.d.ts#Group" />
/* ----- api/v1/users ----- */
/// <_include path="@root/types/users.d.ts#User" />
/* ----- api/v1/index ----- */
/// <_include path="@root/types/index.d.ts#WellKnown" />