@settlemint/sdk-js 2.4.0-prce97c92d → 2.4.0-prcf35f1e3
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 +7 -23
- package/dist/settlemint.d.ts +7 -23
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -9217,14 +9217,6 @@ type introspection_types = {
|
|
|
9217
9217
|
};
|
|
9218
9218
|
};
|
|
9219
9219
|
};
|
|
9220
|
-
'applicationAccessToken': {
|
|
9221
|
-
name: 'applicationAccessToken';
|
|
9222
|
-
type: {
|
|
9223
|
-
kind: 'OBJECT';
|
|
9224
|
-
name: 'ApplicationAccessToken';
|
|
9225
|
-
ofType: null;
|
|
9226
|
-
};
|
|
9227
|
-
};
|
|
9228
9220
|
'applicationId': {
|
|
9229
9221
|
name: 'applicationId';
|
|
9230
9222
|
type: {
|
|
@@ -9332,9 +9324,13 @@ type introspection_types = {
|
|
|
9332
9324
|
'user': {
|
|
9333
9325
|
name: 'user';
|
|
9334
9326
|
type: {
|
|
9335
|
-
kind: '
|
|
9336
|
-
name:
|
|
9337
|
-
ofType:
|
|
9327
|
+
kind: 'NON_NULL';
|
|
9328
|
+
name: never;
|
|
9329
|
+
ofType: {
|
|
9330
|
+
kind: 'OBJECT';
|
|
9331
|
+
name: 'User';
|
|
9332
|
+
ofType: null;
|
|
9333
|
+
};
|
|
9338
9334
|
};
|
|
9339
9335
|
};
|
|
9340
9336
|
'variables': {
|
|
@@ -97956,18 +97952,6 @@ type introspection_types = {
|
|
|
97956
97952
|
};
|
|
97957
97953
|
};
|
|
97958
97954
|
};
|
|
97959
|
-
'validInStripe': {
|
|
97960
|
-
name: 'validInStripe';
|
|
97961
|
-
type: {
|
|
97962
|
-
kind: 'NON_NULL';
|
|
97963
|
-
name: never;
|
|
97964
|
-
ofType: {
|
|
97965
|
-
kind: 'SCALAR';
|
|
97966
|
-
name: 'Boolean';
|
|
97967
|
-
ofType: null;
|
|
97968
|
-
};
|
|
97969
|
-
};
|
|
97970
|
-
};
|
|
97971
97955
|
};
|
|
97972
97956
|
};
|
|
97973
97957
|
'Subgraph': {
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -9218,14 +9218,6 @@ type introspection_types = {
|
|
|
9218
9218
|
};
|
|
9219
9219
|
};
|
|
9220
9220
|
};
|
|
9221
|
-
'applicationAccessToken': {
|
|
9222
|
-
name: 'applicationAccessToken';
|
|
9223
|
-
type: {
|
|
9224
|
-
kind: 'OBJECT';
|
|
9225
|
-
name: 'ApplicationAccessToken';
|
|
9226
|
-
ofType: null;
|
|
9227
|
-
};
|
|
9228
|
-
};
|
|
9229
9221
|
'applicationId': {
|
|
9230
9222
|
name: 'applicationId';
|
|
9231
9223
|
type: {
|
|
@@ -9333,9 +9325,13 @@ type introspection_types = {
|
|
|
9333
9325
|
'user': {
|
|
9334
9326
|
name: 'user';
|
|
9335
9327
|
type: {
|
|
9336
|
-
kind: '
|
|
9337
|
-
name:
|
|
9338
|
-
ofType:
|
|
9328
|
+
kind: 'NON_NULL';
|
|
9329
|
+
name: never;
|
|
9330
|
+
ofType: {
|
|
9331
|
+
kind: 'OBJECT';
|
|
9332
|
+
name: 'User';
|
|
9333
|
+
ofType: null;
|
|
9334
|
+
};
|
|
9339
9335
|
};
|
|
9340
9336
|
};
|
|
9341
9337
|
'variables': {
|
|
@@ -97957,18 +97953,6 @@ type introspection_types = {
|
|
|
97957
97953
|
};
|
|
97958
97954
|
};
|
|
97959
97955
|
};
|
|
97960
|
-
'validInStripe': {
|
|
97961
|
-
name: 'validInStripe';
|
|
97962
|
-
type: {
|
|
97963
|
-
kind: 'NON_NULL';
|
|
97964
|
-
name: never;
|
|
97965
|
-
ofType: {
|
|
97966
|
-
kind: 'SCALAR';
|
|
97967
|
-
name: 'Boolean';
|
|
97968
|
-
ofType: null;
|
|
97969
|
-
};
|
|
97970
|
-
};
|
|
97971
|
-
};
|
|
97972
97956
|
};
|
|
97973
97957
|
};
|
|
97974
97958
|
'Subgraph': {
|
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.4.0-
|
|
4
|
+
"version": "2.4.0-prcf35f1e3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"gql.tada": "^1",
|
|
56
56
|
"graphql-request": "^7",
|
|
57
57
|
"zod": "^3.25.0",
|
|
58
|
-
"@settlemint/sdk-utils": "2.4.0-
|
|
58
|
+
"@settlemint/sdk-utils": "2.4.0-prcf35f1e3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {},
|
|
61
61
|
"engines": {
|