@equinor/fusion-framework-module-services 3.1.3 → 3.1.5
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/CHANGELOG.md +20 -0
- package/LICENSE +21 -0
- package/dist/esm/bookmarks/client.js.map +1 -1
- package/dist/esm/context/client.js +1 -1
- package/dist/esm/context/client.js.map +1 -1
- package/dist/esm/context/get/generate-endpoint.js +2 -2
- package/dist/esm/context/get/generate-endpoint.js.map +1 -1
- package/dist/esm/context/get/index.js +1 -1
- package/dist/esm/context/get/index.js.map +1 -1
- package/dist/esm/context/get/types.js +1 -1
- package/dist/esm/context/get/types.js.map +1 -1
- package/dist/esm/context/query/generate-endpoint.js +2 -2
- package/dist/esm/context/query/generate-endpoint.js.map +1 -1
- package/dist/esm/context/query/index.js +1 -1
- package/dist/esm/context/query/index.js.map +1 -1
- package/dist/esm/context/query/types.js +1 -1
- package/dist/esm/context/query/types.js.map +1 -1
- package/dist/esm/context/related/generate-endpoint.js +2 -2
- package/dist/esm/context/related/generate-endpoint.js.map +1 -1
- package/dist/esm/context/related/index.js +1 -1
- package/dist/esm/context/related/index.js.map +1 -1
- package/dist/esm/context/related/types.js +1 -1
- package/dist/esm/context/related/types.js.map +1 -1
- package/dist/esm/errors.js.map +1 -1
- package/dist/esm/notification/client.js.map +1 -1
- package/dist/esm/notification/notification/delete/generate-endpoint.js +2 -2
- package/dist/esm/notification/notification/delete/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/delete/index.js +1 -1
- package/dist/esm/notification/notification/delete/index.js.map +1 -1
- package/dist/esm/notification/notification/get/generate-endpoint.js +2 -2
- package/dist/esm/notification/notification/get/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/get/index.js +1 -1
- package/dist/esm/notification/notification/get/index.js.map +1 -1
- package/dist/esm/notification/notification/getAll/generate-endpoint.js +2 -2
- package/dist/esm/notification/notification/getAll/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/getAll/index.js +1 -1
- package/dist/esm/notification/notification/getAll/index.js.map +1 -1
- package/dist/esm/notification/notification/patch/generate-endpoint.js +2 -2
- package/dist/esm/notification/notification/patch/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/patch/index.js +1 -1
- package/dist/esm/notification/notification/patch/index.js.map +1 -1
- package/dist/esm/notification/notification/post/generate-endpoint.js +2 -2
- package/dist/esm/notification/notification/post/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/post/index.js +1 -1
- package/dist/esm/notification/notification/post/index.js.map +1 -1
- package/dist/esm/notification/settings/get/generate-endpoint.js +2 -2
- package/dist/esm/notification/settings/get/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/settings/get/index.js +1 -1
- package/dist/esm/notification/settings/get/index.js.map +1 -1
- package/dist/esm/notification/settings/put/generate-endpoint.js +2 -2
- package/dist/esm/notification/settings/put/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/settings/put/index.js +1 -1
- package/dist/esm/notification/settings/put/index.js.map +1 -1
- package/dist/esm/version.js +2 -0
- package/dist/esm/version.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/bookmarks/client.d.ts +1 -1
- package/dist/types/bookmarks/types.d.ts +1 -1
- package/dist/types/context/client.d.ts +2 -1
- package/dist/types/context/get/index.d.ts +1 -1
- package/dist/types/context/get/types.d.ts +2 -2
- package/dist/types/context/query/index.d.ts +1 -1
- package/dist/types/context/query/types.d.ts +2 -2
- package/dist/types/context/related/index.d.ts +1 -1
- package/dist/types/context/related/types.d.ts +2 -2
- package/dist/types/context/types.d.ts +1 -1
- package/dist/types/notification/notification/delete/index.d.ts +1 -1
- package/dist/types/notification/notification/get/index.d.ts +1 -1
- package/dist/types/notification/notification/getAll/index.d.ts +1 -1
- package/dist/types/notification/notification/patch/index.d.ts +1 -1
- package/dist/types/notification/notification/post/index.d.ts +1 -1
- package/dist/types/notification/settings/get/index.d.ts +1 -1
- package/dist/types/notification/settings/put/index.d.ts +1 -1
- package/dist/types/notification/types.d.ts +1 -1
- package/dist/types/version.d.ts +1 -0
- package/package.json +67 -68
- package/src/bookmarks/client.ts +7 -4
- package/src/bookmarks/delete/client.ts +4 -4
- package/src/bookmarks/delete/generate-endpoint.ts +1 -1
- package/src/bookmarks/delete/generate-parameters.ts +3 -3
- package/src/bookmarks/delete/types.ts +3 -3
- package/src/bookmarks/favorites/delete/client.ts +4 -4
- package/src/bookmarks/favorites/delete/generate-endpoint.ts +1 -1
- package/src/bookmarks/favorites/delete/generate-parameters.ts +3 -3
- package/src/bookmarks/favorites/delete/types.ts +3 -3
- package/src/bookmarks/favorites/head/client.ts +4 -4
- package/src/bookmarks/favorites/head/generate-endpoint.ts +1 -1
- package/src/bookmarks/favorites/head/generate-parameters.ts +3 -3
- package/src/bookmarks/favorites/head/types.ts +3 -3
- package/src/bookmarks/favorites/post/client.ts +4 -4
- package/src/bookmarks/favorites/post/generate-endpoint.ts +1 -1
- package/src/bookmarks/favorites/post/generate-parameters.ts +3 -3
- package/src/bookmarks/favorites/post/types.ts +3 -3
- package/src/bookmarks/get/client.ts +4 -4
- package/src/bookmarks/get/generate-endpoint.ts +1 -1
- package/src/bookmarks/get/generate-parameters.ts +2 -2
- package/src/bookmarks/get/types.ts +4 -4
- package/src/bookmarks/getAll/client.ts +4 -4
- package/src/bookmarks/getAll/generate-parameters.ts +2 -2
- package/src/bookmarks/getAll/types.ts +2 -2
- package/src/bookmarks/patch/client.ts +4 -4
- package/src/bookmarks/patch/generate-endpoint.ts +1 -1
- package/src/bookmarks/patch/generate-parameters.ts +3 -3
- package/src/bookmarks/patch/types.ts +5 -5
- package/src/bookmarks/post/client.ts +4 -4
- package/src/bookmarks/post/generate-endpoint.ts +1 -1
- package/src/bookmarks/post/generate-parameters.ts +3 -3
- package/src/bookmarks/post/types.ts +5 -5
- package/src/bookmarks/types.ts +1 -5
- package/src/context/client.ts +10 -6
- package/src/context/get/client.ts +5 -5
- package/src/context/get/generate-endpoint.ts +3 -3
- package/src/context/get/generate-parameters.ts +3 -3
- package/src/context/get/index.ts +1 -1
- package/src/context/get/types.ts +5 -12
- package/src/context/query/client.ts +5 -5
- package/src/context/query/generate-endpoint.ts +3 -3
- package/src/context/query/generate-parameters.ts +3 -3
- package/src/context/query/index.ts +1 -1
- package/src/context/query/types.ts +5 -12
- package/src/context/related/client.ts +5 -5
- package/src/context/related/generate-endpoint.ts +3 -3
- package/src/context/related/generate-parameters.ts +3 -3
- package/src/context/related/index.ts +1 -1
- package/src/context/related/types.ts +5 -12
- package/src/context/types.ts +1 -5
- package/src/errors.ts +4 -1
- package/src/module.ts +3 -3
- package/src/notification/client.ts +19 -16
- package/src/notification/notification/delete/client.ts +4 -4
- package/src/notification/notification/delete/generate-endpoint.ts +3 -3
- package/src/notification/notification/delete/generate-parameters.ts +3 -3
- package/src/notification/notification/delete/index.ts +1 -1
- package/src/notification/notification/delete/types.ts +3 -3
- package/src/notification/notification/get/client.ts +4 -4
- package/src/notification/notification/get/generate-endpoint.ts +3 -3
- package/src/notification/notification/get/generate-parameters.ts +2 -2
- package/src/notification/notification/get/index.ts +1 -1
- package/src/notification/notification/get/types.ts +3 -3
- package/src/notification/notification/getAll/client.ts +4 -4
- package/src/notification/notification/getAll/generate-endpoint.ts +3 -3
- package/src/notification/notification/getAll/generate-parameters.ts +2 -2
- package/src/notification/notification/getAll/index.ts +1 -1
- package/src/notification/notification/getAll/types.ts +3 -3
- package/src/notification/notification/patch/client.ts +4 -4
- package/src/notification/notification/patch/generate-endpoint.ts +3 -3
- package/src/notification/notification/patch/generate-parameters.ts +3 -3
- package/src/notification/notification/patch/index.ts +1 -1
- package/src/notification/notification/patch/types.ts +3 -3
- package/src/notification/notification/post/client.ts +4 -4
- package/src/notification/notification/post/generate-endpoint.ts +3 -3
- package/src/notification/notification/post/generate-parameters.ts +3 -3
- package/src/notification/notification/post/index.ts +1 -1
- package/src/notification/notification/post/types.ts +3 -3
- package/src/notification/settings/get/client.ts +4 -4
- package/src/notification/settings/get/generate-endpoint.ts +3 -3
- package/src/notification/settings/get/generate-parameters.ts +2 -2
- package/src/notification/settings/get/index.ts +1 -1
- package/src/notification/settings/get/types.ts +3 -3
- package/src/notification/settings/put/client.ts +4 -4
- package/src/notification/settings/put/generate-endpoint.ts +3 -3
- package/src/notification/settings/put/generate-parameters.ts +3 -3
- package/src/notification/settings/put/index.ts +1 -1
- package/src/notification/settings/put/types.ts +3 -3
- package/src/notification/types.ts +1 -5
- package/src/provider.ts +6 -6
- package/src/types.ts +2 -2
- package/src/version.ts +2 -0
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
8
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
9
|
+
|
|
10
|
+
## 3.1.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
|
|
15
|
+
|
|
16
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
17
|
+
|
|
18
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
21
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
22
|
+
|
|
3
23
|
## 3.1.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 Equinor
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/bookmarks/client.ts"],"names":[],"mappings":"AAGA,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAE7C,OAAO,WAAW,MAAM,cAAc,CAAC;AAGvC,OAAO,YAAY,MAAM,eAAe,CAAC;AACzC,OAAO,aAA6E,MAAM,SAAS,CAAC;AACpG,OAAO,eAAgE,MAAM,UAAU,CAAC;AACxF,OAAO,mBAGN,MAAM,kBAAkB,CAAC;AAC1B,OAAO,sBAGN,MAAM,oBAAoB,CAAC;AAC5B,OAAO,sBAGN,MAAM,kBAAkB,CAAC;AAE1B,MAAM,OAAO,kBAAkB;IAK3B,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/bookmarks/client.ts"],"names":[],"mappings":"AAGA,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAE7C,OAAO,WAAW,MAAM,cAAc,CAAC;AAGvC,OAAO,YAAY,MAAM,eAAe,CAAC;AACzC,OAAO,aAA6E,MAAM,SAAS,CAAC;AACpG,OAAO,eAAgE,MAAM,UAAU,CAAC;AACxF,OAAO,mBAGN,MAAM,kBAAkB,CAAC;AAC1B,OAAO,sBAGN,MAAM,oBAAoB,CAAC;AAC5B,OAAO,sBAGN,MAAM,kBAAkB,CAAC;AAE1B,MAAM,OAAO,kBAAkB;IAK3B,YACc,OAAgB,EAChB,OAAgB;QADhB,YAAO,GAAP,OAAO,CAAS;QAChB,YAAO,GAAP,OAAO,CAAS;IAC3B,CAAC;IAMG,GAAG,CACN,OAAiB,EACjB,GAAG,IAA+E;QAElF,MAAM,EAAE,GAAG,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5D,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAKM,MAAM,CACT,OAAiB;QAEjB,MAAM,EAAE,GAAG,eAAe,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAChE,OAAO,EAAE,EAAW,CAAC;IACzB,CAAC;IAMM,IAAI,CACP,OAAiB,EACjB,GAAG,IAA+E;QAElF,MAAM,EAAE,GAAG,YAAY,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7D,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,KAAK,CACR,OAAiB,EACjB,GAAG,IAAgF;QAEnF,MAAM,EAAE,GAAG,aAAa,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,MAAM,CACT,OAAiB,EACjB,GAAG,IAAwE;QAE3E,MAAM,EAAE,GAAG,cAAc,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/D,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,WAAW,CACd,OAAiB,EACjB,GAAG,IAA6E;QAEhF,MAAM,EAAE,GAAG,mBAAmB,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACpE,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAOM,cAAc,CACjB,OAAiB,EACjB,GAAG,IAAgF;QAEnF,MAAM,EAAE,GAAG,sBAAsB,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACvE,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAOM,cAAc,CACjB,OAAiB,EACjB,GAAG,IAA6E;QAEhF,MAAM,EAAE,GAAG,sBAAsB,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACvE,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;CACJ;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/context/client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/context/client.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,EAAE,UAAU,EAAsD,MAAM,OAAO,CAAC;AAEvF,OAAO,EAAE,YAAY,EAA4D,MAAM,SAAS,CAAC;AAEjG,OAAO,EAIH,eAAe,GAClB,MAAM,WAAW,CAAC;AAEnB,MAAM,OAAO,gBAAgB;IAIzB,IAAI,OAAO;QACP,OAAO,UAAU,CAAC;IACtB,CAAC;IAED,YACc,OAAgB,EAChB,OAAgB;QADhB,YAAO,GAAP,OAAO,CAAS;QAChB,YAAO,GAAP,OAAO,CAAS;IAC3B,CAAC;IAMG,GAAG,CAIN,OAAiB,EACjB,GAAG,IAAmE;QAEtE,MAAM,EAAE,GAAG,UAAU,CAA6B,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,KAAK,CAIR,OAAiB,EACjB,GAAG,IAAqE;QAExE,MAAM,EAAE,GAAG,YAAY,CAA6B,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,OAAO,CAIV,OAAiB,EACjB,GAAG,IAAuE;QAE1E,MAAM,EAAE,GAAG,eAAe,CAA6B,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;CACJ;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../errors';
|
|
2
|
+
import { ApiVersion } from '..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../src/context/get/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../src/context/get/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAOhC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAA8B,EAChC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,EAAE,EAAE,GAAG,IAAsB,CAAC;YACtC,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,aAAa,EAAE,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SAC/C;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/context/get/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/context/get/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAEhC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ApiVersion
|
|
1
|
+
import { ApiVersion } from '..';
|
|
2
2
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/context/get/types.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/context/get/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAkC,MAAM,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import buildOdataQuery from 'odata-query';
|
|
2
|
-
import { UnsupportedApiVersion } from '
|
|
3
|
-
import { ApiVersion } from '
|
|
2
|
+
import { UnsupportedApiVersion } from '../../errors';
|
|
3
|
+
import { ApiVersion } from '..';
|
|
4
4
|
const buildOdataFilter = (filterObj) => {
|
|
5
5
|
return Object.keys(filterObj).reduce((acc, key) => {
|
|
6
6
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../src/context/query/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../src/context/query/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAQhC,MAAM,gBAAgB,GAAG,CAAC,SAAkC,EAAE,EAAE;IAC5D,OAAO,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;;QAC9C,QAAQ,GAAG,EAAE;YACT,KAAK,MAAM;gBACP,OAAO,CAAA,MAAA,SAAS,CAAC,GAAG,CAAC,0CAAE,MAAM,EAAC,CAAC,iCAAM,GAAG,KAAE,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,SAAS,CAAC,GAAG,CAAC,EAAE,IAAG,CAAC,CAAC,GAAG,CAAC;YACpF;gBACI,uCAAY,GAAG,KAAE,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,GAA6B,CAAC,IAAG;SAC1E;IAEL,CAAC,EAAE,EAAS,CAAC,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,UAAuC,EAAE,EAAE;IACjE,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;SAC5B,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;SAC/B,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE;QAC1B,QAAQ,GAAG,EAAE;YACT,KAAK,QAAQ;gBACT,uCACO,GAAG,KACN,CAAC,GAAG,CAAC,EAAE,gBAAgB,CAAC,KAAgC,CAAC,IAC3D;YACN;gBACI,uCAAY,GAAG,KAAE,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAA8B,CAAC,IAAG;SAC5E;IAEL,CAAC,EAAE,EAAS,CAAC,CAAC;AACtB,CAAC,CAAC;AAEF,MAAM,sBAAsB,GAAG,CAAC,IAA0C,EAAE,EAAE;IAC1E,OAAO,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,eAAe,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,CAAC;AACrF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAgC,EAClC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,IAA8B,CAAC;YACjE,MAAM,MAAM,GAAG,IAAI,eAAe,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,CAAC;YAClE,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,IAAI,cAAc,EAAE;gBAChB,MAAM,CAAC,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;aAC3C;YACD,OAAO,cAAc,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACzC;KACJ;AACL,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/context/query/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAoB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/context/query/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAoB,MAAM,IAAI,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ApiVersion
|
|
1
|
+
import { ApiVersion } from '..';
|
|
2
2
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/context/query/types.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/context/query/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAkC,MAAM,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import buildOdataQuery from 'odata-query';
|
|
2
|
-
import { UnsupportedApiVersion } from '
|
|
3
|
-
import { ApiVersion } from '
|
|
2
|
+
import { UnsupportedApiVersion } from '../../errors';
|
|
3
|
+
import { ApiVersion } from '..';
|
|
4
4
|
const buildOdataFilter = (filterObj) => {
|
|
5
5
|
return Object.keys(filterObj).reduce((acc, key) => {
|
|
6
6
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../src/context/related/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../src/context/related/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAQhC,MAAM,gBAAgB,GAAG,CAAC,SAAoC,EAAE,EAAE;IAC9D,OAAO,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;;QAC9C,QAAQ,GAAG,EAAE;YACT,KAAK,MAAM;gBACP,OAAO,CAAA,MAAA,SAAS,CAAC,GAAG,CAAC,0CAAE,MAAM,EAAC,CAAC,iCAAM,GAAG,KAAE,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,SAAS,CAAC,GAAG,CAAC,EAAE,IAAG,CAAC,CAAC,GAAG,CAAC;YACpF;gBACI,uCAAY,GAAG,KAAE,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,GAA6B,CAAC,IAAG;SAC1E;IAEL,CAAC,EAAE,EAAS,CAAC,CAAC;AAClB,CAAC,CAAC;AACF,MAAM,gBAAgB,GAAG,CAAC,UAAyC,EAAE,EAAE;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;SAC5B,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;SAC/B,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE;QAC1B,QAAQ,GAAG,EAAE;YACT,KAAK,QAAQ;gBACT,uCACO,GAAG,KACN,CAAC,GAAG,CAAC,EAAE,gBAAgB,CAAC,KAAkC,CAAC,IAC7D;YACN;gBACI,uCAAY,GAAG,KAAE,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAA8B,CAAC,IAAG;SAC5E;IAEL,CAAC,EAAE,EAAS,CAAC,CAAC;AACtB,CAAC,CAAC;AAEF,MAAM,sBAAsB,GAAG,CAAC,IAA4C,EAAE,EAAE;IAC5E,OAAO,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,eAAe,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,CAAC;AACrF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAkC,EACpC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,IAAgC,CAAC;YACvD,MAAM,MAAM,GAAG,IAAI,eAAe,CAAC,sBAAsB,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC;YACxE,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,aAAa,EAAE,cAAc,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACxD;KACJ;AACL,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/context/related/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAoB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/context/related/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAoB,MAAM,IAAI,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ApiVersion
|
|
1
|
+
import { ApiVersion } from '..';
|
|
2
2
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/context/related/types.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/context/related/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAkC,MAAM,IAAI,CAAC"}
|
package/dist/esm/errors.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,qBAAsB,SAAQ,KAAK;IAC5C,
|
|
1
|
+
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,qBAAsB,SAAQ,KAAK;IAC5C,YACoB,OAAwB,EACxC,KAAe;QAEf,KAAK,CAAC,uBAAuB,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;QAHnC,YAAO,GAAP,OAAO,CAAiB;IAI5C,CAAC;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/notification/client.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,GACnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC,OAAO,8BAGN,MAAM,gBAAgB,CAAC;AACxB,OAAO,2BAGN,MAAM,gBAAgB,CAAC;AAExB,MAAM,OAAO,qBAAqB;IAI9B,IAAI,OAAO;QACP,OAAO,UAAU,CAAC;IACtB,CAAC;IAED,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/notification/client.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,GACnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC,OAAO,8BAGN,MAAM,gBAAgB,CAAC;AACxB,OAAO,2BAGN,MAAM,gBAAgB,CAAC;AAExB,MAAM,OAAO,qBAAqB;IAI9B,IAAI,OAAO;QACP,OAAO,UAAU,CAAC;IACtB,CAAC;IAED,YACc,OAAgB,EAChB,OAAgB;QADhB,YAAO,GAAP,OAAO,CAAS;QAChB,YAAO,GAAP,OAAO,CAAS;IAC3B,CAAC;IAMG,MAAM,CAIT,OAAiB,EACjB,GAAG,IAAyE;QAE5E,MAAM,EAAE,GAAG,gBAAgB,CACvB,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,OAAO,CAIV,OAAiB,EACjB,GAAG,IAAwE;QAE3E,MAAM,EAAE,GAAG,mBAAmB,CAC1B,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,aAAa,CAIhB,OAAiB,EACjB,GAAG,IAA0E;QAE7E,MAAM,EAAE,GAAG,gBAAgB,CACvB,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,MAAM,CAIT,OAAiB,EACjB,GAAG,IAAyE;QAE5E,MAAM,EAAE,GAAG,kBAAkB,CACzB,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAMM,MAAM,CAIT,OAAiB,EACjB,GAAG,IAA2E;QAE9E,MAAM,EAAE,GAAG,kBAAkB,CACzB,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAKM,WAAW,CAId,OAAiB,EACjB,GAAG,IAAoF;QAEvF,MAAM,EAAE,GAAG,2BAA2B,CAClC,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;IAKM,cAAc,CAIjB,OAAiB,EACjB,GAAG,IAAoF;QAEvF,MAAM,EAAE,GAAG,8BAA8B,CACrC,IAAI,CAAC,OAAO,EACZ,OAAO,EACP,IAAI,CAAC,OAAO,CACf,CAAC;QACF,OAAO,EAAE,CAAU,GAAG,IAAI,CAAC,CAAC;IAChC,CAAC;CACJ;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/delete/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/delete/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAMnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAsC,EACxC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,EAAE,EAAE,GAAG,IAAsB,CAAC;YACtC,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,iBAAiB,EAAE,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACnD;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/delete/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/delete/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,kBAAkB,IAAI,mBAAmB,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/get/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/get/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAOnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAmC,EACrC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,EAAE,EAAE,GAAG,IAAsB,CAAC;YACtC,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,iBAAiB,EAAE,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACnD;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/get/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/get/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/getAll/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/getAll/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAOnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAoC,EACtC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,MAAM,EAAE,GAAG,IAA0B,CAAC;YAC9C,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,WAAW,MAAM,mBAAmB,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SAC/D;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/getAll/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/getAll/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/patch/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/patch/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAMnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAqC,EACvC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,EAAE,EAAE,GAAG,IAAsB,CAAC;YACtC,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,iBAAiB,EAAE,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACnD;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/patch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/patch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,gBAAgB,IAAI,mBAAmB,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/post/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/notification/post/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAOnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAAoC,EACtC,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,MAAM,EAAE,GAAG,IAA0B,CAAC;YAC9C,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,WAAW,MAAM,mBAAmB,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SAC/D;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/post/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/notification/post/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,kBAAkB,IAAI,mBAAmB,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/settings/get/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/settings/get/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAOnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAA+C,EACjD,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,MAAM,EAAE,GAAG,IAA0B,CAAC;YAC9C,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,WAAW,MAAM,4BAA4B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACxE;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/settings/get/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/settings/get/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,2BAA2B,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnsupportedApiVersion } from '
|
|
2
|
-
import { ApiVersion } from '
|
|
1
|
+
import { UnsupportedApiVersion } from '../../../errors';
|
|
2
|
+
import { ApiVersion } from '../..';
|
|
3
3
|
export const generateEndpoint = (version, args) => {
|
|
4
4
|
var _a;
|
|
5
5
|
const apiVersion = (_a = ApiVersion[version]) !== null && _a !== void 0 ? _a : version;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/settings/put/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"generate-endpoint.js","sourceRoot":"","sources":["../../../../../src/notification/settings/put/generate-endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAOnC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,OAAiB,EACjB,IAA+C,EACjD,EAAE;;IACA,MAAM,UAAU,GAAG,MAAA,UAAU,CAAC,OAAkC,CAAC,mCAAI,OAAO,CAAC;IAC7E,QAAQ,UAAU,EAAE;QAChB,KAAK,UAAU,CAAC,EAAE;YACd,MAAM,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC;QAC7C,KAAK,UAAU,CAAC,EAAE,CAAC;QACnB,OAAO,CAAC,CAAC;YACL,MAAM,EAAE,MAAM,EAAE,GAAG,IAA0B,CAAC;YAC9C,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;YACrC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;YACzC,OAAO,WAAW,MAAM,4BAA4B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;SACxE;KACJ;AACL,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/settings/put/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/notification/settings/put/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,8BAA8B,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}
|