@settlemint/sdk-js 2.6.2-pr4bce5e49 → 2.6.2-pr4c2db85d
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.cjs +14 -7
- package/dist/settlemint.cjs.map +1 -1
- package/dist/settlemint.d.cts +24 -0
- package/dist/settlemint.d.ts +24 -0
- package/dist/settlemint.js.map +1 -1
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -5885,6 +5885,14 @@ type introspection_types = {
|
|
|
5885
5885
|
};
|
|
5886
5886
|
};
|
|
5887
5887
|
};
|
|
5888
|
+
'artifactsImage': {
|
|
5889
|
+
name: 'artifactsImage';
|
|
5890
|
+
type: {
|
|
5891
|
+
kind: 'SCALAR';
|
|
5892
|
+
name: 'String';
|
|
5893
|
+
ofType: null;
|
|
5894
|
+
};
|
|
5895
|
+
};
|
|
5888
5896
|
'blockchainNodes': {
|
|
5889
5897
|
name: 'blockchainNodes';
|
|
5890
5898
|
type: {
|
|
@@ -8179,6 +8187,14 @@ type introspection_types = {
|
|
|
8179
8187
|
};
|
|
8180
8188
|
};
|
|
8181
8189
|
};
|
|
8190
|
+
'artifactsImage': {
|
|
8191
|
+
name: 'artifactsImage';
|
|
8192
|
+
type: {
|
|
8193
|
+
kind: 'SCALAR';
|
|
8194
|
+
name: 'String';
|
|
8195
|
+
ofType: null;
|
|
8196
|
+
};
|
|
8197
|
+
};
|
|
8182
8198
|
'blockchainNodes': {
|
|
8183
8199
|
name: 'blockchainNodes';
|
|
8184
8200
|
type: {
|
|
@@ -17651,6 +17667,14 @@ type introspection_types = {
|
|
|
17651
17667
|
};
|
|
17652
17668
|
};
|
|
17653
17669
|
defaultValue: null;
|
|
17670
|
+
}, {
|
|
17671
|
+
name: 'preloadDatabaseSchema';
|
|
17672
|
+
type: {
|
|
17673
|
+
kind: 'SCALAR';
|
|
17674
|
+
name: 'Boolean';
|
|
17675
|
+
ofType: null;
|
|
17676
|
+
};
|
|
17677
|
+
defaultValue: null;
|
|
17654
17678
|
}, {
|
|
17655
17679
|
name: 'productName';
|
|
17656
17680
|
type: {
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -5885,6 +5885,14 @@ type introspection_types = {
|
|
|
5885
5885
|
};
|
|
5886
5886
|
};
|
|
5887
5887
|
};
|
|
5888
|
+
'artifactsImage': {
|
|
5889
|
+
name: 'artifactsImage';
|
|
5890
|
+
type: {
|
|
5891
|
+
kind: 'SCALAR';
|
|
5892
|
+
name: 'String';
|
|
5893
|
+
ofType: null;
|
|
5894
|
+
};
|
|
5895
|
+
};
|
|
5888
5896
|
'blockchainNodes': {
|
|
5889
5897
|
name: 'blockchainNodes';
|
|
5890
5898
|
type: {
|
|
@@ -8179,6 +8187,14 @@ type introspection_types = {
|
|
|
8179
8187
|
};
|
|
8180
8188
|
};
|
|
8181
8189
|
};
|
|
8190
|
+
'artifactsImage': {
|
|
8191
|
+
name: 'artifactsImage';
|
|
8192
|
+
type: {
|
|
8193
|
+
kind: 'SCALAR';
|
|
8194
|
+
name: 'String';
|
|
8195
|
+
ofType: null;
|
|
8196
|
+
};
|
|
8197
|
+
};
|
|
8182
8198
|
'blockchainNodes': {
|
|
8183
8199
|
name: 'blockchainNodes';
|
|
8184
8200
|
type: {
|
|
@@ -17651,6 +17667,14 @@ type introspection_types = {
|
|
|
17651
17667
|
};
|
|
17652
17668
|
};
|
|
17653
17669
|
defaultValue: null;
|
|
17670
|
+
}, {
|
|
17671
|
+
name: 'preloadDatabaseSchema';
|
|
17672
|
+
type: {
|
|
17673
|
+
kind: 'SCALAR';
|
|
17674
|
+
name: 'Boolean';
|
|
17675
|
+
ofType: null;
|
|
17676
|
+
};
|
|
17677
|
+
defaultValue: null;
|
|
17654
17678
|
}, {
|
|
17655
17679
|
name: 'productName';
|
|
17656
17680
|
type: {
|