yellowgrid-api-ts 3.2.62-dev.0 → 3.2.63-dev.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.
package/api.ts CHANGED
@@ -19191,7 +19191,7 @@ export const OrdersApiFp = function(configuration?: Configuration) {
19191
19191
  * @param {*} [options] Override http request option.
19192
19192
  * @throws {RequiredError}
19193
19193
  */
19194
- async postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
19194
+ async postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuditLogEntity>> {
19195
19195
  const localVarAxiosArgs = await localVarAxiosParamCreator.postAddOrderNote(id, postAddOrderNoteRequest, options);
19196
19196
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
19197
19197
  const localVarOperationServerBasePath = operationServerMap['OrdersApi.postAddOrderNote']?.[localVarOperationServerIndex]?.url;
@@ -19493,7 +19493,7 @@ export const OrdersApiFactory = function (configuration?: Configuration, basePat
19493
19493
  * @param {*} [options] Override http request option.
19494
19494
  * @throws {RequiredError}
19495
19495
  */
19496
- postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
19496
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuditLogEntity> {
19497
19497
  return localVarFp.postAddOrderNote(id, postAddOrderNoteRequest, options).then((request) => request(axios, basePath));
19498
19498
  },
19499
19499
  /**
package/dist/api.d.ts CHANGED
@@ -14763,7 +14763,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
14763
14763
  * @param {*} [options] Override http request option.
14764
14764
  * @throws {RequiredError}
14765
14765
  */
14766
- postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
14766
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuditLogEntity>>;
14767
14767
  /**
14768
14768
  * Create An Order (Admin)
14769
14769
  * @summary Create An Order (Admin)
@@ -14975,7 +14975,7 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
14975
14975
  * @param {*} [options] Override http request option.
14976
14976
  * @throws {RequiredError}
14977
14977
  */
14978
- postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
14978
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuditLogEntity>;
14979
14979
  /**
14980
14980
  * Create An Order (Admin)
14981
14981
  * @summary Create An Order (Admin)
@@ -15198,7 +15198,7 @@ export declare class OrdersApi extends BaseAPI {
15198
15198
  * @throws {RequiredError}
15199
15199
  * @memberof OrdersApi
15200
15200
  */
15201
- postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
15201
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditLogEntity, any, {}>>;
15202
15202
  /**
15203
15203
  * Create An Order (Admin)
15204
15204
  * @summary Create An Order (Admin)
package/docs/OrdersApi.md CHANGED
@@ -487,7 +487,7 @@ No authorization required
487
487
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
488
488
 
489
489
  # **postAddOrderNote**
490
- > postAddOrderNote()
490
+ > AuditLogEntity postAddOrderNote()
491
491
 
492
492
  Add Order Note
493
493
 
@@ -522,7 +522,7 @@ const { status, data } = await apiInstance.postAddOrderNote(
522
522
 
523
523
  ### Return type
524
524
 
525
- void (empty response body)
525
+ **AuditLogEntity**
526
526
 
527
527
  ### Authorization
528
528
 
@@ -531,13 +531,13 @@ No authorization required
531
531
  ### HTTP request headers
532
532
 
533
533
  - **Content-Type**: application/json
534
- - **Accept**: Not defined
534
+ - **Accept**: application/json
535
535
 
536
536
 
537
537
  ### HTTP response details
538
538
  | Status code | Description | Response headers |
539
539
  |-------------|-------------|------------------|
540
- |**200** | No Response | - |
540
+ |**200** | Audit Log Entry | - |
541
541
  |**400** | Bad Request | - |
542
542
  |**401** | Unauthorised | - |
543
543
  |**403** | Access Denied | - |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.62-dev.0",
3
+ "version": "3.2.63-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {