@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
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
|
|
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
|
|
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;
|