@rxdrag/rxcms-models 0.2.8 → 0.2.10

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,6 @@ export * from './UserQueryOptions';
2
2
  export * from './RoleQueryOptions';
3
3
  export * from './AbilityQueryOptions';
4
4
  export * from './MediaQueryOptions';
5
- export * from './MailQueryOptions';
6
5
  export * from './WebsiteQueryOptions';
7
6
  export * from './LangQueryOptions';
8
7
  export * from './WebsiteTypeQueryOptions';
@@ -2,7 +2,6 @@ export * from './userEntry';
2
2
  export * from './roleEntry';
3
3
  export * from './abilityEntry';
4
4
  export * from './mediaEntry';
5
- export * from './mailEntry';
6
5
  export * from './websiteEntry';
7
6
  export * from './langEntry';
8
7
  export * from './websiteTypeEntry';
@@ -2,7 +2,6 @@ export * from './UserFields';
2
2
  export * from './RoleFields';
3
3
  export * from './AbilityFields';
4
4
  export * from './MediaFields';
5
- export * from './MailFields';
6
5
  export * from './WebsiteFields';
7
6
  export * from './LangFields';
8
7
  export * from './WebsiteTypeFields';
package/dist/index.mjs CHANGED
@@ -624,42 +624,6 @@ var MediaType = /* @__PURE__ */ ((MediaType2) => {
624
624
  MediaType2["document"] = "document";
625
625
  return MediaType2;
626
626
  })(MediaType || {});
627
- const MailEntityName = "Mail";
628
- const MailEntityLabel = "";
629
- const mailToInputCascade = (entity) => {
630
- return {
631
- ...entity
632
- };
633
- };
634
- const mailToInput = (entity) => {
635
- return {
636
- ...entity
637
- };
638
- };
639
- var MailDistinctEnum = /* @__PURE__ */ ((MailDistinctEnum2) => {
640
- MailDistinctEnum2["id"] = "id";
641
- MailDistinctEnum2["createdAt"] = "createdAt";
642
- MailDistinctEnum2["updatedAt"] = "updatedAt";
643
- MailDistinctEnum2["taskId"] = "taskId";
644
- MailDistinctEnum2["taskName"] = "taskName";
645
- MailDistinctEnum2["remark"] = "remark";
646
- MailDistinctEnum2["subject"] = "subject";
647
- MailDistinctEnum2["message"] = "message";
648
- MailDistinctEnum2["to"] = "to";
649
- MailDistinctEnum2["cc"] = "cc";
650
- MailDistinctEnum2["label"] = "label";
651
- MailDistinctEnum2["name"] = "name";
652
- MailDistinctEnum2["company"] = "company";
653
- MailDistinctEnum2["mailType"] = "mailType";
654
- return MailDistinctEnum2;
655
- })(MailDistinctEnum || {});
656
- var MailType = /* @__PURE__ */ ((MailType2) => {
657
- MailType2["default"] = "default";
658
- MailType2["getPrice"] = "getPrice";
659
- MailType2["findPassword"] = "findPassword";
660
- MailType2["notice"] = "notice";
661
- return MailType2;
662
- })(MailType || {});
663
627
  const WebsiteEntityName = "Website";
664
628
  const WebsiteEntityLabel = "站点";
