@@ -2397,6 +2397,7 @@ type CancelToken = Symbol | string | number;
2397
2397
2398
2398
export enum ContentType {
2399
2399
Json = "application/json",
2400
+ JsonApi = "application/vnd.api+json",
2400
2401
FormData = "multipart/form-data",
2401
2402
UrlEncoded = "application/x-www-form-urlencoded",
2402
2403
Text = "text/plain",
@@ -4411,6 +4412,7 @@ type CancelToken = Symbol | string | number;
4411
4412
4412
4413
export enum ContentType {
4413
4414
Json = "application/json",
4415
+ JsonApi = "application/vnd.api+json",
4414
4416
FormData = "multipart/form-data",
4415
4417
UrlEncoded = "application/x-www-form-urlencoded",
4416
4418
Text = "text/plain",
@@ -4682,6 +4684,7 @@ type CancelToken = Symbol | string | number;
4682
4684
4683
4685
export enum ContentType {
4684
4686
Json = "application/json",
4687
+ JsonApi = "application/vnd.api+json",
4685
4688
FormData = "multipart/form-data",
4686
4689
UrlEncoded = "application/x-www-form-urlencoded",
4687
4690
Text = "text/plain",
@@ -4988,6 +4991,7 @@ type CancelToken = Symbol | string | number;
4988
4991
4989
4992
export enum ContentType {
4990
4993
Json = "application/json",
4994
+ JsonApi = "application/vnd.api+json",
4991
4995
FormData = "multipart/form-data",
4992
4996
UrlEncoded = "application/x-www-form-urlencoded",
4993
4997
Text = "text/plain",
@@ -5933,6 +5937,7 @@ type CancelToken = Symbol | string | number;
5933
5937
5934
5938
export enum ContentType {
5935
5939
Json = "application/json",
5940
+ JsonApi = "application/vnd.api+json",
5936
5941
FormData = "multipart/form-data",
5937
5942
UrlEncoded = "application/x-www-form-urlencoded",
5938
5943
Text = "text/plain",
@@ -6718,6 +6723,7 @@ type CancelToken = Symbol | string | number;
6718
6723
6719
6724
export enum ContentType {
6720
6725
Json = "application/json",
6726
+ JsonApi = "application/vnd.api+json",
6721
6727
FormData = "multipart/form-data",
6722
6728
UrlEncoded = "application/x-www-form-urlencoded",
6723
6729
Text = "text/plain",
@@ -7067,6 +7073,7 @@ type CancelToken = Symbol | string | number;
7067
7073
7068
7074
export enum ContentType {
7069
7075
Json = "application/json",
7076
+ JsonApi = "application/vnd.api+json",
7070
7077
FormData = "multipart/form-data",
7071
7078
UrlEncoded = "application/x-www-form-urlencoded",
7072
7079
Text = "text/plain",
@@ -7374,6 +7381,7 @@ type CancelToken = Symbol | string | number;
7374
7381
7375
7382
export enum ContentType {
7376
7383
Json = "application/json",
7384
+ JsonApi = "application/vnd.api+json",
7377
7385
FormData = "multipart/form-data",
7378
7386
UrlEncoded = "application/x-www-form-urlencoded",
7379
7387
Text = "text/plain",
@@ -7729,6 +7737,7 @@ type CancelToken = Symbol | string | number;
7729
7737
7730
7738
export enum ContentType {
7731
7739
Json = "application/json",
7740
+ JsonApi = "application/vnd.api+json",
7732
7741
FormData = "multipart/form-data",
7733
7742
UrlEncoded = "application/x-www-form-urlencoded",
7734
7743
Text = "text/plain",
@@ -8531,6 +8540,7 @@ type CancelToken = Symbol | string | number;
8531
8540
8532
8541
export enum ContentType {
8533
8542
Json = "application/json",
8543
+ JsonApi = "application/vnd.api+json",
8534
8544
FormData = "multipart/form-data",
8535
8545
UrlEncoded = "application/x-www-form-urlencoded",
8536
8546
Text = "text/plain",
@@ -9117,6 +9127,7 @@ type CancelToken = Symbol | string | number;
9117
9127
9118
9128
export enum ContentType {
9119
9129
Json = "application/json",
9130
+ JsonApi = "application/vnd.api+json",
9120
9131
FormData = "multipart/form-data",
9121
9132
UrlEncoded = "application/x-www-form-urlencoded",
9122
9133
Text = "text/plain",
@@ -9423,6 +9434,7 @@ type CancelToken = Symbol | string | number;
9423
9434
9424
9435
export enum ContentType {
9425
9436
Json = "application/json",
9437
+ JsonApi = "application/vnd.api+json",
9426
9438
FormData = "multipart/form-data",
9427
9439
UrlEncoded = "application/x-www-form-urlencoded",
9428
9440
Text = "text/plain",
@@ -9771,6 +9783,7 @@ type CancelToken = Symbol | string | number;
9771
9783
9772
9784
export enum ContentType {
9773
9785
Json = "application/json",
9786
+ JsonApi = "application/vnd.api+json",
9774
9787
FormData = "multipart/form-data",
9775
9788
UrlEncoded = "application/x-www-form-urlencoded",
9776
9789
Text = "text/plain",
@@ -10114,6 +10127,7 @@ type CancelToken = Symbol | string | number;
10114
10127
10115
10128
export enum ContentType {
10116
10129
Json = "application/json",
10130
+ JsonApi = "application/vnd.api+json",
10117
10131
FormData = "multipart/form-data",
10118
10132
UrlEncoded = "application/x-www-form-urlencoded",
10119
10133
Text = "text/plain",
@@ -10478,6 +10492,7 @@ type CancelToken = Symbol | string | number;
10478
10492
10479
10493
export enum ContentType {
10480
10494
Json = "application/json",
10495
+ JsonApi = "application/vnd.api+json",
10481
10496
FormData = "multipart/form-data",
10482
10497
UrlEncoded = "application/x-www-form-urlencoded",
10483
10498
Text = "text/plain",
@@ -10814,6 +10829,7 @@ type CancelToken = Symbol | string | number;
10814
10829
10815
10830
export enum ContentType {
10816
10831
Json = "application/json",
10832
+ JsonApi = "application/vnd.api+json",
10817
10833
FormData = "multipart/form-data",
10818
10834
UrlEncoded = "application/x-www-form-urlencoded",
10819
10835
Text = "text/plain",
@@ -46359,6 +46375,7 @@ type CancelToken = Symbol | string | number;
46359
46375
46360
46376
export enum ContentType {
46361
46377
Json = "application/json",
46378
+ JsonApi = "application/vnd.api+json",
46362
46379
FormData = "multipart/form-data",
46363
46380
UrlEncoded = "application/x-www-form-urlencoded",
46364
46381
Text = "text/plain",
@@ -62045,6 +62062,7 @@ type CancelToken = Symbol | string | number;
62045
62062
62046
62063
export enum ContentType {
62047
62064
Json = "application/json",
62065
+ JsonApi = "application/vnd.api+json",
62048
62066
FormData = "multipart/form-data",
62049
62067
UrlEncoded = "application/x-www-form-urlencoded",
62050
62068
Text = "text/plain",
@@ -63062,6 +63080,7 @@ type CancelToken = Symbol | string | number;
63062
63080
63063
63081
export enum ContentType {
63064
63082
Json = "application/json",
63083
+ JsonApi = "application/vnd.api+json",
63065
63084
FormData = "multipart/form-data",
63066
63085
UrlEncoded = "application/x-www-form-urlencoded",
63067
63086
Text = "text/plain",
@@ -63680,6 +63699,7 @@ type CancelToken = Symbol | string | number;
63680
63699
63681
63700
export enum ContentType {
63682
63701
Json = "application/json",
63702
+ JsonApi = "application/vnd.api+json",
63683
63703
FormData = "multipart/form-data",
63684
63704
UrlEncoded = "application/x-www-form-urlencoded",
63685
63705
Text = "text/plain",
@@ -64064,6 +64084,7 @@ type CancelToken = Symbol | string | number;
64064
64084
64065
64085
export enum ContentType {
64066
64086
Json = "application/json",
64087
+ JsonApi = "application/vnd.api+json",
64067
64088
FormData = "multipart/form-data",
64068
64089
UrlEncoded = "application/x-www-form-urlencoded",
64069
64090
Text = "text/plain",
@@ -64367,6 +64388,7 @@ type CancelToken = Symbol | string | number;
64367
64388
64368
64389
export enum ContentType {
64369
64390
Json = "application/json",
64391
+ JsonApi = "application/vnd.api+json",
64370
64392
FormData = "multipart/form-data",
64371
64393
UrlEncoded = "application/x-www-form-urlencoded",
64372
64394
Text = "text/plain",
@@ -64718,6 +64740,7 @@ type CancelToken = Symbol | string | number;
64718
64740
64719
64741
export enum ContentType {
64720
64742
Json = "application/json",
64743
+ JsonApi = "application/vnd.api+json",
64721
64744
FormData = "multipart/form-data",
64722
64745
UrlEncoded = "application/x-www-form-urlencoded",
64723
64746
Text = "text/plain",
@@ -65401,6 +65424,7 @@ type CancelToken = Symbol | string | number;
65401
65424
65402
65425
export enum ContentType {
65403
65426
Json = "application/json",
65427
+ JsonApi = "application/vnd.api+json",
65404
65428
FormData = "multipart/form-data",
65405
65429
UrlEncoded = "application/x-www-form-urlencoded",
65406
65430
Text = "text/plain",
@@ -65964,6 +65988,7 @@ type CancelToken = Symbol | string | number;
65964
65988
65965
65989
export enum ContentType {
65966
65990
Json = "application/json",
65991
+ JsonApi = "application/vnd.api+json",
65967
65992
FormData = "multipart/form-data",
65968
65993
UrlEncoded = "application/x-www-form-urlencoded",
65969
65994
Text = "text/plain",
@@ -66374,6 +66399,7 @@ type CancelToken = Symbol | string | number;
66374
66399
66375
66400
export enum ContentType {
66376
66401
Json = "application/json",
66402
+ JsonApi = "application/vnd.api+json",
66377
66403
FormData = "multipart/form-data",
66378
66404
UrlEncoded = "application/x-www-form-urlencoded",
66379
66405
Text = "text/plain",
@@ -66809,6 +66835,7 @@ type CancelToken = Symbol | string | number;
66809
66835
66810
66836
export enum ContentType {
66811
66837
Json = "application/json",
66838
+ JsonApi = "application/vnd.api+json",
66812
66839
FormData = "multipart/form-data",
66813
66840
UrlEncoded = "application/x-www-form-urlencoded",
66814
66841
Text = "text/plain",
@@ -67298,6 +67325,7 @@ type CancelToken = Symbol | string | number;
67298
67325
67299
67326
export enum ContentType {
67300
67327
Json = "application/json",
67328
+ JsonApi = "application/vnd.api+json",
67301
67329
FormData = "multipart/form-data",
67302
67330
UrlEncoded = "application/x-www-form-urlencoded",
67303
67331
Text = "text/plain",
@@ -67674,6 +67702,7 @@ type CancelToken = Symbol | string | number;
67674
67702
67675
67703
export enum ContentType {
67676
67704
Json = "application/json",
67705
+ JsonApi = "application/vnd.api+json",
67677
67706
FormData = "multipart/form-data",
67678
67707
UrlEncoded = "application/x-www-form-urlencoded",
67679
67708
Text = "text/plain",
@@ -68087,6 +68116,7 @@ type CancelToken = Symbol | string | number;
68087
68116
68088
68117
export enum ContentType {
68089
68118
Json = "application/json",
68119
+ JsonApi = "application/vnd.api+json",
68090
68120
FormData = "multipart/form-data",
68091
68121
UrlEncoded = "application/x-www-form-urlencoded",
68092
68122
Text = "text/plain",
@@ -68939,6 +68969,7 @@ type CancelToken = Symbol | string | number;
68939
68969
68940
68970
export enum ContentType {
68941
68971
Json = "application/json",
68972
+ JsonApi = "application/vnd.api+json",
68942
68973
FormData = "multipart/form-data",
68943
68974
UrlEncoded = "application/x-www-form-urlencoded",
68944
68975
Text = "text/plain",
@@ -69699,6 +69730,7 @@ type CancelToken = Symbol | string | number;
69699
69730
69700
69731
export enum ContentType {
69701
69732
Json = "application/json",
69733
+ JsonApi = "application/vnd.api+json",
69702
69734
FormData = "multipart/form-data",
69703
69735
UrlEncoded = "application/x-www-form-urlencoded",
69704
69736
Text = "text/plain",
@@ -70077,6 +70109,7 @@ type CancelToken = Symbol | string | number;
70077
70109
70078
70110
export enum ContentType {
70079
70111
Json = "application/json",
70112
+ JsonApi = "application/vnd.api+json",
70080
70113
FormData = "multipart/form-data",
70081
70114
UrlEncoded = "application/x-www-form-urlencoded",
70082
70115
Text = "text/plain",
@@ -70379,6 +70412,7 @@ type CancelToken = Symbol | string | number;
70379
70412
70380
70413
export enum ContentType {
70381
70414
Json = "application/json",
70415
+ JsonApi = "application/vnd.api+json",
70382
70416
FormData = "multipart/form-data",
70383
70417
UrlEncoded = "application/x-www-form-urlencoded",
70384
70418
Text = "text/plain",
@@ -70664,6 +70698,7 @@ type CancelToken = Symbol | string | number;
70664
70698
70665
70699
export enum ContentType {
70666
70700
Json = "application/json",
70701
+ JsonApi = "application/vnd.api+json",
70667
70702
FormData = "multipart/form-data",
70668
70703
UrlEncoded = "application/x-www-form-urlencoded",
70669
70704
Text = "text/plain",
@@ -70986,6 +71021,7 @@ type CancelToken = Symbol | string | number;
70986
71021
70987
71022
export enum ContentType {
70988
71023
Json = "application/json",
71024
+ JsonApi = "application/vnd.api+json",
70989
71025
FormData = "multipart/form-data",
70990
71026
UrlEncoded = "application/x-www-form-urlencoded",
70991
71027
Text = "text/plain",
@@ -71695,6 +71731,7 @@ type CancelToken = Symbol | string | number;
71695
71731
71696
71732
export enum ContentType {
71697
71733
Json = "application/json",
71734
+ JsonApi = "application/vnd.api+json",
71698
71735
FormData = "multipart/form-data",
71699
71736
UrlEncoded = "application/x-www-form-urlencoded",
71700
71737
Text = "text/plain",
@@ -72569,6 +72606,7 @@ type CancelToken = Symbol | string | number;
72569
72606
72570
72607
export enum ContentType {
72571
72608
Json = "application/json",
72609
+ JsonApi = "application/vnd.api+json",
72572
72610
FormData = "multipart/form-data",
72573
72611
UrlEncoded = "application/x-www-form-urlencoded",
72574
72612
Text = "text/plain",
@@ -74320,6 +74358,7 @@ type CancelToken = Symbol | string | number;
74320
74358
74321
74359
export enum ContentType {
74322
74360
Json = "application/json",
74361
+ JsonApi = "application/vnd.api+json",
74323
74362
FormData = "multipart/form-data",
74324
74363
UrlEncoded = "application/x-www-form-urlencoded",
74325
74364
Text = "text/plain",
@@ -75046,6 +75085,7 @@ type CancelToken = Symbol | string | number;
75046
75085
75047
75086
export enum ContentType {
75048
75087
Json = "application/json",
75088
+ JsonApi = "application/vnd.api+json",
75049
75089
FormData = "multipart/form-data",
75050
75090
UrlEncoded = "application/x-www-form-urlencoded",
75051
75091
Text = "text/plain",
@@ -75388,6 +75428,7 @@ type CancelToken = Symbol | string | number;
75388
75428
75389
75429
export enum ContentType {
75390
75430
Json = "application/json",
75431
+ JsonApi = "application/vnd.api+json",
75391
75432
FormData = "multipart/form-data",
75392
75433
UrlEncoded = "application/x-www-form-urlencoded",
75393
75434
Text = "text/plain",
@@ -75809,6 +75850,7 @@ type CancelToken = Symbol | string | number;
75809
75850
75810
75851
export enum ContentType {
75811
75852
Json = "application/json",
75853
+ JsonApi = "application/vnd.api+json",
75812
75854
FormData = "multipart/form-data",
75813
75855
UrlEncoded = "application/x-www-form-urlencoded",
75814
75856
Text = "text/plain",
0 commit comments