@seekora-ai/admin-api 1.0.22 → 1.0.23

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.0.22
1
+ ## @seekora-ai/admin-api@1.0.23
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @seekora-ai/admin-api@1.0.22 --save
39
+ npm install @seekora-ai/admin-api@1.0.23 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -325,10 +325,10 @@ Class | Method | HTTP request | Description
325
325
  - [DataTypesValidationErrorResult](docs/DataTypesValidationErrorResult.md)
326
326
  - [DataTypesVerifyOTPResponse](docs/DataTypesVerifyOTPResponse.md)
327
327
  - [DataTypesVerifyOTPResponseWrapper](docs/DataTypesVerifyOTPResponseWrapper.md)
328
- - [FiberError](docs/FiberError.md)
329
328
  - [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
330
329
  - [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
331
330
  - [MultipartFileHeader](docs/MultipartFileHeader.md)
331
+ - [ProfileGet200Response](docs/ProfileGet200Response.md)
332
332
  - [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)
333
333
 
334
334
 
package/api.ts CHANGED
@@ -5556,25 +5556,6 @@ export interface DataTypesVerifyOTPResponseWrapper {
5556
5556
  */
5557
5557
  'status'?: number;
5558
5558
  }
5559
- /**
5560
- *
5561
- * @export
5562
- * @interface FiberError
5563
- */
5564
- export interface FiberError {
5565
- /**
5566
- *
5567
- * @type {number}
5568
- * @memberof FiberError
5569
- */
5570
- 'code'?: number;
5571
- /**
5572
- *
5573
- * @type {string}
5574
- * @memberof FiberError
5575
- */
5576
- 'message'?: string;
5577
- }
5578
5559
  /**
5579
5560
  *
5580
5561
  * @export
@@ -5692,6 +5673,31 @@ export interface MultipartFileHeader {
5692
5673
  */
5693
5674
  'size'?: number;
5694
5675
  }
5676
+ /**
5677
+ *
5678
+ * @export
5679
+ * @interface ProfileGet200Response
5680
+ */
5681
+ export interface ProfileGet200Response {
5682
+ /**
5683
+ *
5684
+ * @type {DataTypesProfileResponse}
5685
+ * @memberof ProfileGet200Response
5686
+ */
5687
+ 'data'?: DataTypesProfileResponse;
5688
+ /**
5689
+ *
5690
+ * @type {string}
5691
+ * @memberof ProfileGet200Response
5692
+ */
5693
+ 'message'?: string;
5694
+ /**
5695
+ *
5696
+ * @type {number}
5697
+ * @memberof ProfileGet200Response
5698
+ */
5699
+ 'status'?: number;
5700
+ }
5695
5701
  /**
5696
5702
  *
5697
5703
  * @export
@@ -6267,7 +6273,7 @@ export const AccountSettingsApiFp = function(configuration?: Configuration) {
6267
6273
  * @param {*} [options] Override http request option.
6268
6274
  * @throws {RequiredError}
6269
6275
  */
6270
- async passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
6276
+ async passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
6271
6277
  const localVarAxiosArgs = await localVarAxiosParamCreator.passwordPut(password, options);
6272
6278
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
6273
6279
  const localVarOperationServerBasePath = operationServerMap['AccountSettingsApi.passwordPut']?.[localVarOperationServerIndex]?.url;
@@ -6279,7 +6285,7 @@ export const AccountSettingsApiFp = function(configuration?: Configuration) {
6279
6285
  * @param {*} [options] Override http request option.
6280
6286
  * @throws {RequiredError}
6281
6287
  */
6282
- async profileGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesProfileResponse>> {
6288
+ async profileGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProfileGet200Response>> {
6283
6289
  const localVarAxiosArgs = await localVarAxiosParamCreator.profileGet(options);
6284
6290
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
6285
6291
  const localVarOperationServerBasePath = operationServerMap['AccountSettingsApi.profileGet']?.[localVarOperationServerIndex]?.url;
@@ -6292,7 +6298,7 @@ export const AccountSettingsApiFp = function(configuration?: Configuration) {
6292
6298
  * @param {*} [options] Override http request option.
6293
6299
  * @throws {RequiredError}
6294
6300
  */
6295
- async profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
6301
+ async profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProfileGet200Response>> {
6296
6302
  const localVarAxiosArgs = await localVarAxiosParamCreator.profilePut(profile, options);
6297
6303
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
6298
6304
  const localVarOperationServerBasePath = operationServerMap['AccountSettingsApi.profilePut']?.[localVarOperationServerIndex]?.url;
@@ -6315,7 +6321,7 @@ export const AccountSettingsApiFactory = function (configuration?: Configuration
6315
6321
  * @param {*} [options] Override http request option.
6316
6322
  * @throws {RequiredError}
6317
6323
  */
6318
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
6324
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
6319
6325
  return localVarFp.passwordPut(password, options).then((request) => request(axios, basePath));
6320
6326
  },
6321
6327
  /**
@@ -6324,7 +6330,7 @@ export const AccountSettingsApiFactory = function (configuration?: Configuration
6324
6330
  * @param {*} [options] Override http request option.
6325
6331
  * @throws {RequiredError}
6326
6332
  */
6327
- profileGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesProfileResponse> {
6333
+ profileGet(options?: RawAxiosRequestConfig): AxiosPromise<ProfileGet200Response> {
6328
6334
  return localVarFp.profileGet(options).then((request) => request(axios, basePath));
6329
6335
  },
6330
6336
  /**
@@ -6334,7 +6340,7 @@ export const AccountSettingsApiFactory = function (configuration?: Configuration
6334
6340
  * @param {*} [options] Override http request option.
6335
6341
  * @throws {RequiredError}
6336
6342
  */
6337
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
6343
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProfileGet200Response> {
6338
6344
  return localVarFp.profilePut(profile, options).then((request) => request(axios, basePath));
6339
6345
  },
6340
6346
  };
package/dist/api.d.ts CHANGED
@@ -5559,25 +5559,6 @@ export interface DataTypesVerifyOTPResponseWrapper {
5559
5559
  */
5560
5560
  'status'?: number;
5561
5561
  }
5562
- /**
5563
- *
5564
- * @export
5565
- * @interface FiberError
5566
- */
5567
- export interface FiberError {
5568
- /**
5569
- *
5570
- * @type {number}
5571
- * @memberof FiberError
5572
- */
5573
- 'code'?: number;
5574
- /**
5575
- *
5576
- * @type {string}
5577
- * @memberof FiberError
5578
- */
5579
- 'message'?: string;
5580
- }
5581
5562
  /**
5582
5563
  *
5583
5564
  * @export
@@ -5697,6 +5678,31 @@ export interface MultipartFileHeader {
5697
5678
  */
5698
5679
  'size'?: number;
5699
5680
  }
5681
+ /**
5682
+ *
5683
+ * @export
5684
+ * @interface ProfileGet200Response
5685
+ */
5686
+ export interface ProfileGet200Response {
5687
+ /**
5688
+ *
5689
+ * @type {DataTypesProfileResponse}
5690
+ * @memberof ProfileGet200Response
5691
+ */
5692
+ 'data'?: DataTypesProfileResponse;
5693
+ /**
5694
+ *
5695
+ * @type {string}
5696
+ * @memberof ProfileGet200Response
5697
+ */
5698
+ 'message'?: string;
5699
+ /**
5700
+ *
5701
+ * @type {number}
5702
+ * @memberof ProfileGet200Response
5703
+ */
5704
+ 'status'?: number;
5705
+ }
5700
5706
  /**
5701
5707
  *
5702
5708
  * @export
@@ -5966,16 +5972,14 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
5966
5972
  * @param {*} [options] Override http request option.
5967
5973
  * @throws {RequiredError}
5968
5974
  */
5969
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
5970
- [key: string]: any;
5971
- }>>;
5975
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
5972
5976
  /**
5973
5977
  * Retrieves the profile of the currently logged-in user
5974
5978
  * @summary Retrieve user profile
5975
5979
  * @param {*} [options] Override http request option.
5976
5980
  * @throws {RequiredError}
5977
5981
  */
5978
- profileGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesProfileResponse>>;
5982
+ profileGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProfileGet200Response>>;
5979
5983
  /**
5980
5984
  * Updates the profile of the currently logged-in user
5981
5985
  * @summary Update user profile
@@ -5983,9 +5987,7 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
5983
5987
  * @param {*} [options] Override http request option.
5984
5988
  * @throws {RequiredError}
5985
5989
  */
5986
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
5987
- [key: string]: any;
5988
- }>>;
5990
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProfileGet200Response>>;
5989
5991
  };
5990
5992
  /**
5991
5993
  * AccountSettingsApi - factory interface
@@ -5999,16 +6001,14 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
5999
6001
  * @param {*} [options] Override http request option.
6000
6002
  * @throws {RequiredError}
6001
6003
  */
6002
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
6003
- [key: string]: any;
6004
- }>;
6004
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
6005
6005
  /**
6006
6006
  * Retrieves the profile of the currently logged-in user
6007
6007
  * @summary Retrieve user profile
6008
6008
  * @param {*} [options] Override http request option.
6009
6009
  * @throws {RequiredError}
6010
6010
  */
6011
- profileGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesProfileResponse>;
6011
+ profileGet(options?: RawAxiosRequestConfig): AxiosPromise<ProfileGet200Response>;
6012
6012
  /**
6013
6013
  * Updates the profile of the currently logged-in user
6014
6014
  * @summary Update user profile
@@ -6016,9 +6016,7 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
6016
6016
  * @param {*} [options] Override http request option.
6017
6017
  * @throws {RequiredError}
6018
6018
  */
6019
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
6020
- [key: string]: any;
6021
- }>;
6019
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProfileGet200Response>;
6022
6020
  };
