@settlemint/sdk-js 2.5.5-pr7c65a996 → 2.5.5
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.
- package/dist/settlemint.d.cts +4 -4
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* SettleMint SDK - Main Package */
|
|
2
2
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
3
|
-
import * as gql_tada0$1 from "gql.tada";
|
|
4
3
|
import * as gql_tada0 from "gql.tada";
|
|
4
|
+
import * as gql_tada1 from "gql.tada";
|
|
5
5
|
import * as gql_tada2 from "gql.tada";
|
|
6
6
|
import * as gql_tada4 from "gql.tada";
|
|
7
7
|
import * as gql_tada6 from "gql.tada";
|
|
@@ -104164,7 +104164,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
104164
104164
|
/**
|
|
104165
104165
|
* GraphQL fragment containing core application fields.
|
|
104166
104166
|
*/
|
|
104167
|
-
declare const ApplicationFragment: gql_tada0
|
|
104167
|
+
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
|
|
104168
104168
|
id: string;
|
|
104169
104169
|
uniqueName: string;
|
|
104170
104170
|
name: string;
|
|
@@ -104185,7 +104185,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
104185
104185
|
/**
|
|
104186
104186
|
* Mutation to create a new application.
|
|
104187
104187
|
*/
|
|
104188
|
-
declare const createApplication: gql_tada0
|
|
104188
|
+
declare const createApplication: gql_tada0.TadaDocumentNode<{
|
|
104189
104189
|
createApplication: {
|
|
104190
104190
|
id: string;
|
|
104191
104191
|
uniqueName: string;
|
|
@@ -104240,7 +104240,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
104240
104240
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
104241
104241
|
//#endregion
|
|
104242
104242
|
//#region src/graphql/application-access-tokens.d.ts
|
|
104243
|
-
declare const createApplicationAccessToken:
|
|
104243
|
+
declare const createApplicationAccessToken: gql_tada1.TadaDocumentNode<{
|
|
104244
104244
|
createApplicationAccessToken: {
|
|
104245
104245
|
token: string | null;
|
|
104246
104246
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-js",
|
|
3
3
|
"description": "Core JavaScript SDK for integrating SettleMint's blockchain platform services into your applications",
|
|
4
|
-
"version": "2.5.5
|
|
4
|
+
"version": "2.5.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@settlemint/sdk-utils": "2.5.5
|
|
57
|
+
"@settlemint/sdk-utils": "2.5.5",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|