@blockchyp/blockchyp-ts 1.0.0 → 2.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -9
- package/_bundles/blockchyp.js +71402 -0
- package/_bundles/blockchyp.js.map +1 -0
- package/_bundles/blockchyp.min.js +3 -0
- package/_bundles/blockchyp.min.js.LICENSE.txt +16 -0
- package/_bundles/blockchyp.min.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/{index.js → lib/index.js} +1 -0
- package/lib/index.js.map +1 -0
- package/lib/spec/CryptoSpec.d.ts +1 -0
- package/{spec → lib/spec}/CryptoSpec.js +1 -0
- package/lib/spec/CryptoSpec.js.map +1 -0
- package/lib/spec/SanitySpec.d.ts +1 -0
- package/{spec → lib/spec}/SanitySpec.js +2 -1
- package/lib/spec/SanitySpec.js.map +1 -0
- package/lib/src/client.d.ts +463 -0
- package/{src → lib/src}/client.js +2 -1
- package/lib/src/client.js.map +1 -0
- package/lib/src/cryptoutils.d.ts +16 -0
- package/{src → lib/src}/cryptoutils.js +18 -13
- package/lib/src/cryptoutils.js.map +1 -0
- package/lib/src/global.d.ts +1 -0
- package/lib/src/global.js +30 -0
- package/lib/src/global.js.map +1 -0
- package/lib/src/models.d.ts +9587 -0
- package/{src → lib/src}/models.js +1 -0
- package/lib/src/models.js.map +1 -0
- package/package.json +23 -9
- package/spec/SanitySpec.ts +1 -1
- package/src/client.ts +1 -2
- package/src/cryptoutils.ts +7 -6
- package/src/global.ts +1 -1
- package/itest/ActivateTerminalITestSpec.js +0 -87
- package/itest/ActivateTerminalITestSpec.ts +0 -58
- package/itest/AddTestMerchantITestSpec.js +0 -89
- package/itest/AddTestMerchantITestSpec.ts +0 -60
- package/itest/BatchHistoryITestSpec.js +0 -101
- package/itest/BatchHistoryITestSpec.ts +0 -73
- package/itest/BooleanPromptITestSpec.js +0 -104
- package/itest/BooleanPromptITestSpec.ts +0 -76
- package/itest/CancelPaymentLinkITestSpec.js +0 -116
- package/itest/CancelPaymentLinkITestSpec.ts +0 -93
- package/itest/CaptureSignatureITestSpec.js +0 -101
- package/itest/CaptureSignatureITestSpec.ts +0 -73
- package/itest/DeactivateTerminalITestSpec.js +0 -82
- package/itest/DeactivateTerminalITestSpec.ts +0 -52
- package/itest/DeleteBrandingAssetITestSpec.js +0 -96
- package/itest/DeleteBrandingAssetITestSpec.ts +0 -69
- package/itest/DeleteCustomerITestSpec.js +0 -102
- package/itest/DeleteCustomerITestSpec.ts +0 -75
- package/itest/DeleteMediaAssetITestSpec.js +0 -100
- package/itest/DeleteMediaAssetITestSpec.ts +0 -71
- package/itest/DeleteQueuedTransactionITestSpec.js +0 -117
- package/itest/DeleteQueuedTransactionITestSpec.ts +0 -89
- package/itest/DeleteSlideShowITestSpec.js +0 -96
- package/itest/DeleteSlideShowITestSpec.ts +0 -69
- package/itest/DeleteSurveyQuestionITestSpec.js +0 -97
- package/itest/DeleteSurveyQuestionITestSpec.ts +0 -70
- package/itest/DeleteTestMerchantITestSpec.js +0 -96
- package/itest/DeleteTestMerchantITestSpec.ts +0 -69
- package/itest/DeleteTokenITestSpec.js +0 -102
- package/itest/DeleteTokenITestSpec.ts +0 -75
- package/itest/EmptyBrandingAssetITestSpec.js +0 -85
- package/itest/EmptyBrandingAssetITestSpec.ts +0 -57
- package/itest/EmptySlideShowITestSpec.js +0 -87
- package/itest/EmptySlideShowITestSpec.ts +0 -58
- package/itest/GatewayTimeoutITestSpec.js +0 -103
- package/itest/GatewayTimeoutITestSpec.ts +0 -73
- package/itest/GetCustomerITestSpec.js +0 -102
- package/itest/GetCustomerITestSpec.ts +0 -75
- package/itest/GetMerchantsITestSpec.js +0 -84
- package/itest/GetMerchantsITestSpec.ts +0 -56
- package/itest/InviteMerchantUserITestSpec.js +0 -86
- package/itest/InviteMerchantUserITestSpec.ts +0 -58
- package/itest/LinkTokenITestSpec.js +0 -103
- package/itest/LinkTokenITestSpec.ts +0 -76
- package/itest/ListQueuedTransactionsITestSpec.js +0 -116
- package/itest/ListQueuedTransactionsITestSpec.ts +0 -88
- package/itest/ListTerminalsITestSpec.js +0 -83
- package/itest/ListTerminalsITestSpec.ts +0 -56
- package/itest/MediaAssetITestSpec.js +0 -105
- package/itest/MediaAssetITestSpec.ts +0 -75
- package/itest/MediaITestSpec.js +0 -83
- package/itest/MediaITestSpec.ts +0 -56
- package/itest/MediaUploadITestSpec.js +0 -94
- package/itest/MediaUploadITestSpec.ts +0 -63
- package/itest/MerchantCredentialGenerationITestSpec.js +0 -85
- package/itest/MerchantCredentialGenerationITestSpec.ts +0 -57
- package/itest/MerchantInvoiceDetailITestSpec.js +0 -84
- package/itest/MerchantInvoiceDetailITestSpec.ts +0 -56
- package/itest/MerchantInvoicesITestSpec.js +0 -84
- package/itest/MerchantInvoicesITestSpec.ts +0 -56
- package/itest/MerchantPlatformsITestSpec.js +0 -96
- package/itest/MerchantPlatformsITestSpec.ts +0 -69
- package/itest/MerchantProfileITestSpec.js +0 -84
- package/itest/MerchantProfileITestSpec.ts +0 -56
- package/itest/MerchantUsersITestSpec.js +0 -83
- package/itest/MerchantUsersITestSpec.ts +0 -56
- package/itest/NewTransactionDisplayITestSpec.js +0 -115
- package/itest/NewTransactionDisplayITestSpec.ts +0 -92
- package/itest/PANChargeITestSpec.js +0 -118
- package/itest/PANChargeITestSpec.ts +0 -88
- package/itest/PANEnrollITestSpec.js +0 -118
- package/itest/PANEnrollITestSpec.ts +0 -90
- package/itest/PANPreauthITestSpec.js +0 -116
- package/itest/PANPreauthITestSpec.ts +0 -87
- package/itest/PartialRefundITestSpec.js +0 -119
- package/itest/PartialRefundITestSpec.ts +0 -91
- package/itest/PartnerCommissionBreakdownITestSpec.js +0 -84
- package/itest/PartnerCommissionBreakdownITestSpec.ts +0 -56
- package/itest/PartnerStatementDetailITestSpec.js +0 -84
- package/itest/PartnerStatementDetailITestSpec.ts +0 -56
- package/itest/PartnerStatementsITestSpec.js +0 -84
- package/itest/PartnerStatementsITestSpec.ts +0 -56
- package/itest/PaymentLinkStatusITestSpec.js +0 -116
- package/itest/PaymentLinkStatusITestSpec.ts +0 -93
- package/itest/PricingPolicyITestSpec.js +0 -85
- package/itest/PricingPolicyITestSpec.ts +0 -57
- package/itest/ResendPaymentLinkITestSpec.js +0 -116
- package/itest/ResendPaymentLinkITestSpec.ts +0 -93
- package/itest/SearchCustomerITestSpec.js +0 -101
- package/itest/SearchCustomerITestSpec.ts +0 -75
- package/itest/SendPaymentLinkITestSpec.js +0 -107
- package/itest/SendPaymentLinkITestSpec.ts +0 -82
- package/itest/SimpleBatchCloseITestSpec.js +0 -101
- package/itest/SimpleBatchCloseITestSpec.ts +0 -73
- package/itest/SimpleCaptureITestSpec.js +0 -101
- package/itest/SimpleCaptureITestSpec.ts +0 -74
- package/itest/SimpleGiftActivateITestSpec.js +0 -104
- package/itest/SimpleGiftActivateITestSpec.ts +0 -75
- package/itest/SimpleLocateITestSpec.js +0 -85
- package/itest/SimpleLocateITestSpec.ts +0 -57
- package/itest/SimpleMessageITestSpec.js +0 -101
- package/itest/SimpleMessageITestSpec.ts +0 -73
- package/itest/SimplePingITestSpec.js +0 -100
- package/itest/SimplePingITestSpec.ts +0 -72
- package/itest/SimpleRefundITestSpec.js +0 -118
- package/itest/SimpleRefundITestSpec.ts +0 -90
- package/itest/SimpleReversalITestSpec.js +0 -103
- package/itest/SimpleReversalITestSpec.ts +0 -75
- package/itest/SimpleVoidITestSpec.js +0 -103
- package/itest/SimpleVoidITestSpec.ts +0 -75
- package/itest/SlideShowITestSpec.js +0 -98
- package/itest/SlideShowITestSpec.ts +0 -70
- package/itest/SlideShowsITestSpec.js +0 -95
- package/itest/SlideShowsITestSpec.ts +0 -69
- package/itest/SurveyQuestionITestSpec.js +0 -95
- package/itest/SurveyQuestionITestSpec.ts +0 -68
- package/itest/SurveyQuestionsITestSpec.js +0 -96
- package/itest/SurveyQuestionsITestSpec.ts +0 -70
- package/itest/SurveyResultsITestSpec.js +0 -95
- package/itest/SurveyResultsITestSpec.ts +0 -68
- package/itest/TCDeleteTemplateITestSpec.js +0 -98
- package/itest/TCDeleteTemplateITestSpec.ts +0 -70
- package/itest/TCEntryITestSpec.js +0 -103
- package/itest/TCEntryITestSpec.ts +0 -76
- package/itest/TCLogITestSpec.js +0 -83
- package/itest/TCLogITestSpec.ts +0 -56
- package/itest/TCTemplateITestSpec.js +0 -101
- package/itest/TCTemplateITestSpec.ts +0 -72
- package/itest/TCTemplateUpdateITestSpec.js +0 -91
- package/itest/TCTemplateUpdateITestSpec.ts +0 -61
- package/itest/TCTemplatesITestSpec.js +0 -83
- package/itest/TCTemplatesITestSpec.ts +0 -56
- package/itest/TerminalBrandingITestSpec.js +0 -83
- package/itest/TerminalBrandingITestSpec.ts +0 -56
- package/itest/TerminalChargeITestSpec.js +0 -113
- package/itest/TerminalChargeITestSpec.ts +0 -84
- package/itest/TerminalClearITestSpec.js +0 -100
- package/itest/TerminalClearITestSpec.ts +0 -72
- package/itest/TerminalEBTBalanceITestSpec.js +0 -103
- package/itest/TerminalEBTBalanceITestSpec.ts +0 -74
- package/itest/TerminalEBTChargeITestSpec.js +0 -115
- package/itest/TerminalEBTChargeITestSpec.ts +0 -86
- package/itest/TerminalEnrollITestSpec.js +0 -112
- package/itest/TerminalEnrollITestSpec.ts +0 -83
- package/itest/TerminalGiftCardBalanceITestSpec.js +0 -102
- package/itest/TerminalGiftCardBalanceITestSpec.ts +0 -73
- package/itest/TerminalKeyedChargeITestSpec.js +0 -114
- package/itest/TerminalKeyedChargeITestSpec.ts +0 -85
- package/itest/TerminalManualEBTChargeITestSpec.js +0 -116
- package/itest/TerminalManualEBTChargeITestSpec.ts +0 -87
- package/itest/TerminalPreauthITestSpec.js +0 -113
- package/itest/TerminalPreauthITestSpec.ts +0 -84
- package/itest/TerminalQueuedTransactionITestSpec.js +0 -108
- package/itest/TerminalQueuedTransactionITestSpec.ts +0 -78
- package/itest/TerminalStatusITestSpec.js +0 -100
- package/itest/TerminalStatusITestSpec.ts +0 -72
- package/itest/TerminalTimeoutITestSpec.js +0 -99
- package/itest/TerminalTimeoutITestSpec.ts +0 -70
- package/itest/TermsAndConditionsITestSpec.js +0 -105
- package/itest/TermsAndConditionsITestSpec.ts +0 -77
- package/itest/TextPromptITestSpec.js +0 -103
- package/itest/TextPromptITestSpec.ts +0 -74
- package/itest/TokenMetadataITestSpec.js +0 -102
- package/itest/TokenMetadataITestSpec.ts +0 -75
- package/itest/TransactionHistoryITestSpec.js +0 -101
- package/itest/TransactionHistoryITestSpec.ts +0 -73
- package/itest/UnlinkTokenITestSpec.js +0 -103
- package/itest/UnlinkTokenITestSpec.ts +0 -76
- package/itest/UpdateBrandingAssetITestSpec.js +0 -109
- package/itest/UpdateBrandingAssetITestSpec.ts +0 -80
- package/itest/UpdateCustomerITestSpec.js +0 -90
- package/itest/UpdateCustomerITestSpec.ts +0 -63
- package/itest/UpdateMerchantITestSpec.js +0 -92
- package/itest/UpdateMerchantITestSpec.ts +0 -65
- package/itest/UpdateMerchantPlatformsITestSpec.js +0 -98
- package/itest/UpdateMerchantPlatformsITestSpec.ts +0 -71
- package/itest/UpdateSlideShowITestSpec.js +0 -106
- package/itest/UpdateSlideShowITestSpec.ts +0 -78
- package/itest/UpdateSurveyQuestionITestSpec.js +0 -89
- package/itest/UpdateSurveyQuestionITestSpec.ts +0 -60
- package/itest/UpdateTransactionDisplayITestSpec.js +0 -115
- package/itest/UpdateTransactionDisplayITestSpec.ts +0 -92
- package/itest/UploadStatusITestSpec.js +0 -100
- package/itest/UploadStatusITestSpec.ts +0 -71
- package/itest/support/aviato.png +0 -0
- package/itest/support/config.js +0 -67
- package/itest/support/config.ts +0 -106
- package/itest/support/jasmine.json +0 -11
- package/spec/support/jasmine.json +0 -11
- package/src/global.js +0 -9
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
28
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
29
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
30
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
31
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
/**
|
|
36
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
37
|
-
* by a license that can be found in the LICENSE file.
|
|
38
|
-
*
|
|
39
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
40
|
-
* file will be lost every time the code is regenerated.
|
|
41
|
-
*/
|
|
42
|
-
const fs = __importStar(require("fs"));
|
|
43
|
-
const uuid_1 = require("uuid");
|
|
44
|
-
const config_1 = require("./support/config");
|
|
45
|
-
const BlockChyp = __importStar(require("../index"));
|
|
46
|
-
describe('UpdateSlideShow', function () {
|
|
47
|
-
let originalTimeout;
|
|
48
|
-
let client;
|
|
49
|
-
config_1.Config.load();
|
|
50
|
-
beforeEach(function () {
|
|
51
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
52
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
53
|
-
});
|
|
54
|
-
it('updates or creates a slide show.', function (done) {
|
|
55
|
-
client = BlockChyp.newClient(config_1.Config.getCreds(""));
|
|
56
|
-
client.setGatewayHost(config_1.Config.getGatewayHost());
|
|
57
|
-
client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
|
|
58
|
-
client.setDashboardHost(config_1.Config.getDashboardHost());
|
|
59
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
60
|
-
let testDelayInt = 0;
|
|
61
|
-
if (testDelay) {
|
|
62
|
-
testDelayInt = parseInt(testDelay);
|
|
63
|
-
}
|
|
64
|
-
console.log('Running updateSlideShow...');
|
|
65
|
-
setTimeout(function () {
|
|
66
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
67
|
-
var _a;
|
|
68
|
-
try {
|
|
69
|
-
// setup request object
|
|
70
|
-
const setupRequest = new BlockChyp.UploadMetadata();
|
|
71
|
-
setupRequest.fileName = 'aviato.png';
|
|
72
|
-
setupRequest.fileSize = 18843;
|
|
73
|
-
setupRequest.uploadId = (0, uuid_1.v4)();
|
|
74
|
-
let setupResponse = new BlockChyp.MediaMetadata();
|
|
75
|
-
const content = fs.readFileSync('support/aviato.png');
|
|
76
|
-
const setupHttpResponse = yield client.uploadMedia(setupRequest, content);
|
|
77
|
-
if (setupHttpResponse.status !== 200) {
|
|
78
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
79
|
-
fail(setupHttpResponse.statusText);
|
|
80
|
-
done();
|
|
81
|
-
}
|
|
82
|
-
setupResponse = setupHttpResponse.data;
|
|
83
|
-
// setup request object
|
|
84
|
-
const request = new BlockChyp.SlideShow();
|
|
85
|
-
request.name = 'Test Slide Show';
|
|
86
|
-
request.delay = 5;
|
|
87
|
-
const slides = new BlockChyp.Slide();
|
|
88
|
-
slides.mediaId = setupResponse.id;
|
|
89
|
-
request.slides = [slides];
|
|
90
|
-
const httpResponse = yield client.updateSlideShow(request);
|
|
91
|
-
const response = httpResponse.data;
|
|
92
|
-
// response assertions
|
|
93
|
-
expect(response.success).toBe(true);
|
|
94
|
-
(_a = expect(response.name)) === null || _a === void 0 ? void 0 : _a.toEqual('Test Slide Show');
|
|
95
|
-
}
|
|
96
|
-
catch (error) {
|
|
97
|
-
console.log('Error:', error);
|
|
98
|
-
fail(error);
|
|
99
|
-
}
|
|
100
|
-
finally {
|
|
101
|
-
done();
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
}, testDelayInt * 1000);
|
|
105
|
-
});
|
|
106
|
-
});
|
|
@@ -1,78 +0,0 @@
|
|
|
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
|
-
import * as fs from 'fs';
|
|
9
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
10
|
-
import { Config } from './support/config';
|
|
11
|
-
import * as BlockChyp from '../index';
|
|
12
|
-
|
|
13
|
-
describe('UpdateSlideShow', 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('updates or creates a slide show.', 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 updateSlideShow...');
|
|
36
|
-
|
|
37
|
-
setTimeout(async function () {
|
|
38
|
-
try {
|
|
39
|
-
// setup request object
|
|
40
|
-
const setupRequest = new BlockChyp.UploadMetadata();
|
|
41
|
-
setupRequest.fileName = 'aviato.png';
|
|
42
|
-
setupRequest.fileSize = 18843;
|
|
43
|
-
setupRequest.uploadId = uuidv4();
|
|
44
|
-
let setupResponse: BlockChyp.MediaMetadata = new BlockChyp.MediaMetadata();
|
|
45
|
-
const content = fs.readFileSync('support/aviato.png');
|
|
46
|
-
const setupHttpResponse = await client.uploadMedia(setupRequest, content);
|
|
47
|
-
if (setupHttpResponse.status !== 200) {
|
|
48
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
49
|
-
fail(setupHttpResponse.statusText);
|
|
50
|
-
done();
|
|
51
|
-
}
|
|
52
|
-
setupResponse = setupHttpResponse.data
|
|
53
|
-
|
|
54
|
-
// setup request object
|
|
55
|
-
const request = new BlockChyp.SlideShow();
|
|
56
|
-
request.name = 'Test Slide Show';
|
|
57
|
-
request.delay = 5;
|
|
58
|
-
|
|
59
|
-
const slides = new BlockChyp.Slide();
|
|
60
|
-
slides.mediaId = setupResponse.id;
|
|
61
|
-
|
|
62
|
-
request.slides = [slides];
|
|
63
|
-
|
|
64
|
-
const httpResponse = await client.updateSlideShow(request)
|
|
65
|
-
const response: BlockChyp.SlideShow = httpResponse.data;
|
|
66
|
-
// response assertions
|
|
67
|
-
expect(response.success).toBe(true);
|
|
68
|
-
expect(response.name)?.toEqual('Test Slide Show');
|
|
69
|
-
|
|
70
|
-
} catch (error) {
|
|
71
|
-
console.log('Error:', error);
|
|
72
|
-
fail(error);
|
|
73
|
-
} finally {
|
|
74
|
-
done();
|
|
75
|
-
}
|
|
76
|
-
}, testDelayInt * 1000);
|
|
77
|
-
});
|
|
78
|
-
});
|
|
@@ -1,89 +0,0 @@
|
|
|
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('UpdateSurveyQuestion', 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('update or create a survey question.', 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 updateSurveyQuestion...');
|
|
63
|
-
setTimeout(function () {
|
|
64
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
-
var _a, _b;
|
|
66
|
-
try {
|
|
67
|
-
// setup request object
|
|
68
|
-
const request = new BlockChyp.SurveyQuestion();
|
|
69
|
-
request.ordinal = 1;
|
|
70
|
-
request.questionText = 'Would you shop here again?';
|
|
71
|
-
request.questionType = 'yes_no';
|
|
72
|
-
const httpResponse = yield client.updateSurveyQuestion(request);
|
|
73
|
-
const response = httpResponse.data;
|
|
74
|
-
// response assertions
|
|
75
|
-
expect(response.success).toBe(true);
|
|
76
|
-
(_a = expect(response.questionText)) === null || _a === void 0 ? void 0 : _a.toEqual('Would you shop here again?');
|
|
77
|
-
(_b = expect(response.questionType)) === null || _b === void 0 ? void 0 : _b.toEqual('yes_no');
|
|
78
|
-
}
|
|
79
|
-
catch (error) {
|
|
80
|
-
console.log('Error:', error);
|
|
81
|
-
fail(error);
|
|
82
|
-
}
|
|
83
|
-
finally {
|
|
84
|
-
done();
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
}, testDelayInt * 1000);
|
|
88
|
-
});
|
|
89
|
-
});
|
|
@@ -1,60 +0,0 @@
|
|
|
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('UpdateSurveyQuestion', 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('update or create a survey question.', 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 updateSurveyQuestion...');
|
|
36
|
-
|
|
37
|
-
setTimeout(async function () {
|
|
38
|
-
try {
|
|
39
|
-
// setup request object
|
|
40
|
-
const request = new BlockChyp.SurveyQuestion();
|
|
41
|
-
request.ordinal = 1;
|
|
42
|
-
request.questionText = 'Would you shop here again?';
|
|
43
|
-
request.questionType = 'yes_no';
|
|
44
|
-
|
|
45
|
-
const httpResponse = await client.updateSurveyQuestion(request)
|
|
46
|
-
const response: BlockChyp.SurveyQuestion = httpResponse.data;
|
|
47
|
-
// response assertions
|
|
48
|
-
expect(response.success).toBe(true);
|
|
49
|
-
expect(response.questionText)?.toEqual('Would you shop here again?');
|
|
50
|
-
expect(response.questionType)?.toEqual('yes_no');
|
|
51
|
-
|
|
52
|
-
} catch (error) {
|
|
53
|
-
console.log('Error:', error);
|
|
54
|
-
fail(error);
|
|
55
|
-
} finally {
|
|
56
|
-
done();
|
|
57
|
-
}
|
|
58
|
-
}, testDelayInt * 1000);
|
|
59
|
-
});
|
|
60
|
-
});
|
|
@@ -1,115 +0,0 @@
|
|
|
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('UpdateTransactionDisplay', 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 update transaction line item display', 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 UpdateTransactionDisplay 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 updateTransactionDisplay...');
|
|
78
|
-
setTimeout(function () {
|
|
79
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
80
|
-
try {
|
|
81
|
-
// setup request object
|
|
82
|
-
const request = new BlockChyp.TransactionDisplayRequest();
|
|
83
|
-
request.test = true;
|
|
84
|
-
request.terminalName = config_1.Config.getTerminalName();
|
|
85
|
-
const transaction = new BlockChyp.TransactionDisplayTransaction();
|
|
86
|
-
transaction.subtotal = '35.00';
|
|
87
|
-
transaction.tax = '5.00';
|
|
88
|
-
transaction.total = '70.00';
|
|
89
|
-
const items = new BlockChyp.TransactionDisplayItem();
|
|
90
|
-
items.description = 'Leki Trekking Poles';
|
|
91
|
-
items.price = '35.00';
|
|
92
|
-
items.quantity = 2;
|
|
93
|
-
items.extended = '70.00';
|
|
94
|
-
const discounts = new BlockChyp.TransactionDisplayDiscount();
|
|
95
|
-
discounts.description = 'memberDiscount';
|
|
96
|
-
discounts.amount = '10.00';
|
|
97
|
-
items.discounts = [discounts];
|
|
98
|
-
transaction.items = [items];
|
|
99
|
-
request.transaction = transaction;
|
|
100
|
-
const httpResponse = yield client.updateTransactionDisplay(request);
|
|
101
|
-
const response = httpResponse.data;
|
|
102
|
-
// response assertions
|
|
103
|
-
expect(response.success).toBe(true);
|
|
104
|
-
}
|
|
105
|
-
catch (error) {
|
|
106
|
-
console.log('Error:', error);
|
|
107
|
-
fail(error);
|
|
108
|
-
}
|
|
109
|
-
finally {
|
|
110
|
-
done();
|
|
111
|
-
}
|
|
112
|
-
});
|
|
113
|
-
}, testDelayInt * 1000);
|
|
114
|
-
});
|
|
115
|
-
});
|
|
@@ -1,92 +0,0 @@
|
|
|
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('UpdateTransactionDisplay', 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 update transaction line item display', 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 UpdateTransactionDisplay 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 updateTransactionDisplay...');
|
|
51
|
-
|
|
52
|
-
setTimeout(async function () {
|
|
53
|
-
try {
|
|
54
|
-
// setup request object
|
|
55
|
-
const request = new BlockChyp.TransactionDisplayRequest();
|
|
56
|
-
request.test = true;
|
|
57
|
-
request.terminalName = Config.getTerminalName();
|
|
58
|
-
|
|
59
|
-
const transaction = new BlockChyp.TransactionDisplayTransaction();
|
|
60
|
-
transaction.subtotal = '35.00';
|
|
61
|
-
transaction.tax = '5.00';
|
|
62
|
-
transaction.total = '70.00';
|
|
63
|
-
|
|
64
|
-
const items = new BlockChyp.TransactionDisplayItem();
|
|
65
|
-
items.description = 'Leki Trekking Poles';
|
|
66
|
-
items.price = '35.00';
|
|
67
|
-
items.quantity = 2;
|
|
68
|
-
items.extended = '70.00';
|
|
69
|
-
|
|
70
|
-
const discounts = new BlockChyp.TransactionDisplayDiscount();
|
|
71
|
-
discounts.description = 'memberDiscount';
|
|
72
|
-
discounts.amount = '10.00';
|
|
73
|
-
|
|
74
|
-
items.discounts = [discounts];
|
|
75
|
-
|
|
76
|
-
transaction.items = [items];
|
|
77
|
-
request.transaction = transaction;
|
|
78
|
-
|
|
79
|
-
const httpResponse = await client.updateTransactionDisplay(request)
|
|
80
|
-
const response: BlockChyp.Acknowledgement = httpResponse.data;
|
|
81
|
-
// response assertions
|
|
82
|
-
expect(response.success).toBe(true);
|
|
83
|
-
|
|
84
|
-
} catch (error) {
|
|
85
|
-
console.log('Error:', error);
|
|
86
|
-
fail(error);
|
|
87
|
-
} finally {
|
|
88
|
-
done();
|
|
89
|
-
}
|
|
90
|
-
}, testDelayInt * 1000);
|
|
91
|
-
});
|
|
92
|
-
});
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
28
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
29
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
30
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
31
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
/**
|
|
36
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
37
|
-
* by a license that can be found in the LICENSE file.
|
|
38
|
-
*
|
|
39
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
40
|
-
* file will be lost every time the code is regenerated.
|
|
41
|
-
*/
|
|
42
|
-
const fs = __importStar(require("fs"));
|
|
43
|
-
const uuid_1 = require("uuid");
|
|
44
|
-
const config_1 = require("./support/config");
|
|
45
|
-
const BlockChyp = __importStar(require("../index"));
|
|
46
|
-
describe('UploadStatus', function () {
|
|
47
|
-
let originalTimeout;
|
|
48
|
-
let client;
|
|
49
|
-
config_1.Config.load();
|
|
50
|
-
beforeEach(function () {
|
|
51
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
52
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
53
|
-
});
|
|
54
|
-
it('checks the status of a file upload.', function (done) {
|
|
55
|
-
client = BlockChyp.newClient(config_1.Config.getCreds(""));
|
|
56
|
-
client.setGatewayHost(config_1.Config.getGatewayHost());
|
|
57
|
-
client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
|
|
58
|
-
client.setDashboardHost(config_1.Config.getDashboardHost());
|
|
59
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
60
|
-
let testDelayInt = 0;
|
|
61
|
-
if (testDelay) {
|
|
62
|
-
testDelayInt = parseInt(testDelay);
|
|
63
|
-
}
|
|
64
|
-
console.log('Running uploadStatus...');
|
|
65
|
-
setTimeout(function () {
|
|
66
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
67
|
-
try {
|
|
68
|
-
// setup request object
|
|
69
|
-
const setupRequest = new BlockChyp.UploadMetadata();
|
|
70
|
-
setupRequest.fileName = 'aviato.png';
|
|
71
|
-
setupRequest.fileSize = 18843;
|
|
72
|
-
setupRequest.uploadId = (0, uuid_1.v4)();
|
|
73
|
-
let setupResponse = new BlockChyp.MediaMetadata();
|
|
74
|
-
const content = fs.readFileSync('support/aviato.png');
|
|
75
|
-
const setupHttpResponse = yield client.uploadMedia(setupRequest, content);
|
|
76
|
-
if (setupHttpResponse.status !== 200) {
|
|
77
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
78
|
-
fail(setupHttpResponse.statusText);
|
|
79
|
-
done();
|
|
80
|
-
}
|
|
81
|
-
setupResponse = setupHttpResponse.data;
|
|
82
|
-
// setup request object
|
|
83
|
-
const request = new BlockChyp.UploadStatusRequest();
|
|
84
|
-
request.uploadId = setupResponse.id;
|
|
85
|
-
const httpResponse = yield client.uploadStatus(request);
|
|
86
|
-
const response = httpResponse.data;
|
|
87
|
-
// response assertions
|
|
88
|
-
expect(response.success).toBe(true);
|
|
89
|
-
}
|
|
90
|
-
catch (error) {
|
|
91
|
-
console.log('Error:', error);
|
|
92
|
-
fail(error);
|
|
93
|
-
}
|
|
94
|
-
finally {
|
|
95
|
-
done();
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
}, testDelayInt * 1000);
|
|
99
|
-
});
|
|
100
|
-
});
|