@buildery/ts-api-kit 6.2.1 → 7.0.0
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/Api.d.ts +21 -21
- package/dist/Api.js +38 -42
- package/dist/Api.js.map +1 -1
- package/dist/ApiConfigs.js +12 -16
- package/dist/ApiConfigs.js.map +1 -1
- package/dist/compose/index.d.ts +1 -1
- package/dist/compose/index.js +1 -17
- package/dist/compose/index.js.map +1 -1
- package/dist/compose/useSingleton.d.ts +1 -1
- package/dist/compose/useSingleton.js +6 -10
- package/dist/compose/useSingleton.js.map +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +8 -11
- package/dist/constants.js.map +1 -1
- package/dist/features/api/AbstractApi.d.ts +1 -1
- package/dist/features/api/AbstractApi.js +4 -9
- package/dist/features/api/AbstractApi.js.map +1 -1
- package/dist/features/api/index.d.ts +1 -1
- package/dist/features/api/index.js +1 -17
- package/dist/features/api/index.js.map +1 -1
- package/dist/features/auth/errors/AuthError.js +1 -5
- package/dist/features/auth/errors/AuthError.js.map +1 -1
- package/dist/features/auth/errors/index.d.ts +1 -1
- package/dist/features/auth/errors/index.js +1 -17
- package/dist/features/auth/errors/index.js.map +1 -1
- package/dist/features/auth/index.d.ts +3 -3
- package/dist/features/auth/index.js +3 -19
- package/dist/features/auth/index.js.map +1 -1
- package/dist/features/auth/services/AuthAxiosService.js +10 -15
- package/dist/features/auth/services/AuthAxiosService.js.map +1 -1
- package/dist/features/auth/services/AuthService.d.ts +2 -2
- package/dist/features/auth/services/AuthService.js +5 -9
- package/dist/features/auth/services/AuthService.js.map +1 -1
- package/dist/features/auth/services/AuthTokensService.d.ts +5 -5
- package/dist/features/auth/services/AuthTokensService.js +14 -18
- package/dist/features/auth/services/AuthTokensService.js.map +1 -1
- package/dist/features/auth/services/index.d.ts +3 -3
- package/dist/features/auth/services/index.js +3 -19
- package/dist/features/auth/services/index.js.map +1 -1
- package/dist/features/auth/types/AuthActivateUser.js +1 -2
- package/dist/features/auth/types/AuthApiTokens.js +1 -2
- package/dist/features/auth/types/AuthChangePassword.js +1 -2
- package/dist/features/auth/types/AuthCode.js +1 -2
- package/dist/features/auth/types/AuthConfirmResetPassword.js +1 -2
- package/dist/features/auth/types/AuthSignIn.js +1 -2
- package/dist/features/auth/types/AuthUserJWT.js +1 -2
- package/dist/features/auth/types/index.d.ts +7 -7
- package/dist/features/auth/types/index.js +7 -23
- package/dist/features/auth/types/index.js.map +1 -1
- package/dist/features/callout/Callout.d.ts +2 -2
- package/dist/features/callout/Callout.js +11 -14
- package/dist/features/callout/Callout.js.map +1 -1
- package/dist/features/callout/CalloutMiddlewareService.d.ts +2 -2
- package/dist/features/callout/CalloutMiddlewareService.js +6 -10
- package/dist/features/callout/CalloutMiddlewareService.js.map +1 -1
- package/dist/features/callout/CalloutMiddlewares.d.ts +1 -1
- package/dist/features/callout/CalloutMiddlewares.js +9 -13
- package/dist/features/callout/CalloutMiddlewares.js.map +1 -1
- package/dist/features/callout/Calloutable.d.ts +2 -2
- package/dist/features/callout/Calloutable.js +6 -10
- package/dist/features/callout/Calloutable.js.map +1 -1
- package/dist/features/callout/index.d.ts +5 -5
- package/dist/features/callout/index.js +5 -21
- package/dist/features/callout/index.js.map +1 -1
- package/dist/features/callout/types.d.ts +2 -2
- package/dist/features/callout/types.js +1 -2
- package/dist/features/crud/index.d.ts +2 -2
- package/dist/features/crud/index.js +2 -18
- package/dist/features/crud/index.js.map +1 -1
- package/dist/features/crud/operations/abstract/AbstractCRUDApi.d.ts +2 -2
- package/dist/features/crud/operations/abstract/AbstractCRUDApi.js +3 -6
- package/dist/features/crud/operations/abstract/AbstractCRUDApi.js.map +1 -1
- package/dist/features/crud/operations/abstract/index.d.ts +1 -1
- package/dist/features/crud/operations/abstract/index.js +1 -17
- package/dist/features/crud/operations/abstract/index.js.map +1 -1
- package/dist/features/crud/operations/index.d.ts +2 -2
- package/dist/features/crud/operations/index.js +2 -18
- package/dist/features/crud/operations/index.js.map +1 -1
- package/dist/features/crud/operations/operations/Create.d.ts +1 -1
- package/dist/features/crud/operations/operations/Create.js +5 -10
- package/dist/features/crud/operations/operations/Create.js.map +1 -1
- package/dist/features/crud/operations/operations/CreateBulk.d.ts +1 -1
- package/dist/features/crud/operations/operations/CreateBulk.js +5 -9
- package/dist/features/crud/operations/operations/CreateBulk.js.map +1 -1
- package/dist/features/crud/operations/operations/DeleteByFilters.d.ts +1 -1
- package/dist/features/crud/operations/operations/DeleteByFilters.js +5 -9
- package/dist/features/crud/operations/operations/DeleteByFilters.js.map +1 -1
- package/dist/features/crud/operations/operations/DeleteById.d.ts +1 -1
- package/dist/features/crud/operations/operations/DeleteById.js +6 -10
- package/dist/features/crud/operations/operations/DeleteById.js.map +1 -1
- package/dist/features/crud/operations/operations/DeleteByIds.d.ts +1 -1
- package/dist/features/crud/operations/operations/DeleteByIds.js +7 -11
- package/dist/features/crud/operations/operations/DeleteByIds.js.map +1 -1
- package/dist/features/crud/operations/operations/GetAll.d.ts +1 -1
- package/dist/features/crud/operations/operations/GetAll.js +6 -10
- package/dist/features/crud/operations/operations/GetAll.js.map +1 -1
- package/dist/features/crud/operations/operations/GetByFilters.d.ts +2 -2
- package/dist/features/crud/operations/operations/GetByFilters.js +6 -10
- package/dist/features/crud/operations/operations/GetByFilters.js.map +1 -1
- package/dist/features/crud/operations/operations/GetById.d.ts +1 -1
- package/dist/features/crud/operations/operations/GetById.js +6 -10
- package/dist/features/crud/operations/operations/GetById.js.map +1 -1
- package/dist/features/crud/operations/operations/GetByIds.d.ts +1 -1
- package/dist/features/crud/operations/operations/GetByIds.js +6 -10
- package/dist/features/crud/operations/operations/GetByIds.js.map +1 -1
- package/dist/features/crud/operations/operations/Update.d.ts +1 -1
- package/dist/features/crud/operations/operations/Update.js +6 -10
- package/dist/features/crud/operations/operations/Update.js.map +1 -1
- package/dist/features/crud/operations/operations/UpdateBulk.d.ts +1 -1
- package/dist/features/crud/operations/operations/UpdateBulk.js +6 -10
- package/dist/features/crud/operations/operations/UpdateBulk.js.map +1 -1
- package/dist/features/crud/operations/operations/Upsert.d.ts +1 -1
- package/dist/features/crud/operations/operations/Upsert.js +6 -10
- package/dist/features/crud/operations/operations/Upsert.js.map +1 -1
- package/dist/features/crud/operations/operations/UpsertBulk.d.ts +1 -1
- package/dist/features/crud/operations/operations/UpsertBulk.js +6 -10
- package/dist/features/crud/operations/operations/UpsertBulk.js.map +1 -1
- package/dist/features/crud/operations/operations/index.d.ts +13 -13
- package/dist/features/crud/operations/operations/index.js +13 -29
- package/dist/features/crud/operations/operations/index.js.map +1 -1
- package/dist/features/crud/sync/compose/index.d.ts +1 -1
- package/dist/features/crud/sync/compose/index.js +1 -17
- package/dist/features/crud/sync/compose/index.js.map +1 -1
- package/dist/features/crud/sync/compose/useCrudSync.d.ts +4 -4
- package/dist/features/crud/sync/compose/useCrudSync.js +34 -33
- package/dist/features/crud/sync/compose/useCrudSync.js.map +1 -1
- package/dist/features/crud/sync/constants/CrudSyncAction.js +2 -5
- package/dist/features/crud/sync/constants/CrudSyncAction.js.map +1 -1
- package/dist/features/crud/sync/constants/CrudSyncConstants.js +1 -4
- package/dist/features/crud/sync/constants/CrudSyncConstants.js.map +1 -1
- package/dist/features/crud/sync/constants/index.d.ts +2 -2
- package/dist/features/crud/sync/constants/index.js +2 -18
- package/dist/features/crud/sync/constants/index.js.map +1 -1
- package/dist/features/crud/sync/error/CrudSyncError.js +1 -5
- package/dist/features/crud/sync/error/CrudSyncError.js.map +1 -1
- package/dist/features/crud/sync/error/index.d.ts +1 -1
- package/dist/features/crud/sync/error/index.js +1 -17
- package/dist/features/crud/sync/error/index.js.map +1 -1
- package/dist/features/crud/sync/index.d.ts +6 -6
- package/dist/features/crud/sync/index.js +6 -22
- package/dist/features/crud/sync/index.js.map +1 -1
- package/dist/features/crud/sync/middlewares/PushCrudEvent.d.ts +3 -3
- package/dist/features/crud/sync/middlewares/PushCrudEvent.js +6 -10
- package/dist/features/crud/sync/middlewares/PushCrudEvent.js.map +1 -1
- package/dist/features/crud/sync/middlewares/index.d.ts +1 -1
- package/dist/features/crud/sync/middlewares/index.js +1 -17
- package/dist/features/crud/sync/middlewares/index.js.map +1 -1
- package/dist/features/crud/sync/services/CrudSyncService.d.ts +1 -1
- package/dist/features/crud/sync/services/CrudSyncService.js +3 -7
- package/dist/features/crud/sync/services/CrudSyncService.js.map +1 -1
- package/dist/features/crud/sync/services/index.d.ts +1 -1
- package/dist/features/crud/sync/services/index.js +1 -17
- package/dist/features/crud/sync/services/index.js.map +1 -1
- package/dist/features/crud/sync/sync/CrudSyncCreate.d.ts +2 -2
- package/dist/features/crud/sync/sync/CrudSyncCreate.js +6 -10
- package/dist/features/crud/sync/sync/CrudSyncCreate.js.map +1 -1
- package/dist/features/crud/sync/sync/CrudSyncDelete.d.ts +2 -2
- package/dist/features/crud/sync/sync/CrudSyncDelete.js +6 -10
- package/dist/features/crud/sync/sync/CrudSyncDelete.js.map +1 -1
- package/dist/features/crud/sync/sync/CrudSyncUpdate.d.ts +2 -2
- package/dist/features/crud/sync/sync/CrudSyncUpdate.js +6 -10
- package/dist/features/crud/sync/sync/CrudSyncUpdate.js.map +1 -1
- package/dist/features/crud/sync/sync/CrudSyncUpsert.d.ts +2 -2
- package/dist/features/crud/sync/sync/CrudSyncUpsert.js +5 -9
- package/dist/features/crud/sync/sync/CrudSyncUpsert.js.map +1 -1
- package/dist/features/crud/sync/sync/abstract/AbstractCrudSync.d.ts +1 -1
- package/dist/features/crud/sync/sync/abstract/AbstractCrudSync.js +4 -8
- package/dist/features/crud/sync/sync/abstract/AbstractCrudSync.js.map +1 -1
- package/dist/features/crud/sync/sync/abstract/index.d.ts +1 -1
- package/dist/features/crud/sync/sync/abstract/index.js +1 -17
- package/dist/features/crud/sync/sync/abstract/index.js.map +1 -1
- package/dist/features/crud/sync/sync/index.d.ts +5 -5
- package/dist/features/crud/sync/sync/index.js +5 -21
- package/dist/features/crud/sync/sync/index.js.map +1 -1
- package/dist/features/index.d.ts +4 -4
- package/dist/features/index.js +4 -20
- package/dist/features/index.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +14 -33
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.js +1 -0
- package/dist/micro/auth/AuthApi.d.ts +1 -1
- package/dist/micro/auth/AuthApi.js +20 -24
- package/dist/micro/auth/AuthApi.js.map +1 -1
- package/dist/micro/auth/WorkspaceApi.d.ts +1 -1
- package/dist/micro/auth/WorkspaceApi.js +6 -10
- package/dist/micro/auth/WorkspaceApi.js.map +1 -1
- package/dist/micro/auth/index.d.ts +2 -2
- package/dist/micro/auth/index.js +2 -18
- package/dist/micro/auth/index.js.map +1 -1
- package/dist/micro/auth/types/InitWorkspace.d.ts +1 -1
- package/dist/micro/auth/types/InitWorkspace.js +1 -2
- package/dist/micro/auth/types/index.d.ts +1 -1
- package/dist/micro/auth/types/index.js +1 -17
- package/dist/micro/auth/types/index.js.map +1 -1
- package/dist/micro/blueprint/types.js +1 -2
- package/dist/micro/index.d.ts +4 -4
- package/dist/micro/index.js +4 -20
- package/dist/micro/index.js.map +1 -1
- package/dist/micro/query/FieldApi.d.ts +2 -2
- package/dist/micro/query/FieldApi.js +7 -11
- package/dist/micro/query/FieldApi.js.map +1 -1
- package/dist/micro/query/SObjectApi.d.ts +1 -1
- package/dist/micro/query/SObjectApi.js +4 -8
- package/dist/micro/query/SObjectApi.js.map +1 -1
- package/dist/micro/query/error/ObjectApiError.js +1 -5
- package/dist/micro/query/error/ObjectApiError.js.map +1 -1
- package/dist/micro/query/error/index.d.ts +1 -1
- package/dist/micro/query/error/index.js +1 -17
- package/dist/micro/query/error/index.js.map +1 -1
- package/dist/micro/query/index.d.ts +4 -4
- package/dist/micro/query/index.js +4 -20
- package/dist/micro/query/index.js.map +1 -1
- package/dist/micro/query/types/FieldType.js +2 -5
- package/dist/micro/query/types/FieldType.js.map +1 -1
- package/dist/micro/query/types/PicklistValue.js +1 -2
- package/dist/micro/query/types/SObject.d.ts +1 -1
- package/dist/micro/query/types/SObject.js +1 -2
- package/dist/micro/query/types/SObjectField.d.ts +3 -3
- package/dist/micro/query/types/SObjectField.js +1 -2
- package/dist/micro/query/types/index.d.ts +4 -4
- package/dist/micro/query/types/index.js +4 -20
- package/dist/micro/query/types/index.js.map +1 -1
- package/dist/micro/security/PermissionApi.d.ts +2 -2
- package/dist/micro/security/PermissionApi.js +7 -11
- package/dist/micro/security/PermissionApi.js.map +1 -1
- package/dist/micro/security/PermissionCategoryApi.d.ts +1 -1
- package/dist/micro/security/PermissionCategoryApi.js +4 -8
- package/dist/micro/security/PermissionCategoryApi.js.map +1 -1
- package/dist/micro/security/PermissionSetApi.d.ts +2 -2
- package/dist/micro/security/PermissionSetApi.js +6 -10
- package/dist/micro/security/PermissionSetApi.js.map +1 -1
- package/dist/micro/security/TeamApi.d.ts +2 -2
- package/dist/micro/security/TeamApi.js +6 -10
- package/dist/micro/security/TeamApi.js.map +1 -1
- package/dist/micro/security/index.d.ts +5 -5
- package/dist/micro/security/index.js +5 -21
- package/dist/micro/security/index.js.map +1 -1
- package/dist/micro/security/types/CalculatedPermissionAssignment.js +1 -2
- package/dist/micro/security/types/Permission.js +1 -2
- package/dist/micro/security/types/PermissionAssignment.js +1 -2
- package/dist/micro/security/types/PermissionCategory.js +1 -2
- package/dist/micro/security/types/PermissionDefinition.js +1 -2
- package/dist/micro/security/types/PermissionGroup.js +1 -2
- package/dist/micro/security/types/PermissionSet.d.ts +1 -1
- package/dist/micro/security/types/PermissionSet.js +1 -2
- package/dist/micro/security/types/PermissionSetAssignment.js +1 -2
- package/dist/micro/security/types/Team.d.ts +1 -1
- package/dist/micro/security/types/Team.js +1 -2
- package/dist/micro/security/types/TeamAssignment.js +1 -2
- package/dist/micro/security/types/index.d.ts +10 -10
- package/dist/micro/security/types/index.js +10 -26
- package/dist/micro/security/types/index.js.map +1 -1
- package/dist/micro/workspace/ModuleApi.d.ts +2 -2
- package/dist/micro/workspace/ModuleApi.js +7 -11
- package/dist/micro/workspace/ModuleApi.js.map +1 -1
- package/dist/micro/workspace/index.d.ts +2 -2
- package/dist/micro/workspace/index.js +2 -18
- package/dist/micro/workspace/index.js.map +1 -1
- package/dist/micro/workspace/types/CreateUser.js +1 -2
- package/dist/micro/workspace/types/EUserStatus.js +2 -5
- package/dist/micro/workspace/types/EUserStatus.js.map +1 -1
- package/dist/micro/workspace/types/Module.d.ts +1 -1
- package/dist/micro/workspace/types/Module.js +1 -2
- package/dist/micro/workspace/types/ModuleAction.js +1 -2
- package/dist/micro/workspace/types/User.d.ts +3 -3
- package/dist/micro/workspace/types/User.js +1 -2
- package/dist/micro/workspace/types/index.d.ts +5 -5
- package/dist/micro/workspace/types/index.js +5 -21
- package/dist/micro/workspace/types/index.js.map +1 -1
- package/dist/services/MapService.js +2 -6
- package/dist/services/MapService.js.map +1 -1
- package/dist/services/ResponseService.d.ts +1 -1
- package/dist/services/ResponseService.js +5 -12
- package/dist/services/ResponseService.js.map +1 -1
- package/dist/services/UrlService.d.ts +1 -1
- package/dist/services/UrlService.js +5 -10
- package/dist/services/UrlService.js.map +1 -1
- package/dist/services/index.d.ts +3 -3
- package/dist/services/index.js +3 -19
- package/dist/services/index.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +4 -7
- package/dist/types.js.map +1 -1
- package/package.json +15 -12
- package/dist/features/callout/decorators/Calloutable.d.ts +0 -3
- package/dist/features/callout/decorators/Calloutable.js +0 -20
- package/dist/features/callout/decorators/Calloutable.js.map +0 -1
- package/dist/features/callout/decorators/index.d.ts +0 -1
- package/dist/features/callout/decorators/index.js +0 -18
- package/dist/features/callout/decorators/index.js.map +0 -1
- package/dist/features/callout/types/ApiCalloutMiddleware.d.ts +0 -2
- package/dist/features/callout/types/ApiCalloutMiddleware.js +0 -3
- package/dist/features/callout/types/ApiCalloutMiddleware.js.map +0 -1
- package/dist/features/callout/types/index.d.ts +0 -1
- package/dist/features/callout/types/index.js +0 -18
- package/dist/features/callout/types/index.js.map +0 -1
- package/dist/micro/security/types/IPermission.d.ts +0 -10
- package/dist/micro/security/types/IPermission.js +0 -3
- package/dist/micro/security/types/IPermission.js.map +0 -1
- package/dist/micro/security/types/IPermissionAssignment.d.ts +0 -6
- package/dist/micro/security/types/IPermissionAssignment.js +0 -3
- package/dist/micro/security/types/IPermissionAssignment.js.map +0 -1
- package/dist/micro/security/types/IPermissionCategory.d.ts +0 -5
- package/dist/micro/security/types/IPermissionCategory.js +0 -3
- package/dist/micro/security/types/IPermissionCategory.js.map +0 -1
- package/dist/micro/security/types/IPermissionDefinition.d.ts +0 -6
- package/dist/micro/security/types/IPermissionDefinition.js +0 -3
- package/dist/micro/security/types/IPermissionDefinition.js.map +0 -1
- package/dist/micro/security/types/IPermissionGroup.d.ts +0 -4
- package/dist/micro/security/types/IPermissionGroup.js +0 -3
- package/dist/micro/security/types/IPermissionGroup.js.map +0 -1
- package/dist/micro/security/types/IPermissionSet.d.ts +0 -6
- package/dist/micro/security/types/IPermissionSet.js +0 -3
- package/dist/micro/security/types/IPermissionSet.js.map +0 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/dist/types/ApiQueryOptions.d.ts +0 -14
- package/dist/types/ApiQueryOptions.js +0 -3
- package/dist/types/ApiQueryOptions.js.map +0 -1
- package/dist/types/Constructable.d.ts +0 -3
- package/dist/types/Constructable.js +0 -3
- package/dist/types/Constructable.js.map +0 -1
- package/dist/types/Constructor.d.ts +0 -1
- package/dist/types/Constructor.js +0 -3
- package/dist/types/Constructor.js.map +0 -1
- package/dist/types/HasApiName.d.ts +0 -3
- package/dist/types/HasApiName.js +0 -3
- package/dist/types/HasApiName.js.map +0 -1
- package/dist/types/HasCallouts.d.ts +0 -4
- package/dist/types/HasCallouts.js +0 -3
- package/dist/types/HasCallouts.js.map +0 -1
- package/dist/types/HasDBId.d.ts +0 -3
- package/dist/types/HasDBId.js +0 -3
- package/dist/types/HasDBId.js.map +0 -1
- package/dist/types/HasDescription.d.ts +0 -3
- package/dist/types/HasDescription.js +0 -3
- package/dist/types/HasDescription.js.map +0 -1
- package/dist/types/HasEmail.d.ts +0 -3
- package/dist/types/HasEmail.js +0 -3
- package/dist/types/HasEmail.js.map +0 -1
- package/dist/types/HasId.d.ts +0 -3
- package/dist/types/HasId.js +0 -3
- package/dist/types/HasId.js.map +0 -1
- package/dist/types/HasLabel.d.ts +0 -3
- package/dist/types/HasLabel.js +0 -3
- package/dist/types/HasLabel.js.map +0 -1
- package/dist/types/HasMode.d.ts +0 -3
- package/dist/types/HasMode.js +0 -3
- package/dist/types/HasMode.js.map +0 -1
- package/dist/types/HasNamespace.d.ts +0 -3
- package/dist/types/HasNamespace.js +0 -3
- package/dist/types/HasNamespace.js.map +0 -1
- package/dist/types/HasOrder.d.ts +0 -3
- package/dist/types/HasOrder.js +0 -3
- package/dist/types/HasOrder.js.map +0 -1
- package/dist/types/index.d.ts +0 -11
- package/dist/types/index.js +0 -28
- package/dist/types/index.js.map +0 -1
|
@@ -1,21 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./FieldType"), exports);
|
|
18
|
-
__exportStar(require("./PicklistValue"), exports);
|
|
19
|
-
__exportStar(require("./SObject"), exports);
|
|
20
|
-
__exportStar(require("./SObjectField"), exports);
|
|
1
|
+
export * from './FieldType.js';
|
|
2
|
+
export * from './PicklistValue.js';
|
|
3
|
+
export * from './SObject.js';
|
|
4
|
+
export * from './SObjectField.js';
|
|
21
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/micro/query/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/micro/query/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AxiosRequestConfig } from "axios";
|
|
2
|
-
import { AbstractCRUDApi } from "../../features";
|
|
3
|
-
import { ApiQueryRequest } from "../../types";
|
|
2
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
3
|
+
import { ApiQueryRequest } from "../../types.js";
|
|
4
4
|
export declare class PermissionApi extends AbstractCRUDApi {
|
|
5
5
|
getByCategoryId(categoryId: string): AxiosRequestConfig;
|
|
6
6
|
getByCategoryIds(categoryIds: Array<string>): AxiosRequestConfig;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -8,11 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const callout_1 = require("../../features/callout");
|
|
15
|
-
class PermissionApi extends features_1.AbstractCRUDApi {
|
|
10
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
11
|
+
import { Calloutable } from "../../features/index.js";
|
|
12
|
+
export class PermissionApi extends AbstractCRUDApi {
|
|
16
13
|
getByCategoryId(categoryId) {
|
|
17
14
|
return {
|
|
18
15
|
baseURL: this.serverUrl,
|
|
@@ -23,7 +20,7 @@ class PermissionApi extends features_1.AbstractCRUDApi {
|
|
|
23
20
|
getByCategoryIds(categoryIds) {
|
|
24
21
|
return {
|
|
25
22
|
baseURL: this.serverUrl,
|
|
26
|
-
url: `/${this.objectName}/categories/${categoryIds
|
|
23
|
+
url: `/${this.objectName}/categories/${categoryIds?.join(',')}`,
|
|
27
24
|
method: "GET"
|
|
28
25
|
};
|
|
29
26
|
}
|
|
@@ -37,21 +34,20 @@ class PermissionApi extends features_1.AbstractCRUDApi {
|
|
|
37
34
|
};
|
|
38
35
|
}
|
|
39
36
|
}
|
|
40
|
-
exports.PermissionApi = PermissionApi;
|
|
41
37
|
__decorate([
|
|
42
|
-
|
|
38
|
+
Calloutable(),
|
|
43
39
|
__metadata("design:type", Function),
|
|
44
40
|
__metadata("design:paramtypes", [String]),
|
|
45
41
|
__metadata("design:returntype", Object)
|
|
46
42
|
], PermissionApi.prototype, "getByCategoryId", null);
|
|
47
43
|
__decorate([
|
|
48
|
-
|
|
44
|
+
Calloutable(),
|
|
49
45
|
__metadata("design:type", Function),
|
|
50
46
|
__metadata("design:paramtypes", [Array]),
|
|
51
47
|
__metadata("design:returntype", Object)
|
|
52
48
|
], PermissionApi.prototype, "getByCategoryIds", null);
|
|
53
49
|
__decorate([
|
|
54
|
-
|
|
50
|
+
Calloutable(),
|
|
55
51
|
__metadata("design:type", Function),
|
|
56
52
|
__metadata("design:paramtypes", [Object]),
|
|
57
53
|
__metadata("design:returntype", Object)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionApi.js","sourceRoot":"","sources":["../../../src/micro/security/PermissionApi.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PermissionApi.js","sourceRoot":"","sources":["../../../src/micro/security/PermissionApi.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAGpD,MAAM,OAAO,aAAc,SAAQ,eAAe;IAGzC,eAAe,CAAC,UAAkB;QACvC,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,aAAa,UAAU,EAAE;YACjD,MAAM,EAAE,KAAK;SACd,CAAA;IACH,CAAC;IAGM,gBAAgB,CAAC,WAA0B;QAChD,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,eAAe,WAAW,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE;YAC/D,MAAM,EAAE,KAAK;SACd,CAAA;IACH,CAAC;IAAA,CAAC;IAGK,kBAAkB,CAAC,IAAsD;QAC9E,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,oBAAoB;YAC5C,MAAM,EAAE,MAAM;YACd,IAAI;SACL,CAAA;IACH,CAAC;CACF;AA1BQ;IADN,WAAW,EAAE;;;;oDAOb;AAGM;IADN,WAAW,EAAE;;qCACuB,KAAK;;qDAMzC;AAGM;IADN,WAAW,EAAE;;;;uDAQb"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AxiosRequestConfig } from "axios";
|
|
2
|
-
import { AbstractCRUDApi } from "../../features/
|
|
2
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
3
3
|
export declare class PermissionCategoryApi extends AbstractCRUDApi {
|
|
4
4
|
getByGroupId(groupId: string): AxiosRequestConfig;
|
|
5
5
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -8,11 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const operations_1 = require("../../features/crud/operations");
|
|
15
|
-
class PermissionCategoryApi extends operations_1.AbstractCRUDApi {
|
|
10
|
+
import { Calloutable } from "../../features/index.js";
|
|
11
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
12
|
+
export class PermissionCategoryApi extends AbstractCRUDApi {
|
|
16
13
|
getByGroupId(groupId) {
|
|
17
14
|
return {
|
|
18
15
|
baseURL: this.serverUrl,
|
|
@@ -21,9 +18,8 @@ class PermissionCategoryApi extends operations_1.AbstractCRUDApi {
|
|
|
21
18
|
};
|
|
22
19
|
}
|
|
23
20
|
}
|
|
24
|
-
exports.PermissionCategoryApi = PermissionCategoryApi;
|
|
25
21
|
__decorate([
|
|
26
|
-
|
|
22
|
+
Calloutable(),
|
|
27
23
|
__metadata("design:type", Function),
|
|
28
24
|
__metadata("design:paramtypes", [String]),
|
|
29
25
|
__metadata("design:returntype", Object)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionCategoryApi.js","sourceRoot":"","sources":["../../../src/micro/security/PermissionCategoryApi.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PermissionCategoryApi.js","sourceRoot":"","sources":["../../../src/micro/security/PermissionCategoryApi.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AAExD,MAAM,OAAO,qBAAsB,SAAQ,eAAe;IAEjC,YAAY,CAAC,OAAe;QACjD,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,UAAU,OAAO,EAAE;YAC3C,MAAM,EAAE,KAAK;SACd,CAAA;IACH,CAAC;CAEF;AARwB;IAAtB,WAAW,EAAE;;;;yDAMb"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AxiosRequestConfig } from "axios";
|
|
2
|
-
import { AbstractCRUDApi } from "../../features";
|
|
3
|
-
import { PermissionSetAssignment } from "./types";
|
|
2
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
3
|
+
import { PermissionSetAssignment } from "./types/index.js";
|
|
4
4
|
export declare class PermissionSetApi extends AbstractCRUDApi {
|
|
5
5
|
assign(assignment: PermissionSetAssignment): AxiosRequestConfig;
|
|
6
6
|
unAssign(assignment: PermissionSetAssignment): AxiosRequestConfig;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -8,12 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const features_2 = require("../../features");
|
|
16
|
-
class PermissionSetApi extends features_2.AbstractCRUDApi {
|
|
10
|
+
import { CrudSyncAction, PushCrudEvent } from "../../features/index.js";
|
|
11
|
+
import { Calloutable } from "../../features/index.js";
|
|
12
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
13
|
+
export class PermissionSetApi extends AbstractCRUDApi {
|
|
17
14
|
assign(assignment) {
|
|
18
15
|
return {
|
|
19
16
|
baseURL: this.serverUrl,
|
|
@@ -31,15 +28,14 @@ class PermissionSetApi extends features_2.AbstractCRUDApi {
|
|
|
31
28
|
};
|
|
32
29
|
}
|
|
33
30
|
}
|
|
34
|
-
exports.PermissionSetApi = PermissionSetApi;
|
|
35
31
|
__decorate([
|
|
36
|
-
|
|
32
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
37
33
|
__metadata("design:type", Function),
|
|
38
34
|
__metadata("design:paramtypes", [Object]),
|
|
39
35
|
__metadata("design:returntype", void 0)
|
|
40
36
|
], PermissionSetApi.prototype, "assign", null);
|
|
41
37
|
__decorate([
|
|
42
|
-
|
|
38
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
43
39
|
__metadata("design:type", Function),
|
|
44
40
|
__metadata("design:paramtypes", [Object]),
|
|
45
41
|
__metadata("design:returntype", void 0)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionSetApi.js","sourceRoot":"","sources":["../../../src/micro/security/PermissionSetApi.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PermissionSetApi.js","sourceRoot":"","sources":["../../../src/micro/security/PermissionSetApi.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AAGxD,MAAM,OAAO,gBAAiB,SAAQ,eAAe;IAG1C,MAAM,CAAC,UAAmC;QAC7C,OAAO;YACH,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,SAAS;YACjC,MAAM,EAAE,OAAO;YACf,IAAI,EAAE,UAAU;SACG,CAAA;IAC3B,CAAC;IAGM,QAAQ,CAAC,UAAmC;QAC/C,OAAO;YACH,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,YAAY;YACpC,MAAM,EAAE,OAAO;YACf,IAAI,EAAE,UAAU;SACG,CAAA;IAC3B,CAAC;CAEJ;AAnBU;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;8CAQjD;AAGM;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;gDAQjD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AxiosRequestConfig } from "axios";
|
|
2
|
-
import { AbstractCRUDApi } from "../../features";
|
|
3
|
-
import { TeamAssignment } from "./types";
|
|
2
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
3
|
+
import { TeamAssignment } from "./types/index.js";
|
|
4
4
|
export declare class TeamApi extends AbstractCRUDApi {
|
|
5
5
|
assign(assignment: TeamAssignment): AxiosRequestConfig;
|
|
6
6
|
unassign(assignment: TeamAssignment): AxiosRequestConfig;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -8,12 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const features_2 = require("../../features");
|
|
16
|
-
class TeamApi extends features_2.AbstractCRUDApi {
|
|
10
|
+
import { CrudSyncAction, PushCrudEvent } from "../../features/index.js";
|
|
11
|
+
import { Calloutable } from "../../features/index.js";
|
|
12
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
13
|
+
export class TeamApi extends AbstractCRUDApi {
|
|
17
14
|
assign(assignment) {
|
|
18
15
|
return {
|
|
19
16
|
baseURL: this.serverUrl,
|
|
@@ -31,15 +28,14 @@ class TeamApi extends features_2.AbstractCRUDApi {
|
|
|
31
28
|
};
|
|
32
29
|
}
|
|
33
30
|
}
|
|
34
|
-
exports.TeamApi = TeamApi;
|
|
35
31
|
__decorate([
|
|
36
|
-
|
|
32
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
37
33
|
__metadata("design:type", Function),
|
|
38
34
|
__metadata("design:paramtypes", [Object]),
|
|
39
35
|
__metadata("design:returntype", void 0)
|
|
40
36
|
], TeamApi.prototype, "assign", null);
|
|
41
37
|
__decorate([
|
|
42
|
-
|
|
38
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
43
39
|
__metadata("design:type", Function),
|
|
44
40
|
__metadata("design:paramtypes", [Object]),
|
|
45
41
|
__metadata("design:returntype", void 0)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamApi.js","sourceRoot":"","sources":["../../../src/micro/security/TeamApi.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TeamApi.js","sourceRoot":"","sources":["../../../src/micro/security/TeamApi.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AAGxD,MAAM,OAAO,OAAQ,SAAQ,eAAe;IAGnC,MAAM,CAAC,UAA0B;QACtC,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,SAAS;YACjC,MAAM,EAAE,OAAO;YACf,IAAI,EAAE,UAAU;SACK,CAAA;IACzB,CAAC;IAGM,QAAQ,CAAC,UAA0B;QACxC,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,YAAY;YACpC,MAAM,EAAE,OAAO;YACf,IAAI,EAAE,UAAU;SACK,CAAA;IACzB,CAAC;CAEF;AAnBQ;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;qCAQjD;AAGM;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;uCAQjD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './types';
|
|
2
|
-
export * from './PermissionApi';
|
|
3
|
-
export * from './PermissionCategoryApi';
|
|
4
|
-
export * from './PermissionSetApi';
|
|
5
|
-
export * from './TeamApi';
|
|
1
|
+
export * from './types/index.js';
|
|
2
|
+
export * from './PermissionApi.js';
|
|
3
|
+
export * from './PermissionCategoryApi.js';
|
|
4
|
+
export * from './PermissionSetApi.js';
|
|
5
|
+
export * from './TeamApi.js';
|
|
@@ -1,22 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./types"), exports);
|
|
18
|
-
__exportStar(require("./PermissionApi"), exports);
|
|
19
|
-
__exportStar(require("./PermissionCategoryApi"), exports);
|
|
20
|
-
__exportStar(require("./PermissionSetApi"), exports);
|
|
21
|
-
__exportStar(require("./TeamApi"), exports);
|
|
1
|
+
export * from './types/index.js';
|
|
2
|
+
export * from './PermissionApi.js';
|
|
3
|
+
export * from './PermissionCategoryApi.js';
|
|
4
|
+
export * from './PermissionSetApi.js';
|
|
5
|
+
export * from './TeamApi.js';
|
|
22
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/micro/security/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/micro/security/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './Permission';
|
|
2
|
-
export * from './PermissionAssignment';
|
|
3
|
-
export * from './PermissionCategory';
|
|
4
|
-
export * from './PermissionDefinition';
|
|
5
|
-
export * from './PermissionGroup';
|
|
6
|
-
export * from './PermissionSet';
|
|
7
|
-
export * from './PermissionSetAssignment';
|
|
8
|
-
export * from './Team';
|
|
9
|
-
export * from './TeamAssignment';
|
|
10
|
-
export * from './CalculatedPermissionAssignment';
|
|
1
|
+
export * from './Permission.js';
|
|
2
|
+
export * from './PermissionAssignment.js';
|
|
3
|
+
export * from './PermissionCategory.js';
|
|
4
|
+
export * from './PermissionDefinition.js';
|
|
5
|
+
export * from './PermissionGroup.js';
|
|
6
|
+
export * from './PermissionSet.js';
|
|
7
|
+
export * from './PermissionSetAssignment.js';
|
|
8
|
+
export * from './Team.js';
|
|
9
|
+
export * from './TeamAssignment.js';
|
|
10
|
+
export * from './CalculatedPermissionAssignment.js';
|
|
@@ -1,27 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Permission"), exports);
|
|
18
|
-
__exportStar(require("./PermissionAssignment"), exports);
|
|
19
|
-
__exportStar(require("./PermissionCategory"), exports);
|
|
20
|
-
__exportStar(require("./PermissionDefinition"), exports);
|
|
21
|
-
__exportStar(require("./PermissionGroup"), exports);
|
|
22
|
-
__exportStar(require("./PermissionSet"), exports);
|
|
23
|
-
__exportStar(require("./PermissionSetAssignment"), exports);
|
|
24
|
-
__exportStar(require("./Team"), exports);
|
|
25
|
-
__exportStar(require("./TeamAssignment"), exports);
|
|
26
|
-
__exportStar(require("./CalculatedPermissionAssignment"), exports);
|
|
1
|
+
export * from './Permission.js';
|
|
2
|
+
export * from './PermissionAssignment.js';
|
|
3
|
+
export * from './PermissionCategory.js';
|
|
4
|
+
export * from './PermissionDefinition.js';
|
|
5
|
+
export * from './PermissionGroup.js';
|
|
6
|
+
export * from './PermissionSet.js';
|
|
7
|
+
export * from './PermissionSetAssignment.js';
|
|
8
|
+
export * from './Team.js';
|
|
9
|
+
export * from './TeamAssignment.js';
|
|
10
|
+
export * from './CalculatedPermissionAssignment.js';
|
|
27
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/micro/security/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/micro/security/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AxiosRequestConfig } from "axios";
|
|
2
|
-
import { AbstractCRUDApi } from "../../features";
|
|
3
|
-
import { ModuleAction } from "./types";
|
|
2
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
3
|
+
import { ModuleAction } from "./types/index.js";
|
|
4
4
|
export declare class ModuleApi extends AbstractCRUDApi {
|
|
5
5
|
createAction(moduleId: string, action: ModuleAction): AxiosRequestConfig;
|
|
6
6
|
updateAction(moduleId: string, actionName: string, action: ModuleAction): AxiosRequestConfig;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -8,12 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const features_2 = require("../../features");
|
|
16
|
-
class ModuleApi extends features_1.AbstractCRUDApi {
|
|
10
|
+
import { Calloutable } from "../../features/index.js";
|
|
11
|
+
import { AbstractCRUDApi } from "../../features/index.js";
|
|
12
|
+
import { CrudSyncAction, PushCrudEvent } from "../../features/index.js";
|
|
13
|
+
export class ModuleApi extends AbstractCRUDApi {
|
|
17
14
|
createAction(moduleId, action) {
|
|
18
15
|
return {
|
|
19
16
|
baseURL: this.serverUrl,
|
|
@@ -38,21 +35,20 @@ class ModuleApi extends features_1.AbstractCRUDApi {
|
|
|
38
35
|
};
|
|
39
36
|
}
|
|
40
37
|
}
|
|
41
|
-
exports.ModuleApi = ModuleApi;
|
|
42
38
|
__decorate([
|
|
43
|
-
|
|
39
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
44
40
|
__metadata("design:type", Function),
|
|
45
41
|
__metadata("design:paramtypes", [String, Object]),
|
|
46
42
|
__metadata("design:returntype", void 0)
|
|
47
43
|
], ModuleApi.prototype, "createAction", null);
|
|
48
44
|
__decorate([
|
|
49
|
-
|
|
45
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
50
46
|
__metadata("design:type", Function),
|
|
51
47
|
__metadata("design:paramtypes", [String, String, Object]),
|
|
52
48
|
__metadata("design:returntype", void 0)
|
|
53
49
|
], ModuleApi.prototype, "updateAction", null);
|
|
54
50
|
__decorate([
|
|
55
|
-
|
|
51
|
+
Calloutable(PushCrudEvent(CrudSyncAction.Update)),
|
|
56
52
|
__metadata("design:type", Function),
|
|
57
53
|
__metadata("design:paramtypes", [String, String]),
|
|
58
54
|
__metadata("design:returntype", void 0)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleApi.js","sourceRoot":"","sources":["../../../src/micro/workspace/ModuleApi.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModuleApi.js","sourceRoot":"","sources":["../../../src/micro/workspace/ModuleApi.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AAGtE,MAAM,OAAO,SAAU,SAAQ,eAAe;IAGrC,YAAY,CAAC,QAAgB,EAAE,MAAoB;QACxD,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,IAAI,QAAQ,SAAS;YAC7C,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,MAAM;SACS,CAAA;IACzB,CAAC;IAGM,YAAY,CAAC,QAAgB,EAAE,UAAkB,EAAE,MAAoB;QAC5E,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,IAAI,QAAQ,WAAW,UAAU,EAAE;YAC3D,MAAM,EAAE,OAAO;YACf,IAAI,EAAE,MAAM;SACS,CAAA;IACzB,CAAC;IAGM,YAAY,CAAC,QAAgB,EAAE,UAAkB;QACtD,OAAO;YACL,OAAO,EAAE,IAAI,CAAC,SAAS;YACvB,GAAG,EAAE,IAAI,IAAI,CAAC,UAAU,IAAI,QAAQ,WAAW,UAAU,EAAE;YAC3D,MAAM,EAAE,QAAQ;SACK,CAAA;IACzB,CAAC;CAEF;AA5BQ;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;6CAQjD;AAGM;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;6CAQjD;AAGM;IADN,WAAW,CAAC,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;6CAOjD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './types';
|
|
2
|
-
export * from './ModuleApi';
|
|
1
|
+
export * from './types/index.js';
|
|
2
|
+
export * from './ModuleApi.js';
|
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./types"), exports);
|
|
18
|
-
__exportStar(require("./ModuleApi"), exports);
|
|
1
|
+
export * from './types/index.js';
|
|
2
|
+
export * from './ModuleApi.js';
|
|
19
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/micro/workspace/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/micro/workspace/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EUserStatus = void 0;
|
|
4
|
-
var EUserStatus;
|
|
1
|
+
export var EUserStatus;
|
|
5
2
|
(function (EUserStatus) {
|
|
6
3
|
EUserStatus["Active"] = "Active";
|
|
7
4
|
EUserStatus["Inactive"] = "Inactive";
|
|
8
5
|
EUserStatus["NotVerified"] = "Not Verified";
|
|
9
|
-
})(EUserStatus || (
|
|
6
|
+
})(EUserStatus || (EUserStatus = {}));
|
|
10
7
|
//# sourceMappingURL=EUserStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EUserStatus.js","sourceRoot":"","sources":["../../../../src/micro/workspace/types/EUserStatus.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EUserStatus.js","sourceRoot":"","sources":["../../../../src/micro/workspace/types/EUserStatus.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB"}
|