@wix/auto_sdk_benefit-programs_pools 1.0.38 → 1.0.39

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.
@@ -1453,7 +1453,7 @@ interface ProvisionPoolsForProgramResponse extends ProvisionPoolsForProgramRespo
1453
1453
  /** Async result */
1454
1454
  asyncOptions?: AsyncResult;
1455
1455
  /**
1456
- * Job ID of the program provision associated with this pool. Retrieve job details using the Async Job API ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/introduction)).
1456
+ * Job ID of the program provision associated with this pool. Retrieve job details using the [Async Job API](https://dev.wix.com/docs/rest/business-management/async-job/introduction).
1457
1457
  * @format GUID
1458
1458
  */
1459
1459
  jobId?: string;
@@ -1483,7 +1483,7 @@ interface SyncResult {
1483
1483
  }
1484
1484
  interface AsyncResult {
1485
1485
  /**
1486
- * Job ID of the program provision associated with this pool. Retrieve job details using the Async Job API ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/introduction)).
1486
+ * Job ID of the program provision associated with this pool. Retrieve job details using the [Async Job API](https://dev.wix.com/docs/rest/business-management/async-job/introduction).
1487
1487
  * @format GUID
1488
1488
  */
1489
1489
  jobId?: string;
@@ -1553,7 +1553,7 @@ interface ByProgramIdOptions {
1553
1553
  }
1554
1554
  interface UpdatePoolStatusResponse {
1555
1555
  /**
1556
- * Job ID of the program provision associated with this pool. Retrieve job details using the Async Job API ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/introduction)).
1556
+ * Job ID of the program provision associated with this pool. Retrieve job details using the [Async Job API](https://dev.wix.com/docs/rest/business-management/async-job/introduction).
1557
1557
  * @format GUID
1558
1558
  */
1559
1559
  jobId?: string;