@faiber/faiber-payment 0.3.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/operations.d.ts +185 -18
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +195 -18
- package/dist/operations.js.map +1 -1
- package/dist/operations.types.d.ts +110 -56
- package/dist/operations.types.d.ts.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ const payment = await api.createPayment({
|
|
|
31
31
|
|
|
32
32
|
## Complete capability
|
|
33
33
|
|
|
34
|
-
This package exposes
|
|
34
|
+
This package exposes 20 registered operations from the payments service. Common workflows have concise methods on `api`; every registered backend route is also available as a named function on `api.operations`. Generated operation input, query, response, path, verb, and permission contracts are exported from `operations.types`.
|
|
35
35
|
|
|
36
36
|
| Area | Operations | HTTP methods |
|
|
37
37
|
|---|---:|---|
|
|
@@ -41,7 +41,7 @@ This package exposes 18 registered operations from the payments service. Common
|
|
|
41
41
|
| `payment-web` | 3 | `GET`, `POST` |
|
|
42
42
|
| `router` | 3 | `GET` |
|
|
43
43
|
| `session` | 1 | `GET` |
|
|
44
|
-
| `transaction` |
|
|
44
|
+
| `transaction` | 4 | `GET`, `POST` |
|
|
45
45
|
|
|
46
46
|
Browser callback and verification routes are exposed in `api.operations`; callers should preserve the provider query parameters returned by the payment service.
|
|
47
47
|
|
package/dist/.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../core/dist/types.d.ts","../../core/dist/env.d.ts","../../core/dist/auth.d.ts","../../core/dist/client.d.ts","../../core/dist/resource.d.ts","../../core/dist/openapi.d.ts","../../core/dist/index.d.ts","../src/types.ts","../src/operations.types.ts","../src/operations.ts","../src/index.ts"],"fileIdsList":[[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[67,68,69,70],[67,69],[67]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"2343ec253c90c370449755739733f5f429f58cffdb51a50977bb4a042012fa8f","impliedFormat":99},{"version":"5b81964e79efc458d4927699a2c08c0953c55bff6441f34ea10a61046fef7dcc","impliedFormat":99},{"version":"82065c5512d8d6f81b26cf13ea9ecd3e558be9560f7b5c62260858219ecd87f7","impliedFormat":99},{"version":"ed17ed1b2bcf384c88bc6cec6b427989b98db99fc7ad35a50605501a463bbc53","impliedFormat":99},{"version":"82bf4efcca8ab8764a91ac126c0af605ab6717ee94b2316461b5fa388b27e165","impliedFormat":99},{"version":"82ffc9a1d95766c8f6f6bb4316b1d83e9d6a1d4ec41057d1a897cca70176bfc1","impliedFormat":99},{"version":"3f5eeb0a84713ccf640b9a6af4629e006f59d7629abc3fc95af2efb062fd0b83","impliedFormat":99},{"version":"66a0cb4d019dd780c2fb5c2942778929ec55715bb5a0f3b80aac4c0b92e35d16","impliedFormat":99},{"version":"046a2d1ebcdf69954c1f1d3437f2a56ea6f9266c0cac215884573fac88b7bb67","impliedFormat":99},{"version":"e4cd2017cbf2cf8db3216753e9351fae16ca9feeeb1b6de6e828199839150469","signature":"f88bc543863b777789067e489d862932ca5b5d166774a1f24a099b7752b92667","impliedFormat":99},{"version":"1a1f651dc636052f357bc6d10e917c564a15697b7c7a8730bec6b3a2020d459e","signature":"f16472b131d6fc9e5709181dd36fbb7d70d1e246441eec5eedf597092fd67a3c","impliedFormat":99},{"version":"ddb0564957be384adbd745a3f4513a0f967707d8d7c427f321982ecec66f4092","signature":"1766531736a06805d568da59f7640b1e8b0ba62db8c73361bfbb7e99f1d2a6cf","impliedFormat":99}],"root":[[68,71]],"options":{"composite":true,"declaration":true,"declarationMap":true,"exactOptionalPropertyTypes":true,"module":199,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[63,1],[64,2],[62,1],[67,3],[66,4],[65,4],[61,5],[71,6],[70,7],[69,8],[68,8]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
|
1
|
+
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../core/dist/types.d.ts","../../core/dist/env.d.ts","../../core/dist/auth.d.ts","../../core/dist/client.d.ts","../../core/dist/resource.d.ts","../../core/dist/openapi.d.ts","../../core/dist/index.d.ts","../src/types.ts","../src/operations.types.ts","../src/operations.ts","../src/index.ts"],"fileIdsList":[[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[67,68,69,70],[67,69],[67]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"2343ec253c90c370449755739733f5f429f58cffdb51a50977bb4a042012fa8f","impliedFormat":99},{"version":"26f987e0668743de897c1f91f5f23d4cbe168995a1c299a40560bc7ac41a93cf","impliedFormat":99},{"version":"82065c5512d8d6f81b26cf13ea9ecd3e558be9560f7b5c62260858219ecd87f7","impliedFormat":99},{"version":"ed17ed1b2bcf384c88bc6cec6b427989b98db99fc7ad35a50605501a463bbc53","impliedFormat":99},{"version":"82bf4efcca8ab8764a91ac126c0af605ab6717ee94b2316461b5fa388b27e165","impliedFormat":99},{"version":"82ffc9a1d95766c8f6f6bb4316b1d83e9d6a1d4ec41057d1a897cca70176bfc1","impliedFormat":99},{"version":"3f5eeb0a84713ccf640b9a6af4629e006f59d7629abc3fc95af2efb062fd0b83","impliedFormat":99},{"version":"66a0cb4d019dd780c2fb5c2942778929ec55715bb5a0f3b80aac4c0b92e35d16","impliedFormat":99},{"version":"046a2d1ebcdf69954c1f1d3437f2a56ea6f9266c0cac215884573fac88b7bb67","impliedFormat":99},{"version":"2a75b568ca62568c4c9bb7fcf97979935bafc8d1f8020b477ce8a4948fd5b6b2","signature":"efc2aaa803d50e78ce368979b3942789b191c967bcabdcc82ec8d596c8408372","impliedFormat":99},{"version":"027d3d2f9afc14f48b4b1366edc2ae1e5e9a026fbe14c9198410de6b4bd2848e","signature":"2c79ef79bb65e3624a1e87924c25a3a6051419014ba793228a59e5a09cb5b138","impliedFormat":99},{"version":"ddb0564957be384adbd745a3f4513a0f967707d8d7c427f321982ecec66f4092","signature":"1766531736a06805d568da59f7640b1e8b0ba62db8c73361bfbb7e99f1d2a6cf","impliedFormat":99}],"root":[[68,71]],"options":{"composite":true,"declaration":true,"declarationMap":true,"exactOptionalPropertyTypes":true,"module":199,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[63,1],[64,2],[62,1],[67,3],[66,4],[65,4],[61,5],[71,6],[70,7],[69,8],[68,8]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
package/dist/operations.d.ts
CHANGED
|
@@ -1,41 +1,208 @@
|
|
|
1
1
|
import { ServiceApi, type Identifier, type RequestOptions } from "@faiber/sdk-core";
|
|
2
2
|
import type * as T from "./operations.types.js";
|
|
3
3
|
export declare class PaymentOperations extends ServiceApi {
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Performs the openapi json operation for the router capability.
|
|
6
|
+
* Calls `GET /api/openapi.json` through the shared IDP-aware Faiber client.
|
|
7
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
8
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
9
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
10
|
+
*/
|
|
5
11
|
routerOpenapiJsonGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RouterOpenapiJsonGetResponse, unknown, {}>>;
|
|
6
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* Performs the get self operation for the session capability.
|
|
14
|
+
* Calls `GET /api/v1/auth/self` through the shared IDP-aware Faiber client.
|
|
15
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
16
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
17
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
18
|
+
*/
|
|
7
19
|
sessionGetSelfGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.SessionGetSelfGetResponse, unknown, {}>>;
|
|
8
|
-
/**
|
|
20
|
+
/**
|
|
21
|
+
* Performs the index operation for the gateway capability.
|
|
22
|
+
* Calls `GET /api/v1/gateways` through the shared IDP-aware Faiber client.
|
|
23
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
24
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
25
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
26
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
27
|
+
*/
|
|
9
28
|
gatewayIndexGet(params?: T.GatewayIndexGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.GatewayIndexGetResponse, unknown, {}>>;
|
|
10
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* Performs the store operation for the gateway capability.
|
|
31
|
+
* Calls `POST /api/v1/gateways` through the shared IDP-aware Faiber client.
|
|
32
|
+
* @param data Typed JSON request body.
|
|
33
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
34
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
35
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:create.
|
|
36
|
+
*/
|
|
11
37
|
gatewayStorePost(data: T.GatewayStorePostInput, options?: RequestOptions<T.GatewayStorePostInput>): Promise<import("axios").AxiosResponse<T.GatewayStorePostResponse, T.GatewayStorePostInput, {}>>;
|
|
12
|
-
/**
|
|
38
|
+
/**
|
|
39
|
+
* Performs the destroy operation for the gateway capability.
|
|
40
|
+
* Calls `DELETE /api/v1/gateways/{id}` through the shared IDP-aware Faiber client.
|
|
41
|
+
* @param id Backend path identifier `id`.
|
|
42
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
43
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
44
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:delete.
|
|
45
|
+
*/
|
|
13
46
|
gatewayDestroyDelete(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.GatewayDestroyDeleteResponse, unknown, {}>>;
|
|
14
|
-
/**
|
|
47
|
+
/**
|
|
48
|
+
* Performs the show operation for the gateway capability.
|
|
49
|
+
* Calls `GET /api/v1/gateways/{id}` through the shared IDP-aware Faiber client.
|
|
50
|
+
* @param id Backend path identifier `id`.
|
|
51
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
52
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
53
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
54
|
+
*/
|
|
15
55
|
gatewayShowGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.GatewayShowGetResponse, unknown, {}>>;
|
|
16
|
-
/**
|
|
56
|
+
/**
|
|
57
|
+
* Performs the update operation for the gateway capability.
|
|
58
|
+
* Calls `PATCH /api/v1/gateways/{id}` through the shared IDP-aware Faiber client.
|
|
59
|
+
* @param id Backend path identifier `id`.
|
|
60
|
+
* @param data Typed JSON request body.
|
|
61
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
62
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
63
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:update.
|
|
64
|
+
*/
|
|
17
65
|
gatewayUpdatePatch(id: Identifier, data: T.GatewayUpdatePatchInput, options?: RequestOptions<T.GatewayUpdatePatchInput>): Promise<import("axios").AxiosResponse<T.GatewayUpdatePatchResponse, T.GatewayUpdatePatchInput, {}>>;
|
|
18
|
-
/**
|
|
66
|
+
/**
|
|
67
|
+
* Performs the options operation for the gateway capability.
|
|
68
|
+
* Calls `GET /api/v1/gateways/options` through the shared IDP-aware Faiber client.
|
|
69
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
70
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
71
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
72
|
+
*/
|
|
19
73
|
gatewayOptionsGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.GatewayOptionsGetResponse, unknown, {}>>;
|
|
20
|
-
/**
|
|
74
|
+
/**
|
|
75
|
+
* Performs the integration docs show operation for the integration capability.
|
|
76
|
+
* Calls `GET /api/v1/integration/docs` through the shared IDP-aware Faiber client.
|
|
77
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
78
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
79
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:integration:read.
|
|
80
|
+
*/
|
|
21
81
|
integrationIntegrationDocsShowGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.IntegrationIntegrationDocsShowGetResponse, unknown, {}>>;
|
|
22
|
-
/**
|
|
82
|
+
/**
|
|
83
|
+
* Performs the flow integration show operation for the integration capability.
|
|
84
|
+
* Calls `GET /api/v1/integration/flow` through the shared IDP-aware Faiber client.
|
|
85
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
86
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
87
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
88
|
+
*/
|
|
23
89
|
integrationFlowIntegrationShowGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.IntegrationFlowIntegrationShowGetResponse, unknown, {}>>;
|
|
24
|
-
/**
|
|
90
|
+
/**
|
|
91
|
+
* Performs the create payment operation for the payment capability.
|
|
92
|
+
* Calls `POST /api/v1/payment` through the shared IDP-aware Faiber client.
|
|
93
|
+
* @param data Typed JSON request body.
|
|
94
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
95
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
96
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
97
|
+
*/
|
|
25
98
|
paymentCreatePaymentPost(data: T.PaymentCreatePaymentPostInput, options?: RequestOptions<T.PaymentCreatePaymentPostInput>): Promise<import("axios").AxiosResponse<T.PaymentCreatePaymentPostResponse, T.PaymentCreatePaymentPostInput, {}>>;
|
|
26
|
-
/**
|
|
99
|
+
/**
|
|
100
|
+
* Performs the show operation for the settings capability.
|
|
101
|
+
* Calls `GET /api/v1/settings` through the shared IDP-aware Faiber client.
|
|
102
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
103
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
104
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
105
|
+
*/
|
|
106
|
+
settingsShowGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.SettingsShowGetResponse, unknown, {}>>;
|
|
107
|
+
/**
|
|
108
|
+
* Performs the update operation for the settings capability.
|
|
109
|
+
* Calls `PATCH /api/v1/settings` through the shared IDP-aware Faiber client.
|
|
110
|
+
* @param data Typed JSON request body.
|
|
111
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
112
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
113
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:update.
|
|
114
|
+
*/
|
|
115
|
+
settingsUpdatePatch(data: T.SettingsUpdatePatchInput, options?: RequestOptions<T.SettingsUpdatePatchInput>): Promise<import("axios").AxiosResponse<T.SettingsUpdatePatchResponse, T.SettingsUpdatePatchInput, {}>>;
|
|
116
|
+
/**
|
|
117
|
+
* Performs the index operation for the transaction capability.
|
|
118
|
+
* Calls `GET /api/v1/transactions` through the shared IDP-aware Faiber client.
|
|
119
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
120
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
121
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
122
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
123
|
+
*/
|
|
27
124
|
transactionIndexGet(params?: T.TransactionIndexGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionIndexGetResponse, unknown, {}>>;
|
|
28
|
-
/**
|
|
125
|
+
/**
|
|
126
|
+
* Performs the show status operation for the router capability.
|
|
127
|
+
* Calls `GET /api/v1/transactions/{uuid}` through the shared IDP-aware Faiber client.
|
|
128
|
+
* @param uuid Backend path identifier `uuid`.
|
|
129
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
130
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
131
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
132
|
+
*/
|
|
29
133
|
routerShowStatusGet(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RouterShowStatusGetResponse, unknown, {}>>;
|
|
30
|
-
/**
|
|
134
|
+
/**
|
|
135
|
+
* Performs the reject payment operation for the transaction capability.
|
|
136
|
+
* Calls `POST /api/v1/transactions/{uuid}/reject` through the shared IDP-aware Faiber client.
|
|
137
|
+
* @param uuid Backend path identifier `uuid`.
|
|
138
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
139
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
140
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:verify.
|
|
141
|
+
*/
|
|
142
|
+
transactionRejectPaymentPost(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionRejectPaymentPostResponse, unknown, {}>>;
|
|
143
|
+
/**
|
|
144
|
+
* Performs the verification logs operation for the transaction capability.
|
|
145
|
+
* Calls `GET /api/v1/transactions/{uuid}/verifications` through the shared IDP-aware Faiber client.
|
|
146
|
+
* @param uuid Backend path identifier `uuid`.
|
|
147
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
148
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
149
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
150
|
+
*/
|
|
151
|
+
transactionVerificationLogsGet(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionVerificationLogsGetResponse, unknown, {}>>;
|
|
152
|
+
/**
|
|
153
|
+
* Performs the verify payment operation for the transaction capability.
|
|
154
|
+
* Calls `POST /api/v1/transactions/{uuid}/verify` through the shared IDP-aware Faiber client.
|
|
155
|
+
* @param uuid Backend path identifier `uuid`.
|
|
156
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
157
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
158
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:verify.
|
|
159
|
+
*/
|
|
160
|
+
transactionVerifyPaymentPost(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionVerifyPaymentPostResponse, unknown, {}>>;
|
|
161
|
+
/**
|
|
162
|
+
* Performs the daily income operation for the transaction capability.
|
|
163
|
+
* Calls `GET /api/v1/transactions/daily-income` through the shared IDP-aware Faiber client.
|
|
164
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
165
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
166
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
167
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
168
|
+
*/
|
|
31
169
|
transactionDailyIncomeGet(params?: T.TransactionDailyIncomeGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionDailyIncomeGetResponse, unknown, {}>>;
|
|
32
|
-
/**
|
|
170
|
+
/**
|
|
171
|
+
* Performs the status route operation for the router capability.
|
|
172
|
+
* Calls `GET /health` through the shared IDP-aware Faiber client.
|
|
173
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
174
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
175
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
176
|
+
*/
|
|
33
177
|
routerStatusRouteGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RouterStatusRouteGetResponse, unknown, {}>>;
|
|
34
|
-
/**
|
|
178
|
+
/**
|
|
179
|
+
* Performs the redirect operation for the payment web capability.
|
|
180
|
+
* Calls `GET /payments/{uuid}/redirect` through the shared IDP-aware Faiber client.
|
|
181
|
+
* @param uuid Backend path identifier `uuid`.
|
|
182
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
183
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
184
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
185
|
+
*/
|
|
35
186
|
paymentWebRedirectGet(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.PaymentWebRedirectGetResponse, unknown, {}>>;
|
|
36
|
-
/**
|
|
187
|
+
/**
|
|
188
|
+
* Performs the callback operation for the payment web capability.
|
|
189
|
+
* Calls `GET /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
190
|
+
* @param provider Backend path identifier `provider`.
|
|
191
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
192
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
193
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
194
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
195
|
+
*/
|
|
37
196
|
paymentWebCallbackGet(provider: Identifier, params?: T.PaymentWebCallbackGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.PaymentWebCallbackGetResponse, unknown, {}>>;
|
|
38
|
-
/**
|
|
197
|
+
/**
|
|
198
|
+
* Performs the callback operation for the payment web capability.
|
|
199
|
+
* Calls `POST /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
200
|
+
* @param provider Backend path identifier `provider`.
|
|
201
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
202
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
203
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
204
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
205
|
+
*/
|
|
39
206
|
paymentWebCallbackPost(provider: Identifier, params?: T.PaymentWebCallbackPostQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.PaymentWebCallbackPostResponse, unknown, {}>>;
|
|
40
207
|
}
|
|
41
208
|
//# sourceMappingURL=operations.d.ts.map
|
package/dist/operations.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAChG,OAAO,KAAK,KAAK,CAAC,MAAM,uBAAuB,CAAC;AAEhD,qBAAa,iBAAkB,SAAQ,UAAU;IAC/C
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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"}
|
package/dist/operations.js
CHANGED
|
@@ -1,74 +1,251 @@
|
|
|
1
1
|
import { ServiceApi, urlEncoded } from "@faiber/sdk-core";
|
|
2
2
|
export class PaymentOperations extends ServiceApi {
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* Performs the openapi json operation for the router capability.
|
|
5
|
+
* Calls `GET /api/openapi.json` through the shared IDP-aware Faiber client.
|
|
6
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
7
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
8
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
9
|
+
*/
|
|
4
10
|
routerOpenapiJsonGet(options) {
|
|
5
11
|
return this.client.request({ ...options, method: "GET", url: `/api/openapi.json` });
|
|
6
12
|
}
|
|
7
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* Performs the get self operation for the session capability.
|
|
15
|
+
* Calls `GET /api/v1/auth/self` through the shared IDP-aware Faiber client.
|
|
16
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
17
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
18
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
19
|
+
*/
|
|
8
20
|
sessionGetSelfGet(options) {
|
|
9
21
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/auth/self` });
|
|
10
22
|
}
|
|
11
|
-
/**
|
|
23
|
+
/**
|
|
24
|
+
* Performs the index operation for the gateway capability.
|
|
25
|
+
* Calls `GET /api/v1/gateways` through the shared IDP-aware Faiber client.
|
|
26
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
27
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
28
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
29
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
30
|
+
*/
|
|
12
31
|
gatewayIndexGet(params, options) {
|
|
13
32
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/gateways`, params });
|
|
14
33
|
}
|
|
15
|
-
/**
|
|
34
|
+
/**
|
|
35
|
+
* Performs the store operation for the gateway capability.
|
|
36
|
+
* Calls `POST /api/v1/gateways` through the shared IDP-aware Faiber client.
|
|
37
|
+
* @param data Typed JSON request body.
|
|
38
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
39
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
40
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:create.
|
|
41
|
+
*/
|
|
16
42
|
gatewayStorePost(data, options) {
|
|
17
43
|
return this.client.request({ ...options, method: "POST", url: `/api/v1/gateways`, data: data });
|
|
18
44
|
}
|
|
19
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Performs the destroy operation for the gateway capability.
|
|
47
|
+
* Calls `DELETE /api/v1/gateways/{id}` through the shared IDP-aware Faiber client.
|
|
48
|
+
* @param id Backend path identifier `id`.
|
|
49
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
50
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
51
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:delete.
|
|
52
|
+
*/
|
|
20
53
|
gatewayDestroyDelete(id, options) {
|
|
21
54
|
return this.client.request({ ...options, method: "DELETE", url: `/api/v1/gateways/${encodeURIComponent(id)}` });
|
|
22
55
|
}
|
|
23
|
-
/**
|
|
56
|
+
/**
|
|
57
|
+
* Performs the show operation for the gateway capability.
|
|
58
|
+
* Calls `GET /api/v1/gateways/{id}` through the shared IDP-aware Faiber client.
|
|
59
|
+
* @param id Backend path identifier `id`.
|
|
60
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
61
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
62
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
63
|
+
*/
|
|
24
64
|
gatewayShowGet(id, options) {
|
|
25
65
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/gateways/${encodeURIComponent(id)}` });
|
|
26
66
|
}
|
|
27
|
-
/**
|
|
67
|
+
/**
|
|
68
|
+
* Performs the update operation for the gateway capability.
|
|
69
|
+
* Calls `PATCH /api/v1/gateways/{id}` through the shared IDP-aware Faiber client.
|
|
70
|
+
* @param id Backend path identifier `id`.
|
|
71
|
+
* @param data Typed JSON request body.
|
|
72
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
73
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
74
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:update.
|
|
75
|
+
*/
|
|
28
76
|
gatewayUpdatePatch(id, data, options) {
|
|
29
77
|
return this.client.request({ ...options, method: "PATCH", url: `/api/v1/gateways/${encodeURIComponent(id)}`, data: data });
|
|
30
78
|
}
|
|
31
|
-
/**
|
|
79
|
+
/**
|
|
80
|
+
* Performs the options operation for the gateway capability.
|
|
81
|
+
* Calls `GET /api/v1/gateways/options` through the shared IDP-aware Faiber client.
|
|
82
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
83
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
84
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
85
|
+
*/
|
|
32
86
|
gatewayOptionsGet(options) {
|
|
33
87
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/gateways/options` });
|
|
34
88
|
}
|
|
35
|
-
/**
|
|
89
|
+
/**
|
|
90
|
+
* Performs the integration docs show operation for the integration capability.
|
|
91
|
+
* Calls `GET /api/v1/integration/docs` through the shared IDP-aware Faiber client.
|
|
92
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
93
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
94
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:integration:read.
|
|
95
|
+
*/
|
|
36
96
|
integrationIntegrationDocsShowGet(options) {
|
|
37
97
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/integration/docs` });
|
|
38
98
|
}
|
|
39
|
-
/**
|
|
99
|
+
/**
|
|
100
|
+
* Performs the flow integration show operation for the integration capability.
|
|
101
|
+
* Calls `GET /api/v1/integration/flow` through the shared IDP-aware Faiber client.
|
|
102
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
103
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
104
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
105
|
+
*/
|
|
40
106
|
integrationFlowIntegrationShowGet(options) {
|
|
41
107
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/integration/flow` });
|
|
42
108
|
}
|
|
43
|
-
/**
|
|
109
|
+
/**
|
|
110
|
+
* Performs the create payment operation for the payment capability.
|
|
111
|
+
* Calls `POST /api/v1/payment` through the shared IDP-aware Faiber client.
|
|
112
|
+
* @param data Typed JSON request body.
|
|
113
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
114
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
115
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
116
|
+
*/
|
|
44
117
|
paymentCreatePaymentPost(data, options) {
|
|
45
118
|
return this.client.request({ ...options, method: "POST", url: `/api/v1/payment`, data: data });
|
|
46
119
|
}
|
|
47
|
-
/**
|
|
120
|
+
/**
|
|
121
|
+
* Performs the show operation for the settings capability.
|
|
122
|
+
* Calls `GET /api/v1/settings` through the shared IDP-aware Faiber client.
|
|
123
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
124
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
125
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:read.
|
|
126
|
+
*/
|
|
127
|
+
settingsShowGet(options) {
|
|
128
|
+
return this.client.request({ ...options, method: "GET", url: `/api/v1/settings` });
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Performs the update operation for the settings capability.
|
|
132
|
+
* Calls `PATCH /api/v1/settings` through the shared IDP-aware Faiber client.
|
|
133
|
+
* @param data Typed JSON request body.
|
|
134
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
135
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
136
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:gateway:update.
|
|
137
|
+
*/
|
|
138
|
+
settingsUpdatePatch(data, options) {
|
|
139
|
+
return this.client.request({ ...options, method: "PATCH", url: `/api/v1/settings`, data: data });
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Performs the index operation for the transaction capability.
|
|
143
|
+
* Calls `GET /api/v1/transactions` through the shared IDP-aware Faiber client.
|
|
144
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
145
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
146
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
147
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
148
|
+
*/
|
|
48
149
|
transactionIndexGet(params, options) {
|
|
49
150
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions`, params });
|
|
50
151
|
}
|
|
51
|
-
/**
|
|
152
|
+
/**
|
|
153
|
+
* Performs the show status operation for the router capability.
|
|
154
|
+
* Calls `GET /api/v1/transactions/{uuid}` through the shared IDP-aware Faiber client.
|
|
155
|
+
* @param uuid Backend path identifier `uuid`.
|
|
156
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
157
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
158
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
159
|
+
*/
|
|
52
160
|
routerShowStatusGet(uuid, options) {
|
|
53
161
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions/${encodeURIComponent(uuid)}` });
|
|
54
162
|
}
|
|
55
|
-
/**
|
|
163
|
+
/**
|
|
164
|
+
* Performs the reject payment operation for the transaction capability.
|
|
165
|
+
* Calls `POST /api/v1/transactions/{uuid}/reject` through the shared IDP-aware Faiber client.
|
|
166
|
+
* @param uuid Backend path identifier `uuid`.
|
|
167
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
168
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
169
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:verify.
|
|
170
|
+
*/
|
|
171
|
+
transactionRejectPaymentPost(uuid, options) {
|
|
172
|
+
return this.client.request({ ...options, method: "POST", url: `/api/v1/transactions/${encodeURIComponent(uuid)}/reject` });
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Performs the verification logs operation for the transaction capability.
|
|
176
|
+
* Calls `GET /api/v1/transactions/{uuid}/verifications` through the shared IDP-aware Faiber client.
|
|
177
|
+
* @param uuid Backend path identifier `uuid`.
|
|
178
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
179
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
180
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
181
|
+
*/
|
|
182
|
+
transactionVerificationLogsGet(uuid, options) {
|
|
183
|
+
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions/${encodeURIComponent(uuid)}/verifications` });
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Performs the verify payment operation for the transaction capability.
|
|
187
|
+
* Calls `POST /api/v1/transactions/{uuid}/verify` through the shared IDP-aware Faiber client.
|
|
188
|
+
* @param uuid Backend path identifier `uuid`.
|
|
189
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
190
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
191
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:verify.
|
|
192
|
+
*/
|
|
193
|
+
transactionVerifyPaymentPost(uuid, options) {
|
|
194
|
+
return this.client.request({ ...options, method: "POST", url: `/api/v1/transactions/${encodeURIComponent(uuid)}/verify` });
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Performs the daily income operation for the transaction capability.
|
|
198
|
+
* Calls `GET /api/v1/transactions/daily-income` through the shared IDP-aware Faiber client.
|
|
199
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
200
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
201
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
202
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
203
|
+
*/
|
|
56
204
|
transactionDailyIncomeGet(params, options) {
|
|
57
205
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions/daily-income`, params });
|
|
58
206
|
}
|
|
59
|
-
/**
|
|
207
|
+
/**
|
|
208
|
+
* Performs the status route operation for the router capability.
|
|
209
|
+
* Calls `GET /health` through the shared IDP-aware Faiber client.
|
|
210
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
211
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
212
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
213
|
+
*/
|
|
60
214
|
routerStatusRouteGet(options) {
|
|
61
215
|
return this.client.request({ ...options, method: "GET", url: `/health` });
|
|
62
216
|
}
|
|
63
|
-
/**
|
|
217
|
+
/**
|
|
218
|
+
* Performs the redirect operation for the payment web capability.
|
|
219
|
+
* Calls `GET /payments/{uuid}/redirect` through the shared IDP-aware Faiber client.
|
|
220
|
+
* @param uuid Backend path identifier `uuid`.
|
|
221
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
222
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
223
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
224
|
+
*/
|
|
64
225
|
paymentWebRedirectGet(uuid, options) {
|
|
65
226
|
return this.client.request({ ...options, method: "GET", url: `/payments/${encodeURIComponent(uuid)}/redirect` });
|
|
66
227
|
}
|
|
67
|
-
/**
|
|
228
|
+
/**
|
|
229
|
+
* Performs the callback operation for the payment web capability.
|
|
230
|
+
* Calls `GET /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
231
|
+
* @param provider Backend path identifier `provider`.
|
|
232
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
233
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
234
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
235
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
236
|
+
*/
|
|
68
237
|
paymentWebCallbackGet(provider, params, options) {
|
|
69
238
|
return this.client.request({ ...options, method: "GET", url: `/payments/callbacks/${encodeURIComponent(provider)}`, params });
|
|
70
239
|
}
|
|
71
|
-
/**
|
|
240
|
+
/**
|
|
241
|
+
* Performs the callback operation for the payment web capability.
|
|
242
|
+
* Calls `POST /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
243
|
+
* @param provider Backend path identifier `provider`.
|
|
244
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
245
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
246
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
247
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
248
|
+
*/
|
|
72
249
|
paymentWebCallbackPost(provider, params, options) {
|
|
73
250
|
return this.client.request({ ...options, method: "POST", url: `/payments/callbacks/${encodeURIComponent(provider)}`, params });
|
|
74
251
|
}
|
package/dist/operations.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,UAAU,EAAwC,MAAM,kBAAkB,CAAC;AAGhG,MAAM,OAAO,iBAAkB,SAAQ,UAAU;IAC/C
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ApiEnvelope, JsonObject, JsonValue, QueryParams } from "@faiber/sdk-core";
|
|
1
|
+
import type { ApiEnvelope, BackendJson, JsonObject, JsonValue, QueryParams } from "@faiber/sdk-core";
|
|
2
2
|
/** Generated route contracts. Dynamic payload members remain JSON-safe and are documented with their Rust source type. */
|
|
3
|
-
/** Backend response type:
|
|
3
|
+
/** Backend response type: api. */
|
|
4
4
|
export interface RouterOpenapiJsonGetResponse extends ApiEnvelope<JsonValue> {
|
|
5
5
|
}
|
|
6
6
|
/** Backend response type: SessionResponse. */
|
|
@@ -13,18 +13,19 @@ export interface SessionGetSelfGetResponse extends ApiEnvelope<SessionGetSelfGet
|
|
|
13
13
|
}
|
|
14
14
|
/** Backend query type: GatewayListQuery. */
|
|
15
15
|
export interface GatewayIndexGetQuery extends QueryParams {
|
|
16
|
-
"status"?: string;
|
|
17
|
-
"page[number]"?: number;
|
|
18
|
-
"page[size]"?: number;
|
|
16
|
+
"status"?: string | null;
|
|
17
|
+
"page[number]"?: number | null;
|
|
18
|
+
"page[size]"?: number | null;
|
|
19
19
|
}
|
|
20
20
|
/** Backend response type: crate::models::PagedResult<models::GatewayResponse>. */
|
|
21
21
|
export interface GatewayIndexGetResponseItem extends JsonObject {
|
|
22
22
|
"id": number;
|
|
23
23
|
"name": string;
|
|
24
24
|
"provider": string;
|
|
25
|
-
"options"?:
|
|
25
|
+
"options"?: BackendJson<"Json"> | null;
|
|
26
|
+
"sandbox"?: boolean | null;
|
|
26
27
|
"priority": number;
|
|
27
|
-
"status"?: string;
|
|
28
|
+
"status"?: string | null;
|
|
28
29
|
"created_at": string;
|
|
29
30
|
"updated_at": string;
|
|
30
31
|
}
|
|
@@ -44,18 +45,20 @@ export interface GatewayIndexGetResponse extends ApiEnvelope<GatewayIndexGetResp
|
|
|
44
45
|
export interface GatewayStorePostInput extends JsonObject {
|
|
45
46
|
"name": string;
|
|
46
47
|
"provider": string;
|
|
47
|
-
"priority"?: number;
|
|
48
|
-
"status"?: string;
|
|
49
|
-
"options"?:
|
|
48
|
+
"priority"?: number | null;
|
|
49
|
+
"status"?: string | null;
|
|
50
|
+
"options"?: BackendJson<"serde_json::Map<String, serde_json::Value>"> | null;
|
|
51
|
+
"sandbox"?: boolean | null;
|
|
50
52
|
}
|
|
51
53
|
/** Backend response type: models::GatewayResponse. */
|
|
52
54
|
export interface GatewayStorePostResponseData extends JsonObject {
|
|
53
55
|
"id": number;
|
|
54
56
|
"name": string;
|
|
55
57
|
"provider": string;
|
|
56
|
-
"options"?:
|
|
58
|
+
"options"?: BackendJson<"Json"> | null;
|
|
59
|
+
"sandbox"?: boolean | null;
|
|
57
60
|
"priority": number;
|
|
58
|
-
"status"?: string;
|
|
61
|
+
"status"?: string | null;
|
|
59
62
|
"created_at": string;
|
|
60
63
|
"updated_at": string;
|
|
61
64
|
}
|
|
@@ -66,9 +69,10 @@ export interface GatewayDestroyDeleteResponseData extends JsonObject {
|
|
|
66
69
|
"id": number;
|
|
67
70
|
"name": string;
|
|
68
71
|
"provider": string;
|
|
69
|
-
"options"?:
|
|
72
|
+
"options"?: BackendJson<"Json"> | null;
|
|
73
|
+
"sandbox"?: boolean | null;
|
|
70
74
|
"priority": number;
|
|
71
|
-
"status"?: string;
|
|
75
|
+
"status"?: string | null;
|
|
72
76
|
"created_at": string;
|
|
73
77
|
"updated_at": string;
|
|
74
78
|
}
|
|
@@ -79,9 +83,10 @@ export interface GatewayShowGetResponseData extends JsonObject {
|
|
|
79
83
|
"id": number;
|
|
80
84
|
"name": string;
|
|
81
85
|
"provider": string;
|
|
82
|
-
"options"?:
|
|
86
|
+
"options"?: BackendJson<"Json"> | null;
|
|
87
|
+
"sandbox"?: boolean | null;
|
|
83
88
|
"priority": number;
|
|
84
|
-
"status"?: string;
|
|
89
|
+
"status"?: string | null;
|
|
85
90
|
"created_at": string;
|
|
86
91
|
"updated_at": string;
|
|
87
92
|
}
|
|
@@ -89,20 +94,22 @@ export interface GatewayShowGetResponse extends ApiEnvelope<GatewayShowGetRespon
|
|
|
89
94
|
}
|
|
90
95
|
/** Backend request type: models::UpdateGatewayRequest. */
|
|
91
96
|
export interface GatewayUpdatePatchInput extends JsonObject {
|
|
92
|
-
"name"?: string;
|
|
93
|
-
"provider"?: string;
|
|
94
|
-
"priority"?: number;
|
|
95
|
-
"status"?: string;
|
|
96
|
-
"options"?:
|
|
97
|
+
"name"?: string | null;
|
|
98
|
+
"provider"?: string | null;
|
|
99
|
+
"priority"?: number | null;
|
|
100
|
+
"status"?: string | null;
|
|
101
|
+
"options"?: BackendJson<"serde_json::Map<String, serde_json::Value>"> | null;
|
|
102
|
+
"sandbox"?: boolean | null;
|
|
97
103
|
}
|
|
98
104
|
/** Backend response type: models::GatewayResponse. */
|
|
99
105
|
export interface GatewayUpdatePatchResponseData extends JsonObject {
|
|
100
106
|
"id": number;
|
|
101
107
|
"name": string;
|
|
102
108
|
"provider": string;
|
|
103
|
-
"options"?:
|
|
109
|
+
"options"?: BackendJson<"Json"> | null;
|
|
110
|
+
"sandbox"?: boolean | null;
|
|
104
111
|
"priority": number;
|
|
105
|
-
"status"?: string;
|
|
112
|
+
"status"?: string | null;
|
|
106
113
|
"created_at": string;
|
|
107
114
|
"updated_at": string;
|
|
108
115
|
}
|
|
@@ -110,65 +117,112 @@ export interface GatewayUpdatePatchResponse extends ApiEnvelope<GatewayUpdatePat
|
|
|
110
117
|
}
|
|
111
118
|
/** Backend response type: models::GatewayOptionsResponse. */
|
|
112
119
|
export interface GatewayOptionsGetResponseData extends JsonObject {
|
|
113
|
-
"providers":
|
|
114
|
-
"statuses":
|
|
120
|
+
"providers": BackendJson<"LabelValue">[];
|
|
121
|
+
"statuses": BackendJson<"LabelValue">[];
|
|
115
122
|
}
|
|
116
123
|
export interface GatewayOptionsGetResponse extends ApiEnvelope<GatewayOptionsGetResponseData> {
|
|
117
124
|
}
|
|
118
125
|
/** Backend response type: crate::integration::models::IntegrationDocsResponse. */
|
|
119
126
|
export interface IntegrationIntegrationDocsShowGetResponseData extends JsonObject {
|
|
120
|
-
"direct":
|
|
121
|
-
"sdk":
|
|
127
|
+
"direct": BackendJson<"DirectIntegrationMeta">;
|
|
128
|
+
"sdk": BackendJson<"SdkIntegrationSnippet">[];
|
|
122
129
|
}
|
|
123
130
|
export interface IntegrationIntegrationDocsShowGetResponse extends ApiEnvelope<IntegrationIntegrationDocsShowGetResponseData> {
|
|
124
131
|
}
|
|
125
132
|
/** Backend response type: infera_flow_sdk::FlowIntegrationResponse. */
|
|
126
|
-
export interface IntegrationFlowIntegrationShowGetResponse extends ApiEnvelope<
|
|
133
|
+
export interface IntegrationFlowIntegrationShowGetResponse extends ApiEnvelope<BackendJson<"infera_flow_sdk::FlowIntegrationResponse">> {
|
|
127
134
|
}
|
|
128
135
|
/** Backend request type: models::CreatePaymentRequest. */
|
|
129
136
|
export interface PaymentCreatePaymentPostInput extends JsonObject {
|
|
130
137
|
"amount": number;
|
|
131
138
|
"service_name": string;
|
|
132
|
-
"description"?: string;
|
|
133
|
-
"callback_url"?: string;
|
|
139
|
+
"description"?: string | null;
|
|
140
|
+
"callback_url"?: string | null;
|
|
134
141
|
"service_model": string;
|
|
135
142
|
"service_id": string;
|
|
136
143
|
"queue_name": string;
|
|
137
144
|
}
|
|
138
145
|
/** Backend response type: models::CreatePaymentResponse. */
|
|
139
146
|
export interface PaymentCreatePaymentPostResponseData extends JsonObject {
|
|
140
|
-
"transaction":
|
|
147
|
+
"transaction": BackendJson<"uuid::Uuid">;
|
|
141
148
|
"redirect_url": string;
|
|
142
149
|
}
|
|
143
150
|
export interface PaymentCreatePaymentPostResponse extends ApiEnvelope<PaymentCreatePaymentPostResponseData> {
|
|
144
151
|
}
|
|
152
|
+
/** Backend response type: models::PaymentSettingsResponse. */
|
|
153
|
+
export interface SettingsShowGetResponseData extends JsonObject {
|
|
154
|
+
"safe_fallback_url": string;
|
|
155
|
+
}
|
|
156
|
+
export interface SettingsShowGetResponse extends ApiEnvelope<SettingsShowGetResponseData> {
|
|
157
|
+
}
|
|
158
|
+
/** Backend request type: models::UpdatePaymentSettingsRequest. */
|
|
159
|
+
export interface SettingsUpdatePatchInput extends JsonObject {
|
|
160
|
+
"safe_fallback_url": string;
|
|
161
|
+
}
|
|
162
|
+
/** Backend response type: models::PaymentSettingsResponse. */
|
|
163
|
+
export interface SettingsUpdatePatchResponseData extends JsonObject {
|
|
164
|
+
"safe_fallback_url": string;
|
|
165
|
+
}
|
|
166
|
+
export interface SettingsUpdatePatchResponse extends ApiEnvelope<SettingsUpdatePatchResponseData> {
|
|
167
|
+
}
|
|
145
168
|
/** Backend query type: models::TransactionListQuery. */
|
|
146
169
|
export interface TransactionIndexGetQuery extends QueryParams {
|
|
147
|
-
"status"?: string;
|
|
148
|
-
"service_name"?: string;
|
|
149
|
-
"gateway_id"?: number;
|
|
150
|
-
"tracking_code"?: string;
|
|
151
|
-
"masked_card_number"?: string;
|
|
152
|
-
"from_date"?: string;
|
|
153
|
-
"to_date"?: string;
|
|
154
|
-
"page[number]"?: number;
|
|
155
|
-
"page[size]"?: number;
|
|
170
|
+
"status"?: string | null;
|
|
171
|
+
"service_name"?: string | null;
|
|
172
|
+
"gateway_id"?: number | null;
|
|
173
|
+
"tracking_code"?: string | null;
|
|
174
|
+
"masked_card_number"?: string | null;
|
|
175
|
+
"from_date"?: string | null;
|
|
176
|
+
"to_date"?: string | null;
|
|
177
|
+
"page[number]"?: number | null;
|
|
178
|
+
"page[size]"?: number | null;
|
|
156
179
|
}
|
|
157
180
|
/** Backend response type: models::TransactionListData. */
|
|
158
181
|
export interface TransactionIndexGetResponseData extends JsonObject {
|
|
159
|
-
"transactions":
|
|
160
|
-
"summaries":
|
|
182
|
+
"transactions": BackendJson<"crate::models::PagedResult<TransactionResponse>">;
|
|
183
|
+
"summaries": BackendJson<"TransactionSummaries">;
|
|
161
184
|
"service_names": string[];
|
|
162
|
-
"gateways":
|
|
185
|
+
"gateways": BackendJson<"GatewaySummary">[];
|
|
163
186
|
}
|
|
164
187
|
export interface TransactionIndexGetResponse extends ApiEnvelope<TransactionIndexGetResponseData> {
|
|
165
188
|
}
|
|
166
|
-
/** Backend response type:
|
|
167
|
-
export interface
|
|
189
|
+
/** Backend response type: models::TransactionStatusResponse. */
|
|
190
|
+
export interface RouterShowStatusGetResponseData extends JsonObject {
|
|
191
|
+
"status": string;
|
|
192
|
+
}
|
|
193
|
+
export interface RouterShowStatusGetResponse extends ApiEnvelope<RouterShowStatusGetResponseData> {
|
|
194
|
+
}
|
|
195
|
+
/** Backend response type: models::VerifyPaymentResponse. */
|
|
196
|
+
export interface TransactionRejectPaymentPostResponseData extends JsonObject {
|
|
197
|
+
"transaction": BackendJson<"TransactionResponse">;
|
|
198
|
+
"verification": BackendJson<"PaymentVerificationResponse">;
|
|
199
|
+
}
|
|
200
|
+
export interface TransactionRejectPaymentPostResponse extends ApiEnvelope<TransactionRejectPaymentPostResponseData> {
|
|
201
|
+
}
|
|
202
|
+
/** Backend response type: Vec<models::PaymentVerificationResponse>. */
|
|
203
|
+
export interface TransactionVerificationLogsGetResponseItem extends JsonObject {
|
|
204
|
+
"id": string;
|
|
205
|
+
"transaction_uuid": string;
|
|
206
|
+
"verifier_user_id": string;
|
|
207
|
+
"successful": boolean;
|
|
208
|
+
"previous_status"?: string | null;
|
|
209
|
+
"resulting_status"?: string | null;
|
|
210
|
+
"tracking_code"?: string | null;
|
|
211
|
+
"message"?: string | null;
|
|
212
|
+
"created_at": string;
|
|
213
|
+
}
|
|
214
|
+
export interface TransactionVerificationLogsGetResponse extends ApiEnvelope<TransactionVerificationLogsGetResponseItem[]> {
|
|
215
|
+
}
|
|
216
|
+
/** Backend response type: models::VerifyPaymentResponse. */
|
|
217
|
+
export interface TransactionVerifyPaymentPostResponseData extends JsonObject {
|
|
218
|
+
"transaction": BackendJson<"TransactionResponse">;
|
|
219
|
+
"verification": BackendJson<"PaymentVerificationResponse">;
|
|
220
|
+
}
|
|
221
|
+
export interface TransactionVerifyPaymentPostResponse extends ApiEnvelope<TransactionVerifyPaymentPostResponseData> {
|
|
168
222
|
}
|
|
169
223
|
/** Backend query type: models::DailyIncomeQuery. */
|
|
170
224
|
export interface TransactionDailyIncomeGetQuery extends QueryParams {
|
|
171
|
-
"days"?: number;
|
|
225
|
+
"days"?: number | null;
|
|
172
226
|
}
|
|
173
227
|
/** Backend response type: Vec<models::DailyIncomePoint>. */
|
|
174
228
|
export interface TransactionDailyIncomeGetResponseItem extends JsonObject {
|
|
@@ -177,28 +231,28 @@ export interface TransactionDailyIncomeGetResponseItem extends JsonObject {
|
|
|
177
231
|
}
|
|
178
232
|
export interface TransactionDailyIncomeGetResponse extends ApiEnvelope<TransactionDailyIncomeGetResponseItem[]> {
|
|
179
233
|
}
|
|
180
|
-
/** Backend response type:
|
|
234
|
+
/** Backend response type: api. */
|
|
181
235
|
export interface RouterStatusRouteGetResponse extends ApiEnvelope<JsonValue> {
|
|
182
236
|
}
|
|
183
|
-
/** Backend response type:
|
|
237
|
+
/** Backend response type: api. */
|
|
184
238
|
export interface PaymentWebRedirectGetResponse extends ApiEnvelope<JsonValue> {
|
|
185
239
|
}
|
|
186
240
|
/** Backend query type: CallbackQuery. */
|
|
187
241
|
export interface PaymentWebCallbackGetQuery extends QueryParams {
|
|
188
|
-
"Authority"?: string;
|
|
189
|
-
"transid"?: string;
|
|
190
|
-
"paymentNumber"?: string;
|
|
242
|
+
"Authority"?: string | null;
|
|
243
|
+
"transid"?: string | null;
|
|
244
|
+
"paymentNumber"?: string | null;
|
|
191
245
|
}
|
|
192
|
-
/** Backend response type: response
|
|
246
|
+
/** Backend response type: raw-response. */
|
|
193
247
|
export interface PaymentWebCallbackGetResponse extends ApiEnvelope<JsonValue> {
|
|
194
248
|
}
|
|
195
249
|
/** Backend query type: CallbackQuery. */
|
|
196
250
|
export interface PaymentWebCallbackPostQuery extends QueryParams {
|
|
197
|
-
"Authority"?: string;
|
|
198
|
-
"transid"?: string;
|
|
199
|
-
"paymentNumber"?: string;
|
|
251
|
+
"Authority"?: string | null;
|
|
252
|
+
"transid"?: string | null;
|
|
253
|
+
"paymentNumber"?: string | null;
|
|
200
254
|
}
|
|
201
|
-
/** Backend response type: response
|
|
255
|
+
/** Backend response type: raw-response. */
|
|
202
256
|
export interface PaymentWebCallbackPostResponse extends ApiEnvelope<JsonValue> {
|
|
203
257
|
}
|
|
204
258
|
//# sourceMappingURL=operations.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.types.d.ts","sourceRoot":"","sources":["../src/operations.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAc,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"operations.types.d.ts","sourceRoot":"","sources":["../src/operations.types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faiber/faiber-payment",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
|
-
"dist"
|
|
15
|
+
"dist",
|
|
16
|
+
"README.md"
|
|
16
17
|
],
|
|
17
18
|
"dependencies": {
|
|
18
|
-
"@faiber/sdk-core": "0.
|
|
19
|
+
"@faiber/sdk-core": "0.5.1"
|
|
19
20
|
}
|
|
20
21
|
}
|