celitech-sdk 1.1.59 → 1.1.64
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -3
- package/dist/commonjs/http/HTTPLibrary.js +1 -1
- package/dist/commonjs/services/destinations/Destinations.d.ts +1 -1
- package/dist/commonjs/services/destinations/Destinations.js +1 -1
- package/dist/commonjs/services/destinations/models/ListDestinationsResponse.d.ts +3 -0
- package/dist/commonjs/services/destinations/models/ListDestinationsResponse.d.ts.map +1 -1
- package/dist/commonjs/services/eSim/ESim.d.ts +4 -4
- package/dist/commonjs/services/eSim/ESim.js +4 -4
- package/dist/commonjs/services/packages/Packages.d.ts +1 -1
- package/dist/commonjs/services/packages/Packages.js +1 -1
- package/dist/commonjs/services/purchases/Purchases.d.ts +2 -0
- package/dist/commonjs/services/purchases/Purchases.d.ts.map +1 -1
- package/dist/commonjs/services/purchases/Purchases.js +5 -1
- package/dist/commonjs/services/purchases/Purchases.js.map +1 -1
- package/dist/commonjs/services/purchases/models/CreatePurchaseRequest.d.ts +4 -0
- package/dist/commonjs/services/purchases/models/CreatePurchaseRequest.d.ts.map +1 -1
- package/dist/commonjs/services/purchases/models/ListPurchasesResponse.d.ts +5 -1
- package/dist/commonjs/services/purchases/models/ListPurchasesResponse.d.ts.map +1 -1
- package/dist/commonjs/services/purchases/models/TopUpEsimRequest.d.ts +4 -0
- package/dist/commonjs/services/purchases/models/TopUpEsimRequest.d.ts.map +1 -1
- package/dist/esm/http/HTTPLibrary.js +1 -1
- package/dist/esm/services/destinations/Destinations.d.ts +1 -1
- package/dist/esm/services/destinations/Destinations.js +1 -1
- package/dist/esm/services/destinations/models/ListDestinationsResponse.d.ts +3 -0
- package/dist/esm/services/destinations/models/ListDestinationsResponse.d.ts.map +1 -1
- package/dist/esm/services/eSim/ESim.d.ts +4 -4
- package/dist/esm/services/eSim/ESim.js +4 -4
- package/dist/esm/services/packages/Packages.d.ts +1 -1
- package/dist/esm/services/packages/Packages.js +1 -1
- package/dist/esm/services/purchases/Purchases.d.ts +2 -0
- package/dist/esm/services/purchases/Purchases.d.ts.map +1 -1
- package/dist/esm/services/purchases/Purchases.js +5 -1
- package/dist/esm/services/purchases/Purchases.js.map +1 -1
- package/dist/esm/services/purchases/models/CreatePurchaseRequest.d.ts +4 -0
- package/dist/esm/services/purchases/models/CreatePurchaseRequest.d.ts.map +1 -1
- package/dist/esm/services/purchases/models/ListPurchasesResponse.d.ts +5 -1
- package/dist/esm/services/purchases/models/ListPurchasesResponse.d.ts.map +1 -1
- package/dist/esm/services/purchases/models/TopUpEsimRequest.d.ts +4 -0
- package/dist/esm/services/purchases/models/TopUpEsimRequest.d.ts.map +1 -1
- package/dist/umd/http/HTTPLibrary.js +1 -1
- package/dist/umd/services/destinations/Destinations.d.ts +1 -1
- package/dist/umd/services/destinations/Destinations.js +1 -1
- package/dist/umd/services/destinations/models/ListDestinationsResponse.d.ts +3 -0
- package/dist/umd/services/destinations/models/ListDestinationsResponse.d.ts.map +1 -1
- package/dist/umd/services/eSim/ESim.d.ts +4 -4
- package/dist/umd/services/eSim/ESim.js +4 -4
- package/dist/umd/services/packages/Packages.d.ts +1 -1
- package/dist/umd/services/packages/Packages.js +1 -1
- package/dist/umd/services/purchases/Purchases.d.ts +2 -0
- package/dist/umd/services/purchases/Purchases.d.ts.map +1 -1
- package/dist/umd/services/purchases/Purchases.js +5 -1
- package/dist/umd/services/purchases/Purchases.js.map +1 -1
- package/dist/umd/services/purchases/models/CreatePurchaseRequest.d.ts +4 -0
- package/dist/umd/services/purchases/models/CreatePurchaseRequest.d.ts.map +1 -1
- package/dist/umd/services/purchases/models/ListPurchasesResponse.d.ts +5 -1
- package/dist/umd/services/purchases/models/ListPurchasesResponse.d.ts.map +1 -1
- package/dist/umd/services/purchases/models/TopUpEsimRequest.d.ts +4 -0
- package/dist/umd/services/purchases/models/TopUpEsimRequest.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
# Celitech Typescript SDK 1.1.
|
1
|
+
# Celitech Typescript SDK 1.1.64
|
2
2
|
|
3
3
|
The Typescript SDK for Celitech.
|
4
4
|
|
5
|
-
- API version: 1.1.
|
6
|
-
- SDK version: 1.1.
|
5
|
+
- API version: 1.1.64
|
6
|
+
- SDK version: 1.1.64
|
7
7
|
|
8
8
|
## Table of Contents
|
9
9
|
|
@@ -231,6 +231,7 @@ Optional parameters are passed as part of the last parameter to the method. Ex.
|
|
231
231
|
| iccid | string | ID of the eSIM |
|
232
232
|
| afterDate | string | Start date of the interval for filtering purchases in the format 'yyyy-MM-dd' |
|
233
233
|
| beforeDate | string | End date of the interval for filtering purchases in the format 'yyyy-MM-dd' |
|
234
|
+
| referenceId | string | The referenceId that was provided by the partner during the purchase or topup flow. |
|
234
235
|
| afterCursor | string | To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data. |
|
235
236
|
| limit | number | Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20 |
|
236
237
|
| after | number | Epoch value representing the start of the time interval for filtering purchases |
|
@@ -3,7 +3,7 @@ import { ListDestinationsResponse } from './models/ListDestinationsResponse';
|
|
3
3
|
export declare class DestinationsService extends BaseService {
|
4
4
|
/**
|
5
5
|
* @summary List Destinations
|
6
|
-
* @description
|
6
|
+
* @description List Destinations
|
7
7
|
|
8
8
|
* @returns {Promise<ListDestinationsResponse>} - The promise with the result
|
9
9
|
*/
|
@@ -10,7 +10,7 @@ const hook = new CustomHook_1.default();
|
|
10
10
|
class DestinationsService extends BaseService_1.default {
|
11
11
|
/**
|
12
12
|
* @summary List Destinations
|
13
|
-
* @description
|
13
|
+
* @description List Destinations
|
14
14
|
|
15
15
|
* @returns {Promise<ListDestinationsResponse>} - The promise with the result
|
16
16
|
*/
|
@@ -8,6 +8,9 @@ export interface ListDestinationsResponse {
|
|
8
8
|
* ISO representation of the destination
|
9
9
|
*/
|
10
10
|
destination?: string;
|
11
|
+
/**
|
12
|
+
* This array indicates the geographical area covered by a specific destination. If the destination represents a single country, the array will include that country. However, if the destination represents a broader regional scope, the array will be populated with the names of the countries belonging to that region.
|
13
|
+
*/
|
11
14
|
supportedCountries?: string[];
|
12
15
|
}[];
|
13
16
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ListDestinationsResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/destinations/models/ListDestinationsResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE;QACb;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC/B,EAAE,CAAC;CACL"}
|
1
|
+
{"version":3,"file":"ListDestinationsResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/destinations/models/ListDestinationsResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE;QACb;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC/B,EAAE,CAAC;CACL"}
|
@@ -6,7 +6,7 @@ import { GetEsimMacResponse } from './models/GetEsimMacResponse';
|
|
6
6
|
export declare class ESimService extends BaseService {
|
7
7
|
/**
|
8
8
|
* @summary Get eSIM Status
|
9
|
-
* @description Get
|
9
|
+
* @description Get eSIM Status
|
10
10
|
|
11
11
|
* @param iccid ID of the eSIM
|
12
12
|
* @returns {Promise<GetEsimResponse>} - The promise with the result
|
@@ -14,7 +14,7 @@ export declare class ESimService extends BaseService {
|
|
14
14
|
getEsim(iccid: string): Promise<GetEsimResponse>;
|
15
15
|
/**
|
16
16
|
* @summary Get eSIM Device
|
17
|
-
* @description Get
|
17
|
+
* @description Get eSIM Device
|
18
18
|
|
19
19
|
* @param iccid ID of the eSIM
|
20
20
|
* @returns {Promise<GetEsimDeviceResponse>} - The promise with the result
|
@@ -22,7 +22,7 @@ export declare class ESimService extends BaseService {
|
|
22
22
|
getEsimDevice(iccid: string): Promise<GetEsimDeviceResponse>;
|
23
23
|
/**
|
24
24
|
* @summary Get eSIM History
|
25
|
-
* @description Get
|
25
|
+
* @description Get eSIM History
|
26
26
|
|
27
27
|
* @param iccid ID of the eSIM
|
28
28
|
* @returns {Promise<GetEsimHistoryResponse>} - The promise with the result
|
@@ -30,7 +30,7 @@ export declare class ESimService extends BaseService {
|
|
30
30
|
getEsimHistory(iccid: string): Promise<GetEsimHistoryResponse>;
|
31
31
|
/**
|
32
32
|
* @summary Get eSIM MAC
|
33
|
-
* @description Get MAC
|
33
|
+
* @description Get eSIM MAC
|
34
34
|
|
35
35
|
* @param iccid ID of the eSIM
|
36
36
|
* @returns {Promise<GetEsimMacResponse>} - The promise with the result
|
@@ -11,7 +11,7 @@ const hook = new CustomHook_1.default();
|
|
11
11
|
class ESimService extends BaseService_1.default {
|
12
12
|
/**
|
13
13
|
* @summary Get eSIM Status
|
14
|
-
* @description Get
|
14
|
+
* @description Get eSIM Status
|
15
15
|
|
16
16
|
* @param iccid ID of the eSIM
|
17
17
|
* @returns {Promise<GetEsimResponse>} - The promise with the result
|
@@ -38,7 +38,7 @@ class ESimService extends BaseService_1.default {
|
|
38
38
|
}
|
39
39
|
/**
|
40
40
|
* @summary Get eSIM Device
|
41
|
-
* @description Get
|
41
|
+
* @description Get eSIM Device
|
42
42
|
|
43
43
|
* @param iccid ID of the eSIM
|
44
44
|
* @returns {Promise<GetEsimDeviceResponse>} - The promise with the result
|
@@ -62,7 +62,7 @@ class ESimService extends BaseService_1.default {
|
|
62
62
|
}
|
63
63
|
/**
|
64
64
|
* @summary Get eSIM History
|
65
|
-
* @description Get
|
65
|
+
* @description Get eSIM History
|
66
66
|
|
67
67
|
* @param iccid ID of the eSIM
|
68
68
|
* @returns {Promise<GetEsimHistoryResponse>} - The promise with the result
|
@@ -86,7 +86,7 @@ class ESimService extends BaseService_1.default {
|
|
86
86
|
}
|
87
87
|
/**
|
88
88
|
* @summary Get eSIM MAC
|
89
|
-
* @description Get MAC
|
89
|
+
* @description Get eSIM MAC
|
90
90
|
|
91
91
|
* @param iccid ID of the eSIM
|
92
92
|
* @returns {Promise<GetEsimMacResponse>} - The promise with the result
|
@@ -3,7 +3,7 @@ import { ListPackagesResponse } from './models/ListPackagesResponse';
|
|
3
3
|
export declare class PackagesService extends BaseService {
|
4
4
|
/**
|
5
5
|
* @summary List Packages
|
6
|
-
* @description List
|
6
|
+
* @description List Packages
|
7
7
|
|
8
8
|
* @param optionalParams - Optional parameters
|
9
9
|
* @param optionalParams.destination - ISO representation of the package's destination.
|
@@ -11,7 +11,7 @@ const hook = new CustomHook_1.default();
|
|
11
11
|
class PackagesService extends BaseService_1.default {
|
12
12
|
/**
|
13
13
|
* @summary List Packages
|
14
|
-
* @description List
|
14
|
+
* @description List Packages
|
15
15
|
|
16
16
|
* @param optionalParams - Optional parameters
|
17
17
|
* @param optionalParams.destination - ISO representation of the package's destination.
|
@@ -16,6 +16,7 @@ export declare class PurchasesService extends BaseService {
|
|
16
16
|
* @param optionalParams.iccid - ID of the eSIM
|
17
17
|
* @param optionalParams.afterDate - Start date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
18
18
|
* @param optionalParams.beforeDate - End date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
19
|
+
* @param optionalParams.referenceId - The referenceId that was provided by the partner during the purchase or topup flow.
|
19
20
|
* @param optionalParams.afterCursor - To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data.
|
20
21
|
* @param optionalParams.limit - Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20
|
21
22
|
* @param optionalParams.after - Epoch value representing the start of the time interval for filtering purchases
|
@@ -26,6 +27,7 @@ export declare class PurchasesService extends BaseService {
|
|
26
27
|
iccid?: string;
|
27
28
|
afterDate?: string;
|
28
29
|
beforeDate?: string;
|
30
|
+
referenceId?: string;
|
29
31
|
afterCursor?: string;
|
30
32
|
limit?: number;
|
31
33
|
after?: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Purchases.d.ts","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAMzF,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C
|
1
|
+
{"version":3,"file":"Purchases.d.ts","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAMzF,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;;;;OAcG;IACG,aAAa,CACjB,cAAc,GAAE;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACZ,GACL,OAAO,CAAC,qBAAqB,CAAC;IAmDjC;;;;;OAKG;IACG,cAAc,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAsBnF;;;;;OAKG;IACG,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAsBpE;;;;;OAKG;IACG,YAAY,CAAC,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAsB7E;;;;;;OAMG;IACG,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,8BAA8B,CAAC;CA4B1F"}
|
@@ -17,6 +17,7 @@ class PurchasesService extends BaseService_1.default {
|
|
17
17
|
* @param optionalParams.iccid - ID of the eSIM
|
18
18
|
* @param optionalParams.afterDate - Start date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
19
19
|
* @param optionalParams.beforeDate - End date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
20
|
+
* @param optionalParams.referenceId - The referenceId that was provided by the partner during the purchase or topup flow.
|
20
21
|
* @param optionalParams.afterCursor - To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data.
|
21
22
|
* @param optionalParams.limit - Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20
|
22
23
|
* @param optionalParams.after - Epoch value representing the start of the time interval for filtering purchases
|
@@ -24,7 +25,7 @@ class PurchasesService extends BaseService_1.default {
|
|
24
25
|
* @returns {Promise<ListPurchasesResponse>} - The promise with the result
|
25
26
|
*/
|
26
27
|
async listPurchases(optionalParams = {}) {
|
27
|
-
const { iccid, afterDate, beforeDate, afterCursor, limit, after, before } = optionalParams;
|
28
|
+
const { iccid, afterDate, beforeDate, referenceId, afterCursor, limit, after, before } = optionalParams;
|
28
29
|
const queryParams = [];
|
29
30
|
const headers = {};
|
30
31
|
if (iccid) {
|
@@ -36,6 +37,9 @@ class PurchasesService extends BaseService_1.default {
|
|
36
37
|
if (beforeDate) {
|
37
38
|
queryParams.push((0, QuerySerializer_1.serializeQuery)('form', true, 'beforeDate', beforeDate));
|
38
39
|
}
|
40
|
+
if (referenceId) {
|
41
|
+
queryParams.push((0, QuerySerializer_1.serializeQuery)('form', true, 'referenceId', referenceId));
|
42
|
+
}
|
39
43
|
if (afterCursor) {
|
40
44
|
queryParams.push((0, QuerySerializer_1.serializeQuery)('form', true, 'afterCursor', afterCursor));
|
41
45
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Purchases.js","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":";;;;;;AAAA,oEAA4C;AAE5C,wEAAgD;AAYhD,gEAA2E;AAE3E,MAAM,IAAI,GAAe,IAAI,oBAAU,EAAE,CAAC;AAE1C,MAAa,gBAAiB,SAAQ,qBAAW;IAC/C
|
1
|
+
{"version":3,"file":"Purchases.js","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"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"}
|
@@ -19,6 +19,10 @@ export interface CreatePurchaseRequest {
|
|
19
19
|
* Email address where the purchase confirmation email will be sent (including QR Code & activation steps)
|
20
20
|
*/
|
21
21
|
email?: string;
|
22
|
+
/**
|
23
|
+
* An identifier provided by the partner to link this purchase to their booking or transaction for analytics and debugging purposes.
|
24
|
+
*/
|
25
|
+
referenceId?: string;
|
22
26
|
/**
|
23
27
|
* Customize the network brand of the issued eSIM. This parameter is accessible to platforms with Diamond tier and requires an alphanumeric string of up to 15 characters
|
24
28
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreatePurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"CreatePurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -33,9 +33,13 @@ export interface ListPurchasesResponse {
|
|
33
33
|
createdAt?: number;
|
34
34
|
esim?: Esim;
|
35
35
|
/**
|
36
|
-
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, or
|
36
|
+
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, landing-page or promo-page. For purchases made before September 8, 2023, the value will be displayed as 'Not available'.
|
37
37
|
*/
|
38
38
|
source?: string;
|
39
|
+
/**
|
40
|
+
* The referenceId that was provided by the partner during the purchase or topup flow. This identifier can be used for analytics and debugging purposes.
|
41
|
+
*/
|
42
|
+
referenceId?: string;
|
39
43
|
package_?: Package_;
|
40
44
|
}[];
|
41
45
|
afterCursor?: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
1
|
+
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
@@ -19,6 +19,10 @@ export interface TopUpEsimRequest {
|
|
19
19
|
* Email address where the purchase confirmation email will be sent (excluding QR Code & activation steps)
|
20
20
|
*/
|
21
21
|
email?: string;
|
22
|
+
/**
|
23
|
+
* An identifier provided by the partner to link this purchase to their booking or transaction for analytics and debugging purposes.
|
24
|
+
*/
|
25
|
+
referenceId?: string;
|
22
26
|
/**
|
23
27
|
* @deprecated
|
24
28
|
* Epoch value representing the start time of the package's validity. This timestamp can be set to the current time or any time within the next 12 months.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -3,7 +3,7 @@ import { ListDestinationsResponse } from './models/ListDestinationsResponse';
|
|
3
3
|
export declare class DestinationsService extends BaseService {
|
4
4
|
/**
|
5
5
|
* @summary List Destinations
|
6
|
-
* @description
|
6
|
+
* @description List Destinations
|
7
7
|
|
8
8
|
* @returns {Promise<ListDestinationsResponse>} - The promise with the result
|
9
9
|
*/
|
@@ -4,7 +4,7 @@ const hook = new CustomHook();
|
|
4
4
|
export class DestinationsService extends BaseService {
|
5
5
|
/**
|
6
6
|
* @summary List Destinations
|
7
|
-
* @description
|
7
|
+
* @description List Destinations
|
8
8
|
|
9
9
|
* @returns {Promise<ListDestinationsResponse>} - The promise with the result
|
10
10
|
*/
|
@@ -8,6 +8,9 @@ export interface ListDestinationsResponse {
|
|
8
8
|
* ISO representation of the destination
|
9
9
|
*/
|
10
10
|
destination?: string;
|
11
|
+
/**
|
12
|
+
* This array indicates the geographical area covered by a specific destination. If the destination represents a single country, the array will include that country. However, if the destination represents a broader regional scope, the array will be populated with the names of the countries belonging to that region.
|
13
|
+
*/
|
11
14
|
supportedCountries?: string[];
|
12
15
|
}[];
|
13
16
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ListDestinationsResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/destinations/models/ListDestinationsResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE;QACb;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC/B,EAAE,CAAC;CACL"}
|
1
|
+
{"version":3,"file":"ListDestinationsResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/destinations/models/ListDestinationsResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE;QACb;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC/B,EAAE,CAAC;CACL"}
|
@@ -6,7 +6,7 @@ import { GetEsimMacResponse } from './models/GetEsimMacResponse';
|
|
6
6
|
export declare class ESimService extends BaseService {
|
7
7
|
/**
|
8
8
|
* @summary Get eSIM Status
|
9
|
-
* @description Get
|
9
|
+
* @description Get eSIM Status
|
10
10
|
|
11
11
|
* @param iccid ID of the eSIM
|
12
12
|
* @returns {Promise<GetEsimResponse>} - The promise with the result
|
@@ -14,7 +14,7 @@ export declare class ESimService extends BaseService {
|
|
14
14
|
getEsim(iccid: string): Promise<GetEsimResponse>;
|
15
15
|
/**
|
16
16
|
* @summary Get eSIM Device
|
17
|
-
* @description Get
|
17
|
+
* @description Get eSIM Device
|
18
18
|
|
19
19
|
* @param iccid ID of the eSIM
|
20
20
|
* @returns {Promise<GetEsimDeviceResponse>} - The promise with the result
|
@@ -22,7 +22,7 @@ export declare class ESimService extends BaseService {
|
|
22
22
|
getEsimDevice(iccid: string): Promise<GetEsimDeviceResponse>;
|
23
23
|
/**
|
24
24
|
* @summary Get eSIM History
|
25
|
-
* @description Get
|
25
|
+
* @description Get eSIM History
|
26
26
|
|
27
27
|
* @param iccid ID of the eSIM
|
28
28
|
* @returns {Promise<GetEsimHistoryResponse>} - The promise with the result
|
@@ -30,7 +30,7 @@ export declare class ESimService extends BaseService {
|
|
30
30
|
getEsimHistory(iccid: string): Promise<GetEsimHistoryResponse>;
|
31
31
|
/**
|
32
32
|
* @summary Get eSIM MAC
|
33
|
-
* @description Get MAC
|
33
|
+
* @description Get eSIM MAC
|
34
34
|
|
35
35
|
* @param iccid ID of the eSIM
|
36
36
|
* @returns {Promise<GetEsimMacResponse>} - The promise with the result
|
@@ -5,7 +5,7 @@ const hook = new CustomHook();
|
|
5
5
|
export class ESimService extends BaseService {
|
6
6
|
/**
|
7
7
|
* @summary Get eSIM Status
|
8
|
-
* @description Get
|
8
|
+
* @description Get eSIM Status
|
9
9
|
|
10
10
|
* @param iccid ID of the eSIM
|
11
11
|
* @returns {Promise<GetEsimResponse>} - The promise with the result
|
@@ -32,7 +32,7 @@ export class ESimService extends BaseService {
|
|
32
32
|
}
|
33
33
|
/**
|
34
34
|
* @summary Get eSIM Device
|
35
|
-
* @description Get
|
35
|
+
* @description Get eSIM Device
|
36
36
|
|
37
37
|
* @param iccid ID of the eSIM
|
38
38
|
* @returns {Promise<GetEsimDeviceResponse>} - The promise with the result
|
@@ -56,7 +56,7 @@ export class ESimService extends BaseService {
|
|
56
56
|
}
|
57
57
|
/**
|
58
58
|
* @summary Get eSIM History
|
59
|
-
* @description Get
|
59
|
+
* @description Get eSIM History
|
60
60
|
|
61
61
|
* @param iccid ID of the eSIM
|
62
62
|
* @returns {Promise<GetEsimHistoryResponse>} - The promise with the result
|
@@ -80,7 +80,7 @@ export class ESimService extends BaseService {
|
|
80
80
|
}
|
81
81
|
/**
|
82
82
|
* @summary Get eSIM MAC
|
83
|
-
* @description Get MAC
|
83
|
+
* @description Get eSIM MAC
|
84
84
|
|
85
85
|
* @param iccid ID of the eSIM
|
86
86
|
* @returns {Promise<GetEsimMacResponse>} - The promise with the result
|
@@ -3,7 +3,7 @@ import { ListPackagesResponse } from './models/ListPackagesResponse';
|
|
3
3
|
export declare class PackagesService extends BaseService {
|
4
4
|
/**
|
5
5
|
* @summary List Packages
|
6
|
-
* @description List
|
6
|
+
* @description List Packages
|
7
7
|
|
8
8
|
* @param optionalParams - Optional parameters
|
9
9
|
* @param optionalParams.destination - ISO representation of the package's destination.
|
@@ -5,7 +5,7 @@ const hook = new CustomHook();
|
|
5
5
|
export class PackagesService extends BaseService {
|
6
6
|
/**
|
7
7
|
* @summary List Packages
|
8
|
-
* @description List
|
8
|
+
* @description List Packages
|
9
9
|
|
10
10
|
* @param optionalParams - Optional parameters
|
11
11
|
* @param optionalParams.destination - ISO representation of the package's destination.
|
@@ -16,6 +16,7 @@ export declare class PurchasesService extends BaseService {
|
|
16
16
|
* @param optionalParams.iccid - ID of the eSIM
|
17
17
|
* @param optionalParams.afterDate - Start date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
18
18
|
* @param optionalParams.beforeDate - End date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
19
|
+
* @param optionalParams.referenceId - The referenceId that was provided by the partner during the purchase or topup flow.
|
19
20
|
* @param optionalParams.afterCursor - To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data.
|
20
21
|
* @param optionalParams.limit - Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20
|
21
22
|
* @param optionalParams.after - Epoch value representing the start of the time interval for filtering purchases
|
@@ -26,6 +27,7 @@ export declare class PurchasesService extends BaseService {
|
|
26
27
|
iccid?: string;
|
27
28
|
afterDate?: string;
|
28
29
|
beforeDate?: string;
|
30
|
+
referenceId?: string;
|
29
31
|
afterCursor?: string;
|
30
32
|
limit?: number;
|
31
33
|
after?: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Purchases.d.ts","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAMzF,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C
|
1
|
+
{"version":3,"file":"Purchases.d.ts","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAMzF,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;;;;OAcG;IACG,aAAa,CACjB,cAAc,GAAE;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACZ,GACL,OAAO,CAAC,qBAAqB,CAAC;IAmDjC;;;;;OAKG;IACG,cAAc,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAsBnF;;;;;OAKG;IACG,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAsBpE;;;;;OAKG;IACG,YAAY,CAAC,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAsB7E;;;;;;OAMG;IACG,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,8BAA8B,CAAC;CA4B1F"}
|
@@ -11,6 +11,7 @@ export class PurchasesService extends BaseService {
|
|
11
11
|
* @param optionalParams.iccid - ID of the eSIM
|
12
12
|
* @param optionalParams.afterDate - Start date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
13
13
|
* @param optionalParams.beforeDate - End date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
14
|
+
* @param optionalParams.referenceId - The referenceId that was provided by the partner during the purchase or topup flow.
|
14
15
|
* @param optionalParams.afterCursor - To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data.
|
15
16
|
* @param optionalParams.limit - Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20
|
16
17
|
* @param optionalParams.after - Epoch value representing the start of the time interval for filtering purchases
|
@@ -18,7 +19,7 @@ export class PurchasesService extends BaseService {
|
|
18
19
|
* @returns {Promise<ListPurchasesResponse>} - The promise with the result
|
19
20
|
*/
|
20
21
|
async listPurchases(optionalParams = {}) {
|
21
|
-
const { iccid, afterDate, beforeDate, afterCursor, limit, after, before } = optionalParams;
|
22
|
+
const { iccid, afterDate, beforeDate, referenceId, afterCursor, limit, after, before } = optionalParams;
|
22
23
|
const queryParams = [];
|
23
24
|
const headers = {};
|
24
25
|
if (iccid) {
|
@@ -30,6 +31,9 @@ export class PurchasesService extends BaseService {
|
|
30
31
|
if (beforeDate) {
|
31
32
|
queryParams.push(serializeQuery('form', true, 'beforeDate', beforeDate));
|
32
33
|
}
|
34
|
+
if (referenceId) {
|
35
|
+
queryParams.push(serializeQuery('form', true, 'referenceId', referenceId));
|
36
|
+
}
|
33
37
|
if (afterCursor) {
|
34
38
|
queryParams.push(serializeQuery('form', true, 'afterCursor', afterCursor));
|
35
39
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Purchases.js","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAE5C,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAYhD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3E,MAAM,IAAI,GAAe,IAAI,UAAU,EAAE,CAAC;AAE1C,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C
|
1
|
+
{"version":3,"file":"Purchases.js","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAE5C,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAYhD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3E,MAAM,IAAI,GAAe,IAAI,UAAU,EAAE,CAAC;AAE1C,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,aAAa,CACjB,iBASI,EAAE;QAEN,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,GACpF,cAAc,CAAC;QAEjB,MAAM,WAAW,GAAa,EAAE,CAAC;QACjC,MAAM,OAAO,GAA8B,EAAE,CAAC;QAC9C,IAAI,KAAK,EAAE;YACT,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;SAChE;QACD,IAAI,SAAS,EAAE;YACb,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC,CAAC;SACxE;QACD,IAAI,UAAU,EAAE;YACd,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC,CAAC;SAC1E;QACD,IAAI,WAAW,EAAE;YACf,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC,CAAC;SAC5E;QACD,IAAI,WAAW,EAAE;YACf,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC,CAAC;SAC5E;QACD,IAAI,KAAK,EAAE;YACT,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;SAChE;QACD,IAAI,KAAK,EAAE;YACT,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;SAChE;QACD,IAAI,MAAM,EAAE;YACV,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC;SAClE;QACD,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,SAAS,GAAG,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAC5E,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,GAAG,SAAS,EAAE,CAAC,CAAC;QACxE,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC;QACnE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAC7C,OAAO,CAAC,GAAG,EACX,EAAE,EACF;YACE,GAAG,OAAO,CAAC,OAAO;SACnB,EACD,IAAI,CACL,CAAC;QACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EAC7D,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;QACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAA6B,CAAC;QAC7D,OAAO,aAAa,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,cAAc,CAAC,KAA4B;QAC/C,MAAM,OAAO,GAA8B,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;QAClF,MAAM,WAAW,GAAG,YAAY,CAAC;QACjC,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;QAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;QAC3E,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAC9C,OAAO,CAAC,GAAG,EACX,OAAO,CAAC,KAAK,EACb;YACE,GAAG,OAAO,CAAC,OAAO;SACnB,EACD,IAAI,CACL,CAAC;QACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EACpF,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;QACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAA8B,CAAC;QAC9D,OAAO,aAAa,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,SAAS,CAAC,KAAuB;QACrC,MAAM,OAAO,GAA8B,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;QAClF,MAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;QAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;QAC3E,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAC9C,OAAO,CAAC,GAAG,EACX,OAAO,CAAC,KAAK,EACb;YACE,GAAG,OAAO,CAAC,OAAO;SACnB,EACD,IAAI,CACL,CAAC;QACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EACpF,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;QACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAAyB,CAAC;QACzD,OAAO,aAAa,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAAC,KAA0B;QAC3C,MAAM,OAAO,GAA8B,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;QAClF,MAAM,WAAW,GAAG,iBAAiB,CAAC;QACtC,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;QAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;QAC3E,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAC9C,OAAO,CAAC,GAAG,EACX,OAAO,CAAC,KAAK,EACb;YACE,GAAG,OAAO,CAAC,OAAO;SACnB,EACD,IAAI,CACL,CAAC;QACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EACpF,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;QACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAA4B,CAAC;QAC5D,OAAO,aAAa,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,sBAAsB,CAAC,UAAkB;QAC7C,IAAI,UAAU,KAAK,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;SAC9F;QACD,MAAM,OAAO,GAA8B,EAAE,CAAC;QAC9C,IAAI,WAAW,GAAG,qCAAqC,CAAC;QACxD,WAAW,GAAG,WAAW,CAAC,OAAO,CAC/B,cAAc,EACd,aAAa,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,SAAS,CAAC,CACtD,CAAC;QACF,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;QAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC;QACnE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAC7C,OAAO,CAAC,GAAG,EACX,EAAE,EACF;YACE,GAAG,OAAO,CAAC,OAAO;SACnB,EACD,IAAI,CACL,CAAC;QACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EAC7D,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;QACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAAsC,CAAC;QACtE,OAAO,aAAa,CAAC;IACvB,CAAC;CACF"}
|
@@ -19,6 +19,10 @@ export interface CreatePurchaseRequest {
|
|
19
19
|
* Email address where the purchase confirmation email will be sent (including QR Code & activation steps)
|
20
20
|
*/
|
21
21
|
email?: string;
|
22
|
+
/**
|
23
|
+
* An identifier provided by the partner to link this purchase to their booking or transaction for analytics and debugging purposes.
|
24
|
+
*/
|
25
|
+
referenceId?: string;
|
22
26
|
/**
|
23
27
|
* Customize the network brand of the issued eSIM. This parameter is accessible to platforms with Diamond tier and requires an alphanumeric string of up to 15 characters
|
24
28
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreatePurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"CreatePurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -33,9 +33,13 @@ export interface ListPurchasesResponse {
|
|
33
33
|
createdAt?: number;
|
34
34
|
esim?: Esim;
|
35
35
|
/**
|
36
|
-
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, or
|
36
|
+
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, landing-page or promo-page. For purchases made before September 8, 2023, the value will be displayed as 'Not available'.
|
37
37
|
*/
|
38
38
|
source?: string;
|
39
|
+
/**
|
40
|
+
* The referenceId that was provided by the partner during the purchase or topup flow. This identifier can be used for analytics and debugging purposes.
|
41
|
+
*/
|
42
|
+
referenceId?: string;
|
39
43
|
package_?: Package_;
|
40
44
|
}[];
|
41
45
|
afterCursor?: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
1
|
+
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
@@ -19,6 +19,10 @@ export interface TopUpEsimRequest {
|
|
19
19
|
* Email address where the purchase confirmation email will be sent (excluding QR Code & activation steps)
|
20
20
|
*/
|
21
21
|
email?: string;
|
22
|
+
/**
|
23
|
+
* An identifier provided by the partner to link this purchase to their booking or transaction for analytics and debugging purposes.
|
24
|
+
*/
|
25
|
+
referenceId?: string;
|
22
26
|
/**
|
23
27
|
* @deprecated
|
24
28
|
* Epoch value representing the start time of the package's validity. This timestamp can be set to the current time or any time within the next 12 months.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -103,7 +103,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
103
103
|
return response;
|
104
104
|
}
|
105
105
|
getUserAgentHeader() {
|
106
|
-
const userAgentBase = 'Celitech/1.1.
|
106
|
+
const userAgentBase = 'Celitech/1.1.64';
|
107
107
|
let userAgent = '';
|
108
108
|
if (typeof window !== 'undefined') {
|
109
109
|
return {};
|
@@ -3,7 +3,7 @@ import { ListDestinationsResponse } from './models/ListDestinationsResponse';
|
|
3
3
|
export declare class DestinationsService extends BaseService {
|
4
4
|
/**
|
5
5
|
* @summary List Destinations
|
6
|
-
* @description
|
6
|
+
* @description List Destinations
|
7
7
|
|
8
8
|
* @returns {Promise<ListDestinationsResponse>} - The promise with the result
|
9
9
|
*/
|
@@ -19,7 +19,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19
19
|
class DestinationsService extends BaseService_1.default {
|
20
20
|
/**
|
21
21
|
* @summary List Destinations
|
22
|
-
* @description
|
22
|
+
* @description List Destinations
|
23
23
|
|
24
24
|
* @returns {Promise<ListDestinationsResponse>} - The promise with the result
|
25
25
|
*/
|
@@ -8,6 +8,9 @@ export interface ListDestinationsResponse {
|
|
8
8
|
* ISO representation of the destination
|
9
9
|
*/
|
10
10
|
destination?: string;
|
11
|
+
/**
|
12
|
+
* This array indicates the geographical area covered by a specific destination. If the destination represents a single country, the array will include that country. However, if the destination represents a broader regional scope, the array will be populated with the names of the countries belonging to that region.
|
13
|
+
*/
|
11
14
|
supportedCountries?: string[];
|
12
15
|
}[];
|
13
16
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ListDestinationsResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/destinations/models/ListDestinationsResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE;QACb;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC/B,EAAE,CAAC;CACL"}
|
1
|
+
{"version":3,"file":"ListDestinationsResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/destinations/models/ListDestinationsResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE;QACb;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC/B,EAAE,CAAC;CACL"}
|
@@ -6,7 +6,7 @@ import { GetEsimMacResponse } from './models/GetEsimMacResponse';
|
|
6
6
|
export declare class ESimService extends BaseService {
|
7
7
|
/**
|
8
8
|
* @summary Get eSIM Status
|
9
|
-
* @description Get
|
9
|
+
* @description Get eSIM Status
|
10
10
|
|
11
11
|
* @param iccid ID of the eSIM
|
12
12
|
* @returns {Promise<GetEsimResponse>} - The promise with the result
|
@@ -14,7 +14,7 @@ export declare class ESimService extends BaseService {
|
|
14
14
|
getEsim(iccid: string): Promise<GetEsimResponse>;
|
15
15
|
/**
|
16
16
|
* @summary Get eSIM Device
|
17
|
-
* @description Get
|
17
|
+
* @description Get eSIM Device
|
18
18
|
|
19
19
|
* @param iccid ID of the eSIM
|
20
20
|
* @returns {Promise<GetEsimDeviceResponse>} - The promise with the result
|
@@ -22,7 +22,7 @@ export declare class ESimService extends BaseService {
|
|
22
22
|
getEsimDevice(iccid: string): Promise<GetEsimDeviceResponse>;
|
23
23
|
/**
|
24
24
|
* @summary Get eSIM History
|
25
|
-
* @description Get
|
25
|
+
* @description Get eSIM History
|
26
26
|
|
27
27
|
* @param iccid ID of the eSIM
|
28
28
|
* @returns {Promise<GetEsimHistoryResponse>} - The promise with the result
|
@@ -30,7 +30,7 @@ export declare class ESimService extends BaseService {
|
|
30
30
|
getEsimHistory(iccid: string): Promise<GetEsimHistoryResponse>;
|
31
31
|
/**
|
32
32
|
* @summary Get eSIM MAC
|
33
|
-
* @description Get MAC
|
33
|
+
* @description Get eSIM MAC
|
34
34
|
|
35
35
|
* @param iccid ID of the eSIM
|
36
36
|
* @returns {Promise<GetEsimMacResponse>} - The promise with the result
|
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20
20
|
class ESimService extends BaseService_1.default {
|
21
21
|
/**
|
22
22
|
* @summary Get eSIM Status
|
23
|
-
* @description Get
|
23
|
+
* @description Get eSIM Status
|
24
24
|
|
25
25
|
* @param iccid ID of the eSIM
|
26
26
|
* @returns {Promise<GetEsimResponse>} - The promise with the result
|
@@ -47,7 +47,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47
47
|
}
|
48
48
|
/**
|
49
49
|
* @summary Get eSIM Device
|
50
|
-
* @description Get
|
50
|
+
* @description Get eSIM Device
|
51
51
|
|
52
52
|
* @param iccid ID of the eSIM
|
53
53
|
* @returns {Promise<GetEsimDeviceResponse>} - The promise with the result
|
@@ -71,7 +71,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
71
71
|
}
|
72
72
|
/**
|
73
73
|
* @summary Get eSIM History
|
74
|
-
* @description Get
|
74
|
+
* @description Get eSIM History
|
75
75
|
|
76
76
|
* @param iccid ID of the eSIM
|
77
77
|
* @returns {Promise<GetEsimHistoryResponse>} - The promise with the result
|
@@ -95,7 +95,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
95
95
|
}
|
96
96
|
/**
|
97
97
|
* @summary Get eSIM MAC
|
98
|
-
* @description Get MAC
|
98
|
+
* @description Get eSIM MAC
|
99
99
|
|
100
100
|
* @param iccid ID of the eSIM
|
101
101
|
* @returns {Promise<GetEsimMacResponse>} - The promise with the result
|
@@ -3,7 +3,7 @@ import { ListPackagesResponse } from './models/ListPackagesResponse';
|
|
3
3
|
export declare class PackagesService extends BaseService {
|
4
4
|
/**
|
5
5
|
* @summary List Packages
|
6
|
-
* @description List
|
6
|
+
* @description List Packages
|
7
7
|
|
8
8
|
* @param optionalParams - Optional parameters
|
9
9
|
* @param optionalParams.destination - ISO representation of the package's destination.
|
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20
20
|
class PackagesService extends BaseService_1.default {
|
21
21
|
/**
|
22
22
|
* @summary List Packages
|
23
|
-
* @description List
|
23
|
+
* @description List Packages
|
24
24
|
|
25
25
|
* @param optionalParams - Optional parameters
|
26
26
|
* @param optionalParams.destination - ISO representation of the package's destination.
|
@@ -16,6 +16,7 @@ export declare class PurchasesService extends BaseService {
|
|
16
16
|
* @param optionalParams.iccid - ID of the eSIM
|
17
17
|
* @param optionalParams.afterDate - Start date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
18
18
|
* @param optionalParams.beforeDate - End date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
19
|
+
* @param optionalParams.referenceId - The referenceId that was provided by the partner during the purchase or topup flow.
|
19
20
|
* @param optionalParams.afterCursor - To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data.
|
20
21
|
* @param optionalParams.limit - Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20
|
21
22
|
* @param optionalParams.after - Epoch value representing the start of the time interval for filtering purchases
|
@@ -26,6 +27,7 @@ export declare class PurchasesService extends BaseService {
|
|
26
27
|
iccid?: string;
|
27
28
|
afterDate?: string;
|
28
29
|
beforeDate?: string;
|
30
|
+
referenceId?: string;
|
29
31
|
afterCursor?: string;
|
30
32
|
limit?: number;
|
31
33
|
after?: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Purchases.d.ts","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAMzF,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C
|
1
|
+
{"version":3,"file":"Purchases.d.ts","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAK5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAMzF,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;;;;OAcG;IACG,aAAa,CACjB,cAAc,GAAE;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACZ,GACL,OAAO,CAAC,qBAAqB,CAAC;IAmDjC;;;;;OAKG;IACG,cAAc,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAsBnF;;;;;OAKG;IACG,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAsBpE;;;;;OAKG;IACG,YAAY,CAAC,KAAK,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAsB7E;;;;;;OAMG;IACG,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,8BAA8B,CAAC;CA4B1F"}
|
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
26
|
* @param optionalParams.iccid - ID of the eSIM
|
27
27
|
* @param optionalParams.afterDate - Start date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
28
28
|
* @param optionalParams.beforeDate - End date of the interval for filtering purchases in the format 'yyyy-MM-dd'
|
29
|
+
* @param optionalParams.referenceId - The referenceId that was provided by the partner during the purchase or topup flow.
|
29
30
|
* @param optionalParams.afterCursor - To get the next batch of results, use this parameter. It tells the API where to start fetching data after the last item you received. It helps you avoid repeats and efficiently browse through large sets of data.
|
30
31
|
* @param optionalParams.limit - Maximum number of purchases to be returned in the response. The value must be greater than 0 and less than or equal to 100. If not provided, the default value is 20
|
31
32
|
* @param optionalParams.after - Epoch value representing the start of the time interval for filtering purchases
|
@@ -33,7 +34,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
33
34
|
* @returns {Promise<ListPurchasesResponse>} - The promise with the result
|
34
35
|
*/
|
35
36
|
async listPurchases(optionalParams = {}) {
|
36
|
-
const { iccid, afterDate, beforeDate, afterCursor, limit, after, before } = optionalParams;
|
37
|
+
const { iccid, afterDate, beforeDate, referenceId, afterCursor, limit, after, before } = optionalParams;
|
37
38
|
const queryParams = [];
|
38
39
|
const headers = {};
|
39
40
|
if (iccid) {
|
@@ -45,6 +46,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
45
46
|
if (beforeDate) {
|
46
47
|
queryParams.push((0, QuerySerializer_1.serializeQuery)('form', true, 'beforeDate', beforeDate));
|
47
48
|
}
|
49
|
+
if (referenceId) {
|
50
|
+
queryParams.push((0, QuerySerializer_1.serializeQuery)('form', true, 'referenceId', referenceId));
|
51
|
+
}
|
48
52
|
if (afterCursor) {
|
49
53
|
queryParams.push((0, QuerySerializer_1.serializeQuery)('form', true, 'afterCursor', afterCursor));
|
50
54
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Purchases.js","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;IAAA,oEAA4C;IAE5C,wEAAgD;IAYhD,gEAA2E;IAE3E,MAAM,IAAI,GAAe,IAAI,oBAAU,EAAE,CAAC;IAE1C,MAAa,gBAAiB,SAAQ,qBAAW;QAC/C
|
1
|
+
{"version":3,"file":"Purchases.js","sourceRoot":"","sources":["../../../../src/services/purchases/Purchases.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;IAAA,oEAA4C;IAE5C,wEAAgD;IAYhD,gEAA2E;IAE3E,MAAM,IAAI,GAAe,IAAI,oBAAU,EAAE,CAAC;IAE1C,MAAa,gBAAiB,SAAQ,qBAAW;QAC/C;;;;;;;;;;;;;;WAcG;QACH,KAAK,CAAC,aAAa,CACjB,iBASI,EAAE;YAEN,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,GACpF,cAAc,CAAC;YAEjB,MAAM,WAAW,GAAa,EAAE,CAAC;YACjC,MAAM,OAAO,GAA8B,EAAE,CAAC;YAC9C,IAAI,KAAK,EAAE;gBACT,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;aAChE;YACD,IAAI,SAAS,EAAE;gBACb,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC,CAAC;aACxE;YACD,IAAI,UAAU,EAAE;gBACd,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC,CAAC;aAC1E;YACD,IAAI,WAAW,EAAE;gBACf,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC,CAAC;aAC5E;YACD,IAAI,WAAW,EAAE;gBACf,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC,CAAC;aAC5E;YACD,IAAI,KAAK,EAAE;gBACT,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;aAChE;YACD,IAAI,KAAK,EAAE;gBACT,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;aAChE;YACD,IAAI,MAAM,EAAE;gBACV,WAAW,CAAC,IAAI,CAAC,IAAA,gCAAc,EAAC,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC;aAClE;YACD,MAAM,WAAW,GAAG,YAAY,CAAC;YACjC,MAAM,SAAS,GAAG,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAC5E,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,GAAG,SAAS,EAAE,CAAC,CAAC;YACxE,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC;YACnE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAC7C,OAAO,CAAC,GAAG,EACX,EAAE,EACF;gBACE,GAAG,OAAO,CAAC,OAAO;aACnB,EACD,IAAI,CACL,CAAC;YACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EAC7D,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;YACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAA6B,CAAC;YAC7D,OAAO,aAAa,CAAC;QACvB,CAAC;QAED;;;;;WAKG;QACH,KAAK,CAAC,cAAc,CAAC,KAA4B;YAC/C,MAAM,OAAO,GAA8B,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;YAClF,MAAM,WAAW,GAAG,YAAY,CAAC;YACjC,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;YAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;YAC3E,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAC9C,OAAO,CAAC,GAAG,EACX,OAAO,CAAC,KAAK,EACb;gBACE,GAAG,OAAO,CAAC,OAAO;aACnB,EACD,IAAI,CACL,CAAC;YACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EACpF,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;YACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAA8B,CAAC;YAC9D,OAAO,aAAa,CAAC;QACvB,CAAC;QAED;;;;;WAKG;QACH,KAAK,CAAC,SAAS,CAAC,KAAuB;YACrC,MAAM,OAAO,GAA8B,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;YAClF,MAAM,WAAW,GAAG,kBAAkB,CAAC;YACvC,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;YAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;YAC3E,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAC9C,OAAO,CAAC,GAAG,EACX,OAAO,CAAC,KAAK,EACb;gBACE,GAAG,OAAO,CAAC,OAAO;aACnB,EACD,IAAI,CACL,CAAC;YACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EACpF,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;YACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAAyB,CAAC;YACzD,OAAO,aAAa,CAAC;QACvB,CAAC;QAED;;;;;WAKG;QACH,KAAK,CAAC,YAAY,CAAC,KAA0B;YAC3C,MAAM,OAAO,GAA8B,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;YAClF,MAAM,WAAW,GAAG,iBAAiB,CAAC;YACtC,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;YAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;YAC3E,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAC9C,OAAO,CAAC,GAAG,EACX,OAAO,CAAC,KAAK,EACb;gBACE,GAAG,OAAO,CAAC,OAAO;aACnB,EACD,IAAI,CACL,CAAC;YACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EACpF,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;YACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAA4B,CAAC;YAC5D,OAAO,aAAa,CAAC;QACvB,CAAC;QAED;;;;;;WAMG;QACH,KAAK,CAAC,sBAAsB,CAAC,UAAkB;YAC7C,IAAI,UAAU,KAAK,SAAS,EAAE;gBAC5B,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;aAC9F;YACD,MAAM,OAAO,GAA8B,EAAE,CAAC;YAC9C,IAAI,WAAW,GAAG,qCAAqC,CAAC;YACxD,WAAW,GAAG,WAAW,CAAC,OAAO,CAC/B,cAAc,EACd,IAAA,+BAAa,EAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,SAAS,CAAC,CACtD,CAAC;YACF,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC,CAAC;YAC5D,MAAM,OAAO,GAAY,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC;YACnE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAClC,MAAM,QAAQ,GAAQ,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAC7C,OAAO,CAAC,GAAG,EACX,EAAE,EACF;gBACE,GAAG,OAAO,CAAC,OAAO;aACnB,EACD,IAAI,CACL,CAAC;YACF,MAAM,IAAI,CAAC,aAAa,CACtB,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,EAC7D,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAC5E,CAAC;YACF,MAAM,aAAa,GAAG,QAAQ,CAAC,IAAsC,CAAC;YACtE,OAAO,aAAa,CAAC;QACvB,CAAC;KACF;IArMD,4CAqMC"}
|
@@ -19,6 +19,10 @@ export interface CreatePurchaseRequest {
|
|
19
19
|
* Email address where the purchase confirmation email will be sent (including QR Code & activation steps)
|
20
20
|
*/
|
21
21
|
email?: string;
|
22
|
+
/**
|
23
|
+
* An identifier provided by the partner to link this purchase to their booking or transaction for analytics and debugging purposes.
|
24
|
+
*/
|
25
|
+
referenceId?: string;
|
22
26
|
/**
|
23
27
|
* Customize the network brand of the issued eSIM. This parameter is accessible to platforms with Diamond tier and requires an alphanumeric string of up to 15 characters
|
24
28
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreatePurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"CreatePurchaseRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/CreatePurchaseRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
@@ -33,9 +33,13 @@ export interface ListPurchasesResponse {
|
|
33
33
|
createdAt?: number;
|
34
34
|
esim?: Esim;
|
35
35
|
/**
|
36
|
-
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, or
|
36
|
+
* The source indicates where the eSIM was purchased, which can be from the API, dashboard, landing-page or promo-page. For purchases made before September 8, 2023, the value will be displayed as 'Not available'.
|
37
37
|
*/
|
38
38
|
source?: string;
|
39
|
+
/**
|
40
|
+
* The referenceId that was provided by the partner during the purchase or topup flow. This identifier can be used for analytics and debugging purposes.
|
41
|
+
*/
|
42
|
+
referenceId?: string;
|
39
43
|
package_?: Package_;
|
40
44
|
}[];
|
41
45
|
afterCursor?: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
1
|
+
{"version":3,"file":"ListPurchasesResponse.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/ListPurchasesResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE;QACV;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB;;;WAGG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,IAAI,CAAC;QACZ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,EAAE,CAAC;IACJ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AACD,UAAU,IAAI;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
@@ -19,6 +19,10 @@ export interface TopUpEsimRequest {
|
|
19
19
|
* Email address where the purchase confirmation email will be sent (excluding QR Code & activation steps)
|
20
20
|
*/
|
21
21
|
email?: string;
|
22
|
+
/**
|
23
|
+
* An identifier provided by the partner to link this purchase to their booking or transaction for analytics and debugging purposes.
|
24
|
+
*/
|
25
|
+
referenceId?: string;
|
22
26
|
/**
|
23
27
|
* @deprecated
|
24
28
|
* Epoch value representing the start time of the package's validity. This timestamp can be set to the current time or any time within the next 12 months.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"TopUpEsimRequest.d.ts","sourceRoot":"","sources":["../../../../../src/services/purchases/models/TopUpEsimRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
package/package.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
},
|
49
49
|
"name": "celitech-sdk",
|
50
50
|
"description": "Celitech - Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/) ",
|
51
|
-
"version": "1.1.
|
51
|
+
"version": "1.1.64",
|
52
52
|
"author": "Celitech",
|
53
53
|
"dependencies": {
|
54
54
|
"axios": "^1.0.0"
|