@openbox/shared-types 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/lib/index.d.ts +2 -2
- package/lib/services/Services/UpdateSingle/Request.d.ts +1 -1
- package/lib/services/Services/index.d.ts +2 -2
- package/lib/services/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/index.ts +2 -2
- package/src/services/Services/UpdateSingle/Request.ts +1 -1
- package/src/services/Services/index.ts +2 -2
- package/src/services/index.ts +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { AuthGetUserResponse, AuthLoginRequest, AuthLoginResponse, AuthRecoverPasswordRequest, AuthRecoverPasswordResponse, AuthResetPasswordRequest, AuthResetPasswordResponse, AuthUpdatePasswordRequest, AuthUpdatePasswordResponse, AuthUpdateWorkspaceRequest, AuthUpdateWorkspaceResponse, JWTResponse, LoggedUserInfo, LoggedUserInfoProfile, LoggedUserInfoProfileAccess, LoggedUserInfoProfileAccessBranches, LoggedUserInfoProfileAccessBranchesModules, LoggedUserInfoWorkspace, LoggedUserInfoWorkspaceBranch, LoggedUserInfoWorkspaceCompany, WorkspaceChanged } from './auth';
|
|
2
|
-
import { ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesDeleteSingleResponse, ServicesGetManyRequest, ServicesGetManyResponse, ServicesGetSingleResponse, ServicesMany, ServicesSellingTypeMany, ServicesSingle,
|
|
3
|
-
export { ServicesSellingTypeMany, ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse,
|
|
2
|
+
import { ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesDeleteSingleResponse, ServicesGetManyRequest, ServicesGetManyResponse, ServicesGetSingleResponse, ServicesMany, ServicesSellingTypeMany, ServicesSingle, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse } from './services';
|
|
3
|
+
export { ServicesSellingTypeMany, ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, AuthLoginRequest, JWTResponse, AuthLoginResponse, AuthRecoverPasswordRequest, AuthRecoverPasswordResponse, AuthResetPasswordRequest, AuthResetPasswordResponse, AuthGetUserResponse, LoggedUserInfo, LoggedUserInfoProfileAccess, AuthUpdatePasswordRequest, AuthUpdatePasswordResponse, AuthUpdateWorkspaceRequest, AuthUpdateWorkspaceResponse, WorkspaceChanged, LoggedUserInfoProfileAccessBranchesModules, LoggedUserInfoProfileAccessBranches, LoggedUserInfoProfile, LoggedUserInfoWorkspaceCompany, LoggedUserInfoWorkspaceBranch, LoggedUserInfoWorkspace, };
|
|
@@ -8,8 +8,8 @@ import { ServicesGetManyResponse, ServicesMany } from './GetMany/Response';
|
|
|
8
8
|
import { ServicesGetSingleResponse, ServicesSingle } from './GetSingle/Response';
|
|
9
9
|
import { ServicesUpdateManyStatusRequest } from './UpdateManyStatuses/Request';
|
|
10
10
|
import { ServicesUpdateManyStatusResponse } from './UpdateManyStatuses/Response';
|
|
11
|
-
import {
|
|
11
|
+
import { ServicesUpdateSingleRequest } from './UpdateSingle/Request';
|
|
12
12
|
import { ServicesUpdateSingleResponse } from './UpdateSingle/Response';
|
|
13
13
|
import { ServicesUpdateSingleStatusRequest } from './UpdateSingleStatus/Request';
|
|
14
14
|
import { ServicesUpdateSingleStatusResponse } from './UpdateSingleStatus/Response';
|
|
15
|
-
export { ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse,
|
|
15
|
+
export { ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, };
|
package/lib/services/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesDeleteSingleResponse, ServicesGetManyRequest, ServicesGetManyResponse, ServicesGetSingleResponse, ServicesMany, ServicesSingle,
|
|
1
|
+
import { ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesDeleteSingleResponse, ServicesGetManyRequest, ServicesGetManyResponse, ServicesGetSingleResponse, ServicesMany, ServicesSingle, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse } from './Services';
|
|
2
2
|
import { ServicesSellingTypeMany } from './SellingTypes';
|
|
3
|
-
export { ServicesSellingTypeMany, ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse,
|
|
3
|
+
export { ServicesSellingTypeMany, ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -33,9 +33,9 @@ import {
|
|
|
33
33
|
ServicesMany,
|
|
34
34
|
ServicesSellingTypeMany,
|
|
35
35
|
ServicesSingle,
|
|
36
|
-
ServicesUpdateManyRequest,
|
|
37
36
|
ServicesUpdateManyStatusRequest,
|
|
38
37
|
ServicesUpdateManyStatusResponse,
|
|
38
|
+
ServicesUpdateSingleRequest,
|
|
39
39
|
ServicesUpdateSingleResponse,
|
|
40
40
|
ServicesUpdateSingleStatusRequest,
|
|
41
41
|
ServicesUpdateSingleStatusResponse,
|
|
@@ -57,7 +57,7 @@ export {
|
|
|
57
57
|
ServicesUpdateManyStatusResponse,
|
|
58
58
|
ServicesUpdateSingleStatusRequest,
|
|
59
59
|
ServicesUpdateSingleStatusResponse,
|
|
60
|
-
|
|
60
|
+
ServicesUpdateSingleRequest,
|
|
61
61
|
ServicesUpdateSingleResponse,
|
|
62
62
|
AuthLoginRequest,
|
|
63
63
|
JWTResponse,
|
|
@@ -8,7 +8,7 @@ import { ServicesGetManyResponse, ServicesMany } from './GetMany/Response'
|
|
|
8
8
|
import { ServicesGetSingleResponse, ServicesSingle } from './GetSingle/Response'
|
|
9
9
|
import { ServicesUpdateManyStatusRequest } from './UpdateManyStatuses/Request'
|
|
10
10
|
import { ServicesUpdateManyStatusResponse } from './UpdateManyStatuses/Response'
|
|
11
|
-
import {
|
|
11
|
+
import { ServicesUpdateSingleRequest } from './UpdateSingle/Request'
|
|
12
12
|
import { ServicesUpdateSingleResponse } from './UpdateSingle/Response'
|
|
13
13
|
import { ServicesUpdateSingleStatusRequest } from './UpdateSingleStatus/Request'
|
|
14
14
|
import { ServicesUpdateSingleStatusResponse } from './UpdateSingleStatus/Response'
|
|
@@ -28,6 +28,6 @@ export {
|
|
|
28
28
|
ServicesUpdateManyStatusResponse,
|
|
29
29
|
ServicesUpdateSingleStatusRequest,
|
|
30
30
|
ServicesUpdateSingleStatusResponse,
|
|
31
|
-
|
|
31
|
+
ServicesUpdateSingleRequest,
|
|
32
32
|
ServicesUpdateSingleResponse,
|
|
33
33
|
}
|
package/src/services/index.ts
CHANGED
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
ServicesGetSingleResponse,
|
|
10
10
|
ServicesMany,
|
|
11
11
|
ServicesSingle,
|
|
12
|
-
ServicesUpdateManyRequest,
|
|
13
12
|
ServicesUpdateManyStatusRequest,
|
|
14
13
|
ServicesUpdateManyStatusResponse,
|
|
14
|
+
ServicesUpdateSingleRequest,
|
|
15
15
|
ServicesUpdateSingleResponse,
|
|
16
16
|
ServicesUpdateSingleStatusRequest,
|
|
17
17
|
ServicesUpdateSingleStatusResponse,
|
|
@@ -35,6 +35,6 @@ export {
|
|
|
35
35
|
ServicesUpdateManyStatusResponse,
|
|
36
36
|
ServicesUpdateSingleStatusRequest,
|
|
37
37
|
ServicesUpdateSingleStatusResponse,
|
|
38
|
-
|
|
38
|
+
ServicesUpdateSingleRequest,
|
|
39
39
|
ServicesUpdateSingleResponse,
|
|
40
40
|
}
|