@extrahorizon/javascript-sdk 8.2.0 → 8.2.1-dev-48-41fd1f1

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.
Files changed (152) hide show
  1. package/CHANGELOG.md +1177 -1161
  2. package/README.md +108 -119
  3. package/build/index.cjs.js +1 -1
  4. package/build/index.mjs +1 -1
  5. package/build/types/btoa.d.ts +6 -6
  6. package/build/types/client.d.ts +136 -136
  7. package/build/types/constants.d.ts +15 -15
  8. package/build/types/errorHandler.d.ts +2 -2
  9. package/build/types/errors.d.ts +332 -332
  10. package/build/types/http/client.d.ts +2 -2
  11. package/build/types/http/index.d.ts +4 -4
  12. package/build/types/http/interceptors.d.ts +9 -9
  13. package/build/types/http/oAuth1Signature.d.ts +14 -14
  14. package/build/types/http/oauth1.d.ts +3 -3
  15. package/build/types/http/oauth2.d.ts +3 -3
  16. package/build/types/http/proxy.d.ts +3 -3
  17. package/build/types/http/types.d.ts +331 -331
  18. package/build/types/http/utils.d.ts +21 -21
  19. package/build/types/index.d.ts +9 -9
  20. package/build/types/mock.d.ts +43 -43
  21. package/build/types/mockType.d.ts +1547 -1511
  22. package/build/types/parseStoredCredentials.d.ts +11 -11
  23. package/build/types/rql/index.d.ts +16 -16
  24. package/build/types/rql/parser.d.ts +1 -1
  25. package/build/types/rql/types.d.ts +168 -168
  26. package/build/types/services/auth/applications/index.d.ts +5 -5
  27. package/build/types/services/auth/applications/types.d.ts +260 -190
  28. package/build/types/services/auth/index.d.ts +3 -3
  29. package/build/types/services/auth/oauth1/index.d.ts +5 -5
  30. package/build/types/services/auth/oauth1/types.d.ts +63 -63
  31. package/build/types/services/auth/oauth2/index.d.ts +5 -5
  32. package/build/types/services/auth/oauth2/types.d.ts +52 -52
  33. package/build/types/services/auth/oidc/index.d.ts +5 -5
  34. package/build/types/services/auth/oidc/loginAttempts/index.d.ts +5 -5
  35. package/build/types/services/auth/oidc/loginAttempts/types.d.ts +67 -67
  36. package/build/types/services/auth/oidc/providers/index.d.ts +5 -5
  37. package/build/types/services/auth/oidc/providers/types.d.ts +144 -144
  38. package/build/types/services/auth/oidc/types.d.ts +40 -40
  39. package/build/types/services/auth/types.d.ts +39 -39
  40. package/build/types/services/auth/users/index.d.ts +5 -5
  41. package/build/types/services/auth/users/types.d.ts +121 -121
  42. package/build/types/services/configurations/general.d.ts +5 -5
  43. package/build/types/services/configurations/groups.d.ts +5 -5
  44. package/build/types/services/configurations/index.d.ts +10 -10
  45. package/build/types/services/configurations/patients.d.ts +5 -5
  46. package/build/types/services/configurations/staff.d.ts +5 -5
  47. package/build/types/services/configurations/types.d.ts +222 -222
  48. package/build/types/services/configurations/users.d.ts +5 -5
  49. package/build/types/services/data/comments.d.ts +5 -5
  50. package/build/types/services/data/documents.d.ts +5 -5
  51. package/build/types/services/data/index.d.ts +13 -13
  52. package/build/types/services/data/indexes.d.ts +5 -5
  53. package/build/types/services/data/infrastructure.d.ts +10 -10
  54. package/build/types/services/data/json-schema.d.ts +121 -121
  55. package/build/types/services/data/properties.d.ts +5 -5
  56. package/build/types/services/data/schemas.d.ts +5 -5
  57. package/build/types/services/data/statuses.d.ts +5 -5
  58. package/build/types/services/data/transitions.d.ts +5 -5
  59. package/build/types/services/data/types.d.ts +899 -899
  60. package/build/types/services/dispatchers/actions/index.d.ts +5 -5
  61. package/build/types/services/dispatchers/actions/types.d.ts +78 -78
  62. package/build/types/services/dispatchers/dispatchers/index.d.ts +5 -5
  63. package/build/types/services/dispatchers/dispatchers/types.d.ts +111 -111
  64. package/build/types/services/dispatchers/index.d.ts +7 -7
  65. package/build/types/services/dispatchers/types.d.ts +2 -2
  66. package/build/types/services/events/events.d.ts +5 -5
  67. package/build/types/services/events/health.d.ts +9 -9
  68. package/build/types/services/events/index.d.ts +6 -6
  69. package/build/types/services/events/subscriptions.d.ts +5 -5
  70. package/build/types/services/events/types.d.ts +90 -90
  71. package/build/types/services/files/files.d.ts +5 -5
  72. package/build/types/services/files/formHelpers.d.ts +3 -3
  73. package/build/types/services/files/index.d.ts +6 -6
  74. package/build/types/services/files/settings/index.d.ts +5 -5
  75. package/build/types/services/files/settings/types.d.ts +38 -38
  76. package/build/types/services/files/tokens.d.ts +5 -5
  77. package/build/types/services/files/types.d.ts +185 -185
  78. package/build/types/services/helpers.d.ts +7 -7
  79. package/build/types/services/http-client.d.ts +22 -22
  80. package/build/types/services/index.d.ts +15 -15
  81. package/build/types/services/localizations/countries.d.ts +5 -5
  82. package/build/types/services/localizations/health.d.ts +9 -9
  83. package/build/types/services/localizations/index.d.ts +4 -4
  84. package/build/types/services/localizations/languages.d.ts +5 -5
  85. package/build/types/services/localizations/localizations.d.ts +5 -5
  86. package/build/types/services/localizations/types.d.ts +145 -145
  87. package/build/types/services/logs/access/index.d.ts +5 -5
  88. package/build/types/services/logs/access/types.d.ts +41 -41
  89. package/build/types/services/logs/index.d.ts +3 -3
  90. package/build/types/services/logs/types.d.ts +4 -4
  91. package/build/types/services/mails/index.d.ts +3 -3
  92. package/build/types/services/mails/mails.d.ts +5 -5
  93. package/build/types/services/mails/types.d.ts +141 -141
  94. package/build/types/services/notifications/health.d.ts +9 -9
  95. package/build/types/services/notifications/index.d.ts +7 -7
  96. package/build/types/services/notifications/notifications.d.ts +5 -5
  97. package/build/types/services/notifications/settings.d.ts +5 -5
  98. package/build/types/services/notifications/types.d.ts +222 -222
  99. package/build/types/services/payments/appStore.d.ts +5 -5
  100. package/build/types/services/payments/appStoreSubscriptions.d.ts +5 -5
  101. package/build/types/services/payments/health.d.ts +9 -9
  102. package/build/types/services/payments/index.d.ts +15 -15
  103. package/build/types/services/payments/orders.d.ts +5 -5
  104. package/build/types/services/payments/playStore.d.ts +5 -5
  105. package/build/types/services/payments/playStoreHistory.d.ts +5 -5
  106. package/build/types/services/payments/playStoreSubscriptions.d.ts +5 -5
  107. package/build/types/services/payments/products.d.ts +5 -5
  108. package/build/types/services/payments/stripe.d.ts +5 -5
  109. package/build/types/services/payments/subscriptions.d.ts +5 -5
  110. package/build/types/services/payments/types.d.ts +1189 -1189
  111. package/build/types/services/profiles/groups.d.ts +5 -5
  112. package/build/types/services/profiles/health.d.ts +9 -9
  113. package/build/types/services/profiles/index.d.ts +9 -9
  114. package/build/types/services/profiles/logs.d.ts +5 -5
  115. package/build/types/services/profiles/profiles.d.ts +5 -5
  116. package/build/types/services/profiles/types.d.ts +370 -369
  117. package/build/types/services/tasks/api/index.d.ts +5 -5
  118. package/build/types/services/tasks/api/types.d.ts +146 -146
  119. package/build/types/services/tasks/apiRequests/index.d.ts +5 -5
  120. package/build/types/services/tasks/apiRequests/logs/index.d.ts +5 -5
  121. package/build/types/services/tasks/apiRequests/logs/types.d.ts +25 -25
  122. package/build/types/services/tasks/apiRequests/types.d.ts +83 -83
  123. package/build/types/services/tasks/functions/index.d.ts +5 -5
  124. package/build/types/services/tasks/functions/types.d.ts +27 -27
  125. package/build/types/services/tasks/index.d.ts +15 -15
  126. package/build/types/services/tasks/logs/index.d.ts +5 -5
  127. package/build/types/services/tasks/logs/types.d.ts +28 -28
  128. package/build/types/services/tasks/schedules/index.d.ts +5 -5
  129. package/build/types/services/tasks/schedules/types.d.ts +88 -88
  130. package/build/types/services/tasks/tasks.d.ts +5 -5
  131. package/build/types/services/tasks/types.d.ts +107 -107
  132. package/build/types/services/templates/index.d.ts +3 -3
  133. package/build/types/services/templates/templates.d.ts +5 -5
  134. package/build/types/services/templates/types.d.ts +202 -202
  135. package/build/types/services/types.d.ts +77 -77
  136. package/build/types/services/users/activationRequests/index.d.ts +4 -4
  137. package/build/types/services/users/activationRequests/types.d.ts +70 -70
  138. package/build/types/services/users/forgotPasswordRequests/index.d.ts +4 -4
  139. package/build/types/services/users/forgotPasswordRequests/types.d.ts +70 -70
  140. package/build/types/services/users/globalRoles.d.ts +5 -5
  141. package/build/types/services/users/groupRoles.d.ts +5 -5
  142. package/build/types/services/users/health.d.ts +9 -9
  143. package/build/types/services/users/index.d.ts +16 -16
  144. package/build/types/services/users/settings/index.d.ts +4 -4
  145. package/build/types/services/users/settings/types.d.ts +47 -47
  146. package/build/types/services/users/types.d.ts +1116 -1055
  147. package/build/types/services/users/users.d.ts +5 -5
  148. package/build/types/sha1.d.ts +11 -11
  149. package/build/types/types.d.ts +102 -102
  150. package/build/types/utils.d.ts +4 -4
  151. package/build/types/version.d.ts +1 -1
  152. package/package.json +62 -62
