@scaleway/sdk-iot 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/license.md +3 -0
- package/dist/_virtual/_rolldown/runtime.js +13 -0
- package/dist/index.gen.d.ts +5 -0
- package/dist/index.gen.js +2 -0
- package/dist/metadata.gen.d.ts +12 -0
- package/dist/metadata.gen.js +13 -0
- package/dist/v1/api.gen.d.ts +296 -0
- package/dist/v1/api.gen.js +208 -0
- package/dist/v1/content.gen.d.ts +3 -0
- package/dist/v1/content.gen.js +5 -0
- package/dist/v1/index.gen.d.ts +4 -0
- package/dist/v1/index.gen.js +40 -0
- package/dist/v1/marshalling.gen.d.ts +31 -0
- package/dist/v1/marshalling.gen.js +377 -0
- package/dist/v1/metadata.gen.d.ts +145 -0
- package/dist/v1/metadata.gen.js +162 -0
- package/dist/v1/types.gen.d.ts +1177 -0
- package/dist/v1/types.gen.js +0 -0
- package/package.json +4 -4
- package/LICENSE +0 -191
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
//#region src/v1/metadata.gen.ts
|
|
2
|
+
const queriesMetadata = {
|
|
3
|
+
namespace: "iot",
|
|
4
|
+
version: "v1",
|
|
5
|
+
folderName: "iotv1",
|
|
6
|
+
services: [{
|
|
7
|
+
apiClass: "API",
|
|
8
|
+
methods: [
|
|
9
|
+
{
|
|
10
|
+
methodName: "listHubs",
|
|
11
|
+
protoName: "ListHubs",
|
|
12
|
+
paramsType: "ListHubsRequest",
|
|
13
|
+
returnType: "ListHubsResponse",
|
|
14
|
+
isList: true,
|
|
15
|
+
paginationType: "offset",
|
|
16
|
+
pageParamKey: "page",
|
|
17
|
+
listItemType: "Hub",
|
|
18
|
+
isPrivate: false,
|
|
19
|
+
description: "\""
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
methodName: "getHub",
|
|
23
|
+
protoName: "GetHub",
|
|
24
|
+
paramsType: "GetHubRequest",
|
|
25
|
+
returnType: "Hub",
|
|
26
|
+
isList: false,
|
|
27
|
+
paginationType: "none",
|
|
28
|
+
isPrivate: false,
|
|
29
|
+
description: "\"",
|
|
30
|
+
hasWaiter: true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
methodName: "getHubMetrics",
|
|
34
|
+
protoName: "GetHubMetrics",
|
|
35
|
+
paramsType: "GetHubMetricsRequest",
|
|
36
|
+
returnType: "GetHubMetricsResponse",
|
|
37
|
+
isList: false,
|
|
38
|
+
paginationType: "none",
|
|
39
|
+
isPrivate: false,
|
|
40
|
+
description: "\""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
methodName: "getHubCA",
|
|
44
|
+
protoName: "GetHubCA",
|
|
45
|
+
paramsType: "GetHubCARequest",
|
|
46
|
+
returnType: "GetHubCAResponse",
|
|
47
|
+
isList: false,
|
|
48
|
+
paginationType: "none",
|
|
49
|
+
isPrivate: false,
|
|
50
|
+
description: "\""
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
methodName: "listDevices",
|
|
54
|
+
protoName: "ListDevices",
|
|
55
|
+
paramsType: "ListDevicesRequest",
|
|
56
|
+
returnType: "ListDevicesResponse",
|
|
57
|
+
isList: true,
|
|
58
|
+
paginationType: "offset",
|
|
59
|
+
pageParamKey: "page",
|
|
60
|
+
listItemType: "Device",
|
|
61
|
+
isPrivate: false,
|
|
62
|
+
description: "\""
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
methodName: "getDevice",
|
|
66
|
+
protoName: "GetDevice",
|
|
67
|
+
paramsType: "GetDeviceRequest",
|
|
68
|
+
returnType: "Device",
|
|
69
|
+
isList: false,
|
|
70
|
+
paginationType: "none",
|
|
71
|
+
isPrivate: false,
|
|
72
|
+
description: "\""
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
methodName: "getDeviceCertificate",
|
|
76
|
+
protoName: "GetDeviceCertificate",
|
|
77
|
+
paramsType: "GetDeviceCertificateRequest",
|
|
78
|
+
returnType: "GetDeviceCertificateResponse",
|
|
79
|
+
isList: false,
|
|
80
|
+
paginationType: "none",
|
|
81
|
+
isPrivate: false,
|
|
82
|
+
description: "\""
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
methodName: "getDeviceMetrics",
|
|
86
|
+
protoName: "GetDeviceMetrics",
|
|
87
|
+
paramsType: "GetDeviceMetricsRequest",
|
|
88
|
+
returnType: "GetDeviceMetricsResponse",
|
|
89
|
+
isList: false,
|
|
90
|
+
paginationType: "none",
|
|
91
|
+
isPrivate: false,
|
|
92
|
+
description: "\""
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
methodName: "listRoutes",
|
|
96
|
+
protoName: "ListRoutes",
|
|
97
|
+
paramsType: "ListRoutesRequest",
|
|
98
|
+
returnType: "ListRoutesResponse",
|
|
99
|
+
isList: true,
|
|
100
|
+
paginationType: "offset",
|
|
101
|
+
pageParamKey: "page",
|
|
102
|
+
listItemType: "RouteSummary",
|
|
103
|
+
isPrivate: false,
|
|
104
|
+
description: "\""
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
methodName: "getRoute",
|
|
108
|
+
protoName: "GetRoute",
|
|
109
|
+
paramsType: "GetRouteRequest",
|
|
110
|
+
returnType: "Route",
|
|
111
|
+
isList: false,
|
|
112
|
+
paginationType: "none",
|
|
113
|
+
isPrivate: false,
|
|
114
|
+
description: "\""
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
methodName: "listNetworks",
|
|
118
|
+
protoName: "ListNetworks",
|
|
119
|
+
paramsType: "ListNetworksRequest",
|
|
120
|
+
returnType: "ListNetworksResponse",
|
|
121
|
+
isList: true,
|
|
122
|
+
paginationType: "offset",
|
|
123
|
+
pageParamKey: "page",
|
|
124
|
+
listItemType: "Network",
|
|
125
|
+
isPrivate: false,
|
|
126
|
+
description: "\""
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
methodName: "getNetwork",
|
|
130
|
+
protoName: "GetNetwork",
|
|
131
|
+
paramsType: "GetNetworkRequest",
|
|
132
|
+
returnType: "Network",
|
|
133
|
+
isList: false,
|
|
134
|
+
paginationType: "none",
|
|
135
|
+
isPrivate: false,
|
|
136
|
+
description: "\""
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
methodName: "getTwinDocument",
|
|
140
|
+
protoName: "GetTwinDocument",
|
|
141
|
+
paramsType: "GetTwinDocumentRequest",
|
|
142
|
+
returnType: "TwinDocument",
|
|
143
|
+
isList: false,
|
|
144
|
+
paginationType: "none",
|
|
145
|
+
isPrivate: false,
|
|
146
|
+
description: "\""
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
methodName: "listTwinDocuments",
|
|
150
|
+
protoName: "ListTwinDocuments",
|
|
151
|
+
paramsType: "ListTwinDocumentsRequest",
|
|
152
|
+
returnType: "ListTwinDocumentsResponse",
|
|
153
|
+
isList: false,
|
|
154
|
+
paginationType: "none",
|
|
155
|
+
isPrivate: false,
|
|
156
|
+
description: "\""
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
}]
|
|
160
|
+
};
|
|
161
|
+
//#endregion
|
|
162
|
+
export { queriesMetadata };
|