@puzzlin/models 1.5.0 → 1.5.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/models/users/inputs/update-user-profile.input.d.ts +1 -1
- package/dist/models/users/inputs/update-user-profile.input.d.ts.map +1 -1
- package/dist/models/users/inputs/update-user-profile.input.js +1 -1
- package/dist/models/users/inputs/update-user-profile.input.js.map +1 -1
- package/dist/models/users/objects/user-profile.object.d.ts +1 -1
- package/dist/models/users/objects/user-profile.object.d.ts.map +1 -1
- package/dist/models/users/objects/user-profile.object.js +1 -1
- package/dist/models/users/objects/user-profile.object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { CreateUserProfileInput } from './create-user-profile.input';
|
|
|
3
3
|
import { UpdateUserPlaceInput } from './update-user-place.input';
|
|
4
4
|
declare const UpdateUserProfileInput_base: import("@nestjs/common").Type<NodeInput & Partial<Omit<CreateUserProfileInput, "place">>>;
|
|
5
5
|
export declare class UpdateUserProfileInput extends UpdateUserProfileInput_base {
|
|
6
|
-
place?: UpdateUserPlaceInput;
|
|
6
|
+
place?: UpdateUserPlaceInput | null;
|
|
7
7
|
}
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=update-user-profile.input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-profile.input.d.ts","sourceRoot":"","sources":["../../../../src/models/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;;AAEjE,qBACa,sBAAuB,SAAQ,2BAG3C;IAIC,KAAK,CAAC,EAAE,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"update-user-profile.input.d.ts","sourceRoot":"","sources":["../../../../src/models/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;;AAEjE,qBACa,sBAAuB,SAAQ,2BAG3C;IAIC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -20,7 +20,7 @@ __decorate([
|
|
|
20
20
|
(0, graphql_1.Field)(() => update_user_place_input_1.UpdateUserPlaceInput, {
|
|
21
21
|
nullable: true,
|
|
22
22
|
}),
|
|
23
|
-
__metadata("design:type",
|
|
23
|
+
__metadata("design:type", Object)
|
|
24
24
|
], UpdateUserProfileInput.prototype, "place", void 0);
|
|
25
25
|
exports.UpdateUserProfileInput = UpdateUserProfileInput = __decorate([
|
|
26
26
|
(0, graphql_1.InputType)()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-profile.input.js","sourceRoot":"","sources":["../../../../src/models/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAAoC;AACpC,6CAA4F;AAC5F,2EAAqE;AACrE,uEAAiE;AAG1D,IAAM,sBAAsB,oCAA5B,MAAM,sBAAuB,SAAQ,IAAA,0BAAgB,EAC1D,iBAAS,EACT,IAAA,qBAAW,EAAC,IAAA,kBAAQ,EAAC,kDAAsB,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CACzD;CAKA,CAAA;AADC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,8CAAoB,EAAE;QACjC,QAAQ,EAAE,IAAI;KACf,CAAC;
|
|
1
|
+
{"version":3,"file":"update-user-profile.input.js","sourceRoot":"","sources":["../../../../src/models/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAAoC;AACpC,6CAA4F;AAC5F,2EAAqE;AACrE,uEAAiE;AAG1D,IAAM,sBAAsB,oCAA5B,MAAM,sBAAuB,SAAQ,IAAA,0BAAgB,EAC1D,iBAAS,EACT,IAAA,qBAAW,EAAC,IAAA,kBAAQ,EAAC,kDAAsB,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CACzD;CAKA,CAAA;AADC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,8CAAoB,EAAE;QACjC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACkC;iCAPzB,sBAAsB;IADlC,IAAA,mBAAS,GAAE;GACC,sBAAsB,CAQlC"}
|
|
@@ -3,7 +3,7 @@ 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
5
|
introduction?: string;
|
|
6
|
-
place?: UserPlace;
|
|
6
|
+
place?: UserPlace | null;
|
|
7
7
|
speaks: string[];
|
|
8
8
|
}
|
|
9
9
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.object.d.ts","sourceRoot":"","sources":["../../../../src/models/users/objects/user-profile.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;;AAEhD,qBAGa,WAAY,SAAQ,gBAAiC;IAIhE,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,KAAK,CAAC,EAAE,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"user-profile.object.d.ts","sourceRoot":"","sources":["../../../../src/models/users/objects/user-profile.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;;AAEhD,qBAGa,WAAY,SAAQ,gBAAiC;IAIhE,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAGzB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB"}
|
|
@@ -25,7 +25,7 @@ __decorate([
|
|
|
25
25
|
(0, graphql_1.Field)(() => user_place_object_1.UserPlace, {
|
|
26
26
|
nullable: true,
|
|
27
27
|
}),
|
|
28
|
-
__metadata("design:type",
|
|
28
|
+
__metadata("design:type", Object)
|
|
29
29
|
], UserProfile.prototype, "place", void 0);
|
|
30
30
|
__decorate([
|
|
31
31
|
(0, graphql_1.Field)(() => [String]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.object.js","sourceRoot":"","sources":["../../../../src/models/users/objects/user-profile.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAA0C;AAC1C,6CAAsE;AACtE,2DAAgD;AAKzC,IAAM,WAAW,yBAAjB,MAAM,WAAY,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CAajE,CAAA;AATC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACoB;AAKtB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAS,EAAE;QACtB,QAAQ,EAAE,IAAI;KACf,CAAC;
|
|
1
|
+
{"version":3,"file":"user-profile.object.js","sourceRoot":"","sources":["../../../../src/models/users/objects/user-profile.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAA0C;AAC1C,6CAAsE;AACtE,2DAAgD;AAKzC,IAAM,WAAW,yBAAjB,MAAM,WAAY,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CAajE,CAAA;AATC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACoB;AAKtB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAS,EAAE;QACtB,QAAQ,EAAE,IAAI;KACf,CAAC;;0CACuB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;;2CACL;sBAZN,WAAW;IAHvB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,YAAI;KACjB,CAAC;GACW,WAAW,CAavB"}
|