@ikas/api-client 1.0.1-alpha.3 → 1.0.2-alpha.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.
|
@@ -10,7 +10,7 @@ var common_gql_1 = require("./common-gql");
|
|
|
10
10
|
exports.DefaultQueries = {
|
|
11
11
|
getAuthorizedApp: (0, graphql_request_1.gql)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n query GetAuthorizedApp {\n getAuthorizedApp {\n id\n storeAppId\n scope\n addedDate\n partnerId\n salesChannelId\n }\n }\n "], ["\n query GetAuthorizedApp {\n getAuthorizedApp {\n id\n storeAppId\n scope\n addedDate\n partnerId\n salesChannelId\n }\n }\n "]))),
|
|
12
12
|
getMerchantLicence: (0, graphql_request_1.gql)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n query GetMerchantLicence {\n getMerchantLicence {\n activeSubscriptionCode\n activeSubscriptionId\n appSubscriptions {\n addedDate\n appPaymentKey\n authorizedAppId\n createdAt\n currency\n deleted\n id\n lastPaymentDate\n lastPaymentPeriod\n lastPaymentPrice\n lastPaymentPriceWithTax\n merchantAppPaymentId\n name\n status\n storeAppId\n updatedAt\n }\n createdAt\n deleted\n fromDate\n id\n licenceActivationDate\n limits {\n code\n value\n }\n period\n region\n status\n statusUpdatedAt\n subscriptions {\n code\n createdAt\n currency\n deleted\n id\n lastPaymentDate\n lastPaymentPeriod\n lastPaymentPrice\n lastPaymentPriceWithTax\n status\n subscriptionId\n updatedAt\n }\n toDate\n updatedAt\n }\n }\n "], ["\n query GetMerchantLicence {\n getMerchantLicence {\n activeSubscriptionCode\n activeSubscriptionId\n appSubscriptions {\n addedDate\n appPaymentKey\n authorizedAppId\n createdAt\n currency\n deleted\n id\n lastPaymentDate\n lastPaymentPeriod\n lastPaymentPrice\n lastPaymentPriceWithTax\n merchantAppPaymentId\n name\n status\n storeAppId\n updatedAt\n }\n createdAt\n deleted\n fromDate\n id\n licenceActivationDate\n limits {\n code\n value\n }\n period\n region\n status\n statusUpdatedAt\n subscriptions {\n code\n createdAt\n currency\n deleted\n id\n lastPaymentDate\n lastPaymentPeriod\n lastPaymentPrice\n lastPaymentPriceWithTax\n status\n subscriptionId\n updatedAt\n }\n toDate\n updatedAt\n }\n }\n "]))),
|
|
13
|
-
getMerchant: (0, graphql_request_1.gql)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n query GetMerchant {\n getMerchant {\n
|
|
13
|
+
getMerchant: (0, graphql_request_1.gql)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n query GetMerchant {\n getMerchant {\n address {\n addressLine1\n addressLine2\n city {\n code\n id\n name\n }\n country {\n code\n id\n name\n }\n district {\n code\n id\n name\n }\n firstName\n identityNumber\n lastName\n postalCode\n state {\n code\n id\n name\n }\n taxOffice\n title\n type\n vkn\n }\n email\n firstName\n id\n lastName\n merchantName\n merchantSequence\n phoneNumber\n storeName\n }\n }\n "], ["\n query GetMerchant {\n getMerchant {\n address {\n addressLine1\n addressLine2\n city {\n code\n id\n name\n }\n country {\n code\n id\n name\n }\n district {\n code\n id\n name\n }\n firstName\n identityNumber\n lastName\n postalCode\n state {\n code\n id\n name\n }\n taxOffice\n title\n type\n vkn\n }\n email\n firstName\n id\n lastName\n merchantName\n merchantSequence\n phoneNumber\n storeName\n }\n }\n "]))),
|
|
14
14
|
getSalesChannel: (0, graphql_request_1.gql)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n query GetSalesChannel {\n getSalesChannel {\n id\n createdAt\n updatedAt\n deleted\n name\n paymentGateways {\n id\n order\n }\n priceListId\n stockLocations {\n id\n order\n }\n type\n }\n }\n "], ["\n query GetSalesChannel {\n getSalesChannel {\n id\n createdAt\n updatedAt\n deleted\n name\n paymentGateways {\n id\n order\n }\n priceListId\n stockLocations {\n id\n order\n }\n type\n }\n }\n "]))),
|
|
15
15
|
listCategory: (0, graphql_request_1.gql)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n query ListCategories(\n $categoryPath: CategoryPathFilterInput\n $id: StringFilterInput\n $includeDeleted: Boolean\n $name: StringFilterInput\n $search: String\n $updatedAt: DateFilterInput\n ) {\n listCategory(categoryPath: $categoryPath, id: $id, includeDeleted: $includeDeleted, name: $name, search: $search, updatedAt: $updatedAt) ", "\n } \n "], ["\n query ListCategories(\n $categoryPath: CategoryPathFilterInput\n $id: StringFilterInput\n $includeDeleted: Boolean\n $name: StringFilterInput\n $search: String\n $updatedAt: DateFilterInput\n ) {\n listCategory(categoryPath: $categoryPath, id: $id, includeDeleted: $includeDeleted, name: $name, search: $search, updatedAt: $updatedAt) ", "\n } \n "])), common_gql_1.CATEGORY_GQL),
|
|
16
16
|
listCustomer: (0, graphql_request_1.gql)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n query ListCustomer($pagination: PaginationInput, $id: StringFilterInput, $sort: String) {\n listCustomer(pagination: $pagination, id: $id, sort: $sort) {\n data ", "\n count\n hasNext\n limit\n page\n }\n }\n "], ["\n query ListCustomer($pagination: PaginationInput, $id: StringFilterInput, $sort: String) {\n listCustomer(pagination: $pagination, id: $id, sort: $sort) {\n data ", "\n count\n hasNext\n limit\n page\n }\n }\n "])), common_gql_1.CUSTOMER_GQL),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-gql.js","sourceRoot":"","sources":["../../../src/api/admin/query-gql.ts"],"names":[],"mappings":";;;;;;;AACA,mDAAsC;AACtC,2CAAkF;AAMrE,QAAA,cAAc,GAAY;IACrC,gBAAgB,MAAE,qBAAG,+PAAA,2LAWpB,IAAA;IACD,kBAAkB,MAAE,qBAAG,mrCAAA,+mCAsDtB,IAAA;IACD,WAAW,MAAE,qBAAG,
|
|
1
|
+
{"version":3,"file":"query-gql.js","sourceRoot":"","sources":["../../../src/api/admin/query-gql.ts"],"names":[],"mappings":";;;;;;;AACA,mDAAsC;AACtC,2CAAkF;AAMrE,QAAA,cAAc,GAAY;IACrC,gBAAgB,MAAE,qBAAG,+PAAA,2LAWpB,IAAA;IACD,kBAAkB,MAAE,qBAAG,mrCAAA,+mCAsDtB,IAAA;IACD,WAAW,MAAE,qBAAG,g2BAAA,4xBA6Cf,IAAA;IACD,eAAe,MAAE,qBAAG,6YAAA,yUAoBnB,IAAA;IACD,YAAY,MAAE,qBAAG,idAAA,6XAS8H,EAAY,cAE1J,KAF8I,yBAAY,CAE1J;IACD,YAAY,MAAE,qBAAG,8UAAA,qLAGJ,EAAY,mFAOxB,KAPY,yBAAY,CAOxB;IACD,sBAAsB,MAAE,qBAAG,unBAAA,mjBA0B1B,IAAA;IACD,SAAS,MAAE,qBAAG,4SAAA,kKAID,EAAS,oEAMrB,KANY,sBAAS,CAMrB;IACD,aAAa,MAAE,qBAAG,gRAAA,4MAWjB,IAAA;IACD,WAAW,MAAE,qBAAG,kZAAA,oTAOH,EAAW,sBAGvB,KAHY,wBAAW,CAGvB;IACD,oBAAoB,MAAE,qBAAG,utBAAA,ipBA4BxB,IAAA;IACD,gBAAgB,MAAE,qBAAG,8sBAAA,woBAwBpB,IAAA;IACD,wBAAwB,MAAE,qBAAG,qkBAAA,+fAmB5B,IAAA;IACD,cAAc,MAAE,qBAAG,wZAAA,kVAUlB,IAAA;IACD,gBAAgB,MAAE,qBAAG,kbAAA,4WAoBpB,IAAA;IACD,iBAAiB,MAAE,qBAAG,ksBAAA,4nBAoCrB,IAAA;IACD,cAAc,MAAE,qBAAG,kQAAA,4LAUlB,IAAA;IACD,sBAAsB,MAAE,qBAAG,8XAAA,wTAe1B,IAAA;IACD,eAAe,MAAE,qBAAG,wkBAAA,kgBAmBnB,IAAA;IACD,WAAW,MAAE,qBAAG,8OAAA,wKAWf,IAAA;IAED,cAAc,MAAE,qBAAG,mQAAA,6LAUlB,IAAA;IAED,QAAQ,MAAE,qBAAG,gcAAA,0XAcZ,IAAA;IAED,WAAW,MAAE,qBAAG,ojBAAA,8eAsBf,IAAA;IAED,YAAY,MAAE,qBAAG,yhBAAA,mdAoBhB,IAAA;IAED,SAAS,MAAE,qBAAG,8UAAA,wQAUb,IAAA;IAED,QAAQ,MAAE,qBAAG,4UAAA,sQAUZ,IAAA;CACF,CAAC"}
|
package/dist/api/index.d.ts
CHANGED
package/dist/api/index.js
CHANGED
|
@@ -12,4 +12,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
__exportStar(require("./admin"), exports);
|
|
14
14
|
__exportStar(require("./oauth"), exports);
|
|
15
|
+
__exportStar(require("./base"), exports);
|
|
15
16
|
//# sourceMappingURL=index.js.map
|
package/dist/api/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAwB;AACxB,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAwB;AACxB,0CAAwB;AACxB,yCAAuB"}
|