@eway-crm/connector 1.0.119 → 1.0.121

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 (195) hide show
  1. package/lib/AnonymousSessionHandler.d.ts +5 -5
  2. package/lib/AnonymousSessionHandler.js +15 -15
  3. package/lib/ApiConnection.d.ts +66 -66
  4. package/lib/ApiConnection.js +321 -321
  5. package/lib/ApiMethods.d.ts +16 -16
  6. package/lib/ApiMethods.js +41 -42
  7. package/lib/CredentialsSessionHandler.d.ts +16 -16
  8. package/lib/CredentialsSessionHandler.js +60 -60
  9. package/lib/HttpMethod.d.ts +4 -4
  10. package/lib/HttpMethod.js +8 -8
  11. package/lib/ISessionHandler.d.ts +7 -7
  12. package/lib/ISessionHandler.js +2 -2
  13. package/lib/OAuthSessionHandler.d.ts +12 -12
  14. package/lib/OAuthSessionHandler.js +52 -52
  15. package/lib/OAuthSessionHandlerBase.d.ts +16 -16
  16. package/lib/OAuthSessionHandlerBase.js +78 -78
  17. package/lib/ReturnCodes.d.ts +9 -9
  18. package/lib/ReturnCodes.js +15 -16
  19. package/lib/axios/AxiosInstance.d.ts +2 -0
  20. package/lib/axios/AxiosInstance.js +5 -0
  21. package/lib/constants/ActionEventTypes.d.ts +9 -9
  22. package/lib/constants/ActionEventTypes.js +14 -14
  23. package/lib/constants/ColumnPermissionRules.d.ts +14 -14
  24. package/lib/constants/ColumnPermissionRules.js +22 -24
  25. package/lib/constants/CompletionLevels.d.ts +6 -6
  26. package/lib/constants/CompletionLevels.js +11 -11
  27. package/lib/constants/CustomizationStatsItemKeys.d.ts +11 -11
  28. package/lib/constants/CustomizationStatsItemKeys.js +17 -17
  29. package/lib/constants/Edition.d.ts +6 -6
  30. package/lib/constants/Edition.js +10 -10
  31. package/lib/constants/EnumTypes.d.ts +32 -32
  32. package/lib/constants/EnumTypes.js +38 -38
  33. package/lib/constants/ExpirationReason.d.ts +7 -7
  34. package/lib/constants/ExpirationReason.js +10 -10
  35. package/lib/constants/Feature.d.ts +6 -6
  36. package/lib/constants/Feature.js +10 -10
  37. package/lib/constants/FieldNames.d.ts +389 -389
  38. package/lib/constants/FieldNames.js +427 -427
  39. package/lib/constants/FieldTypes.d.ts +15 -15
  40. package/lib/constants/FieldTypes.js +20 -20
  41. package/lib/constants/FolderNames.d.ts +80 -80
  42. package/lib/constants/FolderNames.js +87 -88
  43. package/lib/constants/Functionality.d.ts +54 -54
  44. package/lib/constants/Functionality.js +60 -60
  45. package/lib/constants/GlobalSettingsNames.d.ts +71 -71
  46. package/lib/constants/GlobalSettingsNames.js +76 -76
  47. package/lib/constants/LicenseKeyInvoiceSeverity.d.ts +8 -8
  48. package/lib/constants/LicenseKeyInvoiceSeverity.js +11 -11
  49. package/lib/constants/LicenseRestrictionKeys.d.ts +62 -62
  50. package/lib/constants/LicenseRestrictionKeys.js +68 -68
  51. package/lib/constants/RelationTypes.d.ts +11 -11
  52. package/lib/constants/RelationTypes.js +16 -16
  53. package/lib/data/EWItem.d.ts +12 -12
  54. package/lib/data/EWItem.js +91 -91
  55. package/lib/data/IApiAdditionalField.d.ts +21 -21
  56. package/lib/data/IApiAdditionalField.js +2 -2
  57. package/lib/data/IApiAvailableBundle.d.ts +4 -4
  58. package/lib/data/IApiAvailableBundle.js +2 -2
  59. package/lib/data/IApiAvailableVersionResponse.d.ts +9 -9
  60. package/lib/data/IApiAvailableVersionResponse.js +2 -2
  61. package/lib/data/IApiBooleanResponse.d.ts +4 -4
  62. package/lib/data/IApiBooleanResponse.js +2 -2
  63. package/lib/data/IApiCapacityAvailableBundle.d.ts +5 -5
  64. package/lib/data/IApiCapacityAvailableBundle.js +2 -2
  65. package/lib/data/IApiCart.d.ts +48 -48
  66. package/lib/data/IApiCart.js +8 -8
  67. package/lib/data/IApiColumn.d.ts +51 -51
  68. package/lib/data/IApiColumn.js +2 -2
  69. package/lib/data/IApiColumnPermission.d.ts +15 -15
  70. package/lib/data/IApiColumnPermission.js +2 -2
  71. package/lib/data/IApiCompany.d.ts +55 -55
  72. package/lib/data/IApiCompany.js +8 -8
  73. package/lib/data/IApiContact.d.ts +58 -58
  74. package/lib/data/IApiContact.js +8 -8
  75. package/lib/data/IApiCurrencyExchangeRate.d.ts +9 -9
  76. package/lib/data/IApiCurrencyExchangeRate.js +8 -8
  77. package/lib/data/IApiCustomizationStatsItem.d.ts +6 -6
  78. package/lib/data/IApiCustomizationStatsItem.js +2 -2
  79. package/lib/data/IApiDataResponse.d.ts +4 -4
  80. package/lib/data/IApiDataResponse.js +2 -2
  81. package/lib/data/IApiDatumResponse.d.ts +4 -4
  82. package/lib/data/IApiDatumResponse.js +2 -2
  83. package/lib/data/IApiDocument.d.ts +22 -22
  84. package/lib/data/IApiDocument.js +8 -8
  85. package/lib/data/IApiEmail.d.ts +26 -26
  86. package/lib/data/IApiEmail.js +8 -8
  87. package/lib/data/IApiEnumType.d.ts +26 -26
  88. package/lib/data/IApiEnumType.js +9 -9
  89. package/lib/data/IApiEnumValue.d.ts +18 -18
  90. package/lib/data/IApiEnumValue.js +2 -2
  91. package/lib/data/IApiEnumValuesRelation.d.ts +8 -8
  92. package/lib/data/IApiEnumValuesRelation.js +8 -8
  93. package/lib/data/IApiFeature.d.ts +5 -5
  94. package/lib/data/IApiFeature.js +2 -2
  95. package/lib/data/IApiFeaturesLicenseBundle.d.ts +10 -10
  96. package/lib/data/IApiFeaturesLicenseBundle.js +2 -2
  97. package/lib/data/IApiFlow.d.ts +9 -9
  98. package/lib/data/IApiFlow.js +8 -8
  99. package/lib/data/IApiGlobalSetting.d.ts +33 -33
  100. package/lib/data/IApiGlobalSetting.js +2 -2
  101. package/lib/data/IApiGoal.d.ts +22 -22
  102. package/lib/data/IApiGoal.js +8 -8
  103. package/lib/data/IApiGood.d.ts +26 -26
  104. package/lib/data/IApiGood.js +8 -8
  105. package/lib/data/IApiGoodInCart.d.ts +62 -62
  106. package/lib/data/IApiGoodInCart.js +8 -8
  107. package/lib/data/IApiGroup.d.ts +16 -16
  108. package/lib/data/IApiGroup.js +2 -2
  109. package/lib/data/IApiItemBase.d.ts +14 -14
  110. package/lib/data/IApiItemBase.js +2 -2
  111. package/lib/data/IApiItemIdentifier.d.ts +5 -5
  112. package/lib/data/IApiItemIdentifier.js +2 -2
  113. package/lib/data/IApiItemUsageStatus.d.ts +4 -4
  114. package/lib/data/IApiItemUsageStatus.js +2 -2
  115. package/lib/data/IApiJournal.d.ts +25 -25
  116. package/lib/data/IApiJournal.js +8 -8
  117. package/lib/data/IApiLead.d.ts +36 -36
  118. package/lib/data/IApiLead.js +8 -8
  119. package/lib/data/IApiLicense.d.ts +65 -65
  120. package/lib/data/IApiLicense.js +2 -2
  121. package/lib/data/IApiLicenseBundleBase.d.ts +6 -6
  122. package/lib/data/IApiLicenseBundleBase.js +2 -2
  123. package/lib/data/IApiLocalizedLicenseBundle.d.ts +4 -4
  124. package/lib/data/IApiLocalizedLicenseBundle.js +2 -2
  125. package/lib/data/IApiLoginResponse.d.ts +8 -8
  126. package/lib/data/IApiLoginResponse.js +2 -2
  127. package/lib/data/IApiMarketingCampaign.d.ts +32 -32
  128. package/lib/data/IApiMarketingCampaign.js +8 -8
  129. package/lib/data/IApiMarketingList.d.ts +17 -17
  130. package/lib/data/IApiMarketingList.js +8 -8
  131. package/lib/data/IApiModulePermission.d.ts +14 -14
  132. package/lib/data/IApiModulePermission.js +2 -2
  133. package/lib/data/IApiObjectType.d.ts +9 -9
  134. package/lib/data/IApiObjectType.js +2 -2
  135. package/lib/data/IApiPasswordStrength.d.ts +5 -5
  136. package/lib/data/IApiPasswordStrength.js +2 -2
  137. package/lib/data/IApiPayment.d.ts +9 -9
  138. package/lib/data/IApiPayment.js +8 -8
  139. package/lib/data/IApiProject.d.ts +59 -59
  140. package/lib/data/IApiProject.js +8 -8
  141. package/lib/data/IApiRecurrencePattern.d.ts +16 -16
  142. package/lib/data/IApiRecurrencePattern.js +8 -8
  143. package/lib/data/IApiResult.d.ts +4 -4
  144. package/lib/data/IApiResult.js +2 -2
  145. package/lib/data/IApiSaveResponse.d.ts +4 -4
  146. package/lib/data/IApiSaveResponse.js +2 -2
  147. package/lib/data/IApiTask.d.ts +34 -34
  148. package/lib/data/IApiTask.js +8 -8
  149. package/lib/data/IApiUser.d.ts +22 -22
  150. package/lib/data/IApiUser.js +2 -2
  151. package/lib/data/IApiUserSetting.d.ts +6 -6
  152. package/lib/data/IApiUserSetting.js +2 -2
  153. package/lib/data/IApiWebServiceTaskStatus.d.ts +10 -10
  154. package/lib/data/IApiWebServiceTaskStatus.js +2 -2
  155. package/lib/data/IApiWorkReport.d.ts +36 -36
  156. package/lib/data/IApiWorkReport.js +8 -8
  157. package/lib/data/IApiWorkflowActionDerivedItem.d.ts +21 -21
  158. package/lib/data/IApiWorkflowActionDerivedItem.js +2 -2
  159. package/lib/data/IApiWorkflowModel.d.ts +8 -8
  160. package/lib/data/IApiWorkflowModel.js +2 -2
  161. package/lib/data/query/IApiQuery.d.ts +42 -42
  162. package/lib/data/query/IApiQuery.js +2 -2
  163. package/lib/data/query/IApiQueryFilters.d.ts +43 -43
  164. package/lib/data/query/IApiQueryFilters.js +2 -2
  165. package/lib/data/workflowActions/IApiAction.d.ts +106 -106
  166. package/lib/data/workflowActions/IApiAction.js +2 -2
  167. package/lib/exceptions/HttpRequestError.d.ts +7 -7
  168. package/lib/exceptions/HttpRequestError.js +29 -29
  169. package/lib/exceptions/WebServiceError.d.ts +5 -5
  170. package/lib/exceptions/WebServiceError.js +29 -29
  171. package/lib/helpers/ErrorHelper.d.ts +4 -4
  172. package/lib/helpers/ErrorHelper.js +21 -21
  173. package/lib/helpers/OAuthHelper.d.ts +8 -8
  174. package/lib/helpers/OAuthHelper.js +57 -60
  175. package/lib/helpers/VersionHelperBase.d.ts +5 -5
  176. package/lib/helpers/VersionHelperBase.js +21 -21
  177. package/lib/index.d.ts +85 -85
  178. package/lib/index.js +124 -124
  179. package/lib/interfaces/IEWJwtPayload.d.ts +4 -4
  180. package/lib/interfaces/IEWJwtPayload.js +2 -2
  181. package/lib/interfaces/IItemPreview.d.ts +5 -5
  182. package/lib/interfaces/IItemPreview.js +2 -2
  183. package/lib/interfaces/ITokenData.d.ts +9 -9
  184. package/lib/interfaces/ITokenData.js +2 -2
  185. package/lib/interfaces/ITranslatableString.d.ts +8 -8
  186. package/lib/interfaces/ITranslatableString.js +2 -2
  187. package/lib/interfaces/TNumericValidatorType.d.ts +1 -1
  188. package/lib/interfaces/TNumericValidatorType.js +2 -2
  189. package/lib/tokenizedServices/CommonDataConnection.d.ts +9 -9
  190. package/lib/tokenizedServices/CommonDataConnection.js +22 -22
  191. package/lib/tokenizedServices/ITokenizedApiResult.d.ts +4 -4
  192. package/lib/tokenizedServices/ITokenizedApiResult.js +2 -2
  193. package/lib/tokenizedServices/TokenizedServiceConnection.d.ts +25 -25
  194. package/lib/tokenizedServices/TokenizedServiceConnection.js +130 -130
  195. package/package.json +10 -10
