oci-ospgateway 2.63.0 → 2.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -6
- package/index.d.ts +2 -0
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +151 -20
- package/lib/client.js +436 -31
- package/lib/client.js.map +1 -1
- package/lib/model/address-quality-type.d.ts +31 -0
- package/lib/model/address-quality-type.js +42 -0
- package/lib/model/address-quality-type.js.map +1 -0
- package/lib/model/address-rule.d.ts +29 -0
- package/lib/model/address-rule.js +61 -0
- package/lib/model/address-rule.js.map +1 -0
- package/lib/model/address-type-rule.d.ts +30 -0
- package/lib/model/address-type-rule.js +61 -0
- package/lib/model/address-type-rule.js.map +1 -0
- package/lib/model/address-verification-code.d.ts +31 -0
- package/lib/model/address-verification-code.js +42 -0
- package/lib/model/address-verification-code.js.map +1 -0
- package/lib/model/address.d.ts +125 -0
- package/lib/model/{billing-address.js → address.js} +7 -7
- package/lib/model/address.js.map +1 -0
- package/lib/model/contact-type-rule.d.ts +26 -0
- package/lib/model/contact-type-rule.js +61 -0
- package/lib/model/contact-type-rule.js.map +1 -0
- package/lib/model/echeck-payment-detail.d.ts +50 -0
- package/lib/model/echeck-payment-detail.js +63 -0
- package/lib/model/echeck-payment-detail.js.map +1 -0
- package/lib/model/field.d.ts +36 -0
- package/lib/model/field.js +55 -0
- package/lib/model/field.js.map +1 -0
- package/lib/model/format.d.ts +29 -0
- package/lib/model/format.js +29 -0
- package/lib/model/format.js.map +1 -0
- package/lib/model/index.d.ts +28 -2
- package/lib/model/index.js +29 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/invoice-summary.d.ts +1 -1
- package/lib/model/invoice-summary.js.map +1 -1
- package/lib/model/invoice.d.ts +1 -1
- package/lib/model/invoice.js.map +1 -1
- package/lib/model/label.d.ts +29 -0
- package/lib/model/label.js +29 -0
- package/lib/model/label.js.map +1 -0
- package/lib/model/other-payment-detail.d.ts +3 -0
- package/lib/model/other-payment-detail.js +3 -0
- package/lib/model/other-payment-detail.js.map +1 -1
- package/lib/model/payment-detail.js +4 -0
- package/lib/model/payment-detail.js.map +1 -1
- package/lib/model/subscription-summary.d.ts +19 -1
- package/lib/model/subscription-summary.js +13 -2
- package/lib/model/subscription-summary.js.map +1 -1
- package/lib/model/subscription.d.ts +19 -1
- package/lib/model/subscription.js +13 -2
- package/lib/model/subscription.js.map +1 -1
- package/lib/model/tax-type-rule.d.ts +26 -0
- package/lib/model/tax-type-rule.js +61 -0
- package/lib/model/tax-type-rule.js.map +1 -0
- package/lib/model/third-party-validation-type.d.ts +29 -0
- package/lib/model/third-party-validation-type.js +40 -0
- package/lib/model/third-party-validation-type.js.map +1 -0
- package/lib/model/verify-address-details.d.ts +125 -0
- package/lib/model/verify-address-details.js +29 -0
- package/lib/model/verify-address-details.js.map +1 -0
- package/lib/model/verify-address-receipt.d.ts +31 -0
- package/lib/model/verify-address-receipt.js +53 -0
- package/lib/model/verify-address-receipt.js.map +1 -0
- package/lib/request/authorize-subscription-payment-request.d.ts +1 -1
- package/lib/request/download-pdf-content-request.d.ts +1 -1
- package/lib/request/get-address-request.d.ts +38 -0
- package/lib/request/get-address-request.js +15 -0
- package/lib/request/get-address-request.js.map +1 -0
- package/lib/request/get-address-rule-request.d.ts +39 -0
- package/lib/request/get-address-rule-request.js +15 -0
- package/lib/request/get-address-rule-request.js.map +1 -0
- package/lib/request/get-invoice-request.d.ts +1 -1
- package/lib/request/get-subscription-request.d.ts +1 -1
- package/lib/request/index.d.ts +6 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-invoice-lines-request.d.ts +1 -1
- package/lib/request/list-invoices-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/lib/request/pay-invoice-request.d.ts +1 -1
- package/lib/request/pay-subscription-request.d.ts +1 -1
- package/lib/request/update-subscription-request.d.ts +1 -1
- package/lib/request/verify-address-request.d.ts +54 -0
- package/lib/request/verify-address-request.js +15 -0
- package/lib/request/verify-address-request.js.map +1 -0
- package/lib/response/get-address-response.d.ts +25 -0
- package/lib/response/get-address-response.js +15 -0
- package/lib/response/get-address-response.js.map +1 -0
- package/lib/response/get-address-rule-response.d.ts +25 -0
- package/lib/response/get-address-rule-response.js +15 -0
- package/lib/response/get-address-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/verify-address-response.d.ts +29 -0
- package/lib/response/verify-address-response.js +15 -0
- package/lib/response/verify-address-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/billing-address.d.ts +0 -65
- package/lib/model/billing-address.js.map +0 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OSP Gateway API
|
|
3
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
4
|
+
* OpenAPI spec version: 20191001
|
|
5
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Contact type rule information
|
|
16
|
+
*/
|
|
17
|
+
export interface ContactTypeRule {
|
|
18
|
+
/**
|
|
19
|
+
* Contact type rule fields
|
|
20
|
+
*/
|
|
21
|
+
"fields": Array<model.Field>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ContactTypeRule {
|
|
24
|
+
function getJsonObj(obj: ContactTypeRule): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ContactTypeRule): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OSP Gateway API
|
|
4
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
5
|
+
* OpenAPI spec version: 20191001
|
|
6
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ContactTypeRule = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ContactTypeRule;
|
|
37
|
+
(function (ContactTypeRule) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fields": obj.fields
|
|
41
|
+
? obj.fields.map(item => {
|
|
42
|
+
return model.Field.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ContactTypeRule.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"fields": obj.fields
|
|
52
|
+
? obj.fields.map(item => {
|
|
53
|
+
return model.Field.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ContactTypeRule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ContactTypeRule = exports.ContactTypeRule || (exports.ContactTypeRule = {}));
|
|
61
|
+
//# sourceMappingURL=contact-type-rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-type-rule.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/contact-type-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,eAAe,CA6B/B;AA7BD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,KAAK,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA6B/B"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OSP Gateway API
|
|
3
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
4
|
+
* OpenAPI spec version: 20191001
|
|
5
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Echeck Payment related details
|
|
16
|
+
*/
|
|
17
|
+
export interface EcheckPaymentDetail extends model.PaymentDetail {
|
|
18
|
+
/**
|
|
19
|
+
* Name on the echeck card
|
|
20
|
+
*/
|
|
21
|
+
"nameOnCard"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Echeck card type
|
|
24
|
+
*/
|
|
25
|
+
"cardType"?: EcheckPaymentDetail.CardType;
|
|
26
|
+
/**
|
|
27
|
+
* Account number of the card owner
|
|
28
|
+
*/
|
|
29
|
+
"accountNumber"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Routing number of the echeck card
|
|
32
|
+
*/
|
|
33
|
+
"routingNumber"?: string;
|
|
34
|
+
"paymentMethod": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace EcheckPaymentDetail {
|
|
37
|
+
enum CardType {
|
|
38
|
+
Saving = "SAVING",
|
|
39
|
+
Checking = "CHECKING",
|
|
40
|
+
CorporateChecking = "CORPORATE_CHECKING",
|
|
41
|
+
/**
|
|
42
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
43
|
+
* version of the SDK.
|
|
44
|
+
*/
|
|
45
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
46
|
+
}
|
|
47
|
+
function getJsonObj(obj: EcheckPaymentDetail, isParentJsonObj?: boolean): object;
|
|
48
|
+
const paymentMethod = "ECHECK";
|
|
49
|
+
function getDeserializedJsonObj(obj: EcheckPaymentDetail, isParentJsonObj?: boolean): object;
|
|
50
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OSP Gateway API
|
|
4
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
5
|
+
* OpenAPI spec version: 20191001
|
|
6
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.EcheckPaymentDetail = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var EcheckPaymentDetail;
|
|
37
|
+
(function (EcheckPaymentDetail) {
|
|
38
|
+
let CardType;
|
|
39
|
+
(function (CardType) {
|
|
40
|
+
CardType["Saving"] = "SAVING";
|
|
41
|
+
CardType["Checking"] = "CHECKING";
|
|
42
|
+
CardType["CorporateChecking"] = "CORPORATE_CHECKING";
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
CardType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
48
|
+
})(CardType = EcheckPaymentDetail.CardType || (EcheckPaymentDetail.CardType = {}));
|
|
49
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.PaymentDetail.getJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
EcheckPaymentDetail.getJsonObj = getJsonObj;
|
|
54
|
+
EcheckPaymentDetail.paymentMethod = "ECHECK";
|
|
55
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
57
|
+
? obj
|
|
58
|
+
: model.PaymentDetail.getDeserializedJsonObj(obj))), {});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
EcheckPaymentDetail.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(EcheckPaymentDetail = exports.EcheckPaymentDetail || (exports.EcheckPaymentDetail = {}));
|
|
63
|
+
//# sourceMappingURL=echeck-payment-detail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"echeck-payment-detail.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/echeck-payment-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,mBAAmB,CAkCnC;AAlCD,WAAiB,mBAAmB;IAClC,IAAY,QASX;IATD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,iCAAqB,CAAA;QACrB,oDAAwC,CAAA;QACxC;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EATW,QAAQ,GAAR,4BAAQ,KAAR,4BAAQ,QASnB;IAED,SAAgB,UAAU,CAAC,GAAwB,EAAE,eAAyB;QAC5E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAyB,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,8BAAU,aAOzB,CAAA;IACY,iCAAa,GAAG,QAAQ,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAwB,EACxB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAyB,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAsB,yBAYrC,CAAA;AACH,CAAC,EAlCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAkCnC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OSP Gateway API
|
|
3
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
4
|
+
* OpenAPI spec version: 20191001
|
|
5
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Field information
|
|
16
|
+
*/
|
|
17
|
+
export interface Field {
|
|
18
|
+
/**
|
|
19
|
+
* The field name
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
/**
|
|
23
|
+
* The given field is requeired or not
|
|
24
|
+
*/
|
|
25
|
+
"isRequired": boolean;
|
|
26
|
+
"format"?: model.Format;
|
|
27
|
+
"label"?: model.Label;
|
|
28
|
+
/**
|
|
29
|
+
* Locale code (rfc4646 format) of a forced language (e.g.: jp addresses require jp always)
|
|
30
|
+
*/
|
|
31
|
+
"language"?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace Field {
|
|
34
|
+
function getJsonObj(obj: Field): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: Field): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OSP Gateway API
|
|
4
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
5
|
+
* OpenAPI spec version: 20191001
|
|
6
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.Field = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var Field;
|
|
37
|
+
(function (Field) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"format": obj.format ? model.Format.getJsonObj(obj.format) : undefined,
|
|
41
|
+
"label": obj.label ? model.Label.getJsonObj(obj.label) : undefined
|
|
42
|
+
});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
Field.getJsonObj = getJsonObj;
|
|
46
|
+
function getDeserializedJsonObj(obj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
48
|
+
"format": obj.format ? model.Format.getDeserializedJsonObj(obj.format) : undefined,
|
|
49
|
+
"label": obj.label ? model.Label.getDeserializedJsonObj(obj.label) : undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
Field.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(Field = exports.Field || (exports.Field = {}));
|
|
55
|
+
//# sourceMappingURL=field.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/field.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,KAAK,CAuBrB;AAvBD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SACnE,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,gBAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,4BAAsB,yBAUrC,CAAA;AACH,CAAC,EAvBgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAuBrB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OSP Gateway API
|
|
3
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
4
|
+
* OpenAPI spec version: 20191001
|
|
5
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Format information
|
|
15
|
+
*/
|
|
16
|
+
export interface Format {
|
|
17
|
+
/**
|
|
18
|
+
* Regex format specification
|
|
19
|
+
*/
|
|
20
|
+
"value": string;
|
|
21
|
+
/**
|
|
22
|
+
* Example of the desired format that matches the regex
|
|
23
|
+
*/
|
|
24
|
+
"example"?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Format {
|
|
27
|
+
function getJsonObj(obj: Format): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: Format): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OSP Gateway API
|
|
4
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
5
|
+
* OpenAPI spec version: 20191001
|
|
6
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.Format = void 0;
|
|
16
|
+
var Format;
|
|
17
|
+
(function (Format) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Format.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Format.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Format = exports.Format || (exports.Format = {}));
|
|
29
|
+
//# sourceMappingURL=format.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/format.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -10,20 +10,34 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as Address from "./address";
|
|
14
|
+
export import Address = Address.Address;
|
|
15
|
+
import * as AddressQualityType from "./address-quality-type";
|
|
16
|
+
export import AddressQualityType = AddressQualityType.AddressQualityType;
|
|
17
|
+
import * as AddressRule from "./address-rule";
|
|
18
|
+
export import AddressRule = AddressRule.AddressRule;
|
|
19
|
+
import * as AddressTypeRule from "./address-type-rule";
|
|
20
|
+
export import AddressTypeRule = AddressTypeRule.AddressTypeRule;
|
|
21
|
+
import * as AddressVerificationCode from "./address-verification-code";
|
|
22
|
+
export import AddressVerificationCode = AddressVerificationCode.AddressVerificationCode;
|
|
13
23
|
import * as AuthorizeSubscriptionPaymentDetails from "./authorize-subscription-payment-details";
|
|
14
24
|
export import AuthorizeSubscriptionPaymentDetails = AuthorizeSubscriptionPaymentDetails.AuthorizeSubscriptionPaymentDetails;
|
|
15
25
|
import * as AuthorizeSubscriptionPaymentReceipt from "./authorize-subscription-payment-receipt";
|
|
16
26
|
export import AuthorizeSubscriptionPaymentReceipt = AuthorizeSubscriptionPaymentReceipt.AuthorizeSubscriptionPaymentReceipt;
|
|
17
27
|
import * as BillToAddress from "./bill-to-address";
|
|
18
28
|
export import BillToAddress = BillToAddress.BillToAddress;
|
|
19
|
-
import * as
|
|
20
|
-
export import
|
|
29
|
+
import * as ContactTypeRule from "./contact-type-rule";
|
|
30
|
+
export import ContactTypeRule = ContactTypeRule.ContactTypeRule;
|
|
21
31
|
import * as Country from "./country";
|
|
22
32
|
export import Country = Country.Country;
|
|
23
33
|
import * as CreditCardType from "./credit-card-type";
|
|
24
34
|
export import CreditCardType = CreditCardType.CreditCardType;
|
|
25
35
|
import * as Currency from "./currency";
|
|
26
36
|
export import Currency = Currency.Currency;
|
|
37
|
+
import * as Field from "./field";
|
|
38
|
+
export import Field = Field.Field;
|
|
39
|
+
import * as Format from "./format";
|
|
40
|
+
export import Format = Format.Format;
|
|
27
41
|
import * as Invoice from "./invoice";
|
|
28
42
|
export import Invoice = Invoice.Invoice;
|
|
29
43
|
import * as InvoiceCollection from "./invoice-collection";
|
|
@@ -34,6 +48,8 @@ import * as InvoiceLineSummary from "./invoice-line-summary";
|
|
|
34
48
|
export import InvoiceLineSummary = InvoiceLineSummary.InvoiceLineSummary;
|
|
35
49
|
import * as InvoiceSummary from "./invoice-summary";
|
|
36
50
|
export import InvoiceSummary = InvoiceSummary.InvoiceSummary;
|
|
51
|
+
import * as Label from "./label";
|
|
52
|
+
export import Label = Label.Label;
|
|
37
53
|
import * as MerchantDefinedData from "./merchant-defined-data";
|
|
38
54
|
export import MerchantDefinedData = MerchantDefinedData.MerchantDefinedData;
|
|
39
55
|
import * as PayInvoiceDetails from "./pay-invoice-details";
|
|
@@ -60,12 +76,22 @@ import * as SubscriptionSummary from "./subscription-summary";
|
|
|
60
76
|
export import SubscriptionSummary = SubscriptionSummary.SubscriptionSummary;
|
|
61
77
|
import * as TaxInfo from "./tax-info";
|
|
62
78
|
export import TaxInfo = TaxInfo.TaxInfo;
|
|
79
|
+
import * as TaxTypeRule from "./tax-type-rule";
|
|
80
|
+
export import TaxTypeRule = TaxTypeRule.TaxTypeRule;
|
|
81
|
+
import * as ThirdPartyValidationType from "./third-party-validation-type";
|
|
82
|
+
export import ThirdPartyValidationType = ThirdPartyValidationType.ThirdPartyValidationType;
|
|
63
83
|
import * as UpdateSubscriptionDetails from "./update-subscription-details";
|
|
64
84
|
export import UpdateSubscriptionDetails = UpdateSubscriptionDetails.UpdateSubscriptionDetails;
|
|
85
|
+
import * as VerifyAddressDetails from "./verify-address-details";
|
|
86
|
+
export import VerifyAddressDetails = VerifyAddressDetails.VerifyAddressDetails;
|
|
87
|
+
import * as VerifyAddressReceipt from "./verify-address-receipt";
|
|
88
|
+
export import VerifyAddressReceipt = VerifyAddressReceipt.VerifyAddressReceipt;
|
|
65
89
|
import * as CreditCardPaymentDetail from "./credit-card-payment-detail";
|
|
66
90
|
export import CreditCardPaymentDetail = CreditCardPaymentDetail.CreditCardPaymentDetail;
|
|
67
91
|
import * as CreditCardPaymentOption from "./credit-card-payment-option";
|
|
68
92
|
export import CreditCardPaymentOption = CreditCardPaymentOption.CreditCardPaymentOption;
|
|
93
|
+
import * as EcheckPaymentDetail from "./echeck-payment-detail";
|
|
94
|
+
export import EcheckPaymentDetail = EcheckPaymentDetail.EcheckPaymentDetail;
|
|
69
95
|
import * as OtherPaymentDetail from "./other-payment-detail";
|
|
70
96
|
export import OtherPaymentDetail = OtherPaymentDetail.OtherPaymentDetail;
|
|
71
97
|
import * as PaypalPaymentDetail from "./paypal-payment-detail";
|
package/lib/model/index.js
CHANGED
|
@@ -31,21 +31,35 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.PaypalPaymentOption = exports.PaypalPaymentDetail = exports.OtherPaymentDetail = exports.CreditCardPaymentOption = exports.CreditCardPaymentDetail = exports.UpdateSubscriptionDetails = exports.TaxInfo = exports.SubscriptionSummary = exports.SubscriptionCollection = exports.Subscription = exports.PaymentOption = exports.PaymentMethod = exports.PaymentGateway = exports.PaymentDetail = exports.PaySubscriptionReceipt = exports.PaySubscriptionDetails = exports.PayInvoiceReceipt = exports.PayInvoiceDetails = exports.MerchantDefinedData = exports.InvoiceSummary = exports.InvoiceLineSummary = exports.InvoiceLineCollection = exports.InvoiceCollection = exports.Invoice = exports.Currency = exports.CreditCardType = exports.Country = exports.
|
|
34
|
+
exports.PaypalPaymentOption = exports.PaypalPaymentDetail = exports.OtherPaymentDetail = exports.EcheckPaymentDetail = exports.CreditCardPaymentOption = exports.CreditCardPaymentDetail = exports.VerifyAddressReceipt = exports.VerifyAddressDetails = exports.UpdateSubscriptionDetails = exports.ThirdPartyValidationType = exports.TaxTypeRule = exports.TaxInfo = exports.SubscriptionSummary = exports.SubscriptionCollection = exports.Subscription = exports.PaymentOption = exports.PaymentMethod = exports.PaymentGateway = exports.PaymentDetail = exports.PaySubscriptionReceipt = exports.PaySubscriptionDetails = exports.PayInvoiceReceipt = exports.PayInvoiceDetails = exports.MerchantDefinedData = exports.Label = exports.InvoiceSummary = exports.InvoiceLineSummary = exports.InvoiceLineCollection = exports.InvoiceCollection = exports.Invoice = exports.Format = exports.Field = exports.Currency = exports.CreditCardType = exports.Country = exports.ContactTypeRule = exports.BillToAddress = exports.AuthorizeSubscriptionPaymentReceipt = exports.AuthorizeSubscriptionPaymentDetails = exports.AddressVerificationCode = exports.AddressTypeRule = exports.AddressRule = exports.AddressQualityType = exports.Address = void 0;
|
|
35
|
+
const Address = __importStar(require("./address"));
|
|
36
|
+
exports.Address = Address.Address;
|
|
37
|
+
const AddressQualityType = __importStar(require("./address-quality-type"));
|
|
38
|
+
exports.AddressQualityType = AddressQualityType.AddressQualityType;
|
|
39
|
+
const AddressRule = __importStar(require("./address-rule"));
|
|
40
|
+
exports.AddressRule = AddressRule.AddressRule;
|
|
41
|
+
const AddressTypeRule = __importStar(require("./address-type-rule"));
|
|
42
|
+
exports.AddressTypeRule = AddressTypeRule.AddressTypeRule;
|
|
43
|
+
const AddressVerificationCode = __importStar(require("./address-verification-code"));
|
|
44
|
+
exports.AddressVerificationCode = AddressVerificationCode.AddressVerificationCode;
|
|
35
45
|
const AuthorizeSubscriptionPaymentDetails = __importStar(require("./authorize-subscription-payment-details"));
|
|
36
46
|
exports.AuthorizeSubscriptionPaymentDetails = AuthorizeSubscriptionPaymentDetails.AuthorizeSubscriptionPaymentDetails;
|
|
37
47
|
const AuthorizeSubscriptionPaymentReceipt = __importStar(require("./authorize-subscription-payment-receipt"));
|
|
38
48
|
exports.AuthorizeSubscriptionPaymentReceipt = AuthorizeSubscriptionPaymentReceipt.AuthorizeSubscriptionPaymentReceipt;
|
|
39
49
|
const BillToAddress = __importStar(require("./bill-to-address"));
|
|
40
50
|
exports.BillToAddress = BillToAddress.BillToAddress;
|
|
41
|
-
const
|
|
42
|
-
exports.
|
|
51
|
+
const ContactTypeRule = __importStar(require("./contact-type-rule"));
|
|
52
|
+
exports.ContactTypeRule = ContactTypeRule.ContactTypeRule;
|
|
43
53
|
const Country = __importStar(require("./country"));
|
|
44
54
|
exports.Country = Country.Country;
|
|
45
55
|
const CreditCardType = __importStar(require("./credit-card-type"));
|
|
46
56
|
exports.CreditCardType = CreditCardType.CreditCardType;
|
|
47
57
|
const Currency = __importStar(require("./currency"));
|
|
48
58
|
exports.Currency = Currency.Currency;
|
|
59
|
+
const Field = __importStar(require("./field"));
|
|
60
|
+
exports.Field = Field.Field;
|
|
61
|
+
const Format = __importStar(require("./format"));
|
|
62
|
+
exports.Format = Format.Format;
|
|
49
63
|
const Invoice = __importStar(require("./invoice"));
|
|
50
64
|
exports.Invoice = Invoice.Invoice;
|
|
51
65
|
const InvoiceCollection = __importStar(require("./invoice-collection"));
|
|
@@ -56,6 +70,8 @@ const InvoiceLineSummary = __importStar(require("./invoice-line-summary"));
|
|
|
56
70
|
exports.InvoiceLineSummary = InvoiceLineSummary.InvoiceLineSummary;
|
|
57
71
|
const InvoiceSummary = __importStar(require("./invoice-summary"));
|
|
58
72
|
exports.InvoiceSummary = InvoiceSummary.InvoiceSummary;
|
|
73
|
+
const Label = __importStar(require("./label"));
|
|
74
|
+
exports.Label = Label.Label;
|
|
59
75
|
const MerchantDefinedData = __importStar(require("./merchant-defined-data"));
|
|
60
76
|
exports.MerchantDefinedData = MerchantDefinedData.MerchantDefinedData;
|
|
61
77
|
const PayInvoiceDetails = __importStar(require("./pay-invoice-details"));
|
|
@@ -82,12 +98,22 @@ const SubscriptionSummary = __importStar(require("./subscription-summary"));
|
|
|
82
98
|
exports.SubscriptionSummary = SubscriptionSummary.SubscriptionSummary;
|
|
83
99
|
const TaxInfo = __importStar(require("./tax-info"));
|
|
84
100
|
exports.TaxInfo = TaxInfo.TaxInfo;
|
|
101
|
+
const TaxTypeRule = __importStar(require("./tax-type-rule"));
|
|
102
|
+
exports.TaxTypeRule = TaxTypeRule.TaxTypeRule;
|
|
103
|
+
const ThirdPartyValidationType = __importStar(require("./third-party-validation-type"));
|
|
104
|
+
exports.ThirdPartyValidationType = ThirdPartyValidationType.ThirdPartyValidationType;
|
|
85
105
|
const UpdateSubscriptionDetails = __importStar(require("./update-subscription-details"));
|
|
86
106
|
exports.UpdateSubscriptionDetails = UpdateSubscriptionDetails.UpdateSubscriptionDetails;
|
|
107
|
+
const VerifyAddressDetails = __importStar(require("./verify-address-details"));
|
|
108
|
+
exports.VerifyAddressDetails = VerifyAddressDetails.VerifyAddressDetails;
|
|
109
|
+
const VerifyAddressReceipt = __importStar(require("./verify-address-receipt"));
|
|
110
|
+
exports.VerifyAddressReceipt = VerifyAddressReceipt.VerifyAddressReceipt;
|
|
87
111
|
const CreditCardPaymentDetail = __importStar(require("./credit-card-payment-detail"));
|
|
88
112
|
exports.CreditCardPaymentDetail = CreditCardPaymentDetail.CreditCardPaymentDetail;
|
|
89
113
|
const CreditCardPaymentOption = __importStar(require("./credit-card-payment-option"));
|
|
90
114
|
exports.CreditCardPaymentOption = CreditCardPaymentOption.CreditCardPaymentOption;
|
|
115
|
+
const EcheckPaymentDetail = __importStar(require("./echeck-payment-detail"));
|
|
116
|
+
exports.EcheckPaymentDetail = EcheckPaymentDetail.EcheckPaymentDetail;
|
|
91
117
|
const OtherPaymentDetail = __importStar(require("./other-payment-detail"));
|
|
92
118
|
exports.OtherPaymentDetail = OtherPaymentDetail.OtherPaymentDetail;
|
|
93
119
|
const PaypalPaymentDetail = __importStar(require("./paypal-payment-detail"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,iEAAmD;AACrC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -104,7 +104,7 @@ export interface InvoiceSummary {
|
|
|
104
104
|
* Is pdf download access allowed
|
|
105
105
|
*/
|
|
106
106
|
"isDisplayDownloadPdf"?: boolean;
|
|
107
|
-
"lastPaymentDetail"?: model.OtherPaymentDetail | model.PaypalPaymentDetail | model.CreditCardPaymentDetail;
|
|
107
|
+
"lastPaymentDetail"?: model.EcheckPaymentDetail | model.OtherPaymentDetail | model.PaypalPaymentDetail | model.CreditCardPaymentDetail;
|
|
108
108
|
/**
|
|
109
109
|
* Name of the bill to customer
|
|
110
110
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoice-summary.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/invoice-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"invoice-summary.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/invoice-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+GlC,IAAiB,cAAc,CAyD9B;AAzDD,WAAiB,cAAc;IAC7B,IAAY,aAUX;IAVD,WAAY,aAAa;QACvB,8BAAa,CAAA;QACb,qCAAoB,CAAA;QACpB,uDAAsC,CAAA;QACtC,kCAAiB,CAAA;QACjB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAVW,aAAa,GAAb,4BAAa,KAAb,4BAAa,QAUxB;IAED,IAAY,WAcX;IAdD,WAAY,WAAW;QACrB,oCAAqB,CAAA;QACrB,4CAA6B,CAAA;QAC7B,kCAAmB,CAAA;QACnB,kCAAmB,CAAA;QACnB,sCAAuB,CAAA;QACvB,wCAAyB,CAAA;QACzB,kCAAmB,CAAA;QACnB,8BAAe,CAAA;QACf;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAdW,WAAW,GAAX,0BAAW,KAAX,0BAAW,QActB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE9E,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAsB,yBAarC,CAAA;AACH,CAAC,EAzDgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAyD9B"}
|
package/lib/model/invoice.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export interface Invoice {
|
|
|
100
100
|
* Payment terms
|
|
101
101
|
*/
|
|
102
102
|
"paymentTerms"?: string;
|
|
103
|
-
"lastPaymentDetail"?: model.OtherPaymentDetail | model.PaypalPaymentDetail | model.CreditCardPaymentDetail;
|
|
103
|
+
"lastPaymentDetail"?: model.EcheckPaymentDetail | model.OtherPaymentDetail | model.PaypalPaymentDetail | model.CreditCardPaymentDetail;
|
|
104
104
|
"billToAddress"?: model.BillToAddress;
|
|
105
105
|
/**
|
|
106
106
|
* List of subscription identifiers
|
package/lib/model/invoice.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoice.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/invoice.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"invoice.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/invoice.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwGlC,IAAiB,OAAO,CA+DvB;AA/DD,WAAiB,OAAO;IACtB,IAAY,WAcX;IAdD,WAAY,WAAW;QACrB,oCAAqB,CAAA;QACrB,4CAA6B,CAAA;QAC7B,kCAAmB,CAAA;QACnB,kCAAmB,CAAA;QACnB,sCAAuB,CAAA;QACvB,wCAAyB,CAAA;QACzB,kCAAmB,CAAA;QACnB,8BAAe,CAAA;QACf;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAdW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QActB;IAED,IAAY,aAUX;IAVD,WAAY,aAAa;QACvB,8BAAa,CAAA;QACb,qCAAoB,CAAA;QACpB,uDAAsC,CAAA;QACtC,kCAAiB,CAAA;QACjB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAVW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAUxB;IAED,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE9E,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvD,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,kBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,8BAAsB,yBAgBrC,CAAA;AACH,CAAC,EA/DgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA+DvB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OSP Gateway API
|
|
3
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
4
|
+
* OpenAPI spec version: 20191001
|
|
5
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Label information
|
|
15
|
+
*/
|
|
16
|
+
export interface Label {
|
|
17
|
+
/**
|
|
18
|
+
* Language token of the required label
|
|
19
|
+
*/
|
|
20
|
+
"value": string;
|
|
21
|
+
/**
|
|
22
|
+
* English translation of the label (for reference only - translation is not provided)
|
|
23
|
+
*/
|
|
24
|
+
"example"?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Label {
|
|
27
|
+
function getJsonObj(obj: Label): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: Label): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OSP Gateway API
|
|
4
|
+
* This site describes all the Rest endpoints of OSP Gateway.
|
|
5
|
+
* OpenAPI spec version: 20191001
|
|
6
|
+
* Contact: osp_team_oci_cam_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.Label = void 0;
|
|
16
|
+
var Label;
|
|
17
|
+
(function (Label) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Label.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Label.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Label = exports.Label || (exports.Label = {}));
|
|
29
|
+
//# sourceMappingURL=label.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.js","sourceRoot":"","sources":["../../../../../lib/ospgateway/lib/model/label.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,KAAK,CAWrB;AAXD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAWrB"}
|