dipps-client 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +19 -9
- data/lib/dipps/client/queries/own_credit_notes.rb +29 -0
- data/lib/dipps/client/queries/own_credit_notes_pagination.rb +18 -0
- data/lib/dipps/client/queries/own_invoices.rb +30 -0
- data/lib/dipps/client/queries/own_invoices_pagination.rb +18 -0
- data/lib/dipps/client/queries.rb +4 -0
- data/lib/dipps/client/version.rb +1 -1
- data/lib/dipps/client.rb +50 -0
- data/vendor/schema.json +1455 -527
- metadata +11 -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,30 +1209,168 @@
|
|
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",
|
1201
1370
|
"description": null,
|
1371
|
+
"args": [
|
1372
|
+
|
1373
|
+
],
|
1202
1374
|
"type": {
|
1203
1375
|
"kind": "NON_NULL",
|
1204
1376
|
"name": null,
|
@@ -1208,13 +1380,33 @@
|
|
1208
1380
|
"ofType": null
|
1209
1381
|
}
|
1210
1382
|
},
|
1211
|
-
"defaultValue": null,
|
1212
1383
|
"isDeprecated": false,
|
1213
1384
|
"deprecationReason": null
|
1214
1385
|
},
|
1215
1386
|
{
|
1216
|
-
"name": "
|
1217
|
-
"description":
|
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
|
+
],
|
1218
1410
|
"type": {
|
1219
1411
|
"kind": "NON_NULL",
|
1220
1412
|
"name": null,
|
@@ -1224,13 +1416,15 @@
|
|
1224
1416
|
"ofType": null
|
1225
1417
|
}
|
1226
1418
|
},
|
1227
|
-
"defaultValue": null,
|
1228
1419
|
"isDeprecated": false,
|
1229
1420
|
"deprecationReason": null
|
1230
1421
|
},
|
1231
1422
|
{
|
1232
|
-
"name": "
|
1423
|
+
"name": "vat",
|
1233
1424
|
"description": null,
|
1425
|
+
"args": [
|
1426
|
+
|
1427
|
+
],
|
1234
1428
|
"type": {
|
1235
1429
|
"kind": "NON_NULL",
|
1236
1430
|
"name": null,
|
@@ -1240,10 +1434,325 @@
|
|
1240
1434
|
"ofType": null
|
1241
1435
|
}
|
1242
1436
|
},
|
1243
|
-
"
|
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": "INPUT_OBJECT",
|
1454
|
+
"name": "CreditNotesFilter",
|
1455
|
+
"description": null,
|
1456
|
+
"fields": null,
|
1457
|
+
"inputFields": [
|
1458
|
+
{
|
1459
|
+
"name": "creditNoteNumber",
|
1460
|
+
"description": null,
|
1461
|
+
"type": {
|
1462
|
+
"kind": "SCALAR",
|
1463
|
+
"name": "String",
|
1464
|
+
"ofType": null
|
1465
|
+
},
|
1466
|
+
"defaultValue": null
|
1467
|
+
},
|
1468
|
+
{
|
1469
|
+
"name": "buyerReference",
|
1470
|
+
"description": null,
|
1471
|
+
"type": {
|
1472
|
+
"kind": "SCALAR",
|
1473
|
+
"name": "String",
|
1474
|
+
"ofType": null
|
1475
|
+
},
|
1476
|
+
"defaultValue": null
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"name": "buyerReferenceStart",
|
1480
|
+
"description": null,
|
1481
|
+
"type": {
|
1482
|
+
"kind": "SCALAR",
|
1483
|
+
"name": "String",
|
1484
|
+
"ofType": null
|
1485
|
+
},
|
1486
|
+
"defaultValue": null
|
1487
|
+
},
|
1488
|
+
{
|
1489
|
+
"name": "buyerReferenceEq",
|
1490
|
+
"description": null,
|
1491
|
+
"type": {
|
1492
|
+
"kind": "SCALAR",
|
1493
|
+
"name": "String",
|
1494
|
+
"ofType": null
|
1495
|
+
},
|
1496
|
+
"defaultValue": null
|
1497
|
+
},
|
1498
|
+
{
|
1499
|
+
"name": "orderReference",
|
1500
|
+
"description": null,
|
1501
|
+
"type": {
|
1502
|
+
"kind": "SCALAR",
|
1503
|
+
"name": "String",
|
1504
|
+
"ofType": null
|
1505
|
+
},
|
1506
|
+
"defaultValue": null
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"name": "orderReferenceStart",
|
1510
|
+
"description": null,
|
1511
|
+
"type": {
|
1512
|
+
"kind": "SCALAR",
|
1513
|
+
"name": "String",
|
1514
|
+
"ofType": null
|
1515
|
+
},
|
1516
|
+
"defaultValue": null
|
1517
|
+
},
|
1518
|
+
{
|
1519
|
+
"name": "orderReferenceEq",
|
1520
|
+
"description": null,
|
1521
|
+
"type": {
|
1522
|
+
"kind": "SCALAR",
|
1523
|
+
"name": "String",
|
1524
|
+
"ofType": null
|
1525
|
+
},
|
1526
|
+
"defaultValue": null
|
1527
|
+
},
|
1528
|
+
{
|
1529
|
+
"name": "externalId",
|
1530
|
+
"description": null,
|
1531
|
+
"type": {
|
1532
|
+
"kind": "SCALAR",
|
1533
|
+
"name": "String",
|
1534
|
+
"ofType": null
|
1535
|
+
},
|
1536
|
+
"defaultValue": null
|
1537
|
+
},
|
1538
|
+
{
|
1539
|
+
"name": "creditedOnFrom",
|
1540
|
+
"description": null,
|
1541
|
+
"type": {
|
1542
|
+
"kind": "SCALAR",
|
1543
|
+
"name": "String",
|
1544
|
+
"ofType": null
|
1545
|
+
},
|
1546
|
+
"defaultValue": null
|
1547
|
+
},
|
1548
|
+
{
|
1549
|
+
"name": "creditedOnTo",
|
1550
|
+
"description": null,
|
1551
|
+
"type": {
|
1552
|
+
"kind": "SCALAR",
|
1553
|
+
"name": "String",
|
1554
|
+
"ofType": null
|
1555
|
+
},
|
1556
|
+
"defaultValue": null
|
1557
|
+
},
|
1558
|
+
{
|
1559
|
+
"name": "receiverOrgNumber",
|
1560
|
+
"description": null,
|
1561
|
+
"type": {
|
1562
|
+
"kind": "SCALAR",
|
1563
|
+
"name": "String",
|
1564
|
+
"ofType": null
|
1565
|
+
},
|
1566
|
+
"defaultValue": null
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"name": "receiverOrgNumberIn",
|
1570
|
+
"description": null,
|
1571
|
+
"type": {
|
1572
|
+
"kind": "LIST",
|
1573
|
+
"name": null,
|
1574
|
+
"ofType": {
|
1575
|
+
"kind": "NON_NULL",
|
1576
|
+
"name": null,
|
1577
|
+
"ofType": {
|
1578
|
+
"kind": "SCALAR",
|
1579
|
+
"name": "String",
|
1580
|
+
"ofType": null
|
1581
|
+
}
|
1582
|
+
}
|
1583
|
+
},
|
1584
|
+
"defaultValue": null
|
1585
|
+
},
|
1586
|
+
{
|
1587
|
+
"name": "receiverOrgName",
|
1588
|
+
"description": null,
|
1589
|
+
"type": {
|
1590
|
+
"kind": "SCALAR",
|
1591
|
+
"name": "String",
|
1592
|
+
"ofType": null
|
1593
|
+
},
|
1594
|
+
"defaultValue": null
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"name": "serviceType",
|
1598
|
+
"description": null,
|
1599
|
+
"type": {
|
1600
|
+
"kind": "SCALAR",
|
1601
|
+
"name": "String",
|
1602
|
+
"ofType": null
|
1603
|
+
},
|
1604
|
+
"defaultValue": null
|
1605
|
+
}
|
1606
|
+
],
|
1607
|
+
"interfaces": null,
|
1608
|
+
"enumValues": null,
|
1609
|
+
"possibleTypes": null
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"kind": "ENUM",
|
1613
|
+
"name": "CreditNotesSortByEnum",
|
1614
|
+
"description": null,
|
1615
|
+
"fields": null,
|
1616
|
+
"inputFields": null,
|
1617
|
+
"interfaces": null,
|
1618
|
+
"enumValues": [
|
1619
|
+
{
|
1620
|
+
"name": "BUYER_REFERENCE_ASC",
|
1621
|
+
"description": null,
|
1622
|
+
"isDeprecated": false,
|
1623
|
+
"deprecationReason": null
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"name": "BUYER_REFERENCE_DESC",
|
1627
|
+
"description": null,
|
1628
|
+
"isDeprecated": false,
|
1629
|
+
"deprecationReason": null
|
1630
|
+
},
|
1631
|
+
{
|
1632
|
+
"name": "ORDER_REFERENCE_ASC",
|
1633
|
+
"description": null,
|
1634
|
+
"isDeprecated": false,
|
1635
|
+
"deprecationReason": null
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"name": "ORDER_REFERENCE_DESC",
|
1639
|
+
"description": null,
|
1640
|
+
"isDeprecated": false,
|
1641
|
+
"deprecationReason": null
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"name": "CREDIT_NOTE_NUMBER_ASC",
|
1645
|
+
"description": null,
|
1646
|
+
"isDeprecated": false,
|
1647
|
+
"deprecationReason": null
|
1648
|
+
},
|
1649
|
+
{
|
1650
|
+
"name": "CREDIT_NOTE_NUMBER_DESC",
|
1651
|
+
"description": null,
|
1652
|
+
"isDeprecated": false,
|
1653
|
+
"deprecationReason": null
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
"name": "CREDITED_ON_ASC",
|
1657
|
+
"description": null,
|
1658
|
+
"isDeprecated": false,
|
1659
|
+
"deprecationReason": null
|
1660
|
+
},
|
1661
|
+
{
|
1662
|
+
"name": "CREDITED_ON_DESC",
|
1663
|
+
"description": null,
|
1244
1664
|
"isDeprecated": false,
|
1245
1665
|
"deprecationReason": null
|
1246
1666
|
},
|
1667
|
+
{
|
1668
|
+
"name": "RECEIVER_ORG_NAME_ASC",
|
1669
|
+
"description": null,
|
1670
|
+
"isDeprecated": false,
|
1671
|
+
"deprecationReason": null
|
1672
|
+
},
|
1673
|
+
{
|
1674
|
+
"name": "RECEIVER_ORG_NAME_DESC",
|
1675
|
+
"description": null,
|
1676
|
+
"isDeprecated": false,
|
1677
|
+
"deprecationReason": null
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"name": "RECEIVER_ORG_NUMBER_ASC",
|
1681
|
+
"description": null,
|
1682
|
+
"isDeprecated": false,
|
1683
|
+
"deprecationReason": null
|
1684
|
+
},
|
1685
|
+
{
|
1686
|
+
"name": "RECEIVER_ORG_NUMBER_DESC",
|
1687
|
+
"description": null,
|
1688
|
+
"isDeprecated": false,
|
1689
|
+
"deprecationReason": null
|
1690
|
+
}
|
1691
|
+
],
|
1692
|
+
"possibleTypes": null
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"kind": "INPUT_OBJECT",
|
1696
|
+
"name": "DependentInvoiceLineAttributes",
|
1697
|
+
"description": null,
|
1698
|
+
"fields": null,
|
1699
|
+
"inputFields": [
|
1700
|
+
{
|
1701
|
+
"name": "lineType",
|
1702
|
+
"description": null,
|
1703
|
+
"type": {
|
1704
|
+
"kind": "NON_NULL",
|
1705
|
+
"name": null,
|
1706
|
+
"ofType": {
|
1707
|
+
"kind": "ENUM",
|
1708
|
+
"name": "DependentLineTypeEnum",
|
1709
|
+
"ofType": null
|
1710
|
+
}
|
1711
|
+
},
|
1712
|
+
"defaultValue": null
|
1713
|
+
},
|
1714
|
+
{
|
1715
|
+
"name": "description",
|
1716
|
+
"description": null,
|
1717
|
+
"type": {
|
1718
|
+
"kind": "NON_NULL",
|
1719
|
+
"name": null,
|
1720
|
+
"ofType": {
|
1721
|
+
"kind": "SCALAR",
|
1722
|
+
"name": "String",
|
1723
|
+
"ofType": null
|
1724
|
+
}
|
1725
|
+
},
|
1726
|
+
"defaultValue": null
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"name": "unitPrice",
|
1730
|
+
"description": "In cents or øre",
|
1731
|
+
"type": {
|
1732
|
+
"kind": "NON_NULL",
|
1733
|
+
"name": null,
|
1734
|
+
"ofType": {
|
1735
|
+
"kind": "SCALAR",
|
1736
|
+
"name": "Int",
|
1737
|
+
"ofType": null
|
1738
|
+
}
|
1739
|
+
},
|
1740
|
+
"defaultValue": null
|
1741
|
+
},
|
1742
|
+
{
|
1743
|
+
"name": "quantity",
|
1744
|
+
"description": null,
|
1745
|
+
"type": {
|
1746
|
+
"kind": "NON_NULL",
|
1747
|
+
"name": null,
|
1748
|
+
"ofType": {
|
1749
|
+
"kind": "SCALAR",
|
1750
|
+
"name": "Int",
|
1751
|
+
"ofType": null
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"defaultValue": null
|
1755
|
+
},
|
1247
1756
|
{
|
1248
1757
|
"name": "vatRate",
|
1249
1758
|
"description": "One of: 0.25, 0.15, 0.12, 0.0",
|
@@ -1252,9 +1761,7 @@
|
|
1252
1761
|
"name": "Float",
|
1253
1762
|
"ofType": null
|
1254
1763
|
},
|
1255
|
-
"defaultValue": null
|
1256
|
-
"isDeprecated": false,
|
1257
|
-
"deprecationReason": null
|
1764
|
+
"defaultValue": null
|
1258
1765
|
},
|
1259
1766
|
{
|
1260
1767
|
"name": "externalId",
|
@@ -1264,9 +1771,7 @@
|
|
1264
1771
|
"name": "String",
|
1265
1772
|
"ofType": null
|
1266
1773
|
},
|
1267
|
-
"defaultValue": null
|
1268
|
-
"isDeprecated": false,
|
1269
|
-
"deprecationReason": null
|
1774
|
+
"defaultValue": null
|
1270
1775
|
}
|
1271
1776
|
],
|
1272
1777
|
"interfaces": null,
|
@@ -1328,9 +1833,7 @@
|
|
1328
1833
|
"name": "String",
|
1329
1834
|
"ofType": null
|
1330
1835
|
},
|
1331
|
-
"defaultValue": null
|
1332
|
-
"isDeprecated": false,
|
1333
|
-
"deprecationReason": null
|
1836
|
+
"defaultValue": null
|
1334
1837
|
},
|
1335
1838
|
{
|
1336
1839
|
"name": "ids",
|
@@ -1352,9 +1855,7 @@
|
|
1352
1855
|
}
|
1353
1856
|
}
|
1354
1857
|
},
|
1355
|
-
"defaultValue": null
|
1356
|
-
"isDeprecated": false,
|
1357
|
-
"deprecationReason": null
|
1858
|
+
"defaultValue": null
|
1358
1859
|
}
|
1359
1860
|
],
|
1360
1861
|
"interfaces": null,
|
@@ -1570,6 +2071,12 @@
|
|
1570
2071
|
"inputFields": null,
|
1571
2072
|
"interfaces": null,
|
1572
2073
|
"enumValues": [
|
2074
|
+
{
|
2075
|
+
"name": "UNAUTHORIZED",
|
2076
|
+
"description": null,
|
2077
|
+
"isDeprecated": false,
|
2078
|
+
"deprecationReason": null
|
2079
|
+
},
|
1573
2080
|
{
|
1574
2081
|
"name": "AUTH_LEVEL_2_REQUIRED",
|
1575
2082
|
"description": null,
|
@@ -1636,6 +2143,12 @@
|
|
1636
2143
|
"isDeprecated": false,
|
1637
2144
|
"deprecationReason": null
|
1638
2145
|
},
|
2146
|
+
{
|
2147
|
+
"name": "PRESENT",
|
2148
|
+
"description": null,
|
2149
|
+
"isDeprecated": false,
|
2150
|
+
"deprecationReason": null
|
2151
|
+
},
|
1639
2152
|
{
|
1640
2153
|
"name": "ACCOUNT_BLOCKED",
|
1641
2154
|
"description": null,
|
@@ -1865,31 +2378,49 @@
|
|
1865
2378
|
"deprecationReason": null
|
1866
2379
|
},
|
1867
2380
|
{
|
1868
|
-
"name": "OTP_EXPIRED",
|
2381
|
+
"name": "OTP_EXPIRED",
|
2382
|
+
"description": null,
|
2383
|
+
"isDeprecated": false,
|
2384
|
+
"deprecationReason": null
|
2385
|
+
},
|
2386
|
+
{
|
2387
|
+
"name": "OTP_EXPIRED_AND_RESENT",
|
2388
|
+
"description": null,
|
2389
|
+
"isDeprecated": false,
|
2390
|
+
"deprecationReason": null
|
2391
|
+
},
|
2392
|
+
{
|
2393
|
+
"name": "LINE_MISMATCH",
|
2394
|
+
"description": null,
|
2395
|
+
"isDeprecated": false,
|
2396
|
+
"deprecationReason": null
|
2397
|
+
},
|
2398
|
+
{
|
2399
|
+
"name": "PERSONAL_NUMBER_MISMATCH",
|
1869
2400
|
"description": null,
|
1870
2401
|
"isDeprecated": false,
|
1871
2402
|
"deprecationReason": null
|
1872
2403
|
},
|
1873
2404
|
{
|
1874
|
-
"name": "
|
2405
|
+
"name": "FREELANCE_PROFILE_ARCHIVED",
|
1875
2406
|
"description": null,
|
1876
2407
|
"isDeprecated": false,
|
1877
2408
|
"deprecationReason": null
|
1878
2409
|
},
|
1879
2410
|
{
|
1880
|
-
"name": "
|
2411
|
+
"name": "IMPORT_ERROR",
|
1881
2412
|
"description": null,
|
1882
2413
|
"isDeprecated": false,
|
1883
2414
|
"deprecationReason": null
|
1884
2415
|
},
|
1885
2416
|
{
|
1886
|
-
"name": "
|
2417
|
+
"name": "SUBSCRIPTION_LIMIT_EXCEEDED",
|
1887
2418
|
"description": null,
|
1888
2419
|
"isDeprecated": false,
|
1889
2420
|
"deprecationReason": null
|
1890
2421
|
},
|
1891
2422
|
{
|
1892
|
-
"name": "
|
2423
|
+
"name": "PERSONAL_ACCOUNT_OWNS_TEAMS",
|
1893
2424
|
"description": null,
|
1894
2425
|
"isDeprecated": false,
|
1895
2426
|
"deprecationReason": null
|
@@ -2216,9 +2747,7 @@
|
|
2216
2747
|
"name": "String",
|
2217
2748
|
"ofType": null
|
2218
2749
|
},
|
2219
|
-
"defaultValue": "\"NO\""
|
2220
|
-
"isDeprecated": false,
|
2221
|
-
"deprecationReason": null
|
2750
|
+
"defaultValue": "\"NO\""
|
2222
2751
|
},
|
2223
2752
|
{
|
2224
2753
|
"name": "email",
|
@@ -2232,9 +2761,7 @@
|
|
2232
2761
|
"ofType": null
|
2233
2762
|
}
|
2234
2763
|
},
|
2235
|
-
"defaultValue": null
|
2236
|
-
"isDeprecated": false,
|
2237
|
-
"deprecationReason": null
|
2764
|
+
"defaultValue": null
|
2238
2765
|
},
|
2239
2766
|
{
|
2240
2767
|
"name": "personalNumber",
|
@@ -2248,9 +2775,7 @@
|
|
2248
2775
|
"ofType": null
|
2249
2776
|
}
|
2250
2777
|
},
|
2251
|
-
"defaultValue": null
|
2252
|
-
"isDeprecated": false,
|
2253
|
-
"deprecationReason": null
|
2778
|
+
"defaultValue": null
|
2254
2779
|
},
|
2255
2780
|
{
|
2256
2781
|
"name": "organizationNumber",
|
@@ -2260,9 +2785,7 @@
|
|
2260
2785
|
"name": "String",
|
2261
2786
|
"ofType": null
|
2262
2787
|
},
|
2263
|
-
"defaultValue": null
|
2264
|
-
"isDeprecated": false,
|
2265
|
-
"deprecationReason": null
|
2788
|
+
"defaultValue": null
|
2266
2789
|
},
|
2267
2790
|
{
|
2268
2791
|
"name": "firstName",
|
@@ -2276,9 +2799,7 @@
|
|
2276
2799
|
"ofType": null
|
2277
2800
|
}
|
2278
2801
|
},
|
2279
|
-
"defaultValue": null
|
2280
|
-
"isDeprecated": false,
|
2281
|
-
"deprecationReason": null
|
2802
|
+
"defaultValue": null
|
2282
2803
|
},
|
2283
2804
|
{
|
2284
2805
|
"name": "lastName",
|
@@ -2292,9 +2813,7 @@
|
|
2292
2813
|
"ofType": null
|
2293
2814
|
}
|
2294
2815
|
},
|
2295
|
-
"defaultValue": null
|
2296
|
-
"isDeprecated": false,
|
2297
|
-
"deprecationReason": null
|
2816
|
+
"defaultValue": null
|
2298
2817
|
},
|
2299
2818
|
{
|
2300
2819
|
"name": "dateOfBirth",
|
@@ -2308,9 +2827,7 @@
|
|
2308
2827
|
"ofType": null
|
2309
2828
|
}
|
2310
2829
|
},
|
2311
|
-
"defaultValue": null
|
2312
|
-
"isDeprecated": false,
|
2313
|
-
"deprecationReason": null
|
2830
|
+
"defaultValue": null
|
2314
2831
|
},
|
2315
2832
|
{
|
2316
2833
|
"name": "bankAccountNumber",
|
@@ -2324,9 +2841,7 @@
|
|
2324
2841
|
"ofType": null
|
2325
2842
|
}
|
2326
2843
|
},
|
2327
|
-
"defaultValue": null
|
2328
|
-
"isDeprecated": false,
|
2329
|
-
"deprecationReason": null
|
2844
|
+
"defaultValue": null
|
2330
2845
|
},
|
2331
2846
|
{
|
2332
2847
|
"name": "address",
|
@@ -2340,9 +2855,7 @@
|
|
2340
2855
|
"ofType": null
|
2341
2856
|
}
|
2342
2857
|
},
|
2343
|
-
"defaultValue": null
|
2344
|
-
"isDeprecated": false,
|
2345
|
-
"deprecationReason": null
|
2858
|
+
"defaultValue": null
|
2346
2859
|
}
|
2347
2860
|
],
|
2348
2861
|
"interfaces": null,
|
@@ -2363,9 +2876,7 @@
|
|
2363
2876
|
"name": "String",
|
2364
2877
|
"ofType": null
|
2365
2878
|
},
|
2366
|
-
"defaultValue": null
|
2367
|
-
"isDeprecated": false,
|
2368
|
-
"deprecationReason": null
|
2879
|
+
"defaultValue": null
|
2369
2880
|
},
|
2370
2881
|
{
|
2371
2882
|
"name": "attributes",
|
@@ -2379,9 +2890,7 @@
|
|
2379
2890
|
"ofType": null
|
2380
2891
|
}
|
2381
2892
|
},
|
2382
|
-
"defaultValue": null
|
2383
|
-
"isDeprecated": false,
|
2384
|
-
"deprecationReason": null
|
2893
|
+
"defaultValue": null
|
2385
2894
|
}
|
2386
2895
|
],
|
2387
2896
|
"interfaces": null,
|
@@ -2666,6 +3175,48 @@
|
|
2666
3175
|
"isDeprecated": false,
|
2667
3176
|
"deprecationReason": null
|
2668
3177
|
},
|
3178
|
+
{
|
3179
|
+
"name": "pdfDocument",
|
3180
|
+
"description": null,
|
3181
|
+
"args": [
|
3182
|
+
|
3183
|
+
],
|
3184
|
+
"type": {
|
3185
|
+
"kind": "OBJECT",
|
3186
|
+
"name": "Attachment",
|
3187
|
+
"ofType": null
|
3188
|
+
},
|
3189
|
+
"isDeprecated": false,
|
3190
|
+
"deprecationReason": null
|
3191
|
+
},
|
3192
|
+
{
|
3193
|
+
"name": "receiverOrgName",
|
3194
|
+
"description": null,
|
3195
|
+
"args": [
|
3196
|
+
|
3197
|
+
],
|
3198
|
+
"type": {
|
3199
|
+
"kind": "SCALAR",
|
3200
|
+
"name": "String",
|
3201
|
+
"ofType": null
|
3202
|
+
},
|
3203
|
+
"isDeprecated": false,
|
3204
|
+
"deprecationReason": null
|
3205
|
+
},
|
3206
|
+
{
|
3207
|
+
"name": "receiverOrgNumber",
|
3208
|
+
"description": null,
|
3209
|
+
"args": [
|
3210
|
+
|
3211
|
+
],
|
3212
|
+
"type": {
|
3213
|
+
"kind": "SCALAR",
|
3214
|
+
"name": "String",
|
3215
|
+
"ofType": null
|
3216
|
+
},
|
3217
|
+
"isDeprecated": false,
|
3218
|
+
"deprecationReason": null
|
3219
|
+
},
|
2669
3220
|
{
|
2670
3221
|
"name": "senderReferencePerson",
|
2671
3222
|
"description": null,
|
@@ -2680,6 +3231,24 @@
|
|
2680
3231
|
"isDeprecated": false,
|
2681
3232
|
"deprecationReason": null
|
2682
3233
|
},
|
3234
|
+
{
|
3235
|
+
"name": "serviceType",
|
3236
|
+
"description": null,
|
3237
|
+
"args": [
|
3238
|
+
|
3239
|
+
],
|
3240
|
+
"type": {
|
3241
|
+
"kind": "NON_NULL",
|
3242
|
+
"name": null,
|
3243
|
+
"ofType": {
|
3244
|
+
"kind": "SCALAR",
|
3245
|
+
"name": "String",
|
3246
|
+
"ofType": null
|
3247
|
+
}
|
3248
|
+
},
|
3249
|
+
"isDeprecated": false,
|
3250
|
+
"deprecationReason": null
|
3251
|
+
},
|
2683
3252
|
{
|
2684
3253
|
"name": "status",
|
2685
3254
|
"description": null,
|
@@ -2698,6 +3267,24 @@
|
|
2698
3267
|
"isDeprecated": false,
|
2699
3268
|
"deprecationReason": null
|
2700
3269
|
},
|
3270
|
+
{
|
3271
|
+
"name": "totalAmount",
|
3272
|
+
"description": null,
|
3273
|
+
"args": [
|
3274
|
+
|
3275
|
+
],
|
3276
|
+
"type": {
|
3277
|
+
"kind": "NON_NULL",
|
3278
|
+
"name": null,
|
3279
|
+
"ofType": {
|
3280
|
+
"kind": "SCALAR",
|
3281
|
+
"name": "Int",
|
3282
|
+
"ofType": null
|
3283
|
+
}
|
3284
|
+
},
|
3285
|
+
"isDeprecated": false,
|
3286
|
+
"deprecationReason": null
|
3287
|
+
},
|
2701
3288
|
{
|
2702
3289
|
"name": "vat",
|
2703
3290
|
"description": null,
|
@@ -2738,13 +3325,15 @@
|
|
2738
3325
|
"name": "clientId",
|
2739
3326
|
"description": null,
|
2740
3327
|
"type": {
|
2741
|
-
"kind": "
|
2742
|
-
"name":
|
2743
|
-
"ofType":
|
3328
|
+
"kind": "NON_NULL",
|
3329
|
+
"name": null,
|
3330
|
+
"ofType": {
|
3331
|
+
"kind": "SCALAR",
|
3332
|
+
"name": "ID",
|
3333
|
+
"ofType": null
|
3334
|
+
}
|
2744
3335
|
},
|
2745
|
-
"defaultValue": null
|
2746
|
-
"isDeprecated": false,
|
2747
|
-
"deprecationReason": null
|
3336
|
+
"defaultValue": null
|
2748
3337
|
},
|
2749
3338
|
{
|
2750
3339
|
"name": "idempotencyKey",
|
@@ -2758,9 +3347,7 @@
|
|
2758
3347
|
"ofType": null
|
2759
3348
|
}
|
2760
3349
|
},
|
2761
|
-
"defaultValue": null
|
2762
|
-
"isDeprecated": false,
|
2763
|
-
"deprecationReason": null
|
3350
|
+
"defaultValue": null
|
2764
3351
|
},
|
2765
3352
|
{
|
2766
3353
|
"name": "buyerReference",
|
@@ -2770,9 +3357,7 @@
|
|
2770
3357
|
"name": "String",
|
2771
3358
|
"ofType": null
|
2772
3359
|
},
|
2773
|
-
"defaultValue": null
|
2774
|
-
"isDeprecated": false,
|
2775
|
-
"deprecationReason": null
|
3360
|
+
"defaultValue": null
|
2776
3361
|
},
|
2777
3362
|
{
|
2778
3363
|
"name": "orderReference",
|
@@ -2782,9 +3367,7 @@
|
|
2782
3367
|
"name": "String",
|
2783
3368
|
"ofType": null
|
2784
3369
|
},
|
2785
|
-
"defaultValue": null
|
2786
|
-
"isDeprecated": false,
|
2787
|
-
"deprecationReason": null
|
3370
|
+
"defaultValue": null
|
2788
3371
|
},
|
2789
3372
|
{
|
2790
3373
|
"name": "invoicedOn",
|
@@ -2794,9 +3377,7 @@
|
|
2794
3377
|
"name": "String",
|
2795
3378
|
"ofType": null
|
2796
3379
|
},
|
2797
|
-
"defaultValue": null
|
2798
|
-
"isDeprecated": false,
|
2799
|
-
"deprecationReason": null
|
3380
|
+
"defaultValue": null
|
2800
3381
|
},
|
2801
3382
|
{
|
2802
3383
|
"name": "dueOn",
|
@@ -2806,9 +3387,7 @@
|
|
2806
3387
|
"name": "String",
|
2807
3388
|
"ofType": null
|
2808
3389
|
},
|
2809
|
-
"defaultValue": null
|
2810
|
-
"isDeprecated": false,
|
2811
|
-
"deprecationReason": null
|
3390
|
+
"defaultValue": null
|
2812
3391
|
},
|
2813
3392
|
{
|
2814
3393
|
"name": "externalNote",
|
@@ -2818,9 +3397,7 @@
|
|
2818
3397
|
"name": "String",
|
2819
3398
|
"ofType": null
|
2820
3399
|
},
|
2821
|
-
"defaultValue": null
|
2822
|
-
"isDeprecated": false,
|
2823
|
-
"deprecationReason": null
|
3400
|
+
"defaultValue": null
|
2824
3401
|
},
|
2825
3402
|
{
|
2826
3403
|
"name": "lines",
|
@@ -2842,76 +3419,214 @@
|
|
2842
3419
|
}
|
2843
3420
|
}
|
2844
3421
|
},
|
2845
|
-
"defaultValue": null
|
2846
|
-
|
2847
|
-
|
2848
|
-
|
2849
|
-
|
2850
|
-
"
|
2851
|
-
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
"
|
2856
|
-
"
|
2857
|
-
"
|
2858
|
-
|
2859
|
-
|
3422
|
+
"defaultValue": null
|
3423
|
+
}
|
3424
|
+
],
|
3425
|
+
"interfaces": null,
|
3426
|
+
"enumValues": null,
|
3427
|
+
"possibleTypes": null
|
3428
|
+
},
|
3429
|
+
{
|
3430
|
+
"kind": "INPUT_OBJECT",
|
3431
|
+
"name": "InvoiceFilters",
|
3432
|
+
"description": null,
|
3433
|
+
"fields": null,
|
3434
|
+
"inputFields": [
|
3435
|
+
{
|
3436
|
+
"name": "status",
|
3437
|
+
"description": null,
|
3438
|
+
"type": {
|
3439
|
+
"kind": "ENUM",
|
3440
|
+
"name": "InvoiceStatusEnum",
|
3441
|
+
"ofType": null
|
3442
|
+
},
|
3443
|
+
"defaultValue": null
|
3444
|
+
},
|
3445
|
+
{
|
3446
|
+
"name": "idempotencyKey",
|
3447
|
+
"description": null,
|
3448
|
+
"type": {
|
3449
|
+
"kind": "SCALAR",
|
3450
|
+
"name": "String",
|
3451
|
+
"ofType": null
|
3452
|
+
},
|
3453
|
+
"defaultValue": null
|
3454
|
+
},
|
3455
|
+
{
|
3456
|
+
"name": "enrollmentId",
|
3457
|
+
"description": null,
|
3458
|
+
"type": {
|
3459
|
+
"kind": "SCALAR",
|
3460
|
+
"name": "ID",
|
3461
|
+
"ofType": null
|
3462
|
+
},
|
3463
|
+
"defaultValue": null
|
3464
|
+
},
|
3465
|
+
{
|
3466
|
+
"name": "externalId",
|
3467
|
+
"description": null,
|
3468
|
+
"type": {
|
3469
|
+
"kind": "SCALAR",
|
3470
|
+
"name": "String",
|
3471
|
+
"ofType": null
|
3472
|
+
},
|
3473
|
+
"defaultValue": null
|
3474
|
+
},
|
3475
|
+
{
|
3476
|
+
"name": "clientIds",
|
3477
|
+
"description": null,
|
3478
|
+
"type": {
|
3479
|
+
"kind": "LIST",
|
3480
|
+
"name": null,
|
3481
|
+
"ofType": {
|
3482
|
+
"kind": "NON_NULL",
|
3483
|
+
"name": null,
|
3484
|
+
"ofType": {
|
3485
|
+
"kind": "SCALAR",
|
3486
|
+
"name": "ID",
|
3487
|
+
"ofType": null
|
3488
|
+
}
|
3489
|
+
}
|
3490
|
+
},
|
3491
|
+
"defaultValue": null
|
3492
|
+
},
|
3493
|
+
{
|
3494
|
+
"name": "invoiceNumber",
|
3495
|
+
"description": null,
|
3496
|
+
"type": {
|
3497
|
+
"kind": "SCALAR",
|
3498
|
+
"name": "String",
|
3499
|
+
"ofType": null
|
3500
|
+
},
|
3501
|
+
"defaultValue": null
|
3502
|
+
},
|
3503
|
+
{
|
3504
|
+
"name": "receiverOrgNumber",
|
3505
|
+
"description": null,
|
3506
|
+
"type": {
|
3507
|
+
"kind": "SCALAR",
|
3508
|
+
"name": "String",
|
3509
|
+
"ofType": null
|
3510
|
+
},
|
3511
|
+
"defaultValue": null
|
3512
|
+
},
|
3513
|
+
{
|
3514
|
+
"name": "receiverOrgNumberIn",
|
3515
|
+
"description": null,
|
3516
|
+
"type": {
|
3517
|
+
"kind": "LIST",
|
3518
|
+
"name": null,
|
3519
|
+
"ofType": {
|
3520
|
+
"kind": "NON_NULL",
|
3521
|
+
"name": null,
|
3522
|
+
"ofType": {
|
3523
|
+
"kind": "SCALAR",
|
3524
|
+
"name": "String",
|
3525
|
+
"ofType": null
|
3526
|
+
}
|
3527
|
+
}
|
3528
|
+
},
|
3529
|
+
"defaultValue": null
|
3530
|
+
},
|
3531
|
+
{
|
3532
|
+
"name": "receiverOrgName",
|
3533
|
+
"description": null,
|
3534
|
+
"type": {
|
3535
|
+
"kind": "SCALAR",
|
3536
|
+
"name": "String",
|
3537
|
+
"ofType": null
|
3538
|
+
},
|
3539
|
+
"defaultValue": null
|
3540
|
+
},
|
3541
|
+
{
|
3542
|
+
"name": "buyerReference",
|
3543
|
+
"description": null,
|
3544
|
+
"type": {
|
3545
|
+
"kind": "SCALAR",
|
3546
|
+
"name": "String",
|
3547
|
+
"ofType": null
|
3548
|
+
},
|
3549
|
+
"defaultValue": null
|
3550
|
+
},
|
3551
|
+
{
|
3552
|
+
"name": "buyerReferenceStart",
|
3553
|
+
"description": null,
|
3554
|
+
"type": {
|
3555
|
+
"kind": "SCALAR",
|
3556
|
+
"name": "String",
|
3557
|
+
"ofType": null
|
3558
|
+
},
|
3559
|
+
"defaultValue": null
|
3560
|
+
},
|
3561
|
+
{
|
3562
|
+
"name": "buyerReferenceEq",
|
3563
|
+
"description": null,
|
3564
|
+
"type": {
|
3565
|
+
"kind": "SCALAR",
|
3566
|
+
"name": "String",
|
3567
|
+
"ofType": null
|
3568
|
+
},
|
3569
|
+
"defaultValue": null
|
3570
|
+
},
|
3571
|
+
{
|
3572
|
+
"name": "orderReference",
|
3573
|
+
"description": null,
|
3574
|
+
"type": {
|
3575
|
+
"kind": "SCALAR",
|
3576
|
+
"name": "String",
|
3577
|
+
"ofType": null
|
3578
|
+
},
|
3579
|
+
"defaultValue": null
|
3580
|
+
},
|
2860
3581
|
{
|
2861
|
-
"name": "
|
3582
|
+
"name": "orderReferenceStart",
|
2862
3583
|
"description": null,
|
2863
3584
|
"type": {
|
2864
|
-
"kind": "
|
2865
|
-
"name": "
|
3585
|
+
"kind": "SCALAR",
|
3586
|
+
"name": "String",
|
2866
3587
|
"ofType": null
|
2867
3588
|
},
|
2868
|
-
"defaultValue": null
|
2869
|
-
"isDeprecated": false,
|
2870
|
-
"deprecationReason": null
|
3589
|
+
"defaultValue": null
|
2871
3590
|
},
|
2872
3591
|
{
|
2873
|
-
"name": "
|
3592
|
+
"name": "orderReferenceEq",
|
2874
3593
|
"description": null,
|
2875
3594
|
"type": {
|
2876
3595
|
"kind": "SCALAR",
|
2877
3596
|
"name": "String",
|
2878
3597
|
"ofType": null
|
2879
3598
|
},
|
2880
|
-
"defaultValue": null
|
2881
|
-
"isDeprecated": false,
|
2882
|
-
"deprecationReason": null
|
3599
|
+
"defaultValue": null
|
2883
3600
|
},
|
2884
3601
|
{
|
2885
|
-
"name": "
|
3602
|
+
"name": "invoicedOnFrom",
|
2886
3603
|
"description": null,
|
2887
3604
|
"type": {
|
2888
3605
|
"kind": "SCALAR",
|
2889
|
-
"name": "
|
3606
|
+
"name": "String",
|
2890
3607
|
"ofType": null
|
2891
3608
|
},
|
2892
|
-
"defaultValue": null
|
2893
|
-
"isDeprecated": false,
|
2894
|
-
"deprecationReason": null
|
3609
|
+
"defaultValue": null
|
2895
3610
|
},
|
2896
3611
|
{
|
2897
|
-
"name": "
|
3612
|
+
"name": "invoicedOnTo",
|
2898
3613
|
"description": null,
|
2899
3614
|
"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
|
-
}
|
3615
|
+
"kind": "SCALAR",
|
3616
|
+
"name": "String",
|
3617
|
+
"ofType": null
|
2911
3618
|
},
|
2912
|
-
"defaultValue": null
|
2913
|
-
|
2914
|
-
|
3619
|
+
"defaultValue": null
|
3620
|
+
},
|
3621
|
+
{
|
3622
|
+
"name": "serviceType",
|
3623
|
+
"description": null,
|
3624
|
+
"type": {
|
3625
|
+
"kind": "SCALAR",
|
3626
|
+
"name": "String",
|
3627
|
+
"ofType": null
|
3628
|
+
},
|
3629
|
+
"defaultValue": null
|
2915
3630
|
}
|
2916
3631
|
],
|
2917
3632
|
"interfaces": null,
|
@@ -3231,9 +3946,7 @@
|
|
3231
3946
|
"name": "ID",
|
3232
3947
|
"ofType": null
|
3233
3948
|
},
|
3234
|
-
"defaultValue": null
|
3235
|
-
"isDeprecated": false,
|
3236
|
-
"deprecationReason": null
|
3949
|
+
"defaultValue": null
|
3237
3950
|
},
|
3238
3951
|
{
|
3239
3952
|
"name": "serviceId",
|
@@ -3243,9 +3956,7 @@
|
|
3243
3956
|
"name": "ID",
|
3244
3957
|
"ofType": null
|
3245
3958
|
},
|
3246
|
-
"defaultValue": null
|
3247
|
-
"isDeprecated": false,
|
3248
|
-
"deprecationReason": null
|
3959
|
+
"defaultValue": null
|
3249
3960
|
},
|
3250
3961
|
{
|
3251
3962
|
"name": "description",
|
@@ -3259,9 +3970,7 @@
|
|
3259
3970
|
"ofType": null
|
3260
3971
|
}
|
3261
3972
|
},
|
3262
|
-
"defaultValue": null
|
3263
|
-
"isDeprecated": false,
|
3264
|
-
"deprecationReason": null
|
3973
|
+
"defaultValue": null
|
3265
3974
|
},
|
3266
3975
|
{
|
3267
3976
|
"name": "unitPrice",
|
@@ -3275,9 +3984,7 @@
|
|
3275
3984
|
"ofType": null
|
3276
3985
|
}
|
3277
3986
|
},
|
3278
|
-
"defaultValue": null
|
3279
|
-
"isDeprecated": false,
|
3280
|
-
"deprecationReason": null
|
3987
|
+
"defaultValue": null
|
3281
3988
|
},
|
3282
3989
|
{
|
3283
3990
|
"name": "quantity",
|
@@ -3291,9 +3998,7 @@
|
|
3291
3998
|
"ofType": null
|
3292
3999
|
}
|
3293
4000
|
},
|
3294
|
-
"defaultValue": null
|
3295
|
-
"isDeprecated": false,
|
3296
|
-
"deprecationReason": null
|
4001
|
+
"defaultValue": null
|
3297
4002
|
},
|
3298
4003
|
{
|
3299
4004
|
"name": "vatRate",
|
@@ -3303,9 +4008,7 @@
|
|
3303
4008
|
"name": "Float",
|
3304
4009
|
"ofType": null
|
3305
4010
|
},
|
3306
|
-
"defaultValue": null
|
3307
|
-
"isDeprecated": false,
|
3308
|
-
"deprecationReason": null
|
4011
|
+
"defaultValue": null
|
3309
4012
|
},
|
3310
4013
|
{
|
3311
4014
|
"name": "workStartedAt",
|
@@ -3319,9 +4022,7 @@
|
|
3319
4022
|
"ofType": null
|
3320
4023
|
}
|
3321
4024
|
},
|
3322
|
-
"defaultValue": null
|
3323
|
-
"isDeprecated": false,
|
3324
|
-
"deprecationReason": null
|
4025
|
+
"defaultValue": null
|
3325
4026
|
},
|
3326
4027
|
{
|
3327
4028
|
"name": "workEndedAt",
|
@@ -3335,9 +4036,7 @@
|
|
3335
4036
|
"ofType": null
|
3336
4037
|
}
|
3337
4038
|
},
|
3338
|
-
"defaultValue": null
|
3339
|
-
"isDeprecated": false,
|
3340
|
-
"deprecationReason": null
|
4039
|
+
"defaultValue": null
|
3341
4040
|
},
|
3342
4041
|
{
|
3343
4042
|
"name": "dependentLines",
|
@@ -3355,9 +4054,7 @@
|
|
3355
4054
|
}
|
3356
4055
|
}
|
3357
4056
|
},
|
3358
|
-
"defaultValue": null
|
3359
|
-
"isDeprecated": false,
|
3360
|
-
"deprecationReason": null
|
4057
|
+
"defaultValue": null
|
3361
4058
|
},
|
3362
4059
|
{
|
3363
4060
|
"name": "workHoursOptional",
|
@@ -3367,9 +4064,7 @@
|
|
3367
4064
|
"name": "Boolean",
|
3368
4065
|
"ofType": null
|
3369
4066
|
},
|
3370
|
-
"defaultValue": null
|
3371
|
-
"isDeprecated": false,
|
3372
|
-
"deprecationReason": null
|
4067
|
+
"defaultValue": null
|
3373
4068
|
},
|
3374
4069
|
{
|
3375
4070
|
"name": "externalId",
|
@@ -3379,9 +4074,7 @@
|
|
3379
4074
|
"name": "String",
|
3380
4075
|
"ofType": null
|
3381
4076
|
},
|
3382
|
-
"defaultValue": null
|
3383
|
-
"isDeprecated": false,
|
3384
|
-
"deprecationReason": null
|
4077
|
+
"defaultValue": null
|
3385
4078
|
}
|
3386
4079
|
],
|
3387
4080
|
"interfaces": null,
|
@@ -3441,6 +4134,89 @@
|
|
3441
4134
|
],
|
3442
4135
|
"possibleTypes": null
|
3443
4136
|
},
|
4137
|
+
{
|
4138
|
+
"kind": "ENUM",
|
4139
|
+
"name": "InvoicesSortByEnum",
|
4140
|
+
"description": null,
|
4141
|
+
"fields": null,
|
4142
|
+
"inputFields": null,
|
4143
|
+
"interfaces": null,
|
4144
|
+
"enumValues": [
|
4145
|
+
{
|
4146
|
+
"name": "INVOICE_NUMBER_ASC",
|
4147
|
+
"description": null,
|
4148
|
+
"isDeprecated": false,
|
4149
|
+
"deprecationReason": null
|
4150
|
+
},
|
4151
|
+
{
|
4152
|
+
"name": "INVOICE_NUMBER_DESC",
|
4153
|
+
"description": null,
|
4154
|
+
"isDeprecated": false,
|
4155
|
+
"deprecationReason": null
|
4156
|
+
},
|
4157
|
+
{
|
4158
|
+
"name": "INVOICED_ON_ASC",
|
4159
|
+
"description": null,
|
4160
|
+
"isDeprecated": false,
|
4161
|
+
"deprecationReason": null
|
4162
|
+
},
|
4163
|
+
{
|
4164
|
+
"name": "INVOICED_ON_DESC",
|
4165
|
+
"description": null,
|
4166
|
+
"isDeprecated": false,
|
4167
|
+
"deprecationReason": null
|
4168
|
+
},
|
4169
|
+
{
|
4170
|
+
"name": "RECEIVER_ORG_NAME_ASC",
|
4171
|
+
"description": null,
|
4172
|
+
"isDeprecated": false,
|
4173
|
+
"deprecationReason": null
|
4174
|
+
},
|
4175
|
+
{
|
4176
|
+
"name": "RECEIVER_ORG_NAME_DESC",
|
4177
|
+
"description": null,
|
4178
|
+
"isDeprecated": false,
|
4179
|
+
"deprecationReason": null
|
4180
|
+
},
|
4181
|
+
{
|
4182
|
+
"name": "RECEIVER_ORG_NUMBER_ASC",
|
4183
|
+
"description": null,
|
4184
|
+
"isDeprecated": false,
|
4185
|
+
"deprecationReason": null
|
4186
|
+
},
|
4187
|
+
{
|
4188
|
+
"name": "RECEIVER_ORG_NUMBER_DESC",
|
4189
|
+
"description": null,
|
4190
|
+
"isDeprecated": false,
|
4191
|
+
"deprecationReason": null
|
4192
|
+
},
|
4193
|
+
{
|
4194
|
+
"name": "BUYER_REFERENCE_ASC",
|
4195
|
+
"description": null,
|
4196
|
+
"isDeprecated": false,
|
4197
|
+
"deprecationReason": null
|
4198
|
+
},
|
4199
|
+
{
|
4200
|
+
"name": "BUYER_REFERENCE_DESC",
|
4201
|
+
"description": null,
|
4202
|
+
"isDeprecated": false,
|
4203
|
+
"deprecationReason": null
|
4204
|
+
},
|
4205
|
+
{
|
4206
|
+
"name": "ORDER_REFERENCE_ASC",
|
4207
|
+
"description": null,
|
4208
|
+
"isDeprecated": false,
|
4209
|
+
"deprecationReason": null
|
4210
|
+
},
|
4211
|
+
{
|
4212
|
+
"name": "ORDER_REFERENCE_DESC",
|
4213
|
+
"description": null,
|
4214
|
+
"isDeprecated": false,
|
4215
|
+
"deprecationReason": null
|
4216
|
+
}
|
4217
|
+
],
|
4218
|
+
"possibleTypes": null
|
4219
|
+
},
|
3444
4220
|
{
|
3445
4221
|
"kind": "ENUM",
|
3446
4222
|
"name": "LineTypeEnum",
|
@@ -3502,9 +4278,7 @@
|
|
3502
4278
|
"name": "String",
|
3503
4279
|
"ofType": null
|
3504
4280
|
},
|
3505
|
-
"defaultValue": null
|
3506
|
-
"isDeprecated": false,
|
3507
|
-
"deprecationReason": null
|
4281
|
+
"defaultValue": null
|
3508
4282
|
},
|
3509
4283
|
{
|
3510
4284
|
"name": "enrollmentId",
|
@@ -3518,9 +4292,7 @@
|
|
3518
4292
|
"ofType": null
|
3519
4293
|
}
|
3520
4294
|
},
|
3521
|
-
"defaultValue": null
|
3522
|
-
"isDeprecated": false,
|
3523
|
-
"deprecationReason": null
|
4295
|
+
"defaultValue": null
|
3524
4296
|
}
|
3525
4297
|
],
|
3526
4298
|
"interfaces": null,
|
@@ -3615,9 +4387,7 @@
|
|
3615
4387
|
"ofType": null
|
3616
4388
|
}
|
3617
4389
|
},
|
3618
|
-
"defaultValue": null
|
3619
|
-
"isDeprecated": false,
|
3620
|
-
"deprecationReason": null
|
4390
|
+
"defaultValue": null
|
3621
4391
|
}
|
3622
4392
|
],
|
3623
4393
|
"type": {
|
@@ -3644,9 +4414,7 @@
|
|
3644
4414
|
"ofType": null
|
3645
4415
|
}
|
3646
4416
|
},
|
3647
|
-
"defaultValue": null
|
3648
|
-
"isDeprecated": false,
|
3649
|
-
"deprecationReason": null
|
4417
|
+
"defaultValue": null
|
3650
4418
|
}
|
3651
4419
|
],
|
3652
4420
|
"type": {
|
@@ -3673,9 +4441,7 @@
|
|
3673
4441
|
"ofType": null
|
3674
4442
|
}
|
3675
4443
|
},
|
3676
|
-
"defaultValue": null
|
3677
|
-
"isDeprecated": false,
|
3678
|
-
"deprecationReason": null
|
4444
|
+
"defaultValue": null
|
3679
4445
|
}
|
3680
4446
|
],
|
3681
4447
|
"type": {
|
@@ -3702,9 +4468,7 @@
|
|
3702
4468
|
"ofType": null
|
3703
4469
|
}
|
3704
4470
|
},
|
3705
|
-
"defaultValue": null
|
3706
|
-
"isDeprecated": false,
|
3707
|
-
"deprecationReason": null
|
4471
|
+
"defaultValue": null
|
3708
4472
|
}
|
3709
4473
|
],
|
3710
4474
|
"type": {
|
@@ -3731,9 +4495,7 @@
|
|
3731
4495
|
"ofType": null
|
3732
4496
|
}
|
3733
4497
|
},
|
3734
|
-
"defaultValue": null
|
3735
|
-
"isDeprecated": false,
|
3736
|
-
"deprecationReason": null
|
4498
|
+
"defaultValue": null
|
3737
4499
|
}
|
3738
4500
|
],
|
3739
4501
|
"type": {
|
@@ -3760,9 +4522,7 @@
|
|
3760
4522
|
"ofType": null
|
3761
4523
|
}
|
3762
4524
|
},
|
3763
|
-
"defaultValue": null
|
3764
|
-
"isDeprecated": false,
|
3765
|
-
"deprecationReason": null
|
4525
|
+
"defaultValue": null
|
3766
4526
|
}
|
3767
4527
|
],
|
3768
4528
|
"type": {
|
@@ -3789,9 +4549,7 @@
|
|
3789
4549
|
"ofType": null
|
3790
4550
|
}
|
3791
4551
|
},
|
3792
|
-
"defaultValue": null
|
3793
|
-
"isDeprecated": false,
|
3794
|
-
"deprecationReason": null
|
4552
|
+
"defaultValue": null
|
3795
4553
|
}
|
3796
4554
|
],
|
3797
4555
|
"type": {
|
@@ -3818,9 +4576,7 @@
|
|
3818
4576
|
"ofType": null
|
3819
4577
|
}
|
3820
4578
|
},
|
3821
|
-
"defaultValue": null
|
3822
|
-
"isDeprecated": false,
|
3823
|
-
"deprecationReason": null
|
4579
|
+
"defaultValue": null
|
3824
4580
|
}
|
3825
4581
|
],
|
3826
4582
|
"type": {
|
@@ -3847,9 +4603,7 @@
|
|
3847
4603
|
"ofType": null
|
3848
4604
|
}
|
3849
4605
|
},
|
3850
|
-
"defaultValue": null
|
3851
|
-
"isDeprecated": false,
|
3852
|
-
"deprecationReason": null
|
4606
|
+
"defaultValue": null
|
3853
4607
|
}
|
3854
4608
|
],
|
3855
4609
|
"type": {
|
@@ -3876,9 +4630,7 @@
|
|
3876
4630
|
"ofType": null
|
3877
4631
|
}
|
3878
4632
|
},
|
3879
|
-
"defaultValue": null
|
3880
|
-
"isDeprecated": false,
|
3881
|
-
"deprecationReason": null
|
4633
|
+
"defaultValue": null
|
3882
4634
|
}
|
3883
4635
|
],
|
3884
4636
|
"type": {
|
@@ -3932,6 +4684,11 @@
|
|
3932
4684
|
"name": "Client",
|
3933
4685
|
"ofType": null
|
3934
4686
|
},
|
4687
|
+
{
|
4688
|
+
"kind": "OBJECT",
|
4689
|
+
"name": "CreditNote",
|
4690
|
+
"ofType": null
|
4691
|
+
},
|
3935
4692
|
{
|
3936
4693
|
"kind": "OBJECT",
|
3937
4694
|
"name": "Enrollment",
|
@@ -3956,6 +4713,11 @@
|
|
3956
4713
|
"kind": "OBJECT",
|
3957
4714
|
"name": "OccupationCode",
|
3958
4715
|
"ofType": null
|
4716
|
+
},
|
4717
|
+
{
|
4718
|
+
"kind": "OBJECT",
|
4719
|
+
"name": "Pagination",
|
4720
|
+
"ofType": null
|
3959
4721
|
}
|
3960
4722
|
]
|
3961
4723
|
},
|
@@ -3993,7 +4755,102 @@
|
|
3993
4755
|
"name": null,
|
3994
4756
|
"ofType": {
|
3995
4757
|
"kind": "SCALAR",
|
3996
|
-
"name": "Boolean",
|
4758
|
+
"name": "Boolean",
|
4759
|
+
"ofType": null
|
4760
|
+
}
|
4761
|
+
},
|
4762
|
+
"isDeprecated": false,
|
4763
|
+
"deprecationReason": null
|
4764
|
+
},
|
4765
|
+
{
|
4766
|
+
"name": "id",
|
4767
|
+
"description": null,
|
4768
|
+
"args": [
|
4769
|
+
|
4770
|
+
],
|
4771
|
+
"type": {
|
4772
|
+
"kind": "NON_NULL",
|
4773
|
+
"name": null,
|
4774
|
+
"ofType": {
|
4775
|
+
"kind": "SCALAR",
|
4776
|
+
"name": "ID",
|
4777
|
+
"ofType": null
|
4778
|
+
}
|
4779
|
+
},
|
4780
|
+
"isDeprecated": false,
|
4781
|
+
"deprecationReason": null
|
4782
|
+
},
|
4783
|
+
{
|
4784
|
+
"name": "name",
|
4785
|
+
"description": null,
|
4786
|
+
"args": [
|
4787
|
+
|
4788
|
+
],
|
4789
|
+
"type": {
|
4790
|
+
"kind": "SCALAR",
|
4791
|
+
"name": "String",
|
4792
|
+
"ofType": null
|
4793
|
+
},
|
4794
|
+
"isDeprecated": false,
|
4795
|
+
"deprecationReason": null
|
4796
|
+
}
|
4797
|
+
],
|
4798
|
+
"inputFields": null,
|
4799
|
+
"interfaces": [
|
4800
|
+
{
|
4801
|
+
"kind": "INTERFACE",
|
4802
|
+
"name": "Node",
|
4803
|
+
"ofType": null
|
4804
|
+
}
|
4805
|
+
],
|
4806
|
+
"enumValues": null,
|
4807
|
+
"possibleTypes": null
|
4808
|
+
},
|
4809
|
+
{
|
4810
|
+
"kind": "OBJECT",
|
4811
|
+
"name": "Pagination",
|
4812
|
+
"description": null,
|
4813
|
+
"fields": [
|
4814
|
+
{
|
4815
|
+
"name": "count",
|
4816
|
+
"description": null,
|
4817
|
+
"args": [
|
4818
|
+
|
4819
|
+
],
|
4820
|
+
"type": {
|
4821
|
+
"kind": "SCALAR",
|
4822
|
+
"name": "Int",
|
4823
|
+
"ofType": null
|
4824
|
+
},
|
4825
|
+
"isDeprecated": false,
|
4826
|
+
"deprecationReason": null
|
4827
|
+
},
|
4828
|
+
{
|
4829
|
+
"name": "currentPage",
|
4830
|
+
"description": null,
|
4831
|
+
"args": [
|
4832
|
+
|
4833
|
+
],
|
4834
|
+
"type": {
|
4835
|
+
"kind": "SCALAR",
|
4836
|
+
"name": "Int",
|
4837
|
+
"ofType": null
|
4838
|
+
},
|
4839
|
+
"isDeprecated": false,
|
4840
|
+
"deprecationReason": null
|
4841
|
+
},
|
4842
|
+
{
|
4843
|
+
"name": "id",
|
4844
|
+
"description": "ID of the object.",
|
4845
|
+
"args": [
|
4846
|
+
|
4847
|
+
],
|
4848
|
+
"type": {
|
4849
|
+
"kind": "NON_NULL",
|
4850
|
+
"name": null,
|
4851
|
+
"ofType": {
|
4852
|
+
"kind": "SCALAR",
|
4853
|
+
"name": "ID",
|
3997
4854
|
"ofType": null
|
3998
4855
|
}
|
3999
4856
|
},
|
@@ -4001,32 +4858,28 @@
|
|
4001
4858
|
"deprecationReason": null
|
4002
4859
|
},
|
4003
4860
|
{
|
4004
|
-
"name": "
|
4861
|
+
"name": "pages",
|
4005
4862
|
"description": null,
|
4006
4863
|
"args": [
|
4007
4864
|
|
4008
4865
|
],
|
4009
4866
|
"type": {
|
4010
|
-
"kind": "
|
4011
|
-
"name":
|
4012
|
-
"ofType":
|
4013
|
-
"kind": "SCALAR",
|
4014
|
-
"name": "ID",
|
4015
|
-
"ofType": null
|
4016
|
-
}
|
4867
|
+
"kind": "SCALAR",
|
4868
|
+
"name": "Int",
|
4869
|
+
"ofType": null
|
4017
4870
|
},
|
4018
4871
|
"isDeprecated": false,
|
4019
4872
|
"deprecationReason": null
|
4020
4873
|
},
|
4021
4874
|
{
|
4022
|
-
"name": "
|
4875
|
+
"name": "perPage",
|
4023
4876
|
"description": null,
|
4024
4877
|
"args": [
|
4025
4878
|
|
4026
4879
|
],
|
4027
4880
|
"type": {
|
4028
4881
|
"kind": "SCALAR",
|
4029
|
-
"name": "
|
4882
|
+
"name": "Int",
|
4030
4883
|
"ofType": null
|
4031
4884
|
},
|
4032
4885
|
"isDeprecated": false,
|
@@ -4061,9 +4914,7 @@
|
|
4061
4914
|
"name": "Int",
|
4062
4915
|
"ofType": null
|
4063
4916
|
},
|
4064
|
-
"defaultValue": null
|
4065
|
-
"isDeprecated": false,
|
4066
|
-
"deprecationReason": null
|
4917
|
+
"defaultValue": null
|
4067
4918
|
},
|
4068
4919
|
{
|
4069
4920
|
"name": "perPage",
|
@@ -4073,25 +4924,17 @@
|
|
4073
4924
|
"name": "Int",
|
4074
4925
|
"ofType": null
|
4075
4926
|
},
|
4076
|
-
"defaultValue": null
|
4077
|
-
"isDeprecated": false,
|
4078
|
-
"deprecationReason": null
|
4927
|
+
"defaultValue": null
|
4079
4928
|
},
|
4080
4929
|
{
|
4081
4930
|
"name": "freelanceProfileId",
|
4082
4931
|
"description": null,
|
4083
4932
|
"type": {
|
4084
|
-
"kind": "
|
4085
|
-
"name":
|
4086
|
-
"ofType":
|
4087
|
-
"kind": "SCALAR",
|
4088
|
-
"name": "ID",
|
4089
|
-
"ofType": null
|
4090
|
-
}
|
4933
|
+
"kind": "SCALAR",
|
4934
|
+
"name": "ID",
|
4935
|
+
"ofType": null
|
4091
4936
|
},
|
4092
|
-
"defaultValue": null
|
4093
|
-
"isDeprecated": false,
|
4094
|
-
"deprecationReason": null
|
4937
|
+
"defaultValue": null
|
4095
4938
|
},
|
4096
4939
|
{
|
4097
4940
|
"name": "orgNumber",
|
@@ -4101,9 +4944,7 @@
|
|
4101
4944
|
"name": "String",
|
4102
4945
|
"ofType": null
|
4103
4946
|
},
|
4104
|
-
"defaultValue": null
|
4105
|
-
"isDeprecated": false,
|
4106
|
-
"deprecationReason": null
|
4947
|
+
"defaultValue": null
|
4107
4948
|
},
|
4108
4949
|
{
|
4109
4950
|
"name": "email",
|
@@ -4113,9 +4954,7 @@
|
|
4113
4954
|
"name": "String",
|
4114
4955
|
"ofType": null
|
4115
4956
|
},
|
4116
|
-
"defaultValue": null
|
4117
|
-
"isDeprecated": false,
|
4118
|
-
"deprecationReason": null
|
4957
|
+
"defaultValue": null
|
4119
4958
|
}
|
4120
4959
|
],
|
4121
4960
|
"type": {
|
@@ -4150,9 +4989,7 @@
|
|
4150
4989
|
"name": "Int",
|
4151
4990
|
"ofType": null
|
4152
4991
|
},
|
4153
|
-
"defaultValue": null
|
4154
|
-
"isDeprecated": false,
|
4155
|
-
"deprecationReason": null
|
4992
|
+
"defaultValue": null
|
4156
4993
|
},
|
4157
4994
|
{
|
4158
4995
|
"name": "perPage",
|
@@ -4162,9 +4999,7 @@
|
|
4162
4999
|
"name": "Int",
|
4163
5000
|
"ofType": null
|
4164
5001
|
},
|
4165
|
-
"defaultValue": null
|
4166
|
-
"isDeprecated": false,
|
4167
|
-
"deprecationReason": null
|
5002
|
+
"defaultValue": null
|
4168
5003
|
}
|
4169
5004
|
],
|
4170
5005
|
"type": {
|
@@ -4199,9 +5034,7 @@
|
|
4199
5034
|
"name": "Int",
|
4200
5035
|
"ofType": null
|
4201
5036
|
},
|
4202
|
-
"defaultValue": null
|
4203
|
-
"isDeprecated": false,
|
4204
|
-
"deprecationReason": null
|
5037
|
+
"defaultValue": null
|
4205
5038
|
},
|
4206
5039
|
{
|
4207
5040
|
"name": "perPage",
|
@@ -4211,9 +5044,7 @@
|
|
4211
5044
|
"name": "Int",
|
4212
5045
|
"ofType": null
|
4213
5046
|
},
|
4214
|
-
"defaultValue": null
|
4215
|
-
"isDeprecated": false,
|
4216
|
-
"deprecationReason": null
|
5047
|
+
"defaultValue": null
|
4217
5048
|
}
|
4218
5049
|
],
|
4219
5050
|
"type": {
|
@@ -4248,9 +5079,7 @@
|
|
4248
5079
|
"name": "Int",
|
4249
5080
|
"ofType": null
|
4250
5081
|
},
|
4251
|
-
"defaultValue": null
|
4252
|
-
"isDeprecated": false,
|
4253
|
-
"deprecationReason": null
|
5082
|
+
"defaultValue": null
|
4254
5083
|
},
|
4255
5084
|
{
|
4256
5085
|
"name": "perPage",
|
@@ -4260,9 +5089,7 @@
|
|
4260
5089
|
"name": "Int",
|
4261
5090
|
"ofType": null
|
4262
5091
|
},
|
4263
|
-
"defaultValue": null
|
4264
|
-
"isDeprecated": false,
|
4265
|
-
"deprecationReason": null
|
5092
|
+
"defaultValue": null
|
4266
5093
|
},
|
4267
5094
|
{
|
4268
5095
|
"name": "filters",
|
@@ -4272,9 +5099,7 @@
|
|
4272
5099
|
"name": "InvoiceFilters",
|
4273
5100
|
"ofType": null
|
4274
5101
|
},
|
4275
|
-
"defaultValue": null
|
4276
|
-
"isDeprecated": false,
|
4277
|
-
"deprecationReason": null
|
5102
|
+
"defaultValue": null
|
4278
5103
|
}
|
4279
5104
|
],
|
4280
5105
|
"type": {
|
@@ -4313,9 +5138,7 @@
|
|
4313
5138
|
"ofType": null
|
4314
5139
|
}
|
4315
5140
|
},
|
4316
|
-
"defaultValue": null
|
4317
|
-
"isDeprecated": false,
|
4318
|
-
"deprecationReason": null
|
5141
|
+
"defaultValue": null
|
4319
5142
|
}
|
4320
5143
|
],
|
4321
5144
|
"type": {
|
@@ -4342,9 +5165,7 @@
|
|
4342
5165
|
"ofType": null
|
4343
5166
|
}
|
4344
5167
|
},
|
4345
|
-
"defaultValue": null
|
4346
|
-
"isDeprecated": false,
|
4347
|
-
"deprecationReason": null
|
5168
|
+
"defaultValue": null
|
4348
5169
|
}
|
4349
5170
|
],
|
4350
5171
|
"type": {
|
@@ -4355,6 +5176,114 @@
|
|
4355
5176
|
"isDeprecated": false,
|
4356
5177
|
"deprecationReason": null
|
4357
5178
|
},
|
5179
|
+
{
|
5180
|
+
"name": "ownCreditNotes",
|
5181
|
+
"description": null,
|
5182
|
+
"args": [
|
5183
|
+
{
|
5184
|
+
"name": "page",
|
5185
|
+
"description": null,
|
5186
|
+
"type": {
|
5187
|
+
"kind": "SCALAR",
|
5188
|
+
"name": "Int",
|
5189
|
+
"ofType": null
|
5190
|
+
},
|
5191
|
+
"defaultValue": null
|
5192
|
+
},
|
5193
|
+
{
|
5194
|
+
"name": "perPage",
|
5195
|
+
"description": null,
|
5196
|
+
"type": {
|
5197
|
+
"kind": "SCALAR",
|
5198
|
+
"name": "Int",
|
5199
|
+
"ofType": null
|
5200
|
+
},
|
5201
|
+
"defaultValue": null
|
5202
|
+
},
|
5203
|
+
{
|
5204
|
+
"name": "sortBy",
|
5205
|
+
"description": null,
|
5206
|
+
"type": {
|
5207
|
+
"kind": "ENUM",
|
5208
|
+
"name": "CreditNotesSortByEnum",
|
5209
|
+
"ofType": null
|
5210
|
+
},
|
5211
|
+
"defaultValue": null
|
5212
|
+
},
|
5213
|
+
{
|
5214
|
+
"name": "filter",
|
5215
|
+
"description": null,
|
5216
|
+
"type": {
|
5217
|
+
"kind": "INPUT_OBJECT",
|
5218
|
+
"name": "CreditNotesFilter",
|
5219
|
+
"ofType": null
|
5220
|
+
},
|
5221
|
+
"defaultValue": null
|
5222
|
+
}
|
5223
|
+
],
|
5224
|
+
"type": {
|
5225
|
+
"kind": "NON_NULL",
|
5226
|
+
"name": null,
|
5227
|
+
"ofType": {
|
5228
|
+
"kind": "LIST",
|
5229
|
+
"name": null,
|
5230
|
+
"ofType": {
|
5231
|
+
"kind": "NON_NULL",
|
5232
|
+
"name": null,
|
5233
|
+
"ofType": {
|
5234
|
+
"kind": "OBJECT",
|
5235
|
+
"name": "CreditNote",
|
5236
|
+
"ofType": null
|
5237
|
+
}
|
5238
|
+
}
|
5239
|
+
}
|
5240
|
+
},
|
5241
|
+
"isDeprecated": false,
|
5242
|
+
"deprecationReason": null
|
5243
|
+
},
|
5244
|
+
{
|
5245
|
+
"name": "ownCreditNotesPagination",
|
5246
|
+
"description": null,
|
5247
|
+
"args": [
|
5248
|
+
{
|
5249
|
+
"name": "filter",
|
5250
|
+
"description": null,
|
5251
|
+
"type": {
|
5252
|
+
"kind": "INPUT_OBJECT",
|
5253
|
+
"name": "CreditNotesFilter",
|
5254
|
+
"ofType": null
|
5255
|
+
},
|
5256
|
+
"defaultValue": null
|
5257
|
+
},
|
5258
|
+
{
|
5259
|
+
"name": "page",
|
5260
|
+
"description": null,
|
5261
|
+
"type": {
|
5262
|
+
"kind": "SCALAR",
|
5263
|
+
"name": "Int",
|
5264
|
+
"ofType": null
|
5265
|
+
},
|
5266
|
+
"defaultValue": null
|
5267
|
+
},
|
5268
|
+
{
|
5269
|
+
"name": "perPage",
|
5270
|
+
"description": null,
|
5271
|
+
"type": {
|
5272
|
+
"kind": "SCALAR",
|
5273
|
+
"name": "Int",
|
5274
|
+
"ofType": null
|
5275
|
+
},
|
5276
|
+
"defaultValue": null
|
5277
|
+
}
|
5278
|
+
],
|
5279
|
+
"type": {
|
5280
|
+
"kind": "OBJECT",
|
5281
|
+
"name": "Pagination",
|
5282
|
+
"ofType": null
|
5283
|
+
},
|
5284
|
+
"isDeprecated": false,
|
5285
|
+
"deprecationReason": null
|
5286
|
+
},
|
4358
5287
|
{
|
4359
5288
|
"name": "ownInvoices",
|
4360
5289
|
"description": null,
|
@@ -4367,9 +5296,7 @@
|
|
4367
5296
|
"name": "Int",
|
4368
5297
|
"ofType": null
|
4369
5298
|
},
|
4370
|
-
"defaultValue": null
|
4371
|
-
"isDeprecated": false,
|
4372
|
-
"deprecationReason": null
|
5299
|
+
"defaultValue": null
|
4373
5300
|
},
|
4374
5301
|
{
|
4375
5302
|
"name": "perPage",
|
@@ -4379,9 +5306,27 @@
|
|
4379
5306
|
"name": "Int",
|
4380
5307
|
"ofType": null
|
4381
5308
|
},
|
4382
|
-
"defaultValue": null
|
4383
|
-
|
4384
|
-
|
5309
|
+
"defaultValue": null
|
5310
|
+
},
|
5311
|
+
{
|
5312
|
+
"name": "sortBy",
|
5313
|
+
"description": null,
|
5314
|
+
"type": {
|
5315
|
+
"kind": "ENUM",
|
5316
|
+
"name": "InvoicesSortByEnum",
|
5317
|
+
"ofType": null
|
5318
|
+
},
|
5319
|
+
"defaultValue": null
|
5320
|
+
},
|
5321
|
+
{
|
5322
|
+
"name": "filter",
|
5323
|
+
"description": null,
|
5324
|
+
"type": {
|
5325
|
+
"kind": "INPUT_OBJECT",
|
5326
|
+
"name": "InvoiceFilters",
|
5327
|
+
"ofType": null
|
5328
|
+
},
|
5329
|
+
"defaultValue": null
|
4385
5330
|
},
|
4386
5331
|
{
|
4387
5332
|
"name": "filters",
|
@@ -4391,9 +5336,7 @@
|
|
4391
5336
|
"name": "InvoiceFilters",
|
4392
5337
|
"ofType": null
|
4393
5338
|
},
|
4394
|
-
"defaultValue": null
|
4395
|
-
"isDeprecated": false,
|
4396
|
-
"deprecationReason": null
|
5339
|
+
"defaultValue": null
|
4397
5340
|
}
|
4398
5341
|
],
|
4399
5342
|
"type": {
|
@@ -4415,6 +5358,49 @@
|
|
4415
5358
|
},
|
4416
5359
|
"isDeprecated": false,
|
4417
5360
|
"deprecationReason": null
|
5361
|
+
},
|
5362
|
+
{
|
5363
|
+
"name": "ownInvoicesPagination",
|
5364
|
+
"description": null,
|
5365
|
+
"args": [
|
5366
|
+
{
|
5367
|
+
"name": "filter",
|
5368
|
+
"description": null,
|
5369
|
+
"type": {
|
5370
|
+
"kind": "INPUT_OBJECT",
|
5371
|
+
"name": "InvoiceFilters",
|
5372
|
+
"ofType": null
|
5373
|
+
},
|
5374
|
+
"defaultValue": null
|
5375
|
+
},
|
5376
|
+
{
|
5377
|
+
"name": "page",
|
5378
|
+
"description": null,
|
5379
|
+
"type": {
|
5380
|
+
"kind": "SCALAR",
|
5381
|
+
"name": "Int",
|
5382
|
+
"ofType": null
|
5383
|
+
},
|
5384
|
+
"defaultValue": null
|
5385
|
+
},
|
5386
|
+
{
|
5387
|
+
"name": "perPage",
|
5388
|
+
"description": null,
|
5389
|
+
"type": {
|
5390
|
+
"kind": "SCALAR",
|
5391
|
+
"name": "Int",
|
5392
|
+
"ofType": null
|
5393
|
+
},
|
5394
|
+
"defaultValue": null
|
5395
|
+
}
|
5396
|
+
],
|
5397
|
+
"type": {
|
5398
|
+
"kind": "OBJECT",
|
5399
|
+
"name": "Pagination",
|
5400
|
+
"ofType": null
|
5401
|
+
},
|
5402
|
+
"isDeprecated": false,
|
5403
|
+
"deprecationReason": null
|
4418
5404
|
}
|
4419
5405
|
],
|
4420
5406
|
"inputFields": null,
|
@@ -4442,9 +5428,7 @@
|
|
4442
5428
|
"ofType": null
|
4443
5429
|
}
|
4444
5430
|
},
|
4445
|
-
"defaultValue": null
|
4446
|
-
"isDeprecated": false,
|
4447
|
-
"deprecationReason": null
|
5431
|
+
"defaultValue": null
|
4448
5432
|
},
|
4449
5433
|
{
|
4450
5434
|
"name": "to",
|
@@ -4458,9 +5442,7 @@
|
|
4458
5442
|
"ofType": null
|
4459
5443
|
}
|
4460
5444
|
},
|
4461
|
-
"defaultValue": null
|
4462
|
-
"isDeprecated": false,
|
4463
|
-
"deprecationReason": null
|
5445
|
+
"defaultValue": null
|
4464
5446
|
}
|
4465
5447
|
],
|
4466
5448
|
"interfaces": null,
|
@@ -4562,9 +5544,7 @@
|
|
4562
5544
|
"ofType": null
|
4563
5545
|
}
|
4564
5546
|
},
|
4565
|
-
"defaultValue": null
|
4566
|
-
"isDeprecated": false,
|
4567
|
-
"deprecationReason": null
|
5547
|
+
"defaultValue": null
|
4568
5548
|
},
|
4569
5549
|
{
|
4570
5550
|
"name": "email",
|
@@ -4578,9 +5558,7 @@
|
|
4578
5558
|
"ofType": null
|
4579
5559
|
}
|
4580
5560
|
},
|
4581
|
-
"defaultValue": null
|
4582
|
-
"isDeprecated": false,
|
4583
|
-
"deprecationReason": null
|
5561
|
+
"defaultValue": null
|
4584
5562
|
},
|
4585
5563
|
{
|
4586
5564
|
"name": "phone",
|
@@ -4590,9 +5568,7 @@
|
|
4590
5568
|
"name": "String",
|
4591
5569
|
"ofType": null
|
4592
5570
|
},
|
4593
|
-
"defaultValue": null
|
4594
|
-
"isDeprecated": false,
|
4595
|
-
"deprecationReason": null
|
5571
|
+
"defaultValue": null
|
4596
5572
|
},
|
4597
5573
|
{
|
4598
5574
|
"name": "referenceNumber",
|
@@ -4602,9 +5578,7 @@
|
|
4602
5578
|
"name": "String",
|
4603
5579
|
"ofType": null
|
4604
5580
|
},
|
4605
|
-
"defaultValue": null
|
4606
|
-
"isDeprecated": false,
|
4607
|
-
"deprecationReason": null
|
5581
|
+
"defaultValue": null
|
4608
5582
|
}
|
4609
5583
|
],
|
4610
5584
|
"interfaces": null,
|
@@ -4635,9 +5609,7 @@
|
|
4635
5609
|
"name": "String",
|
4636
5610
|
"ofType": null
|
4637
5611
|
},
|
4638
|
-
"defaultValue": null
|
4639
|
-
"isDeprecated": false,
|
4640
|
-
"deprecationReason": null
|
5612
|
+
"defaultValue": null
|
4641
5613
|
},
|
4642
5614
|
{
|
4643
5615
|
"name": "id",
|
@@ -4651,9 +5623,7 @@
|
|
4651
5623
|
"ofType": null
|
4652
5624
|
}
|
4653
5625
|
},
|
4654
|
-
"defaultValue": null
|
4655
|
-
"isDeprecated": false,
|
4656
|
-
"deprecationReason": null
|
5626
|
+
"defaultValue": null
|
4657
5627
|
}
|
4658
5628
|
],
|
4659
5629
|
"interfaces": null,
|
@@ -4741,9 +5711,7 @@
|
|
4741
5711
|
"name": "String",
|
4742
5712
|
"ofType": null
|
4743
5713
|
},
|
4744
|
-
"defaultValue": null
|
4745
|
-
"isDeprecated": false,
|
4746
|
-
"deprecationReason": null
|
5714
|
+
"defaultValue": null
|
4747
5715
|
},
|
4748
5716
|
{
|
4749
5717
|
"name": "ids",
|
@@ -4765,9 +5733,7 @@
|
|
4765
5733
|
}
|
4766
5734
|
}
|
4767
5735
|
},
|
4768
|
-
"defaultValue": null
|
4769
|
-
"isDeprecated": false,
|
4770
|
-
"deprecationReason": null
|
5736
|
+
"defaultValue": null
|
4771
5737
|
}
|
4772
5738
|
],
|
4773
5739
|
"interfaces": null,
|
@@ -4863,9 +5829,7 @@
|
|
4863
5829
|
"name": "ClientTypeEnum",
|
4864
5830
|
"ofType": null
|
4865
5831
|
},
|
4866
|
-
"defaultValue": null
|
4867
|
-
"isDeprecated": false,
|
4868
|
-
"deprecationReason": null
|
5832
|
+
"defaultValue": null
|
4869
5833
|
},
|
4870
5834
|
{
|
4871
5835
|
"name": "clientNumber",
|
@@ -4875,9 +5839,7 @@
|
|
4875
5839
|
"name": "Int",
|
4876
5840
|
"ofType": null
|
4877
5841
|
},
|
4878
|
-
"defaultValue": null
|
4879
|
-
"isDeprecated": false,
|
4880
|
-
"deprecationReason": null
|
5842
|
+
"defaultValue": null
|
4881
5843
|
},
|
4882
5844
|
{
|
4883
5845
|
"name": "email",
|
@@ -4887,9 +5849,7 @@
|
|
4887
5849
|
"name": "String",
|
4888
5850
|
"ofType": null
|
4889
5851
|
},
|
4890
|
-
"defaultValue": null
|
4891
|
-
"isDeprecated": false,
|
4892
|
-
"deprecationReason": null
|
5852
|
+
"defaultValue": null
|
4893
5853
|
},
|
4894
5854
|
{
|
4895
5855
|
"name": "friendlyName",
|
@@ -4899,9 +5859,7 @@
|
|
4899
5859
|
"name": "String",
|
4900
5860
|
"ofType": null
|
4901
5861
|
},
|
4902
|
-
"defaultValue": null
|
4903
|
-
"isDeprecated": false,
|
4904
|
-
"deprecationReason": null
|
5862
|
+
"defaultValue": null
|
4905
5863
|
},
|
4906
5864
|
{
|
4907
5865
|
"name": "name",
|
@@ -4911,9 +5869,7 @@
|
|
4911
5869
|
"name": "String",
|
4912
5870
|
"ofType": null
|
4913
5871
|
},
|
4914
|
-
"defaultValue": null
|
4915
|
-
"isDeprecated": false,
|
4916
|
-
"deprecationReason": null
|
5872
|
+
"defaultValue": null
|
4917
5873
|
},
|
4918
5874
|
{
|
4919
5875
|
"name": "orgNumber",
|
@@ -4923,9 +5879,7 @@
|
|
4923
5879
|
"name": "String",
|
4924
5880
|
"ofType": null
|
4925
5881
|
},
|
4926
|
-
"defaultValue": null
|
4927
|
-
"isDeprecated": false,
|
4928
|
-
"deprecationReason": null
|
5882
|
+
"defaultValue": null
|
4929
5883
|
},
|
4930
5884
|
{
|
4931
5885
|
"name": "phone",
|
@@ -4935,9 +5889,7 @@
|
|
4935
5889
|
"name": "String",
|
4936
5890
|
"ofType": null
|
4937
5891
|
},
|
4938
|
-
"defaultValue": null
|
4939
|
-
"isDeprecated": false,
|
4940
|
-
"deprecationReason": null
|
5892
|
+
"defaultValue": null
|
4941
5893
|
},
|
4942
5894
|
{
|
4943
5895
|
"name": "address",
|
@@ -4947,9 +5899,7 @@
|
|
4947
5899
|
"name": "AddressAttributes",
|
4948
5900
|
"ofType": null
|
4949
5901
|
},
|
4950
|
-
"defaultValue": null
|
4951
|
-
"isDeprecated": false,
|
4952
|
-
"deprecationReason": null
|
5902
|
+
"defaultValue": null
|
4953
5903
|
},
|
4954
5904
|
{
|
4955
5905
|
"name": "referencePeople",
|
@@ -4967,45 +5917,27 @@
|
|
4967
5917
|
}
|
4968
5918
|
}
|
4969
5919
|
},
|
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
|
5920
|
+
"defaultValue": null
|
4985
5921
|
},
|
4986
5922
|
{
|
4987
|
-
"name": "
|
5923
|
+
"name": "nationalRegisterCheck",
|
4988
5924
|
"description": null,
|
4989
5925
|
"type": {
|
4990
5926
|
"kind": "SCALAR",
|
4991
5927
|
"name": "Boolean",
|
4992
5928
|
"ofType": null
|
4993
5929
|
},
|
4994
|
-
"defaultValue": null
|
4995
|
-
"isDeprecated": false,
|
4996
|
-
"deprecationReason": null
|
5930
|
+
"defaultValue": null
|
4997
5931
|
},
|
4998
5932
|
{
|
4999
|
-
"name": "
|
5933
|
+
"name": "preferredDeliveryMethod",
|
5000
5934
|
"description": null,
|
5001
5935
|
"type": {
|
5002
|
-
"kind": "
|
5003
|
-
"name": "
|
5936
|
+
"kind": "ENUM",
|
5937
|
+
"name": "ClientPreferredDeliveryMethodEnum",
|
5004
5938
|
"ofType": null
|
5005
5939
|
},
|
5006
|
-
"defaultValue": null
|
5007
|
-
"isDeprecated": false,
|
5008
|
-
"deprecationReason": null
|
5940
|
+
"defaultValue": null
|
5009
5941
|
}
|
5010
5942
|
],
|
5011
5943
|
"interfaces": null,
|
@@ -5026,9 +5958,7 @@
|
|
5026
5958
|
"name": "String",
|
5027
5959
|
"ofType": null
|
5028
5960
|
},
|
5029
|
-
"defaultValue": null
|
5030
|
-
"isDeprecated": false,
|
5031
|
-
"deprecationReason": null
|
5961
|
+
"defaultValue": null
|
5032
5962
|
},
|
5033
5963
|
{
|
5034
5964
|
"name": "id",
|
@@ -5042,9 +5972,7 @@
|
|
5042
5972
|
"ofType": null
|
5043
5973
|
}
|
5044
5974
|
},
|
5045
|
-
"defaultValue": null
|
5046
|
-
"isDeprecated": false,
|
5047
|
-
"deprecationReason": null
|
5975
|
+
"defaultValue": null
|
5048
5976
|
},
|
5049
5977
|
{
|
5050
5978
|
"name": "attributes",
|
@@ -5058,9 +5986,7 @@
|
|
5058
5986
|
"ofType": null
|
5059
5987
|
}
|
5060
5988
|
},
|
5061
|
-
"defaultValue": null
|
5062
|
-
"isDeprecated": false,
|
5063
|
-
"deprecationReason": null
|
5989
|
+
"defaultValue": null
|
5064
5990
|
}
|
5065
5991
|
],
|
5066
5992
|
"interfaces": null,
|
@@ -5151,9 +6077,7 @@
|
|
5151
6077
|
"name": "Boolean",
|
5152
6078
|
"ofType": null
|
5153
6079
|
},
|
5154
|
-
"defaultValue": "false"
|
5155
|
-
"isDeprecated": false,
|
5156
|
-
"deprecationReason": null
|
6080
|
+
"defaultValue": "false"
|
5157
6081
|
}
|
5158
6082
|
],
|
5159
6083
|
"type": {
|
@@ -5529,9 +6453,7 @@
|
|
5529
6453
|
"name": "Boolean",
|
5530
6454
|
"ofType": null
|
5531
6455
|
},
|
5532
|
-
"defaultValue": "false"
|
5533
|
-
"isDeprecated": false,
|
5534
|
-
"deprecationReason": null
|
6456
|
+
"defaultValue": "false"
|
5535
6457
|
}
|
5536
6458
|
],
|
5537
6459
|
"type": {
|
@@ -5909,9 +6831,7 @@
|
|
5909
6831
|
"name": "Boolean",
|
5910
6832
|
"ofType": null
|
5911
6833
|
},
|
5912
|
-
"defaultValue": "false"
|
5913
|
-
"isDeprecated": false,
|
5914
|
-
"deprecationReason": null
|
6834
|
+
"defaultValue": "false"
|
5915
6835
|
}
|
5916
6836
|
],
|
5917
6837
|
"type": {
|
@@ -5942,9 +6862,7 @@
|
|
5942
6862
|
"name": "Boolean",
|
5943
6863
|
"ofType": null
|
5944
6864
|
},
|
5945
|
-
"defaultValue": "false"
|
5946
|
-
"isDeprecated": false,
|
5947
|
-
"deprecationReason": null
|
6865
|
+
"defaultValue": "false"
|
5948
6866
|
}
|
5949
6867
|
],
|
5950
6868
|
"type": {
|
@@ -5975,9 +6893,7 @@
|
|
5975
6893
|
"name": "Boolean",
|
5976
6894
|
"ofType": null
|
5977
6895
|
},
|
5978
|
-
"defaultValue": "false"
|
5979
|
-
"isDeprecated": false,
|
5980
|
-
"deprecationReason": null
|
6896
|
+
"defaultValue": "false"
|
5981
6897
|
}
|
5982
6898
|
],
|
5983
6899
|
"type": {
|
@@ -6018,6 +6934,24 @@
|
|
6018
6934
|
"isDeprecated": false,
|
6019
6935
|
"deprecationReason": null
|
6020
6936
|
},
|
6937
|
+
{
|
6938
|
+
"name": "isOneOf",
|
6939
|
+
"description": null,
|
6940
|
+
"args": [
|
6941
|
+
|
6942
|
+
],
|
6943
|
+
"type": {
|
6944
|
+
"kind": "NON_NULL",
|
6945
|
+
"name": null,
|
6946
|
+
"ofType": {
|
6947
|
+
"kind": "SCALAR",
|
6948
|
+
"name": "Boolean",
|
6949
|
+
"ofType": null
|
6950
|
+
}
|
6951
|
+
},
|
6952
|
+
"isDeprecated": false,
|
6953
|
+
"deprecationReason": null
|
6954
|
+
},
|
6021
6955
|
{
|
6022
6956
|
"name": "kind",
|
6023
6957
|
"description": null,
|
@@ -6087,7 +7021,7 @@
|
|
6087
7021
|
"deprecationReason": null
|
6088
7022
|
},
|
6089
7023
|
{
|
6090
|
-
"name": "
|
7024
|
+
"name": "specifiedByURL",
|
6091
7025
|
"description": null,
|
6092
7026
|
"args": [
|
6093
7027
|
|
@@ -6190,9 +7124,7 @@
|
|
6190
7124
|
"ofType": null
|
6191
7125
|
}
|
6192
7126
|
},
|
6193
|
-
"defaultValue": null
|
6194
|
-
"isDeprecated": false,
|
6195
|
-
"deprecationReason": null
|
7127
|
+
"defaultValue": null
|
6196
7128
|
}
|
6197
7129
|
]
|
6198
7130
|
},
|
@@ -6217,9 +7149,7 @@
|
|
6217
7149
|
"ofType": null
|
6218
7150
|
}
|
6219
7151
|
},
|
6220
|
-
"defaultValue": null
|
6221
|
-
"isDeprecated": false,
|
6222
|
-
"deprecationReason": null
|
7152
|
+
"defaultValue": null
|
6223
7153
|
}
|
6224
7154
|
]
|
6225
7155
|
},
|
@@ -6241,9 +7171,7 @@
|
|
6241
7171
|
"name": "String",
|
6242
7172
|
"ofType": null
|
6243
7173
|
},
|
6244
|
-
"defaultValue": "\"No longer supported\""
|
6245
|
-
"isDeprecated": false,
|
6246
|
-
"deprecationReason": null
|
7174
|
+
"defaultValue": "\"No longer supported\""
|
6247
7175
|
}
|
6248
7176
|
]
|
6249
7177
|
},
|