@iota/graphql-transport 0.6.0 → 0.7.0
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/CHANGELOG.md +14 -0
- package/dist/cjs/generated/queries.d.ts +1 -21
- package/dist/cjs/generated/queries.js.map +2 -2
- package/dist/esm/generated/queries.d.ts +1 -21
- package/dist/esm/generated/queries.js.map +2 -2
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @iota/graphql-transport
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c837b79: Removed support for iota-bridge
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [6051799]
|
|
12
|
+
- Updated dependencies [5db9797]
|
|
13
|
+
- Updated dependencies [c4c6d9a]
|
|
14
|
+
- Updated dependencies [c837b79]
|
|
15
|
+
- @iota/iota-sdk@1.3.0
|
|
16
|
+
|
|
3
17
|
## 0.6.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -494,14 +494,6 @@ export type BalanceEdge = {
|
|
|
494
494
|
/** The item at the end of the edge */
|
|
495
495
|
node: Balance;
|
|
496
496
|
};
|
|
497
|
-
export type BridgeCommitteeInitTransaction = {
|
|
498
|
-
__typename?: 'BridgeCommitteeInitTransaction';
|
|
499
|
-
bridgeObjInitialSharedVersion: Scalars['UInt53']['output'];
|
|
500
|
-
};
|
|
501
|
-
export type BridgeStateCreateTransaction = {
|
|
502
|
-
__typename?: 'BridgeStateCreateTransaction';
|
|
503
|
-
chainId: Scalars['String']['output'];
|
|
504
|
-
};
|
|
505
497
|
/**
|
|
506
498
|
* A system transaction that updates epoch information on-chain (increments the
|
|
507
499
|
* current epoch). Executed by the system once per epoch, without using gas.
|
|
@@ -1317,7 +1309,7 @@ export type EndOfEpochTransactionTransactionsArgs = {
|
|
|
1317
1309
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1318
1310
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1319
1311
|
};
|
|
1320
|
-
export type EndOfEpochTransactionKind = AuthenticatorStateCreateTransaction | AuthenticatorStateExpireTransaction |
|
|
1312
|
+
export type EndOfEpochTransactionKind = AuthenticatorStateCreateTransaction | AuthenticatorStateExpireTransaction | ChangeEpochTransaction | ChangeEpochTransactionV2;
|
|
1321
1313
|
export type EndOfEpochTransactionKindConnection = {
|
|
1322
1314
|
__typename?: 'EndOfEpochTransactionKindConnection';
|
|
1323
1315
|
/** A list of edges. */
|
|
@@ -5332,10 +5324,6 @@ export type GetCheckpointQuery = {
|
|
|
5332
5324
|
__typename: 'AuthenticatorStateCreateTransaction';
|
|
5333
5325
|
} | {
|
|
5334
5326
|
__typename: 'AuthenticatorStateExpireTransaction';
|
|
5335
|
-
} | {
|
|
5336
|
-
__typename: 'BridgeCommitteeInitTransaction';
|
|
5337
|
-
} | {
|
|
5338
|
-
__typename: 'BridgeStateCreateTransaction';
|
|
5339
5327
|
} | {
|
|
5340
5328
|
__typename: 'ChangeEpochTransaction';
|
|
5341
5329
|
} | {
|
|
@@ -5461,10 +5449,6 @@ export type GetCheckpointsQuery = {
|
|
|
5461
5449
|
__typename: 'AuthenticatorStateCreateTransaction';
|
|
5462
5450
|
} | {
|
|
5463
5451
|
__typename: 'AuthenticatorStateExpireTransaction';
|
|
5464
|
-
} | {
|
|
5465
|
-
__typename: 'BridgeCommitteeInitTransaction';
|
|
5466
|
-
} | {
|
|
5467
|
-
__typename: 'BridgeStateCreateTransaction';
|
|
5468
5452
|
} | {
|
|
5469
5453
|
__typename: 'ChangeEpochTransaction';
|
|
5470
5454
|
} | {
|
|
@@ -5596,10 +5580,6 @@ export type Rpc_Checkpoint_FieldsFragment = {
|
|
|
5596
5580
|
__typename: 'AuthenticatorStateCreateTransaction';
|
|
5597
5581
|
} | {
|
|
5598
5582
|
__typename: 'AuthenticatorStateExpireTransaction';
|
|
5599
|
-
} | {
|
|
5600
|
-
__typename: 'BridgeCommitteeInitTransaction';
|
|
5601
|
-
} | {
|
|
5602
|
-
__typename: 'BridgeStateCreateTransaction';
|
|
5603
5583
|
} | {
|
|
5604
5584
|
__typename: 'ChangeEpochTransaction';
|
|
5605
5585
|
} | {
|