@walkeros/server-destination-aws 2.0.1 → 2.1.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 CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as _walkeros_core_dev from '@walkeros/core/dev';
2
2
  import { DestinationServer } from '@walkeros/server-core';
3
3
  import { FirehoseClient, PutRecordBatchCommand } from '@aws-sdk/client-firehose';
4
+ import { Flow } from '@walkeros/core';
4
5
 
5
6
  declare const settings: _walkeros_core_dev.JSONSchema;
6
7
  declare const mapping: _walkeros_core_dev.JSONSchema;
@@ -29,14 +30,25 @@ declare namespace env {
29
30
  export { env_push as push, env_simulation as simulation };
30
31
  }
31
32
 
33
+ declare const firehoseRecord: Flow.StepExample;
34
+ declare const orderEvent: Flow.StepExample;
35
+
36
+ declare const step_firehoseRecord: typeof firehoseRecord;
37
+ declare const step_orderEvent: typeof orderEvent;
38
+ declare namespace step {
39
+ export { step_firehoseRecord as firehoseRecord, step_orderEvent as orderEvent };
40
+ }
41
+
32
42
  declare const index$1_env: typeof env;
43
+ declare const index$1_step: typeof step;
33
44
  declare namespace index$1 {
34
- export { index$1_env as env };
45
+ export { index$1_env as env, index$1_step as step };
35
46
  }
36
47
 
37
48
  declare const index_env: typeof env;
49
+ declare const index_step: typeof step;
38
50
  declare namespace index {
39
- export { index_env as env, index$1 as firehose };
51
+ export { index_env as env, index$1 as firehose, index_step as step };
40
52
  }
41
53
 
42
54
  export { index as examples, schemas };
package/dist/dev.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as _walkeros_core_dev from '@walkeros/core/dev';
2
2
  import { DestinationServer } from '@walkeros/server-core';
3
3
  import { FirehoseClient, PutRecordBatchCommand } from '@aws-sdk/client-firehose';
4
+ import { Flow } from '@walkeros/core';
4
5
 
5
6
  declare const settings: _walkeros_core_dev.JSONSchema;
6
7
  declare const mapping: _walkeros_core_dev.JSONSchema;
@@ -29,14 +30,25 @@ declare namespace env {
29
30
  export { env_push as push, env_simulation as simulation };
30
31
  }
31
32
 
33
+ declare const firehoseRecord: Flow.StepExample;
34
+ declare const orderEvent: Flow.StepExample;
35
+
36
+ declare const step_firehoseRecord: typeof firehoseRecord;
37
+ declare const step_orderEvent: typeof orderEvent;
38
+ declare namespace step {
39
+ export { step_firehoseRecord as firehoseRecord, step_orderEvent as orderEvent };
40
+ }
41
+
32
42
  declare const index$1_env: typeof env;
43
+ declare const index$1_step: typeof step;
33
44
  declare namespace index$1 {
34
- export { index$1_env as env };
45
+ export { index$1_env as env, index$1_step as step };
35
46
  }
36
47
 
37
48
  declare const index_env: typeof env;
49
+ declare const index_step: typeof step;
38
50
  declare namespace index {
39
- export { index_env as env, index$1 as firehose };
51
+ export { index_env as env, index$1 as firehose, index_step as step };
40
52
  }
41
53
 
42
54
  export { index as examples, schemas };