New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kontist

Package Overview
Dependencies
Maintainers
6
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kontist - npm Package Compare versions

Comparing version 0.49.4 to 0.49.5

4

dist/lib/graphql/card.js

@@ -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 atmWithdrawalLimits {\n ").concat(CARD_LIMITS_FIELDS, "\n }\n purchaseLimits {\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 atmLimits {\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 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 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 atmLimits: $atmLimits\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}");

{
"name": "kontist",
"version": "0.49.4",
"version": "0.49.5",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc