btrz-api-client 9.13.0 → 9.14.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.
|
@@ -7,7 +7,6 @@ const {
|
|
|
7
7
|
* @typedef {Object} PrismaTerminalsQuery
|
|
8
8
|
* @property {string} [providerId] - Account provider (operator) ID; used by agencies/sellers
|
|
9
9
|
* @property {boolean} [validateRefund] - (PUT refunds only) If true, fetch current state from Prisma before applying
|
|
10
|
-
* @property {boolean} [validatePayment] - (PUT payments only) If true, validate payment against the provider
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
/**
|
|
@@ -335,7 +334,7 @@ function prismaTerminalsFactory({
|
|
|
335
334
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
336
335
|
* @param {string} opts.id - Payment id (prismaPaymentId)
|
|
337
336
|
* @param {Object} opts.prismaPayment - Prisma payment payload
|
|
338
|
-
* @param {PrismaTerminalsQuery} [opts.query] - Query params (providerId
|
|
337
|
+
* @param {PrismaTerminalsQuery} [opts.query] - Query params (providerId)
|
|
339
338
|
* @param {Object} [opts.headers] - Optional headers
|
|
340
339
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
341
340
|
*/
|
package/package.json
CHANGED
|
@@ -7,7 +7,6 @@ const {
|
|
|
7
7
|
* @typedef {Object} PrismaTerminalsQuery
|
|
8
8
|
* @property {string} [providerId] - Account provider (operator) ID; used by agencies/sellers
|
|
9
9
|
* @property {boolean} [validateRefund] - (PUT refunds only) If true, fetch current state from Prisma before applying
|
|
10
|
-
* @property {boolean} [validatePayment] - (PUT payments only) If true, validate payment against the provider
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
/**
|
|
@@ -213,7 +212,7 @@ function prismaTerminalsFactory({client, internalAuthTokenProvider}) {
|
|
|
213
212
|
* @param {string} [opts.jwtToken] - JWT or internal auth symbol
|
|
214
213
|
* @param {string} opts.id - Payment id (prismaPaymentId)
|
|
215
214
|
* @param {Object} opts.prismaPayment - Prisma payment payload
|
|
216
|
-
* @param {PrismaTerminalsQuery} [opts.query] - Query params (providerId
|
|
215
|
+
* @param {PrismaTerminalsQuery} [opts.query] - Query params (providerId)
|
|
217
216
|
* @param {Object} [opts.headers] - Optional headers
|
|
218
217
|
* @returns {Promise<import("axios").AxiosResponse>}
|
|
219
218
|
*/
|