6023
6021
  /**
6024
6022
  * AccountSettingsApi - object-oriented interface
@@ -6035,9 +6033,7 @@ export declare class AccountSettingsApi extends BaseAPI {
6035
6033
  * @throws {RequiredError}
6036
6034
  * @memberof AccountSettingsApi
6037
6035
  */
6038
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
6039
- [key: string]: any;
6040
- }, any>>;
6036
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any>>;
6041
6037
  /**
6042
6038
  * Retrieves the profile of the currently logged-in user
6043
6039
  * @summary Retrieve user profile
@@ -6045,7 +6041,7 @@ export declare class AccountSettingsApi extends BaseAPI {
6045
6041
  * @throws {RequiredError}
6046
6042
  * @memberof AccountSettingsApi
6047
6043
  */
6048
- profileGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesProfileResponse, any>>;
6044
+ profileGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProfileGet200Response, any>>;
6049
6045
  /**
6050
6046
  * Updates the profile of the currently logged-in user
6051
6047
  * @summary Update user profile
@@ -6054,9 +6050,7 @@ export declare class AccountSettingsApi extends BaseAPI {
6054
6050
  * @throws {RequiredError}
6055
6051
  * @memberof AccountSettingsApi
6056
6052
  */
6057
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
6058
- [key: string]: any;
6059
- }, any>>;
6053
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProfileGet200Response, any>>;
6060
6054
  }
