electric-coop-api 0.1.72 → 0.1.73
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/README.md +2 -2
- package/dist/apis/AdminServiceRequestsApi.d.ts +1 -1
- package/dist/esm/apis/AdminServiceRequestsApi.d.ts +1 -1
- package/dist/esm/models/UserPermissionEnum.d.ts +1 -0
- package/dist/esm/models/UserPermissionEnum.js +1 -0
- package/dist/models/UserPermissionEnum.d.ts +1 -0
- package/dist/models/UserPermissionEnum.js +1 -0
- package/package.json +1 -1
- package/src/apis/AdminServiceRequestsApi.ts +1 -1
- package/src/models/UserPermissionEnum.ts +1 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## electric-coop-api@0.1.
|
|
1
|
+
## electric-coop-api@0.1.73
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install electric-coop-api@0.1.
|
|
39
|
+
npm install electric-coop-api@0.1.73 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -79,7 +79,7 @@ export interface AdminServiceRequestsApiInterface {
|
|
|
79
79
|
* @summary List service requests (admin)
|
|
80
80
|
* @param {number} [page]
|
|
81
81
|
* @param {number} [limit]
|
|
82
|
-
* @param {string} [search]
|
|
82
|
+
* @param {string} [search]
|
|
83
83
|
* @param {ServiceRequestStatusEnum} [status]
|
|
84
84
|
* @param {ServiceRequestTypeEnum} [type]
|
|
85
85
|
* @param {string} [consumerId]
|
|
@@ -79,7 +79,7 @@ export interface AdminServiceRequestsApiInterface {
|
|
|
79
79
|
* @summary List service requests (admin)
|
|
80
80
|
* @param {number} [page]
|
|
81
81
|
* @param {number} [limit]
|
|
82
|
-
* @param {string} [search]
|
|
82
|
+
* @param {string} [search]
|
|
83
83
|
* @param {ServiceRequestStatusEnum} [status]
|
|
84
84
|
* @param {ServiceRequestTypeEnum} [type]
|
|
85
85
|
* @param {string} [consumerId]
|
|
@@ -57,6 +57,7 @@ export declare const UserPermissionEnum: {
|
|
|
57
57
|
readonly Complaints: "complaints.*";
|
|
58
58
|
readonly Inquiries: "inquiries.*";
|
|
59
59
|
readonly ServiceRequestsView: "service_requests.view";
|
|
60
|
+
readonly ServiceRequestsManage: "service_requests.manage";
|
|
60
61
|
readonly ServiceRequests: "service_requests.*";
|
|
61
62
|
readonly Engineering: "engineering.*";
|
|
62
63
|
readonly TechnicalView: "technical.view";
|
|
@@ -59,6 +59,7 @@ export const UserPermissionEnum = {
|
|
|
59
59
|
Complaints: 'complaints.*',
|
|
60
60
|
Inquiries: 'inquiries.*',
|
|
61
61
|
ServiceRequestsView: 'service_requests.view',
|
|
62
|
+
ServiceRequestsManage: 'service_requests.manage',
|
|
62
63
|
ServiceRequests: 'service_requests.*',
|
|
63
64
|
Engineering: 'engineering.*',
|
|
64
65
|
TechnicalView: 'technical.view',
|
|
@@ -57,6 +57,7 @@ export declare const UserPermissionEnum: {
|
|
|
57
57
|
readonly Complaints: "complaints.*";
|
|
58
58
|
readonly Inquiries: "inquiries.*";
|
|
59
59
|
readonly ServiceRequestsView: "service_requests.view";
|
|
60
|
+
readonly ServiceRequestsManage: "service_requests.manage";
|
|
60
61
|
readonly ServiceRequests: "service_requests.*";
|
|
61
62
|
readonly Engineering: "engineering.*";
|
|
62
63
|
readonly TechnicalView: "technical.view";
|
|
@@ -67,6 +67,7 @@ exports.UserPermissionEnum = {
|
|
|
67
67
|
Complaints: 'complaints.*',
|
|
68
68
|
Inquiries: 'inquiries.*',
|
|
69
69
|
ServiceRequestsView: 'service_requests.view',
|
|
70
|
+
ServiceRequestsManage: 'service_requests.manage',
|
|
70
71
|
ServiceRequests: 'service_requests.*',
|
|
71
72
|
Engineering: 'engineering.*',
|
|
72
73
|
TechnicalView: 'technical.view',
|
package/package.json
CHANGED
|
@@ -127,7 +127,7 @@ export interface AdminServiceRequestsApiInterface {
|
|
|
127
127
|
* @summary List service requests (admin)
|
|
128
128
|
* @param {number} [page]
|
|
129
129
|
* @param {number} [limit]
|
|
130
|
-
* @param {string} [search]
|
|
130
|
+
* @param {string} [search]
|
|
131
131
|
* @param {ServiceRequestStatusEnum} [status]
|
|
132
132
|
* @param {ServiceRequestTypeEnum} [type]
|
|
133
133
|
* @param {string} [consumerId]
|
|
@@ -61,6 +61,7 @@ export const UserPermissionEnum = {
|
|
|
61
61
|
Complaints: 'complaints.*',
|
|
62
62
|
Inquiries: 'inquiries.*',
|
|
63
63
|
ServiceRequestsView: 'service_requests.view',
|
|
64
|
+
ServiceRequestsManage: 'service_requests.manage',
|
|
64
65
|
ServiceRequests: 'service_requests.*',
|
|
65
66
|
Engineering: 'engineering.*',
|
|
66
67
|
TechnicalView: 'technical.view',
|