@blockchyp/blockchyp-ts 1.0.0

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 (207) hide show
  1. package/.eslintrc.json +20 -0
  2. package/LICENSE +21 -0
  3. package/README.md +4314 -0
  4. package/index.js +24 -0
  5. package/index.ts +3 -0
  6. package/itest/ActivateTerminalITestSpec.js +87 -0
  7. package/itest/ActivateTerminalITestSpec.ts +58 -0
  8. package/itest/AddTestMerchantITestSpec.js +89 -0
  9. package/itest/AddTestMerchantITestSpec.ts +60 -0
  10. package/itest/BatchHistoryITestSpec.js +101 -0
  11. package/itest/BatchHistoryITestSpec.ts +73 -0
  12. package/itest/BooleanPromptITestSpec.js +104 -0
  13. package/itest/BooleanPromptITestSpec.ts +76 -0
  14. package/itest/CancelPaymentLinkITestSpec.js +116 -0
  15. package/itest/CancelPaymentLinkITestSpec.ts +93 -0
  16. package/itest/CaptureSignatureITestSpec.js +101 -0
  17. package/itest/CaptureSignatureITestSpec.ts +73 -0
  18. package/itest/DeactivateTerminalITestSpec.js +82 -0
  19. package/itest/DeactivateTerminalITestSpec.ts +52 -0
  20. package/itest/DeleteBrandingAssetITestSpec.js +96 -0
  21. package/itest/DeleteBrandingAssetITestSpec.ts +69 -0
  22. package/itest/DeleteCustomerITestSpec.js +102 -0
  23. package/itest/DeleteCustomerITestSpec.ts +75 -0
  24. package/itest/DeleteMediaAssetITestSpec.js +100 -0
  25. package/itest/DeleteMediaAssetITestSpec.ts +71 -0
  26. package/itest/DeleteQueuedTransactionITestSpec.js +117 -0
  27. package/itest/DeleteQueuedTransactionITestSpec.ts +89 -0
  28. package/itest/DeleteSlideShowITestSpec.js +96 -0
  29. package/itest/DeleteSlideShowITestSpec.ts +69 -0
  30. package/itest/DeleteSurveyQuestionITestSpec.js +97 -0
  31. package/itest/DeleteSurveyQuestionITestSpec.ts +70 -0
  32. package/itest/DeleteTestMerchantITestSpec.js +96 -0
  33. package/itest/DeleteTestMerchantITestSpec.ts +69 -0
  34. package/itest/DeleteTokenITestSpec.js +102 -0
  35. package/itest/DeleteTokenITestSpec.ts +75 -0
  36. package/itest/EmptyBrandingAssetITestSpec.js +85 -0
  37. package/itest/EmptyBrandingAssetITestSpec.ts +57 -0
  38. package/itest/EmptySlideShowITestSpec.js +87 -0
  39. package/itest/EmptySlideShowITestSpec.ts +58 -0
  40. package/itest/GatewayTimeoutITestSpec.js +103 -0
  41. package/itest/GatewayTimeoutITestSpec.ts +73 -0
  42. package/itest/GetCustomerITestSpec.js +102 -0
  43. package/itest/GetCustomerITestSpec.ts +75 -0
  44. package/itest/GetMerchantsITestSpec.js +84 -0
  45. package/itest/GetMerchantsITestSpec.ts +56 -0
  46. package/itest/InviteMerchantUserITestSpec.js +86 -0
  47. package/itest/InviteMerchantUserITestSpec.ts +58 -0
  48. package/itest/LinkTokenITestSpec.js +103 -0
  49. package/itest/LinkTokenITestSpec.ts +76 -0
  50. package/itest/ListQueuedTransactionsITestSpec.js +116 -0
  51. package/itest/ListQueuedTransactionsITestSpec.ts +88 -0
  52. package/itest/ListTerminalsITestSpec.js +83 -0
  53. package/itest/ListTerminalsITestSpec.ts +56 -0
  54. package/itest/MediaAssetITestSpec.js +105 -0
  55. package/itest/MediaAssetITestSpec.ts +75 -0
  56. package/itest/MediaITestSpec.js +83 -0
  57. package/itest/MediaITestSpec.ts +56 -0
  58. package/itest/MediaUploadITestSpec.js +94 -0
  59. package/itest/MediaUploadITestSpec.ts +63 -0
  60. package/itest/MerchantCredentialGenerationITestSpec.js +85 -0
  61. package/itest/MerchantCredentialGenerationITestSpec.ts +57 -0
  62. package/itest/MerchantInvoiceDetailITestSpec.js +84 -0
  63. package/itest/MerchantInvoiceDetailITestSpec.ts +56 -0
  64. package/itest/MerchantInvoicesITestSpec.js +84 -0
  65. package/itest/MerchantInvoicesITestSpec.ts +56 -0
  66. package/itest/MerchantPlatformsITestSpec.js +96 -0
  67. package/itest/MerchantPlatformsITestSpec.ts +69 -0
  68. package/itest/MerchantProfileITestSpec.js +84 -0
  69. package/itest/MerchantProfileITestSpec.ts +56 -0
  70. package/itest/MerchantUsersITestSpec.js +83 -0
  71. package/itest/MerchantUsersITestSpec.ts +56 -0
  72. package/itest/NewTransactionDisplayITestSpec.js +115 -0
  73. package/itest/NewTransactionDisplayITestSpec.ts +92 -0
  74. package/itest/PANChargeITestSpec.js +118 -0
  75. package/itest/PANChargeITestSpec.ts +88 -0
  76. package/itest/PANEnrollITestSpec.js +118 -0
  77. package/itest/PANEnrollITestSpec.ts +90 -0
  78. package/itest/PANPreauthITestSpec.js +116 -0
  79. package/itest/PANPreauthITestSpec.ts +87 -0
  80. package/itest/PartialRefundITestSpec.js +119 -0
  81. package/itest/PartialRefundITestSpec.ts +91 -0
  82. package/itest/PartnerCommissionBreakdownITestSpec.js +84 -0
  83. package/itest/PartnerCommissionBreakdownITestSpec.ts +56 -0
  84. package/itest/PartnerStatementDetailITestSpec.js +84 -0
  85. package/itest/PartnerStatementDetailITestSpec.ts +56 -0
  86. package/itest/PartnerStatementsITestSpec.js +84 -0
  87. package/itest/PartnerStatementsITestSpec.ts +56 -0
  88. package/itest/PaymentLinkStatusITestSpec.js +116 -0
  89. package/itest/PaymentLinkStatusITestSpec.ts +93 -0
  90. package/itest/PricingPolicyITestSpec.js +85 -0
  91. package/itest/PricingPolicyITestSpec.ts +57 -0
  92. package/itest/ResendPaymentLinkITestSpec.js +116 -0
  93. package/itest/ResendPaymentLinkITestSpec.ts +93 -0
  94. package/itest/SearchCustomerITestSpec.js +101 -0
  95. package/itest/SearchCustomerITestSpec.ts +75 -0
  96. package/itest/SendPaymentLinkITestSpec.js +107 -0
  97. package/itest/SendPaymentLinkITestSpec.ts +82 -0
  98. package/itest/SimpleBatchCloseITestSpec.js +101 -0
  99. package/itest/SimpleBatchCloseITestSpec.ts +73 -0
  100. package/itest/SimpleCaptureITestSpec.js +101 -0
  101. package/itest/SimpleCaptureITestSpec.ts +74 -0
  102. package/itest/SimpleGiftActivateITestSpec.js +104 -0
  103. package/itest/SimpleGiftActivateITestSpec.ts +75 -0
  104. package/itest/SimpleLocateITestSpec.js +85 -0
  105. package/itest/SimpleLocateITestSpec.ts +57 -0
  106. package/itest/SimpleMessageITestSpec.js +101 -0
  107. package/itest/SimpleMessageITestSpec.ts +73 -0
  108. package/itest/SimplePingITestSpec.js +100 -0
  109. package/itest/SimplePingITestSpec.ts +72 -0
  110. package/itest/SimpleRefundITestSpec.js +118 -0
  111. package/itest/SimpleRefundITestSpec.ts +90 -0
  112. package/itest/SimpleReversalITestSpec.js +103 -0
  113. package/itest/SimpleReversalITestSpec.ts +75 -0
  114. package/itest/SimpleVoidITestSpec.js +103 -0
  115. package/itest/SimpleVoidITestSpec.ts +75 -0
  116. package/itest/SlideShowITestSpec.js +98 -0
  117. package/itest/SlideShowITestSpec.ts +70 -0
  118. package/itest/SlideShowsITestSpec.js +95 -0
  119. package/itest/SlideShowsITestSpec.ts +69 -0
  120. package/itest/SurveyQuestionITestSpec.js +95 -0
  121. package/itest/SurveyQuestionITestSpec.ts +68 -0
  122. package/itest/SurveyQuestionsITestSpec.js +96 -0
  123. package/itest/SurveyQuestionsITestSpec.ts +70 -0
  124. package/itest/SurveyResultsITestSpec.js +95 -0
  125. package/itest/SurveyResultsITestSpec.ts +68 -0
  126. package/itest/TCDeleteTemplateITestSpec.js +98 -0
  127. package/itest/TCDeleteTemplateITestSpec.ts +70 -0
  128. package/itest/TCEntryITestSpec.js +103 -0
  129. package/itest/TCEntryITestSpec.ts +76 -0
  130. package/itest/TCLogITestSpec.js +83 -0
  131. package/itest/TCLogITestSpec.ts +56 -0
  132. package/itest/TCTemplateITestSpec.js +101 -0
  133. package/itest/TCTemplateITestSpec.ts +72 -0
  134. package/itest/TCTemplateUpdateITestSpec.js +91 -0
  135. package/itest/TCTemplateUpdateITestSpec.ts +61 -0
  136. package/itest/TCTemplatesITestSpec.js +83 -0
  137. package/itest/TCTemplatesITestSpec.ts +56 -0
  138. package/itest/TerminalBrandingITestSpec.js +83 -0
  139. package/itest/TerminalBrandingITestSpec.ts +56 -0
  140. package/itest/TerminalChargeITestSpec.js +113 -0
  141. package/itest/TerminalChargeITestSpec.ts +84 -0
  142. package/itest/TerminalClearITestSpec.js +100 -0
  143. package/itest/TerminalClearITestSpec.ts +72 -0
  144. package/itest/TerminalEBTBalanceITestSpec.js +103 -0
  145. package/itest/TerminalEBTBalanceITestSpec.ts +74 -0
  146. package/itest/TerminalEBTChargeITestSpec.js +115 -0
  147. package/itest/TerminalEBTChargeITestSpec.ts +86 -0
  148. package/itest/TerminalEnrollITestSpec.js +112 -0
  149. package/itest/TerminalEnrollITestSpec.ts +83 -0
  150. package/itest/TerminalGiftCardBalanceITestSpec.js +102 -0
  151. package/itest/TerminalGiftCardBalanceITestSpec.ts +73 -0
  152. package/itest/TerminalKeyedChargeITestSpec.js +114 -0
  153. package/itest/TerminalKeyedChargeITestSpec.ts +85 -0
  154. package/itest/TerminalManualEBTChargeITestSpec.js +116 -0
  155. package/itest/TerminalManualEBTChargeITestSpec.ts +87 -0
  156. package/itest/TerminalPreauthITestSpec.js +113 -0
  157. package/itest/TerminalPreauthITestSpec.ts +84 -0
  158. package/itest/TerminalQueuedTransactionITestSpec.js +108 -0
  159. package/itest/TerminalQueuedTransactionITestSpec.ts +78 -0
  160. package/itest/TerminalStatusITestSpec.js +100 -0
  161. package/itest/TerminalStatusITestSpec.ts +72 -0
  162. package/itest/TerminalTimeoutITestSpec.js +99 -0
  163. package/itest/TerminalTimeoutITestSpec.ts +70 -0
  164. package/itest/TermsAndConditionsITestSpec.js +105 -0
  165. package/itest/TermsAndConditionsITestSpec.ts +77 -0
  166. package/itest/TextPromptITestSpec.js +103 -0
  167. package/itest/TextPromptITestSpec.ts +74 -0
  168. package/itest/TokenMetadataITestSpec.js +102 -0
  169. package/itest/TokenMetadataITestSpec.ts +75 -0
  170. package/itest/TransactionHistoryITestSpec.js +101 -0
  171. package/itest/TransactionHistoryITestSpec.ts +73 -0
  172. package/itest/UnlinkTokenITestSpec.js +103 -0
  173. package/itest/UnlinkTokenITestSpec.ts +76 -0
  174. package/itest/UpdateBrandingAssetITestSpec.js +109 -0
  175. package/itest/UpdateBrandingAssetITestSpec.ts +80 -0
  176. package/itest/UpdateCustomerITestSpec.js +90 -0
  177. package/itest/UpdateCustomerITestSpec.ts +63 -0
  178. package/itest/UpdateMerchantITestSpec.js +92 -0
  179. package/itest/UpdateMerchantITestSpec.ts +65 -0
  180. package/itest/UpdateMerchantPlatformsITestSpec.js +98 -0
  181. package/itest/UpdateMerchantPlatformsITestSpec.ts +71 -0
  182. package/itest/UpdateSlideShowITestSpec.js +106 -0
  183. package/itest/UpdateSlideShowITestSpec.ts +78 -0
  184. package/itest/UpdateSurveyQuestionITestSpec.js +89 -0
  185. package/itest/UpdateSurveyQuestionITestSpec.ts +60 -0
  186. package/itest/UpdateTransactionDisplayITestSpec.js +115 -0
  187. package/itest/UpdateTransactionDisplayITestSpec.ts +92 -0
  188. package/itest/UploadStatusITestSpec.js +100 -0
  189. package/itest/UploadStatusITestSpec.ts +71 -0
  190. package/itest/support/aviato.png +0 -0
  191. package/itest/support/config.js +67 -0
  192. package/itest/support/config.ts +106 -0
  193. package/itest/support/jasmine.json +11 -0
  194. package/package.json +73 -0
  195. package/spec/CryptoSpec.js +35 -0
  196. package/spec/CryptoSpec.ts +35 -0
  197. package/spec/SanitySpec.js +26 -0
  198. package/spec/SanitySpec.ts +23 -0
  199. package/spec/support/jasmine.json +11 -0
  200. package/src/client.js +941 -0
  201. package/src/client.ts +1012 -0
  202. package/src/cryptoutils.js +89 -0
  203. package/src/cryptoutils.ts +80 -0
  204. package/src/global.js +9 -0
  205. package/src/global.ts +5 -0
  206. package/src/models.js +9382 -0
  207. package/src/models.ts +16509 -0