@@ -1,5 +1,5 @@
1
- import type { HttpInstance } from '../../types';
2
- import { HttpClient } from '../http-client';
3
- import type { UsersService } from './types';
4
- declare const _default: (userClient: HttpClient, httpWithAuth: HttpInstance, http: HttpInstance) => UsersService;
5
- export default _default;
1
+ import type { HttpInstance } from '../../types';
2
+ import { HttpClient } from '../http-client';
3
+ import type { UsersService } from './types';
4
+ declare const _default: (userClient: HttpClient, httpWithAuth: HttpInstance, http: HttpInstance) => UsersService;
5
+ export default _default;
@@ -1,11 +1,11 @@
1
- /**
2
- * Copied from https://github.com/pH200/hmacsha1-js/blob/master/index.js
3
- */
4
- /**
5
- * Computes a HMAC-SHA1 code.
6
- *
7
- * @param {string} k Secret key.
8
- * @param {string} d Data to be hashed.
9
- * @return {string} The hashed string.
10
- */
11
- export declare function HmacSHA1(k: any, d: any, _p?: any, _z?: any): string;
1
+ /**
2
+ * Copied from https://github.com/pH200/hmacsha1-js/blob/master/index.js
3
+ */
4
+ /**
5
+ * Computes a HMAC-SHA1 code.
6
+ *
7
+ * @param {string} k Secret key.
8
+ * @param {string} d Data to be hashed.
9
+ * @return {string} The hashed string.
10
+ */
11
+ export declare function HmacSHA1(k: any, d: any, _p?: any, _z?: any): string;
@@ -1,102 +1,102 @@
1
- import { AxiosResponse } from 'axios';
2
- import { TokenDataOauth2, HttpRequestConfig } from './http/types';
3
- export * from './http/types';
4
- export * from './services/types';
5
- export * from './services/auth/types';
6
- export * from './services/data/types';
7
- export * from './services/files/types';
8
- export * from './services/tasks/types';
9
- export * from './services/users/types';
10
- export * from './services/mails/types';
11
- export * from './services/templates/types';
12
- export * from './services/configurations/types';
13
- export * from './services/dispatchers/types';
14
- export * from './services/payments/types';
15
- export * from './services/localizations/types';
16
- export * from './services/profiles/types';
17
- export * from './services/notifications/types';
18
- export * from './services/events/types';
19
- export interface ParamsOauth1WithEmail {
20
- email: string;
21
- password: string;
22
- }
23
- export interface ParamsOauth1WithToken {
24
- token: string;
25
- tokenSecret: string;
26
- skipTokenCheck?: boolean;
27
- }
28
- export interface ParamsOauth2AuthorizationCode {
29
- code: string;
30
- }
31
- export interface ParamsOauth2Password {
32
- username: string;
33
- password: string;
34
- }
35
- export interface ParamsOauth2Refresh {
36
- refreshToken: string;
37
- }
38
- export declare type Oauth1AuthParams = ParamsOauth1WithEmail | ParamsOauth1WithToken;
39
- export declare type Oauth2AuthParams = ParamsOauth2AuthorizationCode | ParamsOauth2Password | ParamsOauth2Refresh;
40
- export declare type AuthParams = Oauth1AuthParams | Oauth2AuthParams;
41
- interface ParamsBase {
42
- host: string;
43
- responseLogger?: (response: AxiosResponse | Error) => unknown;
44
- requestLogger?: (request: HttpRequestConfig | Error) => unknown;
45
- headers?: {
46
- 'X-Request-Service'?: string;
47
- 'X-Forwarded-Application'?: string;
48
- 'X-Forwarded-User'?: string;
49
- };
50
- /**
51
- * @deprecated this property is only meant to be used for backwards compatibility when upgrading to v8.0.0.
52
- *
53
- * Key names that are not chosen by Extra Horizon where also affected by the data normalization before v8.0.0.
54
- * They were converted from camel case to snake case before sending the request and the other way around before
55
- * providing the response.
56
- *
57
- * Also fields ending with the name timestamp not chosen by extra horizon in custom properties where automatically
58
- * converted to dates. Even though they could be just booleans, strings or numbers. Dates provided in such fields will
59
- * now be converted to strings while all other types will stay as they are.
60
- *
61
- * 'records_affected', 'recordsAffected' as keys in custom properties were converted to affectedRecords. In v8.0.0
62
- * they also stay as they are.
63
- *
64
- * To enable this behaviour again, set to true.
65
- */
66
- normalizeCustomData?: boolean;
67
- }
68
- export interface ParamsOauth1Consumer extends ParamsBase {
69
- consumerKey: string;
70
- consumerSecret: string;
71
- }
72
- export interface ParamsOauth1Token extends ParamsOauth1Consumer {
73
- token: string;
74
- tokenSecret: string;
75
- }
76
- export declare type ParamsOauth1 = ParamsOauth1Consumer | ParamsOauth1Token;
77
- export interface ParamsOauth2Client extends ParamsBase {
78
- clientId: string;
79
- clientSecret?: string;
80
- freshTokensCallback?: (tokenData: TokenDataOauth2) => void;
81
- }
82
- export interface ParamsOauth2AccessToken extends ParamsOauth2Client {
83
- refreshToken: string;
84
- accessToken: string;
85
- /**
86
- * Can be supplied just as it is returned by the different authentication methods and the `freshTokensCallback`.
87
- * Allows the SDK to continue using the supplied access token until just before it expires, then it is automatically refreshed.
88
- */
89
- expiresIn?: number;
90
- /**
91
- * Can be supplied just as it is returned by the different authentication methods and the `freshTokensCallback`.
92
- * Allows the SDK to continue using the supplied access token until just before it expires, then it is automatically refreshed.
93
- */
94
- creationTimestamp?: Date | string;
95
- }
96
- export declare type ParamsOauth2 = ParamsOauth2Client | ParamsOauth2AccessToken;
97
- export declare type ParamsProxy = ParamsBase;
98
- interface HttpClientBase {
99
- packageVersion: string;
100
- }
101
- export declare type ClientParams = ParamsOauth1 | ParamsOauth2 | ParamsProxy;
102
- export declare type HttpClientConfig = HttpClientBase & ClientParams;
1
+ import { AxiosResponse } from 'axios';
2
+ import { TokenDataOauth2, HttpRequestConfig } from './http/types';
3
+ export * from './http/types';
4
+ export * from './services/types';
5
+ export * from './services/auth/types';
6
+ export * from './services/data/types';
7
+ export * from './services/files/types';
8
+ export * from './services/tasks/types';
9
+ export * from './services/users/types';
10
+ export * from './services/mails/types';
11
+ export * from './services/templates/types';
12
+ export * from './services/configurations/types';
13
+ export * from './services/dispatchers/types';
14
+ export * from './services/payments/types';
15
+ export * from './services/localizations/types';
16
+ export * from './services/profiles/types';
17
+ export * from './services/notifications/types';
18
+ export * from './services/events/types';
19
+ export interface ParamsOauth1WithEmail {
20
+ email: string;
21
+ password: string;
22
+ }
23
+ export interface ParamsOauth1WithToken {
24
+ token: string;
25
+ tokenSecret: string;
26
+ skipTokenCheck?: boolean;
27
+ }
28
+ export interface ParamsOauth2AuthorizationCode {
29
+ code: string;
30
+ }
31
+ export interface ParamsOauth2Password {
32
+ username: string;
33
+ password: string;
34
+ }
35
+ export interface ParamsOauth2Refresh {
36
+ refreshToken: string;
37
+ }
38
+ export declare type Oauth1AuthParams = ParamsOauth1WithEmail | ParamsOauth1WithToken;
39
+ export declare type Oauth2AuthParams = ParamsOauth2AuthorizationCode | ParamsOauth2Password | ParamsOauth2Refresh;
40
+ export declare type AuthParams = Oauth1AuthParams | Oauth2AuthParams;
41
+ interface ParamsBase {
42
+ host: string;
43
+ responseLogger?: (response: AxiosResponse | Error) => unknown;
44
+ requestLogger?: (request: HttpRequestConfig | Error) => unknown;
45
+ headers?: {
46
+ 'X-Request-Service'?: string;
47
+ 'X-Forwarded-Application'?: string;
48
+ 'X-Forwarded-User'?: string;
49
+ };
50
+ /**
51
+ * @deprecated this property is only meant to be used for backwards compatibility when upgrading to v8.0.0.
52
+ *
53
+ * Key names that are not chosen by Extra Horizon where also affected by the data normalization before v8.0.0.
54
+ * They were converted from camel case to snake case before sending the request and the other way around before
55
+ * providing the response.
56
+ *
57
+ * Also fields ending with the name timestamp not chosen by extra horizon in custom properties where automatically
58
+ * converted to dates. Even though they could be just booleans, strings or numbers. Dates provided in such fields will
59
+ * now be converted to strings while all other types will stay as they are.
60
+ *
61
+ * 'records_affected', 'recordsAffected' as keys in custom properties were converted to affectedRecords. In v8.0.0
62
+ * they also stay as they are.
63
+ *
64
+ * To enable this behaviour again, set to true.
65
+ */
66
+ normalizeCustomData?: boolean;
67
+ }
68
+ export interface ParamsOauth1Consumer extends ParamsBase {
69
+ consumerKey: string;
70
+ consumerSecret: string;
71
+ }
72
+ export interface ParamsOauth1Token extends ParamsOauth1Consumer {
73
+ token: string;
74
+ tokenSecret: string;
75
+ }
76
+ export declare type ParamsOauth1 = ParamsOauth1Consumer | ParamsOauth1Token;
77
+ export interface ParamsOauth2Client extends ParamsBase {
78
+ clientId: string;
79
+ clientSecret?: string;
80
+ freshTokensCallback?: (tokenData: TokenDataOauth2) => void;
81
+ }
82
+ export interface ParamsOauth2AccessToken extends ParamsOauth2Client {
83
+ refreshToken: string;
84
+ accessToken: string;
85
+ /**
86
+ * Can be supplied just as it is returned by the different authentication methods and the `freshTokensCallback`.
87
+ * Allows the SDK to continue using the supplied access token until just before it expires, then it is automatically refreshed.
88
+ */
89
+ expiresIn?: number;
90
+ /**
91
+ * Can be supplied just as it is returned by the different authentication methods and the `freshTokensCallback`.
92
+ * Allows the SDK to continue using the supplied access token until just before it expires, then it is automatically refreshed.
93
+ */
94
+ creationTimestamp?: Date | string;
95
+ }
96
+ export declare type ParamsOauth2 = ParamsOauth2Client | ParamsOauth2AccessToken;
97
+ export declare type ParamsProxy = ParamsBase;
98
+ interface HttpClientBase {
99
+ packageVersion: string;
100
+ }
101
+ export declare type ClientParams = ParamsOauth1 | ParamsOauth2 | ParamsProxy;
102
+ export declare type HttpClientConfig = HttpClientBase & ClientParams;
@@ -1,4 +1,4 @@
1
- import { ClientParams, GlobalPermissionName } from './types';
2
- export declare function validateConfig<T extends ClientParams>(params: T): T;
3
- export declare function delay(ms: number): Promise<void>;
4
- export declare function parseGlobalPermissions(permissions: string[]): GlobalPermissionName[];
1
+ import { ClientParams, GlobalPermissionName } from './types';
2
+ export declare function validateConfig<T extends ClientParams>(params: T): T;
3
+ export declare function delay(ms: number): Promise<void>;
4
+ export declare function parseGlobalPermissions(permissions: string[]): GlobalPermissionName[];
@@ -1 +1 @@
1
- export declare const version = "8.2.0";
1
+ export declare const version = "8.2.1-dev-48-41fd1f1";
package/package.json CHANGED
@@ -1,62 +1,62 @@
1
- {
2
- "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.2.0",
4
- "description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
5
- "main": "build/index.cjs.js",
6
- "types": "build/types/index.d.ts",
7
- "module": "build/index.mjs",
8
- "author": "ExtraHorizon",
9
- "homepage": "https://docs.extrahorizon.com/javascript-sdk/",
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/ExtraHorizon/javascript-sdk.git"
13
- },
14
- "license": "MIT",
15
- "scripts": {
16
- "clean": "rimraf build",
17
- "start": "yarn test",
18
- "start:watch": "yarn test --watch --reporters=\"default\"",
19
- "create-version-file": "node -e \"require('fs').promises.writeFile('src/version.ts', 'export const version = \\'' + require('./package.json').version + '\\';\\n')\"",
20
- "create-mock-sdk": "node generateMockTypes.js > src/mockType.ts",
21
- "build": "yarn create-version-file && yarn clean && yarn build:library && yarn create-mock-sdk && yarn build:declarations",
22
- "build:library": "rollup --config rollup.config.js",
23
- "build:declarations": "tsc --project tsconfig.declarations.json",
24
- "watch": "yarn create-version-file && rollup --config rollup.config.js -w",
25
- "watch:declarations": "tsc -w --project tsconfig.declarations.json",
26
- "prepare": "yarn build && yarn lint",
27
- "test": "jest",
28
- "test:e2e": "jest tests/e2e",
29
- "lint": "eslint src --ext .ts"
30
- },
31
- "files": [
32
- "build"
33
- ],
34
- "dependencies": {
35
- "axios": "0.28.1",
36
- "buffer": "6.0.3",
37
- "fflate": "0.8.2",
38
- "form-data": "4.0.0",
39
- "platform-specific": "1.1.0",
40
- "qs": "6.12.0",
41
- "typescript-json-decoder": "1.0.11"
42
- },
43
- "devDependencies": {
44
- "@extrahorizon/eslint-config-node": "^1.6.0",
45
- "@rollup/plugin-json": "^4.1.0",
46
- "@rollup/plugin-node-resolve": "^13.1.3",
47
- "@rollup/plugin-typescript": "^8.3.1",
48
- "@types/jest": "^29.5.12",
49
- "@types/node": "^17.0.21",
50
- "@typescript-eslint/eslint-plugin": "^5.13.0",
51
- "@typescript-eslint/parser": "^5.13.0",
52
- "dotenv": "^16.4.5",
53
- "eslint": "^8.57.0",
54
- "jest": "^29.7.0",
55
- "nock": "^13.5.4",
56
- "rimraf": "^5.0.5",
57
- "rollup": "^2.68.0",
58
- "rollup-plugin-terser": "^7.0.2",
59
- "ts-jest": "^29.1.2",
60
- "typescript": "^4.5.5"
61
- }
62
- }
1
+ {
2
+ "name": "@extrahorizon/javascript-sdk",
3
+ "version": "8.2.1-dev-48-41fd1f1",
4
+ "description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
5
+ "main": "build/index.cjs.js",
6
+ "types": "build/types/index.d.ts",
7
+ "module": "build/index.mjs",
8
+ "author": "ExtraHorizon",
9
+ "homepage": "https://docs.extrahorizon.com/javascript-sdk/",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/ExtraHorizon/javascript-sdk.git"
13
+ },
14
+ "license": "MIT",
15
+ "scripts": {
16
+ "clean": "rimraf build",
17
+ "start": "yarn test",
18
+ "start:watch": "yarn test --watch --reporters=\"default\"",
19
+ "create-version-file": "node -e \"require('fs').promises.writeFile('src/version.ts', 'export const version = \\'' + require('./package.json').version + '\\';\\n')\"",
20
+ "create-mock-sdk": "node generateMockTypes.js > src/mockType.ts",
21
+ "build": "yarn create-version-file && yarn clean && yarn build:library && yarn create-mock-sdk && yarn build:declarations",
22
+ "build:library": "rollup --config rollup.config.js",
23
+ "build:declarations": "tsc --project tsconfig.declarations.json",
24
+ "watch": "yarn create-version-file && rollup --config rollup.config.js -w",
25
+ "watch:declarations": "tsc -w --project tsconfig.declarations.json",
26
+ "prepare": "yarn build && yarn lint",
27
+ "test": "jest",
28
+ "test:e2e": "jest tests/e2e",
29
+ "lint": "eslint src --ext .ts"
30
+ },
31
+ "files": [
32
+ "build"
33
+ ],
34
+ "dependencies": {
35
+ "axios": "0.28.1",
36
+ "buffer": "6.0.3",
37
+ "fflate": "0.8.2",
38
+ "form-data": "4.0.0",
39
+ "platform-specific": "1.1.0",
40
+ "qs": "6.12.0",
41
+ "typescript-json-decoder": "1.0.11"
42
+ },
43
+ "devDependencies": {
44
+ "@extrahorizon/eslint-config-node": "^1.6.0",
45
+ "@rollup/plugin-json": "^4.1.0",
46
+ "@rollup/plugin-node-resolve": "^13.1.3",
47
+ "@rollup/plugin-typescript": "^8.3.1",
48
+ "@types/jest": "^29.5.12",
49
+ "@types/node": "^17.0.21",
50
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
51
+ "@typescript-eslint/parser": "^5.13.0",
52
+ "dotenv": "^16.4.5",
53
+ "eslint": "^8.57.0",
54
+ "jest": "^29.7.0",
55
+ "nock": "^13.5.4",
56
+ "rimraf": "^5.0.5",
57
+ "rollup": "^2.68.0",
58
+ "rollup-plugin-terser": "^7.0.2",
59
+ "ts-jest": "^29.1.2",
60
+ "typescript": "^4.5.5"
61
+ }
62
+ }