@cas-smartdesign/data-access 5.1.3
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/LICENSE +8 -0
- package/dist/dataaccess.cjs +1 -0
- package/dist/dataaccess.cjs.map +1 -0
- package/dist/dataaccess.d.mts +2272 -0
- package/dist/dataaccess.d.ts +2272 -0
- package/dist/dataaccess.js +2 -0
- package/dist/dataaccess.js.map +1 -0
- package/dist/dataaccess.mjs +2 -0
- package/dist/dataaccess.mjs.map +1 -0
- package/dist/docs/.nojekyll +1 -0
- package/dist/docs/assets/highlight.css +22 -0
- package/dist/docs/assets/main.js +59 -0
- package/dist/docs/assets/navigation.js +1 -0
- package/dist/docs/assets/search.js +1 -0
- package/dist/docs/assets/style.css +1414 -0
- package/dist/docs/classes/FetchError.html +5 -0
- package/dist/docs/classes/PrimaryLinkedParent.html +6 -0
- package/dist/docs/classes/RestypedFetch.html +15 -0
- package/dist/docs/classes/TeamFilter.html +5 -0
- package/dist/docs/classes/_internal_.CreateObjectRequestBuilder.html +21 -0
- package/dist/docs/classes/_internal_.DataObjectNormalizer.html +4 -0
- package/dist/docs/classes/_internal_.DeleteAddressImageRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.DeleteLinkRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.DeleteObjectRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.ExtendAppSettingsRequestBuilder.html +20 -0
- package/dist/docs/classes/_internal_.GetAddressImageAsBlobRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetAddressImageRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetAddressListRequestBuilder.html +33 -0
- package/dist/docs/classes/_internal_.GetAppSettingsRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetDocumentRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetDossierCountRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetDossierEntryRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetDossierRequestBuilder.html +20 -0
- package/dist/docs/classes/_internal_.GetEmailStoreRequestBuilder.html +18 -0
- package/dist/docs/classes/_internal_.GetFullGroupListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetFullObjectListRequestBuilder.html +31 -0
- package/dist/docs/classes/_internal_.GetFullResourceListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetFullUserListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetGroupCountRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetGroupListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetGroupRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetItemCountForViewRequestBuilder.html +22 -0
- package/dist/docs/classes/_internal_.GetItemsForViewRequestBuilder.html +29 -0
- package/dist/docs/classes/_internal_.GetLoggedInUserInfoRequestBuilder.html +20 -0
- package/dist/docs/classes/_internal_.GetLoginInformationRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetObjectDescriptionRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetObjectListCountRequestBuilder.html +25 -0
- package/dist/docs/classes/_internal_.GetObjectListRequestBuilder.html +31 -0
- package/dist/docs/classes/_internal_.GetObjectRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetObjectSchemaRequestBuilder.html +18 -0
- package/dist/docs/classes/_internal_.GetPartialAddressListRequestBuilder.html +33 -0
- package/dist/docs/classes/_internal_.GetPartialGroupListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetPartialItemsForViewRequestBuilder.html +29 -0
- package/dist/docs/classes/_internal_.GetPartialObjectListRequestBuilder.html +31 -0
- package/dist/docs/classes/_internal_.GetPartialResourceListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetPartialUserListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetParticipantDetailsRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetParticipantInfoCountRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetParticipantInfoRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetPermissionDetailsRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetPermissionInfoCountRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetPermissionInfoRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetPrimaryParentsListRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetRecentlyUsedObjectListRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetRecordTypeImageRequestBuilder.html +18 -0
- package/dist/docs/classes/_internal_.GetResourceCountRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetResourceListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetResourceRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetSchemaListRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetSchemaRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetUserCountRequestBuilder.html +19 -0
- package/dist/docs/classes/_internal_.GetUserListRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.GetUserRequestBuilder.html +20 -0
- package/dist/docs/classes/_internal_.GetViewCountForTypeRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetViewForTypeRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.GetViewItemsRequestBuilder.html +29 -0
- package/dist/docs/classes/_internal_.GetViewsForTypeRequestBuilder.html +20 -0
- package/dist/docs/classes/_internal_.MaskAsRecentlyUsedDataObjectRequestBuilder.html +17 -0
- package/dist/docs/classes/_internal_.PostDocumentRequestBuilder.html +22 -0
- package/dist/docs/classes/_internal_.PostDossierRequestBuilder.html +24 -0
- package/dist/docs/classes/_internal_.PostEmailStoreRequestBuilder.html +25 -0
- package/dist/docs/classes/_internal_.PutAddressImageRequestBuilder.html +22 -0
- package/dist/docs/classes/_internal_.PutDocumentRequestBuilder.html +27 -0
- package/dist/docs/classes/_internal_.PutObjectRequestBuilder.html +18 -0
- package/dist/docs/classes/_internal_.QueryRequestBuilder.html +22 -0
- package/dist/docs/classes/_internal_.RequestBuilder.html +22 -0
- package/dist/docs/classes/_internal_.ServerVersionRequestBuilder.html +18 -0
- package/dist/docs/classes/_internal_.SetAppSettingsRequestBuilder.html +20 -0
- package/dist/docs/enums/AccessRight.html +18 -0
- package/dist/docs/enums/DatePrecision.html +11 -0
- package/dist/docs/enums/ForeignEditPermission.html +17 -0
- package/dist/docs/enums/HtmlFilter.html +13 -0
- package/dist/docs/enums/TeamFilterConstant.html +4 -0
- package/dist/docs/functions/create.html +7 -0
- package/dist/docs/hierarchy.html +1 -0
- package/dist/docs/index.html +10 -0
- package/dist/docs/interfaces/IAPIResponse.html +3 -0
- package/dist/docs/interfaces/IAPIVersions.html +3 -0
- package/dist/docs/interfaces/IAddressRelatedPermissionOwnerInfoFields.html +21 -0
- package/dist/docs/interfaces/IAddressService.html +29 -0
- package/dist/docs/interfaces/IAddressSpecificQueryParameters.html +3 -0
- package/dist/docs/interfaces/IAppointmentService.html +15 -0
- package/dist/docs/interfaces/IBooleanField.html +18 -0
- package/dist/docs/interfaces/ICommonField.html +18 -0
- package/dist/docs/interfaces/ICommonPermissionOwnerFields.html +11 -0
- package/dist/docs/interfaces/ICountInfo.html +2 -0
- package/dist/docs/interfaces/IDataObject.html +10 -0
- package/dist/docs/interfaces/IDataObjectCountQueryParameters.html +10 -0
- package/dist/docs/interfaces/IDataObjectDateChangeQueryParameters.html +3 -0
- package/dist/docs/interfaces/IDataObjectDateIntervalQueryParameters.html +3 -0
- package/dist/docs/interfaces/IDataObjectDescription.html +13 -0
- package/dist/docs/interfaces/IDataObjectLinkQueryParameters.html +4 -0
- package/dist/docs/interfaces/IDataObjectQueryParameters.html +16 -0
- package/dist/docs/interfaces/IDataObjectSchema.html +3 -0
- package/dist/docs/interfaces/IDataObjectSchemaPart.html +2 -0
- package/dist/docs/interfaces/IDataObjectService.html +88 -0
- package/dist/docs/interfaces/IDataObjectTransferable.html +2 -0
- package/dist/docs/interfaces/IDataObjectTypesQueryParameter.html +2 -0
- package/dist/docs/interfaces/IDateTimeField.html +20 -0
- package/dist/docs/interfaces/IDecimalField.html +21 -0
- package/dist/docs/interfaces/IDecimalSuggestField.html +23 -0
- package/dist/docs/interfaces/IDocumentService.html +19 -0
- package/dist/docs/interfaces/IDomainQueryParameter.html +2 -0
- package/dist/docs/interfaces/IDossierEntry.html +4 -0
- package/dist/docs/interfaces/IDossierQueryParameters.html +4 -0
- package/dist/docs/interfaces/IDoubleField.html +21 -0
- package/dist/docs/interfaces/IDoubleSuggestField.html +23 -0
- package/dist/docs/interfaces/IEmailStoreService.html +9 -0
- package/dist/docs/interfaces/IFavoriteQueryParameter.html +2 -0
- package/dist/docs/interfaces/IFetchWrapper.html +3 -0
- package/dist/docs/interfaces/IGguidField.html +19 -0
- package/dist/docs/interfaces/IGroupInfo.html +6 -0
- package/dist/docs/interfaces/IGroupService.html +15 -0
- package/dist/docs/interfaces/IGwSpecific.html +2 -0
- package/dist/docs/interfaces/IHasFormatOption.html +2 -0
- package/dist/docs/interfaces/IHasLength.html +2 -0
- package/dist/docs/interfaces/IHasMaxLength.html +2 -0
- package/dist/docs/interfaces/IHasOverflowLength.html +2 -0
- package/dist/docs/interfaces/IHasPrecision.html +2 -0
- package/dist/docs/interfaces/IHasPrecisionAndScale.html +3 -0
- package/dist/docs/interfaces/IHasSystemDefinedTranslated.html +2 -0
- package/dist/docs/interfaces/IIncludeMaxJournalIdQueryParameter.html +2 -0
- package/dist/docs/interfaces/IIncludePermissionsQueryParameter.html +3 -0
- package/dist/docs/interfaces/IIncludePrivateForeignrecordsQueryParameter.html +2 -0
- package/dist/docs/interfaces/IIntField.html +19 -0
- package/dist/docs/interfaces/IIntSuggestField.html +23 -0
- package/dist/docs/interfaces/IInterPlatform.html +58 -0
- package/dist/docs/interfaces/ILastUsedDataObjectQueryParameters.html +3 -0
- package/dist/docs/interfaces/ILinkingService.html +33 -0
- package/dist/docs/interfaces/ILoginInformation.html +5 -0
- package/dist/docs/interfaces/IMassQueryResult.html +4 -0
- package/dist/docs/interfaces/IOpenSpecific.html +2 -0
- package/dist/docs/interfaces/IOrderByQueryParameters.html +2 -0
- package/dist/docs/interfaces/IPagedQueryParameters.html +3 -0
- package/dist/docs/interfaces/IPartialObjectQueryParameters.html +2 -0
- package/dist/docs/interfaces/IParticipantInfo.html +4 -0
- package/dist/docs/interfaces/IPermission.html +7 -0
- package/dist/docs/interfaces/IPermissionInfo.html +4 -0
- package/dist/docs/interfaces/IPermissionRequirementQueryParameter.html +2 -0
- package/dist/docs/interfaces/IQueryPart.html +2 -0
- package/dist/docs/interfaces/IRecentlyUsedQueryParameter.html +2 -0
- package/dist/docs/interfaces/IResourceInfo.html +5 -0
- package/dist/docs/interfaces/IResourceQueryParameters.html +7 -0
- package/dist/docs/interfaces/IResourceService.html +15 -0
- package/dist/docs/interfaces/IRestypedBase.html +1 -0
- package/dist/docs/interfaces/IRestypedIndexedBase.html +1 -0
- package/dist/docs/interfaces/IRestypedRoute.html +5 -0
- package/dist/docs/interfaces/ISearchQueryParameters.html +2 -0
- package/dist/docs/interfaces/ISelectionValue.html +9 -0
- package/dist/docs/interfaces/ISelectionValueListField.html +22 -0
- package/dist/docs/interfaces/IServerInformationService.html +4 -0
- package/dist/docs/interfaces/IServerSpecificVersionAPIDefinition.html +4 -0
- package/dist/docs/interfaces/IServerVersion.html +6 -0
- package/dist/docs/interfaces/IServerVersionPart.html +2 -0
- package/dist/docs/interfaces/IServerVersionResponseGw.html +2 -0
- package/dist/docs/interfaces/IServiceRegistry.html +28 -0
- package/dist/docs/interfaces/ISettingsService.html +21 -0
- package/dist/docs/interfaces/ISingleDataObjectQueryParameters.html +7 -0
- package/dist/docs/interfaces/ISingleDataObjectTypesQueryParameter.html +2 -0
- package/dist/docs/interfaces/IStringField.html +20 -0
- package/dist/docs/interfaces/IStringKeyed.html +1 -0
- package/dist/docs/interfaces/IStringListSuggestField.html +22 -0
- package/dist/docs/interfaces/IStringSuggestField.html +22 -0
- package/dist/docs/interfaces/ISuggestField.html +20 -0
- package/dist/docs/interfaces/ISuggestionWithRawValue.html +3 -0
- package/dist/docs/interfaces/ITeamFilter.html +3 -0
- package/dist/docs/interfaces/ITeamFilterQueryParameters.html +2 -0
- package/dist/docs/interfaces/ITextField.html +22 -0
- package/dist/docs/interfaces/ITypedJSONResponse.html +2 -0
- package/dist/docs/interfaces/ITypedRequestInit.html +4 -0
- package/dist/docs/interfaces/IUserInfo.html +6 -0
- package/dist/docs/interfaces/IUserService.html +30 -0
- package/dist/docs/interfaces/IVersion6.html +2 -0
- package/dist/docs/interfaces/IVersion7.html +2 -0
- package/dist/docs/interfaces/IViewInfo.html +3 -0
- package/dist/docs/interfaces/IViewItemsCountQueryParameters.html +6 -0
- package/dist/docs/interfaces/IViewItemsQueryParameters.html +12 -0
- package/dist/docs/interfaces/IViewKindQueryParameters.html +2 -0
- package/dist/docs/interfaces/IViewQueryParameters.html +4 -0
- package/dist/docs/interfaces/IViewService.html +33 -0
- package/dist/docs/interfaces/IWhereStringQueryParameters.html +2 -0
- package/dist/docs/modules/_internal_.html +70 -0
- package/dist/docs/modules.html +168 -0
- package/dist/docs/types/APIVersion.html +1 -0
- package/dist/docs/types/AppSettings.html +1 -0
- package/dist/docs/types/AppSettingsChange.html +1 -0
- package/dist/docs/types/AppSettingsEndpoint.html +1 -0
- package/dist/docs/types/AppSettingsListResponse.html +1 -0
- package/dist/docs/types/AppSettingsResponse.html +1 -0
- package/dist/docs/types/AppSettingsSchema.html +1 -0
- package/dist/docs/types/AppSettingsSchemaBooleanProperty.html +1 -0
- package/dist/docs/types/AppSettingsSchemaColorProperty.html +1 -0
- package/dist/docs/types/AppSettingsSchemaFloatProperty.html +1 -0
- package/dist/docs/types/AppSettingsSchemaIntegerProperty.html +1 -0
- package/dist/docs/types/AppSettingsSchemaProperty.html +1 -0
- package/dist/docs/types/AppSettingsSchemaPropertyScope.html +1 -0
- package/dist/docs/types/AppSettingsSchemaPropertyType.html +1 -0
- package/dist/docs/types/AppSettingsSchemaResponse.html +1 -0
- package/dist/docs/types/AppSettingsSchemaStringProperty.html +1 -0
- package/dist/docs/types/AppSettingsValues.html +1 -0
- package/dist/docs/types/FieldCommon.html +1 -0
- package/dist/docs/types/FieldCommon7.html +1 -0
- package/dist/docs/types/FieldGw.html +1 -0
- package/dist/docs/types/FieldGw7.html +1 -0
- package/dist/docs/types/FieldOpen.html +1 -0
- package/dist/docs/types/FieldType.html +1 -0
- package/dist/docs/types/FieldTypes.html +1 -0
- package/dist/docs/types/FieldTypesV6.html +1 -0
- package/dist/docs/types/FieldTypesV7.html +1 -0
- package/dist/docs/types/GUID.html +1 -0
- package/dist/docs/types/HasSettingsAPIVersion.html +1 -0
- package/dist/docs/types/IAppSettingsSchemaProperty.html +3 -0
- package/dist/docs/types/IHasSelection.html +1 -0
- package/dist/docs/types/InterPlatform6.html +1 -0
- package/dist/docs/types/InterPlatform6Common.html +1 -0
- package/dist/docs/types/InterPlatform6Gw.html +1 -0
- package/dist/docs/types/InterPlatform6Open.html +1 -0
- package/dist/docs/types/InterPlatform7.html +1 -0
- package/dist/docs/types/InterPlatform7Common.html +1 -0
- package/dist/docs/types/InterPlatform7Gw.html +1 -0
- package/dist/docs/types/InterPlatform7Open.html +1 -0
- package/dist/docs/types/InterPlatformGw.html +1 -0
- package/dist/docs/types/InterPlatformOpen.html +1 -0
- package/dist/docs/types/LinkDirection.html +1 -0
- package/dist/docs/types/Methods.html +1 -0
- package/dist/docs/types/NoPathParams.html +1 -0
- package/dist/docs/types/NoQueryParams.html +1 -0
- package/dist/docs/types/OmitProp.html +1 -0
- package/dist/docs/types/QueryResponseLegacyGw.html +1 -0
- package/dist/docs/types/ServerIndependentFieldTypes.html +1 -0
- package/dist/docs/types/ServerType.html +1 -0
- package/dist/docs/types/StringKeyOf.html +1 -0
- package/dist/docs/types/V7SuggestField.html +1 -0
- package/dist/docs/variables/ALL_PUBLIC_PERMISSION_GGUID.html +3 -0
- package/npm-third-party-licenses.json +182 -0
- package/package.json +31 -0
- package/readme.md +18 -0
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cypress/vite-dev-server@5.0.7": {
|
|
3
|
+
"licenses": "MIT",
|
|
4
|
+
"repository": "https://github.com/cypress-io/cypress",
|
|
5
|
+
"licenseUrl": "https://github.com/cypress-io/cypress/tree/develop/npm/vite-dev-server#readme"
|
|
6
|
+
},
|
|
7
|
+
"@rollup/plugin-node-resolve@15.2.3": {
|
|
8
|
+
"licenses": "MIT",
|
|
9
|
+
"repository": "https://github.com/rollup/plugins",
|
|
10
|
+
"licenseUrl": "https://github.com/rollup/plugins/raw/HEAD/LICENSE"
|
|
11
|
+
},
|
|
12
|
+
"@swc/core@1.3.102": {
|
|
13
|
+
"licenses": "Apache-2.0",
|
|
14
|
+
"repository": "https://github.com/swc-project/swc",
|
|
15
|
+
"licenseUrl": "https://github.com/swc-project/swc/raw/HEAD/LICENSE"
|
|
16
|
+
},
|
|
17
|
+
"@types/node@20.10.6": {
|
|
18
|
+
"licenses": "MIT",
|
|
19
|
+
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
|
20
|
+
"licenseUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/raw/HEAD/LICENSE"
|
|
21
|
+
},
|
|
22
|
+
"@typescript-eslint/eslint-plugin@6.17.0": {
|
|
23
|
+
"licenses": "MIT",
|
|
24
|
+
"repository": "https://github.com/typescript-eslint/typescript-eslint",
|
|
25
|
+
"licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
|
|
26
|
+
},
|
|
27
|
+
"@typescript-eslint/parser@6.17.0": {
|
|
28
|
+
"licenses": "BSD-2-Clause",
|
|
29
|
+
"repository": "https://github.com/typescript-eslint/typescript-eslint",
|
|
30
|
+
"licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
|
|
31
|
+
},
|
|
32
|
+
"@vitest/coverage-v8@1.1.1": {
|
|
33
|
+
"licenses": "MIT",
|
|
34
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
35
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
|
|
36
|
+
},
|
|
37
|
+
"@vitest/ui@1.1.1": {
|
|
38
|
+
"licenses": "MIT",
|
|
39
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
40
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
|
|
41
|
+
},
|
|
42
|
+
"axe-core@4.8.3": {
|
|
43
|
+
"licenses": "MPL-2.0",
|
|
44
|
+
"repository": "https://github.com/dequelabs/axe-core",
|
|
45
|
+
"licenseUrl": "https://github.com/dequelabs/axe-core/raw/HEAD/LICENSE"
|
|
46
|
+
},
|
|
47
|
+
"cypress-axe@1.5.0": {
|
|
48
|
+
"licenses": "MIT",
|
|
49
|
+
"repository": "https://github.com/component-driven/cypress-axe",
|
|
50
|
+
"licenseUrl": "https://github.com/component-driven/cypress-axe/raw/HEAD/License.md"
|
|
51
|
+
},
|
|
52
|
+
"cypress-real-events@1.13.0": {
|
|
53
|
+
"licenses": "MIT",
|
|
54
|
+
"repository": "https://github.com/dmtrKovalenko/cypress-real-events",
|
|
55
|
+
"licenseUrl": "https://github.com/dmtrKovalenko/cypress-real-events"
|
|
56
|
+
},
|
|
57
|
+
"cypress@13.6.2": {
|
|
58
|
+
"licenses": "MIT",
|
|
59
|
+
"repository": "https://github.com/cypress-io/cypress",
|
|
60
|
+
"licenseUrl": "https://cypress.io"
|
|
61
|
+
},
|
|
62
|
+
"esbuild@0.19.11": {
|
|
63
|
+
"licenses": "MIT",
|
|
64
|
+
"repository": "https://github.com/evanw/esbuild",
|
|
65
|
+
"licenseUrl": "https://github.com/evanw/esbuild/raw/HEAD/LICENSE.md"
|
|
66
|
+
},
|
|
67
|
+
"eslint-config-google@0.14.0": {
|
|
68
|
+
"licenses": "Apache-2.0",
|
|
69
|
+
"repository": "https://github.com/google/eslint-config-google",
|
|
70
|
+
"licenseUrl": "https://github.com/google/eslint-config-google/raw/HEAD/LICENSE"
|
|
71
|
+
},
|
|
72
|
+
"eslint-config-prettier@9.1.0": {
|
|
73
|
+
"licenses": "MIT",
|
|
74
|
+
"repository": "https://github.com/prettier/eslint-config-prettier",
|
|
75
|
+
"licenseUrl": "https://github.com/prettier/eslint-config-prettier/raw/HEAD/LICENSE"
|
|
76
|
+
},
|
|
77
|
+
"eslint@8.56.0": {
|
|
78
|
+
"licenses": "MIT",
|
|
79
|
+
"repository": "https://github.com/eslint/eslint",
|
|
80
|
+
"licenseUrl": "https://github.com/eslint/eslint/raw/HEAD/LICENSE"
|
|
81
|
+
},
|
|
82
|
+
"github-markdown-css@5.5.0": {
|
|
83
|
+
"licenses": "MIT",
|
|
84
|
+
"repository": "https://github.com/sindresorhus/github-markdown-css",
|
|
85
|
+
"licenseUrl": "https://github.com/sindresorhus/github-markdown-css/raw/HEAD/license"
|
|
86
|
+
},
|
|
87
|
+
"junit-report-builder@3.1.0": {
|
|
88
|
+
"licenses": "MIT",
|
|
89
|
+
"repository": "https://github.com/davidparsson/junit-report-builder",
|
|
90
|
+
"licenseUrl": "https://github.com/davidparsson/junit-report-builder/raw/HEAD/LICENSE"
|
|
91
|
+
},
|
|
92
|
+
"lint-staged@15.2.0": {
|
|
93
|
+
"licenses": "MIT",
|
|
94
|
+
"repository": "https://github.com/okonet/lint-staged",
|
|
95
|
+
"licenseUrl": "https://github.com/okonet/lint-staged/raw/HEAD/LICENSE"
|
|
96
|
+
},
|
|
97
|
+
"marked@11.1.1": {
|
|
98
|
+
"licenses": "MIT",
|
|
99
|
+
"repository": "https://github.com/markedjs/marked",
|
|
100
|
+
"licenseUrl": "https://github.com/markedjs/marked/raw/HEAD/LICENSE.md"
|
|
101
|
+
},
|
|
102
|
+
"prettier@3.1.1": {
|
|
103
|
+
"licenses": "MIT",
|
|
104
|
+
"repository": "https://github.com/prettier/prettier",
|
|
105
|
+
"licenseUrl": "https://github.com/prettier/prettier/raw/HEAD/LICENSE"
|
|
106
|
+
},
|
|
107
|
+
"resolve-pkg@2.0.0": {
|
|
108
|
+
"licenses": "MIT",
|
|
109
|
+
"repository": "https://github.com/sindresorhus/resolve-pkg",
|
|
110
|
+
"licenseUrl": "https://github.com/sindresorhus/resolve-pkg/raw/HEAD/license"
|
|
111
|
+
},
|
|
112
|
+
"sass@1.69.6": {
|
|
113
|
+
"licenses": "MIT",
|
|
114
|
+
"repository": "https://github.com/sass/dart-sass",
|
|
115
|
+
"licenseUrl": "https://github.com/sass/dart-sass/raw/HEAD/LICENSE"
|
|
116
|
+
},
|
|
117
|
+
"stylelint-config-recommended-scss@14.0.0": {
|
|
118
|
+
"licenses": "MIT",
|
|
119
|
+
"repository": "https://github.com/stylelint-scss/stylelint-config-recommended-scss",
|
|
120
|
+
"licenseUrl": "https://github.com/stylelint-scss/stylelint-config-recommended-scss/raw/HEAD/LICENSE"
|
|
121
|
+
},
|
|
122
|
+
"stylelint-config-standard@36.0.0": {
|
|
123
|
+
"licenses": "MIT",
|
|
124
|
+
"repository": "https://github.com/stylelint/stylelint-config-standard",
|
|
125
|
+
"licenseUrl": "https://github.com/stylelint/stylelint-config-standard/raw/HEAD/LICENSE"
|
|
126
|
+
},
|
|
127
|
+
"stylelint-scss@6.0.0": {
|
|
128
|
+
"licenses": "MIT",
|
|
129
|
+
"repository": "https://github.com/stylelint-scss/stylelint-scss",
|
|
130
|
+
"licenseUrl": "https://github.com/stylelint-scss/stylelint-scss/raw/HEAD/LICENSE"
|
|
131
|
+
},
|
|
132
|
+
"stylelint@16.1.0": {
|
|
133
|
+
"licenses": "MIT",
|
|
134
|
+
"repository": "https://github.com/stylelint/stylelint",
|
|
135
|
+
"licenseUrl": "https://github.com/stylelint/stylelint/raw/HEAD/LICENSE"
|
|
136
|
+
},
|
|
137
|
+
"tsup@8.0.1": {
|
|
138
|
+
"licenses": "MIT",
|
|
139
|
+
"repository": "https://github.com/egoist/tsup",
|
|
140
|
+
"licenseUrl": "https://github.com/egoist/tsup/raw/HEAD/LICENSE"
|
|
141
|
+
},
|
|
142
|
+
"turbo@1.11.2": {
|
|
143
|
+
"licenses": "MPL-2.0",
|
|
144
|
+
"repository": "https://github.com/vercel/turbo",
|
|
145
|
+
"licenseUrl": "https://github.com/vercel/turbo/raw/HEAD/LICENSE"
|
|
146
|
+
},
|
|
147
|
+
"typedoc-plugin-missing-exports@2.1.0": {
|
|
148
|
+
"licenses": "MIT",
|
|
149
|
+
"repository": "https://github.com/Gerrit0/typedoc-plugin-missing-exports",
|
|
150
|
+
"licenseUrl": "https://github.com/Gerrit0/typedoc-plugin-missing-exports/raw/HEAD/LICENSE"
|
|
151
|
+
},
|
|
152
|
+
"typedoc@0.25.6": {
|
|
153
|
+
"licenses": "Apache-2.0",
|
|
154
|
+
"repository": "https://github.com/TypeStrong/TypeDoc",
|
|
155
|
+
"licenseUrl": "https://github.com/TypeStrong/TypeDoc/raw/HEAD/LICENSE"
|
|
156
|
+
},
|
|
157
|
+
"typescript@5.3.3": {
|
|
158
|
+
"licenses": "Apache-2.0",
|
|
159
|
+
"repository": "https://github.com/Microsoft/TypeScript",
|
|
160
|
+
"licenseUrl": "https://github.com/Microsoft/TypeScript/raw/HEAD/LICENSE.txt"
|
|
161
|
+
},
|
|
162
|
+
"vite-tsconfig-paths@4.2.3": {
|
|
163
|
+
"licenses": "MIT",
|
|
164
|
+
"repository": "https://github.com/aleclarson/vite-tsconfig-paths",
|
|
165
|
+
"licenseUrl": "https://github.com/aleclarson/vite-tsconfig-paths/raw/HEAD/LICENSE"
|
|
166
|
+
},
|
|
167
|
+
"vite@5.0.10": {
|
|
168
|
+
"licenses": "MIT",
|
|
169
|
+
"repository": "https://github.com/vitejs/vite",
|
|
170
|
+
"licenseUrl": "https://github.com/vitejs/vite/raw/HEAD/LICENSE.md"
|
|
171
|
+
},
|
|
172
|
+
"vitest@1.1.1": {
|
|
173
|
+
"licenses": "MIT",
|
|
174
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
175
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE.md"
|
|
176
|
+
},
|
|
177
|
+
"yargs@17.7.2": {
|
|
178
|
+
"licenses": "MIT",
|
|
179
|
+
"repository": "https://github.com/yargs/yargs",
|
|
180
|
+
"licenseUrl": "https://github.com/yargs/yargs/raw/HEAD/LICENSE"
|
|
181
|
+
}
|
|
182
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cas-smartdesign/data-access",
|
|
3
|
+
"version": "5.1.3",
|
|
4
|
+
"description": "A wrapper around the rest api provided via SmartDesign",
|
|
5
|
+
"main": "dist/dataaccess.js",
|
|
6
|
+
"module": "dist/dataaccess.mjs",
|
|
7
|
+
"types": "dist/dataaccess.d.ts",
|
|
8
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@swc/core": "^1.3.102",
|
|
11
|
+
"tsup": "^8.0.1",
|
|
12
|
+
"typedoc": "^0.25.6",
|
|
13
|
+
"typedoc-plugin-missing-exports": "^2.1.0",
|
|
14
|
+
"@cas-smartdesign/license-generator": "^1.6.1"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist",
|
|
18
|
+
"npm-third-party-licenses.json"
|
|
19
|
+
],
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"registry": "https://registry.npmjs.org/",
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"version": "pnpm version",
|
|
26
|
+
"build:no-license": "tsc --noEmit && tsup && pnpm build:doc",
|
|
27
|
+
"build:doc": "typedoc dist/dataaccess.d.ts --tsconfig tsconfig.tsdoc.json --exclude \"**/node_modules/**/*.*\" --excludeExternals --out ./dist/docs --plugin typedoc-plugin-missing-exports",
|
|
28
|
+
"build": "pnpm generate-license && pnpm build:no-license",
|
|
29
|
+
"generate-license": "sd-license-generator --r ../"
|
|
30
|
+
}
|
|
31
|
+
}
|
package/readme.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# @cas-smartdesign/data-access
|
|
2
|
+
|
|
3
|
+
A wrapper around the rest api provided via SmartDesign.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
To use, create an instance of `ServiceRegistry` by calling the `create` function.
|
|
8
|
+
The service registry contains several services whom can be used to create the so
|
|
9
|
+
called `RequestBuilders`. These are implemented as builders but they are also
|
|
10
|
+
Promise-like structures, so that one can call then and catch on them.
|
|
11
|
+
|
|
12
|
+
The package's main entry points to an es5 compatible bundle.
|
|
13
|
+
The sources (/src/\*) and an es6 compatible bundle (dist/es6/\*) is
|
|
14
|
+
also part of the package in order to allow custom bundling and transpiling steps.
|
|
15
|
+
|
|
16
|
+
## API
|
|
17
|
+
|
|
18
|
+
API documentation can be found in dist/docs folder.
|