@whisk/graphql 0.0.14 → 0.0.16

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.
@@ -1912,6 +1912,16 @@ var __schema = {
1912
1912
  args: [
1913
1913
  ]
1914
1914
  },
1915
+ {
1916
+ name: "trailingPeriod",
1917
+ type: {
1918
+ kind: "SCALAR",
1919
+ name: "Int",
1920
+ ofType: null
1921
+ },
1922
+ args: [
1923
+ ]
1924
+ },
1915
1925
  {
1916
1926
  name: "maturity",
1917
1927
  type: {
@@ -4116,6 +4126,25 @@ var __schema = {
4116
4126
  args: [
4117
4127
  ]
4118
4128
  },
4129
+ {
4130
+ name: "allocations",
4131
+ type: {
4132
+ kind: "NON_NULL",
4133
+ ofType: {
4134
+ kind: "LIST",
4135
+ ofType: {
4136
+ kind: "NON_NULL",
4137
+ ofType: {
4138
+ kind: "INTERFACE",
4139
+ name: "Adapter",
4140
+ ofType: null
4141
+ }
4142
+ }
4143
+ }
4144
+ },
4145
+ args: [
4146
+ ]
4147
+ },
4119
4148
  {
4120
4149
  name: "adapters",
4121
4150
  type: {
@@ -4327,6 +4356,10 @@ var __schema = {
4327
4356
  kind: "OBJECT",
4328
4357
  name: "BoxVaultAdapter"
4329
4358
  },
4359
+ {
4360
+ kind: "OBJECT",
4361
+ name: "Erc4626VaultAdapter"
4362
+ },
4330
4363
  {
4331
4364
  kind: "OBJECT",
4332
4365
  name: "UnknownAdapter"
@@ -4546,6 +4579,74 @@ var __schema = {
4546
4579
  }
4547
4580
  ]
4548
4581
  },
4582
+ {
4583
+ kind: "OBJECT",
4584
+ name: "Erc4626VaultAdapter",
4585
+ fields: [
4586
+ {
4587
+ name: "adapterAddress",
4588
+ type: {
4589
+ kind: "NON_NULL",
4590
+ ofType: {
4591
+ kind: "SCALAR",
4592
+ name: "Address",
4593
+ ofType: null
4594
+ }
4595
+ },
4596
+ args: [
4597
+ ]
4598
+ },
4599
+ {
4600
+ name: "adapterCap",
4601
+ type: {
4602
+ kind: "OBJECT",
4603
+ name: "AdapterCap",
4604
+ ofType: null
4605
+ },
4606
+ args: [
4607
+ ]
4608
+ },
4609
+ {
4610
+ name: "name",
4611
+ type: {
4612
+ kind: "SCALAR",
4613
+ name: "String",
4614
+ ofType: null
4615
+ },
4616
+ args: [
4617
+ ]
4618
+ },
4619
+ {
4620
+ name: "riskAssessment",
4621
+ type: {
4622
+ kind: "NON_NULL",
4623
+ ofType: {
4624
+ kind: "OBJECT",
4625
+ name: "RiskAssessment",
4626
+ ofType: null
4627
+ }
4628
+ },
4629
+ args: [
4630
+ ]
4631
+ },
4632
+ {
4633
+ name: "vault",
4634
+ type: {
4635
+ kind: "INTERFACE",
4636
+ name: "Erc4626Vault",
4637
+ ofType: null
4638
+ },
4639
+ args: [
4640
+ ]
4641
+ }
4642
+ ],
4643
+ interfaces: [
4644
+ {
4645
+ kind: "INTERFACE",
4646
+ name: "Adapter"
4647
+ }
4648
+ ]
4649
+ },
4549
4650
  {
4550
4651
  kind: "OBJECT",
4551
4652
  name: "UnknownAdapter",