@walkeros/server-destination-gcp 2.2.0-next-1773136823705 → 3.0.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/README.md CHANGED
@@ -27,7 +27,7 @@ Configure in your Flow JSON:
27
27
 
28
28
  ```json
29
29
  {
30
- "version": 1,
30
+ "version": 3,
31
31
  "flows": {
32
32
  "default": {
33
33
  "server": {},
package/dist/dev.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _walkeros_core_dev from '@walkeros/core/dev';
2
2
  import { DestinationServer } from '@walkeros/server-core';
3
3
  import { BigQuery } from '@google-cloud/bigquery';
4
- import { Flow } from '@walkeros/core';
4
+ import { Flow, Hint } from '@walkeros/core';
5
5
 
6
6
  declare const settings: _walkeros_core_dev.JSONSchema;
7
7
  declare const mapping: _walkeros_core_dev.JSONSchema;
@@ -46,4 +46,6 @@ declare namespace index {
46
46
  export { index_env as env, index_step as step };
47
47
  }
48
48
 
49
- export { index as examples, schemas };
49
+ declare const hints: Hint.Hints;
50
+
51
+ export { index as examples, hints, schemas };
package/dist/dev.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _walkeros_core_dev from '@walkeros/core/dev';
2
2
  import { DestinationServer } from '@walkeros/server-core';
3
3
  import { BigQuery } from '@google-cloud/bigquery';
4
- import { Flow } from '@walkeros/core';
4
+ import { Flow, Hint } from '@walkeros/core';
5
5
 
6
6
  declare const settings: _walkeros_core_dev.JSONSchema;
7
7
  declare const mapping: _walkeros_core_dev.JSONSchema;
@@ -46,4 +46,6 @@ declare namespace index {
46
46
  export { index_env as env, index_step as step };
47
47
  }
48
48
 
49
- export { index as examples, schemas };
49
+ declare const hints: Hint.Hints;
50
+
51
+ export { index as examples, hints, schemas };