@openbox/shared-types 0.1.73 → 0.1.74
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/SellingTypes/GetMany/Response.d.ts +3 -0
- package/lib/services/SellingTypes/index.d.ts +2 -2
- package/lib/services/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/index.ts +2 -0
- package/src/services/SellingTypes/GetMany/Response.ts +4 -0
- package/src/services/SellingTypes/index.ts +5 -2
- package/src/services/index.ts +5 -1
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, 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, };
|
|
2
|
+
import { ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesDeleteSingleResponse, ServicesGetManyRequest, ServicesGetManyResponse, ServicesGetSingleResponse, ServicesMany, ServicesSellingTypeMany, ServicesSellingTypeManyResponse, 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, ServicesSellingTypeManyResponse, };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ServicesSellingTypeMany } from './GetMany/Response';
|
|
2
|
-
export { ServicesSellingTypeMany };
|
|
1
|
+
import { ServicesSellingTypeMany, ServicesSellingTypeManyResponse } from './GetMany/Response';
|
|
2
|
+
export { ServicesSellingTypeMany, ServicesSellingTypeManyResponse };
|
package/lib/services/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesDeleteSingleResponse, ServicesGetManyRequest, ServicesGetManyResponse, ServicesGetSingleResponse, ServicesMany, ServicesSingle, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse } from './Services';
|
|
2
|
-
import { ServicesSellingTypeMany } from './SellingTypes';
|
|
3
|
-
export { ServicesSellingTypeMany, ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, };
|
|
2
|
+
import { ServicesSellingTypeMany, ServicesSellingTypeManyResponse } from './SellingTypes';
|
|
3
|
+
export { ServicesSellingTypeMany, ServicesMany, ServicesGetManyRequest, ServicesGetManyResponse, ServicesSingle, ServicesGetSingleResponse, ServicesCreateSingleRequest, ServicesCreateSingleResponse, ServicesDeleteSingleResponse, ServicesDeleteManyRequest, ServicesDeleteManyResponse, ServicesUpdateManyStatusRequest, ServicesUpdateManyStatusResponse, ServicesUpdateSingleStatusRequest, ServicesUpdateSingleStatusResponse, ServicesUpdateSingleRequest, ServicesUpdateSingleResponse, ServicesSellingTypeManyResponse, };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
ServicesGetSingleResponse,
|
|
33
33
|
ServicesMany,
|
|
34
34
|
ServicesSellingTypeMany,
|
|
35
|
+
ServicesSellingTypeManyResponse,
|
|
35
36
|
ServicesSingle,
|
|
36
37
|
ServicesUpdateManyStatusRequest,
|
|
37
38
|
ServicesUpdateManyStatusResponse,
|
|
@@ -80,4 +81,5 @@ export {
|
|
|
80
81
|
LoggedUserInfoWorkspaceCompany,
|
|
81
82
|
LoggedUserInfoWorkspaceBranch,
|
|
82
83
|
LoggedUserInfoWorkspace,
|
|
84
|
+
ServicesSellingTypeManyResponse,
|
|
83
85
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
ServicesSellingTypeMany,
|
|
3
|
+
ServicesSellingTypeManyResponse,
|
|
4
|
+
} from './GetMany/Response'
|
|
2
5
|
|
|
3
|
-
export { ServicesSellingTypeMany }
|
|
6
|
+
export { ServicesSellingTypeMany, ServicesSellingTypeManyResponse }
|
package/src/services/index.ts
CHANGED
|
@@ -17,7 +17,10 @@ import {
|
|
|
17
17
|
ServicesUpdateSingleStatusResponse,
|
|
18
18
|
} from './Services'
|
|
19
19
|
|
|
20
|
-
import {
|
|
20
|
+
import {
|
|
21
|
+
ServicesSellingTypeMany,
|
|
22
|
+
ServicesSellingTypeManyResponse,
|
|
23
|
+
} from './SellingTypes'
|
|
21
24
|
|
|
22
25
|
export {
|
|
23
26
|
ServicesSellingTypeMany,
|
|
@@ -37,4 +40,5 @@ export {
|
|
|
37
40
|
ServicesUpdateSingleStatusResponse,
|
|
38
41
|
ServicesUpdateSingleRequest,
|
|
39
42
|
ServicesUpdateSingleResponse,
|
|
43
|
+
ServicesSellingTypeManyResponse,
|
|
40
44
|
}
|