lepto-types 1.0.8 → 1.0.12
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/interfaces/event/index.d.ts +1 -0
- package/dist/interfaces/event/index.d.ts.map +1 -1
- package/dist/interfaces/event/index.js +1 -0
- package/dist/interfaces/event/update-event.input.d.ts +5 -0
- package/dist/interfaces/event/update-event.input.d.ts.map +1 -0
- package/dist/interfaces/event/update-event.input.js +2 -0
- package/dist/interfaces/event-attendee/create-event-attendee.input.d.ts +2 -2
- package/dist/interfaces/event-attendee/create-event-attendee.input.d.ts.map +1 -1
- package/dist/interfaces/event-attendee/event-attendee.response.d.ts +1 -0
- package/dist/interfaces/event-attendee/event-attendee.response.d.ts.map +1 -1
- package/dist/interfaces/event-attendee/update-event-attendee.input.d.ts +2 -1
- package/dist/interfaces/event-attendee/update-event-attendee.input.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC"}
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./create-event.input"), exports);
|
|
18
18
|
__exportStar(require("./event.response"), exports);
|
|
19
|
+
__exportStar(require("./update-event.input"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-event.input.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event/update-event.input.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-event-attendee.input.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event-attendee/create-event-attendee.input.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,
|
|
1
|
+
{"version":3,"file":"create-event-attendee.input.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event-attendee/create-event-attendee.input.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-attendee.response.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event-attendee/event-attendee.response.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"event-attendee.response.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event-attendee/event-attendee.response.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-event-attendee.input.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event-attendee/update-event-attendee.input.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,
|
|
1
|
+
{"version":3,"file":"update-event-attendee.input.d.ts","sourceRoot":"","sources":["../../../src/interfaces/event-attendee/update-event-attendee.input.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;CACpB"}
|