@walkeros/server-destination-aws 0.4.0 → 0.4.2

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
@@ -2,15 +2,15 @@ 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
4
 
5
- declare const schemas: {
6
- settings: _walkeros_core_dev.JSONSchema;
7
- mapping: _walkeros_core_dev.JSONSchema;
8
- firehose: _walkeros_core_dev.JSONSchema;
9
- };
10
-
11
- declare const schemas$1_schemas: typeof schemas;
12
- declare namespace schemas$1 {
13
- export { schemas$1_schemas as schemas };
5
+ declare const settings: _walkeros_core_dev.JSONSchema;
6
+ declare const mapping: _walkeros_core_dev.JSONSchema;
7
+ declare const firehose: _walkeros_core_dev.JSONSchema;
8
+
9
+ declare const schemas_firehose: typeof firehose;
10
+ declare const schemas_mapping: typeof mapping;
11
+ declare const schemas_settings: typeof settings;
12
+ declare namespace schemas {
13
+ export { schemas_firehose as firehose, schemas_mapping as mapping, schemas_settings as settings };
14
14
  }
15
15
 
16
16
  interface Env extends DestinationServer.Env {
@@ -21,10 +21,12 @@ interface Env extends DestinationServer.Env {
21
21
  }
22
22
 
23
23
  declare const push: Env;
24
+ declare const simulation: string[];
24
25
 
25
26
  declare const env_push: typeof push;
27
+ declare const env_simulation: typeof simulation;
26
28
  declare namespace env {
27
- export { env_push as push };
29
+ export { env_push as push, env_simulation as simulation };
28
30
  }
29
31
 
30
32
  declare const index$1_env: typeof env;
@@ -32,8 +34,9 @@ declare namespace index$1 {
32
34
  export { index$1_env as env };
33
35
  }
34
36
 
37
+ declare const index_env: typeof env;
35
38
  declare namespace index {
36
- export { index$1 as firehose };
39
+ export { index_env as env, index$1 as firehose };
37
40
  }
38
41
 
39
- export { index as examples, schemas$1 as schemas };
42
+ export { index as examples, schemas };
package/dist/dev.d.ts CHANGED
@@ -2,15 +2,15 @@ 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
4
 
5
- declare const schemas: {
6
- settings: _walkeros_core_dev.JSONSchema;
7
- mapping: _walkeros_core_dev.JSONSchema;
8
- firehose: _walkeros_core_dev.JSONSchema;
9
- };
10
-
11
- declare const schemas$1_schemas: typeof schemas;
12
- declare namespace schemas$1 {
13
- export { schemas$1_schemas as schemas };
5
+ declare const settings: _walkeros_core_dev.JSONSchema;
6
+ declare const mapping: _walkeros_core_dev.JSONSchema;
7
+ declare const firehose: _walkeros_core_dev.JSONSchema;
8
+
9
+ declare const schemas_firehose: typeof firehose;
10
+ declare const schemas_mapping: typeof mapping;
11
+ declare const schemas_settings: typeof settings;
12
+ declare namespace schemas {
13
+ export { schemas_firehose as firehose, schemas_mapping as mapping, schemas_settings as settings };
14
14
  }
15
15
 
16
16
  interface Env extends DestinationServer.Env {
@@ -21,10 +21,12 @@ interface Env extends DestinationServer.Env {
21
21
  }
22
22
 
23
23
  declare const push: Env;
24
+ declare const simulation: string[];
24
25
 
25
26
  declare const env_push: typeof push;
27
+ declare const env_simulation: typeof simulation;
26
28
  declare namespace env {
27
- export { env_push as push };
29
+ export { env_push as push, env_simulation as simulation };
28
30
  }
29
31
 
30
32
  declare const index$1_env: typeof env;
@@ -32,8 +34,9 @@ declare namespace index$1 {
32
34
  export { index$1_env as env };
33
35
  }
34
36
 
37
+ declare const index_env: typeof env;
35
38
  declare namespace index {
36
- export { index$1 as firehose };
39
+ export { index_env as env, index$1 as firehose };
37
40
  }
38
41
 
39
- export { index as examples, schemas$1 as schemas };
42
+ export { index as examples, schemas };