@wix/ditto-codegen-public 1.0.263 → 1.0.264
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/dist/out.js +2 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -74170,6 +74170,7 @@ var require_SPIAgent = __commonJS({
|
|
|
74170
74170
|
- "ecom.taxCalculationProvider.calculateTax" - For custom tax calculations
|
|
74171
74171
|
- "ecom.recommendationsProvider.getRecommendations" - For product recommendations
|
|
74172
74172
|
- "ecom.catalog.getCatalogItems" - For external catalog integration
|
|
74173
|
+
- "bookings.staffSortingProvider.sortStaffMembers" - For custom staff sorting/assignment in bookings
|
|
74173
74174
|
|
|
74174
74175
|
**SPI Selection Guidelines:**
|
|
74175
74176
|
- For shipping-related requests \u2192 use "ecom.shippingRates.getShippingRates"
|
|
@@ -74181,6 +74182,7 @@ var require_SPIAgent = __commonJS({
|
|
|
74181
74182
|
- For tax calculations \u2192 use "ecom.taxCalculationProvider.calculateTax"
|
|
74182
74183
|
- For product recommendations \u2192 use "ecom.recommendationsProvider.getRecommendations"
|
|
74183
74184
|
- For external catalog \u2192 use "ecom.catalog.getCatalogItems"
|
|
74185
|
+
- For staff sorting/assignment in bookings \u2192 use "bookings.staffSortingProvider.sortStaffMembers"
|
|
74184
74186
|
</service_plugin>`;
|
|
74185
74187
|
};
|
|
74186
74188
|
exports2.getSPIAgentDocumentation = getSPIAgentDocumentation;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.264",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"@wix/ditto-codegen": "1.0.0",
|
|
29
29
|
"esbuild": "^0.27.2"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "d5b33c5294fc11ed339d4e199e2dbae4d8a1b3385cd663d92bf62440"
|
|
32
32
|
}
|