@walkeros/server-destination-aws 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
@@ -28,7 +28,7 @@ Configure in your Flow JSON:
28
28
 
29
29
  ```json
30
30
  {
31
- "version": 1,
31
+ "version": 3,
32
32
  "flows": {
33
33
  "default": {
34
34
  "server": {},
package/dist/dev.d.mts CHANGED
@@ -32,11 +32,13 @@ declare namespace env {
32
32
 
33
33
  declare const firehoseRecord: Flow.StepExample;
34
34
  declare const orderEvent: Flow.StepExample;
35
+ declare const userSignupEvent: Flow.StepExample;
35
36
 
36
37
  declare const step_firehoseRecord: typeof firehoseRecord;
37
38
  declare const step_orderEvent: typeof orderEvent;
39
+ declare const step_userSignupEvent: typeof userSignupEvent;
38
40
  declare namespace step {
39
- export { step_firehoseRecord as firehoseRecord, step_orderEvent as orderEvent };
41
+ export { step_firehoseRecord as firehoseRecord, step_orderEvent as orderEvent, step_userSignupEvent as userSignupEvent };
40
42
  }
41
43
 
42
44
  declare const index$1_env: typeof env;
package/dist/dev.d.ts CHANGED
@@ -32,11 +32,13 @@ declare namespace env {
32
32
 
33
33
  declare const firehoseRecord: Flow.StepExample;
34
34
  declare const orderEvent: Flow.StepExample;
35
+ declare const userSignupEvent: Flow.StepExample;
35
36
 
36
37
  declare const step_firehoseRecord: typeof firehoseRecord;
37
38
  declare const step_orderEvent: typeof orderEvent;
39
+ declare const step_userSignupEvent: typeof userSignupEvent;
38
40
  declare namespace step {
39
- export { step_firehoseRecord as firehoseRecord, step_orderEvent as orderEvent };
41
+ export { step_firehoseRecord as firehoseRecord, step_orderEvent as orderEvent, step_userSignupEvent as userSignupEvent };
40
42
  }
41
43
 
42
44
  declare const index$1_env: typeof env;