@experts_hub/shared 1.0.190 → 1.0.191
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/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/dist/modules/client-admin/pattern/pattern.d.ts +3 -0
- package/package.json +1 -1
- package/dist/modules/user/client-admin/index.d.ts +0 -3
- package/dist/modules/user/client-admin/pattern/pattern.d.ts +0 -7
- /package/dist/modules/{user/client-admin → client-admin}/client-admin.interface.d.ts +0 -0
- /package/dist/modules/{user/client-admin → client-admin}/dto/create-client.dto.d.ts +0 -0
- /package/dist/modules/{user/client-admin → client-admin}/dto/index.d.ts +0 -0
- /package/dist/modules/{user/client-admin → client-admin}/dto/update-client-status.dto.d.ts +0 -0
- /package/dist/modules/{user/client-admin → client-admin}/dto/update-client.dto.d.ts +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -1335,6 +1335,9 @@ declare const FREELANCER_ADMIN_PATTERNS: {
|
|
|
1335
1335
|
|
|
1336
1336
|
declare const CLIENT_ADMIN_PATTERNS: {
|
|
1337
1337
|
fetchAdminClients: string;
|
|
1338
|
+
updateAdminClients: string;
|
|
1339
|
+
fetchAdminClientById: string;
|
|
1340
|
+
deleteAdminClient: string;
|
|
1338
1341
|
exportAdminClients: string;
|
|
1339
1342
|
fetchClientCount: string;
|
|
1340
1343
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1335,6 +1335,9 @@ declare const FREELANCER_ADMIN_PATTERNS: {
|
|
|
1335
1335
|
|
|
1336
1336
|
declare const CLIENT_ADMIN_PATTERNS: {
|
|
1337
1337
|
fetchAdminClients: string;
|
|
1338
|
+
updateAdminClients: string;
|
|
1339
|
+
fetchAdminClientById: string;
|
|
1340
|
+
deleteAdminClient: string;
|
|
1338
1341
|
exportAdminClients: string;
|
|
1339
1342
|
fetchClientCount: string;
|
|
1340
1343
|
};
|
package/dist/index.js
CHANGED
|
@@ -3039,6 +3039,9 @@ var FREELANCER_ADMIN_PATTERNS = {
|
|
|
3039
3039
|
// src/modules/client-admin/pattern/pattern.ts
|
|
3040
3040
|
var CLIENT_ADMIN_PATTERNS = {
|
|
3041
3041
|
fetchAdminClients: "fetch.admin.clients",
|
|
3042
|
+
updateAdminClients: "update.admin.clients",
|
|
3043
|
+
fetchAdminClientById: "fetch.admin.client_by_id",
|
|
3044
|
+
deleteAdminClient: "delete.admin.client",
|
|
3042
3045
|
exportAdminClients: "export.admin.clients",
|
|
3043
3046
|
fetchClientCount: "fetch.client.count"
|
|
3044
3047
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -3122,6 +3122,9 @@ var FREELANCER_ADMIN_PATTERNS = {
|
|
|
3122
3122
|
// src/modules/client-admin/pattern/pattern.ts
|
|
3123
3123
|
var CLIENT_ADMIN_PATTERNS = {
|
|
3124
3124
|
fetchAdminClients: "fetch.admin.clients",
|
|
3125
|
+
updateAdminClients: "update.admin.clients",
|
|
3126
|
+
fetchAdminClientById: "fetch.admin.client_by_id",
|
|
3127
|
+
deleteAdminClient: "delete.admin.client",
|
|
3125
3128
|
exportAdminClients: "export.admin.clients",
|
|
3126
3129
|
fetchClientCount: "fetch.client.count"
|
|
3127
3130
|
};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|