@fiado/type-kit 1.0.45 → 1.0.47

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.
Files changed (37) hide show
  1. package/.idea/aws.xml +11 -0
  2. package/.idea/fiado-type-kit.iml +12 -0
  3. package/.idea/modules.xml +8 -0
  4. package/.idea/sonarlint/issuestore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +2 -0
  5. package/.idea/sonarlint/issuestore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
  6. package/.idea/sonarlint/issuestore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
  7. package/.idea/sonarlint/issuestore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
  8. package/.idea/sonarlint/issuestore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
  9. package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  10. package/.idea/sonarlint/issuestore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
  11. package/.idea/sonarlint/issuestore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
  12. package/.idea/sonarlint/issuestore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
  13. package/.idea/sonarlint/issuestore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
  14. package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  15. package/.idea/sonarlint/issuestore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
  16. package/.idea/sonarlint/issuestore/index.pb +25 -0
  17. package/.idea/sonarlint/securityhotspotstore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -0
  18. package/.idea/sonarlint/securityhotspotstore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
  19. package/.idea/sonarlint/securityhotspotstore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
  20. package/.idea/sonarlint/securityhotspotstore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
  21. package/.idea/sonarlint/securityhotspotstore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
  22. package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
  23. package/.idea/sonarlint/securityhotspotstore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
  24. package/.idea/sonarlint/securityhotspotstore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
  25. package/.idea/sonarlint/securityhotspotstore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
  26. package/.idea/sonarlint/securityhotspotstore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
  27. package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
  28. package/.idea/sonarlint/securityhotspotstore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
  29. package/.idea/sonarlint/securityhotspotstore/index.pb +25 -0
  30. package/.idea/vcs.xml +6 -0
  31. package/bin/group/dtos/GroupCreateRequest.d.ts +1 -0
  32. package/bin/group/dtos/GroupCreateRequest.js +7 -0
  33. package/bin/group/dtos/GroupUpdateRequest.d.ts +1 -0
  34. package/bin/group/dtos/GroupUpdateRequest.js +5 -0
  35. package/package.json +1 -1
  36. package/src/group/dtos/GroupCreateRequest.ts +6 -0
  37. package/src/group/dtos/GroupUpdateRequest.ts +4 -0
package/.idea/aws.xml ADDED
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="accountSettings">
4
+ <option name="activeRegion" value="us-east-1" />
5
+ <option name="recentlyUsedRegions">
6
+ <list>
7
+ <option value="us-east-1" />
8
+ </list>
9
+ </option>
10
+ </component>
11
+ </project>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
+ </module>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/fiado-type-kit.iml" filepath="$PROJECT_DIR$/.idea/fiado-type-kit.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,25 @@
1
+
2
+ 9
3
+ README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
4
+ A
5
+ src/card/index.ts,1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd
6
+ <
7
+ src/index.ts,c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1
8
+ Q
9
+ !src/notificationMessages/index.ts,6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54
10
+ p
11
+ @src/notificationMessages/dtos/NotificationQueueMessageRequest.ts,3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d
12
+ h
13
+ 8src/notificationMessages/dtos/QueueMessageDestination.ts,2/5/25497cc140764f84080ed16d4d408b09b411525a
14
+ k
15
+ ;src/notificationMessages/dtos/QueueMessageVariableValues.ts,7/3/73eee44012dacbb17c6d2e2d988e6def209267b8
16
+ <
17
+ package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
18
+ K
19
+ src/servicePayment/index.ts,8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec
20
+ 6
21
+ .npmrc,1/2/12453d06e6e35287172e482940b954ba12dc25a2
22
+ T
23
+ $src/group/dtos/GroupCreateRequest.ts,7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401
24
+ T
25
+ $src/group/dtos/GroupUpdateRequest.ts,7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99
@@ -0,0 +1,25 @@
1
+
2
+ 9
3
+ README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
4
+ A
5
+ src/card/index.ts,1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd
6
+ <
7
+ src/index.ts,c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1
8
+ Q
9
+ !src/notificationMessages/index.ts,6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54
10
+ p
11
+ @src/notificationMessages/dtos/NotificationQueueMessageRequest.ts,3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d
12
+ h
13
+ 8src/notificationMessages/dtos/QueueMessageDestination.ts,2/5/25497cc140764f84080ed16d4d408b09b411525a
14
+ k
15
+ ;src/notificationMessages/dtos/QueueMessageVariableValues.ts,7/3/73eee44012dacbb17c6d2e2d988e6def209267b8
16
+ <
17
+ package.json,7/0/7030d0b2f71b999ff89a343de08c414af32fc93a
18
+ K
19
+ src/servicePayment/index.ts,8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec
20
+ 6
21
+ .npmrc,1/2/12453d06e6e35287172e482940b954ba12dc25a2
22
+ T
23
+ $src/group/dtos/GroupCreateRequest.ts,7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401
24
+ T
25
+ $src/group/dtos/GroupUpdateRequest.ts,7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -9,4 +9,5 @@ export declare class GroupCreateRequest {
9
9
  codeToRefer: string | null;
10
10
  leaderNames?: string | null;
11
11
  phoneNumber?: string | null;
12
+ category?: string | null;
12
13
  }
@@ -68,3 +68,10 @@ __decorate([
68
68
  (0, class_transformer_1.Transform)(({ value }) => value ?? null),
69
69
  __metadata("design:type", String)
70
70
  ], GroupCreateRequest.prototype, "phoneNumber", void 0);
71
+ __decorate([
72
+ (0, class_validator_1.IsOptional)(),
73
+ (0, class_validator_1.IsString)(),
74
+ (0, class_validator_1.Length)(0, 100),
75
+ (0, class_transformer_1.Transform)(({ value }) => value ?? null),
76
+ __metadata("design:type", String)
77
+ ], GroupCreateRequest.prototype, "category", void 0);
@@ -5,4 +5,5 @@ export declare class GroupUpdateRequest {
5
5
  leader: string;
6
6
  status: GroupStatus;
7
7
  codeToRefer: string;
8
+ category: string;
8
9
  }
@@ -42,3 +42,8 @@ __decorate([
42
42
  (0, class_validator_1.Length)(3, 20),
43
43
  __metadata("design:type", String)
44
44
  ], GroupUpdateRequest.prototype, "codeToRefer", void 0);
45
+ __decorate([
46
+ (0, class_validator_1.IsOptional)(),
47
+ (0, class_validator_1.Length)(3, 20),
48
+ __metadata("design:type", String)
49
+ ], GroupUpdateRequest.prototype, "category", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -45,4 +45,10 @@ export class GroupCreateRequest {
45
45
  @Length(0, 15)
46
46
  @Transform(({ value }) => value ?? null)
47
47
  phoneNumber?: string | null;
48
+
49
+ @IsOptional()
50
+ @IsString()
51
+ @Length(0, 100)
52
+ @Transform(({ value }) => value ?? null)
53
+ category?: string | null;
48
54
  }
@@ -24,4 +24,8 @@ export class GroupUpdateRequest {
24
24
  @IsOptional()
25
25
  @Length(3, 20)
26
26
  codeToRefer: string;
27
+
28
+ @IsOptional()
29
+ @Length(3, 20)
30
+ category: string;
27
31
  }