@puzzlin/models 3.27.6 → 3.27.7
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/update-user-profile.input.d.ts +1 -2
- package/dist/apps/platform/users/inputs/update-user-profile.input.d.ts.map +1 -1
- package/dist/apps/platform/users/inputs/update-user-profile.input.js +1 -2
- package/dist/apps/platform/users/inputs/update-user-profile.input.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { NodeInput } from '../../../../shared';
|
|
2
1
|
import { CreateUserProfileInput } from './create-user-profile.input';
|
|
3
2
|
import { UpdateUserPlaceInput } from './update-user-place.input';
|
|
4
|
-
declare const UpdateUserProfileInput_base: import("@nestjs/common").Type<
|
|
3
|
+
declare const UpdateUserProfileInput_base: import("@nestjs/common").Type<Partial<Omit<CreateUserProfileInput, "place">>>;
|
|
5
4
|
export declare class UpdateUserProfileInput extends UpdateUserProfileInput_base {
|
|
6
5
|
place?: UpdateUserPlaceInput | null;
|
|
7
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-profile.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-user-profile.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;;AAEjE,qBACa,sBAAuB,SAAQ,2BAAiE;IAI3G,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -10,11 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateUserProfileInput = void 0;
|
|
13
|
-
const shared_1 = require("../../../../shared");
|
|
14
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
15
14
|
const create_user_profile_input_1 = require("./create-user-profile.input");
|
|
16
15
|
const update_user_place_input_1 = require("./update-user-place.input");
|
|
17
|
-
let UpdateUserProfileInput = class UpdateUserProfileInput extends (0, graphql_1.
|
|
16
|
+
let UpdateUserProfileInput = class UpdateUserProfileInput extends (0, graphql_1.PartialType)((0, graphql_1.OmitType)(create_user_profile_input_1.CreateUserProfileInput, ['place'])) {
|
|
18
17
|
};
|
|
19
18
|
exports.UpdateUserProfileInput = UpdateUserProfileInput;
|
|
20
19
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-profile.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"update-user-profile.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/users/inputs/update-user-profile.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA0E;AAC1E,2EAAqE;AACrE,uEAAiE;AAG1D,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,IAAA,qBAAW,EAAC,IAAA,kBAAQ,EAAC,kDAAsB,EAAE,CAAC,OAAO,CAAU,CAAC,CAAC;CAK5G,CAAA;AALY,wDAAsB;AAIjC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,8CAAoB,EAAE;QACjC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACkC;iCAJzB,sBAAsB;IADlC,IAAA,mBAAS,GAAE;GACC,sBAAsB,CAKlC"}
|