@@ -1,16 +1,16 @@
1
- import { TFolderName } from "./constants/FolderNames";
2
- export declare class ApiMethods {
3
- static readonly getAllEmailAttachments = "GetAllEmailAttachments";
4
- static readonly getCalendarsByItemGuids = "GetCalendarsByItemGuids";
5
- static readonly getEmailAttachment = "GetEmailAttachment";
6
- static readonly getItemPreview = "GetItemPreview";
7
- static readonly getJournalsByItemGuids = "GetJournalsByItemGuids";
8
- static readonly getMarketingCampaignsByItemGuids = "GetMarketingCampaignsByItemGuids";
9
- static readonly getMarketingListsRecordsByItemGuids = "GetMarketingListsRecordsByItemGuids";
10
- static readonly getRevisionHistoryRecordsByItemGuids = "GetRevisionHistoryRecordsByItemGuids";
11
- static readonly getVacationsByItemGuids = "GetVacationsByItemGuids";
12
- static readonly getWorkflowHistoryRecordsByItemGuids = "GetWorkflowHistoryRecordsByItemGuids";
13
- static readonly logIn = "LogIn";
14
- static readonly logOut = "LogOut";
15
- static readonly getGetFolderNameByItemGuidsMethodName: (folderName: TFolderName) => string;
16
- }
1
+ import { TFolderName } from "./constants/FolderNames";
2
+ export declare class ApiMethods {
3
+ static readonly getAllEmailAttachments = "GetAllEmailAttachments";
4
+ static readonly getCalendarsByItemGuids = "GetCalendarsByItemGuids";
5
+ static readonly getEmailAttachment = "GetEmailAttachment";
6
+ static readonly getItemPreview = "GetItemPreview";
7
+ static readonly getJournalsByItemGuids = "GetJournalsByItemGuids";
8
+ static readonly getMarketingCampaignsByItemGuids = "GetMarketingCampaignsByItemGuids";
9
+ static readonly getMarketingListsRecordsByItemGuids = "GetMarketingListsRecordsByItemGuids";
10
+ static readonly getRevisionHistoryRecordsByItemGuids = "GetRevisionHistoryRecordsByItemGuids";
11
+ static readonly getVacationsByItemGuids = "GetVacationsByItemGuids";
12
+ static readonly getWorkflowHistoryRecordsByItemGuids = "GetWorkflowHistoryRecordsByItemGuids";
13
+ static readonly logIn = "LogIn";
14
+ static readonly logOut = "LogOut";
15
+ static readonly getGetFolderNameByItemGuidsMethodName: (folderName: TFolderName) => string;
16
+ }
package/lib/ApiMethods.js CHANGED
@@ -1,42 +1,41 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApiMethods = void 0;
4
- var FolderNames_1 = require("./constants/FolderNames");
5
- var ApiMethods = /** @class */ (function () {
6
- function ApiMethods() {
7
- }
8
- ApiMethods.getAllEmailAttachments = 'GetAllEmailAttachments';
9
- ApiMethods.getCalendarsByItemGuids = 'GetCalendarsByItemGuids';
10
- ApiMethods.getEmailAttachment = 'GetEmailAttachment';
11
- ApiMethods.getItemPreview = 'GetItemPreview';
12
- ApiMethods.getJournalsByItemGuids = 'GetJournalsByItemGuids';
13
- ApiMethods.getMarketingCampaignsByItemGuids = 'GetMarketingCampaignsByItemGuids';
14
- ApiMethods.getMarketingListsRecordsByItemGuids = 'GetMarketingListsRecordsByItemGuids';
15
- ApiMethods.getRevisionHistoryRecordsByItemGuids = 'GetRevisionHistoryRecordsByItemGuids';
16
- ApiMethods.getVacationsByItemGuids = 'GetVacationsByItemGuids';
17
- ApiMethods.getWorkflowHistoryRecordsByItemGuids = 'GetWorkflowHistoryRecordsByItemGuids';
18
- ApiMethods.logIn = 'LogIn';
19
- ApiMethods.logOut = 'LogOut';
20
- ApiMethods.getGetFolderNameByItemGuidsMethodName = function (folderName) {
21
- switch (folderName) {
22
- case FolderNames_1.FolderNames.calendar:
23
- return ApiMethods.getCalendarsByItemGuids;
24
- case FolderNames_1.FolderNames.journal:
25
- return ApiMethods.getJournalsByItemGuids;
26
- case FolderNames_1.FolderNames.marketing:
27
- return ApiMethods.getMarketingCampaignsByItemGuids;
28
- case FolderNames_1.FolderNames.marketingList:
29
- return ApiMethods.getMarketingListsRecordsByItemGuids;
30
- case FolderNames_1.FolderNames.revisionsHistory:
31
- return ApiMethods.getRevisionHistoryRecordsByItemGuids;
32
- case FolderNames_1.FolderNames.vacation:
33
- return ApiMethods.getVacationsByItemGuids;
34
- case FolderNames_1.FolderNames.workflowHistory:
35
- return ApiMethods.getWorkflowHistoryRecordsByItemGuids;
36
- default:
37
- return "Get".concat(folderName, "ByItemGuids");
38
- }
39
- };
40
- return ApiMethods;
41
- }());
42
- exports.ApiMethods = ApiMethods;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ApiMethods = void 0;
4
+ var FolderNames_1 = require("./constants/FolderNames");
5
+ var ApiMethods = exports.ApiMethods = /** @class */ (function () {
6
+ function ApiMethods() {
7
+ }
8
+ ApiMethods.getAllEmailAttachments = 'GetAllEmailAttachments';
9
+ ApiMethods.getCalendarsByItemGuids = 'GetCalendarsByItemGuids';
10
+ ApiMethods.getEmailAttachment = 'GetEmailAttachment';
11
+ ApiMethods.getItemPreview = 'GetItemPreview';
12
+ ApiMethods.getJournalsByItemGuids = 'GetJournalsByItemGuids';
13
+ ApiMethods.getMarketingCampaignsByItemGuids = 'GetMarketingCampaignsByItemGuids';
14
+ ApiMethods.getMarketingListsRecordsByItemGuids = 'GetMarketingListsRecordsByItemGuids';
15
+ ApiMethods.getRevisionHistoryRecordsByItemGuids = 'GetRevisionHistoryRecordsByItemGuids';
16
+ ApiMethods.getVacationsByItemGuids = 'GetVacationsByItemGuids';
17
+ ApiMethods.getWorkflowHistoryRecordsByItemGuids = 'GetWorkflowHistoryRecordsByItemGuids';
18
+ ApiMethods.logIn = 'LogIn';
19
+ ApiMethods.logOut = 'LogOut';
20
+ ApiMethods.getGetFolderNameByItemGuidsMethodName = function (folderName) {
21
+ switch (folderName) {
22
+ case FolderNames_1.FolderNames.calendar:
23
+ return ApiMethods.getCalendarsByItemGuids;
24
+ case FolderNames_1.FolderNames.journal:
25
+ return ApiMethods.getJournalsByItemGuids;
26
+ case FolderNames_1.FolderNames.marketing:
27
+ return ApiMethods.getMarketingCampaignsByItemGuids;
28
+ case FolderNames_1.FolderNames.marketingList:
29
+ return ApiMethods.getMarketingListsRecordsByItemGuids;
30
+ case FolderNames_1.FolderNames.revisionsHistory:
31
+ return ApiMethods.getRevisionHistoryRecordsByItemGuids;
32
+ case FolderNames_1.FolderNames.vacation:
33
+ return ApiMethods.getVacationsByItemGuids;
34
+ case FolderNames_1.FolderNames.workflowHistory:
35
+ return ApiMethods.getWorkflowHistoryRecordsByItemGuids;
36
+ default:
37
+ return "Get".concat(folderName, "ByItemGuids");
38
+ }
39
+ };
40
+ return ApiMethods;
41
+ }());
@@ -1,16 +1,16 @@
1
- import { ISessionHandler } from './ISessionHandler';
2
- import { ApiConnection } from './ApiConnection';
3
- import { TUnionError } from './exceptions/HttpRequestError';
4
- import { IApiLoginResponse } from './data/IApiLoginResponse';
5
- export declare class CredentialsSessionHandler implements ISessionHandler {
6
- private readonly username;
7
- private readonly passwordHash;
8
- private readonly appVersion;
9
- private readonly clientMachineIdentifier;
10
- private readonly clientMachineName;
11
- private readonly errorCallback;
12
- lastSuccessfulLoginResponse?: IApiLoginResponse;
13
- constructor(username: string, passwordHash: string, appVersion: string, clientMachineIdentifier: string, clientMachineName: string, errorCallback?: (error: TUnionError) => void);
14
- readonly invalidateSessionId: (_: string, callback: () => void) => void;
15
- readonly getSessionId: (connection: ApiConnection, callback: (sessionId: string) => void) => void;
16
- }
1
+ import { ISessionHandler } from './ISessionHandler';
2
+ import { ApiConnection } from './ApiConnection';
3
+ import { TUnionError } from './exceptions/HttpRequestError';
4
+ import { IApiLoginResponse } from './data/IApiLoginResponse';
5
+ export declare class CredentialsSessionHandler implements ISessionHandler {
6
+ private readonly username;
7
+ private readonly passwordHash;
8
+ private readonly appVersion;
9
+ private readonly clientMachineIdentifier;
10
+ private readonly clientMachineName;
11
+ private readonly errorCallback;
12
+ lastSuccessfulLoginResponse?: IApiLoginResponse;
13
+ constructor(username: string, passwordHash: string, appVersion: string, clientMachineIdentifier: string, clientMachineName: string, errorCallback?: (error: TUnionError) => void);
14
+ readonly invalidateSessionId: (_: string, callback: () => void) => void;
15
+ readonly getSessionId: (connection: ApiConnection, callback: (sessionId: string) => void) => void;
16
+ }
@@ -1,60 +1,60 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CredentialsSessionHandler = void 0;
4
- var ApiMethods_1 = require("./ApiMethods");
5
- var CredentialsSessionHandler = /** @class */ (function () {
6
- function CredentialsSessionHandler(username, passwordHash, appVersion, clientMachineIdentifier, clientMachineName, errorCallback) {
7
- var _this = this;
8
- this.invalidateSessionId = function (_, callback) {
9
- // Nothing to invalidate.
10
- if (callback) {
11
- callback();
12
- }
13
- };
14
- this.getSessionId = function (connection, callback) {
15
- connection.callWithoutSession(ApiMethods_1.ApiMethods.logIn, {
16
- userName: _this.username,
17
- passwordHash: _this.passwordHash,
18
- appVersion: _this.appVersion,
19
- clientMachineIdentifier: _this.clientMachineIdentifier,
20
- clientMachineName: _this.clientMachineName,
21
- createSessionCookie: connection.supportsGetItemPreviewMethod
22
- }, function (result) {
23
- _this.lastSuccessfulLoginResponse = result;
24
- var newSessionId = result.SessionId;
25
- if (!newSessionId) {
26
- var error = new Error('Successful login but no session came.');
27
- if (_this.errorCallback) {
28
- _this.errorCallback(error);
29
- }
30
- else {
31
- throw error;
32
- }
33
- return;
34
- }
35
- if (callback) {
36
- callback(newSessionId);
37
- }
38
- }, function (result) {
39
- var error = new Error('Unable to login. Error response follows.\n' + JSON.stringify(result));
40
- if (_this.errorCallback) {
41
- _this.errorCallback(error);
42
- }
43
- else {
44
- throw error;
45
- }
46
- });
47
- };
48
- if (!username || !passwordHash) {
49
- throw new Error("Non of the arguments 'username', 'passwordHash' can be empty.");
50
- }
51
- this.username = username;
52
- this.passwordHash = passwordHash;
53
- this.appVersion = appVersion;
54
- this.clientMachineIdentifier = clientMachineIdentifier;
55
- this.clientMachineName = clientMachineName;
56
- this.errorCallback = errorCallback;
57
- }
58
- return CredentialsSessionHandler;
59
- }());
60
- exports.CredentialsSessionHandler = CredentialsSessionHandler;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CredentialsSessionHandler = void 0;
4
+ var ApiMethods_1 = require("./ApiMethods");
5
+ var CredentialsSessionHandler = /** @class */ (function () {
6
+ function CredentialsSessionHandler(username, passwordHash, appVersion, clientMachineIdentifier, clientMachineName, errorCallback) {
7
+ var _this = this;
8
+ this.invalidateSessionId = function (_, callback) {
9
+ // Nothing to invalidate.
10
+ if (callback) {
11
+ callback();
12
+ }
13
+ };
14
+ this.getSessionId = function (connection, callback) {
15
+ connection.callWithoutSession(ApiMethods_1.ApiMethods.logIn, {
16
+ userName: _this.username,
17
+ passwordHash: _this.passwordHash,
18
+ appVersion: _this.appVersion,
19
+ clientMachineIdentifier: _this.clientMachineIdentifier,
20
+ clientMachineName: _this.clientMachineName,
21
+ createSessionCookie: connection.supportsGetItemPreviewMethod
22
+ }, function (result) {
23
+ _this.lastSuccessfulLoginResponse = result;
24
+ var newSessionId = result.SessionId;
25
+ if (!newSessionId) {
26
+ var error = new Error('Successful login but no session came.');
27
+ if (_this.errorCallback) {
28
+ _this.errorCallback(error);
29
+ }
30
+ else {
31
+ throw error;
32
+ }
33
+ return;
34
+ }
35
+ if (callback) {
36
+ callback(newSessionId);
37
+ }
38
+ }, function (result) {
39
+ var error = new Error('Unable to login. Error response follows.\n' + JSON.stringify(result));
40
+ if (_this.errorCallback) {
41
+ _this.errorCallback(error);
42
+ }
43
+ else {
44
+ throw error;
45
+ }
46
+ });
47
+ };
48
+ if (!username || !passwordHash) {
49
+ throw new Error("Non of the arguments 'username', 'passwordHash' can be empty.");
50
+ }
51
+ this.username = username;
52
+ this.passwordHash = passwordHash;
53
+ this.appVersion = appVersion;
54
+ this.clientMachineIdentifier = clientMachineIdentifier;
55
+ this.clientMachineName = clientMachineName;
56
+ this.errorCallback = errorCallback;
57
+ }
58
+ return CredentialsSessionHandler;
59
+ }());
60
+ exports.CredentialsSessionHandler = CredentialsSessionHandler;
@@ -1,4 +1,4 @@
1
- export declare enum HttpMethod {
2
- get = "get",
3
- post = "post"
4
- }
1
+ export declare enum HttpMethod {
2
+ get = "get",
3
+ post = "post"
4
+ }
package/lib/HttpMethod.js CHANGED
@@ -1,8 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HttpMethod = void 0;
4
- var HttpMethod;
5
- (function (HttpMethod) {
6
- HttpMethod["get"] = "get";
7
- HttpMethod["post"] = "post";
8
- })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HttpMethod = void 0;
4
+ var HttpMethod;
5
+ (function (HttpMethod) {
6
+ HttpMethod["get"] = "get";
7
+ HttpMethod["post"] = "post";
8
+ })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
@@ -1,7 +1,7 @@
1
- import { ApiConnection } from './ApiConnection';
2
- import { IApiLoginResponse } from './data/IApiLoginResponse';
3
- export interface ISessionHandler {
4
- invalidateSessionId(sessionId: string, callback: () => void): void;
5
- getSessionId(connection: ApiConnection, callback: (sessionId: string) => void): void;
6
- lastSuccessfulLoginResponse?: IApiLoginResponse;
7
- }
1
+ import { ApiConnection } from './ApiConnection';
2
+ import { IApiLoginResponse } from './data/IApiLoginResponse';
3
+ export interface ISessionHandler {
4
+ invalidateSessionId(sessionId: string, callback: () => void): void;
5
+ getSessionId(connection: ApiConnection, callback: (sessionId: string) => void): void;
6
+ lastSuccessfulLoginResponse?: IApiLoginResponse;
7
+ }
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +1,12 @@
1
- import { ITokenData } from './interfaces/ITokenData';
2
- import { TUnionError } from './exceptions/HttpRequestError';
3
- import { IApiLoginResponse } from './data/IApiLoginResponse';
4
- import { OAuthSessionHandlerBase } from './OAuthSessionHandlerBase';
5
- export declare class OAuthSessionHandler extends OAuthSessionHandlerBase {
6
- private readonly refreshToken;
7
- private readonly clientId;
8
- private readonly clientSecret;
9
- private readonly refreshTokenCallback?;
10
- lastSuccessfulLoginResponse?: IApiLoginResponse;
11
- constructor(username: string, clientId: string, clientSecret: string, refreshToken: string, accessToken: string, appVersion: string, errorCallback?: (error: TUnionError) => void, refreshTokenCallback?: (tokenData: ITokenData) => void);
12
- }
1
+ import { ITokenData } from './interfaces/ITokenData';
2
+ import { TUnionError } from './exceptions/HttpRequestError';
3
+ import { IApiLoginResponse } from './data/IApiLoginResponse';
4
+ import { OAuthSessionHandlerBase } from './OAuthSessionHandlerBase';
5
+ export declare class OAuthSessionHandler extends OAuthSessionHandlerBase {
6
+ private readonly refreshToken;
7
+ private readonly clientId;
8
+ private readonly clientSecret;
9
+ private readonly refreshTokenCallback?;
10
+ lastSuccessfulLoginResponse?: IApiLoginResponse;
11
+ constructor(username: string, clientId: string, clientSecret: string, refreshToken: string, accessToken: string, appVersion: string, errorCallback?: (error: TUnionError) => void, refreshTokenCallback?: (tokenData: ITokenData) => void);
12
+ }
@@ -1,52 +1,52 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.OAuthSessionHandler = void 0;
19
- var _1 = require(".");
20
- var OAuthSessionHandlerBase_1 = require("./OAuthSessionHandlerBase");
21
- var OAuthSessionHandler = /** @class */ (function (_super) {
22
- __extends(OAuthSessionHandler, _super);
23
- function OAuthSessionHandler(username, clientId, clientSecret, refreshToken, accessToken, appVersion, errorCallback, refreshTokenCallback) {
24
- var _this = this;
25
- if (!username || !refreshToken || !clientId || !clientSecret) {
26
- throw new Error("Non of the arguments 'username', 'clientId', 'clientSecret', 'refreshToken' can be empty.");
27
- }
28
- var getNewAccessToken = function (connection, callback) {
29
- _1.OAuthHelper.refreshToken(connection.wsUrl, _this.clientId, _this.clientSecret, _this.refreshToken, function (tokenData) {
30
- try {
31
- if (_this.refreshTokenCallback) {
32
- _this.refreshTokenCallback(tokenData);
33
- }
34
- }
35
- catch (error) {
36
- if (_this.errorCallback) {
37
- _this.errorCallback(new Error('Refresh token callback failed.\n' + JSON.stringify(error)));
38
- }
39
- }
40
- callback(tokenData.access_token, tokenData.error);
41
- });
42
- };
43
- _this = _super.call(this, username, accessToken, appVersion, getNewAccessToken, errorCallback) || this;
44
- _this.refreshToken = refreshToken;
45
- _this.clientId = clientId;
46
- _this.clientSecret = clientSecret;
47
- _this.refreshTokenCallback = refreshTokenCallback;
48
- return _this;
49
- }
50
- return OAuthSessionHandler;
51
- }(OAuthSessionHandlerBase_1.OAuthSessionHandlerBase));
52
- exports.OAuthSessionHandler = OAuthSessionHandler;
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.OAuthSessionHandler = void 0;
19
+ var _1 = require(".");
20
+ var OAuthSessionHandlerBase_1 = require("./OAuthSessionHandlerBase");
21
+ var OAuthSessionHandler = /** @class */ (function (_super) {
22
+ __extends(OAuthSessionHandler, _super);
23
+ function OAuthSessionHandler(username, clientId, clientSecret, refreshToken, accessToken, appVersion, errorCallback, refreshTokenCallback) {
24
+ var _this = this;
25
+ if (!username || !refreshToken || !clientId || !clientSecret) {
26
+ throw new Error("Non of the arguments 'username', 'clientId', 'clientSecret', 'refreshToken' can be empty.");
27
+ }
28
+ var getNewAccessToken = function (connection, callback) {
29
+ _1.OAuthHelper.refreshToken(connection.wsUrl, _this.clientId, _this.clientSecret, _this.refreshToken, function (tokenData) {
30
+ try {
31
+ if (_this.refreshTokenCallback) {
32
+ _this.refreshTokenCallback(tokenData);
33
+ }
34
+ }
35
+ catch (error) {
36
+ if (_this.errorCallback) {
37
+ _this.errorCallback(new Error('Refresh token callback failed.\n' + JSON.stringify(error)));
38
+ }
39
+ }
40
+ callback(tokenData.access_token, tokenData.error);
41
+ });
42
+ };
43
+ _this = _super.call(this, username, accessToken, appVersion, getNewAccessToken, errorCallback) || this;
44
+ _this.refreshToken = refreshToken;
45
+ _this.clientId = clientId;
46
+ _this.clientSecret = clientSecret;
47
+ _this.refreshTokenCallback = refreshTokenCallback;
48
+ return _this;
49
+ }
50
+ return OAuthSessionHandler;
51
+ }(OAuthSessionHandlerBase_1.OAuthSessionHandlerBase));
52
+ exports.OAuthSessionHandler = OAuthSessionHandler;
@@ -1,16 +1,16 @@
1
- import { ISessionHandler } from './ISessionHandler';
2
- import { ApiConnection } from './ApiConnection';
3
- import { TUnionError } from './exceptions/HttpRequestError';
4
- import { IApiLoginResponse } from './data/IApiLoginResponse';
5
- export declare abstract class OAuthSessionHandlerBase implements ISessionHandler {
6
- lastSuccessfulLoginResponse?: IApiLoginResponse;
7
- private accessToken;
8
- private readonly username;
9
- private readonly appVersion;
10
- protected readonly errorCallback: ((error: TUnionError) => void) | undefined;
11
- private readonly getNewAccessTokenCallback;
12
- constructor(username: string, accessToken: string, appVersion: string, getNewAccessTokenCallback: ((connection: ApiConnection, callback: (accessToken: string, error?: string) => void) => void), errorCallback?: (error: TUnionError) => void);
13
- readonly invalidateSessionId: (_: string, callback: () => void) => void;
14
- readonly getSessionId: (connection: ApiConnection, callback: (sessionId: string) => void) => void;
15
- }
16
- export default OAuthSessionHandlerBase;
1
+ import { ISessionHandler } from './ISessionHandler';
2
+ import { ApiConnection } from './ApiConnection';
3
+ import { TUnionError } from './exceptions/HttpRequestError';
4
+ import { IApiLoginResponse } from './data/IApiLoginResponse';
5
+ export declare abstract class OAuthSessionHandlerBase implements ISessionHandler {
6
+ lastSuccessfulLoginResponse?: IApiLoginResponse;
7
+ private accessToken;
8
+ private readonly username;
9
+ private readonly appVersion;
10
+ protected readonly errorCallback: ((error: TUnionError) => void) | undefined;
11
+ private readonly getNewAccessTokenCallback;
12
+ constructor(username: string, accessToken: string, appVersion: string, getNewAccessTokenCallback: ((connection: ApiConnection, callback: (accessToken: string, error?: string) => void) => void), errorCallback?: (error: TUnionError) => void);
13
+ readonly invalidateSessionId: (_: string, callback: () => void) => void;
14
+ readonly getSessionId: (connection: ApiConnection, callback: (sessionId: string) => void) => void;
15
+ }
16
+ export default OAuthSessionHandlerBase;