@faiber/faiber-payment 0.3.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/operations.d.ts +159 -18
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +163 -18
- package/dist/operations.js.map +1 -1
- package/dist/operations.types.d.ts +158 -51
- package/dist/operations.types.d.ts.map +1 -1
- package/package.json +2 -2
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":"82eefab40d1de575b71604dce5f5d408e023c6b241977b4840bff5ca5d330477","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":"3c9f423e586fc5d68fa8a97745f4204229956f0221b3a4ea5d54af8730bf9ac8","signature":"77c384cd1fcaa0356bb85dc703bf421bb7876be360a789d8c609d18689155e47","impliedFormat":99},{"version":"8eafc412ff7ea18f12974b9f94a3b3d643b5f850f7e3a28053a9e270eace5b42","signature":"8f00e1b3884b142324ae8517e240ffbbb60d8d7c09ac7ea07067eafbe8003bd6","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":"./operations.d.ts","version":"5.9.3"}
|
package/dist/operations.d.ts
CHANGED
|
@@ -1,41 +1,182 @@
|
|
|
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 index operation for the transaction capability.
|
|
101
|
+
* Calls `GET /api/v1/transactions` through the shared IDP-aware Faiber client.
|
|
102
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
103
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
104
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
105
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
106
|
+
*/
|
|
27
107
|
transactionIndexGet(params?: T.TransactionIndexGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionIndexGetResponse, unknown, {}>>;
|
|
28
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Performs the show status operation for the router capability.
|
|
110
|
+
* Calls `GET /api/v1/transactions/{uuid}` through the shared IDP-aware Faiber client.
|
|
111
|
+
* @param uuid Backend path identifier `uuid`.
|
|
112
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
113
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
114
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
115
|
+
*/
|
|
29
116
|
routerShowStatusGet(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RouterShowStatusGetResponse, unknown, {}>>;
|
|
30
|
-
/**
|
|
117
|
+
/**
|
|
118
|
+
* Performs the verification logs operation for the transaction capability.
|
|
119
|
+
* Calls `GET /api/v1/transactions/{uuid}/verifications` through the shared IDP-aware Faiber client.
|
|
120
|
+
* @param uuid Backend path identifier `uuid`.
|
|
121
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
122
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
123
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
124
|
+
*/
|
|
125
|
+
transactionVerificationLogsGet(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionVerificationLogsGetResponse, unknown, {}>>;
|
|
126
|
+
/**
|
|
127
|
+
* Performs the verify payment operation for the transaction capability.
|
|
128
|
+
* Calls `POST /api/v1/transactions/{uuid}/verify` through the shared IDP-aware Faiber client.
|
|
129
|
+
* @param uuid Backend path identifier `uuid`.
|
|
130
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
131
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
132
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:verify.
|
|
133
|
+
*/
|
|
134
|
+
transactionVerifyPaymentPost(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionVerifyPaymentPostResponse, unknown, {}>>;
|
|
135
|
+
/**
|
|
136
|
+
* Performs the daily income operation for the transaction capability.
|
|
137
|
+
* Calls `GET /api/v1/transactions/daily-income` through the shared IDP-aware Faiber client.
|
|
138
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
139
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
140
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
141
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
142
|
+
*/
|
|
31
143
|
transactionDailyIncomeGet(params?: T.TransactionDailyIncomeGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.TransactionDailyIncomeGetResponse, unknown, {}>>;
|
|
32
|
-
/**
|
|
144
|
+
/**
|
|
145
|
+
* Performs the status route operation for the router capability.
|
|
146
|
+
* Calls `GET /health` through the shared IDP-aware Faiber client.
|
|
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: session-derived or public bootstrap route.
|
|
150
|
+
*/
|
|
33
151
|
routerStatusRouteGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RouterStatusRouteGetResponse, unknown, {}>>;
|
|
34
|
-
/**
|
|
152
|
+
/**
|
|
153
|
+
* Performs the redirect operation for the payment web capability.
|
|
154
|
+
* Calls `GET /payments/{uuid}/redirect` 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
|
+
*/
|
|
35
160
|
paymentWebRedirectGet(uuid: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.PaymentWebRedirectGetResponse, unknown, {}>>;
|
|
36
|
-
/**
|
|
161
|
+
/**
|
|
162
|
+
* Performs the callback operation for the payment web capability.
|
|
163
|
+
* Calls `GET /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
164
|
+
* @param provider Backend path identifier `provider`.
|
|
165
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
166
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
167
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
168
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
169
|
+
*/
|
|
37
170
|
paymentWebCallbackGet(provider: Identifier, params?: T.PaymentWebCallbackGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.PaymentWebCallbackGetResponse, unknown, {}>>;
|
|
38
|
-
/**
|
|
171
|
+
/**
|
|
172
|
+
* Performs the callback operation for the payment web capability.
|
|
173
|
+
* Calls `POST /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
174
|
+
* @param provider Backend path identifier `provider`.
|
|
175
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
176
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
177
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
178
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
179
|
+
*/
|
|
39
180
|
paymentWebCallbackPost(provider: Identifier, params?: T.PaymentWebCallbackPostQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.PaymentWebCallbackPostResponse, unknown, {}>>;
|
|
40
181
|
}
|
|
41
182
|
//# 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":"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;;;;;;OAMG;IACH,oBAAoB,CAAC,OAAO,CAAC,EAAE,cAAc;IAG7C;;;;;;OAMG;IACH,iBAAiB,CAAC,OAAO,CAAC,EAAE,cAAc;IAG1C;;;;;;;OAOG;IACH,eAAe,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc;IAGzE;;;;;;;OAOG;IACH,gBAAgB,CAAC,IAAI,EAAE,CAAC,CAAC,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,qBAAqB,CAAC;IAGjG;;;;;;;OAOG;IACH,oBAAoB,CAAC,EAAE,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,cAAc;IAG7D;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,cAAc;IAGvD;;;;;;;;OAQG;IACH,kBAAkB,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,uBAAuB,CAAC;IAGvH;;;;;;OAMG;IACH,iBAAiB,CAAC,OAAO,CAAC,EAAE,cAAc;IAG1C;;;;;;OAMG;IACH,iCAAiC,CAAC,OAAO,CAAC,EAAE,cAAc;IAG1D;;;;;;OAMG;IACH,iCAAiC,CAAC,OAAO,CAAC,EAAE,cAAc;IAG1D;;;;;;;OAOG;IACH,wBAAwB,CAAC,IAAI,EAAE,CAAC,CAAC,6BAA6B,EAAE,OAAO,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,6BAA6B,CAAC;IAGzH;;;;;;;OAOG;IACH,mBAAmB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc;IAGjF;;;;;;;OAOG;IACH,mBAAmB,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,cAAc;IAG9D;;;;;;;OAOG;IACH,8BAA8B,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,cAAc;IAGzE;;;;;;;OAOG;IACH,4BAA4B,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,cAAc;IAGvE;;;;;;;OAOG;IACH,yBAAyB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,8BAA8B,EAAE,OAAO,CAAC,EAAE,cAAc;IAG7F;;;;;;OAMG;IACH,oBAAoB,CAAC,OAAO,CAAC,EAAE,cAAc;IAG7C;;;;;;;OAOG;IACH,qBAAqB,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,cAAc;IAGhE;;;;;;;;OAQG;IACH,qBAAqB,CAAC,QAAQ,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,0BAA0B,EAAE,OAAO,CAAC,EAAE,cAAc;IAG3G;;;;;;;;OAQG;IACH,sBAAsB,CAAC,QAAQ,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,2BAA2B,EAAE,OAAO,CAAC,EAAE,cAAc;CAG9G"}
|
package/dist/operations.js
CHANGED
|
@@ -1,74 +1,219 @@
|
|
|
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 index operation for the transaction capability.
|
|
122
|
+
* Calls `GET /api/v1/transactions` through the shared IDP-aware Faiber client.
|
|
123
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
124
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
125
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
126
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
127
|
+
*/
|
|
48
128
|
transactionIndexGet(params, options) {
|
|
49
129
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions`, params });
|
|
50
130
|
}
|
|
51
|
-
/**
|
|
131
|
+
/**
|
|
132
|
+
* Performs the show status operation for the router capability.
|
|
133
|
+
* Calls `GET /api/v1/transactions/{uuid}` through the shared IDP-aware Faiber client.
|
|
134
|
+
* @param uuid Backend path identifier `uuid`.
|
|
135
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
136
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
137
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
138
|
+
*/
|
|
52
139
|
routerShowStatusGet(uuid, options) {
|
|
53
140
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions/${encodeURIComponent(uuid)}` });
|
|
54
141
|
}
|
|
55
|
-
/**
|
|
142
|
+
/**
|
|
143
|
+
* Performs the verification logs operation for the transaction capability.
|
|
144
|
+
* Calls `GET /api/v1/transactions/{uuid}/verifications` through the shared IDP-aware Faiber client.
|
|
145
|
+
* @param uuid Backend path identifier `uuid`.
|
|
146
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
147
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
148
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
149
|
+
*/
|
|
150
|
+
transactionVerificationLogsGet(uuid, options) {
|
|
151
|
+
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions/${encodeURIComponent(uuid)}/verifications` });
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Performs the verify payment operation for the transaction capability.
|
|
155
|
+
* Calls `POST /api/v1/transactions/{uuid}/verify` through the shared IDP-aware Faiber client.
|
|
156
|
+
* @param uuid Backend path identifier `uuid`.
|
|
157
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
158
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
159
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:verify.
|
|
160
|
+
*/
|
|
161
|
+
transactionVerifyPaymentPost(uuid, options) {
|
|
162
|
+
return this.client.request({ ...options, method: "POST", url: `/api/v1/transactions/${encodeURIComponent(uuid)}/verify` });
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Performs the daily income operation for the transaction capability.
|
|
166
|
+
* Calls `GET /api/v1/transactions/daily-income` through the shared IDP-aware Faiber client.
|
|
167
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
168
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
169
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
170
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: admin:transaction:read.
|
|
171
|
+
*/
|
|
56
172
|
transactionDailyIncomeGet(params, options) {
|
|
57
173
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/transactions/daily-income`, params });
|
|
58
174
|
}
|
|
59
|
-
/**
|
|
175
|
+
/**
|
|
176
|
+
* Performs the status route operation for the router capability.
|
|
177
|
+
* Calls `GET /health` through the shared IDP-aware Faiber client.
|
|
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: session-derived or public bootstrap route.
|
|
181
|
+
*/
|
|
60
182
|
routerStatusRouteGet(options) {
|
|
61
183
|
return this.client.request({ ...options, method: "GET", url: `/health` });
|
|
62
184
|
}
|
|
63
|
-
/**
|
|
185
|
+
/**
|
|
186
|
+
* Performs the redirect operation for the payment web capability.
|
|
187
|
+
* Calls `GET /payments/{uuid}/redirect` 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: session-derived or public bootstrap route.
|
|
192
|
+
*/
|
|
64
193
|
paymentWebRedirectGet(uuid, options) {
|
|
65
194
|
return this.client.request({ ...options, method: "GET", url: `/payments/${encodeURIComponent(uuid)}/redirect` });
|
|
66
195
|
}
|
|
67
|
-
/**
|
|
196
|
+
/**
|
|
197
|
+
* Performs the callback operation for the payment web capability.
|
|
198
|
+
* Calls `GET /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
199
|
+
* @param provider Backend path identifier `provider`.
|
|
200
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
201
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
202
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
203
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
204
|
+
*/
|
|
68
205
|
paymentWebCallbackGet(provider, params, options) {
|
|
69
206
|
return this.client.request({ ...options, method: "GET", url: `/payments/callbacks/${encodeURIComponent(provider)}`, params });
|
|
70
207
|
}
|
|
71
|
-
/**
|
|
208
|
+
/**
|
|
209
|
+
* Performs the callback operation for the payment web capability.
|
|
210
|
+
* Calls `POST /payments/callbacks/{provider}` through the shared IDP-aware Faiber client.
|
|
211
|
+
* @param provider Backend path identifier `provider`.
|
|
212
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
213
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
214
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
215
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
216
|
+
*/
|
|
72
217
|
paymentWebCallbackPost(provider, params, options) {
|
|
73
218
|
return this.client.request({ ...options, method: "POST", url: `/payments/callbacks/${encodeURIComponent(provider)}`, params });
|
|
74
219
|
}
|
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
1
|
import type { ApiEnvelope, 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: response
|
|
3
|
+
/** Backend response type: handler-defined response. */
|
|
4
4
|
export interface RouterOpenapiJsonGetResponse extends ApiEnvelope<JsonValue> {
|
|
5
5
|
}
|
|
6
6
|
/** Backend response type: SessionResponse. */
|
|
@@ -13,18 +13,18 @@ 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"?: JsonValue;
|
|
25
|
+
"options"?: JsonValue | null;
|
|
26
26
|
"priority": number;
|
|
27
|
-
"status"?: string;
|
|
27
|
+
"status"?: string | null;
|
|
28
28
|
"created_at": string;
|
|
29
29
|
"updated_at": string;
|
|
30
30
|
}
|
|
@@ -44,18 +44,18 @@ export interface GatewayIndexGetResponse extends ApiEnvelope<GatewayIndexGetResp
|
|
|
44
44
|
export interface GatewayStorePostInput extends JsonObject {
|
|
45
45
|
"name": string;
|
|
46
46
|
"provider": string;
|
|
47
|
-
"priority"?: number;
|
|
48
|
-
"status"?: string;
|
|
49
|
-
"options"?: JsonValue;
|
|
47
|
+
"priority"?: number | null;
|
|
48
|
+
"status"?: string | null;
|
|
49
|
+
"options"?: JsonValue | null;
|
|
50
50
|
}
|
|
51
51
|
/** Backend response type: models::GatewayResponse. */
|
|
52
52
|
export interface GatewayStorePostResponseData extends JsonObject {
|
|
53
53
|
"id": number;
|
|
54
54
|
"name": string;
|
|
55
55
|
"provider": string;
|
|
56
|
-
"options"?: JsonValue;
|
|
56
|
+
"options"?: JsonValue | null;
|
|
57
57
|
"priority": number;
|
|
58
|
-
"status"?: string;
|
|
58
|
+
"status"?: string | null;
|
|
59
59
|
"created_at": string;
|
|
60
60
|
"updated_at": string;
|
|
61
61
|
}
|
|
@@ -66,9 +66,9 @@ export interface GatewayDestroyDeleteResponseData extends JsonObject {
|
|
|
66
66
|
"id": number;
|
|
67
67
|
"name": string;
|
|
68
68
|
"provider": string;
|
|
69
|
-
"options"?: JsonValue;
|
|
69
|
+
"options"?: JsonValue | null;
|
|
70
70
|
"priority": number;
|
|
71
|
-
"status"?: string;
|
|
71
|
+
"status"?: string | null;
|
|
72
72
|
"created_at": string;
|
|
73
73
|
"updated_at": string;
|
|
74
74
|
}
|
|
@@ -79,9 +79,9 @@ export interface GatewayShowGetResponseData extends JsonObject {
|
|
|
79
79
|
"id": number;
|
|
80
80
|
"name": string;
|
|
81
81
|
"provider": string;
|
|
82
|
-
"options"?: JsonValue;
|
|
82
|
+
"options"?: JsonValue | null;
|
|
83
83
|
"priority": number;
|
|
84
|
-
"status"?: string;
|
|
84
|
+
"status"?: string | null;
|
|
85
85
|
"created_at": string;
|
|
86
86
|
"updated_at": string;
|
|
87
87
|
}
|
|
@@ -89,36 +89,69 @@ export interface GatewayShowGetResponse extends ApiEnvelope<GatewayShowGetRespon
|
|
|
89
89
|
}
|
|
90
90
|
/** Backend request type: models::UpdateGatewayRequest. */
|
|
91
91
|
export interface GatewayUpdatePatchInput extends JsonObject {
|
|
92
|
-
"name"?: string;
|
|
93
|
-
"provider"?: string;
|
|
94
|
-
"priority"?: number;
|
|
95
|
-
"status"?: string;
|
|
96
|
-
"options"?: JsonValue;
|
|
92
|
+
"name"?: string | null;
|
|
93
|
+
"provider"?: string | null;
|
|
94
|
+
"priority"?: number | null;
|
|
95
|
+
"status"?: string | null;
|
|
96
|
+
"options"?: JsonValue | null;
|
|
97
97
|
}
|
|
98
98
|
/** Backend response type: models::GatewayResponse. */
|
|
99
99
|
export interface GatewayUpdatePatchResponseData extends JsonObject {
|
|
100
100
|
"id": number;
|
|
101
101
|
"name": string;
|
|
102
102
|
"provider": string;
|
|
103
|
-
"options"?: JsonValue;
|
|
103
|
+
"options"?: JsonValue | null;
|
|
104
104
|
"priority": number;
|
|
105
|
-
"status"?: string;
|
|
105
|
+
"status"?: string | null;
|
|
106
106
|
"created_at": string;
|
|
107
107
|
"updated_at": string;
|
|
108
108
|
}
|
|
109
109
|
export interface GatewayUpdatePatchResponse extends ApiEnvelope<GatewayUpdatePatchResponseData> {
|
|
110
110
|
}
|
|
111
111
|
/** Backend response type: models::GatewayOptionsResponse. */
|
|
112
|
+
export interface GatewayOptionsGetResponseDataProviders extends JsonObject {
|
|
113
|
+
"value": string;
|
|
114
|
+
"label": string;
|
|
115
|
+
}
|
|
116
|
+
export interface GatewayOptionsGetResponseDataStatuses extends JsonObject {
|
|
117
|
+
"value": string;
|
|
118
|
+
"label": string;
|
|
119
|
+
}
|
|
112
120
|
export interface GatewayOptionsGetResponseData extends JsonObject {
|
|
113
|
-
"providers":
|
|
114
|
-
"statuses":
|
|
121
|
+
"providers": GatewayOptionsGetResponseDataProviders[];
|
|
122
|
+
"statuses": GatewayOptionsGetResponseDataStatuses[];
|
|
115
123
|
}
|
|
116
124
|
export interface GatewayOptionsGetResponse extends ApiEnvelope<GatewayOptionsGetResponseData> {
|
|
117
125
|
}
|
|
118
126
|
/** Backend response type: crate::integration::models::IntegrationDocsResponse. */
|
|
127
|
+
export interface IntegrationIntegrationDocsShowGetResponseDataDirectEventsPayloadFields extends JsonObject {
|
|
128
|
+
"name": string;
|
|
129
|
+
"field_type": string;
|
|
130
|
+
"required": boolean;
|
|
131
|
+
"description": string;
|
|
132
|
+
}
|
|
133
|
+
export interface IntegrationIntegrationDocsShowGetResponseDataDirectEvents extends JsonObject {
|
|
134
|
+
"event_name": string;
|
|
135
|
+
"payload_fields": IntegrationIntegrationDocsShowGetResponseDataDirectEventsPayloadFields[];
|
|
136
|
+
}
|
|
137
|
+
export interface IntegrationIntegrationDocsShowGetResponseDataDirect extends JsonObject {
|
|
138
|
+
"transport": string;
|
|
139
|
+
"queue"?: string | null;
|
|
140
|
+
"base_url"?: string | null;
|
|
141
|
+
"broker_url_hint"?: string | null;
|
|
142
|
+
"sample_profile_id"?: string | null;
|
|
143
|
+
"events": IntegrationIntegrationDocsShowGetResponseDataDirectEvents[];
|
|
144
|
+
}
|
|
145
|
+
export interface IntegrationIntegrationDocsShowGetResponseDataSdk extends JsonObject {
|
|
146
|
+
"event_name": string;
|
|
147
|
+
"method": string;
|
|
148
|
+
"language": string;
|
|
149
|
+
"cargo_dep": string;
|
|
150
|
+
"code": string;
|
|
151
|
+
}
|
|
119
152
|
export interface IntegrationIntegrationDocsShowGetResponseData extends JsonObject {
|
|
120
|
-
"direct":
|
|
121
|
-
"sdk":
|
|
153
|
+
"direct": IntegrationIntegrationDocsShowGetResponseDataDirect;
|
|
154
|
+
"sdk": IntegrationIntegrationDocsShowGetResponseDataSdk[];
|
|
122
155
|
}
|
|
123
156
|
export interface IntegrationIntegrationDocsShowGetResponse extends ApiEnvelope<IntegrationIntegrationDocsShowGetResponseData> {
|
|
124
157
|
}
|
|
@@ -129,8 +162,8 @@ export interface IntegrationFlowIntegrationShowGetResponse extends ApiEnvelope<J
|
|
|
129
162
|
export interface PaymentCreatePaymentPostInput extends JsonObject {
|
|
130
163
|
"amount": number;
|
|
131
164
|
"service_name": string;
|
|
132
|
-
"description"?: string;
|
|
133
|
-
"callback_url"?: string;
|
|
165
|
+
"description"?: string | null;
|
|
166
|
+
"callback_url"?: string | null;
|
|
134
167
|
"service_model": string;
|
|
135
168
|
"service_id": string;
|
|
136
169
|
"queue_name": string;
|
|
@@ -144,31 +177,105 @@ export interface PaymentCreatePaymentPostResponse extends ApiEnvelope<PaymentCre
|
|
|
144
177
|
}
|
|
145
178
|
/** Backend query type: models::TransactionListQuery. */
|
|
146
179
|
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;
|
|
180
|
+
"status"?: string | null;
|
|
181
|
+
"service_name"?: string | null;
|
|
182
|
+
"gateway_id"?: number | null;
|
|
183
|
+
"tracking_code"?: string | null;
|
|
184
|
+
"masked_card_number"?: string | null;
|
|
185
|
+
"from_date"?: string | null;
|
|
186
|
+
"to_date"?: string | null;
|
|
187
|
+
"page[number]"?: number | null;
|
|
188
|
+
"page[size]"?: number | null;
|
|
156
189
|
}
|
|
157
190
|
/** Backend response type: models::TransactionListData. */
|
|
191
|
+
export interface TransactionIndexGetResponseDataSummariesStatus extends JsonObject {
|
|
192
|
+
"accepted": number;
|
|
193
|
+
"pending": number;
|
|
194
|
+
"rejected": number;
|
|
195
|
+
}
|
|
196
|
+
export interface TransactionIndexGetResponseDataSummariesServices extends JsonObject {
|
|
197
|
+
"name": string;
|
|
198
|
+
"amount": number;
|
|
199
|
+
}
|
|
200
|
+
export interface TransactionIndexGetResponseDataSummaries extends JsonObject {
|
|
201
|
+
"status": TransactionIndexGetResponseDataSummariesStatus;
|
|
202
|
+
"services": TransactionIndexGetResponseDataSummariesServices[];
|
|
203
|
+
}
|
|
204
|
+
export interface TransactionIndexGetResponseDataGateways extends JsonObject {
|
|
205
|
+
"id": number;
|
|
206
|
+
"name": string;
|
|
207
|
+
"provider": string;
|
|
208
|
+
}
|
|
158
209
|
export interface TransactionIndexGetResponseData extends JsonObject {
|
|
159
210
|
"transactions": JsonValue;
|
|
160
|
-
"summaries":
|
|
211
|
+
"summaries": TransactionIndexGetResponseDataSummaries;
|
|
161
212
|
"service_names": string[];
|
|
162
|
-
"gateways":
|
|
213
|
+
"gateways": TransactionIndexGetResponseDataGateways[];
|
|
163
214
|
}
|
|
164
215
|
export interface TransactionIndexGetResponse extends ApiEnvelope<TransactionIndexGetResponseData> {
|
|
165
216
|
}
|
|
166
|
-
/** Backend response type: response
|
|
217
|
+
/** Backend response type: handler-defined response. */
|
|
167
218
|
export interface RouterShowStatusGetResponse extends ApiEnvelope<JsonValue> {
|
|
168
219
|
}
|
|
220
|
+
/** Backend response type: Vec<models::PaymentVerificationResponse>. */
|
|
221
|
+
export interface TransactionVerificationLogsGetResponseItem extends JsonObject {
|
|
222
|
+
"id": string;
|
|
223
|
+
"transaction_uuid": string;
|
|
224
|
+
"verifier_user_id": string;
|
|
225
|
+
"successful": boolean;
|
|
226
|
+
"previous_status"?: string | null;
|
|
227
|
+
"resulting_status"?: string | null;
|
|
228
|
+
"tracking_code"?: string | null;
|
|
229
|
+
"message"?: string | null;
|
|
230
|
+
"created_at": string;
|
|
231
|
+
}
|
|
232
|
+
export interface TransactionVerificationLogsGetResponse extends ApiEnvelope<TransactionVerificationLogsGetResponseItem[]> {
|
|
233
|
+
}
|
|
234
|
+
/** Backend response type: models::VerifyPaymentResponse. */
|
|
235
|
+
export interface TransactionVerifyPaymentPostResponseDataTransactionGateway extends JsonObject {
|
|
236
|
+
"id": number;
|
|
237
|
+
"name": string;
|
|
238
|
+
"provider": string;
|
|
239
|
+
}
|
|
240
|
+
export interface TransactionVerifyPaymentPostResponseDataTransaction extends JsonObject {
|
|
241
|
+
"uuid": string;
|
|
242
|
+
"amount": number;
|
|
243
|
+
"gateway_id": number;
|
|
244
|
+
"gateway"?: TransactionVerifyPaymentPostResponseDataTransactionGateway | null;
|
|
245
|
+
"description"?: string | null;
|
|
246
|
+
"status"?: string | null;
|
|
247
|
+
"service_name": string;
|
|
248
|
+
"service_model_type"?: string | null;
|
|
249
|
+
"service_model_id"?: string | null;
|
|
250
|
+
"callback_url"?: string | null;
|
|
251
|
+
"authority"?: string | null;
|
|
252
|
+
"user_ip"?: string | null;
|
|
253
|
+
"queue_name"?: string | null;
|
|
254
|
+
"tracking_code"?: string | null;
|
|
255
|
+
"masked_card_number"?: string | null;
|
|
256
|
+
"created_at": string;
|
|
257
|
+
"updated_at": string;
|
|
258
|
+
}
|
|
259
|
+
export interface TransactionVerifyPaymentPostResponseDataVerification extends JsonObject {
|
|
260
|
+
"id": string;
|
|
261
|
+
"transaction_uuid": string;
|
|
262
|
+
"verifier_user_id": string;
|
|
263
|
+
"successful": boolean;
|
|
264
|
+
"previous_status"?: string | null;
|
|
265
|
+
"resulting_status"?: string | null;
|
|
266
|
+
"tracking_code"?: string | null;
|
|
267
|
+
"message"?: string | null;
|
|
268
|
+
"created_at": string;
|
|
269
|
+
}
|
|
270
|
+
export interface TransactionVerifyPaymentPostResponseData extends JsonObject {
|
|
271
|
+
"transaction": TransactionVerifyPaymentPostResponseDataTransaction;
|
|
272
|
+
"verification": TransactionVerifyPaymentPostResponseDataVerification;
|
|
273
|
+
}
|
|
274
|
+
export interface TransactionVerifyPaymentPostResponse extends ApiEnvelope<TransactionVerifyPaymentPostResponseData> {
|
|
275
|
+
}
|
|
169
276
|
/** Backend query type: models::DailyIncomeQuery. */
|
|
170
277
|
export interface TransactionDailyIncomeGetQuery extends QueryParams {
|
|
171
|
-
"days"?: number;
|
|
278
|
+
"days"?: number | null;
|
|
172
279
|
}
|
|
173
280
|
/** Backend response type: Vec<models::DailyIncomePoint>. */
|
|
174
281
|
export interface TransactionDailyIncomeGetResponseItem extends JsonObject {
|
|
@@ -177,28 +284,28 @@ export interface TransactionDailyIncomeGetResponseItem extends JsonObject {
|
|
|
177
284
|
}
|
|
178
285
|
export interface TransactionDailyIncomeGetResponse extends ApiEnvelope<TransactionDailyIncomeGetResponseItem[]> {
|
|
179
286
|
}
|
|
180
|
-
/** Backend response type: response
|
|
287
|
+
/** Backend response type: handler-defined response. */
|
|
181
288
|
export interface RouterStatusRouteGetResponse extends ApiEnvelope<JsonValue> {
|
|
182
289
|
}
|
|
183
|
-
/** Backend response type: response
|
|
290
|
+
/** Backend response type: handler-defined response. */
|
|
184
291
|
export interface PaymentWebRedirectGetResponse extends ApiEnvelope<JsonValue> {
|
|
185
292
|
}
|
|
186
293
|
/** Backend query type: CallbackQuery. */
|
|
187
294
|
export interface PaymentWebCallbackGetQuery extends QueryParams {
|
|
188
|
-
"Authority"?: string;
|
|
189
|
-
"transid"?: string;
|
|
190
|
-
"paymentNumber"?: string;
|
|
295
|
+
"Authority"?: string | null;
|
|
296
|
+
"transid"?: string | null;
|
|
297
|
+
"paymentNumber"?: string | null;
|
|
191
298
|
}
|
|
192
|
-
/** Backend response type: response
|
|
299
|
+
/** Backend response type: handler-defined response. */
|
|
193
300
|
export interface PaymentWebCallbackGetResponse extends ApiEnvelope<JsonValue> {
|
|
194
301
|
}
|
|
195
302
|
/** Backend query type: CallbackQuery. */
|
|
196
303
|
export interface PaymentWebCallbackPostQuery extends QueryParams {
|
|
197
|
-
"Authority"?: string;
|
|
198
|
-
"transid"?: string;
|
|
199
|
-
"paymentNumber"?: string;
|
|
304
|
+
"Authority"?: string | null;
|
|
305
|
+
"transid"?: string | null;
|
|
306
|
+
"paymentNumber"?: string | null;
|
|
200
307
|
}
|
|
201
|
-
/** Backend response type: response
|
|
308
|
+
/** Backend response type: handler-defined response. */
|
|
202
309
|
export interface PaymentWebCallbackPostResponse extends ApiEnvelope<JsonValue> {
|
|
203
310
|
}
|
|
204
311
|
//# 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;AAEpG,0HAA0H;AAC1H,
|
|
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.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@faiber/sdk-core": "0.
|
|
18
|
+
"@faiber/sdk-core": "0.5.0"
|
|
19
19
|
}
|
|
20
20
|
}
|