@compassdigital/sdk.typescript 4.762.0 → 4.763.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/lib/index.d.ts CHANGED
@@ -581,7 +581,7 @@ export declare class ServiceClient extends BaseServiceClient {
581
581
  */
582
582
  put_location_group_loading_area(id: string, loading_area: string, body: PutLocationGroupLoadingAreaBody, options?: RequestOptions): ResponsePromise<PutLocationGroupLoadingAreaResponse>;
583
583
  /**
584
- * PATCH /location/group/{id}/loading_area/{loading_area} - Replace the delivery time map of a loading area
584
+ * PATCH /location/group/{id}/loading_area/{loading_area} - Update the delivery time map of a loading area
585
585
  *
586
586
  * @param id - Group ID
587
587
  * @param loading_area - Loading area ID
package/lib/index.js CHANGED
@@ -652,7 +652,7 @@ class ServiceClient extends base_1.BaseServiceClient {
652
652
  return this.request('location', '/location/group/{id}/loading_area/{loading_area}', 'PUT', `/location/group/${id}/loading_area/${loading_area}`, body, options);
653
653
  }
654
654
  /**
655
- * PATCH /location/group/{id}/loading_area/{loading_area} - Replace the delivery time map of a loading area
655
+ * PATCH /location/group/{id}/loading_area/{loading_area} - Update the delivery time map of a loading area
656
656
  *
657
657
  * @param id - Group ID
658
658
  * @param loading_area - Loading area ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.762.0",
3
+ "version": "4.763.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
package/src/index.ts CHANGED
@@ -2961,7 +2961,7 @@ export class ServiceClient extends BaseServiceClient {
2961
2961
  }
2962
2962
 
2963
2963
  /**
2964
- * PATCH /location/group/{id}/loading_area/{loading_area} - Replace the delivery time map of a loading area
2964
+ * PATCH /location/group/{id}/loading_area/{loading_area} - Update the delivery time map of a loading area
2965
2965
  *
2966
2966
  * @param id - Group ID
2967
2967
  * @param loading_area - Loading area ID
@@ -1189,7 +1189,7 @@ export interface PutLocationGroupLoadingAreaRequest
1189
1189
  body: PutLocationGroupLoadingAreaBody;
1190
1190
  }
1191
1191
 
1192
- // PATCH /location/group/{id}/loading_area/{loading_area} - Replace the delivery time map of a loading area
1192
+ // PATCH /location/group/{id}/loading_area/{loading_area} - Update the delivery time map of a loading area
1193
1193
 
1194
1194
  export interface PatchLocationGroupLoadingAreaPath {
1195
1195
  // Group ID