@walkeros/server-destination-gcp 0.3.0 → 0.4.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/dev.d.mts ADDED
@@ -0,0 +1,13 @@
1
+ import * as _walkeros_core_dev from '@walkeros/core/dev';
2
+
3
+ declare const schemas: {
4
+ settings: _walkeros_core_dev.JSONSchema;
5
+ mapping: _walkeros_core_dev.JSONSchema;
6
+ };
7
+
8
+ declare const schemas$1_schemas: typeof schemas;
9
+ declare namespace schemas$1 {
10
+ export { schemas$1_schemas as schemas };
11
+ }
12
+
13
+ export { schemas$1 as schemas };
package/dist/dev.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ import * as _walkeros_core_dev from '@walkeros/core/dev';
2
+
3
+ declare const schemas: {
4
+ settings: _walkeros_core_dev.JSONSchema;
5
+ mapping: _walkeros_core_dev.JSONSchema;
6
+ };
7
+
8
+ declare const schemas$1_schemas: typeof schemas;
9
+ declare namespace schemas$1 {
10
+ export { schemas$1_schemas as schemas };
11
+ }
12
+
13
+ export { schemas$1 as schemas };