Socket
Socket
Sign inDemoInstall

@duely/client

Package Overview
Dependencies
37
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

2

dist/mutations/index.js

@@ -24,3 +24,3 @@ "use strict";

function _templateObject7() {
var data = _taggedTemplateLiteral(["\n mutation($name: String!, $subdomain_name: String!, $country_code: String!, $return_url: String!) {\n create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, return_url: $return_url) {\n stripe_verification_url\n message\n success\n agency {\n id\n }\n }\n }\n "]);
var data = _taggedTemplateLiteral(["\n mutation($name: String!, $subdomain_name: String!, $country_code: String!, $image_logo: ImageInput!, $return_url: String!) {\n create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, image_logo: $image_logo, return_url: $return_url) {\n stripe_verification_url\n message\n success\n agency {\n id\n }\n }\n }\n "]);

@@ -27,0 +27,0 @@ _templateObject7 = function _templateObject7() {

{
"name": "@duely/client",
"type": "module",
"version": "0.0.10",
"version": "0.0.11",
"repository": "github:uoleevi/duely",

@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)",

@@ -118,4 +118,4 @@ import { gql } from '@apollo/client';

mutation: gql`
mutation($name: String!, $subdomain_name: String!, $country_code: String!, $return_url: String!) {
create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, return_url: $return_url) {
mutation($name: String!, $subdomain_name: String!, $country_code: String!, $image_logo: ImageInput!, $return_url: String!) {
create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, image_logo: $image_logo, return_url: $return_url) {
stripe_verification_url

@@ -122,0 +122,0 @@ message

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc