Skip to content

Commit a32ed59

Browse files
committed
test: update snapshots to add json:api content type
1 parent 5fb465a commit a32ed59

File tree

28 files changed

+110
-0
lines changed

28 files changed

+110
-0
lines changed

tests/__snapshots__/extended.test.ts.snap

+42
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,7 @@ type CancelToken = Symbol | string | number;
23972397

23982398
export enum ContentType {
23992399
Json = "application/json",
2400+
JsonApi = "application/vnd.api+json",
24002401
FormData = "multipart/form-data",
24012402
UrlEncoded = "application/x-www-form-urlencoded",
24022403
Text = "text/plain",
@@ -4411,6 +4412,7 @@ type CancelToken = Symbol | string | number;
44114412

44124413
export enum ContentType {
44134414
Json = "application/json",
4415+
JsonApi = "application/vnd.api+json",
44144416
FormData = "multipart/form-data",
44154417
UrlEncoded = "application/x-www-form-urlencoded",
44164418
Text = "text/plain",
@@ -4682,6 +4684,7 @@ type CancelToken = Symbol | string | number;
46824684

46834685
export enum ContentType {
46844686
Json = "application/json",
4687+
JsonApi = "application/vnd.api+json",
46854688
FormData = "multipart/form-data",
46864689
UrlEncoded = "application/x-www-form-urlencoded",
46874690
Text = "text/plain",
@@ -4988,6 +4991,7 @@ type CancelToken = Symbol | string | number;
49884991

49894992
export enum ContentType {
49904993
Json = "application/json",
4994+
JsonApi = "application/vnd.api+json",
49914995
FormData = "multipart/form-data",
49924996
UrlEncoded = "application/x-www-form-urlencoded",
49934997
Text = "text/plain",
@@ -5933,6 +5937,7 @@ type CancelToken = Symbol | string | number;
59335937

59345938
export enum ContentType {
59355939
Json = "application/json",
5940+
JsonApi = "application/vnd.api+json",
59365941
FormData = "multipart/form-data",
59375942
UrlEncoded = "application/x-www-form-urlencoded",
59385943
Text = "text/plain",
@@ -6718,6 +6723,7 @@ type CancelToken = Symbol | string | number;
67186723

67196724
export enum ContentType {
67206725
Json = "application/json",
6726+
JsonApi = "application/vnd.api+json",
67216727
FormData = "multipart/form-data",
67226728
UrlEncoded = "application/x-www-form-urlencoded",
67236729
Text = "text/plain",
@@ -7067,6 +7073,7 @@ type CancelToken = Symbol | string | number;
70677073

70687074
export enum ContentType {
70697075
Json = "application/json",
7076+
JsonApi = "application/vnd.api+json",
70707077
FormData = "multipart/form-data",
70717078
UrlEncoded = "application/x-www-form-urlencoded",
70727079
Text = "text/plain",
@@ -7374,6 +7381,7 @@ type CancelToken = Symbol | string | number;
73747381

73757382
export enum ContentType {
73767383
Json = "application/json",
7384+
JsonApi = "application/vnd.api+json",
73777385
FormData = "multipart/form-data",
73787386
UrlEncoded = "application/x-www-form-urlencoded",
73797387
Text = "text/plain",
@@ -7729,6 +7737,7 @@ type CancelToken = Symbol | string | number;
77297737

77307738
export enum ContentType {
77317739
Json = "application/json",
7740+
JsonApi = "application/vnd.api+json",
77327741
FormData = "multipart/form-data",
77337742
UrlEncoded = "application/x-www-form-urlencoded",
77347743
Text = "text/plain",
@@ -8531,6 +8540,7 @@ type CancelToken = Symbol | string | number;
85318540

85328541
export enum ContentType {
85338542
Json = "application/json",
8543+
JsonApi = "application/vnd.api+json",
85348544
FormData = "multipart/form-data",
85358545
UrlEncoded = "application/x-www-form-urlencoded",
85368546
Text = "text/plain",
@@ -9117,6 +9127,7 @@ type CancelToken = Symbol | string | number;
91179127

91189128
export enum ContentType {
91199129
Json = "application/json",
9130+
JsonApi = "application/vnd.api+json",
91209131
FormData = "multipart/form-data",
91219132
UrlEncoded = "application/x-www-form-urlencoded",
91229133
Text = "text/plain",
@@ -9423,6 +9434,7 @@ type CancelToken = Symbol | string | number;
94239434

94249435
export enum ContentType {
94259436
Json = "application/json",
9437+
JsonApi = "application/vnd.api+json",
94269438
FormData = "multipart/form-data",
94279439
UrlEncoded = "application/x-www-form-urlencoded",
94289440
Text = "text/plain",
@@ -9771,6 +9783,7 @@ type CancelToken = Symbol | string | number;
97719783

97729784
export enum ContentType {
97739785
Json = "application/json",
9786+
JsonApi = "application/vnd.api+json",
97749787
FormData = "multipart/form-data",
97759788
UrlEncoded = "application/x-www-form-urlencoded",
97769789
Text = "text/plain",
@@ -10114,6 +10127,7 @@ type CancelToken = Symbol | string | number;
1011410127

1011510128
export enum ContentType {
1011610129
Json = "application/json",
10130+
JsonApi = "application/vnd.api+json",
1011710131
FormData = "multipart/form-data",
1011810132
UrlEncoded = "application/x-www-form-urlencoded",
1011910133
Text = "text/plain",
@@ -10478,6 +10492,7 @@ type CancelToken = Symbol | string | number;
1047810492

1047910493
export enum ContentType {
1048010494
Json = "application/json",
10495+
JsonApi = "application/vnd.api+json",
1048110496
FormData = "multipart/form-data",
1048210497
UrlEncoded = "application/x-www-form-urlencoded",
1048310498
Text = "text/plain",
@@ -10814,6 +10829,7 @@ type CancelToken = Symbol | string | number;
1081410829

1081510830
export enum ContentType {
1081610831
Json = "application/json",
10832+
JsonApi = "application/vnd.api+json",
1081710833
FormData = "multipart/form-data",
1081810834
UrlEncoded = "application/x-www-form-urlencoded",
1081910835
Text = "text/plain",
@@ -46359,6 +46375,7 @@ type CancelToken = Symbol | string | number;
4635946375

4636046376
export enum ContentType {
4636146377
Json = "application/json",
46378+
JsonApi = "application/vnd.api+json",
4636246379
FormData = "multipart/form-data",
4636346380
UrlEncoded = "application/x-www-form-urlencoded",
4636446381
Text = "text/plain",
@@ -62045,6 +62062,7 @@ type CancelToken = Symbol | string | number;
6204562062

6204662063
export enum ContentType {
6204762064
Json = "application/json",
62065+
JsonApi = "application/vnd.api+json",
6204862066
FormData = "multipart/form-data",
6204962067
UrlEncoded = "application/x-www-form-urlencoded",
6205062068
Text = "text/plain",
@@ -63062,6 +63080,7 @@ type CancelToken = Symbol | string | number;
6306263080

6306363081
export enum ContentType {
6306463082
Json = "application/json",
63083+
JsonApi = "application/vnd.api+json",
6306563084
FormData = "multipart/form-data",
6306663085
UrlEncoded = "application/x-www-form-urlencoded",
6306763086
Text = "text/plain",
@@ -63680,6 +63699,7 @@ type CancelToken = Symbol | string | number;
6368063699

6368163700
export enum ContentType {
6368263701
Json = "application/json",
63702+
JsonApi = "application/vnd.api+json",
6368363703
FormData = "multipart/form-data",
6368463704
UrlEncoded = "application/x-www-form-urlencoded",
6368563705
Text = "text/plain",
@@ -64064,6 +64084,7 @@ type CancelToken = Symbol | string | number;
6406464084

6406564085
export enum ContentType {
6406664086
Json = "application/json",
64087+
JsonApi = "application/vnd.api+json",
6406764088
FormData = "multipart/form-data",
6406864089
UrlEncoded = "application/x-www-form-urlencoded",
6406964090
Text = "text/plain",
@@ -64367,6 +64388,7 @@ type CancelToken = Symbol | string | number;
6436764388

6436864389
export enum ContentType {
6436964390
Json = "application/json",
64391+
JsonApi = "application/vnd.api+json",
6437064392
FormData = "multipart/form-data",
6437164393
UrlEncoded = "application/x-www-form-urlencoded",
6437264394
Text = "text/plain",
@@ -64718,6 +64740,7 @@ type CancelToken = Symbol | string | number;
6471864740

6471964741
export enum ContentType {
6472064742
Json = "application/json",
64743+
JsonApi = "application/vnd.api+json",
6472164744
FormData = "multipart/form-data",
6472264745
UrlEncoded = "application/x-www-form-urlencoded",
6472364746
Text = "text/plain",
@@ -65401,6 +65424,7 @@ type CancelToken = Symbol | string | number;
6540165424

6540265425
export enum ContentType {
6540365426
Json = "application/json",
65427+
JsonApi = "application/vnd.api+json",
6540465428
FormData = "multipart/form-data",
6540565429
UrlEncoded = "application/x-www-form-urlencoded",
6540665430
Text = "text/plain",
@@ -65964,6 +65988,7 @@ type CancelToken = Symbol | string | number;
6596465988

6596565989
export enum ContentType {
6596665990
Json = "application/json",
65991+
JsonApi = "application/vnd.api+json",
6596765992
FormData = "multipart/form-data",
6596865993
UrlEncoded = "application/x-www-form-urlencoded",
6596965994
Text = "text/plain",
@@ -66374,6 +66399,7 @@ type CancelToken = Symbol | string | number;
6637466399

6637566400
export enum ContentType {
6637666401
Json = "application/json",
66402+
JsonApi = "application/vnd.api+json",
6637766403
FormData = "multipart/form-data",
6637866404
UrlEncoded = "application/x-www-form-urlencoded",
6637966405
Text = "text/plain",
@@ -66809,6 +66835,7 @@ type CancelToken = Symbol | string | number;
6680966835

6681066836
export enum ContentType {
6681166837
Json = "application/json",
66838+
JsonApi = "application/vnd.api+json",
6681266839
FormData = "multipart/form-data",
6681366840
UrlEncoded = "application/x-www-form-urlencoded",
6681466841
Text = "text/plain",
@@ -67298,6 +67325,7 @@ type CancelToken = Symbol | string | number;
6729867325

6729967326
export enum ContentType {
6730067327
Json = "application/json",
67328+
JsonApi = "application/vnd.api+json",
6730167329
FormData = "multipart/form-data",
6730267330
UrlEncoded = "application/x-www-form-urlencoded",
6730367331
Text = "text/plain",
@@ -67674,6 +67702,7 @@ type CancelToken = Symbol | string | number;
6767467702

6767567703
export enum ContentType {
6767667704
Json = "application/json",
67705+
JsonApi = "application/vnd.api+json",
6767767706
FormData = "multipart/form-data",
6767867707
UrlEncoded = "application/x-www-form-urlencoded",
6767967708
Text = "text/plain",
@@ -68087,6 +68116,7 @@ type CancelToken = Symbol | string | number;
6808768116

6808868117
export enum ContentType {
6808968118
Json = "application/json",
68119+
JsonApi = "application/vnd.api+json",
6809068120
FormData = "multipart/form-data",
6809168121
UrlEncoded = "application/x-www-form-urlencoded",
6809268122
Text = "text/plain",
@@ -68939,6 +68969,7 @@ type CancelToken = Symbol | string | number;
6893968969

6894068970
export enum ContentType {
6894168971
Json = "application/json",
68972+
JsonApi = "application/vnd.api+json",
6894268973
FormData = "multipart/form-data",
6894368974
UrlEncoded = "application/x-www-form-urlencoded",
6894468975
Text = "text/plain",
@@ -69699,6 +69730,7 @@ type CancelToken = Symbol | string | number;
6969969730

6970069731
export enum ContentType {
6970169732
Json = "application/json",
69733+
JsonApi = "application/vnd.api+json",
6970269734
FormData = "multipart/form-data",
6970369735
UrlEncoded = "application/x-www-form-urlencoded",
6970469736
Text = "text/plain",
@@ -70077,6 +70109,7 @@ type CancelToken = Symbol | string | number;
7007770109

7007870110
export enum ContentType {
7007970111
Json = "application/json",
70112+
JsonApi = "application/vnd.api+json",
7008070113
FormData = "multipart/form-data",
7008170114
UrlEncoded = "application/x-www-form-urlencoded",
7008270115
Text = "text/plain",
@@ -70379,6 +70412,7 @@ type CancelToken = Symbol | string | number;
7037970412

7038070413
export enum ContentType {
7038170414
Json = "application/json",
70415+
JsonApi = "application/vnd.api+json",
7038270416
FormData = "multipart/form-data",
7038370417
UrlEncoded = "application/x-www-form-urlencoded",
7038470418
Text = "text/plain",
@@ -70664,6 +70698,7 @@ type CancelToken = Symbol | string | number;
7066470698

7066570699
export enum ContentType {
7066670700
Json = "application/json",
70701+
JsonApi = "application/vnd.api+json",
7066770702
FormData = "multipart/form-data",
7066870703
UrlEncoded = "application/x-www-form-urlencoded",
7066970704
Text = "text/plain",
@@ -70986,6 +71021,7 @@ type CancelToken = Symbol | string | number;
7098671021

7098771022
export enum ContentType {
7098871023
Json = "application/json",
71024+
JsonApi = "application/vnd.api+json",
7098971025
FormData = "multipart/form-data",
7099071026
UrlEncoded = "application/x-www-form-urlencoded",
7099171027
Text = "text/plain",
@@ -71695,6 +71731,7 @@ type CancelToken = Symbol | string | number;
7169571731

7169671732
export enum ContentType {
7169771733
Json = "application/json",
71734+
JsonApi = "application/vnd.api+json",
7169871735
FormData = "multipart/form-data",
7169971736
UrlEncoded = "application/x-www-form-urlencoded",
7170071737
Text = "text/plain",
@@ -72569,6 +72606,7 @@ type CancelToken = Symbol | string | number;
7256972606

7257072607
export enum ContentType {
7257172608
Json = "application/json",
72609+
JsonApi = "application/vnd.api+json",
7257272610
FormData = "multipart/form-data",
7257372611
UrlEncoded = "application/x-www-form-urlencoded",
7257472612
Text = "text/plain",
@@ -74320,6 +74358,7 @@ type CancelToken = Symbol | string | number;
7432074358

7432174359
export enum ContentType {
7432274360
Json = "application/json",
74361+
JsonApi = "application/vnd.api+json",
7432374362
FormData = "multipart/form-data",
7432474363
UrlEncoded = "application/x-www-form-urlencoded",
7432574364
Text = "text/plain",
@@ -75046,6 +75085,7 @@ type CancelToken = Symbol | string | number;
7504675085

7504775086
export enum ContentType {
7504875087
Json = "application/json",
75088+
JsonApi = "application/vnd.api+json",
7504975089
FormData = "multipart/form-data",
7505075090
UrlEncoded = "application/x-www-form-urlencoded",
7505175091
Text = "text/plain",
@@ -75388,6 +75428,7 @@ type CancelToken = Symbol | string | number;
7538875428

7538975429
export enum ContentType {
7539075430
Json = "application/json",
75431+
JsonApi = "application/vnd.api+json",
7539175432
FormData = "multipart/form-data",
7539275433
UrlEncoded = "application/x-www-form-urlencoded",
7539375434
Text = "text/plain",
@@ -75809,6 +75850,7 @@ type CancelToken = Symbol | string | number;
7580975850

7581075851
export enum ContentType {
7581175852
Json = "application/json",
75853+
JsonApi = "application/vnd.api+json",
7581275854
FormData = "multipart/form-data",
7581375855
UrlEncoded = "application/x-www-form-urlencoded",
7581475856
Text = "text/plain",

0 commit comments

Comments
 (0)