@@ -112,7 +112,7 @@ export class Assets {
112112 Authorization : await this . _getAuthorizationHeader ( ) ,
113113 "X-Fern-Language" : "JavaScript" ,
114114 "X-Fern-SDK-Name" : "@squidex/squidex" ,
115- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
115+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
116116 } ,
117117 queryParameters : _queryParams ,
118118 timeoutMs : 60000 ,
@@ -208,7 +208,7 @@ export class Assets {
208208 Authorization : await this . _getAuthorizationHeader ( ) ,
209209 "X-Fern-Language" : "JavaScript" ,
210210 "X-Fern-SDK-Name" : "@squidex/squidex" ,
211- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
211+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
212212 } ,
213213 queryParameters : _queryParams ,
214214 timeoutMs : 60000 ,
@@ -246,7 +246,7 @@ export class Assets {
246246 Authorization : await this . _getAuthorizationHeader ( ) ,
247247 "X-Fern-Language" : "JavaScript" ,
248248 "X-Fern-SDK-Name" : "@squidex/squidex" ,
249- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
249+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
250250 } ,
251251 contentType : "application/json" ,
252252 queryParameters : _queryParams ,
@@ -313,7 +313,7 @@ export class Assets {
313313 Authorization : await this . _getAuthorizationHeader ( ) ,
314314 "X-Fern-Language" : "JavaScript" ,
315315 "X-Fern-SDK-Name" : "@squidex/squidex" ,
316- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
316+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
317317 } ,
318318 contentType : "application/json" ,
319319 body : await serializers . CreateAssetFolderDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -389,7 +389,7 @@ export class Assets {
389389 Authorization : await this . _getAuthorizationHeader ( ) ,
390390 "X-Fern-Language" : "JavaScript" ,
391391 "X-Fern-SDK-Name" : "@squidex/squidex" ,
392- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
392+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
393393 } ,
394394 contentType : "application/json" ,
395395 body : await serializers . RenameAssetFolderDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -465,7 +465,7 @@ export class Assets {
465465 Authorization : await this . _getAuthorizationHeader ( ) ,
466466 "X-Fern-Language" : "JavaScript" ,
467467 "X-Fern-SDK-Name" : "@squidex/squidex" ,
468- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
468+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
469469 } ,
470470 contentType : "application/json" ,
471471 timeoutMs : 60000 ,
@@ -538,7 +538,7 @@ export class Assets {
538538 Authorization : await this . _getAuthorizationHeader ( ) ,
539539 "X-Fern-Language" : "JavaScript" ,
540540 "X-Fern-SDK-Name" : "@squidex/squidex" ,
541- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
541+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
542542 } ,
543543 contentType : "application/json" ,
544544 body : await serializers . MoveAssetFolderDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -614,7 +614,7 @@ export class Assets {
614614 Authorization : await this . _getAuthorizationHeader ( ) ,
615615 "X-Fern-Language" : "JavaScript" ,
616616 "X-Fern-SDK-Name" : "@squidex/squidex" ,
617- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
617+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
618618 } ,
619619 contentType : "application/json" ,
620620 timeoutMs : 60000 ,
@@ -680,7 +680,7 @@ export class Assets {
680680 Authorization : await this . _getAuthorizationHeader ( ) ,
681681 "X-Fern-Language" : "JavaScript" ,
682682 "X-Fern-SDK-Name" : "@squidex/squidex" ,
683- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
683+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
684684 } ,
685685 contentType : "application/json" ,
686686 body : await serializers . RenameTagDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -786,7 +786,7 @@ export class Assets {
786786 Authorization : await this . _getAuthorizationHeader ( ) ,
787787 "X-Fern-Language" : "JavaScript" ,
788788 "X-Fern-SDK-Name" : "@squidex/squidex" ,
789- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
789+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
790790 "X-NoTotal" : noTotal != null ? noTotal . toString ( ) : undefined ,
791791 "X-NoSlowTotal" : noSlowTotal != null ? noSlowTotal . toString ( ) : undefined ,
792792 } ,
@@ -864,7 +864,7 @@ export class Assets {
864864 Authorization : await this . _getAuthorizationHeader ( ) ,
865865 "X-Fern-Language" : "JavaScript" ,
866866 "X-Fern-SDK-Name" : "@squidex/squidex" ,
867- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
867+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
868868 "Content-Length" : ( await core . getFormDataContentLength ( _request ) ) . toString ( ) ,
869869 } ,
870870 contentType : "multipart/form-data; boundary=" + _request . getBoundary ( ) ,
@@ -953,7 +953,7 @@ export class Assets {
953953 Authorization : await this . _getAuthorizationHeader ( ) ,
954954 "X-Fern-Language" : "JavaScript" ,
955955 "X-Fern-SDK-Name" : "@squidex/squidex" ,
956- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
956+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
957957 "X-NoTotal" : noTotal != null ? noTotal . toString ( ) : undefined ,
958958 "X-NoSlowTotal" : noSlowTotal != null ? noSlowTotal . toString ( ) : undefined ,
959959 } ,
@@ -1030,7 +1030,7 @@ export class Assets {
10301030 Authorization : await this . _getAuthorizationHeader ( ) ,
10311031 "X-Fern-Language" : "JavaScript" ,
10321032 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1033- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1033+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
10341034 } ,
10351035 contentType : "application/json" ,
10361036 timeoutMs : 60000 ,
@@ -1106,7 +1106,7 @@ export class Assets {
11061106 Authorization : await this . _getAuthorizationHeader ( ) ,
11071107 "X-Fern-Language" : "JavaScript" ,
11081108 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1109- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1109+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
11101110 "Content-Length" : ( await core . getFormDataContentLength ( _request ) ) . toString ( ) ,
11111111 } ,
11121112 contentType : "multipart/form-data; boundary=" + _request . getBoundary ( ) ,
@@ -1193,7 +1193,7 @@ export class Assets {
11931193 Authorization : await this . _getAuthorizationHeader ( ) ,
11941194 "X-Fern-Language" : "JavaScript" ,
11951195 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1196- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1196+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
11971197 } ,
11981198 contentType : "application/json" ,
11991199 body : await serializers . AnnotateAssetDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -1279,7 +1279,7 @@ export class Assets {
12791279 Authorization : await this . _getAuthorizationHeader ( ) ,
12801280 "X-Fern-Language" : "JavaScript" ,
12811281 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1282- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1282+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
12831283 } ,
12841284 contentType : "application/json" ,
12851285 queryParameters : _queryParams ,
@@ -1350,7 +1350,7 @@ export class Assets {
13501350 Authorization : await this . _getAuthorizationHeader ( ) ,
13511351 "X-Fern-Language" : "JavaScript" ,
13521352 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1353- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1353+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
13541354 } ,
13551355 contentType : "application/json" ,
13561356 body : await serializers . BulkUpdateAssetsDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -1436,7 +1436,7 @@ export class Assets {
14361436 Authorization : await this . _getAuthorizationHeader ( ) ,
14371437 "X-Fern-Language" : "JavaScript" ,
14381438 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1439- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1439+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
14401440 "Content-Length" : ( await core . getFormDataContentLength ( _request ) ) . toString ( ) ,
14411441 } ,
14421442 contentType : "multipart/form-data; boundary=" + _request . getBoundary ( ) ,
@@ -1523,7 +1523,7 @@ export class Assets {
15231523 Authorization : await this . _getAuthorizationHeader ( ) ,
15241524 "X-Fern-Language" : "JavaScript" ,
15251525 "X-Fern-SDK-Name" : "@squidex/squidex" ,
1526- "X-Fern-SDK-Version" : "1.0.0-rc1@sdk-node " ,
1526+ "X-Fern-SDK-Version" : "1.0.0-rc0 " ,
15271527 } ,
15281528 contentType : "application/json" ,
15291529 body : await serializers . MoveAssetDto . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
0 commit comments