@wix/auto_sdk_payments_payment-acceptance-configurations 1.0.7 → 1.0.9
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/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.d.ts +2 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js +23 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js.map +1 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.d.ts +40 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js +249 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js.map +1 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.d.ts +25 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js +173 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js.map +1 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.d.ts +4 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js +58 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js.map +1 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.d.ts +436 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js +17 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js.map +1 -0
- package/build/{index.d.mts → cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.d.ts} +47 -48
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js +334 -0
- package/build/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.d.ts +2 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js +18 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js.map +1 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.d.ts +40 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js +239 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js.map +1 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.d.ts +25 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js +140 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js.map +1 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.d.ts +4 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js +46 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js.map +1 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.d.ts +436 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js +14 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js.map +1 -0
- package/build/{index.d.ts → es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.d.ts} +47 -48
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js +301 -0
- package/build/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.d.ts +18 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js +23 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js.map +1 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.d.ts +40 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js +249 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js.map +1 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.d.ts +25 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js +173 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js.map +1 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.d.ts +88 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js +58 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js.map +1 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.d.ts +436 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js +17 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js.map +1 -0
- package/build/internal/{payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal-jqObRsin.d.mts → cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.d.ts} +139 -48
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js +334 -0
- package/build/internal/cjs/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.d.ts +18 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js +18 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.js.map +1 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.d.ts +40 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js +239 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.js.map +1 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.d.ts +25 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js +140 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.meta.js.map +1 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.d.ts +88 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js +46 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.js.map +1 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.d.ts +436 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js +14 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.types.js.map +1 -0
- package/build/internal/{payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal-jqObRsin.d.ts → es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.d.ts} +139 -48
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js +301 -0
- package/build/internal/es/src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.js.map +1 -0
- package/package.json +13 -14
- package/build/index.js +0 -582
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -550
- package/build/index.mjs.map +0 -1
- package/build/internal/index.d.mts +0 -103
- package/build/internal/index.d.ts +0 -103
- package/build/internal/index.js +0 -582
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs +0 -550
- package/build/internal/index.mjs.map +0 -1
- package/build/internal/meta.d.mts +0 -322
- package/build/internal/meta.d.ts +0 -322
- package/build/internal/meta.js +0 -422
- package/build/internal/meta.js.map +0 -1
- package/build/internal/meta.mjs +0 -389
- package/build/internal/meta.mjs.map +0 -1
- package/build/meta.d.mts +0 -322
- package/build/meta.d.ts +0 -322
- package/build/meta.js +0 -422
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -389
- package/build/meta.mjs.map +0 -1
package/build/internal/index.js
DELETED
|
@@ -1,582 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// index.ts
|
|
21
|
-
var index_exports = {};
|
|
22
|
-
__export(index_exports, {
|
|
23
|
-
SortOrder: () => SortOrder,
|
|
24
|
-
WebhookIdentityType: () => WebhookIdentityType,
|
|
25
|
-
bulkUpdatePaymentAcceptanceConfigurationTags: () => bulkUpdatePaymentAcceptanceConfigurationTags4,
|
|
26
|
-
bulkUpdatePaymentAcceptanceConfigurationTagsByFilter: () => bulkUpdatePaymentAcceptanceConfigurationTagsByFilter4,
|
|
27
|
-
createPaymentAcceptanceConfiguration: () => createPaymentAcceptanceConfiguration4,
|
|
28
|
-
deletePaymentAcceptanceConfiguration: () => deletePaymentAcceptanceConfiguration4,
|
|
29
|
-
getPaymentAcceptanceConfiguration: () => getPaymentAcceptanceConfiguration4,
|
|
30
|
-
queryPaymentAcceptanceConfigurations: () => queryPaymentAcceptanceConfigurations4,
|
|
31
|
-
updatePaymentAcceptanceConfiguration: () => updatePaymentAcceptanceConfiguration4
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(index_exports);
|
|
34
|
-
|
|
35
|
-
// src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.ts
|
|
36
|
-
var import_transform_error = require("@wix/sdk-runtime/transform-error");
|
|
37
|
-
var import_query_builder = require("@wix/sdk-runtime/query-builder");
|
|
38
|
-
var import_rename_all_nested_keys = require("@wix/sdk-runtime/rename-all-nested-keys");
|
|
39
|
-
|
|
40
|
-
// src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.http.ts
|
|
41
|
-
var import_rest_modules = require("@wix/sdk-runtime/rest-modules");
|
|
42
|
-
var import_timestamp = require("@wix/sdk-runtime/transformations/timestamp");
|
|
43
|
-
var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
44
|
-
var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
|
|
45
|
-
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
46
|
-
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
47
|
-
function resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(opts) {
|
|
48
|
-
const domainToMappings = {};
|
|
49
|
-
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
50
|
-
}
|
|
51
|
-
var PACKAGE_NAME = "@wix/auto_sdk_payments_payment-acceptance-configurations";
|
|
52
|
-
function createPaymentAcceptanceConfiguration(payload) {
|
|
53
|
-
function __createPaymentAcceptanceConfiguration({ host }) {
|
|
54
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
55
|
-
{
|
|
56
|
-
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
57
|
-
paths: [
|
|
58
|
-
{ path: "paymentAcceptanceConfiguration.createdDate" },
|
|
59
|
-
{ path: "paymentAcceptanceConfiguration.updatedDate" }
|
|
60
|
-
]
|
|
61
|
-
}
|
|
62
|
-
]);
|
|
63
|
-
const metadata = {
|
|
64
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
65
|
-
method: "POST",
|
|
66
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.CreatePaymentAcceptanceConfiguration",
|
|
67
|
-
packageName: PACKAGE_NAME,
|
|
68
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
69
|
-
{
|
|
70
|
-
protoPath: "/v1/payment-acceptance-configurations",
|
|
71
|
-
data: serializedData,
|
|
72
|
-
host
|
|
73
|
-
}
|
|
74
|
-
),
|
|
75
|
-
data: serializedData,
|
|
76
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
77
|
-
{
|
|
78
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
79
|
-
paths: [
|
|
80
|
-
{ path: "paymentAcceptanceConfiguration.createdDate" },
|
|
81
|
-
{ path: "paymentAcceptanceConfiguration.updatedDate" }
|
|
82
|
-
]
|
|
83
|
-
}
|
|
84
|
-
])
|
|
85
|
-
};
|
|
86
|
-
return metadata;
|
|
87
|
-
}
|
|
88
|
-
return __createPaymentAcceptanceConfiguration;
|
|
89
|
-
}
|
|
90
|
-
function getPaymentAcceptanceConfiguration(payload) {
|
|
91
|
-
function __getPaymentAcceptanceConfiguration({ host }) {
|
|
92
|
-
const metadata = {
|
|
93
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
94
|
-
method: "GET",
|
|
95
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.GetPaymentAcceptanceConfiguration",
|
|
96
|
-
packageName: PACKAGE_NAME,
|
|
97
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
98
|
-
{
|
|
99
|
-
protoPath: "/v1/payment-acceptance-configurations/{paymentAcceptanceConfigurationId}",
|
|
100
|
-
data: payload,
|
|
101
|
-
host
|
|
102
|
-
}
|
|
103
|
-
),
|
|
104
|
-
params: (0, import_rest_modules.toURLSearchParams)(payload),
|
|
105
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
106
|
-
{
|
|
107
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
108
|
-
paths: [
|
|
109
|
-
{ path: "paymentAcceptanceConfiguration.createdDate" },
|
|
110
|
-
{ path: "paymentAcceptanceConfiguration.updatedDate" }
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
])
|
|
114
|
-
};
|
|
115
|
-
return metadata;
|
|
116
|
-
}
|
|
117
|
-
return __getPaymentAcceptanceConfiguration;
|
|
118
|
-
}
|
|
119
|
-
function updatePaymentAcceptanceConfiguration(payload) {
|
|
120
|
-
function __updatePaymentAcceptanceConfiguration({ host }) {
|
|
121
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
122
|
-
{
|
|
123
|
-
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
124
|
-
paths: [{ path: "fieldMask" }]
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
128
|
-
paths: [
|
|
129
|
-
{ path: "paymentAcceptanceConfiguration.createdDate" },
|
|
130
|
-
{ path: "paymentAcceptanceConfiguration.updatedDate" }
|
|
131
|
-
]
|
|
132
|
-
}
|
|
133
|
-
]);
|
|
134
|
-
const metadata = {
|
|
135
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
136
|
-
method: "PATCH",
|
|
137
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.UpdatePaymentAcceptanceConfiguration",
|
|
138
|
-
packageName: PACKAGE_NAME,
|
|
139
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
140
|
-
{
|
|
141
|
-
protoPath: "/v1/payment-acceptance-configurations/{paymentAcceptanceConfiguration.id}",
|
|
142
|
-
data: serializedData,
|
|
143
|
-
host
|
|
144
|
-
}
|
|
145
|
-
),
|
|
146
|
-
data: serializedData,
|
|
147
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
148
|
-
{
|
|
149
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
150
|
-
paths: [
|
|
151
|
-
{ path: "paymentAcceptanceConfiguration.createdDate" },
|
|
152
|
-
{ path: "paymentAcceptanceConfiguration.updatedDate" }
|
|
153
|
-
]
|
|
154
|
-
}
|
|
155
|
-
])
|
|
156
|
-
};
|
|
157
|
-
return metadata;
|
|
158
|
-
}
|
|
159
|
-
return __updatePaymentAcceptanceConfiguration;
|
|
160
|
-
}
|
|
161
|
-
function deletePaymentAcceptanceConfiguration(payload) {
|
|
162
|
-
function __deletePaymentAcceptanceConfiguration({ host }) {
|
|
163
|
-
const metadata = {
|
|
164
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
165
|
-
method: "DELETE",
|
|
166
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.DeletePaymentAcceptanceConfiguration",
|
|
167
|
-
packageName: PACKAGE_NAME,
|
|
168
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
169
|
-
{
|
|
170
|
-
protoPath: "/v1/payment-acceptance-configurations/{paymentAcceptanceConfigurationId}",
|
|
171
|
-
data: payload,
|
|
172
|
-
host
|
|
173
|
-
}
|
|
174
|
-
),
|
|
175
|
-
params: (0, import_rest_modules.toURLSearchParams)(payload)
|
|
176
|
-
};
|
|
177
|
-
return metadata;
|
|
178
|
-
}
|
|
179
|
-
return __deletePaymentAcceptanceConfiguration;
|
|
180
|
-
}
|
|
181
|
-
function queryPaymentAcceptanceConfigurations(payload) {
|
|
182
|
-
function __queryPaymentAcceptanceConfigurations({ host }) {
|
|
183
|
-
const metadata = {
|
|
184
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
185
|
-
method: "POST",
|
|
186
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.QueryPaymentAcceptanceConfigurations",
|
|
187
|
-
packageName: PACKAGE_NAME,
|
|
188
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
189
|
-
{
|
|
190
|
-
protoPath: "/v1/payment-acceptance-configurations/query",
|
|
191
|
-
data: payload,
|
|
192
|
-
host
|
|
193
|
-
}
|
|
194
|
-
),
|
|
195
|
-
data: payload,
|
|
196
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
197
|
-
{
|
|
198
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
199
|
-
paths: [
|
|
200
|
-
{ path: "paymentAcceptanceConfigurations.createdDate" },
|
|
201
|
-
{ path: "paymentAcceptanceConfigurations.updatedDate" }
|
|
202
|
-
]
|
|
203
|
-
}
|
|
204
|
-
]),
|
|
205
|
-
fallback: [
|
|
206
|
-
{
|
|
207
|
-
method: "POST",
|
|
208
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
209
|
-
{
|
|
210
|
-
protoPath: "/v1/payment-acceptance-configurations/query",
|
|
211
|
-
data: payload,
|
|
212
|
-
host
|
|
213
|
-
}
|
|
214
|
-
),
|
|
215
|
-
data: payload
|
|
216
|
-
}
|
|
217
|
-
]
|
|
218
|
-
};
|
|
219
|
-
return metadata;
|
|
220
|
-
}
|
|
221
|
-
return __queryPaymentAcceptanceConfigurations;
|
|
222
|
-
}
|
|
223
|
-
function bulkUpdatePaymentAcceptanceConfigurationTags(payload) {
|
|
224
|
-
function __bulkUpdatePaymentAcceptanceConfigurationTags({ host }) {
|
|
225
|
-
const metadata = {
|
|
226
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
227
|
-
method: "POST",
|
|
228
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.BulkUpdatePaymentAcceptanceConfigurationTags",
|
|
229
|
-
packageName: PACKAGE_NAME,
|
|
230
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
231
|
-
{
|
|
232
|
-
protoPath: "/v1/bulk/payment-acceptance-configurations/update-tags",
|
|
233
|
-
data: payload,
|
|
234
|
-
host
|
|
235
|
-
}
|
|
236
|
-
),
|
|
237
|
-
data: payload
|
|
238
|
-
};
|
|
239
|
-
return metadata;
|
|
240
|
-
}
|
|
241
|
-
return __bulkUpdatePaymentAcceptanceConfigurationTags;
|
|
242
|
-
}
|
|
243
|
-
function bulkUpdatePaymentAcceptanceConfigurationTagsByFilter(payload) {
|
|
244
|
-
function __bulkUpdatePaymentAcceptanceConfigurationTagsByFilter({
|
|
245
|
-
host
|
|
246
|
-
}) {
|
|
247
|
-
const metadata = {
|
|
248
|
-
entityFqdn: "wix.payments.payment_acceptance_configurations.v1.payment_acceptance_configuration",
|
|
249
|
-
method: "POST",
|
|
250
|
-
methodFqn: "wix.payments.payment_acceptance_configurations.v1.PaymentAcceptanceConfigurationService.BulkUpdatePaymentAcceptanceConfigurationTagsByFilter",
|
|
251
|
-
packageName: PACKAGE_NAME,
|
|
252
|
-
url: resolveWixPaymentsPaymentAcceptanceConfigurationsV1PaymentAcceptanceConfigurationServiceUrl(
|
|
253
|
-
{
|
|
254
|
-
protoPath: "/v1/bulk/payment-acceptance-configurations/update-tags-by-filter",
|
|
255
|
-
data: payload,
|
|
256
|
-
host
|
|
257
|
-
}
|
|
258
|
-
),
|
|
259
|
-
data: payload
|
|
260
|
-
};
|
|
261
|
-
return metadata;
|
|
262
|
-
}
|
|
263
|
-
return __bulkUpdatePaymentAcceptanceConfigurationTagsByFilter;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.universal.ts
|
|
267
|
-
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
268
|
-
SortOrder2["ASC"] = "ASC";
|
|
269
|
-
SortOrder2["DESC"] = "DESC";
|
|
270
|
-
return SortOrder2;
|
|
271
|
-
})(SortOrder || {});
|
|
272
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
273
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
274
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
275
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
276
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
277
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
278
|
-
return WebhookIdentityType2;
|
|
279
|
-
})(WebhookIdentityType || {});
|
|
280
|
-
async function createPaymentAcceptanceConfiguration2(paymentAcceptanceConfiguration) {
|
|
281
|
-
const { httpClient, sideEffects } = arguments[1];
|
|
282
|
-
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
283
|
-
paymentAcceptanceConfiguration
|
|
284
|
-
});
|
|
285
|
-
const reqOpts = createPaymentAcceptanceConfiguration(
|
|
286
|
-
payload
|
|
287
|
-
);
|
|
288
|
-
sideEffects?.onSiteCall?.();
|
|
289
|
-
try {
|
|
290
|
-
const result = await httpClient.request(reqOpts);
|
|
291
|
-
sideEffects?.onSuccess?.(result);
|
|
292
|
-
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data)?.paymentAcceptanceConfiguration;
|
|
293
|
-
} catch (err) {
|
|
294
|
-
const transformedError = (0, import_transform_error.transformError)(
|
|
295
|
-
err,
|
|
296
|
-
{
|
|
297
|
-
spreadPathsToArguments: {},
|
|
298
|
-
explicitPathsToArguments: { paymentAcceptanceConfiguration: "$[0]" },
|
|
299
|
-
singleArgumentUnchanged: false
|
|
300
|
-
},
|
|
301
|
-
["paymentAcceptanceConfiguration"]
|
|
302
|
-
);
|
|
303
|
-
sideEffects?.onError?.(err);
|
|
304
|
-
throw transformedError;
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
async function getPaymentAcceptanceConfiguration2(paymentAcceptanceConfigurationId) {
|
|
308
|
-
const { httpClient, sideEffects } = arguments[1];
|
|
309
|
-
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
310
|
-
paymentAcceptanceConfigurationId
|
|
311
|
-
});
|
|
312
|
-
const reqOpts = getPaymentAcceptanceConfiguration(
|
|
313
|
-
payload
|
|
314
|
-
);
|
|
315
|
-
sideEffects?.onSiteCall?.();
|
|
316
|
-
try {
|
|
317
|
-
const result = await httpClient.request(reqOpts);
|
|
318
|
-
sideEffects?.onSuccess?.(result);
|
|
319
|
-
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data)?.paymentAcceptanceConfiguration;
|
|
320
|
-
} catch (err) {
|
|
321
|
-
const transformedError = (0, import_transform_error.transformError)(
|
|
322
|
-
err,
|
|
323
|
-
{
|
|
324
|
-
spreadPathsToArguments: {},
|
|
325
|
-
explicitPathsToArguments: { paymentAcceptanceConfigurationId: "$[0]" },
|
|
326
|
-
singleArgumentUnchanged: false
|
|
327
|
-
},
|
|
328
|
-
["paymentAcceptanceConfigurationId"]
|
|
329
|
-
);
|
|
330
|
-
sideEffects?.onError?.(err);
|
|
331
|
-
throw transformedError;
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
async function updatePaymentAcceptanceConfiguration2(_id, paymentAcceptanceConfiguration) {
|
|
335
|
-
const { httpClient, sideEffects } = arguments[2];
|
|
336
|
-
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
337
|
-
paymentAcceptanceConfiguration: {
|
|
338
|
-
...paymentAcceptanceConfiguration,
|
|
339
|
-
id: _id
|
|
340
|
-
}
|
|
341
|
-
});
|
|
342
|
-
const reqOpts = updatePaymentAcceptanceConfiguration(
|
|
343
|
-
payload
|
|
344
|
-
);
|
|
345
|
-
sideEffects?.onSiteCall?.();
|
|
346
|
-
try {
|
|
347
|
-
const result = await httpClient.request(reqOpts);
|
|
348
|
-
sideEffects?.onSuccess?.(result);
|
|
349
|
-
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data)?.paymentAcceptanceConfiguration;
|
|
350
|
-
} catch (err) {
|
|
351
|
-
const transformedError = (0, import_transform_error.transformError)(
|
|
352
|
-
err,
|
|
353
|
-
{
|
|
354
|
-
spreadPathsToArguments: { paymentAcceptanceConfiguration: "$[1]" },
|
|
355
|
-
explicitPathsToArguments: {
|
|
356
|
-
"paymentAcceptanceConfiguration.id": "$[0]"
|
|
357
|
-
},
|
|
358
|
-
singleArgumentUnchanged: false
|
|
359
|
-
},
|
|
360
|
-
["_id", "paymentAcceptanceConfiguration"]
|
|
361
|
-
);
|
|
362
|
-
sideEffects?.onError?.(err);
|
|
363
|
-
throw transformedError;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
async function deletePaymentAcceptanceConfiguration2(paymentAcceptanceConfigurationId) {
|
|
367
|
-
const { httpClient, sideEffects } = arguments[1];
|
|
368
|
-
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
369
|
-
paymentAcceptanceConfigurationId
|
|
370
|
-
});
|
|
371
|
-
const reqOpts = deletePaymentAcceptanceConfiguration(
|
|
372
|
-
payload
|
|
373
|
-
);
|
|
374
|
-
sideEffects?.onSiteCall?.();
|
|
375
|
-
try {
|
|
376
|
-
const result = await httpClient.request(reqOpts);
|
|
377
|
-
sideEffects?.onSuccess?.(result);
|
|
378
|
-
} catch (err) {
|
|
379
|
-
const transformedError = (0, import_transform_error.transformError)(
|
|
380
|
-
err,
|
|
381
|
-
{
|
|
382
|
-
spreadPathsToArguments: {},
|
|
383
|
-
explicitPathsToArguments: { paymentAcceptanceConfigurationId: "$[0]" },
|
|
384
|
-
singleArgumentUnchanged: false
|
|
385
|
-
},
|
|
386
|
-
["paymentAcceptanceConfigurationId"]
|
|
387
|
-
);
|
|
388
|
-
sideEffects?.onError?.(err);
|
|
389
|
-
throw transformedError;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
function queryPaymentAcceptanceConfigurations2() {
|
|
393
|
-
const { httpClient, sideEffects } = arguments[0];
|
|
394
|
-
return (0, import_query_builder.queryBuilder)({
|
|
395
|
-
func: async (payload) => {
|
|
396
|
-
const reqOpts = queryPaymentAcceptanceConfigurations(
|
|
397
|
-
payload
|
|
398
|
-
);
|
|
399
|
-
sideEffects?.onSiteCall?.();
|
|
400
|
-
try {
|
|
401
|
-
const result = await httpClient.request(reqOpts);
|
|
402
|
-
sideEffects?.onSuccess?.(result);
|
|
403
|
-
return result;
|
|
404
|
-
} catch (err) {
|
|
405
|
-
sideEffects?.onError?.(err);
|
|
406
|
-
throw err;
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
requestTransformer: (query) => {
|
|
410
|
-
const args = [query, {}];
|
|
411
|
-
return (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
412
|
-
...args?.[1],
|
|
413
|
-
query: args?.[0]
|
|
414
|
-
});
|
|
415
|
-
},
|
|
416
|
-
responseTransformer: ({
|
|
417
|
-
data
|
|
418
|
-
}) => {
|
|
419
|
-
const transformedData = (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(data);
|
|
420
|
-
return {
|
|
421
|
-
items: transformedData?.paymentAcceptanceConfigurations,
|
|
422
|
-
pagingMetadata: transformedData?.pagingMetadata
|
|
423
|
-
};
|
|
424
|
-
},
|
|
425
|
-
errorTransformer: (err) => {
|
|
426
|
-
const transformedError = (0, import_transform_error.transformError)(err, {
|
|
427
|
-
spreadPathsToArguments: {},
|
|
428
|
-
explicitPathsToArguments: { query: "$[0]" },
|
|
429
|
-
singleArgumentUnchanged: false
|
|
430
|
-
});
|
|
431
|
-
throw transformedError;
|
|
432
|
-
},
|
|
433
|
-
pagingMethod: "CURSOR",
|
|
434
|
-
transformationPaths: {}
|
|
435
|
-
});
|
|
436
|
-
}
|
|
437
|
-
async function bulkUpdatePaymentAcceptanceConfigurationTags2(ids, options) {
|
|
438
|
-
const { httpClient, sideEffects } = arguments[2];
|
|
439
|
-
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
440
|
-
ids,
|
|
441
|
-
assignTags: options?.assignTags,
|
|
442
|
-
unassignTags: options?.unassignTags
|
|
443
|
-
});
|
|
444
|
-
const reqOpts = bulkUpdatePaymentAcceptanceConfigurationTags(
|
|
445
|
-
payload
|
|
446
|
-
);
|
|
447
|
-
sideEffects?.onSiteCall?.();
|
|
448
|
-
try {
|
|
449
|
-
const result = await httpClient.request(reqOpts);
|
|
450
|
-
sideEffects?.onSuccess?.(result);
|
|
451
|
-
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
|
|
452
|
-
} catch (err) {
|
|
453
|
-
const transformedError = (0, import_transform_error.transformError)(
|
|
454
|
-
err,
|
|
455
|
-
{
|
|
456
|
-
spreadPathsToArguments: {},
|
|
457
|
-
explicitPathsToArguments: {
|
|
458
|
-
ids: "$[0]",
|
|
459
|
-
assignTags: "$[1].assignTags",
|
|
460
|
-
unassignTags: "$[1].unassignTags"
|
|
461
|
-
},
|
|
462
|
-
singleArgumentUnchanged: false
|
|
463
|
-
},
|
|
464
|
-
["ids", "options"]
|
|
465
|
-
);
|
|
466
|
-
sideEffects?.onError?.(err);
|
|
467
|
-
throw transformedError;
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
async function bulkUpdatePaymentAcceptanceConfigurationTagsByFilter2(filter, options) {
|
|
471
|
-
const { httpClient, sideEffects } = arguments[2];
|
|
472
|
-
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
473
|
-
filter,
|
|
474
|
-
assignTags: options?.assignTags,
|
|
475
|
-
unassignTags: options?.unassignTags
|
|
476
|
-
});
|
|
477
|
-
const reqOpts = bulkUpdatePaymentAcceptanceConfigurationTagsByFilter(
|
|
478
|
-
payload
|
|
479
|
-
);
|
|
480
|
-
sideEffects?.onSiteCall?.();
|
|
481
|
-
try {
|
|
482
|
-
const result = await httpClient.request(reqOpts);
|
|
483
|
-
sideEffects?.onSuccess?.(result);
|
|
484
|
-
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
|
|
485
|
-
} catch (err) {
|
|
486
|
-
const transformedError = (0, import_transform_error.transformError)(
|
|
487
|
-
err,
|
|
488
|
-
{
|
|
489
|
-
spreadPathsToArguments: {},
|
|
490
|
-
explicitPathsToArguments: {
|
|
491
|
-
filter: "$[0]",
|
|
492
|
-
assignTags: "$[1].assignTags",
|
|
493
|
-
unassignTags: "$[1].unassignTags"
|
|
494
|
-
},
|
|
495
|
-
singleArgumentUnchanged: false
|
|
496
|
-
},
|
|
497
|
-
["filter", "options"]
|
|
498
|
-
);
|
|
499
|
-
sideEffects?.onError?.(err);
|
|
500
|
-
throw transformedError;
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
// src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.public.ts
|
|
505
|
-
function createPaymentAcceptanceConfiguration3(httpClient) {
|
|
506
|
-
return (paymentAcceptanceConfiguration) => createPaymentAcceptanceConfiguration2(
|
|
507
|
-
paymentAcceptanceConfiguration,
|
|
508
|
-
// @ts-ignore
|
|
509
|
-
{ httpClient }
|
|
510
|
-
);
|
|
511
|
-
}
|
|
512
|
-
function getPaymentAcceptanceConfiguration3(httpClient) {
|
|
513
|
-
return (paymentAcceptanceConfigurationId) => getPaymentAcceptanceConfiguration2(
|
|
514
|
-
paymentAcceptanceConfigurationId,
|
|
515
|
-
// @ts-ignore
|
|
516
|
-
{ httpClient }
|
|
517
|
-
);
|
|
518
|
-
}
|
|
519
|
-
function updatePaymentAcceptanceConfiguration3(httpClient) {
|
|
520
|
-
return (_id, paymentAcceptanceConfiguration) => updatePaymentAcceptanceConfiguration2(
|
|
521
|
-
_id,
|
|
522
|
-
paymentAcceptanceConfiguration,
|
|
523
|
-
// @ts-ignore
|
|
524
|
-
{ httpClient }
|
|
525
|
-
);
|
|
526
|
-
}
|
|
527
|
-
function deletePaymentAcceptanceConfiguration3(httpClient) {
|
|
528
|
-
return (paymentAcceptanceConfigurationId) => deletePaymentAcceptanceConfiguration2(
|
|
529
|
-
paymentAcceptanceConfigurationId,
|
|
530
|
-
// @ts-ignore
|
|
531
|
-
{ httpClient }
|
|
532
|
-
);
|
|
533
|
-
}
|
|
534
|
-
function queryPaymentAcceptanceConfigurations3(httpClient) {
|
|
535
|
-
return () => queryPaymentAcceptanceConfigurations2(
|
|
536
|
-
// @ts-ignore
|
|
537
|
-
{ httpClient }
|
|
538
|
-
);
|
|
539
|
-
}
|
|
540
|
-
function bulkUpdatePaymentAcceptanceConfigurationTags3(httpClient) {
|
|
541
|
-
return (ids, options) => bulkUpdatePaymentAcceptanceConfigurationTags2(
|
|
542
|
-
ids,
|
|
543
|
-
options,
|
|
544
|
-
// @ts-ignore
|
|
545
|
-
{ httpClient }
|
|
546
|
-
);
|
|
547
|
-
}
|
|
548
|
-
function bulkUpdatePaymentAcceptanceConfigurationTagsByFilter3(httpClient) {
|
|
549
|
-
return (filter, options) => bulkUpdatePaymentAcceptanceConfigurationTagsByFilter2(
|
|
550
|
-
filter,
|
|
551
|
-
options,
|
|
552
|
-
// @ts-ignore
|
|
553
|
-
{ httpClient }
|
|
554
|
-
);
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
// src/payments-payment-acceptance-configurations-v1-payment-acceptance-configuration-payment-acceptance-configurations.context.ts
|
|
558
|
-
var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
|
|
559
|
-
var createPaymentAcceptanceConfiguration4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(createPaymentAcceptanceConfiguration3);
|
|
560
|
-
var getPaymentAcceptanceConfiguration4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getPaymentAcceptanceConfiguration3);
|
|
561
|
-
var updatePaymentAcceptanceConfiguration4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updatePaymentAcceptanceConfiguration3);
|
|
562
|
-
var deletePaymentAcceptanceConfiguration4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(deletePaymentAcceptanceConfiguration3);
|
|
563
|
-
var queryPaymentAcceptanceConfigurations4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(queryPaymentAcceptanceConfigurations3);
|
|
564
|
-
var bulkUpdatePaymentAcceptanceConfigurationTags4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(
|
|
565
|
-
bulkUpdatePaymentAcceptanceConfigurationTags3
|
|
566
|
-
);
|
|
567
|
-
var bulkUpdatePaymentAcceptanceConfigurationTagsByFilter4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(
|
|
568
|
-
bulkUpdatePaymentAcceptanceConfigurationTagsByFilter3
|
|
569
|
-
);
|
|
570
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
571
|
-
0 && (module.exports = {
|
|
572
|
-
SortOrder,
|
|
573
|
-
WebhookIdentityType,
|
|
574
|
-
bulkUpdatePaymentAcceptanceConfigurationTags,
|
|
575
|
-
bulkUpdatePaymentAcceptanceConfigurationTagsByFilter,
|
|
576
|
-
createPaymentAcceptanceConfiguration,
|
|
577
|
-
deletePaymentAcceptanceConfiguration,
|
|
578
|
-
getPaymentAcceptanceConfiguration,
|
|
579
|
-
queryPaymentAcceptanceConfigurations,
|
|
580
|
-
updatePaymentAcceptanceConfiguration
|
|
581
|
-
});
|
|
582
|
-
//# sourceMappingURL=index.js.map
|