@@ -0,0 +1,116 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
4
+ * by a license that can be found in the LICENSE file.
5
+ *
6
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
7
+ * file will be lost every time the code is regenerated.
8
+ */
9
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ var desc = Object.getOwnPropertyDescriptor(m, k);
12
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13
+ desc = { enumerable: true, get: function() { return m[k]; } };
14
+ }
15
+ Object.defineProperty(o, k2, desc);
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
32
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
33
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
34
+ return new (P || (P = Promise))(function (resolve, reject) {
35
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
38
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
39
+ });
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ const config_1 = require("./support/config");
43
+ const BlockChyp = __importStar(require("../index"));
44
+ describe('CancelPaymentLink', function () {
45
+ let originalTimeout;
46
+ let client;
47
+ config_1.Config.load();
48
+ beforeEach(function () {
49
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
50
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
51
+ });
52
+ it('can cancel a payment link.', function (done) {
53
+ client = BlockChyp.newClient(config_1.Config.getCreds(""));
54
+ client.setGatewayHost(config_1.Config.getGatewayHost());
55
+ client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
56
+ client.setDashboardHost(config_1.Config.getDashboardHost());
57
+ const testDelay = process.env.BC_TEST_DELAY;
58
+ let testDelayInt = 0;
59
+ if (testDelay) {
60
+ testDelayInt = parseInt(testDelay);
61
+ }
62
+ console.log('Running cancelPaymentLink...');
63
+ setTimeout(function () {
64
+ return __awaiter(this, void 0, void 0, function* () {
65
+ try {
66
+ // setup request object
67
+ const setupRequest = new BlockChyp.PaymentLinkRequest();
68
+ setupRequest.amount = '199.99';
69
+ setupRequest.description = 'Widget';
70
+ setupRequest.subject = 'Widget invoice';
71
+ const transaction = new BlockChyp.TransactionDisplayTransaction();
72
+ transaction.subtotal = '195.00';
73
+ transaction.tax = '4.99';
74
+ transaction.total = '199.99';
75
+ const items = new BlockChyp.TransactionDisplayItem();
76
+ items.description = 'Widget';
77
+ items.price = '195.00';
78
+ items.quantity = 1;
79
+ transaction.items = [items];
80
+ setupRequest.transaction = transaction;
81
+ setupRequest.autoSend = true;
82
+ const customer = new BlockChyp.Customer();
83
+ customer.customerRef = 'Customer reference string';
84
+ customer.firstName = 'FirstName';
85
+ customer.lastName = 'LastName';
86
+ customer.companyName = 'Company Name';
87
+ customer.emailAddress = 'notifications@blockchypteam.m8r.co';
88
+ customer.smsNumber = '(123) 123-1231';
89
+ setupRequest.customer = customer;
90
+ let setupResponse = new BlockChyp.PaymentLinkResponse();
91
+ const setupHttpResponse = yield client.sendPaymentLink(setupRequest);
92
+ if (setupHttpResponse.status !== 200) {
93
+ console.log('Error:', setupHttpResponse.statusText);
94
+ fail(setupHttpResponse.statusText);
95
+ done();
96
+ }
97
+ setupResponse = setupHttpResponse.data;
98
+ // setup request object
99
+ const request = new BlockChyp.CancelPaymentLinkRequest();
100
+ request.linkCode = setupResponse.linkCode;
101
+ const httpResponse = yield client.cancelPaymentLink(request);
102
+ const response = httpResponse.data;
103
+ // response assertions
104
+ expect(response.success).toBe(true);
105
+ }
106
+ catch (error) {
107
+ console.log('Error:', error);
108
+ fail(error);
109
+ }
110
+ finally {
111
+ done();
112
+ }
113
+ });
114
+ }, testDelayInt * 1000);
115
+ });
116
+ });
@@ -0,0 +1,93 @@
1
+ /**
2
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
3
+ * by a license that can be found in the LICENSE file.
4
+ *
5
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
6
+ * file will be lost every time the code is regenerated.
7
+ */
8
+
9
+ import { v4 as uuidv4 } from 'uuid';
10
+ import { Config } from './support/config';
11
+ import * as BlockChyp from '../index';
12
+
13
+ describe('CancelPaymentLink', function () {
14
+ let originalTimeout: number;
15
+ let client: typeof BlockChyp.BlockChypClient;
16
+ Config.load();
17
+
18
+ beforeEach(function () {
19
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
20
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
21
+ });
22
+
23
+ it('can cancel a payment link.', function (done) {
24
+ client = BlockChyp.newClient(Config.getCreds(""));
25
+ client.setGatewayHost(Config.getGatewayHost());
26
+ client.setTestGatewayHost(Config.getTestGatewayHost());
27
+ client.setDashboardHost(Config.getDashboardHost());
28
+
29
+ const testDelay = process.env.BC_TEST_DELAY;
30
+ let testDelayInt = 0;
31
+ if (testDelay) {
32
+ testDelayInt = parseInt(testDelay);
33
+ }
34
+
35
+ console.log('Running cancelPaymentLink...');
36
+
37
+ setTimeout(async function () {
38
+ try {
39
+ // setup request object
40
+ const setupRequest = new BlockChyp.PaymentLinkRequest();
41
+ setupRequest.amount = '199.99';
42
+ setupRequest.description = 'Widget';
43
+ setupRequest.subject = 'Widget invoice';
44
+
45
+ const transaction = new BlockChyp.TransactionDisplayTransaction();
46
+ transaction.subtotal = '195.00';
47
+ transaction.tax = '4.99';
48
+ transaction.total = '199.99';
49
+
50
+ const items = new BlockChyp.TransactionDisplayItem();
51
+ items.description = 'Widget';
52
+ items.price = '195.00';
53
+ items.quantity = 1;
54
+
55
+ transaction.items = [items];
56
+ setupRequest.transaction = transaction;
57
+ setupRequest.autoSend = true;
58
+
59
+ const customer = new BlockChyp.Customer();
60
+ customer.customerRef = 'Customer reference string';
61
+ customer.firstName = 'FirstName';
62
+ customer.lastName = 'LastName';
63
+ customer.companyName = 'Company Name';
64
+ customer.emailAddress = 'notifications@blockchypteam.m8r.co';
65
+ customer.smsNumber = '(123) 123-1231';
66
+ setupRequest.customer = customer;
67
+ let setupResponse: BlockChyp.PaymentLinkResponse = new BlockChyp.PaymentLinkResponse();
68
+ const setupHttpResponse = await client.sendPaymentLink(setupRequest);
69
+ if (setupHttpResponse.status !== 200) {
70
+ console.log('Error:', setupHttpResponse.statusText);
71
+ fail(setupHttpResponse.statusText);
72
+ done();
73
+ }
74
+ setupResponse = setupHttpResponse.data
75
+
76
+ // setup request object
77
+ const request = new BlockChyp.CancelPaymentLinkRequest();
78
+ request.linkCode = setupResponse.linkCode;
79
+
80
+ const httpResponse = await client.cancelPaymentLink(request)
81
+ const response: BlockChyp.CancelPaymentLinkResponse = httpResponse.data;
82
+ // response assertions
83
+ expect(response.success).toBe(true);
84
+
85
+ } catch (error) {
86
+ console.log('Error:', error);
87
+ fail(error);
88
+ } finally {
89
+ done();
90
+ }
91
+ }, testDelayInt * 1000);
92
+ });
93
+ });
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
4
+ * by a license that can be found in the LICENSE file.
5
+ *
6
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
7
+ * file will be lost every time the code is regenerated.
8
+ */
9
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ var desc = Object.getOwnPropertyDescriptor(m, k);
12
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13
+ desc = { enumerable: true, get: function() { return m[k]; } };
14
+ }
15
+ Object.defineProperty(o, k2, desc);
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
32
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
33
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
34
+ return new (P || (P = Promise))(function (resolve, reject) {
35
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
38
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
39
+ });
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ const config_1 = require("./support/config");
43
+ const BlockChyp = __importStar(require("../index"));
44
+ describe('CaptureSignature', function () {
45
+ let originalTimeout;
46
+ let client;
47
+ config_1.Config.load();
48
+ beforeEach(function () {
49
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
50
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
51
+ });
52
+ it('Can capture a signature and return it.', function (done) {
53
+ client = BlockChyp.newClient(config_1.Config.getCreds(""));
54
+ client.setGatewayHost(config_1.Config.getGatewayHost());
55
+ client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
56
+ client.setDashboardHost(config_1.Config.getDashboardHost());
57
+ const testDelay = process.env.BC_TEST_DELAY;
58
+ let testDelayInt = 0;
59
+ if (testDelay) {
60
+ testDelayInt = parseInt(testDelay);
61
+ }
62
+ if (testDelayInt > 0) {
63
+ const messageRequest = new BlockChyp.MessageRequest();
64
+ messageRequest.test = true;
65
+ messageRequest.terminalName = config_1.Config.getTerminalName();
66
+ messageRequest.message = 'Running CaptureSignature in ' + testDelay + ' seconds...';
67
+ client.message(messageRequest)
68
+ .then(function (httpResponse) {
69
+ const response = httpResponse.data;
70
+ expect(response.success).toBe(true);
71
+ })
72
+ .catch(function (error) {
73
+ console.log('Error:', error);
74
+ done();
75
+ });
76
+ }
77
+ console.log('Running captureSignature...');
78
+ setTimeout(function () {
79
+ return __awaiter(this, void 0, void 0, function* () {
80
+ try {
81
+ // setup request object
82
+ const request = new BlockChyp.CaptureSignatureRequest();
83
+ request.terminalName = config_1.Config.getTerminalName();
84
+ request.sigFormat = BlockChyp.SignatureFormat.PNG;
85
+ request.sigWidth = 200;
86
+ const httpResponse = yield client.captureSignature(request);
87
+ const response = httpResponse.data;
88
+ // response assertions
89
+ expect(response.success).toBe(true);
90
+ }
91
+ catch (error) {
92
+ console.log('Error:', error);
93
+ fail(error);
94
+ }
95
+ finally {
96
+ done();
97
+ }
98
+ });
99
+ }, testDelayInt * 1000);
100
+ });
101
+ });
@@ -0,0 +1,73 @@
1
+ /**
2
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
3
+ * by a license that can be found in the LICENSE file.
4
+ *
5
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
6
+ * file will be lost every time the code is regenerated.
7
+ */
8
+
9
+ import { v4 as uuidv4 } from 'uuid';
10
+ import { Config } from './support/config';
11
+ import * as BlockChyp from '../index';
12
+
13
+ describe('CaptureSignature', function () {
14
+ let originalTimeout: number;
15
+ let client: typeof BlockChyp.BlockChypClient;
16
+ Config.load();
17
+
18
+ beforeEach(function () {
19
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
20
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
21
+ });
22
+
23
+ it('Can capture a signature and return it.', function (done) {
24
+ client = BlockChyp.newClient(Config.getCreds(""));
25
+ client.setGatewayHost(Config.getGatewayHost());
26
+ client.setTestGatewayHost(Config.getTestGatewayHost());
27
+ client.setDashboardHost(Config.getDashboardHost());
28
+
29
+ const testDelay = process.env.BC_TEST_DELAY;
30
+ let testDelayInt = 0;
31
+ if (testDelay) {
32
+ testDelayInt = parseInt(testDelay);
33
+ }
34
+
35
+ if (testDelayInt > 0) {
36
+ const messageRequest = new BlockChyp.MessageRequest();
37
+ messageRequest.test = true;
38
+ messageRequest.terminalName = Config.getTerminalName();
39
+ messageRequest.message = 'Running CaptureSignature in ' + testDelay + ' seconds...';
40
+ client.message(messageRequest)
41
+ .then(function (httpResponse) {
42
+ const response = httpResponse.data;
43
+ expect(response.success).toBe(true);
44
+ })
45
+ .catch(function (error: any) {
46
+ console.log('Error:', error);
47
+ done();
48
+ });
49
+ }
50
+ console.log('Running captureSignature...');
51
+
52
+ setTimeout(async function () {
53
+ try {
54
+ // setup request object
55
+ const request = new BlockChyp.CaptureSignatureRequest();
56
+ request.terminalName = Config.getTerminalName();
57
+ request.sigFormat = BlockChyp.SignatureFormat.PNG;
58
+ request.sigWidth = 200;
59
+
60
+ const httpResponse = await client.captureSignature(request)
61
+ const response: BlockChyp.CaptureSignatureResponse = httpResponse.data;
62
+ // response assertions
63
+ expect(response.success).toBe(true);
64
+
65
+ } catch (error) {
66
+ console.log('Error:', error);
67
+ fail(error);
68
+ } finally {
69
+ done();
70
+ }
71
+ }, testDelayInt * 1000);
72
+ });
73
+ });
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
4
+ * by a license that can be found in the LICENSE file.
5
+ *
6
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
7
+ * file will be lost every time the code is regenerated.
8
+ */
9
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ var desc = Object.getOwnPropertyDescriptor(m, k);
12
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13
+ desc = { enumerable: true, get: function() { return m[k]; } };
14
+ }
15
+ Object.defineProperty(o, k2, desc);
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
32
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
33
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
34
+ return new (P || (P = Promise))(function (resolve, reject) {
35
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
38
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
39
+ });
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ const uuid_1 = require("uuid");
43
+ const config_1 = require("./support/config");
44
+ const BlockChyp = __importStar(require("../index"));
45
+ describe('DeactivateTerminal', function () {
46
+ let originalTimeout;
47
+ let client;
48
+ config_1.Config.load();
49
+ beforeEach(function () {
50
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
51
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
52
+ });
53
+ it('deactivates a terminal.', function (done) {
54
+ client = BlockChyp.newClient(config_1.Config.getCreds(""));
55
+ client.setGatewayHost(config_1.Config.getGatewayHost());
56
+ client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
57
+ client.setDashboardHost(config_1.Config.getDashboardHost());
58
+ const testDelay = process.env.BC_TEST_DELAY;
59
+ let testDelayInt = 0;
60
+ if (testDelay) {
61
+ testDelayInt = parseInt(testDelay);
62
+ }
63
+ console.log('Running deactivateTerminal...');
64
+ setTimeout(function () {
65
+ return __awaiter(this, void 0, void 0, function* () {
66
+ try {
67
+ // setup request object
68
+ const request = new BlockChyp.TerminalDeactivationRequest();
69
+ request.terminalId = (0, uuid_1.v4)();
70
+ const httpResponse = yield client.deactivateTerminal(request);
71
+ const response = httpResponse.data;
72
+ fail('Request should time out');
73
+ }
74
+ catch (error) {
75
+ }
76
+ finally {
77
+ done();
78
+ }
79
+ });
80
+ }, testDelayInt * 1000);
81
+ });
82
+ });
@@ -0,0 +1,52 @@
1
+ /**
2
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
3
+ * by a license that can be found in the LICENSE file.
4
+ *
5
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
6
+ * file will be lost every time the code is regenerated.
7
+ */
8
+
9
+ import { v4 as uuidv4 } from 'uuid';
10
+ import { Config } from './support/config';
11
+ import * as BlockChyp from '../index';
12
+
13
+ describe('DeactivateTerminal', function () {
14
+ let originalTimeout: number;
15
+ let client: typeof BlockChyp.BlockChypClient;
16
+ Config.load();
17
+
18
+ beforeEach(function () {
19
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
20
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
21
+ });
22
+
23
+ it('deactivates a terminal.', function (done) {
24
+ client = BlockChyp.newClient(Config.getCreds(""));
25
+ client.setGatewayHost(Config.getGatewayHost());
26
+ client.setTestGatewayHost(Config.getTestGatewayHost());
27
+ client.setDashboardHost(Config.getDashboardHost());
28
+
29
+ const testDelay = process.env.BC_TEST_DELAY;
30
+ let testDelayInt = 0;
31
+ if (testDelay) {
32
+ testDelayInt = parseInt(testDelay);
33
+ }
34
+
35
+ console.log('Running deactivateTerminal...');
36
+
37
+ setTimeout(async function () {
38
+ try {
39
+ // setup request object
40
+ const request = new BlockChyp.TerminalDeactivationRequest();
41
+ request.terminalId = uuidv4();
42
+
43
+ const httpResponse = await client.deactivateTerminal(request)
44
+ const response: BlockChyp.Acknowledgement = httpResponse.data;
45
+ fail('Request should time out');
46
+ } catch (error) {
47
+ } finally {
48
+ done();
49
+ }
50
+ }, testDelayInt * 1000);
51
+ });
52
+ });
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
4
+ * by a license that can be found in the LICENSE file.
5
+ *
6
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
7
+ * file will be lost every time the code is regenerated.
8
+ */
9
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ var desc = Object.getOwnPropertyDescriptor(m, k);
12
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13
+ desc = { enumerable: true, get: function() { return m[k]; } };
14
+ }
15
+ Object.defineProperty(o, k2, desc);
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
32
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
33
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
34
+ return new (P || (P = Promise))(function (resolve, reject) {
35
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
38
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
39
+ });
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ const config_1 = require("./support/config");
43
+ const BlockChyp = __importStar(require("../index"));
44
+ describe('DeleteBrandingAsset', function () {
45
+ let originalTimeout;
46
+ let client;
47
+ config_1.Config.load();
48
+ beforeEach(function () {
49
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
50
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
51
+ });
52
+ it('deletes a terminal branding asset.', function (done) {
53
+ client = BlockChyp.newClient(config_1.Config.getCreds(""));
54
+ client.setGatewayHost(config_1.Config.getGatewayHost());
55
+ client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
56
+ client.setDashboardHost(config_1.Config.getDashboardHost());
57
+ const testDelay = process.env.BC_TEST_DELAY;
58
+ let testDelayInt = 0;
59
+ if (testDelay) {
60
+ testDelayInt = parseInt(testDelay);
61
+ }
62
+ console.log('Running deleteBrandingAsset...');
63
+ setTimeout(function () {
64
+ return __awaiter(this, void 0, void 0, function* () {
65
+ try {
66
+ // setup request object
67
+ const setupRequest = new BlockChyp.BrandingAsset();
68
+ setupRequest.notes = 'Empty Asset';
69
+ setupRequest.enabled = false;
70
+ let setupResponse = new BlockChyp.BrandingAsset();
71
+ const setupHttpResponse = yield client.updateBrandingAsset(setupRequest);
72
+ if (setupHttpResponse.status !== 200) {
73
+ console.log('Error:', setupHttpResponse.statusText);
74
+ fail(setupHttpResponse.statusText);
75
+ done();
76
+ }
77
+ setupResponse = setupHttpResponse.data;
78
+ // setup request object
79
+ const request = new BlockChyp.BrandingAssetRequest();
80
+ request.assetId = setupResponse.id;
81
+ const httpResponse = yield client.deleteBrandingAsset(request);
82
+ const response = httpResponse.data;
83
+ // response assertions
84
+ expect(response.success).toBe(true);
85
+ }
86
+ catch (error) {
87
+ console.log('Error:', error);
88
+ fail(error);
89
+ }
90
+ finally {
91
+ done();
92
+ }
93
+ });
94
+ }, testDelayInt * 1000);
95
+ });
96
+ });
@@ -0,0 +1,69 @@
1
+ /**
2
+ * Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
3
+ * by a license that can be found in the LICENSE file.
4
+ *
5
+ * This file was generated automatically by the BlockChyp SDK Generator. Changes to this
6
+ * file will be lost every time the code is regenerated.
7
+ */
8
+
9
+ import { v4 as uuidv4 } from 'uuid';
10
+ import { Config } from './support/config';
11
+ import * as BlockChyp from '../index';
12
+
13
+ describe('DeleteBrandingAsset', function () {
14
+ let originalTimeout: number;
15
+ let client: typeof BlockChyp.BlockChypClient;
16
+ Config.load();
17
+
18
+ beforeEach(function () {
19
+ originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
20
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
21
+ });
22
+
23
+ it('deletes a terminal branding asset.', function (done) {
24
+ client = BlockChyp.newClient(Config.getCreds(""));
25
+ client.setGatewayHost(Config.getGatewayHost());
26
+ client.setTestGatewayHost(Config.getTestGatewayHost());
27
+ client.setDashboardHost(Config.getDashboardHost());
28
+
29
+ const testDelay = process.env.BC_TEST_DELAY;
30
+ let testDelayInt = 0;
31
+ if (testDelay) {
32
+ testDelayInt = parseInt(testDelay);
33
+ }
34
+
35
+ console.log('Running deleteBrandingAsset...');
36
+
37
+ setTimeout(async function () {
38
+ try {
39
+ // setup request object
40
+ const setupRequest = new BlockChyp.BrandingAsset();
41
+ setupRequest.notes = 'Empty Asset';
42
+ setupRequest.enabled = false;
43
+ let setupResponse: BlockChyp.BrandingAsset = new BlockChyp.BrandingAsset();
44
+ const setupHttpResponse = await client.updateBrandingAsset(setupRequest);
45
+ if (setupHttpResponse.status !== 200) {
46
+ console.log('Error:', setupHttpResponse.statusText);
47
+ fail(setupHttpResponse.statusText);
48
+ done();
49
+ }
50
+ setupResponse = setupHttpResponse.data
51
+
52
+ // setup request object
53
+ const request = new BlockChyp.BrandingAssetRequest();
54
+ request.assetId = setupResponse.id;
55
+
56
+ const httpResponse = await client.deleteBrandingAsset(request)
57
+ const response: BlockChyp.Acknowledgement = httpResponse.data;
58
+ // response assertions
59
+ expect(response.success).toBe(true);
60
+
61
+ } catch (error) {
62
+ console.log('Error:', error);
63
+ fail(error);
64
+ } finally {
65
+ done();
66
+ }
67
+ }, testDelayInt * 1000);
68
+ });
69
+ });