6061
6055
  /**
6062
6056
  * ArticlesApi - axios parameter creator
package/dist/esm/api.d.ts CHANGED
@@ -5559,25 +5559,6 @@ export interface DataTypesVerifyOTPResponseWrapper {
5559
5559
  */
5560
5560
  'status'?: number;
5561
5561
  }
5562
- /**
5563
- *
5564
- * @export
5565
- * @interface FiberError
5566
- */
5567
- export interface FiberError {
5568
- /**
5569
- *
5570
- * @type {number}
5571
- * @memberof FiberError
5572
- */
5573
- 'code'?: number;
5574
- /**
5575
- *
5576
- * @type {string}
5577
- * @memberof FiberError
5578
- */
5579
- 'message'?: string;
5580
- }
5581
5562
  /**
5582
5563
  *
5583
5564
  * @export
@@ -5697,6 +5678,31 @@ export interface MultipartFileHeader {
5697
5678
  */
5698
5679
  'size'?: number;
5699
5680
  }
5681
+ /**
5682
+ *
5683
+ * @export
5684
+ * @interface ProfileGet200Response
5685
+ */
5686
+ export interface ProfileGet200Response {
5687
+ /**
5688
+ *
5689
+ * @type {DataTypesProfileResponse}
5690
+ * @memberof ProfileGet200Response
5691
+ */
5692
+ 'data'?: DataTypesProfileResponse;
5693
+ /**
5694
+ *
5695
+ * @type {string}
5696
+ * @memberof ProfileGet200Response
5697
+ */
5698
+ 'message'?: string;
5699
+ /**
5700
+ *
5701
+ * @type {number}
5702
+ * @memberof ProfileGet200Response
5703
+ */
5704
+ 'status'?: number;
5705
+ }
5700
5706
  /**
5701
5707
  *
5702
5708
  * @export
@@ -5966,16 +5972,14 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
5966
5972
  * @param {*} [options] Override http request option.
5967
5973
  * @throws {RequiredError}
5968
5974
  */
