@adminide-stack/billing-api-core
Advanced tools
Comparing version 0.0.20-alpha.22 to 0.0.20-alpha.24
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.20-alpha.24](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.23...v0.0.20-alpha.24) (2021-04-29) | ||
**Note:** Version bump only for package @adminide-stack/billing-api-core | ||
## [0.0.20-alpha.22](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.21...v0.0.20-alpha.22) (2021-04-28) | ||
@@ -8,0 +16,0 @@ |
@@ -905,4 +905,4 @@ "use strict"; | ||
exports.GetPaypalIntegrationStatusDocument = graphql_tag_1.default ` | ||
query GetPaypalIntegrationStatus { | ||
getPaypalIntegrationStatus { | ||
query GetPaypalIntegrationStatus($where: WhereInput) { | ||
getPaypalIntegrationStatus(where: $where) { | ||
status | ||
@@ -909,0 +909,0 @@ user { |
{ | ||
"name": "@adminide-stack/billing-api-core", | ||
"version": "0.0.20-alpha.22", | ||
"version": "0.0.20-alpha.24", | ||
"description": "Workbench core for higher packages to depend on", | ||
@@ -64,3 +64,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "01ecf5701d87068ccee1e13ba7ee25bda906e003" | ||
"gitHead": "22b0234e15c672663804202304f460beb23eac7f" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
461453
8305