@robosystems/client 0.3.24 → 0.3.25
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/artifacts/graphql/generated/graphql.d.ts +24 -0
- package/artifacts/graphql/generated/graphql.js +78 -0
- package/artifacts/graphql/generated/graphql.ts +84 -0
- package/artifacts/graphql/queries/ledger/informationBlock.js +16 -0
- package/artifacts/graphql/queries/ledger/informationBlock.ts +16 -0
- package/artifacts/graphql/queries/ledger/reportPackage.js +8 -0
- package/artifacts/graphql/queries/ledger/reportPackage.ts +8 -0
- package/package.json +1 -1
|
@@ -2670,6 +2670,14 @@ export type GetInformationBlockQuery = {
|
|
|
2670
2670
|
ruleMessage: string | null;
|
|
2671
2671
|
ruleSeverity: string;
|
|
2672
2672
|
ruleOrigin: string;
|
|
2673
|
+
ruleTarget: {
|
|
2674
|
+
targetKind: string;
|
|
2675
|
+
targetRefId: string;
|
|
2676
|
+
} | null;
|
|
2677
|
+
ruleVariables: Array<{
|
|
2678
|
+
variableName: string;
|
|
2679
|
+
variableQname: string;
|
|
2680
|
+
}>;
|
|
2673
2681
|
}>;
|
|
2674
2682
|
factSet: {
|
|
2675
2683
|
id: string;
|
|
@@ -2783,6 +2791,14 @@ export type ListInformationBlocksQuery = {
|
|
|
2783
2791
|
ruleMessage: string | null;
|
|
2784
2792
|
ruleSeverity: string;
|
|
2785
2793
|
ruleOrigin: string;
|
|
2794
|
+
ruleTarget: {
|
|
2795
|
+
targetKind: string;
|
|
2796
|
+
targetRefId: string;
|
|
2797
|
+
} | null;
|
|
2798
|
+
ruleVariables: Array<{
|
|
2799
|
+
variableName: string;
|
|
2800
|
+
variableQname: string;
|
|
2801
|
+
}>;
|
|
2786
2802
|
}>;
|
|
2787
2803
|
factSet: {
|
|
2788
2804
|
id: string;
|
|
@@ -3132,6 +3148,14 @@ export type GetLedgerReportPackageQuery = {
|
|
|
3132
3148
|
ruleMessage: string | null;
|
|
3133
3149
|
ruleSeverity: string;
|
|
3134
3150
|
ruleOrigin: string;
|
|
3151
|
+
ruleTarget: {
|
|
3152
|
+
targetKind: string;
|
|
3153
|
+
targetRefId: string;
|
|
3154
|
+
} | null;
|
|
3155
|
+
ruleVariables: Array<{
|
|
3156
|
+
variableName: string;
|
|
3157
|
+
variableQname: string;
|
|
3158
|
+
}>;
|
|
3135
3159
|
}>;
|
|
3136
3160
|
factSet: {
|
|
3137
3161
|
id: string;
|
|
@@ -1773,6 +1773,28 @@ exports.GetInformationBlockDocument = {
|
|
|
1773
1773
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
|
|
1774
1774
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
|
|
1775
1775
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
|
|
1776
|
+
{
|
|
1777
|
+
kind: 'Field',
|
|
1778
|
+
name: { kind: 'Name', value: 'ruleTarget' },
|
|
1779
|
+
selectionSet: {
|
|
1780
|
+
kind: 'SelectionSet',
|
|
1781
|
+
selections: [
|
|
1782
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetKind' } },
|
|
1783
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetRefId' } },
|
|
1784
|
+
],
|
|
1785
|
+
},
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
kind: 'Field',
|
|
1789
|
+
name: { kind: 'Name', value: 'ruleVariables' },
|
|
1790
|
+
selectionSet: {
|
|
1791
|
+
kind: 'SelectionSet',
|
|
1792
|
+
selections: [
|
|
1793
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableName' } },
|
|
1794
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableQname' } },
|
|
1795
|
+
],
|
|
1796
|
+
},
|
|
1797
|
+
},
|
|
1776
1798
|
],
|
|
1777
1799
|
},
|
|
1778
1800
|
},
|
|
@@ -2038,6 +2060,28 @@ exports.ListInformationBlocksDocument = {
|
|
|
2038
2060
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
|
|
2039
2061
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
|
|
2040
2062
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
|
|
2063
|
+
{
|
|
2064
|
+
kind: 'Field',
|
|
2065
|
+
name: { kind: 'Name', value: 'ruleTarget' },
|
|
2066
|
+
selectionSet: {
|
|
2067
|
+
kind: 'SelectionSet',
|
|
2068
|
+
selections: [
|
|
2069
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetKind' } },
|
|
2070
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetRefId' } },
|
|
2071
|
+
],
|
|
2072
|
+
},
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
kind: 'Field',
|
|
2076
|
+
name: { kind: 'Name', value: 'ruleVariables' },
|
|
2077
|
+
selectionSet: {
|
|
2078
|
+
kind: 'SelectionSet',
|
|
2079
|
+
selections: [
|
|
2080
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableName' } },
|
|
2081
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableQname' } },
|
|
2082
|
+
],
|
|
2083
|
+
},
|
|
2084
|
+
},
|
|
2041
2085
|
],
|
|
2042
2086
|
},
|
|
2043
2087
|
},
|
|
@@ -2950,6 +2994,40 @@ exports.GetLedgerReportPackageDocument = {
|
|
|
2950
2994
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
|
|
2951
2995
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
|
|
2952
2996
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
|
|
2997
|
+
{
|
|
2998
|
+
kind: 'Field',
|
|
2999
|
+
name: { kind: 'Name', value: 'ruleTarget' },
|
|
3000
|
+
selectionSet: {
|
|
3001
|
+
kind: 'SelectionSet',
|
|
3002
|
+
selections: [
|
|
3003
|
+
{
|
|
3004
|
+
kind: 'Field',
|
|
3005
|
+
name: { kind: 'Name', value: 'targetKind' },
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
kind: 'Field',
|
|
3009
|
+
name: { kind: 'Name', value: 'targetRefId' },
|
|
3010
|
+
},
|
|
3011
|
+
],
|
|
3012
|
+
},
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
kind: 'Field',
|
|
3016
|
+
name: { kind: 'Name', value: 'ruleVariables' },
|
|
3017
|
+
selectionSet: {
|
|
3018
|
+
kind: 'SelectionSet',
|
|
3019
|
+
selections: [
|
|
3020
|
+
{
|
|
3021
|
+
kind: 'Field',
|
|
3022
|
+
name: { kind: 'Name', value: 'variableName' },
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
kind: 'Field',
|
|
3026
|
+
name: { kind: 'Name', value: 'variableQname' },
|
|
3027
|
+
},
|
|
3028
|
+
],
|
|
3029
|
+
},
|
|
3030
|
+
},
|
|
2953
3031
|
],
|
|
2954
3032
|
},
|
|
2955
3033
|
},
|
|
@@ -2785,6 +2785,8 @@ export type GetInformationBlockQuery = {
|
|
|
2785
2785
|
ruleMessage: string | null
|
|
2786
2786
|
ruleSeverity: string
|
|
2787
2787
|
ruleOrigin: string
|
|
2788
|
+
ruleTarget: { targetKind: string; targetRefId: string } | null
|
|
2789
|
+
ruleVariables: Array<{ variableName: string; variableQname: string }>
|
|
2788
2790
|
}>
|
|
2789
2791
|
factSet: {
|
|
2790
2792
|
id: string
|
|
@@ -2893,6 +2895,8 @@ export type ListInformationBlocksQuery = {
|
|
|
2893
2895
|
ruleMessage: string | null
|
|
2894
2896
|
ruleSeverity: string
|
|
2895
2897
|
ruleOrigin: string
|
|
2898
|
+
ruleTarget: { targetKind: string; targetRefId: string } | null
|
|
2899
|
+
ruleVariables: Array<{ variableName: string; variableQname: string }>
|
|
2896
2900
|
}>
|
|
2897
2901
|
factSet: {
|
|
2898
2902
|
id: string
|
|
@@ -3240,6 +3244,8 @@ export type GetLedgerReportPackageQuery = {
|
|
|
3240
3244
|
ruleMessage: string | null
|
|
3241
3245
|
ruleSeverity: string
|
|
3242
3246
|
ruleOrigin: string
|
|
3247
|
+
ruleTarget: { targetKind: string; targetRefId: string } | null
|
|
3248
|
+
ruleVariables: Array<{ variableName: string; variableQname: string }>
|
|
3243
3249
|
}>
|
|
3244
3250
|
factSet: {
|
|
3245
3251
|
id: string
|
|
@@ -5518,6 +5524,28 @@ export const GetInformationBlockDocument = {
|
|
|
5518
5524
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
|
|
5519
5525
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
|
|
5520
5526
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
|
|
5527
|
+
{
|
|
5528
|
+
kind: 'Field',
|
|
5529
|
+
name: { kind: 'Name', value: 'ruleTarget' },
|
|
5530
|
+
selectionSet: {
|
|
5531
|
+
kind: 'SelectionSet',
|
|
5532
|
+
selections: [
|
|
5533
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetKind' } },
|
|
5534
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetRefId' } },
|
|
5535
|
+
],
|
|
5536
|
+
},
|
|
5537
|
+
},
|
|
5538
|
+
{
|
|
5539
|
+
kind: 'Field',
|
|
5540
|
+
name: { kind: 'Name', value: 'ruleVariables' },
|
|
5541
|
+
selectionSet: {
|
|
5542
|
+
kind: 'SelectionSet',
|
|
5543
|
+
selections: [
|
|
5544
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableName' } },
|
|
5545
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableQname' } },
|
|
5546
|
+
],
|
|
5547
|
+
},
|
|
5548
|
+
},
|
|
5521
5549
|
],
|
|
5522
5550
|
},
|
|
5523
5551
|
},
|
|
@@ -5783,6 +5811,28 @@ export const ListInformationBlocksDocument = {
|
|
|
5783
5811
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
|
|
5784
5812
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
|
|
5785
5813
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
|
|
5814
|
+
{
|
|
5815
|
+
kind: 'Field',
|
|
5816
|
+
name: { kind: 'Name', value: 'ruleTarget' },
|
|
5817
|
+
selectionSet: {
|
|
5818
|
+
kind: 'SelectionSet',
|
|
5819
|
+
selections: [
|
|
5820
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetKind' } },
|
|
5821
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'targetRefId' } },
|
|
5822
|
+
],
|
|
5823
|
+
},
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
kind: 'Field',
|
|
5827
|
+
name: { kind: 'Name', value: 'ruleVariables' },
|
|
5828
|
+
selectionSet: {
|
|
5829
|
+
kind: 'SelectionSet',
|
|
5830
|
+
selections: [
|
|
5831
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableName' } },
|
|
5832
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'variableQname' } },
|
|
5833
|
+
],
|
|
5834
|
+
},
|
|
5835
|
+
},
|
|
5786
5836
|
],
|
|
5787
5837
|
},
|
|
5788
5838
|
},
|
|
@@ -6701,6 +6751,40 @@ export const GetLedgerReportPackageDocument = {
|
|
|
6701
6751
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleMessage' } },
|
|
6702
6752
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleSeverity' } },
|
|
6703
6753
|
{ kind: 'Field', name: { kind: 'Name', value: 'ruleOrigin' } },
|
|
6754
|
+
{
|
|
6755
|
+
kind: 'Field',
|
|
6756
|
+
name: { kind: 'Name', value: 'ruleTarget' },
|
|
6757
|
+
selectionSet: {
|
|
6758
|
+
kind: 'SelectionSet',
|
|
6759
|
+
selections: [
|
|
6760
|
+
{
|
|
6761
|
+
kind: 'Field',
|
|
6762
|
+
name: { kind: 'Name', value: 'targetKind' },
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
kind: 'Field',
|
|
6766
|
+
name: { kind: 'Name', value: 'targetRefId' },
|
|
6767
|
+
},
|
|
6768
|
+
],
|
|
6769
|
+
},
|
|
6770
|
+
},
|
|
6771
|
+
{
|
|
6772
|
+
kind: 'Field',
|
|
6773
|
+
name: { kind: 'Name', value: 'ruleVariables' },
|
|
6774
|
+
selectionSet: {
|
|
6775
|
+
kind: 'SelectionSet',
|
|
6776
|
+
selections: [
|
|
6777
|
+
{
|
|
6778
|
+
kind: 'Field',
|
|
6779
|
+
name: { kind: 'Name', value: 'variableName' },
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
kind: 'Field',
|
|
6783
|
+
name: { kind: 'Name', value: 'variableQname' },
|
|
6784
|
+
},
|
|
6785
|
+
],
|
|
6786
|
+
},
|
|
6787
|
+
},
|
|
6704
6788
|
],
|
|
6705
6789
|
},
|
|
6706
6790
|
},
|
|
@@ -68,6 +68,14 @@ exports.GET_INFORMATION_BLOCK = (0, graphql_request_1.gql) `
|
|
|
68
68
|
ruleMessage
|
|
69
69
|
ruleSeverity
|
|
70
70
|
ruleOrigin
|
|
71
|
+
ruleTarget {
|
|
72
|
+
targetKind
|
|
73
|
+
targetRefId
|
|
74
|
+
}
|
|
75
|
+
ruleVariables {
|
|
76
|
+
variableName
|
|
77
|
+
variableQname
|
|
78
|
+
}
|
|
71
79
|
}
|
|
72
80
|
factSet {
|
|
73
81
|
id
|
|
@@ -183,6 +191,14 @@ exports.LIST_INFORMATION_BLOCKS = (0, graphql_request_1.gql) `
|
|
|
183
191
|
ruleMessage
|
|
184
192
|
ruleSeverity
|
|
185
193
|
ruleOrigin
|
|
194
|
+
ruleTarget {
|
|
195
|
+
targetKind
|
|
196
|
+
targetRefId
|
|
197
|
+
}
|
|
198
|
+
ruleVariables {
|
|
199
|
+
variableName
|
|
200
|
+
variableQname
|
|
201
|
+
}
|
|
186
202
|
}
|
|
187
203
|
factSet {
|
|
188
204
|
id
|
|
@@ -66,6 +66,14 @@ export const GET_INFORMATION_BLOCK = gql`
|
|
|
66
66
|
ruleMessage
|
|
67
67
|
ruleSeverity
|
|
68
68
|
ruleOrigin
|
|
69
|
+
ruleTarget {
|
|
70
|
+
targetKind
|
|
71
|
+
targetRefId
|
|
72
|
+
}
|
|
73
|
+
ruleVariables {
|
|
74
|
+
variableName
|
|
75
|
+
variableQname
|
|
76
|
+
}
|
|
69
77
|
}
|
|
70
78
|
factSet {
|
|
71
79
|
id
|
|
@@ -182,6 +190,14 @@ export const LIST_INFORMATION_BLOCKS = gql`
|
|
|
182
190
|
ruleMessage
|
|
183
191
|
ruleSeverity
|
|
184
192
|
ruleOrigin
|
|
193
|
+
ruleTarget {
|
|
194
|
+
targetKind
|
|
195
|
+
targetRefId
|
|
196
|
+
}
|
|
197
|
+
ruleVariables {
|
|
198
|
+
variableName
|
|
199
|
+
variableQname
|
|
200
|
+
}
|
|
185
201
|
}
|
|
186
202
|
factSet {
|
|
187
203
|
id
|
|
@@ -97,6 +97,14 @@ exports.GET_REPORT_PACKAGE = (0, graphql_request_1.gql) `
|
|
|
97
97
|
ruleMessage
|
|
98
98
|
ruleSeverity
|
|
99
99
|
ruleOrigin
|
|
100
|
+
ruleTarget {
|
|
101
|
+
targetKind
|
|
102
|
+
targetRefId
|
|
103
|
+
}
|
|
104
|
+
ruleVariables {
|
|
105
|
+
variableName
|
|
106
|
+
variableQname
|
|
107
|
+
}
|
|
100
108
|
}
|
|
101
109
|
factSet {
|
|
102
110
|
id
|