@compassdigital/sdk.typescript 4.140.0 → 4.142.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.
@@ -0,0 +1,14 @@
1
+ export interface FakeCommand {
2
+ id: string;
3
+ type: 'FakeCommand';
4
+ version: '0.0.1';
5
+ timestamp: string;
6
+ traceContext: {
7
+ traceId?: string;
8
+ };
9
+ payload: {
10
+ foo: string;
11
+ };
12
+ source: string;
13
+ }
14
+ //# sourceMappingURL=FakeCommand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FakeCommand.d.ts","sourceRoot":"","sources":["../../../src/messages/commands/FakeCommand.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,WAAW;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,aAAa,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,OAAO,EAAE;QACR,GAAG,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=FakeCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FakeCommand.js","sourceRoot":"","sources":["../../../src/messages/commands/FakeCommand.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1,2 +1,3 @@
1
+ export { FakeCommand } from './FakeCommand';
1
2
  export { SendPushNotificationCommand } from './SendPushNotificationCommand';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messages/commands/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messages/commands/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC"}
@@ -0,0 +1,14 @@
1
+ export interface FakeEvent {
2
+ id: string;
3
+ type: 'FakeEvent';
4
+ version: '0.0.1';
5
+ timestamp: string;
6
+ traceContext: {
7
+ traceId?: string;
8
+ };
9
+ payload: {
10
+ foo: string;
11
+ };
12
+ source: string;
13
+ }
14
+ //# sourceMappingURL=FakeEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FakeEvent.d.ts","sourceRoot":"","sources":["../../../src/messages/events/FakeEvent.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,OAAO,EAAE;QACR,GAAG,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=FakeEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FakeEvent.js","sourceRoot":"","sources":["../../../src/messages/events/FakeEvent.ts"],"names":[],"mappings":";AAAA,sDAAsD"}
@@ -1 +1,2 @@
1
+ export { FakeEvent } from './FakeEvent';
1
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messages/events/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messages/events/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
2
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
3
+ Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.140.0",
3
+ "version": "4.142.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -0,0 +1,15 @@
1
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
2
+
3
+ export interface FakeCommand {
4
+ id: string;
5
+ type: 'FakeCommand';
6
+ version: '0.0.1';
7
+ timestamp: string;
8
+ traceContext: {
9
+ traceId?: string;
10
+ };
11
+ payload: {
12
+ foo: string;
13
+ };
14
+ source: string;
15
+ }
@@ -1,3 +1,5 @@
1
1
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
2
2
 
3
+ export { FakeCommand } from './FakeCommand';
4
+
3
5
  export { SendPushNotificationCommand } from './SendPushNotificationCommand';
@@ -0,0 +1,15 @@
1
+ // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
2
+
3
+ export interface FakeEvent {
4
+ id: string;
5
+ type: 'FakeEvent';
6
+ version: '0.0.1';
7
+ timestamp: string;
8
+ traceContext: {
9
+ traceId?: string;
10
+ };
11
+ payload: {
12
+ foo: string;
13
+ };
14
+ source: string;
15
+ }
@@ -1 +1,3 @@
1
1
  // THIS FILE IS AUTOMATICALLY GENERATED, DO NOT MODIFY
2
+
3
+ export { FakeEvent } from './FakeEvent';