@extrahorizon/javascript-sdk 8.2.0 → 8.2.1-dev-49-61b4511
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 +1182 -1161
- package/README.md +108 -119
- package/build/index.cjs.js +1 -1
- package/build/index.mjs +1 -1
- package/build/types/btoa.d.ts +6 -6
- package/build/types/client.d.ts +136 -136
- package/build/types/constants.d.ts +15 -15
- package/build/types/errorHandler.d.ts +2 -2
- package/build/types/errors.d.ts +332 -332
- package/build/types/http/client.d.ts +2 -2
- package/build/types/http/index.d.ts +4 -4
- package/build/types/http/interceptors.d.ts +9 -9
- package/build/types/http/oAuth1Signature.d.ts +14 -14
- package/build/types/http/oauth1.d.ts +3 -3
- package/build/types/http/oauth2.d.ts +3 -3
- package/build/types/http/proxy.d.ts +3 -3
- package/build/types/http/types.d.ts +331 -331
- package/build/types/http/utils.d.ts +21 -21
- package/build/types/index.d.ts +9 -9
- package/build/types/mock.d.ts +43 -43
- package/build/types/mockType.d.ts +1547 -1511
- package/build/types/parseStoredCredentials.d.ts +11 -11
- package/build/types/rql/index.d.ts +16 -16
- package/build/types/rql/parser.d.ts +1 -1
- package/build/types/rql/types.d.ts +168 -168
- package/build/types/services/auth/applications/index.d.ts +5 -5
- package/build/types/services/auth/applications/types.d.ts +260 -190
- package/build/types/services/auth/index.d.ts +3 -3
- package/build/types/services/auth/oauth1/index.d.ts +5 -5
- package/build/types/services/auth/oauth1/types.d.ts +63 -63
- package/build/types/services/auth/oauth2/index.d.ts +5 -5
- package/build/types/services/auth/oauth2/types.d.ts +52 -52
- package/build/types/services/auth/oidc/index.d.ts +5 -5
- package/build/types/services/auth/oidc/loginAttempts/index.d.ts +5 -5
- package/build/types/services/auth/oidc/loginAttempts/types.d.ts +67 -67
- package/build/types/services/auth/oidc/providers/index.d.ts +5 -5
- package/build/types/services/auth/oidc/providers/types.d.ts +144 -144
- package/build/types/services/auth/oidc/types.d.ts +40 -40
- package/build/types/services/auth/types.d.ts +39 -39
- package/build/types/services/auth/users/index.d.ts +5 -5
- package/build/types/services/auth/users/types.d.ts +121 -121
- package/build/types/services/configurations/general.d.ts +5 -5
- package/build/types/services/configurations/groups.d.ts +5 -5
- package/build/types/services/configurations/index.d.ts +10 -10
- package/build/types/services/configurations/patients.d.ts +5 -5
- package/build/types/services/configurations/staff.d.ts +5 -5
- package/build/types/services/configurations/types.d.ts +222 -222
- package/build/types/services/configurations/users.d.ts +5 -5
- package/build/types/services/data/comments.d.ts +5 -5
- package/build/types/services/data/documents.d.ts +5 -5
- package/build/types/services/data/index.d.ts +13 -13
- package/build/types/services/data/indexes.d.ts +5 -5
- package/build/types/services/data/infrastructure.d.ts +10 -10
- package/build/types/services/data/json-schema.d.ts +121 -121
- package/build/types/services/data/properties.d.ts +5 -5
- package/build/types/services/data/schemas.d.ts +5 -5
- package/build/types/services/data/statuses.d.ts +5 -5
- package/build/types/services/data/transitions.d.ts +5 -5
- package/build/types/services/data/types.d.ts +899 -899
- package/build/types/services/dispatchers/actions/index.d.ts +5 -5
- package/build/types/services/dispatchers/actions/types.d.ts +78 -78
- package/build/types/services/dispatchers/dispatchers/index.d.ts +5 -5
- package/build/types/services/dispatchers/dispatchers/types.d.ts +111 -111
- package/build/types/services/dispatchers/index.d.ts +7 -7
- package/build/types/services/dispatchers/types.d.ts +2 -2
- package/build/types/services/events/events.d.ts +5 -5
- package/build/types/services/events/health.d.ts +9 -9
- package/build/types/services/events/index.d.ts +6 -6
- package/build/types/services/events/subscriptions.d.ts +5 -5
- package/build/types/services/events/types.d.ts +90 -90
- package/build/types/services/files/files.d.ts +5 -5
- package/build/types/services/files/formHelpers.d.ts +3 -3
- package/build/types/services/files/index.d.ts +6 -6
- package/build/types/services/files/settings/index.d.ts +5 -5
- package/build/types/services/files/settings/types.d.ts +38 -38
- package/build/types/services/files/tokens.d.ts +5 -5
- package/build/types/services/files/types.d.ts +185 -185
- package/build/types/services/helpers.d.ts +7 -7
- package/build/types/services/http-client.d.ts +22 -22
- package/build/types/services/index.d.ts +15 -15
- package/build/types/services/localizations/countries.d.ts +5 -5
- package/build/types/services/localizations/health.d.ts +9 -9
- package/build/types/services/localizations/index.d.ts +4 -4
- package/build/types/services/localizations/languages.d.ts +5 -5
- package/build/types/services/localizations/localizations.d.ts +5 -5
- package/build/types/services/localizations/types.d.ts +145 -145
- package/build/types/services/logs/access/index.d.ts +5 -5
- package/build/types/services/logs/access/types.d.ts +41 -41
- package/build/types/services/logs/index.d.ts +3 -3
- package/build/types/services/logs/types.d.ts +4 -4
- package/build/types/services/mails/index.d.ts +3 -3
- package/build/types/services/mails/mails.d.ts +5 -5
- package/build/types/services/mails/types.d.ts +141 -141
- package/build/types/services/notifications/health.d.ts +9 -9
- package/build/types/services/notifications/index.d.ts +7 -7
- package/build/types/services/notifications/notifications.d.ts +5 -5
- package/build/types/services/notifications/settings.d.ts +5 -5
- package/build/types/services/notifications/types.d.ts +222 -222
- package/build/types/services/payments/appStore.d.ts +5 -5
- package/build/types/services/payments/appStoreSubscriptions.d.ts +5 -5
- package/build/types/services/payments/health.d.ts +9 -9
- package/build/types/services/payments/index.d.ts +15 -15
- package/build/types/services/payments/orders.d.ts +5 -5
- package/build/types/services/payments/playStore.d.ts +5 -5
- package/build/types/services/payments/playStoreHistory.d.ts +5 -5
- package/build/types/services/payments/playStoreSubscriptions.d.ts +5 -5
- package/build/types/services/payments/products.d.ts +5 -5
- package/build/types/services/payments/stripe.d.ts +5 -5
- package/build/types/services/payments/subscriptions.d.ts +5 -5
- package/build/types/services/payments/types.d.ts +1189 -1189
- package/build/types/services/profiles/groups.d.ts +5 -5
- package/build/types/services/profiles/health.d.ts +9 -9
- package/build/types/services/profiles/index.d.ts +9 -9
- package/build/types/services/profiles/logs.d.ts +5 -5
- package/build/types/services/profiles/profiles.d.ts +5 -5
- package/build/types/services/profiles/types.d.ts +370 -369
- package/build/types/services/tasks/api/index.d.ts +5 -5
- package/build/types/services/tasks/api/types.d.ts +146 -146
- package/build/types/services/tasks/apiRequests/index.d.ts +5 -5
- package/build/types/services/tasks/apiRequests/logs/index.d.ts +5 -5
- package/build/types/services/tasks/apiRequests/logs/types.d.ts +25 -25
- package/build/types/services/tasks/apiRequests/types.d.ts +83 -83
- package/build/types/services/tasks/functions/index.d.ts +5 -5
- package/build/types/services/tasks/functions/types.d.ts +27 -27
- package/build/types/services/tasks/index.d.ts +15 -15
- package/build/types/services/tasks/logs/index.d.ts +5 -5
- package/build/types/services/tasks/logs/types.d.ts +28 -28
- package/build/types/services/tasks/schedules/index.d.ts +5 -5
- package/build/types/services/tasks/schedules/types.d.ts +88 -88
- package/build/types/services/tasks/tasks.d.ts +5 -5
- package/build/types/services/tasks/types.d.ts +107 -107
- package/build/types/services/templates/index.d.ts +3 -3
- package/build/types/services/templates/templates.d.ts +5 -5
- package/build/types/services/templates/types.d.ts +202 -202
- package/build/types/services/types.d.ts +77 -77
- package/build/types/services/users/activationRequests/index.d.ts +4 -4
- package/build/types/services/users/activationRequests/types.d.ts +70 -70
- package/build/types/services/users/forgotPasswordRequests/index.d.ts +4 -4
- package/build/types/services/users/forgotPasswordRequests/types.d.ts +70 -70
- package/build/types/services/users/globalRoles.d.ts +5 -5
- package/build/types/services/users/groupRoles.d.ts +5 -5
- package/build/types/services/users/health.d.ts +9 -9
- package/build/types/services/users/index.d.ts +16 -16
- package/build/types/services/users/settings/index.d.ts +4 -4
- package/build/types/services/users/settings/types.d.ts +47 -47
- package/build/types/services/users/types.d.ts +1202 -1055
- package/build/types/services/users/users.d.ts +5 -5
- package/build/types/sha1.d.ts +11 -11
- package/build/types/types.d.ts +102 -102
- package/build/types/utils.d.ts +4 -4
- package/build/types/version.d.ts +1 -1
- package/package.json +62 -62
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export declare function mapObjIndexed(fn: any, object: any): Record<string, unknown>;
|
|
2
|
-
export declare const recursiveMap: (fn: any, obj: any, ignoreKeys?: any[], skipData?: boolean) => any;
|
|
3
|
-
/**
|
|
4
|
-
* Recursively renames keys in an object using a provided function.
|
|
5
|
-
* @param fn A function that takes a string (key) and returns a string (new key).
|
|
6
|
-
* @param obj The object to rename they keys in.
|
|
7
|
-
* @param ignoreKeys An array of keys to ignore during the renaming process.
|
|
8
|
-
* @returns An object with keys renamed according to the provided function.
|
|
9
|
-
*/
|
|
10
|
-
export declare function recursiveRenameKeys(fn: {
|
|
11
|
-
(arg: string): string;
|
|
12
|
-
}, obj: any, ignoreKeys?: string[]): any;
|
|
13
|
-
export declare function camelize(string: string): string;
|
|
14
|
-
export declare function decamelize(string: string): string;
|
|
15
|
-
export declare function camelizeKeys(object: Record<string, unknown>, ignoreKeys?: string[]): Record<string, unknown>;
|
|
16
|
-
export declare function decamelizeKeys(object: Record<string, unknown>, ignoreKeys?: string[]): Record<string, unknown>;
|
|
17
|
-
/**
|
|
18
|
-
* Composes a `User-Agent` like header value which looks something like
|
|
19
|
-
* `'Node/14.4.0 SDK/3.0.0'`.
|
|
20
|
-
*/
|
|
21
|
-
export declare function composeUserAgent(packageVersion: string): string;
|
|
1
|
+
export declare function mapObjIndexed(fn: any, object: any): Record<string, unknown>;
|
|
2
|
+
export declare const recursiveMap: (fn: any, obj: any, ignoreKeys?: any[], skipData?: boolean) => any;
|
|
3
|
+
/**
|
|
4
|
+
* Recursively renames keys in an object using a provided function.
|
|
5
|
+
* @param fn A function that takes a string (key) and returns a string (new key).
|
|
6
|
+
* @param obj The object to rename they keys in.
|
|
7
|
+
* @param ignoreKeys An array of keys to ignore during the renaming process.
|
|
8
|
+
* @returns An object with keys renamed according to the provided function.
|
|
9
|
+
*/
|
|
10
|
+
export declare function recursiveRenameKeys(fn: {
|
|
11
|
+
(arg: string): string;
|
|
12
|
+
}, obj: any, ignoreKeys?: string[]): any;
|
|
13
|
+
export declare function camelize(string: string): string;
|
|
14
|
+
export declare function decamelize(string: string): string;
|
|
15
|
+
export declare function camelizeKeys(object: Record<string, unknown>, ignoreKeys?: string[]): Record<string, unknown>;
|
|
16
|
+
export declare function decamelizeKeys(object: Record<string, unknown>, ignoreKeys?: string[]): Record<string, unknown>;
|
|
17
|
+
/**
|
|
18
|
+
* Composes a `User-Agent` like header value which looks something like
|
|
19
|
+
* `'Node/14.4.0 SDK/3.0.0'`.
|
|
20
|
+
*/
|
|
21
|
+
export declare function composeUserAgent(packageVersion: string): string;
|
package/build/types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { rqlBuilder, rqlParser, RQLString } from './rql';
|
|
2
|
-
export * from './errors';
|
|
3
|
-
export * from './types';
|
|
4
|
-
export { recursiveMap } from './http/utils';
|
|
5
|
-
export { parseGlobalPermissions } from './utils';
|
|
6
|
-
export { findAllGeneric, findAllIterator } from './services/helpers';
|
|
7
|
-
export { getMockSdkOAuth1, getMockSdkOAuth2, getMockSdkProxy, getMockSdkOAuth2 as getMockSdk, } from './mock';
|
|
8
|
-
export { createClient, createOAuth1Client, createOAuth2Client, createProxyClient, Client, OAuth1Client, OAuth2Client, ProxyClient, } from './client';
|
|
9
|
-
export { parseStoredCredentials, ExHCredentials, } from './parseStoredCredentials';
|
|
1
|
+
export { rqlBuilder, rqlParser, RQLString } from './rql';
|
|
2
|
+
export * from './errors';
|
|
3
|
+
export * from './types';
|
|
4
|
+
export { recursiveMap } from './http/utils';
|
|
5
|
+
export { parseGlobalPermissions } from './utils';
|
|
6
|
+
export { findAllGeneric, findAllIterator } from './services/helpers';
|
|
7
|
+
export { getMockSdkOAuth1, getMockSdkOAuth2, getMockSdkProxy, getMockSdkOAuth2 as getMockSdk, } from './mock';
|
|
8
|
+
export { createClient, createOAuth1Client, createOAuth2Client, createProxyClient, Client, OAuth1Client, OAuth2Client, ProxyClient, } from './client';
|
|
9
|
+
export { parseStoredCredentials, ExHCredentials, } from './parseStoredCredentials';
|
package/build/types/mock.d.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import type { MockClientOAuth1, MockClientOAuth2, MockClientProxy } from './mockType';
|
|
2
|
-
/**
|
|
3
|
-
* Returns a mocked version of the Proxy SDK. Requires a mocking function like `jest.fn`
|
|
4
|
-
* @param fn mocking function
|
|
5
|
-
* @returns {MockClientProxy} mockSdk
|
|
6
|
-
* @example
|
|
7
|
-
* import { getMockSdkProxy } from "@extrahorizon/javascript-sdk";
|
|
8
|
-
* describe("mock SDK", () => {
|
|
9
|
-
* const exh = getMockSdkProxy(jest.fn);
|
|
10
|
-
* it("should be valid mock", async () => {
|
|
11
|
-
* expect(exh.data).toBeDefined();
|
|
12
|
-
* });
|
|
13
|
-
* });
|
|
14
|
-
*/
|
|
15
|
-
export declare const getMockSdkProxy: <MockFn>(fn: () => MockFn) => MockClientProxy<MockFn>;
|
|
16
|
-
/**
|
|
17
|
-
* Returns a mocked version of the OAuth2 SDK. Requires a mocking function like `jest.fn`
|
|
18
|
-
* @param fn mocking function
|
|
19
|
-
* @returns {MockClientOAuth2} mockSdk
|
|
20
|
-
* @example
|
|
21
|
-
* import { getMockSdkOAuth2 } from "@extrahorizon/javascript-sdk";
|
|
22
|
-
* describe("mock SDK", () => {
|
|
23
|
-
* const exh = getMockSdkOAuth2(jest.fn);
|
|
24
|
-
* it("should be valid mock", async () => {
|
|
25
|
-
* expect(exh.data).toBeDefined();
|
|
26
|
-
* });
|
|
27
|
-
* });
|
|
28
|
-
*/
|
|
29
|
-
export declare const getMockSdkOAuth2: <MockFn>(fn: () => MockFn) => MockClientOAuth2<MockFn>;
|
|
30
|
-
/**
|
|
31
|
-
* Returns a mocked version of the OAuth1 SDK. Requires a mocking function like `jest.fn`
|
|
32
|
-
* @param fn mocking function
|
|
33
|
-
* @returns {MockClientOAuth1} mockSdk
|
|
34
|
-
* @example
|
|
35
|
-
* import { getMockSdkOAuth1 } from "@extrahorizon/javascript-sdk";
|
|
36
|
-
* describe("mock SDK", () => {
|
|
37
|
-
* const exh = getMockSdkOAuth1(jest.fn);
|
|
38
|
-
* it("should be valid mock", async () => {
|
|
39
|
-
* expect(exh.data).toBeDefined();
|
|
40
|
-
* });
|
|
41
|
-
* });
|
|
42
|
-
*/
|
|
43
|
-
export declare const getMockSdkOAuth1: <MockFn>(fn: () => MockFn) => MockClientOAuth1<MockFn>;
|
|
1
|
+
import type { MockClientOAuth1, MockClientOAuth2, MockClientProxy } from './mockType';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a mocked version of the Proxy SDK. Requires a mocking function like `jest.fn`
|
|
4
|
+
* @param fn mocking function
|
|
5
|
+
* @returns {MockClientProxy} mockSdk
|
|
6
|
+
* @example
|
|
7
|
+
* import { getMockSdkProxy } from "@extrahorizon/javascript-sdk";
|
|
8
|
+
* describe("mock SDK", () => {
|
|
9
|
+
* const exh = getMockSdkProxy(jest.fn);
|
|
10
|
+
* it("should be valid mock", async () => {
|
|
11
|
+
* expect(exh.data).toBeDefined();
|
|
12
|
+
* });
|
|
13
|
+
* });
|
|
14
|
+
*/
|
|
15
|
+
export declare const getMockSdkProxy: <MockFn>(fn: () => MockFn) => MockClientProxy<MockFn>;
|
|
16
|
+
/**
|
|
17
|
+
* Returns a mocked version of the OAuth2 SDK. Requires a mocking function like `jest.fn`
|
|
18
|
+
* @param fn mocking function
|
|
19
|
+
* @returns {MockClientOAuth2} mockSdk
|
|
20
|
+
* @example
|
|
21
|
+
* import { getMockSdkOAuth2 } from "@extrahorizon/javascript-sdk";
|
|
22
|
+
* describe("mock SDK", () => {
|
|
23
|
+
* const exh = getMockSdkOAuth2(jest.fn);
|
|
24
|
+
* it("should be valid mock", async () => {
|
|
25
|
+
* expect(exh.data).toBeDefined();
|
|
26
|
+
* });
|
|
27
|
+
* });
|
|
28
|
+
*/
|
|
29
|
+
export declare const getMockSdkOAuth2: <MockFn>(fn: () => MockFn) => MockClientOAuth2<MockFn>;
|
|
30
|
+
/**
|
|
31
|
+
* Returns a mocked version of the OAuth1 SDK. Requires a mocking function like `jest.fn`
|
|
32
|
+
* @param fn mocking function
|
|
33
|
+
* @returns {MockClientOAuth1} mockSdk
|
|
34
|
+
* @example
|
|
35
|
+
* import { getMockSdkOAuth1 } from "@extrahorizon/javascript-sdk";
|
|
36
|
+
* describe("mock SDK", () => {
|
|
37
|
+
* const exh = getMockSdkOAuth1(jest.fn);
|
|
38
|
+
* it("should be valid mock", async () => {
|
|
39
|
+
* expect(exh.data).toBeDefined();
|
|
40
|
+
* });
|
|
41
|
+
* });
|
|
42
|
+
*/
|
|
43
|
+
export declare const getMockSdkOAuth1: <MockFn>(fn: () => MockFn) => MockClientOAuth1<MockFn>;
|