@puzzlin/models 3.26.0 → 3.26.1
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/apps/platform/users/inputs/create-user-profile.input.d.ts +1 -0
- package/dist/apps/platform/users/inputs/create-user-profile.input.d.ts.map +1 -1
- package/dist/apps/platform/users/inputs/create-user-profile.input.js +8 -0
- package/dist/apps/platform/users/inputs/create-user-profile.input.js.map +1 -1
- package/dist/apps/platform/users/objects/user-profile.object.d.ts +1 -0
- package/dist/apps/platform/users/objects/user-profile.object.d.ts.map +1 -1
- package/dist/apps/platform/users/objects/user-profile.object.js +8 -0
- package/dist/apps/platform/users/objects/user-profile.object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-user-profile.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/create-user-profile.input.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-user-profile.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/create-user-profile.input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,qBACa,sBAAsB;IAKjC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAK7B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
|
|
@@ -11,10 +11,18 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateUserProfileInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
14
15
|
const create_user_place_input_1 = require("./create-user-place.input");
|
|
15
16
|
let CreateUserProfileInput = class CreateUserProfileInput {
|
|
16
17
|
};
|
|
17
18
|
exports.CreateUserProfileInput = CreateUserProfileInput;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.LocalDateResolver, {
|
|
21
|
+
description: 'Birthdate in YYYY-MM-DD format.',
|
|
22
|
+
nullable: true,
|
|
23
|
+
}),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], CreateUserProfileInput.prototype, "birthdate", void 0);
|
|
18
26
|
__decorate([
|
|
19
27
|
(0, graphql_1.Field)(() => String, {
|
|
20
28
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-user-profile.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/create-user-profile.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,uEAAiE;AAG1D,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;
|
|
1
|
+
{"version":3,"file":"create-user-profile.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/create-user-profile.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAAoD;AACpD,uEAAiE;AAG1D,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;CAqBlC,CAAA;AArBY,wDAAsB;AAKjC;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,mCAAiB,EAAE;QAC9B,WAAW,EAAE,iCAAiC;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACiB;AAKnB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACoB;AAKtB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,8CAAoB,EAAE;QACjC,QAAQ,EAAE,IAAI;KACf,CAAC;8BACM,8CAAoB;qDAAC;AAK7B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE;QACrB,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACgB;iCApBP,sBAAsB;IADlC,IAAA,mBAAS,GAAE;GACC,sBAAsB,CAqBlC"}
|
|
@@ -2,6 +2,7 @@ import { Node, Timestamp } from '../../../../shared';
|
|
|
2
2
|
import { UserPlace } from './user-place.object';
|
|
3
3
|
declare const UserProfile_base: import("@nestjs/common").Type<Node & Timestamp>;
|
|
4
4
|
export declare class UserProfile extends UserProfile_base {
|
|
5
|
+
birthdate?: string;
|
|
5
6
|
introduction?: string;
|
|
6
7
|
place?: UserPlace | null;
|
|
7
8
|
speaks: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/users/objects/user-profile.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"user-profile.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/users/objects/user-profile.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAI3C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;;AAEhD,qBAGa,WAAY,SAAQ,gBAAiC;IAKhE,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAMtB,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAGzB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB"}
|
|
@@ -13,10 +13,18 @@ exports.UserProfile = void 0;
|
|
|
13
13
|
const shared_1 = require("../../../../shared");
|
|
14
14
|
const graphql_1 = require("@nestjs/graphql");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
17
|
const user_place_object_1 = require("./user-place.object");
|
|
17
18
|
let UserProfile = class UserProfile extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
|
|
18
19
|
};
|
|
19
20
|
exports.UserProfile = UserProfile;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, graphql_1.Field)(() => graphql_scalars_1.LocalDateResolver, {
|
|
23
|
+
description: 'Birthdate in YYYY-MM-DD format.',
|
|
24
|
+
nullable: true,
|
|
25
|
+
}),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], UserProfile.prototype, "birthdate", void 0);
|
|
20
28
|
__decorate([
|
|
21
29
|
(0, graphql_1.Field)(() => String, {
|
|
22
30
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/users/objects/user-profile.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,yDAAyC;AACzC,2DAAgD;AAKzC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"user-profile.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/users/objects/user-profile.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,yDAAyC;AACzC,qDAAoD;AACpD,2DAAgD;AAKzC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAoBjE,CAAA;AApBY,kCAAW;AAKtB;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,mCAAiB,EAAE;QAC9B,WAAW,EAAE,iCAAiC;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACiB;AAKnB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACoB;AAMtB;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAS,EAAE;QACtB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAS,CAAC;;0CACG;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;;2CACL;sBAnBN,WAAW;IAHvB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,WAAW,CAoBvB"}
|