@puzzlin/models 0.8.0 → 0.8.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.
@@ -2,7 +2,7 @@ import { CreateSubjectInput } from './create-subject.input';
2
2
  import { FileUpload, NodeInput } from '../../utils';
3
3
  declare const UpdateSubjectInput_base: import("@nestjs/common").Type<Partial<CreateSubjectInput> & NodeInput>;
4
4
  export declare class UpdateSubjectInput extends UpdateSubjectInput_base {
5
- avatar: FileUpload;
5
+ avatar?: FileUpload;
6
6
  }
7
7
  export {};
8
8
  //# sourceMappingURL=update-subject.input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-subject.input.d.ts","sourceRoot":"","sources":["../../../src/subjects/inputs/update-subject.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;;AAIhD,qBACa,kBAAmB,SAAQ,uBAA4D;IAElG,MAAM,EAAE,UAAU,CAAC;CACpB"}
1
+ {"version":3,"file":"update-subject.input.d.ts","sourceRoot":"","sources":["../../../src/subjects/inputs/update-subject.input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;;AAIhD,qBACa,kBAAmB,SAAQ,uBAA4D;IAIlG,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB"}
@@ -17,7 +17,9 @@ const Upload = require("graphql-upload/GraphQLUpload.js");
17
17
  let UpdateSubjectInput = exports.UpdateSubjectInput = class UpdateSubjectInput extends (0, graphql_1.IntersectionType)((0, graphql_1.PartialType)(create_subject_input_1.CreateSubjectInput), utils_1.NodeInput) {
18
18
  };
19
19
  __decorate([
20
- (0, graphql_1.Field)(() => Upload),
20
+ (0, graphql_1.Field)(() => Upload, {
21
+ nullable: true,
22
+ }),
21
23
  __metadata("design:type", Object)
22
24
  ], UpdateSubjectInput.prototype, "avatar", void 0);
23
25
  exports.UpdateSubjectInput = UpdateSubjectInput = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"update-subject.input.js","sourceRoot":"","sources":["../../../src/subjects/inputs/update-subject.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iEAA4D;AAC5D,mCAAgD;AAChD,6CAAkF;AAClF,0DAA0D;AAGnD,IAAM,kBAAkB,gCAAxB,MAAM,kBAAmB,SAAQ,IAAA,0BAAgB,EAAC,IAAA,qBAAW,EAAC,yCAAkB,CAAC,EAAE,iBAAS,CAAC;CAGnG,CAAA;AADC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;kDACD;6BAFR,kBAAkB;IAD9B,IAAA,mBAAS,GAAE;GACC,kBAAkB,CAG9B"}
1
+ {"version":3,"file":"update-subject.input.js","sourceRoot":"","sources":["../../../src/subjects/inputs/update-subject.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iEAA4D;AAC5D,mCAAgD;AAChD,6CAAkF;AAClF,0DAA0D;AAGnD,IAAM,kBAAkB,gCAAxB,MAAM,kBAAmB,SAAQ,IAAA,0BAAgB,EAAC,IAAA,qBAAW,EAAC,yCAAkB,CAAC,EAAE,iBAAS,CAAC;CAKnG,CAAA;AADC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACkB;6BAJT,kBAAkB;IAD9B,IAAA,mBAAS,GAAE;GACC,kBAAkB,CAK9B"}