dipps-client 0.5.0 → 0.6.1
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.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +19 -9
- data/lib/dipps/client/queries/own_credit_notes_page.rb +37 -0
- data/lib/dipps/client/queries/own_invoices_page.rb +38 -0
- data/lib/dipps/client/queries.rb +2 -0
- data/lib/dipps/client/version.rb +1 -1
- data/lib/dipps/client.rb +26 -0
- data/vendor/schema.json +1504 -536
- metadata +9 -7
data/vendor/schema.json
CHANGED
@@ -152,9 +152,7 @@
|
|
152
152
|
"ofType": null
|
153
153
|
}
|
154
154
|
},
|
155
|
-
"defaultValue": null
|
156
|
-
"isDeprecated": false,
|
157
|
-
"deprecationReason": null
|
155
|
+
"defaultValue": null
|
158
156
|
},
|
159
157
|
{
|
160
158
|
"name": "line2",
|
@@ -164,9 +162,7 @@
|
|
164
162
|
"name": "String",
|
165
163
|
"ofType": null
|
166
164
|
},
|
167
|
-
"defaultValue": null
|
168
|
-
"isDeprecated": false,
|
169
|
-
"deprecationReason": null
|
165
|
+
"defaultValue": null
|
170
166
|
},
|
171
167
|
{
|
172
168
|
"name": "postalCode",
|
@@ -180,9 +176,7 @@
|
|
180
176
|
"ofType": null
|
181
177
|
}
|
182
178
|
},
|
183
|
-
"defaultValue": null
|
184
|
-
"isDeprecated": false,
|
185
|
-
"deprecationReason": null
|
179
|
+
"defaultValue": null
|
186
180
|
},
|
187
181
|
{
|
188
182
|
"name": "city",
|
@@ -196,9 +190,7 @@
|
|
196
190
|
"ofType": null
|
197
191
|
}
|
198
192
|
},
|
199
|
-
"defaultValue": null
|
200
|
-
"isDeprecated": false,
|
201
|
-
"deprecationReason": null
|
193
|
+
"defaultValue": null
|
202
194
|
},
|
203
195
|
{
|
204
196
|
"name": "county",
|
@@ -208,13 +200,72 @@
|
|
208
200
|
"name": "String",
|
209
201
|
"ofType": null
|
210
202
|
},
|
211
|
-
"defaultValue": null
|
203
|
+
"defaultValue": null
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"name": "country",
|
207
|
+
"description": null,
|
208
|
+
"type": {
|
209
|
+
"kind": "NON_NULL",
|
210
|
+
"name": null,
|
211
|
+
"ofType": {
|
212
|
+
"kind": "SCALAR",
|
213
|
+
"name": "String",
|
214
|
+
"ofType": null
|
215
|
+
}
|
216
|
+
},
|
217
|
+
"defaultValue": null
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"name": "latitude",
|
221
|
+
"description": null,
|
222
|
+
"type": {
|
223
|
+
"kind": "SCALAR",
|
224
|
+
"name": "Float",
|
225
|
+
"ofType": null
|
226
|
+
},
|
227
|
+
"defaultValue": null
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"name": "longitude",
|
231
|
+
"description": null,
|
232
|
+
"type": {
|
233
|
+
"kind": "SCALAR",
|
234
|
+
"name": "Float",
|
235
|
+
"ofType": null
|
236
|
+
},
|
237
|
+
"defaultValue": null
|
238
|
+
}
|
239
|
+
],
|
240
|
+
"interfaces": null,
|
241
|
+
"enumValues": null,
|
242
|
+
"possibleTypes": null
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"kind": "OBJECT",
|
246
|
+
"name": "Attachment",
|
247
|
+
"description": null,
|
248
|
+
"fields": [
|
249
|
+
{
|
250
|
+
"name": "contentType",
|
251
|
+
"description": null,
|
252
|
+
"args": [
|
253
|
+
|
254
|
+
],
|
255
|
+
"type": {
|
256
|
+
"kind": "SCALAR",
|
257
|
+
"name": "String",
|
258
|
+
"ofType": null
|
259
|
+
},
|
212
260
|
"isDeprecated": false,
|
213
261
|
"deprecationReason": null
|
214
262
|
},
|
215
263
|
{
|
216
|
-
"name": "
|
264
|
+
"name": "downloadPath",
|
217
265
|
"description": null,
|
266
|
+
"args": [
|
267
|
+
|
268
|
+
],
|
218
269
|
"type": {
|
219
270
|
"kind": "NON_NULL",
|
220
271
|
"name": null,
|
@@ -224,36 +275,60 @@
|
|
224
275
|
"ofType": null
|
225
276
|
}
|
226
277
|
},
|
227
|
-
"defaultValue": null,
|
228
278
|
"isDeprecated": false,
|
229
279
|
"deprecationReason": null
|
230
280
|
},
|
231
281
|
{
|
232
|
-
"name": "
|
282
|
+
"name": "filename",
|
233
283
|
"description": null,
|
284
|
+
"args": [
|
285
|
+
|
286
|
+
],
|
234
287
|
"type": {
|
235
288
|
"kind": "SCALAR",
|
236
|
-
"name": "
|
289
|
+
"name": "String",
|
237
290
|
"ofType": null
|
238
291
|
},
|
239
|
-
"defaultValue": null,
|
240
292
|
"isDeprecated": false,
|
241
293
|
"deprecationReason": null
|
242
294
|
},
|
243
295
|
{
|
244
|
-
"name": "
|
296
|
+
"name": "id",
|
297
|
+
"description": null,
|
298
|
+
"args": [
|
299
|
+
|
300
|
+
],
|
301
|
+
"type": {
|
302
|
+
"kind": "NON_NULL",
|
303
|
+
"name": null,
|
304
|
+
"ofType": {
|
305
|
+
"kind": "SCALAR",
|
306
|
+
"name": "String",
|
307
|
+
"ofType": null
|
308
|
+
}
|
309
|
+
},
|
310
|
+
"isDeprecated": false,
|
311
|
+
"deprecationReason": null
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"name": "thumbPath",
|
245
315
|
"description": null,
|
316
|
+
"args": [
|
317
|
+
|
318
|
+
],
|
246
319
|
"type": {
|
247
320
|
"kind": "SCALAR",
|
248
|
-
"name": "
|
321
|
+
"name": "String",
|
249
322
|
"ofType": null
|
250
323
|
},
|
251
|
-
"defaultValue": null,
|
252
324
|
"isDeprecated": false,
|
253
325
|
"deprecationReason": null
|
254
326
|
}
|
255
327
|
],
|
256
|
-
"
|
328
|
+
"inputFields": null,
|
329
|
+
"interfaces": [
|
330
|
+
|
331
|
+
],
|
257
332
|
"enumValues": null,
|
258
333
|
"possibleTypes": null
|
259
334
|
},
|
@@ -281,9 +356,7 @@
|
|
281
356
|
"name": "String",
|
282
357
|
"ofType": null
|
283
358
|
},
|
284
|
-
"defaultValue": null
|
285
|
-
"isDeprecated": false,
|
286
|
-
"deprecationReason": null
|
359
|
+
"defaultValue": null
|
287
360
|
}
|
288
361
|
],
|
289
362
|
"interfaces": null,
|
@@ -376,34 +449,6 @@
|
|
376
449
|
"isDeprecated": false,
|
377
450
|
"deprecationReason": null
|
378
451
|
},
|
379
|
-
{
|
380
|
-
"name": "autoSendEhf",
|
381
|
-
"description": null,
|
382
|
-
"args": [
|
383
|
-
|
384
|
-
],
|
385
|
-
"type": {
|
386
|
-
"kind": "SCALAR",
|
387
|
-
"name": "Boolean",
|
388
|
-
"ofType": null
|
389
|
-
},
|
390
|
-
"isDeprecated": false,
|
391
|
-
"deprecationReason": null
|
392
|
-
},
|
393
|
-
{
|
394
|
-
"name": "autoSendEmail",
|
395
|
-
"description": null,
|
396
|
-
"args": [
|
397
|
-
|
398
|
-
],
|
399
|
-
"type": {
|
400
|
-
"kind": "SCALAR",
|
401
|
-
"name": "Boolean",
|
402
|
-
"ofType": null
|
403
|
-
},
|
404
|
-
"isDeprecated": false,
|
405
|
-
"deprecationReason": null
|
406
|
-
},
|
407
452
|
{
|
408
453
|
"name": "clientNumber",
|
409
454
|
"description": "Unique identifier to be used in accounting systems",
|
@@ -564,6 +609,24 @@
|
|
564
609
|
"isDeprecated": false,
|
565
610
|
"deprecationReason": null
|
566
611
|
},
|
612
|
+
{
|
613
|
+
"name": "preferredDeliveryMethod",
|
614
|
+
"description": null,
|
615
|
+
"args": [
|
616
|
+
|
617
|
+
],
|
618
|
+
"type": {
|
619
|
+
"kind": "NON_NULL",
|
620
|
+
"name": null,
|
621
|
+
"ofType": {
|
622
|
+
"kind": "ENUM",
|
623
|
+
"name": "ClientPreferredDeliveryMethodEnum",
|
624
|
+
"ofType": null
|
625
|
+
}
|
626
|
+
},
|
627
|
+
"isDeprecated": false,
|
628
|
+
"deprecationReason": null
|
629
|
+
},
|
567
630
|
{
|
568
631
|
"name": "referencePeople",
|
569
632
|
"description": null,
|
@@ -602,6 +665,35 @@
|
|
602
665
|
"enumValues": null,
|
603
666
|
"possibleTypes": null
|
604
667
|
},
|
668
|
+
{
|
669
|
+
"kind": "ENUM",
|
670
|
+
"name": "ClientPreferredDeliveryMethodEnum",
|
671
|
+
"description": null,
|
672
|
+
"fields": null,
|
673
|
+
"inputFields": null,
|
674
|
+
"interfaces": null,
|
675
|
+
"enumValues": [
|
676
|
+
{
|
677
|
+
"name": "NONE",
|
678
|
+
"description": null,
|
679
|
+
"isDeprecated": false,
|
680
|
+
"deprecationReason": null
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"name": "EMAIL",
|
684
|
+
"description": null,
|
685
|
+
"isDeprecated": false,
|
686
|
+
"deprecationReason": null
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"name": "EHF",
|
690
|
+
"description": null,
|
691
|
+
"isDeprecated": false,
|
692
|
+
"deprecationReason": null
|
693
|
+
}
|
694
|
+
],
|
695
|
+
"possibleTypes": null
|
696
|
+
},
|
605
697
|
{
|
606
698
|
"kind": "ENUM",
|
607
699
|
"name": "ClientTypeEnum",
|
@@ -643,9 +735,7 @@
|
|
643
735
|
"ofType": null
|
644
736
|
}
|
645
737
|
},
|
646
|
-
"defaultValue": null
|
647
|
-
"isDeprecated": false,
|
648
|
-
"deprecationReason": null
|
738
|
+
"defaultValue": null
|
649
739
|
},
|
650
740
|
{
|
651
741
|
"name": "clientType",
|
@@ -659,9 +749,7 @@
|
|
659
749
|
"ofType": null
|
660
750
|
}
|
661
751
|
},
|
662
|
-
"defaultValue": null
|
663
|
-
"isDeprecated": false,
|
664
|
-
"deprecationReason": null
|
752
|
+
"defaultValue": null
|
665
753
|
},
|
666
754
|
{
|
667
755
|
"name": "clientNumber",
|
@@ -671,9 +759,7 @@
|
|
671
759
|
"name": "Int",
|
672
760
|
"ofType": null
|
673
761
|
},
|
674
|
-
"defaultValue": null
|
675
|
-
"isDeprecated": false,
|
676
|
-
"deprecationReason": null
|
762
|
+
"defaultValue": null
|
677
763
|
},
|
678
764
|
{
|
679
765
|
"name": "email",
|
@@ -683,9 +769,7 @@
|
|
683
769
|
"name": "String",
|
684
770
|
"ofType": null
|
685
771
|
},
|
686
|
-
"defaultValue": null
|
687
|
-
"isDeprecated": false,
|
688
|
-
"deprecationReason": null
|
772
|
+
"defaultValue": null
|
689
773
|
},
|
690
774
|
{
|
691
775
|
"name": "friendlyName",
|
@@ -695,9 +779,7 @@
|
|
695
779
|
"name": "String",
|
696
780
|
"ofType": null
|
697
781
|
},
|
698
|
-
"defaultValue": null
|
699
|
-
"isDeprecated": false,
|
700
|
-
"deprecationReason": null
|
782
|
+
"defaultValue": null
|
701
783
|
},
|
702
784
|
{
|
703
785
|
"name": "name",
|
@@ -707,9 +789,7 @@
|
|
707
789
|
"name": "String",
|
708
790
|
"ofType": null
|
709
791
|
},
|
710
|
-
"defaultValue": null
|
711
|
-
"isDeprecated": false,
|
712
|
-
"deprecationReason": null
|
792
|
+
"defaultValue": null
|
713
793
|
},
|
714
794
|
{
|
715
795
|
"name": "orgNumber",
|
@@ -719,9 +799,7 @@
|
|
719
799
|
"name": "String",
|
720
800
|
"ofType": null
|
721
801
|
},
|
722
|
-
"defaultValue": null
|
723
|
-
"isDeprecated": false,
|
724
|
-
"deprecationReason": null
|
802
|
+
"defaultValue": null
|
725
803
|
},
|
726
804
|
{
|
727
805
|
"name": "phone",
|
@@ -731,9 +809,7 @@
|
|
731
809
|
"name": "String",
|
732
810
|
"ofType": null
|
733
811
|
},
|
734
|
-
"defaultValue": null
|
735
|
-
"isDeprecated": false,
|
736
|
-
"deprecationReason": null
|
812
|
+
"defaultValue": null
|
737
813
|
},
|
738
814
|
{
|
739
815
|
"name": "address",
|
@@ -747,9 +823,7 @@
|
|
747
823
|
"ofType": null
|
748
824
|
}
|
749
825
|
},
|
750
|
-
"defaultValue": null
|
751
|
-
"isDeprecated": false,
|
752
|
-
"deprecationReason": null
|
826
|
+
"defaultValue": null
|
753
827
|
},
|
754
828
|
{
|
755
829
|
"name": "referencePeople",
|
@@ -767,57 +841,37 @@
|
|
767
841
|
}
|
768
842
|
}
|
769
843
|
},
|
770
|
-
"defaultValue": null
|
771
|
-
"isDeprecated": false,
|
772
|
-
"deprecationReason": null
|
844
|
+
"defaultValue": null
|
773
845
|
},
|
774
846
|
{
|
775
|
-
"name": "
|
847
|
+
"name": "clientNumberSeries",
|
776
848
|
"description": null,
|
777
849
|
"type": {
|
778
|
-
"kind": "
|
779
|
-
"name": "
|
850
|
+
"kind": "INPUT_OBJECT",
|
851
|
+
"name": "RangeAttributes",
|
780
852
|
"ofType": null
|
781
853
|
},
|
782
|
-
"defaultValue": null
|
783
|
-
"isDeprecated": false,
|
784
|
-
"deprecationReason": null
|
854
|
+
"defaultValue": null
|
785
855
|
},
|
786
856
|
{
|
787
|
-
"name": "
|
857
|
+
"name": "nationalRegisterCheck",
|
788
858
|
"description": null,
|
789
859
|
"type": {
|
790
860
|
"kind": "SCALAR",
|
791
861
|
"name": "Boolean",
|
792
862
|
"ofType": null
|
793
863
|
},
|
794
|
-
"defaultValue": null
|
795
|
-
"isDeprecated": false,
|
796
|
-
"deprecationReason": null
|
797
|
-
},
|
798
|
-
{
|
799
|
-
"name": "clientNumberSeries",
|
800
|
-
"description": null,
|
801
|
-
"type": {
|
802
|
-
"kind": "INPUT_OBJECT",
|
803
|
-
"name": "RangeAttributes",
|
804
|
-
"ofType": null
|
805
|
-
},
|
806
|
-
"defaultValue": null,
|
807
|
-
"isDeprecated": false,
|
808
|
-
"deprecationReason": null
|
864
|
+
"defaultValue": null
|
809
865
|
},
|
810
866
|
{
|
811
|
-
"name": "
|
867
|
+
"name": "preferredDeliveryMethod",
|
812
868
|
"description": null,
|
813
869
|
"type": {
|
814
|
-
"kind": "
|
815
|
-
"name": "
|
870
|
+
"kind": "ENUM",
|
871
|
+
"name": "ClientPreferredDeliveryMethodEnum",
|
816
872
|
"ofType": null
|
817
873
|
},
|
818
|
-
"defaultValue": null
|
819
|
-
"isDeprecated": false,
|
820
|
-
"deprecationReason": null
|
874
|
+
"defaultValue": null
|
821
875
|
}
|
822
876
|
],
|
823
877
|
"interfaces": null,
|
@@ -838,9 +892,7 @@
|
|
838
892
|
"name": "String",
|
839
893
|
"ofType": null
|
840
894
|
},
|
841
|
-
"defaultValue": null
|
842
|
-
"isDeprecated": false,
|
843
|
-
"deprecationReason": null
|
895
|
+
"defaultValue": null
|
844
896
|
},
|
845
897
|
{
|
846
898
|
"name": "attributes",
|
@@ -854,9 +906,7 @@
|
|
854
906
|
"ofType": null
|
855
907
|
}
|
856
908
|
},
|
857
|
-
"defaultValue": null
|
858
|
-
"isDeprecated": false,
|
859
|
-
"deprecationReason": null
|
909
|
+
"defaultValue": null
|
860
910
|
}
|
861
911
|
],
|
862
912
|
"interfaces": null,
|
@@ -944,9 +994,7 @@
|
|
944
994
|
"name": "String",
|
945
995
|
"ofType": null
|
946
996
|
},
|
947
|
-
"defaultValue": null
|
948
|
-
"isDeprecated": false,
|
949
|
-
"deprecationReason": null
|
997
|
+
"defaultValue": null
|
950
998
|
},
|
951
999
|
{
|
952
1000
|
"name": "enrollmentId",
|
@@ -960,9 +1008,7 @@
|
|
960
1008
|
"ofType": null
|
961
1009
|
}
|
962
1010
|
},
|
963
|
-
"defaultValue": null
|
964
|
-
"isDeprecated": false,
|
965
|
-
"deprecationReason": null
|
1011
|
+
"defaultValue": null
|
966
1012
|
},
|
967
1013
|
{
|
968
1014
|
"name": "attributes",
|
@@ -976,9 +1022,7 @@
|
|
976
1022
|
"ofType": null
|
977
1023
|
}
|
978
1024
|
},
|
979
|
-
"defaultValue": null
|
980
|
-
"isDeprecated": false,
|
981
|
-
"deprecationReason": null
|
1025
|
+
"defaultValue": null
|
982
1026
|
}
|
983
1027
|
],
|
984
1028
|
"interfaces": null,
|
@@ -1066,25 +1110,17 @@
|
|
1066
1110
|
"name": "String",
|
1067
1111
|
"ofType": null
|
1068
1112
|
},
|
1069
|
-
"defaultValue": null
|
1070
|
-
"isDeprecated": false,
|
1071
|
-
"deprecationReason": null
|
1113
|
+
"defaultValue": null
|
1072
1114
|
},
|
1073
1115
|
{
|
1074
1116
|
"name": "freelanceProfileId",
|
1075
1117
|
"description": null,
|
1076
1118
|
"type": {
|
1077
|
-
"kind": "
|
1078
|
-
"name":
|
1079
|
-
"ofType":
|
1080
|
-
"kind": "SCALAR",
|
1081
|
-
"name": "ID",
|
1082
|
-
"ofType": null
|
1083
|
-
}
|
1119
|
+
"kind": "SCALAR",
|
1120
|
+
"name": "ID",
|
1121
|
+
"ofType": null
|
1084
1122
|
},
|
1085
|
-
"defaultValue": null
|
1086
|
-
"isDeprecated": false,
|
1087
|
-
"deprecationReason": null
|
1123
|
+
"defaultValue": null
|
1088
1124
|
},
|
1089
1125
|
{
|
1090
1126
|
"name": "attributes",
|
@@ -1098,9 +1134,7 @@
|
|
1098
1134
|
"ofType": null
|
1099
1135
|
}
|
1100
1136
|
},
|
1101
|
-
"defaultValue": null
|
1102
|
-
"isDeprecated": false,
|
1103
|
-
"deprecationReason": null
|
1137
|
+
"defaultValue": null
|
1104
1138
|
}
|
1105
1139
|
],
|
1106
1140
|
"interfaces": null,
|
@@ -1175,29 +1209,567 @@
|
|
1175
1209
|
"possibleTypes": null
|
1176
1210
|
},
|
1177
1211
|
{
|
1178
|
-
"kind": "
|
1179
|
-
"name": "
|
1212
|
+
"kind": "OBJECT",
|
1213
|
+
"name": "CreditNote",
|
1180
1214
|
"description": null,
|
1181
|
-
"fields":
|
1182
|
-
"inputFields": [
|
1215
|
+
"fields": [
|
1183
1216
|
{
|
1184
|
-
"name": "
|
1217
|
+
"name": "amount",
|
1185
1218
|
"description": null,
|
1219
|
+
"args": [
|
1220
|
+
|
1221
|
+
],
|
1186
1222
|
"type": {
|
1187
1223
|
"kind": "NON_NULL",
|
1188
1224
|
"name": null,
|
1189
1225
|
"ofType": {
|
1190
|
-
"kind": "
|
1191
|
-
"name": "
|
1226
|
+
"kind": "SCALAR",
|
1227
|
+
"name": "Int",
|
1192
1228
|
"ofType": null
|
1193
1229
|
}
|
1194
1230
|
},
|
1195
|
-
"defaultValue": null,
|
1196
1231
|
"isDeprecated": false,
|
1197
1232
|
"deprecationReason": null
|
1198
1233
|
},
|
1199
1234
|
{
|
1200
|
-
"name": "
|
1235
|
+
"name": "buyerReference",
|
1236
|
+
"description": null,
|
1237
|
+
"args": [
|
1238
|
+
|
1239
|
+
],
|
1240
|
+
"type": {
|
1241
|
+
"kind": "SCALAR",
|
1242
|
+
"name": "String",
|
1243
|
+
"ofType": null
|
1244
|
+
},
|
1245
|
+
"isDeprecated": false,
|
1246
|
+
"deprecationReason": null
|
1247
|
+
},
|
1248
|
+
{
|
1249
|
+
"name": "creditNoteNumber",
|
1250
|
+
"description": null,
|
1251
|
+
"args": [
|
1252
|
+
|
1253
|
+
],
|
1254
|
+
"type": {
|
1255
|
+
"kind": "SCALAR",
|
1256
|
+
"name": "String",
|
1257
|
+
"ofType": null
|
1258
|
+
},
|
1259
|
+
"isDeprecated": false,
|
1260
|
+
"deprecationReason": null
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"name": "creditedOn",
|
1264
|
+
"description": null,
|
1265
|
+
"args": [
|
1266
|
+
|
1267
|
+
],
|
1268
|
+
"type": {
|
1269
|
+
"kind": "SCALAR",
|
1270
|
+
"name": "String",
|
1271
|
+
"ofType": null
|
1272
|
+
},
|
1273
|
+
"isDeprecated": false,
|
1274
|
+
"deprecationReason": null
|
1275
|
+
},
|
1276
|
+
{
|
1277
|
+
"name": "id",
|
1278
|
+
"description": null,
|
1279
|
+
"args": [
|
1280
|
+
|
1281
|
+
],
|
1282
|
+
"type": {
|
1283
|
+
"kind": "NON_NULL",
|
1284
|
+
"name": null,
|
1285
|
+
"ofType": {
|
1286
|
+
"kind": "SCALAR",
|
1287
|
+
"name": "ID",
|
1288
|
+
"ofType": null
|
1289
|
+
}
|
1290
|
+
},
|
1291
|
+
"isDeprecated": false,
|
1292
|
+
"deprecationReason": null
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"name": "invoice",
|
1296
|
+
"description": null,
|
1297
|
+
"args": [
|
1298
|
+
|
1299
|
+
],
|
1300
|
+
"type": {
|
1301
|
+
"kind": "NON_NULL",
|
1302
|
+
"name": null,
|
1303
|
+
"ofType": {
|
1304
|
+
"kind": "OBJECT",
|
1305
|
+
"name": "Invoice",
|
1306
|
+
"ofType": null
|
1307
|
+
}
|
1308
|
+
},
|
1309
|
+
"isDeprecated": false,
|
1310
|
+
"deprecationReason": null
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"name": "orderReference",
|
1314
|
+
"description": null,
|
1315
|
+
"args": [
|
1316
|
+
|
1317
|
+
],
|
1318
|
+
"type": {
|
1319
|
+
"kind": "SCALAR",
|
1320
|
+
"name": "String",
|
1321
|
+
"ofType": null
|
1322
|
+
},
|
1323
|
+
"isDeprecated": false,
|
1324
|
+
"deprecationReason": null
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"name": "pdfDocument",
|
1328
|
+
"description": null,
|
1329
|
+
"args": [
|
1330
|
+
|
1331
|
+
],
|
1332
|
+
"type": {
|
1333
|
+
"kind": "OBJECT",
|
1334
|
+
"name": "Attachment",
|
1335
|
+
"ofType": null
|
1336
|
+
},
|
1337
|
+
"isDeprecated": false,
|
1338
|
+
"deprecationReason": null
|
1339
|
+
},
|
1340
|
+
{
|
1341
|
+
"name": "receiverOrgName",
|
1342
|
+
"description": null,
|
1343
|
+
"args": [
|
1344
|
+
|
1345
|
+
],
|
1346
|
+
"type": {
|
1347
|
+
"kind": "SCALAR",
|
1348
|
+
"name": "String",
|
1349
|
+
"ofType": null
|
1350
|
+
},
|
1351
|
+
"isDeprecated": false,
|
1352
|
+
"deprecationReason": null
|
1353
|
+
},
|
1354
|
+
{
|
1355
|
+
"name": "receiverOrgNumber",
|
1356
|
+
"description": null,
|
1357
|
+
"args": [
|
1358
|
+
|
1359
|
+
],
|
1360
|
+
"type": {
|
1361
|
+
"kind": "SCALAR",
|
1362
|
+
"name": "String",
|
1363
|
+
"ofType": null
|
1364
|
+
},
|
1365
|
+
"isDeprecated": false,
|
1366
|
+
"deprecationReason": null
|
1367
|
+
},
|
1368
|
+
{
|
1369
|
+
"name": "serviceType",
|
1370
|
+
"description": null,
|
1371
|
+
"args": [
|
1372
|
+
|
1373
|
+
],
|
1374
|
+
"type": {
|
1375
|
+
"kind": "NON_NULL",
|
1376
|
+
"name": null,
|
1377
|
+
"ofType": {
|
1378
|
+
"kind": "SCALAR",
|
1379
|
+
"name": "String",
|
1380
|
+
"ofType": null
|
1381
|
+
}
|
1382
|
+
},
|
1383
|
+
"isDeprecated": false,
|
1384
|
+
"deprecationReason": null
|
1385
|
+
},
|
1386
|
+
{
|
1387
|
+
"name": "status",
|
1388
|
+
"description": null,
|
1389
|
+
"args": [
|
1390
|
+
|
1391
|
+
],
|
1392
|
+
"type": {
|
1393
|
+
"kind": "NON_NULL",
|
1394
|
+
"name": null,
|
1395
|
+
"ofType": {
|
1396
|
+
"kind": "ENUM",
|
1397
|
+
"name": "InvoiceStatusEnum",
|
1398
|
+
"ofType": null
|
1399
|
+
}
|
1400
|
+
},
|
1401
|
+
"isDeprecated": false,
|
1402
|
+
"deprecationReason": null
|
1403
|
+
},
|
1404
|
+
{
|
1405
|
+
"name": "totalAmount",
|
1406
|
+
"description": null,
|
1407
|
+
"args": [
|
1408
|
+
|
1409
|
+
],
|
1410
|
+
"type": {
|
1411
|
+
"kind": "NON_NULL",
|
1412
|
+
"name": null,
|
1413
|
+
"ofType": {
|
1414
|
+
"kind": "SCALAR",
|
1415
|
+
"name": "Int",
|
1416
|
+
"ofType": null
|
1417
|
+
}
|
1418
|
+
},
|
1419
|
+
"isDeprecated": false,
|
1420
|
+
"deprecationReason": null
|
1421
|
+
},
|
1422
|
+
{
|
1423
|
+
"name": "vat",
|
1424
|
+
"description": null,
|
1425
|
+
"args": [
|
1426
|
+
|
1427
|
+
],
|
1428
|
+
"type": {
|
1429
|
+
"kind": "NON_NULL",
|
1430
|
+
"name": null,
|
1431
|
+
"ofType": {
|
1432
|
+
"kind": "SCALAR",
|
1433
|
+
"name": "Int",
|
1434
|
+
"ofType": null
|
1435
|
+
}
|
1436
|
+
},
|
1437
|
+
"isDeprecated": false,
|
1438
|
+
"deprecationReason": null
|
1439
|
+
}
|
1440
|
+
],
|
1441
|
+
"inputFields": null,
|
1442
|
+
"interfaces": [
|
1443
|
+
{
|
1444
|
+
"kind": "INTERFACE",
|
1445
|
+
"name": "Node",
|
1446
|
+
"ofType": null
|
1447
|
+
}
|
1448
|
+
],
|
1449
|
+
"enumValues": null,
|
1450
|
+
"possibleTypes": null
|
1451
|
+
},
|
1452
|
+
{
|
1453
|
+
"kind": "OBJECT",
|
1454
|
+
"name": "CreditNotePage",
|
1455
|
+
"description": null,
|
1456
|
+
"fields": [
|
1457
|
+
{
|
1458
|
+
"name": "_pagination",
|
1459
|
+
"description": null,
|
1460
|
+
"args": [
|
1461
|
+
|
1462
|
+
],
|
1463
|
+
"type": {
|
1464
|
+
"kind": "NON_NULL",
|
1465
|
+
"name": null,
|
1466
|
+
"ofType": {
|
1467
|
+
"kind": "OBJECT",
|
1468
|
+
"name": "Pagination",
|
1469
|
+
"ofType": null
|
1470
|
+
}
|
1471
|
+
},
|
1472
|
+
"isDeprecated": false,
|
1473
|
+
"deprecationReason": null
|
1474
|
+
},
|
1475
|
+
{
|
1476
|
+
"name": "collection",
|
1477
|
+
"description": null,
|
1478
|
+
"args": [
|
1479
|
+
|
1480
|
+
],
|
1481
|
+
"type": {
|
1482
|
+
"kind": "NON_NULL",
|
1483
|
+
"name": null,
|
1484
|
+
"ofType": {
|
1485
|
+
"kind": "LIST",
|
1486
|
+
"name": null,
|
1487
|
+
"ofType": {
|
1488
|
+
"kind": "NON_NULL",
|
1489
|
+
"name": null,
|
1490
|
+
"ofType": {
|
1491
|
+
"kind": "OBJECT",
|
1492
|
+
"name": "CreditNote",
|
1493
|
+
"ofType": null
|
1494
|
+
}
|
1495
|
+
}
|
1496
|
+
}
|
1497
|
+
},
|
1498
|
+
"isDeprecated": false,
|
1499
|
+
"deprecationReason": null
|
1500
|
+
}
|
1501
|
+
],
|
1502
|
+
"inputFields": null,
|
1503
|
+
"interfaces": [
|
1504
|
+
|
1505
|
+
],
|
1506
|
+
"enumValues": null,
|
1507
|
+
"possibleTypes": null
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
"kind": "INPUT_OBJECT",
|
1511
|
+
"name": "CreditNotesFilter",
|
1512
|
+
"description": null,
|
1513
|
+
"fields": null,
|
1514
|
+
"inputFields": [
|
1515
|
+
{
|
1516
|
+
"name": "creditNoteNumber",
|
1517
|
+
"description": null,
|
1518
|
+
"type": {
|
1519
|
+
"kind": "SCALAR",
|
1520
|
+
"name": "String",
|
1521
|
+
"ofType": null
|
1522
|
+
},
|
1523
|
+
"defaultValue": null
|
1524
|
+
},
|
1525
|
+
{
|
1526
|
+
"name": "buyerReference",
|
1527
|
+
"description": null,
|
1528
|
+
"type": {
|
1529
|
+
"kind": "SCALAR",
|
1530
|
+
"name": "String",
|
1531
|
+
"ofType": null
|
1532
|
+
},
|
1533
|
+
"defaultValue": null
|
1534
|
+
},
|
1535
|
+
{
|
1536
|
+
"name": "buyerReferenceStart",
|
1537
|
+
"description": null,
|
1538
|
+
"type": {
|
1539
|
+
"kind": "SCALAR",
|
1540
|
+
"name": "String",
|
1541
|
+
"ofType": null
|
1542
|
+
},
|
1543
|
+
"defaultValue": null
|
1544
|
+
},
|
1545
|
+
{
|
1546
|
+
"name": "buyerReferenceEq",
|
1547
|
+
"description": null,
|
1548
|
+
"type": {
|
1549
|
+
"kind": "SCALAR",
|
1550
|
+
"name": "String",
|
1551
|
+
"ofType": null
|
1552
|
+
},
|
1553
|
+
"defaultValue": null
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
"name": "orderReference",
|
1557
|
+
"description": null,
|
1558
|
+
"type": {
|
1559
|
+
"kind": "SCALAR",
|
1560
|
+
"name": "String",
|
1561
|
+
"ofType": null
|
1562
|
+
},
|
1563
|
+
"defaultValue": null
|
1564
|
+
},
|
1565
|
+
{
|
1566
|
+
"name": "orderReferenceStart",
|
1567
|
+
"description": null,
|
1568
|
+
"type": {
|
1569
|
+
"kind": "SCALAR",
|
1570
|
+
"name": "String",
|
1571
|
+
"ofType": null
|
1572
|
+
},
|
1573
|
+
"defaultValue": null
|
1574
|
+
},
|
1575
|
+
{
|
1576
|
+
"name": "orderReferenceEq",
|
1577
|
+
"description": null,
|
1578
|
+
"type": {
|
1579
|
+
"kind": "SCALAR",
|
1580
|
+
"name": "String",
|
1581
|
+
"ofType": null
|
1582
|
+
},
|
1583
|
+
"defaultValue": null
|
1584
|
+
},
|
1585
|
+
{
|
1586
|
+
"name": "externalId",
|
1587
|
+
"description": null,
|
1588
|
+
"type": {
|
1589
|
+
"kind": "SCALAR",
|
1590
|
+
"name": "String",
|
1591
|
+
"ofType": null
|
1592
|
+
},
|
1593
|
+
"defaultValue": null
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"name": "creditedOnFrom",
|
1597
|
+
"description": null,
|
1598
|
+
"type": {
|
1599
|
+
"kind": "SCALAR",
|
1600
|
+
"name": "String",
|
1601
|
+
"ofType": null
|
1602
|
+
},
|
1603
|
+
"defaultValue": null
|
1604
|
+
},
|
1605
|
+
{
|
1606
|
+
"name": "creditedOnTo",
|
1607
|
+
"description": null,
|
1608
|
+
"type": {
|
1609
|
+
"kind": "SCALAR",
|
1610
|
+
"name": "String",
|
1611
|
+
"ofType": null
|
1612
|
+
},
|
1613
|
+
"defaultValue": null
|
1614
|
+
},
|
1615
|
+
{
|
1616
|
+
"name": "receiverOrgNumber",
|
1617
|
+
"description": null,
|
1618
|
+
"type": {
|
1619
|
+
"kind": "SCALAR",
|
1620
|
+
"name": "String",
|
1621
|
+
"ofType": null
|
1622
|
+
},
|
1623
|
+
"defaultValue": null
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"name": "receiverOrgNumberIn",
|
1627
|
+
"description": null,
|
1628
|
+
"type": {
|
1629
|
+
"kind": "LIST",
|
1630
|
+
"name": null,
|
1631
|
+
"ofType": {
|
1632
|
+
"kind": "NON_NULL",
|
1633
|
+
"name": null,
|
1634
|
+
"ofType": {
|
1635
|
+
"kind": "SCALAR",
|
1636
|
+
"name": "String",
|
1637
|
+
"ofType": null
|
1638
|
+
}
|
1639
|
+
}
|
1640
|
+
},
|
1641
|
+
"defaultValue": null
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"name": "receiverOrgName",
|
1645
|
+
"description": null,
|
1646
|
+
"type": {
|
1647
|
+
"kind": "SCALAR",
|
1648
|
+
"name": "String",
|
1649
|
+
"ofType": null
|
1650
|
+
},
|
1651
|
+
"defaultValue": null
|
1652
|
+
},
|
1653
|
+
{
|
1654
|
+
"name": "serviceType",
|
1655
|
+
"description": null,
|
1656
|
+
"type": {
|
1657
|
+
"kind": "SCALAR",
|
1658
|
+
"name": "String",
|
1659
|
+
"ofType": null
|
1660
|
+
},
|
1661
|
+
"defaultValue": null
|
1662
|
+
}
|
1663
|
+
],
|
1664
|
+
"interfaces": null,
|
1665
|
+
"enumValues": null,
|
1666
|
+
"possibleTypes": null
|
1667
|
+
},
|
1668
|
+
{
|
1669
|
+
"kind": "ENUM",
|
1670
|
+
"name": "CreditNotesSortByEnum",
|
1671
|
+
"description": null,
|
1672
|
+
"fields": null,
|
1673
|
+
"inputFields": null,
|
1674
|
+
"interfaces": null,
|
1675
|
+
"enumValues": [
|
1676
|
+
{
|
1677
|
+
"name": "BUYER_REFERENCE_ASC",
|
1678
|
+
"description": null,
|
1679
|
+
"isDeprecated": false,
|
1680
|
+
"deprecationReason": null
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"name": "BUYER_REFERENCE_DESC",
|
1684
|
+
"description": null,
|
1685
|
+
"isDeprecated": false,
|
1686
|
+
"deprecationReason": null
|
1687
|
+
},
|
1688
|
+
{
|
1689
|
+
"name": "ORDER_REFERENCE_ASC",
|
1690
|
+
"description": null,
|
1691
|
+
"isDeprecated": false,
|
1692
|
+
"deprecationReason": null
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"name": "ORDER_REFERENCE_DESC",
|
1696
|
+
"description": null,
|
1697
|
+
"isDeprecated": false,
|
1698
|
+
"deprecationReason": null
|
1699
|
+
},
|
1700
|
+
{
|
1701
|
+
"name": "CREDIT_NOTE_NUMBER_ASC",
|
1702
|
+
"description": null,
|
1703
|
+
"isDeprecated": false,
|
1704
|
+
"deprecationReason": null
|
1705
|
+
},
|
1706
|
+
{
|
1707
|
+
"name": "CREDIT_NOTE_NUMBER_DESC",
|
1708
|
+
"description": null,
|
1709
|
+
"isDeprecated": false,
|
1710
|
+
"deprecationReason": null
|
1711
|
+
},
|
1712
|
+
{
|
1713
|
+
"name": "CREDITED_ON_ASC",
|
1714
|
+
"description": null,
|
1715
|
+
"isDeprecated": false,
|
1716
|
+
"deprecationReason": null
|
1717
|
+
},
|
1718
|
+
{
|
1719
|
+
"name": "CREDITED_ON_DESC",
|
1720
|
+
"description": null,
|
1721
|
+
"isDeprecated": false,
|
1722
|
+
"deprecationReason": null
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"name": "RECEIVER_ORG_NAME_ASC",
|
1726
|
+
"description": null,
|
1727
|
+
"isDeprecated": false,
|
1728
|
+
"deprecationReason": null
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"name": "RECEIVER_ORG_NAME_DESC",
|
1732
|
+
"description": null,
|
1733
|
+
"isDeprecated": false,
|
1734
|
+
"deprecationReason": null
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"name": "RECEIVER_ORG_NUMBER_ASC",
|
1738
|
+
"description": null,
|
1739
|
+
"isDeprecated": false,
|
1740
|
+
"deprecationReason": null
|
1741
|
+
},
|
1742
|
+
{
|
1743
|
+
"name": "RECEIVER_ORG_NUMBER_DESC",
|
1744
|
+
"description": null,
|
1745
|
+
"isDeprecated": false,
|
1746
|
+
"deprecationReason": null
|
1747
|
+
}
|
1748
|
+
],
|
1749
|
+
"possibleTypes": null
|
1750
|
+
},
|
1751
|
+
{
|
1752
|
+
"kind": "INPUT_OBJECT",
|
1753
|
+
"name": "DependentInvoiceLineAttributes",
|
1754
|
+
"description": null,
|
1755
|
+
"fields": null,
|
1756
|
+
"inputFields": [
|
1757
|
+
{
|
1758
|
+
"name": "lineType",
|
1759
|
+
"description": null,
|
1760
|
+
"type": {
|
1761
|
+
"kind": "NON_NULL",
|
1762
|
+
"name": null,
|
1763
|
+
"ofType": {
|
1764
|
+
"kind": "ENUM",
|
1765
|
+
"name": "DependentLineTypeEnum",
|
1766
|
+
"ofType": null
|
1767
|
+
}
|
1768
|
+
},
|
1769
|
+
"defaultValue": null
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"name": "description",
|
1201
1773
|
"description": null,
|
1202
1774
|
"type": {
|
1203
1775
|
"kind": "NON_NULL",
|
@@ -1208,9 +1780,7 @@
|
|
1208
1780
|
"ofType": null
|
1209
1781
|
}
|
1210
1782
|
},
|
1211
|
-
"defaultValue": null
|
1212
|
-
"isDeprecated": false,
|
1213
|
-
"deprecationReason": null
|
1783
|
+
"defaultValue": null
|
1214
1784
|
},
|
1215
1785
|
{
|
1216
1786
|
"name": "unitPrice",
|
@@ -1224,9 +1794,7 @@
|
|
1224
1794
|
"ofType": null
|
1225
1795
|
}
|
1226
1796
|
},
|
1227
|
-
"defaultValue": null
|
1228
|
-
"isDeprecated": false,
|
1229
|
-
"deprecationReason": null
|
1797
|
+
"defaultValue": null
|
1230
1798
|
},
|
1231
1799
|
{
|
1232
1800
|
"name": "quantity",
|
@@ -1240,9 +1808,7 @@
|
|
1240
1808
|
"ofType": null
|
1241
1809
|
}
|
1242
1810
|
},
|
1243
|
-
"defaultValue": null
|
1244
|
-
"isDeprecated": false,
|
1245
|
-
"deprecationReason": null
|
1811
|
+
"defaultValue": null
|
1246
1812
|
},
|
1247
1813
|
{
|
1248
1814
|
"name": "vatRate",
|
@@ -1252,9 +1818,7 @@
|
|
1252
1818
|
"name": "Float",
|
1253
1819
|
"ofType": null
|
1254
1820
|
},
|
1255
|
-
"defaultValue": null
|
1256
|
-
"isDeprecated": false,
|
1257
|
-
"deprecationReason": null
|
1821
|
+
"defaultValue": null
|
1258
1822
|
},
|
1259
1823
|
{
|
1260
1824
|
"name": "externalId",
|
@@ -1264,9 +1828,7 @@
|
|
1264
1828
|
"name": "String",
|
1265
1829
|
"ofType": null
|
1266
1830
|
},
|
1267
|
-
"defaultValue": null
|
1268
|
-
"isDeprecated": false,
|
1269
|
-
"deprecationReason": null
|
1831
|
+
"defaultValue": null
|
1270
1832
|
}
|
1271
1833
|
],
|
1272
1834
|
"interfaces": null,
|
@@ -1328,9 +1890,7 @@
|
|
1328
1890
|
"name": "String",
|
1329
1891
|
"ofType": null
|
1330
1892
|
},
|
1331
|
-
"defaultValue": null
|
1332
|
-
"isDeprecated": false,
|
1333
|
-
"deprecationReason": null
|
1893
|
+
"defaultValue": null
|
1334
1894
|
},
|
1335
1895
|
{
|
1336
1896
|
"name": "ids",
|
@@ -1352,9 +1912,7 @@
|
|
1352
1912
|
}
|
1353
1913
|
}
|
1354
1914
|
},
|
1355
|
-
"defaultValue": null
|
1356
|
-
"isDeprecated": false,
|
1357
|
-
"deprecationReason": null
|
1915
|
+
"defaultValue": null
|
1358
1916
|
}
|
1359
1917
|
],
|
1360
1918
|
"interfaces": null,
|
@@ -1570,6 +2128,12 @@
|
|
1570
2128
|
"inputFields": null,
|
1571
2129
|
"interfaces": null,
|
1572
2130
|
"enumValues": [
|
2131
|
+
{
|
2132
|
+
"name": "UNAUTHORIZED",
|
2133
|
+
"description": null,
|
2134
|
+
"isDeprecated": false,
|
2135
|
+
"deprecationReason": null
|
2136
|
+
},
|
1573
2137
|
{
|
1574
2138
|
"name": "AUTH_LEVEL_2_REQUIRED",
|
1575
2139
|
"description": null,
|
@@ -1636,6 +2200,12 @@
|
|
1636
2200
|
"isDeprecated": false,
|
1637
2201
|
"deprecationReason": null
|
1638
2202
|
},
|
2203
|
+
{
|
2204
|
+
"name": "PRESENT",
|
2205
|
+
"description": null,
|
2206
|
+
"isDeprecated": false,
|
2207
|
+
"deprecationReason": null
|
2208
|
+
},
|
1639
2209
|
{
|
1640
2210
|
"name": "ACCOUNT_BLOCKED",
|
1641
2211
|
"description": null,
|
@@ -1894,6 +2464,24 @@
|
|
1894
2464
|
"isDeprecated": false,
|
1895
2465
|
"deprecationReason": null
|
1896
2466
|
},
|
2467
|
+
{
|
2468
|
+
"name": "IMPORT_ERROR",
|
2469
|
+
"description": null,
|
2470
|
+
"isDeprecated": false,
|
2471
|
+
"deprecationReason": null
|
2472
|
+
},
|
2473
|
+
{
|
2474
|
+
"name": "SUBSCRIPTION_LIMIT_EXCEEDED",
|
2475
|
+
"description": null,
|
2476
|
+
"isDeprecated": false,
|
2477
|
+
"deprecationReason": null
|
2478
|
+
},
|
2479
|
+
{
|
2480
|
+
"name": "PERSONAL_ACCOUNT_OWNS_TEAMS",
|
2481
|
+
"description": null,
|
2482
|
+
"isDeprecated": false,
|
2483
|
+
"deprecationReason": null
|
2484
|
+
},
|
1897
2485
|
{
|
1898
2486
|
"name": "INVALID_ACTION",
|
1899
2487
|
"description": null,
|
@@ -2216,9 +2804,7 @@
|
|
2216
2804
|
"name": "String",
|
2217
2805
|
"ofType": null
|
2218
2806
|
},
|
2219
|
-
"defaultValue": "\"NO\""
|
2220
|
-
"isDeprecated": false,
|
2221
|
-
"deprecationReason": null
|
2807
|
+
"defaultValue": "\"NO\""
|
2222
2808
|
},
|
2223
2809
|
{
|
2224
2810
|
"name": "email",
|
@@ -2232,9 +2818,7 @@
|
|
2232
2818
|
"ofType": null
|
2233
2819
|
}
|
2234
2820
|
},
|
2235
|
-
"defaultValue": null
|
2236
|
-
"isDeprecated": false,
|
2237
|
-
"deprecationReason": null
|
2821
|
+
"defaultValue": null
|
2238
2822
|
},
|
2239
2823
|
{
|
2240
2824
|
"name": "personalNumber",
|
@@ -2248,9 +2832,7 @@
|
|
2248
2832
|
"ofType": null
|
2249
2833
|
}
|
2250
2834
|
},
|
2251
|
-
"defaultValue": null
|
2252
|
-
"isDeprecated": false,
|
2253
|
-
"deprecationReason": null
|
2835
|
+
"defaultValue": null
|
2254
2836
|
},
|
2255
2837
|
{
|
2256
2838
|
"name": "organizationNumber",
|
@@ -2260,9 +2842,7 @@
|
|
2260
2842
|
"name": "String",
|
2261
2843
|
"ofType": null
|
2262
2844
|
},
|
2263
|
-
"defaultValue": null
|
2264
|
-
"isDeprecated": false,
|
2265
|
-
"deprecationReason": null
|
2845
|
+
"defaultValue": null
|
2266
2846
|
},
|
2267
2847
|
{
|
2268
2848
|
"name": "firstName",
|
@@ -2276,9 +2856,7 @@
|
|
2276
2856
|
"ofType": null
|
2277
2857
|
}
|
2278
2858
|
},
|
2279
|
-
"defaultValue": null
|
2280
|
-
"isDeprecated": false,
|
2281
|
-
"deprecationReason": null
|
2859
|
+
"defaultValue": null
|
2282
2860
|
},
|
2283
2861
|
{
|
2284
2862
|
"name": "lastName",
|
@@ -2292,9 +2870,7 @@
|
|
2292
2870
|
"ofType": null
|
2293
2871
|
}
|
2294
2872
|
},
|
2295
|
-
"defaultValue": null
|
2296
|
-
"isDeprecated": false,
|
2297
|
-
"deprecationReason": null
|
2873
|
+
"defaultValue": null
|
2298
2874
|
},
|
2299
2875
|
{
|
2300
2876
|
"name": "dateOfBirth",
|
@@ -2308,9 +2884,7 @@
|
|
2308
2884
|
"ofType": null
|
2309
2885
|
}
|
2310
2886
|
},
|
2311
|
-
"defaultValue": null
|
2312
|
-
"isDeprecated": false,
|
2313
|
-
"deprecationReason": null
|
2887
|
+
"defaultValue": null
|
2314
2888
|
},
|
2315
2889
|
{
|
2316
2890
|
"name": "bankAccountNumber",
|
@@ -2324,9 +2898,7 @@
|
|
2324
2898
|
"ofType": null
|
2325
2899
|
}
|
2326
2900
|
},
|
2327
|
-
"defaultValue": null
|
2328
|
-
"isDeprecated": false,
|
2329
|
-
"deprecationReason": null
|
2901
|
+
"defaultValue": null
|
2330
2902
|
},
|
2331
2903
|
{
|
2332
2904
|
"name": "address",
|
@@ -2340,9 +2912,7 @@
|
|
2340
2912
|
"ofType": null
|
2341
2913
|
}
|
2342
2914
|
},
|
2343
|
-
"defaultValue": null
|
2344
|
-
"isDeprecated": false,
|
2345
|
-
"deprecationReason": null
|
2915
|
+
"defaultValue": null
|
2346
2916
|
}
|
2347
2917
|
],
|
2348
2918
|
"interfaces": null,
|
@@ -2363,9 +2933,7 @@
|
|
2363
2933
|
"name": "String",
|
2364
2934
|
"ofType": null
|
2365
2935
|
},
|
2366
|
-
"defaultValue": null
|
2367
|
-
"isDeprecated": false,
|
2368
|
-
"deprecationReason": null
|
2936
|
+
"defaultValue": null
|
2369
2937
|
},
|
2370
2938
|
{
|
2371
2939
|
"name": "attributes",
|
@@ -2379,9 +2947,7 @@
|
|
2379
2947
|
"ofType": null
|
2380
2948
|
}
|
2381
2949
|
},
|
2382
|
-
"defaultValue": null
|
2383
|
-
"isDeprecated": false,
|
2384
|
-
"deprecationReason": null
|
2950
|
+
"defaultValue": null
|
2385
2951
|
}
|
2386
2952
|
],
|
2387
2953
|
"interfaces": null,
|
@@ -2666,6 +3232,48 @@
|
|
2666
3232
|
"isDeprecated": false,
|
2667
3233
|
"deprecationReason": null
|
2668
3234
|
},
|
3235
|
+
{
|
3236
|
+
"name": "pdfDocument",
|
3237
|
+
"description": null,
|
3238
|
+
"args": [
|
3239
|
+
|
3240
|
+
],
|
3241
|
+
"type": {
|
3242
|
+
"kind": "OBJECT",
|
3243
|
+
"name": "Attachment",
|
3244
|
+
"ofType": null
|
3245
|
+
},
|
3246
|
+
"isDeprecated": false,
|
3247
|
+
"deprecationReason": null
|
3248
|
+
},
|
3249
|
+
{
|
3250
|
+
"name": "receiverOrgName",
|
3251
|
+
"description": null,
|
3252
|
+
"args": [
|
3253
|
+
|
3254
|
+
],
|
3255
|
+
"type": {
|
3256
|
+
"kind": "SCALAR",
|
3257
|
+
"name": "String",
|
3258
|
+
"ofType": null
|
3259
|
+
},
|
3260
|
+
"isDeprecated": false,
|
3261
|
+
"deprecationReason": null
|
3262
|
+
},
|
3263
|
+
{
|
3264
|
+
"name": "receiverOrgNumber",
|
3265
|
+
"description": null,
|
3266
|
+
"args": [
|
3267
|
+
|
3268
|
+
],
|
3269
|
+
"type": {
|
3270
|
+
"kind": "SCALAR",
|
3271
|
+
"name": "String",
|
3272
|
+
"ofType": null
|
3273
|
+
},
|
3274
|
+
"isDeprecated": false,
|
3275
|
+
"deprecationReason": null
|
3276
|
+
},
|
2669
3277
|
{
|
2670
3278
|
"name": "senderReferencePerson",
|
2671
3279
|
"description": null,
|
@@ -2680,6 +3288,24 @@
|
|
2680
3288
|
"isDeprecated": false,
|
2681
3289
|
"deprecationReason": null
|
2682
3290
|
},
|
3291
|
+
{
|
3292
|
+
"name": "serviceType",
|
3293
|
+
"description": null,
|
3294
|
+
"args": [
|
3295
|
+
|
3296
|
+
],
|
3297
|
+
"type": {
|
3298
|
+
"kind": "NON_NULL",
|
3299
|
+
"name": null,
|
3300
|
+
"ofType": {
|
3301
|
+
"kind": "SCALAR",
|
3302
|
+
"name": "String",
|
3303
|
+
"ofType": null
|
3304
|
+
}
|
3305
|
+
},
|
3306
|
+
"isDeprecated": false,
|
3307
|
+
"deprecationReason": null
|
3308
|
+
},
|
2683
3309
|
{
|
2684
3310
|
"name": "status",
|
2685
3311
|
"description": null,
|
@@ -2698,6 +3324,24 @@
|
|
2698
3324
|
"isDeprecated": false,
|
2699
3325
|
"deprecationReason": null
|
2700
3326
|
},
|
3327
|
+
{
|
3328
|
+
"name": "totalAmount",
|
3329
|
+
"description": null,
|
3330
|
+
"args": [
|
3331
|
+
|
3332
|
+
],
|
3333
|
+
"type": {
|
3334
|
+
"kind": "NON_NULL",
|
3335
|
+
"name": null,
|
3336
|
+
"ofType": {
|
3337
|
+
"kind": "SCALAR",
|
3338
|
+
"name": "Int",
|
3339
|
+
"ofType": null
|
3340
|
+
}
|
3341
|
+
},
|
3342
|
+
"isDeprecated": false,
|
3343
|
+
"deprecationReason": null
|
3344
|
+
},
|
2701
3345
|
{
|
2702
3346
|
"name": "vat",
|
2703
3347
|
"description": null,
|
@@ -2738,13 +3382,15 @@
|
|
2738
3382
|
"name": "clientId",
|
2739
3383
|
"description": null,
|
2740
3384
|
"type": {
|
2741
|
-
"kind": "
|
2742
|
-
"name":
|
2743
|
-
"ofType":
|
3385
|
+
"kind": "NON_NULL",
|
3386
|
+
"name": null,
|
3387
|
+
"ofType": {
|
3388
|
+
"kind": "SCALAR",
|
3389
|
+
"name": "ID",
|
3390
|
+
"ofType": null
|
3391
|
+
}
|
2744
3392
|
},
|
2745
|
-
"defaultValue": null
|
2746
|
-
"isDeprecated": false,
|
2747
|
-
"deprecationReason": null
|
3393
|
+
"defaultValue": null
|
2748
3394
|
},
|
2749
3395
|
{
|
2750
3396
|
"name": "idempotencyKey",
|
@@ -2758,9 +3404,7 @@
|
|
2758
3404
|
"ofType": null
|
2759
3405
|
}
|
2760
3406
|
},
|
2761
|
-
"defaultValue": null
|
2762
|
-
"isDeprecated": false,
|
2763
|
-
"deprecationReason": null
|
3407
|
+
"defaultValue": null
|
2764
3408
|
},
|
2765
3409
|
{
|
2766
3410
|
"name": "buyerReference",
|
@@ -2770,9 +3414,7 @@
|
|
2770
3414
|
"name": "String",
|
2771
3415
|
"ofType": null
|
2772
3416
|
},
|
2773
|
-
"defaultValue": null
|
2774
|
-
"isDeprecated": false,
|
2775
|
-
"deprecationReason": null
|
3417
|
+
"defaultValue": null
|
2776
3418
|
},
|
2777
3419
|
{
|
2778
3420
|
"name": "orderReference",
|
@@ -2782,9 +3424,7 @@
|
|
2782
3424
|
"name": "String",
|
2783
3425
|
"ofType": null
|
2784
3426
|
},
|
2785
|
-
"defaultValue": null
|
2786
|
-
"isDeprecated": false,
|
2787
|
-
"deprecationReason": null
|
3427
|
+
"defaultValue": null
|
2788
3428
|
},
|
2789
3429
|
{
|
2790
3430
|
"name": "invoicedOn",
|
@@ -2794,9 +3434,7 @@
|
|
2794
3434
|
"name": "String",
|
2795
3435
|
"ofType": null
|
2796
3436
|
},
|
2797
|
-
"defaultValue": null
|
2798
|
-
"isDeprecated": false,
|
2799
|
-
"deprecationReason": null
|
3437
|
+
"defaultValue": null
|
2800
3438
|
},
|
2801
3439
|
{
|
2802
3440
|
"name": "dueOn",
|
@@ -2806,9 +3444,7 @@
|
|
2806
3444
|
"name": "String",
|
2807
3445
|
"ofType": null
|
2808
3446
|
},
|
2809
|
-
"defaultValue": null
|
2810
|
-
"isDeprecated": false,
|
2811
|
-
"deprecationReason": null
|
3447
|
+
"defaultValue": null
|
2812
3448
|
},
|
2813
3449
|
{
|
2814
3450
|
"name": "externalNote",
|
@@ -2818,9 +3454,7 @@
|
|
2818
3454
|
"name": "String",
|
2819
3455
|
"ofType": null
|
2820
3456
|
},
|
2821
|
-
"defaultValue": null
|
2822
|
-
"isDeprecated": false,
|
2823
|
-
"deprecationReason": null
|
3457
|
+
"defaultValue": null
|
2824
3458
|
},
|
2825
3459
|
{
|
2826
3460
|
"name": "lines",
|
@@ -2842,9 +3476,7 @@
|
|
2842
3476
|
}
|
2843
3477
|
}
|
2844
3478
|
},
|
2845
|
-
"defaultValue": null
|
2846
|
-
"isDeprecated": false,
|
2847
|
-
"deprecationReason": null
|
3479
|
+
"defaultValue": null
|
2848
3480
|
}
|
2849
3481
|
],
|
2850
3482
|
"interfaces": null,
|
@@ -2858,60 +3490,200 @@
|
|
2858
3490
|
"fields": null,
|
2859
3491
|
"inputFields": [
|
2860
3492
|
{
|
2861
|
-
"name": "status",
|
3493
|
+
"name": "status",
|
3494
|
+
"description": null,
|
3495
|
+
"type": {
|
3496
|
+
"kind": "ENUM",
|
3497
|
+
"name": "InvoiceStatusEnum",
|
3498
|
+
"ofType": null
|
3499
|
+
},
|
3500
|
+
"defaultValue": null
|
3501
|
+
},
|
3502
|
+
{
|
3503
|
+
"name": "idempotencyKey",
|
3504
|
+
"description": null,
|
3505
|
+
"type": {
|
3506
|
+
"kind": "SCALAR",
|
3507
|
+
"name": "String",
|
3508
|
+
"ofType": null
|
3509
|
+
},
|
3510
|
+
"defaultValue": null
|
3511
|
+
},
|
3512
|
+
{
|
3513
|
+
"name": "enrollmentId",
|
3514
|
+
"description": null,
|
3515
|
+
"type": {
|
3516
|
+
"kind": "SCALAR",
|
3517
|
+
"name": "ID",
|
3518
|
+
"ofType": null
|
3519
|
+
},
|
3520
|
+
"defaultValue": null
|
3521
|
+
},
|
3522
|
+
{
|
3523
|
+
"name": "externalId",
|
3524
|
+
"description": null,
|
3525
|
+
"type": {
|
3526
|
+
"kind": "SCALAR",
|
3527
|
+
"name": "String",
|
3528
|
+
"ofType": null
|
3529
|
+
},
|
3530
|
+
"defaultValue": null
|
3531
|
+
},
|
3532
|
+
{
|
3533
|
+
"name": "clientIds",
|
3534
|
+
"description": null,
|
3535
|
+
"type": {
|
3536
|
+
"kind": "LIST",
|
3537
|
+
"name": null,
|
3538
|
+
"ofType": {
|
3539
|
+
"kind": "NON_NULL",
|
3540
|
+
"name": null,
|
3541
|
+
"ofType": {
|
3542
|
+
"kind": "SCALAR",
|
3543
|
+
"name": "ID",
|
3544
|
+
"ofType": null
|
3545
|
+
}
|
3546
|
+
}
|
3547
|
+
},
|
3548
|
+
"defaultValue": null
|
3549
|
+
},
|
3550
|
+
{
|
3551
|
+
"name": "invoiceNumber",
|
3552
|
+
"description": null,
|
3553
|
+
"type": {
|
3554
|
+
"kind": "SCALAR",
|
3555
|
+
"name": "String",
|
3556
|
+
"ofType": null
|
3557
|
+
},
|
3558
|
+
"defaultValue": null
|
3559
|
+
},
|
3560
|
+
{
|
3561
|
+
"name": "receiverOrgNumber",
|
3562
|
+
"description": null,
|
3563
|
+
"type": {
|
3564
|
+
"kind": "SCALAR",
|
3565
|
+
"name": "String",
|
3566
|
+
"ofType": null
|
3567
|
+
},
|
3568
|
+
"defaultValue": null
|
3569
|
+
},
|
3570
|
+
{
|
3571
|
+
"name": "receiverOrgNumberIn",
|
3572
|
+
"description": null,
|
3573
|
+
"type": {
|
3574
|
+
"kind": "LIST",
|
3575
|
+
"name": null,
|
3576
|
+
"ofType": {
|
3577
|
+
"kind": "NON_NULL",
|
3578
|
+
"name": null,
|
3579
|
+
"ofType": {
|
3580
|
+
"kind": "SCALAR",
|
3581
|
+
"name": "String",
|
3582
|
+
"ofType": null
|
3583
|
+
}
|
3584
|
+
}
|
3585
|
+
},
|
3586
|
+
"defaultValue": null
|
3587
|
+
},
|
3588
|
+
{
|
3589
|
+
"name": "receiverOrgName",
|
3590
|
+
"description": null,
|
3591
|
+
"type": {
|
3592
|
+
"kind": "SCALAR",
|
3593
|
+
"name": "String",
|
3594
|
+
"ofType": null
|
3595
|
+
},
|
3596
|
+
"defaultValue": null
|
3597
|
+
},
|
3598
|
+
{
|
3599
|
+
"name": "buyerReference",
|
3600
|
+
"description": null,
|
3601
|
+
"type": {
|
3602
|
+
"kind": "SCALAR",
|
3603
|
+
"name": "String",
|
3604
|
+
"ofType": null
|
3605
|
+
},
|
3606
|
+
"defaultValue": null
|
3607
|
+
},
|
3608
|
+
{
|
3609
|
+
"name": "buyerReferenceStart",
|
3610
|
+
"description": null,
|
3611
|
+
"type": {
|
3612
|
+
"kind": "SCALAR",
|
3613
|
+
"name": "String",
|
3614
|
+
"ofType": null
|
3615
|
+
},
|
3616
|
+
"defaultValue": null
|
3617
|
+
},
|
3618
|
+
{
|
3619
|
+
"name": "buyerReferenceEq",
|
3620
|
+
"description": null,
|
3621
|
+
"type": {
|
3622
|
+
"kind": "SCALAR",
|
3623
|
+
"name": "String",
|
3624
|
+
"ofType": null
|
3625
|
+
},
|
3626
|
+
"defaultValue": null
|
3627
|
+
},
|
3628
|
+
{
|
3629
|
+
"name": "orderReference",
|
3630
|
+
"description": null,
|
3631
|
+
"type": {
|
3632
|
+
"kind": "SCALAR",
|
3633
|
+
"name": "String",
|
3634
|
+
"ofType": null
|
3635
|
+
},
|
3636
|
+
"defaultValue": null
|
3637
|
+
},
|
3638
|
+
{
|
3639
|
+
"name": "orderReferenceStart",
|
3640
|
+
"description": null,
|
3641
|
+
"type": {
|
3642
|
+
"kind": "SCALAR",
|
3643
|
+
"name": "String",
|
3644
|
+
"ofType": null
|
3645
|
+
},
|
3646
|
+
"defaultValue": null
|
3647
|
+
},
|
3648
|
+
{
|
3649
|
+
"name": "orderReferenceEq",
|
2862
3650
|
"description": null,
|
2863
3651
|
"type": {
|
2864
|
-
"kind": "
|
2865
|
-
"name": "
|
3652
|
+
"kind": "SCALAR",
|
3653
|
+
"name": "String",
|
2866
3654
|
"ofType": null
|
2867
3655
|
},
|
2868
|
-
"defaultValue": null
|
2869
|
-
"isDeprecated": false,
|
2870
|
-
"deprecationReason": null
|
3656
|
+
"defaultValue": null
|
2871
3657
|
},
|
2872
3658
|
{
|
2873
|
-
"name": "
|
3659
|
+
"name": "invoicedOnFrom",
|
2874
3660
|
"description": null,
|
2875
3661
|
"type": {
|
2876
3662
|
"kind": "SCALAR",
|
2877
3663
|
"name": "String",
|
2878
3664
|
"ofType": null
|
2879
3665
|
},
|
2880
|
-
"defaultValue": null
|
2881
|
-
"isDeprecated": false,
|
2882
|
-
"deprecationReason": null
|
3666
|
+
"defaultValue": null
|
2883
3667
|
},
|
2884
3668
|
{
|
2885
|
-
"name": "
|
3669
|
+
"name": "invoicedOnTo",
|
2886
3670
|
"description": null,
|
2887
3671
|
"type": {
|
2888
3672
|
"kind": "SCALAR",
|
2889
|
-
"name": "
|
3673
|
+
"name": "String",
|
2890
3674
|
"ofType": null
|
2891
3675
|
},
|
2892
|
-
"defaultValue": null
|
2893
|
-
"isDeprecated": false,
|
2894
|
-
"deprecationReason": null
|
3676
|
+
"defaultValue": null
|
2895
3677
|
},
|
2896
3678
|
{
|
2897
|
-
"name": "
|
3679
|
+
"name": "serviceType",
|
2898
3680
|
"description": null,
|
2899
3681
|
"type": {
|
2900
|
-
"kind": "
|
2901
|
-
"name":
|
2902
|
-
"ofType":
|
2903
|
-
"kind": "NON_NULL",
|
2904
|
-
"name": null,
|
2905
|
-
"ofType": {
|
2906
|
-
"kind": "SCALAR",
|
2907
|
-
"name": "ID",
|
2908
|
-
"ofType": null
|
2909
|
-
}
|
2910
|
-
}
|
3682
|
+
"kind": "SCALAR",
|
3683
|
+
"name": "String",
|
3684
|
+
"ofType": null
|
2911
3685
|
},
|
2912
|
-
"defaultValue": null
|
2913
|
-
"isDeprecated": false,
|
2914
|
-
"deprecationReason": null
|
3686
|
+
"defaultValue": null
|
2915
3687
|
}
|
2916
3688
|
],
|
2917
3689
|
"interfaces": null,
|
@@ -3231,9 +4003,7 @@
|
|
3231
4003
|
"name": "ID",
|
3232
4004
|
"ofType": null
|
3233
4005
|
},
|
3234
|
-
"defaultValue": null
|
3235
|
-
"isDeprecated": false,
|
3236
|
-
"deprecationReason": null
|
4006
|
+
"defaultValue": null
|
3237
4007
|
},
|
3238
4008
|
{
|
3239
4009
|
"name": "serviceId",
|
@@ -3243,9 +4013,7 @@
|
|
3243
4013
|
"name": "ID",
|
3244
4014
|
"ofType": null
|
3245
4015
|
},
|
3246
|
-
"defaultValue": null
|
3247
|
-
"isDeprecated": false,
|
3248
|
-
"deprecationReason": null
|
4016
|
+
"defaultValue": null
|
3249
4017
|
},
|
3250
4018
|
{
|
3251
4019
|
"name": "description",
|
@@ -3259,9 +4027,7 @@
|
|
3259
4027
|
"ofType": null
|
3260
4028
|
}
|
3261
4029
|
},
|
3262
|
-
"defaultValue": null
|
3263
|
-
"isDeprecated": false,
|
3264
|
-
"deprecationReason": null
|
4030
|
+
"defaultValue": null
|
3265
4031
|
},
|
3266
4032
|
{
|
3267
4033
|
"name": "unitPrice",
|
@@ -3275,9 +4041,7 @@
|
|
3275
4041
|
"ofType": null
|
3276
4042
|
}
|
3277
4043
|
},
|
3278
|
-
"defaultValue": null
|
3279
|
-
"isDeprecated": false,
|
3280
|
-
"deprecationReason": null
|
4044
|
+
"defaultValue": null
|
3281
4045
|
},
|
3282
4046
|
{
|
3283
4047
|
"name": "quantity",
|
@@ -3291,9 +4055,7 @@
|
|
3291
4055
|
"ofType": null
|
3292
4056
|
}
|
3293
4057
|
},
|
3294
|
-
"defaultValue": null
|
3295
|
-
"isDeprecated": false,
|
3296
|
-
"deprecationReason": null
|
4058
|
+
"defaultValue": null
|
3297
4059
|
},
|
3298
4060
|
{
|
3299
4061
|
"name": "vatRate",
|
@@ -3303,9 +4065,7 @@
|
|
3303
4065
|
"name": "Float",
|
3304
4066
|
"ofType": null
|
3305
4067
|
},
|
3306
|
-
"defaultValue": null
|
3307
|
-
"isDeprecated": false,
|
3308
|
-
"deprecationReason": null
|
4068
|
+
"defaultValue": null
|
3309
4069
|
},
|
3310
4070
|
{
|
3311
4071
|
"name": "workStartedAt",
|
@@ -3319,9 +4079,7 @@
|
|
3319
4079
|
"ofType": null
|
3320
4080
|
}
|
3321
4081
|
},
|
3322
|
-
"defaultValue": null
|
3323
|
-
"isDeprecated": false,
|
3324
|
-
"deprecationReason": null
|
4082
|
+
"defaultValue": null
|
3325
4083
|
},
|
3326
4084
|
{
|
3327
4085
|
"name": "workEndedAt",
|
@@ -3335,9 +4093,7 @@
|
|
3335
4093
|
"ofType": null
|
3336
4094
|
}
|
3337
4095
|
},
|
3338
|
-
"defaultValue": null
|
3339
|
-
"isDeprecated": false,
|
3340
|
-
"deprecationReason": null
|
4096
|
+
"defaultValue": null
|
3341
4097
|
},
|
3342
4098
|
{
|
3343
4099
|
"name": "dependentLines",
|
@@ -3355,9 +4111,7 @@
|
|
3355
4111
|
}
|
3356
4112
|
}
|
3357
4113
|
},
|
3358
|
-
"defaultValue": null
|
3359
|
-
"isDeprecated": false,
|
3360
|
-
"deprecationReason": null
|
4114
|
+
"defaultValue": null
|
3361
4115
|
},
|
3362
4116
|
{
|
3363
4117
|
"name": "workHoursOptional",
|
@@ -3367,9 +4121,7 @@
|
|
3367
4121
|
"name": "Boolean",
|
3368
4122
|
"ofType": null
|
3369
4123
|
},
|
3370
|
-
"defaultValue": null
|
3371
|
-
"isDeprecated": false,
|
3372
|
-
"deprecationReason": null
|
4124
|
+
"defaultValue": null
|
3373
4125
|
},
|
3374
4126
|
{
|
3375
4127
|
"name": "externalId",
|
@@ -3379,12 +4131,67 @@
|
|
3379
4131
|
"name": "String",
|
3380
4132
|
"ofType": null
|
3381
4133
|
},
|
3382
|
-
"defaultValue": null
|
4134
|
+
"defaultValue": null
|
4135
|
+
}
|
4136
|
+
],
|
4137
|
+
"interfaces": null,
|
4138
|
+
"enumValues": null,
|
4139
|
+
"possibleTypes": null
|
4140
|
+
},
|
4141
|
+
{
|
4142
|
+
"kind": "OBJECT",
|
4143
|
+
"name": "InvoicePage",
|
4144
|
+
"description": null,
|
4145
|
+
"fields": [
|
4146
|
+
{
|
4147
|
+
"name": "_pagination",
|
4148
|
+
"description": null,
|
4149
|
+
"args": [
|
4150
|
+
|
4151
|
+
],
|
4152
|
+
"type": {
|
4153
|
+
"kind": "NON_NULL",
|
4154
|
+
"name": null,
|
4155
|
+
"ofType": {
|
4156
|
+
"kind": "OBJECT",
|
4157
|
+
"name": "Pagination",
|
4158
|
+
"ofType": null
|
4159
|
+
}
|
4160
|
+
},
|
4161
|
+
"isDeprecated": false,
|
4162
|
+
"deprecationReason": null
|
4163
|
+
},
|
4164
|
+
{
|
4165
|
+
"name": "collection",
|
4166
|
+
"description": null,
|
4167
|
+
"args": [
|
4168
|
+
|
4169
|
+
],
|
4170
|
+
"type": {
|
4171
|
+
"kind": "NON_NULL",
|
4172
|
+
"name": null,
|
4173
|
+
"ofType": {
|
4174
|
+
"kind": "LIST",
|
4175
|
+
"name": null,
|
4176
|
+
"ofType": {
|
4177
|
+
"kind": "NON_NULL",
|
4178
|
+
"name": null,
|
4179
|
+
"ofType": {
|
4180
|
+
"kind": "OBJECT",
|
4181
|
+
"name": "Invoice",
|
4182
|
+
"ofType": null
|
4183
|
+
}
|
4184
|
+
}
|
4185
|
+
}
|
4186
|
+
},
|
3383
4187
|
"isDeprecated": false,
|
3384
4188
|
"deprecationReason": null
|
3385
4189
|
}
|
3386
4190
|
],
|
3387
|
-
"
|
4191
|
+
"inputFields": null,
|
4192
|
+
"interfaces": [
|
4193
|
+
|
4194
|
+
],
|
3388
4195
|
"enumValues": null,
|
3389
4196
|
"possibleTypes": null
|
3390
4197
|
},
|
@@ -3441,6 +4248,89 @@
|
|
3441
4248
|
],
|
3442
4249
|
"possibleTypes": null
|
3443
4250
|
},
|
4251
|
+
{
|
4252
|
+
"kind": "ENUM",
|
4253
|
+
"name": "InvoicesSortByEnum",
|
4254
|
+
"description": null,
|
4255
|
+
"fields": null,
|
4256
|
+
"inputFields": null,
|
4257
|
+
"interfaces": null,
|
4258
|
+
"enumValues": [
|
4259
|
+
{
|
4260
|
+
"name": "INVOICE_NUMBER_ASC",
|
4261
|
+
"description": null,
|
4262
|
+
"isDeprecated": false,
|
4263
|
+
"deprecationReason": null
|
4264
|
+
},
|
4265
|
+
{
|
4266
|
+
"name": "INVOICE_NUMBER_DESC",
|
4267
|
+
"description": null,
|
4268
|
+
"isDeprecated": false,
|
4269
|
+
"deprecationReason": null
|
4270
|
+
},
|
4271
|
+
{
|
4272
|
+
"name": "INVOICED_ON_ASC",
|
4273
|
+
"description": null,
|
4274
|
+
"isDeprecated": false,
|
4275
|
+
"deprecationReason": null
|
4276
|
+
},
|
4277
|
+
{
|
4278
|
+
"name": "INVOICED_ON_DESC",
|
4279
|
+
"description": null,
|
4280
|
+
"isDeprecated": false,
|
4281
|
+
"deprecationReason": null
|
4282
|
+
},
|
4283
|
+
{
|
4284
|
+
"name": "RECEIVER_ORG_NAME_ASC",
|
4285
|
+
"description": null,
|
4286
|
+
"isDeprecated": false,
|
4287
|
+
"deprecationReason": null
|
4288
|
+
},
|
4289
|
+
{
|
4290
|
+
"name": "RECEIVER_ORG_NAME_DESC",
|
4291
|
+
"description": null,
|
4292
|
+
"isDeprecated": false,
|
4293
|
+
"deprecationReason": null
|
4294
|
+
},
|
4295
|
+
{
|
4296
|
+
"name": "RECEIVER_ORG_NUMBER_ASC",
|
4297
|
+
"description": null,
|
4298
|
+
"isDeprecated": false,
|
4299
|
+
"deprecationReason": null
|
4300
|
+
},
|
4301
|
+
{
|
4302
|
+
"name": "RECEIVER_ORG_NUMBER_DESC",
|
4303
|
+
"description": null,
|
4304
|
+
"isDeprecated": false,
|
4305
|
+
"deprecationReason": null
|
4306
|
+
},
|
4307
|
+
{
|
4308
|
+
"name": "BUYER_REFERENCE_ASC",
|
4309
|
+
"description": null,
|
4310
|
+
"isDeprecated": false,
|
4311
|
+
"deprecationReason": null
|
4312
|
+
},
|
4313
|
+
{
|
4314
|
+
"name": "BUYER_REFERENCE_DESC",
|
4315
|
+
"description": null,
|
4316
|
+
"isDeprecated": false,
|
4317
|
+
"deprecationReason": null
|
4318
|
+
},
|
4319
|
+
{
|
4320
|
+
"name": "ORDER_REFERENCE_ASC",
|
4321
|
+
"description": null,
|
4322
|
+
"isDeprecated": false,
|
4323
|
+
"deprecationReason": null
|
4324
|
+
},
|
4325
|
+
{
|
4326
|
+
"name": "ORDER_REFERENCE_DESC",
|
4327
|
+
"description": null,
|
4328
|
+
"isDeprecated": false,
|
4329
|
+
"deprecationReason": null
|
4330
|
+
}
|
4331
|
+
],
|
4332
|
+
"possibleTypes": null
|
4333
|
+
},
|
3444
4334
|
{
|
3445
4335
|
"kind": "ENUM",
|
3446
4336
|
"name": "LineTypeEnum",
|
@@ -3502,9 +4392,7 @@
|
|
3502
4392
|
"name": "String",
|
3503
4393
|
"ofType": null
|
3504
4394
|
},
|
3505
|
-
"defaultValue": null
|
3506
|
-
"isDeprecated": false,
|
3507
|
-
"deprecationReason": null
|
4395
|
+
"defaultValue": null
|
3508
4396
|
},
|
3509
4397
|
{
|
3510
4398
|
"name": "enrollmentId",
|
@@ -3518,9 +4406,7 @@
|
|
3518
4406
|
"ofType": null
|
3519
4407
|
}
|
3520
4408
|
},
|
3521
|
-
"defaultValue": null
|
3522
|
-
"isDeprecated": false,
|
3523
|
-
"deprecationReason": null
|
4409
|
+
"defaultValue": null
|
3524
4410
|
}
|
3525
4411
|
],
|
3526
4412
|
"interfaces": null,
|
@@ -3615,9 +4501,7 @@
|
|
3615
4501
|
"ofType": null
|
3616
4502
|
}
|
3617
4503
|
},
|
3618
|
-
"defaultValue": null
|
3619
|
-
"isDeprecated": false,
|
3620
|
-
"deprecationReason": null
|
4504
|
+
"defaultValue": null
|
3621
4505
|
}
|
3622
4506
|
],
|
3623
4507
|
"type": {
|
@@ -3644,9 +4528,7 @@
|
|
3644
4528
|
"ofType": null
|
3645
4529
|
}
|
3646
4530
|
},
|
3647
|
-
"defaultValue": null
|
3648
|
-
"isDeprecated": false,
|
3649
|
-
"deprecationReason": null
|
4531
|
+
"defaultValue": null
|
3650
4532
|
}
|
3651
4533
|
],
|
3652
4534
|
"type": {
|
@@ -3673,9 +4555,7 @@
|
|
3673
4555
|
"ofType": null
|
3674
4556
|
}
|
3675
4557
|
},
|
3676
|
-
"defaultValue": null
|
3677
|
-
"isDeprecated": false,
|
3678
|
-
"deprecationReason": null
|
4558
|
+
"defaultValue": null
|
3679
4559
|
}
|
3680
4560
|
],
|
3681
4561
|
"type": {
|
@@ -3702,9 +4582,7 @@
|
|
3702
4582
|
"ofType": null
|
3703
4583
|
}
|
3704
4584
|
},
|
3705
|
-
"defaultValue": null
|
3706
|
-
"isDeprecated": false,
|
3707
|
-
"deprecationReason": null
|
4585
|
+
"defaultValue": null
|
3708
4586
|
}
|
3709
4587
|
],
|
3710
4588
|
"type": {
|
@@ -3731,9 +4609,7 @@
|
|
3731
4609
|
"ofType": null
|
3732
4610
|
}
|
3733
4611
|
},
|
3734
|
-
"defaultValue": null
|
3735
|
-
"isDeprecated": false,
|
3736
|
-
"deprecationReason": null
|
4612
|
+
"defaultValue": null
|
3737
4613
|
}
|
3738
4614
|
],
|
3739
4615
|
"type": {
|
@@ -3760,9 +4636,7 @@
|
|
3760
4636
|
"ofType": null
|
3761
4637
|
}
|
3762
4638
|
},
|
3763
|
-
"defaultValue": null
|
3764
|
-
"isDeprecated": false,
|
3765
|
-
"deprecationReason": null
|
4639
|
+
"defaultValue": null
|
3766
4640
|
}
|
3767
4641
|
],
|
3768
4642
|
"type": {
|
@@ -3789,9 +4663,7 @@
|
|
3789
4663
|
"ofType": null
|
3790
4664
|
}
|
3791
4665
|
},
|
3792
|
-
"defaultValue": null
|
3793
|
-
"isDeprecated": false,
|
3794
|
-
"deprecationReason": null
|
4666
|
+
"defaultValue": null
|
3795
4667
|
}
|
3796
4668
|
],
|
3797
4669
|
"type": {
|
@@ -3818,9 +4690,7 @@
|
|
3818
4690
|
"ofType": null
|
3819
4691
|
}
|
3820
4692
|
},
|
3821
|
-
"defaultValue": null
|
3822
|
-
"isDeprecated": false,
|
3823
|
-
"deprecationReason": null
|
4693
|
+
"defaultValue": null
|
3824
4694
|
}
|
3825
4695
|
],
|
3826
4696
|
"type": {
|
@@ -3847,9 +4717,7 @@
|
|
3847
4717
|
"ofType": null
|
3848
4718
|
}
|
3849
4719
|
},
|
3850
|
-
"defaultValue": null
|
3851
|
-
"isDeprecated": false,
|
3852
|
-
"deprecationReason": null
|
4720
|
+
"defaultValue": null
|
3853
4721
|
}
|
3854
4722
|
],
|
3855
4723
|
"type": {
|
@@ -3876,9 +4744,7 @@
|
|
3876
4744
|
"ofType": null
|
3877
4745
|
}
|
3878
4746
|
},
|
3879
|
-
"defaultValue": null
|
3880
|
-
"isDeprecated": false,
|
3881
|
-
"deprecationReason": null
|
4747
|
+
"defaultValue": null
|
3882
4748
|
}
|
3883
4749
|
],
|
3884
4750
|
"type": {
|
@@ -3932,6 +4798,11 @@
|
|
3932
4798
|
"name": "Client",
|
3933
4799
|
"ofType": null
|
3934
4800
|
},
|
4801
|
+
{
|
4802
|
+
"kind": "OBJECT",
|
4803
|
+
"name": "CreditNote",
|
4804
|
+
"ofType": null
|
4805
|
+
},
|
3935
4806
|
{
|
3936
4807
|
"kind": "OBJECT",
|
3937
4808
|
"name": "Enrollment",
|
@@ -3953,80 +4824,153 @@
|
|
3953
4824
|
"ofType": null
|
3954
4825
|
},
|
3955
4826
|
{
|
3956
|
-
"kind": "OBJECT",
|
3957
|
-
"name": "OccupationCode",
|
4827
|
+
"kind": "OBJECT",
|
4828
|
+
"name": "OccupationCode",
|
4829
|
+
"ofType": null
|
4830
|
+
}
|
4831
|
+
]
|
4832
|
+
},
|
4833
|
+
{
|
4834
|
+
"kind": "OBJECT",
|
4835
|
+
"name": "OccupationCode",
|
4836
|
+
"description": null,
|
4837
|
+
"fields": [
|
4838
|
+
{
|
4839
|
+
"name": "code",
|
4840
|
+
"description": null,
|
4841
|
+
"args": [
|
4842
|
+
|
4843
|
+
],
|
4844
|
+
"type": {
|
4845
|
+
"kind": "NON_NULL",
|
4846
|
+
"name": null,
|
4847
|
+
"ofType": {
|
4848
|
+
"kind": "SCALAR",
|
4849
|
+
"name": "String",
|
4850
|
+
"ofType": null
|
4851
|
+
}
|
4852
|
+
},
|
4853
|
+
"isDeprecated": false,
|
4854
|
+
"deprecationReason": null
|
4855
|
+
},
|
4856
|
+
{
|
4857
|
+
"name": "enabled",
|
4858
|
+
"description": null,
|
4859
|
+
"args": [
|
4860
|
+
|
4861
|
+
],
|
4862
|
+
"type": {
|
4863
|
+
"kind": "NON_NULL",
|
4864
|
+
"name": null,
|
4865
|
+
"ofType": {
|
4866
|
+
"kind": "SCALAR",
|
4867
|
+
"name": "Boolean",
|
4868
|
+
"ofType": null
|
4869
|
+
}
|
4870
|
+
},
|
4871
|
+
"isDeprecated": false,
|
4872
|
+
"deprecationReason": null
|
4873
|
+
},
|
4874
|
+
{
|
4875
|
+
"name": "id",
|
4876
|
+
"description": null,
|
4877
|
+
"args": [
|
4878
|
+
|
4879
|
+
],
|
4880
|
+
"type": {
|
4881
|
+
"kind": "NON_NULL",
|
4882
|
+
"name": null,
|
4883
|
+
"ofType": {
|
4884
|
+
"kind": "SCALAR",
|
4885
|
+
"name": "ID",
|
4886
|
+
"ofType": null
|
4887
|
+
}
|
4888
|
+
},
|
4889
|
+
"isDeprecated": false,
|
4890
|
+
"deprecationReason": null
|
4891
|
+
},
|
4892
|
+
{
|
4893
|
+
"name": "name",
|
4894
|
+
"description": null,
|
4895
|
+
"args": [
|
4896
|
+
|
4897
|
+
],
|
4898
|
+
"type": {
|
4899
|
+
"kind": "SCALAR",
|
4900
|
+
"name": "String",
|
4901
|
+
"ofType": null
|
4902
|
+
},
|
4903
|
+
"isDeprecated": false,
|
4904
|
+
"deprecationReason": null
|
4905
|
+
}
|
4906
|
+
],
|
4907
|
+
"inputFields": null,
|
4908
|
+
"interfaces": [
|
4909
|
+
{
|
4910
|
+
"kind": "INTERFACE",
|
4911
|
+
"name": "Node",
|
3958
4912
|
"ofType": null
|
3959
4913
|
}
|
3960
|
-
]
|
4914
|
+
],
|
4915
|
+
"enumValues": null,
|
4916
|
+
"possibleTypes": null
|
3961
4917
|
},
|
3962
4918
|
{
|
3963
4919
|
"kind": "OBJECT",
|
3964
|
-
"name": "
|
4920
|
+
"name": "Pagination",
|
3965
4921
|
"description": null,
|
3966
4922
|
"fields": [
|
3967
4923
|
{
|
3968
|
-
"name": "
|
4924
|
+
"name": "count",
|
3969
4925
|
"description": null,
|
3970
4926
|
"args": [
|
3971
4927
|
|
3972
4928
|
],
|
3973
4929
|
"type": {
|
3974
|
-
"kind": "
|
3975
|
-
"name":
|
3976
|
-
"ofType":
|
3977
|
-
"kind": "SCALAR",
|
3978
|
-
"name": "String",
|
3979
|
-
"ofType": null
|
3980
|
-
}
|
4930
|
+
"kind": "SCALAR",
|
4931
|
+
"name": "Int",
|
4932
|
+
"ofType": null
|
3981
4933
|
},
|
3982
4934
|
"isDeprecated": false,
|
3983
4935
|
"deprecationReason": null
|
3984
4936
|
},
|
3985
4937
|
{
|
3986
|
-
"name": "
|
4938
|
+
"name": "currentPage",
|
3987
4939
|
"description": null,
|
3988
4940
|
"args": [
|
3989
4941
|
|
3990
4942
|
],
|
3991
4943
|
"type": {
|
3992
|
-
"kind": "
|
3993
|
-
"name":
|
3994
|
-
"ofType":
|
3995
|
-
"kind": "SCALAR",
|
3996
|
-
"name": "Boolean",
|
3997
|
-
"ofType": null
|
3998
|
-
}
|
4944
|
+
"kind": "SCALAR",
|
4945
|
+
"name": "Int",
|
4946
|
+
"ofType": null
|
3999
4947
|
},
|
4000
4948
|
"isDeprecated": false,
|
4001
4949
|
"deprecationReason": null
|
4002
4950
|
},
|
4003
4951
|
{
|
4004
|
-
"name": "
|
4952
|
+
"name": "pages",
|
4005
4953
|
"description": null,
|
4006
4954
|
"args": [
|
4007
4955
|
|
4008
4956
|
],
|
4009
4957
|
"type": {
|
4010
|
-
"kind": "
|
4011
|
-
"name":
|
4012
|
-
"ofType":
|
4013
|
-
"kind": "SCALAR",
|
4014
|
-
"name": "ID",
|
4015
|
-
"ofType": null
|
4016
|
-
}
|
4958
|
+
"kind": "SCALAR",
|
4959
|
+
"name": "Int",
|
4960
|
+
"ofType": null
|
4017
4961
|
},
|
4018
4962
|
"isDeprecated": false,
|
4019
4963
|
"deprecationReason": null
|
4020
4964
|
},
|
4021
4965
|
{
|
4022
|
-
"name": "
|
4966
|
+
"name": "perPage",
|
4023
4967
|
"description": null,
|
4024
4968
|
"args": [
|
4025
4969
|
|
4026
4970
|
],
|
4027
4971
|
"type": {
|
4028
4972
|
"kind": "SCALAR",
|
4029
|
-
"name": "
|
4973
|
+
"name": "Int",
|
4030
4974
|
"ofType": null
|
4031
4975
|
},
|
4032
4976
|
"isDeprecated": false,
|
@@ -4035,11 +4979,7 @@
|
|
4035
4979
|
],
|
4036
4980
|
"inputFields": null,
|
4037
4981
|
"interfaces": [
|
4038
|
-
|
4039
|
-
"kind": "INTERFACE",
|
4040
|
-
"name": "Node",
|
4041
|
-
"ofType": null
|
4042
|
-
}
|
4982
|
+
|
4043
4983
|
],
|
4044
4984
|
"enumValues": null,
|
4045
4985
|
"possibleTypes": null
|
@@ -4061,9 +5001,7 @@
|
|
4061
5001
|
"name": "Int",
|
4062
5002
|
"ofType": null
|
4063
5003
|
},
|
4064
|
-
"defaultValue": null
|
4065
|
-
"isDeprecated": false,
|
4066
|
-
"deprecationReason": null
|
5004
|
+
"defaultValue": null
|
4067
5005
|
},
|
4068
5006
|
{
|
4069
5007
|
"name": "perPage",
|
@@ -4073,25 +5011,17 @@
|
|
4073
5011
|
"name": "Int",
|
4074
5012
|
"ofType": null
|
4075
5013
|
},
|
4076
|
-
"defaultValue": null
|
4077
|
-
"isDeprecated": false,
|
4078
|
-
"deprecationReason": null
|
5014
|
+
"defaultValue": null
|
4079
5015
|
},
|
4080
5016
|
{
|
4081
5017
|
"name": "freelanceProfileId",
|
4082
5018
|
"description": null,
|
4083
5019
|
"type": {
|
4084
|
-
"kind": "
|
4085
|
-
"name":
|
4086
|
-
"ofType":
|
4087
|
-
"kind": "SCALAR",
|
4088
|
-
"name": "ID",
|
4089
|
-
"ofType": null
|
4090
|
-
}
|
5020
|
+
"kind": "SCALAR",
|
5021
|
+
"name": "ID",
|
5022
|
+
"ofType": null
|
4091
5023
|
},
|
4092
|
-
"defaultValue": null
|
4093
|
-
"isDeprecated": false,
|
4094
|
-
"deprecationReason": null
|
5024
|
+
"defaultValue": null
|
4095
5025
|
},
|
4096
5026
|
{
|
4097
5027
|
"name": "orgNumber",
|
@@ -4101,9 +5031,7 @@
|
|
4101
5031
|
"name": "String",
|
4102
5032
|
"ofType": null
|
4103
5033
|
},
|
4104
|
-
"defaultValue": null
|
4105
|
-
"isDeprecated": false,
|
4106
|
-
"deprecationReason": null
|
5034
|
+
"defaultValue": null
|
4107
5035
|
},
|
4108
5036
|
{
|
4109
5037
|
"name": "email",
|
@@ -4113,9 +5041,7 @@
|
|
4113
5041
|
"name": "String",
|
4114
5042
|
"ofType": null
|
4115
5043
|
},
|
4116
|
-
"defaultValue": null
|
4117
|
-
"isDeprecated": false,
|
4118
|
-
"deprecationReason": null
|
5044
|
+
"defaultValue": null
|
4119
5045
|
}
|
4120
5046
|
],
|
4121
5047
|
"type": {
|
@@ -4150,9 +5076,7 @@
|
|
4150
5076
|
"name": "Int",
|
4151
5077
|
"ofType": null
|
4152
5078
|
},
|
4153
|
-
"defaultValue": null
|
4154
|
-
"isDeprecated": false,
|
4155
|
-
"deprecationReason": null
|
5079
|
+
"defaultValue": null
|
4156
5080
|
},
|
4157
5081
|
{
|
4158
5082
|
"name": "perPage",
|
@@ -4162,9 +5086,7 @@
|
|
4162
5086
|
"name": "Int",
|
4163
5087
|
"ofType": null
|
4164
5088
|
},
|
4165
|
-
"defaultValue": null
|
4166
|
-
"isDeprecated": false,
|
4167
|
-
"deprecationReason": null
|
5089
|
+
"defaultValue": null
|
4168
5090
|
}
|
4169
5091
|
],
|
4170
5092
|
"type": {
|
@@ -4199,9 +5121,7 @@
|
|
4199
5121
|
"name": "Int",
|
4200
5122
|
"ofType": null
|
4201
5123
|
},
|
4202
|
-
"defaultValue": null
|
4203
|
-
"isDeprecated": false,
|
4204
|
-
"deprecationReason": null
|
5124
|
+
"defaultValue": null
|
4205
5125
|
},
|
4206
5126
|
{
|
4207
5127
|
"name": "perPage",
|
@@ -4211,9 +5131,7 @@
|
|
4211
5131
|
"name": "Int",
|
4212
5132
|
"ofType": null
|
4213
5133
|
},
|
4214
|
-
"defaultValue": null
|
4215
|
-
"isDeprecated": false,
|
4216
|
-
"deprecationReason": null
|
5134
|
+
"defaultValue": null
|
4217
5135
|
}
|
4218
5136
|
],
|
4219
5137
|
"type": {
|
@@ -4248,9 +5166,7 @@
|
|
4248
5166
|
"name": "Int",
|
4249
5167
|
"ofType": null
|
4250
5168
|
},
|
4251
|
-
"defaultValue": null
|
4252
|
-
"isDeprecated": false,
|
4253
|
-
"deprecationReason": null
|
5169
|
+
"defaultValue": null
|
4254
5170
|
},
|
4255
5171
|
{
|
4256
5172
|
"name": "perPage",
|
@@ -4260,9 +5176,7 @@
|
|
4260
5176
|
"name": "Int",
|
4261
5177
|
"ofType": null
|
4262
5178
|
},
|
4263
|
-
"defaultValue": null
|
4264
|
-
"isDeprecated": false,
|
4265
|
-
"deprecationReason": null
|
5179
|
+
"defaultValue": null
|
4266
5180
|
},
|
4267
5181
|
{
|
4268
5182
|
"name": "filters",
|
@@ -4272,9 +5186,7 @@
|
|
4272
5186
|
"name": "InvoiceFilters",
|
4273
5187
|
"ofType": null
|
4274
5188
|
},
|
4275
|
-
"defaultValue": null
|
4276
|
-
"isDeprecated": false,
|
4277
|
-
"deprecationReason": null
|
5189
|
+
"defaultValue": null
|
4278
5190
|
}
|
4279
5191
|
],
|
4280
5192
|
"type": {
|
@@ -4313,9 +5225,7 @@
|
|
4313
5225
|
"ofType": null
|
4314
5226
|
}
|
4315
5227
|
},
|
4316
|
-
"defaultValue": null
|
4317
|
-
"isDeprecated": false,
|
4318
|
-
"deprecationReason": null
|
5228
|
+
"defaultValue": null
|
4319
5229
|
}
|
4320
5230
|
],
|
4321
5231
|
"type": {
|
@@ -4342,9 +5252,7 @@
|
|
4342
5252
|
"ofType": null
|
4343
5253
|
}
|
4344
5254
|
},
|
4345
|
-
"defaultValue": null
|
4346
|
-
"isDeprecated": false,
|
4347
|
-
"deprecationReason": null
|
5255
|
+
"defaultValue": null
|
4348
5256
|
}
|
4349
5257
|
],
|
4350
5258
|
"type": {
|
@@ -4355,6 +5263,63 @@
|
|
4355
5263
|
"isDeprecated": false,
|
4356
5264
|
"deprecationReason": null
|
4357
5265
|
},
|
5266
|
+
{
|
5267
|
+
"name": "ownCreditNotesPage",
|
5268
|
+
"description": null,
|
5269
|
+
"args": [
|
5270
|
+
{
|
5271
|
+
"name": "page",
|
5272
|
+
"description": null,
|
5273
|
+
"type": {
|
5274
|
+
"kind": "SCALAR",
|
5275
|
+
"name": "Int",
|
5276
|
+
"ofType": null
|
5277
|
+
},
|
5278
|
+
"defaultValue": null
|
5279
|
+
},
|
5280
|
+
{
|
5281
|
+
"name": "perPage",
|
5282
|
+
"description": null,
|
5283
|
+
"type": {
|
5284
|
+
"kind": "SCALAR",
|
5285
|
+
"name": "Int",
|
5286
|
+
"ofType": null
|
5287
|
+
},
|
5288
|
+
"defaultValue": null
|
5289
|
+
},
|
5290
|
+
{
|
5291
|
+
"name": "sortBy",
|
5292
|
+
"description": null,
|
5293
|
+
"type": {
|
5294
|
+
"kind": "ENUM",
|
5295
|
+
"name": "CreditNotesSortByEnum",
|
5296
|
+
"ofType": null
|
5297
|
+
},
|
5298
|
+
"defaultValue": null
|
5299
|
+
},
|
5300
|
+
{
|
5301
|
+
"name": "filter",
|
5302
|
+
"description": null,
|
5303
|
+
"type": {
|
5304
|
+
"kind": "INPUT_OBJECT",
|
5305
|
+
"name": "CreditNotesFilter",
|
5306
|
+
"ofType": null
|
5307
|
+
},
|
5308
|
+
"defaultValue": null
|
5309
|
+
}
|
5310
|
+
],
|
5311
|
+
"type": {
|
5312
|
+
"kind": "NON_NULL",
|
5313
|
+
"name": null,
|
5314
|
+
"ofType": {
|
5315
|
+
"kind": "OBJECT",
|
5316
|
+
"name": "CreditNotePage",
|
5317
|
+
"ofType": null
|
5318
|
+
}
|
5319
|
+
},
|
5320
|
+
"isDeprecated": false,
|
5321
|
+
"deprecationReason": null
|
5322
|
+
},
|
4358
5323
|
{
|
4359
5324
|
"name": "ownInvoices",
|
4360
5325
|
"description": null,
|
@@ -4367,9 +5332,7 @@
|
|
4367
5332
|
"name": "Int",
|
4368
5333
|
"ofType": null
|
4369
5334
|
},
|
4370
|
-
"defaultValue": null
|
4371
|
-
"isDeprecated": false,
|
4372
|
-
"deprecationReason": null
|
5335
|
+
"defaultValue": null
|
4373
5336
|
},
|
4374
5337
|
{
|
4375
5338
|
"name": "perPage",
|
@@ -4379,9 +5342,17 @@
|
|
4379
5342
|
"name": "Int",
|
4380
5343
|
"ofType": null
|
4381
5344
|
},
|
4382
|
-
"defaultValue": null
|
4383
|
-
|
4384
|
-
|
5345
|
+
"defaultValue": null
|
5346
|
+
},
|
5347
|
+
{
|
5348
|
+
"name": "sortBy",
|
5349
|
+
"description": null,
|
5350
|
+
"type": {
|
5351
|
+
"kind": "ENUM",
|
5352
|
+
"name": "InvoicesSortByEnum",
|
5353
|
+
"ofType": null
|
5354
|
+
},
|
5355
|
+
"defaultValue": null
|
4385
5356
|
},
|
4386
5357
|
{
|
4387
5358
|
"name": "filters",
|
@@ -4391,9 +5362,7 @@
|
|
4391
5362
|
"name": "InvoiceFilters",
|
4392
5363
|
"ofType": null
|
4393
5364
|
},
|
4394
|
-
"defaultValue": null
|
4395
|
-
"isDeprecated": false,
|
4396
|
-
"deprecationReason": null
|
5365
|
+
"defaultValue": null
|
4397
5366
|
}
|
4398
5367
|
],
|
4399
5368
|
"type": {
|
@@ -4415,6 +5384,63 @@
|
|
4415
5384
|
},
|
4416
5385
|
"isDeprecated": false,
|
4417
5386
|
"deprecationReason": null
|
5387
|
+
},
|
5388
|
+
{
|
5389
|
+
"name": "ownInvoicesPage",
|
5390
|
+
"description": null,
|
5391
|
+
"args": [
|
5392
|
+
{
|
5393
|
+
"name": "page",
|
5394
|
+
"description": null,
|
5395
|
+
"type": {
|
5396
|
+
"kind": "SCALAR",
|
5397
|
+
"name": "Int",
|
5398
|
+
"ofType": null
|
5399
|
+
},
|
5400
|
+
"defaultValue": null
|
5401
|
+
},
|
5402
|
+
{
|
5403
|
+
"name": "perPage",
|
5404
|
+
"description": null,
|
5405
|
+
"type": {
|
5406
|
+
"kind": "SCALAR",
|
5407
|
+
"name": "Int",
|
5408
|
+
"ofType": null
|
5409
|
+
},
|
5410
|
+
"defaultValue": null
|
5411
|
+
},
|
5412
|
+
{
|
5413
|
+
"name": "sortBy",
|
5414
|
+
"description": null,
|
5415
|
+
"type": {
|
5416
|
+
"kind": "ENUM",
|
5417
|
+
"name": "InvoicesSortByEnum",
|
5418
|
+
"ofType": null
|
5419
|
+
},
|
5420
|
+
"defaultValue": null
|
5421
|
+
},
|
5422
|
+
{
|
5423
|
+
"name": "filter",
|
5424
|
+
"description": null,
|
5425
|
+
"type": {
|
5426
|
+
"kind": "INPUT_OBJECT",
|
5427
|
+
"name": "InvoiceFilters",
|
5428
|
+
"ofType": null
|
5429
|
+
},
|
5430
|
+
"defaultValue": null
|
5431
|
+
}
|
5432
|
+
],
|
5433
|
+
"type": {
|
5434
|
+
"kind": "NON_NULL",
|
5435
|
+
"name": null,
|
5436
|
+
"ofType": {
|
5437
|
+
"kind": "OBJECT",
|
5438
|
+
"name": "InvoicePage",
|
5439
|
+
"ofType": null
|
5440
|
+
}
|
5441
|
+
},
|
5442
|
+
"isDeprecated": false,
|
5443
|
+
"deprecationReason": null
|
4418
5444
|
}
|
4419
5445
|
],
|
4420
5446
|
"inputFields": null,
|
@@ -4442,9 +5468,7 @@
|
|
4442
5468
|
"ofType": null
|
4443
5469
|
}
|
4444
5470
|
},
|
4445
|
-
"defaultValue": null
|
4446
|
-
"isDeprecated": false,
|
4447
|
-
"deprecationReason": null
|
5471
|
+
"defaultValue": null
|
4448
5472
|
},
|
4449
5473
|
{
|
4450
5474
|
"name": "to",
|
@@ -4458,9 +5482,7 @@
|
|
4458
5482
|
"ofType": null
|
4459
5483
|
}
|
4460
5484
|
},
|
4461
|
-
"defaultValue": null
|
4462
|
-
"isDeprecated": false,
|
4463
|
-
"deprecationReason": null
|
5485
|
+
"defaultValue": null
|
4464
5486
|
}
|
4465
5487
|
],
|
4466
5488
|
"interfaces": null,
|
@@ -4562,9 +5584,7 @@
|
|
4562
5584
|
"ofType": null
|
4563
5585
|
}
|
4564
5586
|
},
|
4565
|
-
"defaultValue": null
|
4566
|
-
"isDeprecated": false,
|
4567
|
-
"deprecationReason": null
|
5587
|
+
"defaultValue": null
|
4568
5588
|
},
|
4569
5589
|
{
|
4570
5590
|
"name": "email",
|
@@ -4578,9 +5598,7 @@
|
|
4578
5598
|
"ofType": null
|
4579
5599
|
}
|
4580
5600
|
},
|
4581
|
-
"defaultValue": null
|
4582
|
-
"isDeprecated": false,
|
4583
|
-
"deprecationReason": null
|
5601
|
+
"defaultValue": null
|
4584
5602
|
},
|
4585
5603
|
{
|
4586
5604
|
"name": "phone",
|
@@ -4590,9 +5608,7 @@
|
|
4590
5608
|
"name": "String",
|
4591
5609
|
"ofType": null
|
4592
5610
|
},
|
4593
|
-
"defaultValue": null
|
4594
|
-
"isDeprecated": false,
|
4595
|
-
"deprecationReason": null
|
5611
|
+
"defaultValue": null
|
4596
5612
|
},
|
4597
5613
|
{
|
4598
5614
|
"name": "referenceNumber",
|
@@ -4602,9 +5618,7 @@
|
|
4602
5618
|
"name": "String",
|
4603
5619
|
"ofType": null
|
4604
5620
|
},
|
4605
|
-
"defaultValue": null
|
4606
|
-
"isDeprecated": false,
|
4607
|
-
"deprecationReason": null
|
5621
|
+
"defaultValue": null
|
4608
5622
|
}
|
4609
5623
|
],
|
4610
5624
|
"interfaces": null,
|
@@ -4635,9 +5649,7 @@
|
|
4635
5649
|
"name": "String",
|
4636
5650
|
"ofType": null
|
4637
5651
|
},
|
4638
|
-
"defaultValue": null
|
4639
|
-
"isDeprecated": false,
|
4640
|
-
"deprecationReason": null
|
5652
|
+
"defaultValue": null
|
4641
5653
|
},
|
4642
5654
|
{
|
4643
5655
|
"name": "id",
|
@@ -4651,9 +5663,7 @@
|
|
4651
5663
|
"ofType": null
|
4652
5664
|
}
|
4653
5665
|
},
|
4654
|
-
"defaultValue": null
|
4655
|
-
"isDeprecated": false,
|
4656
|
-
"deprecationReason": null
|
5666
|
+
"defaultValue": null
|
4657
5667
|
}
|
4658
5668
|
],
|
4659
5669
|
"interfaces": null,
|
@@ -4741,9 +5751,7 @@
|
|
4741
5751
|
"name": "String",
|
4742
5752
|
"ofType": null
|
4743
5753
|
},
|
4744
|
-
"defaultValue": null
|
4745
|
-
"isDeprecated": false,
|
4746
|
-
"deprecationReason": null
|
5754
|
+
"defaultValue": null
|
4747
5755
|
},
|
4748
5756
|
{
|
4749
5757
|
"name": "ids",
|
@@ -4765,9 +5773,7 @@
|
|
4765
5773
|
}
|
4766
5774
|
}
|
4767
5775
|
},
|
4768
|
-
"defaultValue": null
|
4769
|
-
"isDeprecated": false,
|
4770
|
-
"deprecationReason": null
|
5776
|
+
"defaultValue": null
|
4771
5777
|
}
|
4772
5778
|
],
|
4773
5779
|
"interfaces": null,
|
@@ -4863,9 +5869,7 @@
|
|
4863
5869
|
"name": "ClientTypeEnum",
|
4864
5870
|
"ofType": null
|
4865
5871
|
},
|
4866
|
-
"defaultValue": null
|
4867
|
-
"isDeprecated": false,
|
4868
|
-
"deprecationReason": null
|
5872
|
+
"defaultValue": null
|
4869
5873
|
},
|
4870
5874
|
{
|
4871
5875
|
"name": "clientNumber",
|
@@ -4875,9 +5879,7 @@
|
|
4875
5879
|
"name": "Int",
|
4876
5880
|
"ofType": null
|
4877
5881
|
},
|
4878
|
-
"defaultValue": null
|
4879
|
-
"isDeprecated": false,
|
4880
|
-
"deprecationReason": null
|
5882
|
+
"defaultValue": null
|
4881
5883
|
},
|
4882
5884
|
{
|
4883
5885
|
"name": "email",
|
@@ -4887,9 +5889,7 @@
|
|
4887
5889
|
"name": "String",
|
4888
5890
|
"ofType": null
|
4889
5891
|
},
|
4890
|
-
"defaultValue": null
|
4891
|
-
"isDeprecated": false,
|
4892
|
-
"deprecationReason": null
|
5892
|
+
"defaultValue": null
|
4893
5893
|
},
|
4894
5894
|
{
|
4895
5895
|
"name": "friendlyName",
|
@@ -4899,9 +5899,7 @@
|
|
4899
5899
|
"name": "String",
|
4900
5900
|
"ofType": null
|
4901
5901
|
},
|
4902
|
-
"defaultValue": null
|
4903
|
-
"isDeprecated": false,
|
4904
|
-
"deprecationReason": null
|
5902
|
+
"defaultValue": null
|
4905
5903
|
},
|
4906
5904
|
{
|
4907
5905
|
"name": "name",
|
@@ -4911,9 +5909,7 @@
|
|
4911
5909
|
"name": "String",
|
4912
5910
|
"ofType": null
|
4913
5911
|
},
|
4914
|
-
"defaultValue": null
|
4915
|
-
"isDeprecated": false,
|
4916
|
-
"deprecationReason": null
|
5912
|
+
"defaultValue": null
|
4917
5913
|
},
|
4918
5914
|
{
|
4919
5915
|
"name": "orgNumber",
|
@@ -4923,9 +5919,7 @@
|
|
4923
5919
|
"name": "String",
|
4924
5920
|
"ofType": null
|
4925
5921
|
},
|
4926
|
-
"defaultValue": null
|
4927
|
-
"isDeprecated": false,
|
4928
|
-
"deprecationReason": null
|
5922
|
+
"defaultValue": null
|
4929
5923
|
},
|
4930
5924
|
{
|
4931
5925
|
"name": "phone",
|
@@ -4935,9 +5929,7 @@
|
|
4935
5929
|
"name": "String",
|
4936
5930
|
"ofType": null
|
4937
5931
|
},
|
4938
|
-
"defaultValue": null
|
4939
|
-
"isDeprecated": false,
|
4940
|
-
"deprecationReason": null
|
5932
|
+
"defaultValue": null
|
4941
5933
|
},
|
4942
5934
|
{
|
4943
5935
|
"name": "address",
|
@@ -4947,9 +5939,7 @@
|
|
4947
5939
|
"name": "AddressAttributes",
|
4948
5940
|
"ofType": null
|
4949
5941
|
},
|
4950
|
-
"defaultValue": null
|
4951
|
-
"isDeprecated": false,
|
4952
|
-
"deprecationReason": null
|
5942
|
+
"defaultValue": null
|
4953
5943
|
},
|
4954
5944
|
{
|
4955
5945
|
"name": "referencePeople",
|
@@ -4967,45 +5957,27 @@
|
|
4967
5957
|
}
|
4968
5958
|
}
|
4969
5959
|
},
|
4970
|
-
"defaultValue": null
|
4971
|
-
"isDeprecated": false,
|
4972
|
-
"deprecationReason": null
|
4973
|
-
},
|
4974
|
-
{
|
4975
|
-
"name": "autoSendEmail",
|
4976
|
-
"description": null,
|
4977
|
-
"type": {
|
4978
|
-
"kind": "SCALAR",
|
4979
|
-
"name": "Boolean",
|
4980
|
-
"ofType": null
|
4981
|
-
},
|
4982
|
-
"defaultValue": null,
|
4983
|
-
"isDeprecated": false,
|
4984
|
-
"deprecationReason": null
|
5960
|
+
"defaultValue": null
|
4985
5961
|
},
|
4986
5962
|
{
|
4987
|
-
"name": "
|
5963
|
+
"name": "nationalRegisterCheck",
|
4988
5964
|
"description": null,
|
4989
5965
|
"type": {
|
4990
5966
|
"kind": "SCALAR",
|
4991
5967
|
"name": "Boolean",
|
4992
5968
|
"ofType": null
|
4993
5969
|
},
|
4994
|
-
"defaultValue": null
|
4995
|
-
"isDeprecated": false,
|
4996
|
-
"deprecationReason": null
|
5970
|
+
"defaultValue": null
|
4997
5971
|
},
|
4998
5972
|
{
|
4999
|
-
"name": "
|
5973
|
+
"name": "preferredDeliveryMethod",
|
5000
5974
|
"description": null,
|
5001
5975
|
"type": {
|
5002
|
-
"kind": "
|
5003
|
-
"name": "
|
5976
|
+
"kind": "ENUM",
|
5977
|
+
"name": "ClientPreferredDeliveryMethodEnum",
|
5004
5978
|
"ofType": null
|
5005
5979
|
},
|
5006
|
-
"defaultValue": null
|
5007
|
-
"isDeprecated": false,
|
5008
|
-
"deprecationReason": null
|
5980
|
+
"defaultValue": null
|
5009
5981
|
}
|
5010
5982
|
],
|
5011
5983
|
"interfaces": null,
|
@@ -5026,9 +5998,7 @@
|
|
5026
5998
|
"name": "String",
|
5027
5999
|
"ofType": null
|
5028
6000
|
},
|
5029
|
-
"defaultValue": null
|
5030
|
-
"isDeprecated": false,
|
5031
|
-
"deprecationReason": null
|
6001
|
+
"defaultValue": null
|
5032
6002
|
},
|
5033
6003
|
{
|
5034
6004
|
"name": "id",
|
@@ -5042,9 +6012,7 @@
|
|
5042
6012
|
"ofType": null
|
5043
6013
|
}
|
5044
6014
|
},
|
5045
|
-
"defaultValue": null
|
5046
|
-
"isDeprecated": false,
|
5047
|
-
"deprecationReason": null
|
6015
|
+
"defaultValue": null
|
5048
6016
|
},
|
5049
6017
|
{
|
5050
6018
|
"name": "attributes",
|
@@ -5058,9 +6026,7 @@
|
|
5058
6026
|
"ofType": null
|
5059
6027
|
}
|
5060
6028
|
},
|
5061
|
-
"defaultValue": null
|
5062
|
-
"isDeprecated": false,
|
5063
|
-
"deprecationReason": null
|
6029
|
+
"defaultValue": null
|
5064
6030
|
}
|
5065
6031
|
],
|
5066
6032
|
"interfaces": null,
|
@@ -5151,9 +6117,7 @@
|
|
5151
6117
|
"name": "Boolean",
|
5152
6118
|
"ofType": null
|
5153
6119
|
},
|
5154
|
-
"defaultValue": "false"
|
5155
|
-
"isDeprecated": false,
|
5156
|
-
"deprecationReason": null
|
6120
|
+
"defaultValue": "false"
|
5157
6121
|
}
|
5158
6122
|
],
|
5159
6123
|
"type": {
|
@@ -5529,9 +6493,7 @@
|
|
5529
6493
|
"name": "Boolean",
|
5530
6494
|
"ofType": null
|
5531
6495
|
},
|
5532
|
-
"defaultValue": "false"
|
5533
|
-
"isDeprecated": false,
|
5534
|
-
"deprecationReason": null
|
6496
|
+
"defaultValue": "false"
|
5535
6497
|
}
|
5536
6498
|
],
|
5537
6499
|
"type": {
|
@@ -5909,9 +6871,7 @@
|
|
5909
6871
|
"name": "Boolean",
|
5910
6872
|
"ofType": null
|
5911
6873
|
},
|
5912
|
-
"defaultValue": "false"
|
5913
|
-
"isDeprecated": false,
|
5914
|
-
"deprecationReason": null
|
6874
|
+
"defaultValue": "false"
|
5915
6875
|
}
|
5916
6876
|
],
|
5917
6877
|
"type": {
|
@@ -5942,9 +6902,7 @@
|
|
5942
6902
|
"name": "Boolean",
|
5943
6903
|
"ofType": null
|
5944
6904
|
},
|
5945
|
-
"defaultValue": "false"
|
5946
|
-
"isDeprecated": false,
|
5947
|
-
"deprecationReason": null
|
6905
|
+
"defaultValue": "false"
|
5948
6906
|
}
|
5949
6907
|
],
|
5950
6908
|
"type": {
|
@@ -5975,9 +6933,7 @@
|
|
5975
6933
|
"name": "Boolean",
|
5976
6934
|
"ofType": null
|
5977
6935
|
},
|
5978
|
-
"defaultValue": "false"
|
5979
|
-
"isDeprecated": false,
|
5980
|
-
"deprecationReason": null
|
6936
|
+
"defaultValue": "false"
|
5981
6937
|
}
|
5982
6938
|
],
|
5983
6939
|
"type": {
|
@@ -6018,6 +6974,24 @@
|
|
6018
6974
|
"isDeprecated": false,
|
6019
6975
|
"deprecationReason": null
|
6020
6976
|
},
|
6977
|
+
{
|
6978
|
+
"name": "isOneOf",
|
6979
|
+
"description": null,
|
6980
|
+
"args": [
|
6981
|
+
|
6982
|
+
],
|
6983
|
+
"type": {
|
6984
|
+
"kind": "NON_NULL",
|
6985
|
+
"name": null,
|
6986
|
+
"ofType": {
|
6987
|
+
"kind": "SCALAR",
|
6988
|
+
"name": "Boolean",
|
6989
|
+
"ofType": null
|
6990
|
+
}
|
6991
|
+
},
|
6992
|
+
"isDeprecated": false,
|
6993
|
+
"deprecationReason": null
|
6994
|
+
},
|
6021
6995
|
{
|
6022
6996
|
"name": "kind",
|
6023
6997
|
"description": null,
|
@@ -6087,7 +7061,7 @@
|
|
6087
7061
|
"deprecationReason": null
|
6088
7062
|
},
|
6089
7063
|
{
|
6090
|
-
"name": "
|
7064
|
+
"name": "specifiedByURL",
|
6091
7065
|
"description": null,
|
6092
7066
|
"args": [
|
6093
7067
|
|
@@ -6190,9 +7164,7 @@
|
|
6190
7164
|
"ofType": null
|
6191
7165
|
}
|
6192
7166
|
},
|
6193
|
-
"defaultValue": null
|
6194
|
-
"isDeprecated": false,
|
6195
|
-
"deprecationReason": null
|
7167
|
+
"defaultValue": null
|
6196
7168
|
}
|
6197
7169
|
]
|
6198
7170
|
},
|
@@ -6217,9 +7189,7 @@
|
|
6217
7189
|
"ofType": null
|
6218
7190
|
}
|
6219
7191
|
},
|
6220
|
-
"defaultValue": null
|
6221
|
-
"isDeprecated": false,
|
6222
|
-
"deprecationReason": null
|
7192
|
+
"defaultValue": null
|
6223
7193
|
}
|
6224
7194
|
]
|
6225
7195
|
},
|
@@ -6241,9 +7211,7 @@
|
|
6241
7211
|
"name": "String",
|
6242
7212
|
"ofType": null
|
6243
7213
|
},
|
6244
|
-
"defaultValue": "\"No longer supported\""
|
6245
|
-
"isDeprecated": false,
|
6246
|
-
"deprecationReason": null
|
7214
|
+
"defaultValue": "\"No longer supported\""
|
6247
7215
|
}
|
6248
7216
|
]
|
6249
7217
|
},
|