Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Dec 17, 2024
1 parent a0cb2b8 commit db260f9
Show file tree
Hide file tree
Showing 9 changed files with 551 additions and 201 deletions.
195 changes: 116 additions & 79 deletions www/apps/resources/generated/edit-dates.mjs

Large diffs are not rendered by default.

268 changes: 206 additions & 62 deletions www/apps/resources/generated/files-map.mjs

Large diffs are not rendered by default.

76 changes: 70 additions & 6 deletions www/apps/resources/generated/sidebar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "category",
"title": "Data Models",
"autogenerate_path": "/references/customer_models/classes",
"autogenerate_path": "/references/customer_models/variables",
"children": [
{
"loaded": true,
Expand Down Expand Up @@ -1804,6 +1804,14 @@ export const generatedSidebar = [
"title": "Methods",
"autogenerate_path": "/references/fulfillment/IFulfillmentModuleService/methods",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/fulfillment/calculateShippingOptionsPrices",
"title": "calculateShippingOptionsPrices",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -1876,6 +1884,14 @@ export const generatedSidebar = [
"title": "createShippingProfiles",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/fulfillment/deleteFulfillment",
"title": "deleteFulfillment",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -2331,6 +2347,14 @@ export const generatedSidebar = [
"path": "/references/fulfillment/validateShippingOption",
"title": "validateShippingOption",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/fulfillment/validateShippingOptionsForPriceCalculation",
"title": "validateShippingOptionsForPriceCalculation",
"children": []
}
]
}
Expand Down Expand Up @@ -2832,7 +2856,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "category",
"title": "Data Models",
"autogenerate_path": "/references/inventory_next_models/classes",
"autogenerate_path": "/references/inventory_next_models/variables",
"children": [
{
"loaded": true,
Expand Down Expand Up @@ -4675,7 +4699,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "category",
"title": "Data Models",
"autogenerate_path": "/references/payment_models/classes",
"autogenerate_path": "/references/payment_models/variables",
"children": [
{
"loaded": true,
Expand Down Expand Up @@ -6379,7 +6403,7 @@ export const generatedSidebar = [
"type": "category",
"title": "Data Models",
"hasTitleStyling": true,
"autogenerate_path": "/references/promotion_models/classes",
"autogenerate_path": "/references/promotion_models/variables",
"children": [
{
"loaded": true,
Expand Down Expand Up @@ -6974,7 +6998,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "category",
"title": "Data Models",
"autogenerate_path": "/references/stock_location_next_models/classes",
"autogenerate_path": "/references/stock_location_next_models/variables",
"children": [
{
"loaded": true,
Expand Down Expand Up @@ -7448,7 +7472,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "category",
"title": "Data Models",
"autogenerate_path": "/references/tax_models/classes",
"autogenerate_path": "/references/tax_models/variables",
"children": [
{
"loaded": true,
Expand Down Expand Up @@ -9696,6 +9720,14 @@ export const generatedSidebar = [
"title": "enum",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/data-model/property-types/float",
"title": "float",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -9803,6 +9835,14 @@ export const generatedSidebar = [
"title": "Property Configuration Methods",
"autogenerate_path": "/references/dml/Property_Configuration_Methods/methods",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/data-model/property-configuration/computed",
"title": "computed",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -10237,6 +10277,14 @@ export const generatedSidebar = [
"title": "createPaymentCollectionForCartWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/medusa-workflows/listShippingOptionsForCartWithPricingWorkflow",
"title": "listShippingOptionsForCartWithPricingWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -11017,6 +11065,14 @@ export const generatedSidebar = [
"title": "batchShippingOptionRulesWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/medusa-workflows/calculateShippingOptionsPricesWorkflow",
"title": "calculateShippingOptionsPricesWorkflow",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down Expand Up @@ -11152,6 +11208,14 @@ export const generatedSidebar = [
"title": "buildPriceSet",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/references/medusa-workflows/steps/calculateShippingOptionsPricesStep",
"title": "calculateShippingOptionsPricesStep",
"children": []
},
{
"loaded": true,
"isPathHref": true,
Expand Down
Loading

0 comments on commit db260f9

Please sign in to comment.