@settlemint/sdk-js 2.4.0-prf263ce2b → 2.4.0-prf9d91e91
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 +23 -7
- package/dist/settlemint.d.ts +23 -7
- package/package.json +5 -3
package/dist/settlemint.d.cts
CHANGED
|
@@ -9217,6 +9217,14 @@ 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
|
+
};
|
|
9220
9228
|
'applicationId': {
|
|
9221
9229
|
name: 'applicationId';
|
|
9222
9230
|
type: {
|
|
@@ -9324,13 +9332,9 @@ type introspection_types = {
|
|
|
9324
9332
|
'user': {
|
|
9325
9333
|
name: 'user';
|
|
9326
9334
|
type: {
|
|
9327
|
-
kind: '
|
|
9328
|
-
name:
|
|
9329
|
-
ofType:
|
|
9330
|
-
kind: 'OBJECT';
|
|
9331
|
-
name: 'User';
|
|
9332
|
-
ofType: null;
|
|
9333
|
-
};
|
|
9335
|
+
kind: 'OBJECT';
|
|
9336
|
+
name: 'User';
|
|
9337
|
+
ofType: null;
|
|
9334
9338
|
};
|
|
9335
9339
|
};
|
|
9336
9340
|
'variables': {
|
|
@@ -97952,6 +97956,18 @@ type introspection_types = {
|
|
|
97952
97956
|
};
|
|
97953
97957
|
};
|
|
97954
97958
|
};
|
|
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
|
+
};
|
|
97955
97971
|
};
|
|
97956
97972
|
};
|
|
97957
97973
|
'Subgraph': {
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -9218,6 +9218,14 @@ 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
|
+
};
|
|
9221
9229
|
'applicationId': {
|
|
9222
9230
|
name: 'applicationId';
|
|
9223
9231
|
type: {
|
|
@@ -9325,13 +9333,9 @@ type introspection_types = {
|
|
|
9325
9333
|
'user': {
|
|
9326
9334
|
name: 'user';
|
|
9327
9335
|
type: {
|
|
9328
|
-
kind: '
|
|
9329
|
-
name:
|
|
9330
|
-
ofType:
|
|
9331
|
-
kind: 'OBJECT';
|
|
9332
|
-
name: 'User';
|
|
9333
|
-
ofType: null;
|
|
9334
|
-
};
|
|
9336
|
+
kind: 'OBJECT';
|
|
9337
|
+
name: 'User';
|
|
9338
|
+
ofType: null;
|
|
9335
9339
|
};
|
|
9336
9340
|
};
|
|
9337
9341
|
'variables': {
|
|
@@ -97953,6 +97957,18 @@ type introspection_types = {
|
|
|
97953
97957
|
};
|
|
97954
97958
|
};
|
|
97955
97959
|
};
|
|
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
|
+
};
|
|
97956
97972
|
};
|
|
97957
97973
|
};
|
|
97958
97974
|
'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-prf9d91e91",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
"url": "https://github.com/settlemint/sdk/issues",
|
|
21
21
|
"email": "support@settlemint.com"
|
|
22
22
|
},
|
|
23
|
-
"files": [
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
24
26
|
"main": "./dist/settlemint.cjs",
|
|
25
27
|
"module": "./dist/settlemint.js",
|
|
26
28
|
"types": "./dist/settlemint.d.ts",
|
|
@@ -55,7 +57,7 @@
|
|
|
55
57
|
"gql.tada": "^1",
|
|
56
58
|
"graphql-request": "^7",
|
|
57
59
|
"zod": "^3.25.0",
|
|
58
|
-
"@settlemint/sdk-utils": "2.4.0-
|
|
60
|
+
"@settlemint/sdk-utils": "2.4.0-prf9d91e91"
|
|
59
61
|
},
|
|
60
62
|
"peerDependencies": {},
|
|
61
63
|
"engines": {
|