5969
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
5970
- [key: string]: any;
5971
- }>>;
5975
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
5972
5976
  /**
5973
5977
  * Retrieves the profile of the currently logged-in user
5974
5978
  * @summary Retrieve user profile
5975
5979
  * @param {*} [options] Override http request option.
5976
5980
  * @throws {RequiredError}
5977
5981
  */
5978
- profileGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesProfileResponse>>;
5982
+ profileGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProfileGet200Response>>;
5979
5983
  /**
5980
5984
  * Updates the profile of the currently logged-in user
5981
5985
  * @summary Update user profile
@@ -5983,9 +5987,7 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
5983
5987
  * @param {*} [options] Override http request option.
5984
5988
  * @throws {RequiredError}
5985
5989
  */
5986
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
5987
- [key: string]: any;
5988
- }>>;
5990
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProfileGet200Response>>;
5989
5991
  };
5990
5992
  /**
5991
5993
  * AccountSettingsApi - factory interface
@@ -5999,16 +6001,14 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
5999
6001
  * @param {*} [options] Override http request option.
6000
6002
  * @throws {RequiredError}
6001
6003
  */
6002
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
6003
- [key: string]: any;
6004
- }>;
6004
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
6005
6005
  /**
6006
6006
  * Retrieves the profile of the currently logged-in user
6007
6007
  * @summary Retrieve user profile
6008
6008
  * @param {*} [options] Override http request option.
6009
6009
  * @throws {RequiredError}
6010
6010
  */
6011
- profileGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesProfileResponse>;
6011
+ profileGet(options?: RawAxiosRequestConfig): AxiosPromise<ProfileGet200Response>;
6012
6012
  /**
6013
6013
  * Updates the profile of the currently logged-in user
6014
6014
  * @summary Update user profile
@@ -6016,9 +6016,7 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
6016
6016
  * @param {*} [options] Override http request option.
6017
6017
  * @throws {RequiredError}
6018
6018
  */
6019
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
6020
- [key: string]: any;
6021
- }>;
6019
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProfileGet200Response>;
6022
6020
  };
6023
6021
  /**
6024
6022
  * AccountSettingsApi - object-oriented interface
@@ -6035,9 +6033,7 @@ export declare class AccountSettingsApi extends BaseAPI {
6035
6033
  * @throws {RequiredError}
6036
6034
  * @memberof AccountSettingsApi
6037
6035
  */
6038
- passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
6039
- [key: string]: any;
6040
- }, any>>;
6036
+ passwordPut(password: DataTypesUpdatePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any>>;
6041
6037
  /**
6042
6038
  * Retrieves the profile of the currently logged-in user
6043
6039
  * @summary Retrieve user profile
@@ -6045,7 +6041,7 @@ export declare class AccountSettingsApi extends BaseAPI {
6045
6041
  * @throws {RequiredError}
6046
6042
  * @memberof AccountSettingsApi
6047
6043
  */
6048
- profileGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesProfileResponse, any>>;
6044
+ profileGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProfileGet200Response, any>>;
6049
6045
  /**
6050
6046
  * Updates the profile of the currently logged-in user
6051
6047
  * @summary Update user profile
@@ -6054,9 +6050,7 @@ export declare class AccountSettingsApi extends BaseAPI {
6054
6050
  * @throws {RequiredError}
6055
6051
  * @memberof AccountSettingsApi
6056
6052
  */
6057
- profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
6058
- [key: string]: any;
6059
- }, any>>;
6053
+ profilePut(profile: DataTypesUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProfileGet200Response, any>>;
6060
6054
  }
6061
6055
  /**
6062
6056
  * ArticlesApi - axios parameter creator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file