@scaleway/sdk-jobs 2.8.0 → 2.8.1

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.
@@ -262,7 +262,7 @@ export interface JobRun {
262
262
  */
263
263
  args: string[];
264
264
  /**
265
- * Number of retry attempts.
265
+ * Number of run attempts.
266
266
  */
267
267
  attempts?: number;
268
268
  /**
@@ -383,7 +383,7 @@ export type CreateJobDefinitionRequest = {
383
383
  */
384
384
  cronSchedule?: CreateJobDefinitionRequestCronScheduleConfig;
385
385
  /**
386
- * Retry behaviour in case of job failure.
386
+ * Retry policy upon a job failure.
387
387
  */
388
388
  retryPolicy?: RetryPolicy;
389
389
  };
@@ -712,7 +712,7 @@ export type UpdateJobDefinitionRequest = {
712
712
  */
713
713
  cronSchedule?: UpdateJobDefinitionRequestCronScheduleConfig;
714
714
  /**
715
- * Retry behaviour in case of job failure.
715
+ * Retry policy upon a job failure.
716
716
  */
717
717
  retryPolicy?: UpdateJobDefinitionRequestUpdateRetryPolicy;
718
718
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-jobs",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Scaleway SDK jobs",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "@scaleway/sdk-std": "2.4.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@scaleway/sdk-client": "^2.4.0",
39
- "@repo/configs": "^0.1.1"
38
+ "@repo/configs": "^0.1.1",
39
+ "@scaleway/sdk-client": "^2.4.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@scaleway/sdk-client": "^2.4.0"