@puzzlin/models 3.6.0 → 3.7.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/models/assets/index.d.ts +1 -0
- package/dist/models/assets/index.d.ts.map +1 -1
- package/dist/models/assets/index.js +1 -0
- package/dist/models/assets/index.js.map +1 -1
- package/dist/models/assets/inputs/index.d.ts +1 -0
- package/dist/models/assets/inputs/index.d.ts.map +1 -1
- package/dist/models/assets/inputs/index.js +1 -0
- package/dist/models/assets/inputs/index.js.map +1 -1
- package/dist/models/assets/inputs/initiate-asset-ownership-transfer.input.d.ts +9 -0
- package/dist/models/assets/inputs/initiate-asset-ownership-transfer.input.d.ts.map +1 -0
- package/dist/models/assets/inputs/initiate-asset-ownership-transfer.input.js +47 -0
- package/dist/models/assets/inputs/initiate-asset-ownership-transfer.input.js.map +1 -0
- package/dist/models/assets/payloads/index.d.ts +2 -0
- package/dist/models/assets/payloads/index.d.ts.map +1 -0
- package/dist/models/assets/payloads/index.js +18 -0
- package/dist/models/assets/payloads/index.js.map +1 -0
- package/dist/models/assets/payloads/initiate-asset-ownership-transfer.payload.d.ts +4 -0
- package/dist/models/assets/payloads/initiate-asset-ownership-transfer.payload.d.ts.map +1 -0
- package/dist/models/assets/payloads/initiate-asset-ownership-transfer.payload.js +18 -0
- package/dist/models/assets/payloads/initiate-asset-ownership-transfer.payload.js.map +1 -0
- package/dist/models/events/index.d.ts +2 -0
- package/dist/models/events/index.d.ts.map +1 -0
- package/dist/models/events/index.js +18 -0
- package/dist/models/events/index.js.map +1 -0
- package/dist/models/events/payloads/event.payload.d.ts +4 -0
- package/dist/models/events/payloads/event.payload.d.ts.map +1 -0
- package/dist/models/events/payloads/event.payload.js +24 -0
- package/dist/models/events/payloads/event.payload.js.map +1 -0
- package/dist/models/events/payloads/index.d.ts +2 -0
- package/dist/models/events/payloads/index.d.ts.map +1 -0
- package/dist/models/events/payloads/index.js +18 -0
- package/dist/models/events/payloads/index.js.map +1 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +1 -0
- package/dist/models/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/assets/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/assets/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./inputs"), exports);
|
|
18
18
|
__exportStar(require("./interfaces"), exports);
|
|
19
19
|
__exportStar(require("./objects"), exports);
|
|
20
|
+
__exportStar(require("./payloads"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/assets/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,+CAA6B;AAC7B,4CAA0B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/assets/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/assets/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/assets/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2CAA2C,CAAC"}
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./create-asset.input"), exports);
|
|
18
|
+
__exportStar(require("./initiate-asset-ownership-transfer.input"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/assets/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/assets/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4EAA0D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EmailNodeInput } from '../../../models/users';
|
|
2
|
+
import { NodeInput } from '../../../utils';
|
|
3
|
+
export declare class InitiateAssetOwnershipTransferInput {
|
|
4
|
+
asset: NodeInput;
|
|
5
|
+
to: EmailNodeInput;
|
|
6
|
+
tokenQueryParam: string;
|
|
7
|
+
url: URL;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=initiate-asset-ownership-transfer.input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initiate-asset-ownership-transfer.input.d.ts","sourceRoot":"","sources":["../../../../src/models/assets/inputs/initiate-asset-ownership-transfer.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAIpC,qBACa,mCAAmC;IAI9C,KAAK,EAAE,SAAS,CAAC;IAKjB,EAAE,EAAE,cAAc,CAAC;IAKnB,eAAe,EAAE,MAAM,CAAC;IAKxB,GAAG,EAAE,GAAG,CAAC;CACV"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.InitiateAssetOwnershipTransferInput = void 0;
|
|
13
|
+
const users_1 = require("../../../models/users");
|
|
14
|
+
const utils_1 = require("../../../utils");
|
|
15
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
16
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
17
|
+
let InitiateAssetOwnershipTransferInput = class InitiateAssetOwnershipTransferInput {
|
|
18
|
+
};
|
|
19
|
+
exports.InitiateAssetOwnershipTransferInput = InitiateAssetOwnershipTransferInput;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, graphql_1.Field)(() => utils_1.NodeInput, {
|
|
22
|
+
description: 'Asset to transfer.',
|
|
23
|
+
}),
|
|
24
|
+
__metadata("design:type", utils_1.NodeInput)
|
|
25
|
+
], InitiateAssetOwnershipTransferInput.prototype, "asset", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, graphql_1.Field)(() => users_1.EmailNodeInput, {
|
|
28
|
+
description: 'User to transfer to.',
|
|
29
|
+
}),
|
|
30
|
+
__metadata("design:type", users_1.EmailNodeInput)
|
|
31
|
+
], InitiateAssetOwnershipTransferInput.prototype, "to", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, graphql_1.Field)(() => String, {
|
|
34
|
+
description: 'Query param key to inject the token.',
|
|
35
|
+
}),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], InitiateAssetOwnershipTransferInput.prototype, "tokenQueryParam", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.URLResolver, {
|
|
40
|
+
description: 'URL to redirect user to, to transfer ownership.',
|
|
41
|
+
}),
|
|
42
|
+
__metadata("design:type", URL)
|
|
43
|
+
], InitiateAssetOwnershipTransferInput.prototype, "url", void 0);
|
|
44
|
+
exports.InitiateAssetOwnershipTransferInput = InitiateAssetOwnershipTransferInput = __decorate([
|
|
45
|
+
(0, graphql_1.InputType)()
|
|
46
|
+
], InitiateAssetOwnershipTransferInput);
|
|
47
|
+
//# sourceMappingURL=initiate-asset-ownership-transfer.input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initiate-asset-ownership-transfer.input.js","sourceRoot":"","sources":["../../../../src/models/assets/inputs/initiate-asset-ownership-transfer.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAgD;AAChD,mCAAoC;AACpC,6CAAmD;AACnD,qDAA8C;AAGvC,IAAM,mCAAmC,GAAzC,MAAM,mCAAmC;CAoB/C,CAAA;AApBY,kFAAmC;AAI9C;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iBAAS,EAAE;QACtB,WAAW,EAAE,oBAAoB;KAClC,CAAC;8BACK,iBAAS;kEAAC;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,sBAAc,EAAE;QAC3B,WAAW,EAAE,sBAAsB;KACpC,CAAC;8BACE,sBAAc;+DAAC;AAKnB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,sCAAsC;KACpD,CAAC;;4EACsB;AAKxB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAW,EAAE;QACxB,WAAW,EAAE,iDAAiD;KAC/D,CAAC;8BACG,GAAG;gEAAC;8CAnBE,mCAAmC;IAD/C,IAAA,mBAAS,GAAE;GACC,mCAAmC,CAoB/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/assets/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./initiate-asset-ownership-transfer.payload"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/assets/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8EAA4D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initiate-asset-ownership-transfer.payload.d.ts","sourceRoot":"","sources":["../../../../src/models/assets/payloads/initiate-asset-ownership-transfer.payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,qBACa,qCAAsC,SAAQ,YAAY;CAAG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.InitiateAssetOwnershipTransferPayload = void 0;
|
|
10
|
+
const events_1 = require("../../../models/events");
|
|
11
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
12
|
+
let InitiateAssetOwnershipTransferPayload = class InitiateAssetOwnershipTransferPayload extends events_1.EventPayload {
|
|
13
|
+
};
|
|
14
|
+
exports.InitiateAssetOwnershipTransferPayload = InitiateAssetOwnershipTransferPayload;
|
|
15
|
+
exports.InitiateAssetOwnershipTransferPayload = InitiateAssetOwnershipTransferPayload = __decorate([
|
|
16
|
+
(0, graphql_1.ObjectType)()
|
|
17
|
+
], InitiateAssetOwnershipTransferPayload);
|
|
18
|
+
//# sourceMappingURL=initiate-asset-ownership-transfer.payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initiate-asset-ownership-transfer.payload.js","sourceRoot":"","sources":["../../../../src/models/assets/payloads/initiate-asset-ownership-transfer.payload.ts"],"names":[],"mappings":";;;;;;;;;AAAA,4CAA+C;AAC/C,6CAA6C;AAGtC,IAAM,qCAAqC,GAA3C,MAAM,qCAAsC,SAAQ,qBAAY;CAAG,CAAA;AAA7D,sFAAqC;gDAArC,qCAAqC;IADjD,IAAA,oBAAU,GAAE;GACA,qCAAqC,CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./payloads"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.payload.d.ts","sourceRoot":"","sources":["../../../../src/models/events/payloads/event.payload.ts"],"names":[],"mappings":"AAEA,qBACa,YAAY;IAEvB,IAAI,EAAE,OAAO,CAAC;CACf"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.EventPayload = void 0;
|
|
13
|
+
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
let EventPayload = class EventPayload {
|
|
15
|
+
};
|
|
16
|
+
exports.EventPayload = EventPayload;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, graphql_1.Field)(() => Boolean),
|
|
19
|
+
__metadata("design:type", Boolean)
|
|
20
|
+
], EventPayload.prototype, "done", void 0);
|
|
21
|
+
exports.EventPayload = EventPayload = __decorate([
|
|
22
|
+
(0, graphql_1.ObjectType)()
|
|
23
|
+
], EventPayload);
|
|
24
|
+
//# sourceMappingURL=event.payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.payload.js","sourceRoot":"","sources":["../../../../src/models/events/payloads/event.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AAG7C,IAAM,YAAY,GAAlB,MAAM,YAAY;CAGxB,CAAA;AAHY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;0CACP;uBAFH,YAAY;IADxB,IAAA,oBAAU,GAAE;GACA,YAAY,CAGxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/events/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./event.payload"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/events/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC"}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC"}
|
package/dist/models/index.js
CHANGED
|
@@ -21,6 +21,7 @@ __exportStar(require("./checkout-sessions"), exports);
|
|
|
21
21
|
__exportStar(require("./credits"), exports);
|
|
22
22
|
__exportStar(require("./customers"), exports);
|
|
23
23
|
__exportStar(require("./emails"), exports);
|
|
24
|
+
__exportStar(require("./events"), exports);
|
|
24
25
|
__exportStar(require("./orders"), exports);
|
|
25
26
|
__exportStar(require("./pagination"), exports);
|
|
26
27
|
__exportStar(require("./payouts"), exports);
|
package/dist/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,yCAAuB;AACvB,kDAAgC;AAChC,sDAAoC;AACpC,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,4CAA0B;AAC1B,2CAAyB;AACzB,6CAA2B;AAC3B,4CAA0B;AAC1B,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,yCAAuB;AACvB,kDAAgC;AAChC,sDAAoC;AACpC,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,4CAA0B;AAC1B,2CAAyB;AACzB,6CAA2B;AAC3B,4CAA0B;AAC1B,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,0CAAwB"}
|