Skip to content

Commit f0f1863

Browse files
committed
feat: add support filter data by tenantId
1 parent 38f6cf1 commit f0f1863

File tree

16 files changed

+626
-531
lines changed

16 files changed

+626
-531
lines changed
Lines changed: 107 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,114 @@
11
{
2-
"name": "@nestjs-mod/webhook-afat",
3-
"description": "Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction",
4-
"version": "1.1.3",
5-
"keywords": [
6-
"feature",
7-
"nestjs",
8-
"nestjs-mod",
9-
"modules",
10-
"mod",
11-
"webhook",
12-
"angular",
13-
"formly",
14-
"antd",
15-
"transloco",
16-
"rest",
17-
"sdk"
18-
],
19-
"license": "MIT",
20-
"author": "EndyKaufman <[email protected]>",
21-
"engines": {
22-
"node": ">=14",
23-
"npm": ">=6"
24-
},
25-
"publishConfig": {
26-
"access": "public"
27-
},
28-
"bugs": {
29-
"url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues"
30-
},
31-
"homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib",
32-
"repository": {
33-
"type": "git",
34-
"url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git"
35-
},
36-
"maintainers": [
37-
{
38-
"name": "EndyKaufman",
39-
"email": "[email protected]"
40-
}
41-
],
42-
"peerDependencies": {
43-
"@nestjs-mod/afat": "*",
44-
"@angular/common": "*",
45-
"@angular/core": "*",
46-
"@angular/forms": "*",
47-
"@jsverse/transloco": "*",
48-
"@nestjs-mod/misc": "*",
49-
"@ngneat/until-destroy": "*",
50-
"@ngx-formly/core": "*",
51-
"date-fns": "*",
52-
"ng-zorro-antd": "*",
53-
"rxjs": "*",
54-
"@angular/router": "*",
55-
"lodash": "*",
56-
"@jsverse/transloco-keys-manager": "*",
57-
"@jsverse/transloco-locale": "*"
58-
},
59-
"peerDependenciesMeta": {
60-
"@nestjs-mod/afat": {
61-
"optional": true
2+
"name": "@nestjs-mod/webhook-afat",
3+
"description": "Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction",
4+
"version": "1.1.3",
5+
"keywords": [
6+
"feature",
7+
"nestjs",
8+
"nestjs-mod",
9+
"modules",
10+
"mod",
11+
"webhook",
12+
"angular",
13+
"formly",
14+
"antd",
15+
"transloco",
16+
"rest",
17+
"sdk"
18+
],
19+
"license": "MIT",
20+
"author": "EndyKaufman <[email protected]>",
21+
"engines": {
22+
"node": ">=14",
23+
"npm": ">=6"
6224
},
63-
"@angular/common": {
64-
"optional": true
25+
"publishConfig": {
26+
"access": "public"
6527
},
66-
"@angular/core": {
67-
"optional": true
28+
"bugs": {
29+
"url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues"
6830
},
69-
"@angular/forms": {
70-
"optional": true
31+
"homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib",
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git"
7135
},
72-
"@jsverse/transloco": {
73-
"optional": true
36+
"maintainers": [
37+
{
38+
"name": "EndyKaufman",
39+
"email": "[email protected]"
40+
}
41+
],
42+
"peerDependencies": {
43+
"@nestjs-mod/afat": "*",
44+
"@angular/common": "*",
45+
"@angular/core": "*",
46+
"@angular/forms": "*",
47+
"@jsverse/transloco": "*",
48+
"@nestjs-mod/misc": "*",
49+
"@ngneat/until-destroy": "*",
50+
"@ngx-formly/core": "*",
51+
"date-fns": "*",
52+
"ng-zorro-antd": "*",
53+
"rxjs": "*",
54+
"@angular/router": "*",
55+
"lodash": "*",
56+
"@jsverse/transloco-keys-manager": "*",
57+
"@jsverse/transloco-locale": "*"
7458
},
75-
"@nestjs-mod/misc": {
76-
"optional": true
59+
"peerDependenciesMeta": {
60+
"@nestjs-mod/afat": {
61+
"optional": true
62+
},
63+
"@angular/common": {
64+
"optional": true
65+
},
66+
"@angular/core": {
67+
"optional": true
68+
},
69+
"@angular/forms": {
70+
"optional": true
71+
},
72+
"@jsverse/transloco": {
73+
"optional": true
74+
},
75+
"@nestjs-mod/misc": {
76+
"optional": true
77+
},
78+
"@ngneat/until-destroy": {
79+
"optional": true
80+
},
81+
"@ngx-formly/core": {
82+
"optional": true
83+
},
84+
"date-fns": {
85+
"optional": true
86+
},
87+
"ng-zorro-antd": {
88+
"optional": true
89+
},
90+
"rxjs": {
91+
"optional": true
92+
},
93+
"@angular/router": {
94+
"optional": true
95+
},
96+
"lodash": {
97+
"optional": true
98+
},
99+
"@jsverse/transloco-keys-manager": {
100+
"optional": true
101+
},
102+
"@jsverse/transloco-locale": {
103+
"optional": true
104+
}
77105
},
78-
"@ngneat/until-destroy": {
79-
"optional": true
80-
},
81-
"@ngx-formly/core": {
82-
"optional": true
83-
},
84-
"date-fns": {
85-
"optional": true
86-
},
87-
"ng-zorro-antd": {
88-
"optional": true
89-
},
90-
"rxjs": {
91-
"optional": true
92-
},
93-
"@angular/router": {
94-
"optional": true
95-
},
96-
"lodash": {
97-
"optional": true
98-
},
99-
"@jsverse/transloco-keys-manager": {
100-
"optional": true
101-
},
102-
"@jsverse/transloco-locale": {
103-
"optional": true
104-
}
105-
},
106-
"sideEffects": false,
107-
"i18n": [
108-
{
109-
"scope": "webhook-afat",
110-
"path": "src/i18n",
111-
"strategy": "join"
112-
}
113-
]
114-
}
106+
"sideEffects": false,
107+
"i18n": [
108+
{
109+
"scope": "webhook-afat",
110+
"path": "src/i18n",
111+
"strategy": "join"
112+
}
113+
]
114+
}
Lines changed: 53 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,54 @@
11
{
2-
"Logs for webhook #{{webhookId}}": "Logs for webhook #{{webhookId}}",
3-
"input search text": "input search text",
4-
"Action": "Action",
5-
"View": "View",
6-
"Delete": "Delete",
7-
"Create new": "Create new",
8-
"Edit": "Edit",
9-
"Save": "Save",
10-
"Create": "Create",
11-
"webhook-log.form.fields.request": "Request",
12-
"webhook-log.form.fields.webhook-status": "Webhook status",
13-
"webhook-log.form.fields.response": "Response",
14-
"webhook-log.form.fields.response-status": "Response status",
15-
"webhook.form.fields.endpoint": "Endpoint",
16-
"webhook.form.fields.event-name": "Event name",
17-
"webhook.form.fields.headers": "Headers",
18-
"webhook.form.fields.enabled": "Enabled",
19-
"webhook.form.fields.request-timeout": "Request timeout",
20-
"webhook.form.fields.work-until-date": "Work until date",
21-
"Example of payload": "Example of payload",
22-
"webhook-log.view-modal.title": "Webhook log #{{ id }}",
23-
"Close": "Close",
24-
"webhook-log.delete-modal.title": "Delete webhook log #{{ id }}",
25-
"Yes": "Yes",
26-
"No": "No",
27-
"webhook-log.grid.columns.id": "Id",
28-
"webhook-log.grid.columns.request": "Request",
29-
"webhook-log.grid.columns.response": "Response",
30-
"webhook-log.grid.columns.response-status": "Response status",
31-
"webhook-log.grid.columns.webhook-status": "Webhook status",
32-
"webhook.test-request-modal.success-title": "The test request was successful",
33-
"webhook.test-request-modal.error-title": "The test request failed with an error",
34-
"webhook.update-modal.title": "Update webhook #{{ id }}",
35-
"webhook.create-modal.title": "Create new webhook",
36-
"Test request": "Test request",
37-
"Cancel": "Cancel",
38-
"webhook.delete-modal.title": "Delete webhook #{{ id }}",
39-
"webhook.grid.columns.id": "Id",
40-
"webhook.grid.columns.enabled": "Enabled",
41-
"webhook.grid.columns.endpoint": "Endpoint",
42-
"webhook.grid.columns.event-name": "Event name",
43-
"webhook.grid.columns.headers": "Headers",
44-
"webhook.grid.columns.request-timeout": "Request timeout",
45-
"webhook.grid.columns.work-until-date": "Work until date",
46-
"id not set": "id not set",
47-
"Success": "Success",
48-
"Fill user credentials": "Fill user credentials",
49-
"Fill admin credentials": "Fill admin credentials",
50-
"Sign-in": "Sign-in",
51-
"Validation errors": "Validation errors"
52-
}
2+
"Logs for webhook #{{webhookId}}": "Logs for webhook #{{webhookId}}",
3+
"input search text": "input search text",
4+
"Action": "Action",
5+
"View": "View",
6+
"Delete": "Delete",
7+
"select tenant": "select tenant",
8+
"Loading...": "Loading...",
9+
"Create new": "Create new",
10+
"Edit": "Edit",
11+
"Save": "Save",
12+
"Create": "Create",
13+
"webhook-log.form.fields.request": "Request",
14+
"webhook-log.form.fields.webhook-status": "Webhook status",
15+
"webhook-log.form.fields.response": "Response",
16+
"webhook-log.form.fields.response-status": "Response status",
17+
"webhook.form.fields.endpoint": "Endpoint",
18+
"webhook.form.fields.event-name": "Event name",
19+
"webhook.form.fields.headers": "Headers",
20+
"webhook.form.fields.enabled": "Enabled",
21+
"webhook.form.fields.request-timeout": "Request timeout",
22+
"webhook.form.fields.work-until-date": "Work until date",
23+
"Example of payload": "Example of payload",
24+
"webhook-log.view-modal.title": "Webhook log #{{ id }}",
25+
"Close": "Close",
26+
"webhook-log.delete-modal.title": "Delete webhook log #{{ id }}",
27+
"Yes": "Yes",
28+
"No": "No",
29+
"webhook-log.grid.columns.id": "Id",
30+
"webhook-log.grid.columns.request": "Request",
31+
"webhook-log.grid.columns.response": "Response",
32+
"webhook-log.grid.columns.response-status": "Response status",
33+
"webhook-log.grid.columns.webhook-status": "Webhook status",
34+
"webhook.test-request-modal.success-title": "The test request was successful",
35+
"webhook.test-request-modal.error-title": "The test request failed with an error",
36+
"webhook.update-modal.title": "Update webhook #{{ id }}",
37+
"webhook.create-modal.title": "Create new webhook",
38+
"Test request": "Test request",
39+
"Cancel": "Cancel",
40+
"webhook.delete-modal.title": "Delete webhook #{{ id }}",
41+
"webhook.grid.columns.id": "Id",
42+
"webhook.grid.columns.enabled": "Enabled",
43+
"webhook.grid.columns.endpoint": "Endpoint",
44+
"webhook.grid.columns.event-name": "Event name",
45+
"webhook.grid.columns.headers": "Headers",
46+
"webhook.grid.columns.request-timeout": "Request timeout",
47+
"webhook.grid.columns.work-until-date": "Work until date",
48+
"id not set": "id not set",
49+
"Success": "Success",
50+
"Fill user credentials": "Fill user credentials",
51+
"Fill admin credentials": "Fill admin credentials",
52+
"Sign-in": "Sign-in",
53+
"Validation errors": "Validation errors"
54+
}

libs/feature/webhook-afat/src/i18n/en.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ msgstr "View"
2121
msgid "Delete"
2222
msgstr "Delete"
2323

24+
msgid "select tenant"
25+
msgstr "select tenant"
26+
27+
msgid "Loading..."
28+
msgstr "Loading..."
29+
2430
msgid "Create new"
2531
msgstr "Create new"
2632

0 commit comments

Comments
 (0)