@opusdns/api 0.8.0 → 0.10.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.
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OpusDNS API Type Index
3
+ *
4
+ *
5
+ * - keys: Key constants for API response objects
6
+ * - requests: Request parameter types for all endpoints
7
+ * - schemas: Direct type aliases for OpenAPI schemas
8
+ * - schemas-arrays: Array type aliases for OpenAPI schemas that are arrays
9
+ * - enums: All enums used in the API
10
+ *
11
+ * This file is auto-generated from the OpenAPI specification.
12
+ * Do not edit manually.
13
+ */
14
+
15
+ export * from './keys';
16
+ export * from './requests';
17
+ export * from './schemas';
18
+ export * from './schemas-arrays';
19
+ export * from './constants';