665
629
  var WebsiteDistinctEnum = /* @__PURE__ */ ((WebsiteDistinctEnum2) => {
@@ -2930,67 +2894,6 @@ class AbilityQueryOptions extends QueryOptions {
2930
2894
  return this;
2931
2895
  }
2932
2896
  }
2933
- class MailQueryOptions extends QueryOptions {
2934
- constructor(fields, queryArgs) {
2935
- super(MailEntityName, fields, queryArgs);
2936
- }
2937
- id() {
2938
- this.addField("id");
2939
- return this;
2940
- }
2941
- createdAt() {
2942
- this.addField("createdAt");
2943
- return this;
2944
- }
2945
- updatedAt() {
2946
- this.addField("updatedAt");
2947
- return this;
2948
- }
2949
- taskId() {
2950
- this.addField("taskId");
2951
- return this;
2952
- }
2953
- taskName() {
2954
- this.addField("taskName");
2955
- return this;
2956
- }
2957
- remark() {
2958
- this.addField("remark");
2959
- return this;
2960
- }
2961
- subject() {
2962
- this.addField("subject");
2963
- return this;
2964
- }
2965
- message() {
2966
- this.addField("message");
2967
- return this;
2968
- }
2969
- to() {
2970
- this.addField("to");
2971
- return this;
2972
- }
2973
- cc() {
2974
- this.addField("cc");
2975
- return this;
2976
- }
2977
- label() {
2978
- this.addField("label");
2979
- return this;
2980
- }
2981
- name() {
2982
- this.addField("name");
2983
- return this;
2984
- }
2985
- company() {
2986
- this.addField("company");
2987
- return this;
2988
- }
2989
- mailType() {
2990
- this.addField("mailType");
2991
- return this;
2992
- }
2993
- }
2994
2897
  class LangQueryOptions extends QueryOptions {
2995
2898
  constructor(fields, queryArgs) {
2996
2899
  super(LangEntityName, fields, queryArgs);
@@ -3482,11 +3385,6 @@ const mediaEntry = {
3482
3385
  entityLabel: MediaEntityLabel,
3483
3386
  toInput: mediaToInput
3484
3387
  };
3485
- const mailEntry = {
3486
- entityName: MailEntityName,
3487
- entityLabel: MailEntityLabel,
3488
- toInput: mailToInput
3489
- };
3490
3388
  const websiteEntry = {
3491
3389
  entityName: WebsiteEntityName,
3492
3390
  entityLabel: WebsiteEntityLabel,
@@ -3667,25 +3565,6 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
3667
3565
  MediaAssciations2["meidaOfProductAggregate"] = "meidaOfProductAggregate";
3668
3566
  return MediaAssciations2;
3669
3567
  })(MediaAssciations || {});
3670
- var MailFields = /* @__PURE__ */ ((MailFields2) => {
3671
- MailFields2["id"] = "id";
3672
- MailFields2["createdAt"] = "createdAt";
3673
- MailFields2["updatedAt"] = "updatedAt";
3674
- MailFields2["taskId"] = "taskId";
3675
- MailFields2["taskName"] = "taskName";
3676
- MailFields2["remark"] = "remark";
3677
- MailFields2["subject"] = "subject";
3678
- MailFields2["message"] = "message";
3679
- MailFields2["to"] = "to";
3680
- MailFields2["cc"] = "cc";
3681
- MailFields2["label"] = "label";
3682
- MailFields2["name"] = "name";
3683
- MailFields2["company"] = "company";
3684
- MailFields2["mailType"] = "mailType";
3685
- return MailFields2;
3686
- })(MailFields || {});
3687
- var MailAssciations = /* @__PURE__ */ ((MailAssciations2) => {
3688
- })();
3689
3568
  var WebsiteFields = /* @__PURE__ */ ((WebsiteFields2) => {
3690
3569
  WebsiteFields2["id"] = "id";
3691
3570
  WebsiteFields2["name"] = "name";
@@ -4134,13 +4013,6 @@ export {
4134
4013
  LangEntityName,
4135
4014
  LangFields,
4136
4015
  LangQueryOptions,
4137
- MailAssciations,
4138
- MailDistinctEnum,
4139
- MailEntityLabel,
4140
- MailEntityName,
4141
- MailFields,
4142
- MailQueryOptions,
4143
- MailType,
4144
4016
  MediaAssciations,
4145
4017
  MediaDistinctEnum,
4146
4018
  MediaEntityLabel,
@@ -4271,9 +4143,6 @@ export {
4271
4143
  langEntry,
4272
4144
  langToInput,
4273
4145
  langToInputCascade,
4274
- mailEntry,
4275
- mailToInput,
4276
- mailToInputCascade,
4277
4146
  mediaEntry,
4278
4147
  mediaFolderEntry,
4279
4148
  mediaFolderToInput,