@settlemint/sdk-js 2.4.0-maind463f27f → 2.4.0-mainf82cfb93

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.
@@ -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: 'OBJECT';
9337
- name: 'User';
9338
- ofType: null;
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-maind463f27f",
4
+ "version": "2.4.0-mainf82cfb93",
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-maind463f27f"
58
+ "@settlemint/sdk-utils": "2.4.0-mainf82cfb93"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "engines": {