Comparing version 0.49.3 to 0.49.4
@@ -61,3 +61,3 @@ "use strict"; | ||
var GET_CARD = "\n query getCard (\n $id: String,\n $type: CardType\n ) {\n viewer {\n mainAccount {\n card(\n filter: {\n id: $id,\n type: $type\n }\n ) {\n ".concat(CARD_FIELDS, "\n }\n }\n }\n }\n"); | ||
var GET_CARD_LIMITS = "\n query getCardLimits (\n $id: String,\n $type: CardType\n ) {\n viewer {\n mainAccount {\n card(\n filter: {\n id: $id,\n type: $type\n }\n ) {\n settings {\n cardPresentLimits {\n ".concat(CARD_LIMITS_FIELDS, "\n }\n cardNotPresentLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n }\n }\n }\n }\n }\n"); | ||
var GET_CARD_LIMITS = "\n query getCardLimits (\n $id: String,\n $type: CardType\n ) {\n viewer {\n mainAccount {\n card(\n filter: {\n id: $id,\n type: $type\n }\n ) {\n settings {\n cardPresentLimits {\n ".concat(CARD_LIMITS_FIELDS, "\n }\n cardNotPresentLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n atmWithdrawalLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n purchaseLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n }\n }\n }\n }\n }\n"); | ||
var GET_CARD_PIN_KEY = "\n query getCardPinKey (\n $id: String,\n $type: CardType\n ) {\n viewer {\n mainAccount {\n card(\n filter: {\n id: $id,\n type: $type\n }\n ) {\n pinKey {\n kid\n kty\n use\n alg\n n\n e\n }\n }\n }\n }\n }\n"; | ||
@@ -71,3 +71,3 @@ var CHANGE_CARD_PIN_ENCRYPTED = "mutation changeCardPINEncrypted(\n $id: String!\n $payload: ChangeCardPINEncryptedInput!\n) {\n changeCardPINEncrypted(\n id: $id\n payload: $payload\n ) {\n ".concat(CARD_FIELDS, "\n }\n}"); | ||
var CHANGE_CARD_STATUS = "mutation changeCardStatus(\n $id: String!\n $action: CardAction!\n) {\n changeCardStatus(\n id: $id\n action: $action\n ) {\n ".concat(CARD_FIELDS, "\n }\n}"); | ||
var UPDATE_CARD_SETTINGS = "mutation updateCardSettings(\n $id: String!\n $contactlessEnabled: Boolean\n $cardPresentLimits: CardLimitsInput\n $cardNotPresentLimits: CardLimitsInput\n) {\n updateCardSettings(\n settings: {\n contactlessEnabled: $contactlessEnabled\n cardPresentLimits: $cardPresentLimits\n cardNotPresentLimits: $cardNotPresentLimits\n }\n id: $id\n ) {\n contactlessEnabled\n cardNotPresentLimits {\n ".concat(CARD_LIMITS_FIELDS, "\n }\n cardPresentLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n }\n}"); | ||
var UPDATE_CARD_SETTINGS = "mutation updateCardSettings(\n $id: String!\n $contactlessEnabled: Boolean\n $cardPresentLimits: CardLimitsInput\n $cardNotPresentLimits: CardLimitsInput\n) {\n updateCardSettings(\n settings: {\n contactlessEnabled: $contactlessEnabled\n cardPresentLimits: $cardPresentLimits\n cardNotPresentLimits: $cardNotPresentLimits\n atmWithdrawalLimits: $atmWithdrawalLimits\n purchaseLimits: $purchaseLimits\n }\n id: $id\n ) {\n contactlessEnabled\n cardSpendingLimits {\n atm {\n ".concat(CARD_LIMITS_FIELDS, "\n }\n purchase {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n }\n cardNotPresentLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n cardPresentLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n }\n}"); | ||
var REPLACE_CARD = "mutation replaceCard(\n $id: String!\n) {\n replaceCard(\n id: $id\n ) {\n ".concat(CARD_FIELDS, "\n }\n}"); | ||
@@ -74,0 +74,0 @@ var REORDER_CARD = "mutation reorderCard(\n $id: String!\n) {\n reorderCard(\n id: $id\n ) {\n ".concat(CARD_FIELDS, "\n }\n}"); |
@@ -586,2 +586,3 @@ "use strict"; | ||
QuestionnaireStatus["DocumentsUploaded"] = "DOCUMENTS_UPLOADED"; | ||
QuestionnaireStatus["NotStarted"] = "NOT_STARTED"; | ||
QuestionnaireStatus["Started"] = "STARTED"; | ||
@@ -588,0 +589,0 @@ })(QuestionnaireStatus = exports.QuestionnaireStatus || (exports.QuestionnaireStatus = {})); |
{ | ||
"name": "kontist", | ||
"version": "0.49.3", | ||
"version": "0.49.4", | ||
"description": "Kontist client SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
965861
17146