From f1a7821c19de3f0af1bc08a40dcd4a285de03a75 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 25 Apr 2024 11:00:54 +0300 Subject: [PATCH] docs-util: fix clean command removing used schemas (#6774) --- .../admin/delete_admin_api-keys_[id].ts | 40 + .../admin/delete_admin_campaigns_[id].ts | 40 + .../admin/delete_admin_collections_[id].ts | 40 + .../delete_admin_customer-groups_[id].ts | 40 + .../admin/delete_admin_customers_[id].ts | 40 + ...n_customers_[id]_addresses_[address_id].ts | 40 + .../delete_admin_inventory-items_[id].ts | 40 + ...tems_[id]_location-levels_[location_id].ts | 40 + .../admin/delete_admin_invites_[id].ts | 40 + .../admin/delete_admin_price-lists_[id].ts | 40 + .../delete_admin_pricing_rule-types_[id].ts | 40 + .../admin/delete_admin_products_[id].ts | 40 + ...admin_products_[id]_options_[option_id].ts | 40 + ...min_products_[id]_variants_[variant_id].ts | 40 + .../admin/delete_admin_promotions_[id].ts | 40 + .../admin/delete_admin_regions_[id].ts | 40 + .../admin/delete_admin_sales-channels_[id].ts | 40 + .../admin/delete_admin_tax-rates_[id].ts | 40 + ...te_admin_tax-rates_[id]_rules_[rule_id].ts | 40 + .../admin/delete_admin_tax-regions_[id].ts | 40 + .../admin/delete_admin_users_[id].ts | 40 + .../operations/admin/get_admin_api-keys.ts | 42 +- .../admin/get_admin_api-keys_[id].ts | 40 + .../operations/admin/get_admin_campaigns.ts | 42 +- .../admin/get_admin_campaigns_[id].ts | 40 + .../operations/admin/get_admin_collections.ts | 42 +- .../admin/get_admin_collections_[id].ts | 40 + .../operations/admin/get_admin_currencies.ts | 42 +- .../admin/get_admin_currencies_[code].ts | 40 + .../admin/get_admin_customer-groups.ts | 42 +- .../admin/get_admin_customer-groups_[id].ts | 40 + ...et_admin_customer-groups_[id]_customers.ts | 40 + .../operations/admin/get_admin_customers.ts | 42 +- .../admin/get_admin_customers_[id].ts | 40 + .../get_admin_customers_[id]_addresses.ts | 40 + ...n_customers_[id]_addresses_[address_id].ts | 40 + .../admin/get_admin_inventory-items.ts | 42 +- .../admin/get_admin_inventory-items_[id].ts | 40 + .../operations/admin/get_admin_invites.ts | 42 +- .../admin/get_admin_invites_[id].ts | 40 + .../operations/admin/get_admin_payments.ts | 42 +- .../admin/get_admin_payments_[id].ts | 40 + .../operations/admin/get_admin_price-lists.ts | 42 +- .../admin/get_admin_price-lists_[id].ts | 40 + .../admin/get_admin_pricing_rule-types.ts | 42 +- .../get_admin_pricing_rule-types_[id].ts | 40 + .../operations/admin/get_admin_products.ts | 42 +- .../admin/get_admin_products_[id].ts | 40 + .../admin/get_admin_products_[id]_options.ts | 40 + ...admin_products_[id]_options_[option_id].ts | 40 + .../admin/get_admin_products_[id]_variants.ts | 40 + ...min_products_[id]_variants_[variant_id].ts | 40 + .../operations/admin/get_admin_promotions.ts | 42 +- .../admin/get_admin_promotions_[id].ts | 40 + .../operations/admin/get_admin_regions.ts | 42 +- .../admin/get_admin_regions_[id].ts | 40 + .../admin/get_admin_sales-channels.ts | 42 +- .../admin/get_admin_sales-channels_[id].ts | 40 + .../operations/admin/get_admin_stores.ts | 42 +- .../operations/admin/get_admin_stores_[id].ts | 40 + .../operations/admin/get_admin_tax-rates.ts | 42 +- .../admin/get_admin_tax-rates_[id].ts | 40 + .../operations/admin/get_admin_users.ts | 42 +- .../operations/admin/get_admin_users_[id].ts | 40 + .../operations/admin/get_admin_users_me.ts | 42 +- .../admin/get_admin_workflows-executions.ts | 42 +- .../get_admin_workflows-executions_[id].ts | 40 + ...ecutions_[workflow_id]_[transaction_id].ts | 40 + ...d]_[transaction_id]_[step_id]_subscribe.ts | 40 + ...lows-executions_[workflow_id]_subscribe.ts | 40 + .../operations/admin/post_admin_api-keys.ts | 42 +- .../admin/post_admin_api-keys_[id].ts | 40 + .../admin/post_admin_api-keys_[id]_revoke.ts | 40 + .../operations/admin/post_admin_campaigns.ts | 42 +- .../admin/post_admin_campaigns_[id].ts | 40 + .../admin/post_admin_collections.ts | 42 +- .../admin/post_admin_collections_[id].ts | 40 + .../admin/post_admin_customer-groups.ts | 42 +- .../admin/post_admin_customer-groups_[id].ts | 40 + ...in_customer-groups_[id]_customers_batch.ts | 40 + ...n_customer-groups_[id]_customers_remove.ts | 40 + .../operations/admin/post_admin_customers.ts | 42 +- .../admin/post_admin_customers_[id].ts | 40 + .../post_admin_customers_[id]_addresses.ts | 40 + ...n_customers_[id]_addresses_[address_id].ts | 40 + ...t_shipping-options_[id]_rules_batch_add.ts | 40 + ...hipping-options_[id]_rules_batch_remove.ts | 40 + .../admin/post_admin_inventory-items.ts | 42 +- ...in_inventory-items_[id]_location-levels.ts | 40 + .../operations/admin/post_admin_invites.ts | 42 +- .../admin/post_admin_invites_[id]_resend.ts | 40 + .../admin/post_admin_invites_accept.ts | 42 +- .../admin/post_admin_payments_[id]_capture.ts | 40 + .../admin/post_admin_payments_[id]_refund.ts | 40 + .../admin/post_admin_price-lists.ts | 42 +- .../admin/post_admin_price-lists_[id].ts | 40 + ...admin_price-lists_[id]_prices_batch_add.ts | 40 + ...in_price-lists_[id]_prices_batch_remove.ts | 40 + .../admin/post_admin_pricing_rule-types.ts | 42 +- .../post_admin_pricing_rule-types_[id].ts | 40 + .../operations/admin/post_admin_products.ts | 42 +- .../admin/post_admin_products_[id].ts | 40 + .../admin/post_admin_products_[id]_options.ts | 40 + ...admin_products_[id]_options_[option_id].ts | 40 + .../post_admin_products_[id]_variants.ts | 40 + ...min_products_[id]_variants_[variant_id].ts | 40 + .../operations/admin/post_admin_promotions.ts | 42 +- .../admin/post_admin_promotions_[id].ts | 40 + ...min_promotions_[id]_buy-rules_batch_add.ts | 40 + ..._promotions_[id]_buy-rules_batch_remove.ts | 40 + ...t_admin_promotions_[id]_rules_batch_add.ts | 40 + ...dmin_promotions_[id]_rules_batch_remove.ts | 40 + ...dmin_promotions_[id]_rules_batch_update.ts | 40 + ..._promotions_[id]_target-rules_batch_add.ts | 40 + ...omotions_[id]_target-rules_batch_remove.ts | 40 + .../operations/admin/post_admin_regions.ts | 42 +- .../admin/post_admin_regions_[id].ts | 40 + .../admin/post_admin_sales-channels.ts | 42 +- .../admin/post_admin_sales-channels_[id].ts | 40 + ..._sales-channels_[id]_products_batch_add.ts | 40 + .../admin/post_admin_stores_[id].ts | 40 + .../operations/admin/post_admin_tax-rates.ts | 42 +- .../admin/post_admin_tax-rates_[id].ts | 40 + .../admin/post_admin_tax-rates_[id]_rules.ts | 40 + .../admin/post_admin_tax-regions.ts | 42 +- .../operations/admin/post_admin_users.ts | 42 +- .../operations/admin/post_admin_users_[id].ts | 40 + ..._workflows-executions_[workflow_id]_run.ts | 40 + ...-executions_[workflow_id]_steps_failure.ts | 40 + ...-executions_[workflow_id]_steps_success.ts | 40 + .../auth/get_auth_[scope]_[authProvider].ts | 46 +- ...et_auth_[scope]_[authProvider]_callback.ts | 46 +- .../auth/post_auth_[scope]_[authProvider].ts | 46 +- ...st_auth_[scope]_[authProvider]_callback.ts | 46 +- .../operations/auth/post_auth_session.ts | 42 +- .../hooks/post_hooks_payment_[provider].ts | 40 + ...e_store_carts_[id]_line-items_[line_id].ts | 40 + .../delete_store_carts_[id]_promotions.ts | 40 + ...ore_customers_me_addresses_[address_id].ts | 40 + .../operations/store/get_store_carts_[id].ts | 40 + .../operations/store/get_store_currencies.ts | 42 +- .../store/get_store_currencies_[code].ts | 40 + .../store/get_store_customers_me.ts | 42 +- .../store/get_store_customers_me_addresses.ts | 42 +- ...ore_customers_me_addresses_[address_id].ts | 40 + .../operations/store/get_store_regions.ts | 42 +- .../store/get_store_regions_[id].ts | 40 + ...et_store_regions_[id]_payment-providers.ts | 40 + .../get_store_shipping-options_[cart_id].ts | 40 + .../operations/store/post_store_carts.ts | 42 +- .../operations/store/post_store_carts_[id].ts | 40 + .../store/post_store_carts_[id]_line-items.ts | 40 + ...t_store_carts_[id]_line-items_[line_id].ts | 40 + ...st_store_carts_[id]_payment-collections.ts | 40 + .../store/post_store_carts_[id]_promotions.ts | 40 + .../store/post_store_carts_[id]_taxes.ts | 40 + .../operations/store/post_store_customers.ts | 42 +- .../post_store_customers_me_addresses.ts | 42 +- ...ore_customers_me_addresses_[address_id].ts | 40 + ...yment-collections_[id]_payment-sessions.ts | 40 + .../schemas/AdminGetProductsParams.ts | 7631 ++++++++++++++++- ...fillmentShippingOptionsRulesBatchAddReq.ts | 12 +- .../AdminPostPriceListsPriceListReq.ts | 12 +- .../schemas/AdminPostPriceListsReq.ts | 12 +- .../AdminPostPromotionsPromotionReq.ts | 17 +- ...PostPromotionsPromotionRulesBatchAddReq.ts | 11 +- ...tPromotionsPromotionRulesBatchUpdateReq.ts | 11 +- .../AdminPostWorkflowsAsyncResponseReq.ts | 6 +- .../oas-output/schemas/ApplicationMethod.ts | 9 + .../ApplicationMethodsMethodPostReq.ts | 41 +- docs-util/oas-output/schemas/Campaign.ts | 9 + .../oas-output/schemas/CampaignBudget.ts | 6 +- docs-util/oas-output/schemas/CreateApiKey.ts | 21 + .../schemas/CreateApplicationMethod.ts | 166 + .../oas-output/schemas/CreateCampaign.ts | 56 + .../schemas/CreateCampaignBudget.ts | 25 + .../schemas/CreateCartWorkflowInput.ts | 262 + .../oas-output/schemas/CreateCustomer.ts | 102 + .../schemas/CreateCustomerAddress.ts | 71 + .../oas-output/schemas/CreateCustomerGroup.ts | 23 + docs-util/oas-output/schemas/CreateInvite.ts | 24 + docs-util/oas-output/schemas/CreateProduct.ts | 268 + .../schemas/CreateProductCollection.ts | 30 + .../oas-output/schemas/CreateProductOption.ts | 40 + .../oas-output/schemas/CreateProductType.ts | 23 + .../schemas/CreateProductVariant.ts | 87 + .../oas-output/schemas/CreatePromotion.ts | 74 + docs-util/oas-output/schemas/CreateRegion.ts | 35 + .../oas-output/schemas/CreateSalesChannel.ts | 23 + docs-util/oas-output/schemas/CreateUser.ts | 32 + .../oas-output/schemas/CustomerAddress.ts | 81 + .../schemas/CustomerGroupUpdatableFields.ts | 17 + .../schemas/CustomerUpdatableFields.ts | 34 + ...PostPaymentCollectionsPaymentSessionReq.ts | 177 +- docs-util/oas-output/schemas/UpdateApiKey.ts | 13 + .../oas-output/schemas/UpdateCartData.ts | 266 + docs-util/oas-output/schemas/UpdateProduct.ts | 264 + .../schemas/UpdateProductCollection.ts | 32 + .../oas-output/schemas/UpdateProductOption.ts | 37 + .../schemas/UpdateProductVariant.ts | 81 + docs-util/oas-output/schemas/UpdateRegion.ts | 32 + .../src/classes/helpers/oas-schema.ts | 2 +- .../src/commands/clean-oas.ts | 47 +- 203 files changed, 16619 insertions(+), 117 deletions(-) create mode 100644 docs-util/oas-output/schemas/ApplicationMethod.ts create mode 100644 docs-util/oas-output/schemas/Campaign.ts create mode 100644 docs-util/oas-output/schemas/CreateApiKey.ts create mode 100644 docs-util/oas-output/schemas/CreateApplicationMethod.ts create mode 100644 docs-util/oas-output/schemas/CreateCampaign.ts create mode 100644 docs-util/oas-output/schemas/CreateCampaignBudget.ts create mode 100644 docs-util/oas-output/schemas/CreateCartWorkflowInput.ts create mode 100644 docs-util/oas-output/schemas/CreateCustomer.ts create mode 100644 docs-util/oas-output/schemas/CreateCustomerAddress.ts create mode 100644 docs-util/oas-output/schemas/CreateCustomerGroup.ts create mode 100644 docs-util/oas-output/schemas/CreateInvite.ts create mode 100644 docs-util/oas-output/schemas/CreateProduct.ts create mode 100644 docs-util/oas-output/schemas/CreateProductCollection.ts create mode 100644 docs-util/oas-output/schemas/CreateProductOption.ts create mode 100644 docs-util/oas-output/schemas/CreateProductType.ts create mode 100644 docs-util/oas-output/schemas/CreateProductVariant.ts create mode 100644 docs-util/oas-output/schemas/CreatePromotion.ts create mode 100644 docs-util/oas-output/schemas/CreateRegion.ts create mode 100644 docs-util/oas-output/schemas/CreateSalesChannel.ts create mode 100644 docs-util/oas-output/schemas/CreateUser.ts create mode 100644 docs-util/oas-output/schemas/CustomerAddress.ts create mode 100644 docs-util/oas-output/schemas/CustomerGroupUpdatableFields.ts create mode 100644 docs-util/oas-output/schemas/CustomerUpdatableFields.ts create mode 100644 docs-util/oas-output/schemas/UpdateApiKey.ts create mode 100644 docs-util/oas-output/schemas/UpdateCartData.ts create mode 100644 docs-util/oas-output/schemas/UpdateProduct.ts create mode 100644 docs-util/oas-output/schemas/UpdateProductCollection.ts create mode 100644 docs-util/oas-output/schemas/UpdateProductOption.ts create mode 100644 docs-util/oas-output/schemas/UpdateProductVariant.ts create mode 100644 docs-util/oas-output/schemas/UpdateRegion.ts diff --git a/docs-util/oas-output/operations/admin/delete_admin_api-keys_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_api-keys_[id].ts index 16a00b29e0..3abdbe40f0 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_api-keys_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_api-keys_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_campaigns_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_campaigns_[id].ts index e819d2a161..748cbad169 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_campaigns_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_campaigns_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_collections_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_collections_[id].ts index e5576fdd03..780f80274e 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_collections_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_collections_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_customer-groups_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_customer-groups_[id].ts index 74d1c1bbdc..d031227e90 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_customer-groups_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_customer-groups_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_customers_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_customers_[id].ts index a507565038..aecb556896 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_customers_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_customers_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_customers_[id]_addresses_[address_id].ts b/docs-util/oas-output/operations/admin/delete_admin_customers_[id]_addresses_[address_id].ts index f082a72520..27de00a927 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_customers_[id]_addresses_[address_id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_customers_[id]_addresses_[address_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id].ts index 9b1c4c1c26..2fb2fe4f4b 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id]_location-levels_[location_id].ts b/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id]_location-levels_[location_id].ts index 5a922ceab1..37627f876c 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id]_location-levels_[location_id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_inventory-items_[id]_location-levels_[location_id].ts @@ -19,6 +19,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_invites_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_invites_[id].ts index f213fe6102..c28fa95452 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_invites_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_invites_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_price-lists_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_price-lists_[id].ts index 9ca537248f..9eaf720154 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_price-lists_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_price-lists_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_pricing_rule-types_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_pricing_rule-types_[id].ts index e08b41f248..f3b761c0be 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_pricing_rule-types_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_pricing_rule-types_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_products_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_products_[id].ts index 77e0a76a17..9bcdf2ac54 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_products_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_products_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts b/docs-util/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts index 901e3cfa80..6bda250d2c 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_products_[id]_options_[option_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts b/docs-util/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts index c0f8eb20f8..5b8a73b64c 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_products_[id]_variants_[variant_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_promotions_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_promotions_[id].ts index 9fd5f5565a..5a869ae239 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_promotions_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_promotions_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_regions_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_regions_[id].ts index 55223c1504..c2bd70fb29 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_regions_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_regions_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_sales-channels_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_sales-channels_[id].ts index 10f081f541..f1aec0491a 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_sales-channels_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_sales-channels_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id].ts index 6f2623172e..88e55f1ffc 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id]_rules_[rule_id].ts b/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id]_rules_[rule_id].ts index 89ed667566..7a9b3cf518 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id]_rules_[rule_id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_tax-rates_[id]_rules_[rule_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_tax-regions_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_tax-regions_[id].ts index 82f0138bce..6167b913fe 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_tax-regions_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_tax-regions_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/delete_admin_users_[id].ts b/docs-util/oas-output/operations/admin/delete_admin_users_[id].ts index ef8c38acac..3eab291d9b 100644 --- a/docs-util/oas-output/operations/admin/delete_admin_users_[id].ts +++ b/docs-util/oas-output/operations/admin/delete_admin_users_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_api-keys.ts b/docs-util/oas-output/operations/admin/get_admin_api-keys.ts index 0a4b69a1ca..b0fe3c6a6a 100644 --- a/docs-util/oas-output/operations/admin/get_admin_api-keys.ts +++ b/docs-util/oas-output/operations/admin/get_admin_api-keys.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of api keys. The api keys can be filtered by fields * such as `id`. The api keys can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_api-keys_[id].ts b/docs-util/oas-output/operations/admin/get_admin_api-keys_[id].ts index 37117f453c..1273ff70f8 100644 --- a/docs-util/oas-output/operations/admin/get_admin_api-keys_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_api-keys_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_campaigns.ts b/docs-util/oas-output/operations/admin/get_admin_campaigns.ts index b6fa13bc0c..eb8477dea9 100644 --- a/docs-util/oas-output/operations/admin/get_admin_campaigns.ts +++ b/docs-util/oas-output/operations/admin/get_admin_campaigns.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of campaigns. The campaigns can be filtered by * fields such as `id`. The campaigns can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_campaigns_[id].ts b/docs-util/oas-output/operations/admin/get_admin_campaigns_[id].ts index 107b429f67..29681ce0fe 100644 --- a/docs-util/oas-output/operations/admin/get_admin_campaigns_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_campaigns_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_collections.ts b/docs-util/oas-output/operations/admin/get_admin_collections.ts index c8889059f1..dd74996472 100644 --- a/docs-util/oas-output/operations/admin/get_admin_collections.ts +++ b/docs-util/oas-output/operations/admin/get_admin_collections.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of collections. The collections can be filtered by * fields such as `id`. The collections can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_collections_[id].ts b/docs-util/oas-output/operations/admin/get_admin_collections_[id].ts index 6da5e1c698..b885d1c610 100644 --- a/docs-util/oas-output/operations/admin/get_admin_collections_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_collections_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_currencies.ts b/docs-util/oas-output/operations/admin/get_admin_currencies.ts index 9e7121625a..24e1e5446c 100644 --- a/docs-util/oas-output/operations/admin/get_admin_currencies.ts +++ b/docs-util/oas-output/operations/admin/get_admin_currencies.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of currencies. The currencies can be filtered by * fields such as `id`. The currencies can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_currencies_[code].ts b/docs-util/oas-output/operations/admin/get_admin_currencies_[code].ts index fb9d834671..3dfee69a65 100644 --- a/docs-util/oas-output/operations/admin/get_admin_currencies_[code].ts +++ b/docs-util/oas-output/operations/admin/get_admin_currencies_[code].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customer-groups.ts b/docs-util/oas-output/operations/admin/get_admin_customer-groups.ts index 5d51bb8b4a..9d94241929 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customer-groups.ts +++ b/docs-util/oas-output/operations/admin/get_admin_customer-groups.ts @@ -6,7 +6,47 @@ * filtered by fields such as `id`. The customer groups can also be sorted or * paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id].ts b/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id].ts index 43446f72c7..fa88b8d527 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id]_customers.ts b/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id]_customers.ts index 802aab7aa8..36390ac456 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id]_customers.ts +++ b/docs-util/oas-output/operations/admin/get_admin_customer-groups_[id]_customers.ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customers.ts b/docs-util/oas-output/operations/admin/get_admin_customers.ts index b5c43b1a49..7fe53add56 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customers.ts +++ b/docs-util/oas-output/operations/admin/get_admin_customers.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of customers. The customers can be filtered by * fields such as `id`. The customers can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customers_[id].ts b/docs-util/oas-output/operations/admin/get_admin_customers_[id].ts index b6377ec676..0570225280 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customers_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_customers_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses.ts b/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses.ts index 5c546cbfc4..6e4505a91b 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses.ts +++ b/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses.ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses_[address_id].ts b/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses_[address_id].ts index 43f7354296..a49b2b2fbb 100644 --- a/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses_[address_id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_customers_[id]_addresses_[address_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_inventory-items.ts b/docs-util/oas-output/operations/admin/get_admin_inventory-items.ts index eb19918c52..0bb021c6c9 100644 --- a/docs-util/oas-output/operations/admin/get_admin_inventory-items.ts +++ b/docs-util/oas-output/operations/admin/get_admin_inventory-items.ts @@ -6,7 +6,47 @@ * filtered by fields such as `id`. The inventory items can also be sorted or * paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_inventory-items_[id].ts b/docs-util/oas-output/operations/admin/get_admin_inventory-items_[id].ts index 741df21e62..654033011c 100644 --- a/docs-util/oas-output/operations/admin/get_admin_inventory-items_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_inventory-items_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_invites.ts b/docs-util/oas-output/operations/admin/get_admin_invites.ts index 94bc76cc86..f6f54520f2 100644 --- a/docs-util/oas-output/operations/admin/get_admin_invites.ts +++ b/docs-util/oas-output/operations/admin/get_admin_invites.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of invites. The invites can be filtered by fields * such as `id`. The invites can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_invites_[id].ts b/docs-util/oas-output/operations/admin/get_admin_invites_[id].ts index 6aa03beebc..8dc7f82de4 100644 --- a/docs-util/oas-output/operations/admin/get_admin_invites_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_invites_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_payments.ts b/docs-util/oas-output/operations/admin/get_admin_payments.ts index 6850fc66d1..428310573d 100644 --- a/docs-util/oas-output/operations/admin/get_admin_payments.ts +++ b/docs-util/oas-output/operations/admin/get_admin_payments.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of payments. The payments can be filtered by fields * such as `id`. The payments can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_payments_[id].ts b/docs-util/oas-output/operations/admin/get_admin_payments_[id].ts index 5c86f2abdd..cec4ce646a 100644 --- a/docs-util/oas-output/operations/admin/get_admin_payments_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_payments_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_price-lists.ts b/docs-util/oas-output/operations/admin/get_admin_price-lists.ts index 2c5d55e144..2f879f3d89 100644 --- a/docs-util/oas-output/operations/admin/get_admin_price-lists.ts +++ b/docs-util/oas-output/operations/admin/get_admin_price-lists.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of price lists. The price lists can be filtered by * fields such as `id`. The price lists can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_price-lists_[id].ts b/docs-util/oas-output/operations/admin/get_admin_price-lists_[id].ts index dbffb07694..35a90b52df 100644 --- a/docs-util/oas-output/operations/admin/get_admin_price-lists_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_price-lists_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types.ts b/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types.ts index 62167ee43a..0624f422c4 100644 --- a/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types.ts +++ b/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of pricing. The pricing can be filtered by fields * such as `id`. The pricing can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types_[id].ts b/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types_[id].ts index 8c6b9f60c4..05f66e3ee2 100644 --- a/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_pricing_rule-types_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_products.ts b/docs-util/oas-output/operations/admin/get_admin_products.ts index d8c73b0be6..a0f291683c 100644 --- a/docs-util/oas-output/operations/admin/get_admin_products.ts +++ b/docs-util/oas-output/operations/admin/get_admin_products.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of products. The products can be filtered by fields * such as `id`. The products can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_products_[id].ts b/docs-util/oas-output/operations/admin/get_admin_products_[id].ts index 4eebc6e5ad..fa92226f64 100644 --- a/docs-util/oas-output/operations/admin/get_admin_products_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_products_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_products_[id]_options.ts b/docs-util/oas-output/operations/admin/get_admin_products_[id]_options.ts index 02367daf56..db8b4d2235 100644 --- a/docs-util/oas-output/operations/admin/get_admin_products_[id]_options.ts +++ b/docs-util/oas-output/operations/admin/get_admin_products_[id]_options.ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_products_[id]_options_[option_id].ts b/docs-util/oas-output/operations/admin/get_admin_products_[id]_options_[option_id].ts index 795b6c056f..fcece8ac26 100644 --- a/docs-util/oas-output/operations/admin/get_admin_products_[id]_options_[option_id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_products_[id]_options_[option_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants.ts b/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants.ts index feeead4d00..31a11f19a6 100644 --- a/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants.ts +++ b/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants.ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants_[variant_id].ts b/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants_[variant_id].ts index 2a337e20d2..698c1e8caa 100644 --- a/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants_[variant_id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_products_[id]_variants_[variant_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_promotions.ts b/docs-util/oas-output/operations/admin/get_admin_promotions.ts index f14334e401..93ae0864fc 100644 --- a/docs-util/oas-output/operations/admin/get_admin_promotions.ts +++ b/docs-util/oas-output/operations/admin/get_admin_promotions.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of promotions. The promotions can be filtered by * fields such as `id`. The promotions can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_promotions_[id].ts b/docs-util/oas-output/operations/admin/get_admin_promotions_[id].ts index cd19aad535..adf58e8f01 100644 --- a/docs-util/oas-output/operations/admin/get_admin_promotions_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_promotions_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_regions.ts b/docs-util/oas-output/operations/admin/get_admin_regions.ts index 66473dbe7c..a9c4b9a52f 100644 --- a/docs-util/oas-output/operations/admin/get_admin_regions.ts +++ b/docs-util/oas-output/operations/admin/get_admin_regions.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of regions. The regions can be filtered by fields * such as `id`. The regions can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_regions_[id].ts b/docs-util/oas-output/operations/admin/get_admin_regions_[id].ts index d6e79a5281..1c9eb1cd75 100644 --- a/docs-util/oas-output/operations/admin/get_admin_regions_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_regions_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_sales-channels.ts b/docs-util/oas-output/operations/admin/get_admin_sales-channels.ts index 4b3beeba8e..50afe5dcf9 100644 --- a/docs-util/oas-output/operations/admin/get_admin_sales-channels.ts +++ b/docs-util/oas-output/operations/admin/get_admin_sales-channels.ts @@ -6,7 +6,47 @@ * filtered by fields such as `id`. The sales channels can also be sorted or * paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_sales-channels_[id].ts b/docs-util/oas-output/operations/admin/get_admin_sales-channels_[id].ts index fa76824cce..6209d21c75 100644 --- a/docs-util/oas-output/operations/admin/get_admin_sales-channels_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_sales-channels_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_stores.ts b/docs-util/oas-output/operations/admin/get_admin_stores.ts index a26fbbcd8d..6d2def2e7f 100644 --- a/docs-util/oas-output/operations/admin/get_admin_stores.ts +++ b/docs-util/oas-output/operations/admin/get_admin_stores.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of stores. The stores can be filtered by fields * such as `id`. The stores can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_stores_[id].ts b/docs-util/oas-output/operations/admin/get_admin_stores_[id].ts index 9eeee5f1c7..e11d3289e9 100644 --- a/docs-util/oas-output/operations/admin/get_admin_stores_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_stores_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_tax-rates.ts b/docs-util/oas-output/operations/admin/get_admin_tax-rates.ts index 49182831df..ca456fe187 100644 --- a/docs-util/oas-output/operations/admin/get_admin_tax-rates.ts +++ b/docs-util/oas-output/operations/admin/get_admin_tax-rates.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of tax rates. The tax rates can be filtered by * fields such as `id`. The tax rates can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_tax-rates_[id].ts b/docs-util/oas-output/operations/admin/get_admin_tax-rates_[id].ts index 0dd5973fcf..8431003a0c 100644 --- a/docs-util/oas-output/operations/admin/get_admin_tax-rates_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_tax-rates_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_users.ts b/docs-util/oas-output/operations/admin/get_admin_users.ts index eb7aa89beb..f2a05a06aa 100644 --- a/docs-util/oas-output/operations/admin/get_admin_users.ts +++ b/docs-util/oas-output/operations/admin/get_admin_users.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of users. The users can be filtered by fields such * as `id`. The users can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_users_[id].ts b/docs-util/oas-output/operations/admin/get_admin_users_[id].ts index 6d66c57375..626c298cb0 100644 --- a/docs-util/oas-output/operations/admin/get_admin_users_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_users_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_users_me.ts b/docs-util/oas-output/operations/admin/get_admin_users_me.ts index f909459d16..6b034a9c89 100644 --- a/docs-util/oas-output/operations/admin/get_admin_users_me.ts +++ b/docs-util/oas-output/operations/admin/get_admin_users_me.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of users. The users can be filtered by fields such * as `id`. The users can also be sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_workflows-executions.ts b/docs-util/oas-output/operations/admin/get_admin_workflows-executions.ts index 3e7eacb23f..f6956cbb74 100644 --- a/docs-util/oas-output/operations/admin/get_admin_workflows-executions.ts +++ b/docs-util/oas-output/operations/admin/get_admin_workflows-executions.ts @@ -6,7 +6,47 @@ * can be filtered by fields such as `id`. The workflows executions can also be * sorted or paginated. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[id].ts b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[id].ts index 9a9d57c1ac..e74fdba6df 100644 --- a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id].ts b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id].ts index 30bab71647..b5a51d26cd 100644 --- a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id].ts +++ b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id]_[step_id]_subscribe.ts b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id]_[step_id]_subscribe.ts index c5920cfd10..76046d82a6 100644 --- a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id]_[step_id]_subscribe.ts +++ b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_[transaction_id]_[step_id]_subscribe.ts @@ -25,6 +25,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_subscribe.ts b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_subscribe.ts index 505a583fec..4b066d045e 100644 --- a/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_subscribe.ts +++ b/docs-util/oas-output/operations/admin/get_admin_workflows-executions_[workflow_id]_subscribe.ts @@ -13,6 +13,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_api-keys.ts b/docs-util/oas-output/operations/admin/post_admin_api-keys.ts index 9d4fa6594d..d4f922c930 100644 --- a/docs-util/oas-output/operations/admin/post_admin_api-keys.ts +++ b/docs-util/oas-output/operations/admin/post_admin_api-keys.ts @@ -4,7 +4,47 @@ * summary: Create Api Key * description: Create a api key. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_api-keys_[id].ts b/docs-util/oas-output/operations/admin/post_admin_api-keys_[id].ts index 7567a5e020..e4267e85b8 100644 --- a/docs-util/oas-output/operations/admin/post_admin_api-keys_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_api-keys_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_api-keys_[id]_revoke.ts b/docs-util/oas-output/operations/admin/post_admin_api-keys_[id]_revoke.ts index 15a74a42d3..ab08d6889e 100644 --- a/docs-util/oas-output/operations/admin/post_admin_api-keys_[id]_revoke.ts +++ b/docs-util/oas-output/operations/admin/post_admin_api-keys_[id]_revoke.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_campaigns.ts b/docs-util/oas-output/operations/admin/post_admin_campaigns.ts index 0d27b63ce1..9a8f512325 100644 --- a/docs-util/oas-output/operations/admin/post_admin_campaigns.ts +++ b/docs-util/oas-output/operations/admin/post_admin_campaigns.ts @@ -4,7 +4,47 @@ * summary: Create Campaign * description: Create a campaign. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_campaigns_[id].ts b/docs-util/oas-output/operations/admin/post_admin_campaigns_[id].ts index 11221b0601..5c961d05f7 100644 --- a/docs-util/oas-output/operations/admin/post_admin_campaigns_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_campaigns_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_collections.ts b/docs-util/oas-output/operations/admin/post_admin_collections.ts index 088a21f31b..77e18ae18d 100644 --- a/docs-util/oas-output/operations/admin/post_admin_collections.ts +++ b/docs-util/oas-output/operations/admin/post_admin_collections.ts @@ -4,7 +4,47 @@ * summary: Create Collection * description: Create a collection. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_collections_[id].ts b/docs-util/oas-output/operations/admin/post_admin_collections_[id].ts index 64b43ec3f9..6c94530ad9 100644 --- a/docs-util/oas-output/operations/admin/post_admin_collections_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_collections_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customer-groups.ts b/docs-util/oas-output/operations/admin/post_admin_customer-groups.ts index b406a8c5b6..fab715d7d2 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customer-groups.ts +++ b/docs-util/oas-output/operations/admin/post_admin_customer-groups.ts @@ -4,7 +4,47 @@ * summary: Create Customer Group * description: Create a customer group. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id].ts b/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id].ts index 61c2ea2195..e75bdbf4c5 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_batch.ts b/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_batch.ts index b914331667..9b9dfd9512 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_batch.ts +++ b/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_batch.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_remove.ts b/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_remove.ts index 2af5dee01e..f70771ebe5 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_remove.ts +++ b/docs-util/oas-output/operations/admin/post_admin_customer-groups_[id]_customers_remove.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customers.ts b/docs-util/oas-output/operations/admin/post_admin_customers.ts index 4345d42e11..016711fa64 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customers.ts +++ b/docs-util/oas-output/operations/admin/post_admin_customers.ts @@ -4,7 +4,47 @@ * summary: Create Customer * description: Create a customer. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customers_[id].ts b/docs-util/oas-output/operations/admin/post_admin_customers_[id].ts index 2fd6270f00..d070372b90 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customers_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_customers_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses.ts b/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses.ts index 6dfd221f45..74165107df 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses.ts +++ b/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses_[address_id].ts b/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses_[address_id].ts index ed1af02a36..2eec3b19d2 100644 --- a/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses_[address_id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_customers_[id]_addresses_[address_id].ts @@ -17,6 +17,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_add.ts b/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_add.ts index 4a4f60ac6f..7071d14c80 100644 --- a/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_add.ts +++ b/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_add.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_remove.ts b/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_remove.ts index 8eff599795..00eff81413 100644 --- a/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_remove.ts +++ b/docs-util/oas-output/operations/admin/post_admin_fulfillment_shipping-options_[id]_rules_batch_remove.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_inventory-items.ts b/docs-util/oas-output/operations/admin/post_admin_inventory-items.ts index 813c5560e9..b18bae9b09 100644 --- a/docs-util/oas-output/operations/admin/post_admin_inventory-items.ts +++ b/docs-util/oas-output/operations/admin/post_admin_inventory-items.ts @@ -4,7 +4,47 @@ * summary: Create Inventory Item * description: Create a inventory item. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_inventory-items_[id]_location-levels.ts b/docs-util/oas-output/operations/admin/post_admin_inventory-items_[id]_location-levels.ts index 212bbd29d3..29556efb66 100644 --- a/docs-util/oas-output/operations/admin/post_admin_inventory-items_[id]_location-levels.ts +++ b/docs-util/oas-output/operations/admin/post_admin_inventory-items_[id]_location-levels.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_invites.ts b/docs-util/oas-output/operations/admin/post_admin_invites.ts index 0f48a4adf7..29e6c2f380 100644 --- a/docs-util/oas-output/operations/admin/post_admin_invites.ts +++ b/docs-util/oas-output/operations/admin/post_admin_invites.ts @@ -4,7 +4,47 @@ * summary: Create Invite * description: Create a invite. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_invites_[id]_resend.ts b/docs-util/oas-output/operations/admin/post_admin_invites_[id]_resend.ts index b7c4a23b9e..6219f43bc7 100644 --- a/docs-util/oas-output/operations/admin/post_admin_invites_[id]_resend.ts +++ b/docs-util/oas-output/operations/admin/post_admin_invites_[id]_resend.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_invites_accept.ts b/docs-util/oas-output/operations/admin/post_admin_invites_accept.ts index 75a67f7329..da616480e6 100644 --- a/docs-util/oas-output/operations/admin/post_admin_invites_accept.ts +++ b/docs-util/oas-output/operations/admin/post_admin_invites_accept.ts @@ -4,7 +4,47 @@ * summary: Create Invite * description: Create a invite. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_payments_[id]_capture.ts b/docs-util/oas-output/operations/admin/post_admin_payments_[id]_capture.ts index 00dedf6d6d..e32b68435f 100644 --- a/docs-util/oas-output/operations/admin/post_admin_payments_[id]_capture.ts +++ b/docs-util/oas-output/operations/admin/post_admin_payments_[id]_capture.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_payments_[id]_refund.ts b/docs-util/oas-output/operations/admin/post_admin_payments_[id]_refund.ts index 27de17c715..6760c94df9 100644 --- a/docs-util/oas-output/operations/admin/post_admin_payments_[id]_refund.ts +++ b/docs-util/oas-output/operations/admin/post_admin_payments_[id]_refund.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_price-lists.ts b/docs-util/oas-output/operations/admin/post_admin_price-lists.ts index 5bde779a83..a7d9dacdd8 100644 --- a/docs-util/oas-output/operations/admin/post_admin_price-lists.ts +++ b/docs-util/oas-output/operations/admin/post_admin_price-lists.ts @@ -4,7 +4,47 @@ * summary: Create Price List * description: Create a price list. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_price-lists_[id].ts b/docs-util/oas-output/operations/admin/post_admin_price-lists_[id].ts index 3a1735d8e5..de63012351 100644 --- a/docs-util/oas-output/operations/admin/post_admin_price-lists_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_price-lists_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_add.ts b/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_add.ts index 1074888ebf..02709382ab 100644 --- a/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_add.ts +++ b/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_add.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_remove.ts b/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_remove.ts index 084f923a47..e481a09324 100644 --- a/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_remove.ts +++ b/docs-util/oas-output/operations/admin/post_admin_price-lists_[id]_prices_batch_remove.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types.ts b/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types.ts index 8ed4feb001..c451cd4552 100644 --- a/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types.ts +++ b/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types.ts @@ -4,7 +4,47 @@ * summary: Create Pricing * description: Create a pricing. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types_[id].ts b/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types_[id].ts index 35a55a36fc..1394b855b6 100644 --- a/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_pricing_rule-types_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_products.ts b/docs-util/oas-output/operations/admin/post_admin_products.ts index e564283981..31caec08d0 100644 --- a/docs-util/oas-output/operations/admin/post_admin_products.ts +++ b/docs-util/oas-output/operations/admin/post_admin_products.ts @@ -4,7 +4,47 @@ * summary: Create Product * description: Create a product. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_products_[id].ts b/docs-util/oas-output/operations/admin/post_admin_products_[id].ts index 329facd318..dc2287782e 100644 --- a/docs-util/oas-output/operations/admin/post_admin_products_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_products_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_products_[id]_options.ts b/docs-util/oas-output/operations/admin/post_admin_products_[id]_options.ts index 99116a4222..9e56fd334e 100644 --- a/docs-util/oas-output/operations/admin/post_admin_products_[id]_options.ts +++ b/docs-util/oas-output/operations/admin/post_admin_products_[id]_options.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts b/docs-util/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts index 076e9befbe..fead884b21 100644 --- a/docs-util/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_products_[id]_options_[option_id].ts @@ -17,6 +17,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants.ts b/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants.ts index bba436a585..79782f97d1 100644 --- a/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants.ts +++ b/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts b/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts index 0d7ce0aae3..c19e0dbb00 100644 --- a/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_products_[id]_variants_[variant_id].ts @@ -17,6 +17,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions.ts b/docs-util/oas-output/operations/admin/post_admin_promotions.ts index 29b18c3c8e..556d570ddf 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions.ts @@ -4,7 +4,47 @@ * summary: Create Promotion * description: Create a promotion. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id].ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id].ts index c711814b3d..d076142820 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_add.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_add.ts index 925ac363a8..12ab4239f1 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_add.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_add.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_remove.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_remove.ts index 89be56a1ca..016be4f54d 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_remove.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_buy-rules_batch_remove.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_add.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_add.ts index b7a122213e..3f2a398d4c 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_add.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_add.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_remove.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_remove.ts index 819336b878..2653fc3d01 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_remove.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_remove.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_update.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_update.ts index 4bf511c969..96d3f588ec 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_update.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_rules_batch_update.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_add.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_add.ts index 3a7b60334b..738107d04b 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_add.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_add.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_remove.ts b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_remove.ts index 62408dd167..a323306665 100644 --- a/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_remove.ts +++ b/docs-util/oas-output/operations/admin/post_admin_promotions_[id]_target-rules_batch_remove.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_regions.ts b/docs-util/oas-output/operations/admin/post_admin_regions.ts index e69fc63166..b6c370f479 100644 --- a/docs-util/oas-output/operations/admin/post_admin_regions.ts +++ b/docs-util/oas-output/operations/admin/post_admin_regions.ts @@ -4,7 +4,47 @@ * summary: Create Region * description: Create a region. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_regions_[id].ts b/docs-util/oas-output/operations/admin/post_admin_regions_[id].ts index 339708f35f..6bf32156b4 100644 --- a/docs-util/oas-output/operations/admin/post_admin_regions_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_regions_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_sales-channels.ts b/docs-util/oas-output/operations/admin/post_admin_sales-channels.ts index bc15479e15..4ff7401262 100644 --- a/docs-util/oas-output/operations/admin/post_admin_sales-channels.ts +++ b/docs-util/oas-output/operations/admin/post_admin_sales-channels.ts @@ -4,7 +4,47 @@ * summary: Create Sales Channel * description: Create a sales channel. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id].ts b/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id].ts index 0556e30be9..c6a9cd8a4e 100644 --- a/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id]_products_batch_add.ts b/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id]_products_batch_add.ts index e2d847a059..4c44d9774d 100644 --- a/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id]_products_batch_add.ts +++ b/docs-util/oas-output/operations/admin/post_admin_sales-channels_[id]_products_batch_add.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_stores_[id].ts b/docs-util/oas-output/operations/admin/post_admin_stores_[id].ts index b9a9801122..9cbdad916e 100644 --- a/docs-util/oas-output/operations/admin/post_admin_stores_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_stores_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_tax-rates.ts b/docs-util/oas-output/operations/admin/post_admin_tax-rates.ts index 252a647aff..c12d398e31 100644 --- a/docs-util/oas-output/operations/admin/post_admin_tax-rates.ts +++ b/docs-util/oas-output/operations/admin/post_admin_tax-rates.ts @@ -4,7 +4,47 @@ * summary: Create Tax Rate * description: Create a tax rate. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id].ts b/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id].ts index 6129e5371e..551009cf28 100644 --- a/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id]_rules.ts b/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id]_rules.ts index 432c15b81f..410beb25bc 100644 --- a/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id]_rules.ts +++ b/docs-util/oas-output/operations/admin/post_admin_tax-rates_[id]_rules.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_tax-regions.ts b/docs-util/oas-output/operations/admin/post_admin_tax-regions.ts index 0180a0f7e6..363e55a0f9 100644 --- a/docs-util/oas-output/operations/admin/post_admin_tax-regions.ts +++ b/docs-util/oas-output/operations/admin/post_admin_tax-regions.ts @@ -4,7 +4,47 @@ * summary: Create Tax Region * description: Create a tax region. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_users.ts b/docs-util/oas-output/operations/admin/post_admin_users.ts index 08d369ddb8..7d9cad1a9d 100644 --- a/docs-util/oas-output/operations/admin/post_admin_users.ts +++ b/docs-util/oas-output/operations/admin/post_admin_users.ts @@ -4,7 +4,47 @@ * summary: Create User * description: Create a user. * x-authenticated: true - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_users_[id].ts b/docs-util/oas-output/operations/admin/post_admin_users_[id].ts index 4393e6cd74..98152ba793 100644 --- a/docs-util/oas-output/operations/admin/post_admin_users_[id].ts +++ b/docs-util/oas-output/operations/admin/post_admin_users_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts b/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts index b5b477f45e..3ae06eb1b0 100644 --- a/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts +++ b/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_run.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_failure.ts b/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_failure.ts index 2462df38fc..a419e729a3 100644 --- a/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_failure.ts +++ b/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_failure.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_success.ts b/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_success.ts index b0d7637333..e5849d313e 100644 --- a/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_success.ts +++ b/docs-util/oas-output/operations/admin/post_admin_workflows-executions_[workflow_id]_steps_success.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * security: * - api_token: [] * - cookie_auth: [] diff --git a/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider].ts b/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider].ts index 7ca9eb62d1..fcf604bc18 100644 --- a/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider].ts +++ b/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL @@ -25,8 +65,6 @@ * tags: * - "[scope]" * responses: - * "200": - * description: OK * "400": * $ref: "#/components/responses/400_error" * "401": @@ -39,6 +77,10 @@ * $ref: "#/components/responses/invalid_request_error" * "500": * $ref: "#/components/responses/500_error" + * requestBody: + * content: + * application/json: + * schema: {} * */ diff --git a/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider]_callback.ts b/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider]_callback.ts index 581ddb1aa4..3b7155256e 100644 --- a/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider]_callback.ts +++ b/docs-util/oas-output/operations/auth/get_auth_[scope]_[authProvider]_callback.ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL @@ -25,8 +65,6 @@ * tags: * - "[scope]" * responses: - * "200": - * description: OK * "400": * $ref: "#/components/responses/400_error" * "401": @@ -39,6 +77,10 @@ * $ref: "#/components/responses/invalid_request_error" * "500": * $ref: "#/components/responses/500_error" + * requestBody: + * content: + * application/json: + * schema: {} * */ diff --git a/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider].ts b/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider].ts index 544a5abb9e..940c4c5254 100644 --- a/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider].ts +++ b/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider].ts @@ -17,6 +17,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL @@ -24,8 +64,6 @@ * tags: * - "[scope]" * responses: - * "200": - * description: OK * "400": * $ref: "#/components/responses/400_error" * "401": @@ -38,6 +76,10 @@ * $ref: "#/components/responses/invalid_request_error" * "500": * $ref: "#/components/responses/500_error" + * requestBody: + * content: + * application/json: + * schema: {} * */ diff --git a/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider]_callback.ts b/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider]_callback.ts index 88e12042bf..07f8e2574c 100644 --- a/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider]_callback.ts +++ b/docs-util/oas-output/operations/auth/post_auth_[scope]_[authProvider]_callback.ts @@ -17,6 +17,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL @@ -24,8 +64,6 @@ * tags: * - "[scope]" * responses: - * "200": - * description: OK * "400": * $ref: "#/components/responses/400_error" * "401": @@ -38,6 +76,10 @@ * $ref: "#/components/responses/invalid_request_error" * "500": * $ref: "#/components/responses/500_error" + * requestBody: + * content: + * application/json: + * schema: {} * */ diff --git a/docs-util/oas-output/operations/auth/post_auth_session.ts b/docs-util/oas-output/operations/auth/post_auth_session.ts index 439565ac24..0aa63c7216 100644 --- a/docs-util/oas-output/operations/auth/post_auth_session.ts +++ b/docs-util/oas-output/operations/auth/post_auth_session.ts @@ -4,7 +4,47 @@ * summary: Create Session * description: Create a session. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/hooks/post_hooks_payment_[provider].ts b/docs-util/oas-output/operations/hooks/post_hooks_payment_[provider].ts index 52edfaeee1..c390447490 100644 --- a/docs-util/oas-output/operations/hooks/post_hooks_payment_[provider].ts +++ b/docs-util/oas-output/operations/hooks/post_hooks_payment_[provider].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/delete_store_carts_[id]_line-items_[line_id].ts b/docs-util/oas-output/operations/store/delete_store_carts_[id]_line-items_[line_id].ts index 791863aa52..9e4c384bed 100644 --- a/docs-util/oas-output/operations/store/delete_store_carts_[id]_line-items_[line_id].ts +++ b/docs-util/oas-output/operations/store/delete_store_carts_[id]_line-items_[line_id].ts @@ -18,6 +18,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/delete_store_carts_[id]_promotions.ts b/docs-util/oas-output/operations/store/delete_store_carts_[id]_promotions.ts index fa22e02d11..dd699357d4 100644 --- a/docs-util/oas-output/operations/store/delete_store_carts_[id]_promotions.ts +++ b/docs-util/oas-output/operations/store/delete_store_carts_[id]_promotions.ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/delete_store_customers_me_addresses_[address_id].ts b/docs-util/oas-output/operations/store/delete_store_customers_me_addresses_[address_id].ts index 45a57c12d0..03fefd2b32 100644 --- a/docs-util/oas-output/operations/store/delete_store_customers_me_addresses_[address_id].ts +++ b/docs-util/oas-output/operations/store/delete_store_customers_me_addresses_[address_id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_carts_[id].ts b/docs-util/oas-output/operations/store/get_store_carts_[id].ts index 04d3e793ff..13e0239f36 100644 --- a/docs-util/oas-output/operations/store/get_store_carts_[id].ts +++ b/docs-util/oas-output/operations/store/get_store_carts_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_currencies.ts b/docs-util/oas-output/operations/store/get_store_currencies.ts index 6a6c47fae3..7513ba0edc 100644 --- a/docs-util/oas-output/operations/store/get_store_currencies.ts +++ b/docs-util/oas-output/operations/store/get_store_currencies.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of currencies. The currencies can be filtered by * fields such as `id`. The currencies can also be sorted or paginated. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_currencies_[code].ts b/docs-util/oas-output/operations/store/get_store_currencies_[code].ts index 140dfeef9c..70179a2250 100644 --- a/docs-util/oas-output/operations/store/get_store_currencies_[code].ts +++ b/docs-util/oas-output/operations/store/get_store_currencies_[code].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_customers_me.ts b/docs-util/oas-output/operations/store/get_store_customers_me.ts index 2c71044389..39b422af6b 100644 --- a/docs-util/oas-output/operations/store/get_store_customers_me.ts +++ b/docs-util/oas-output/operations/store/get_store_customers_me.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of customers. The customers can be filtered by * fields such as `id`. The customers can also be sorted or paginated. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_customers_me_addresses.ts b/docs-util/oas-output/operations/store/get_store_customers_me_addresses.ts index c5e2b32457..99bc4dba69 100644 --- a/docs-util/oas-output/operations/store/get_store_customers_me_addresses.ts +++ b/docs-util/oas-output/operations/store/get_store_customers_me_addresses.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of customers. The customers can be filtered by * fields such as `id`. The customers can also be sorted or paginated. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_customers_me_addresses_[address_id].ts b/docs-util/oas-output/operations/store/get_store_customers_me_addresses_[address_id].ts index d79f95ddd7..cbfa9a096e 100644 --- a/docs-util/oas-output/operations/store/get_store_customers_me_addresses_[address_id].ts +++ b/docs-util/oas-output/operations/store/get_store_customers_me_addresses_[address_id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_regions.ts b/docs-util/oas-output/operations/store/get_store_regions.ts index 32332290ec..729fe8dda2 100644 --- a/docs-util/oas-output/operations/store/get_store_regions.ts +++ b/docs-util/oas-output/operations/store/get_store_regions.ts @@ -5,7 +5,47 @@ * description: Retrieve a list of regions. The regions can be filtered by fields * such as `id`. The regions can also be sorted or paginated. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_regions_[id].ts b/docs-util/oas-output/operations/store/get_store_regions_[id].ts index f37cd5899e..8c93830d61 100644 --- a/docs-util/oas-output/operations/store/get_store_regions_[id].ts +++ b/docs-util/oas-output/operations/store/get_store_regions_[id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_regions_[id]_payment-providers.ts b/docs-util/oas-output/operations/store/get_store_regions_[id]_payment-providers.ts index 606884cbb3..8fd7a8b99b 100644 --- a/docs-util/oas-output/operations/store/get_store_regions_[id]_payment-providers.ts +++ b/docs-util/oas-output/operations/store/get_store_regions_[id]_payment-providers.ts @@ -13,6 +13,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/get_store_shipping-options_[cart_id].ts b/docs-util/oas-output/operations/store/get_store_shipping-options_[cart_id].ts index a9f8e322c0..f66609c54b 100644 --- a/docs-util/oas-output/operations/store/get_store_shipping-options_[cart_id].ts +++ b/docs-util/oas-output/operations/store/get_store_shipping-options_[cart_id].ts @@ -12,6 +12,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts.ts b/docs-util/oas-output/operations/store/post_store_carts.ts index f16d3ed325..c75a443343 100644 --- a/docs-util/oas-output/operations/store/post_store_carts.ts +++ b/docs-util/oas-output/operations/store/post_store_carts.ts @@ -4,7 +4,47 @@ * summary: Create Cart * description: Create a cart. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts_[id].ts b/docs-util/oas-output/operations/store/post_store_carts_[id].ts index 7ea397d04e..1ce18634d1 100644 --- a/docs-util/oas-output/operations/store/post_store_carts_[id].ts +++ b/docs-util/oas-output/operations/store/post_store_carts_[id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items.ts b/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items.ts index 216614f826..5a5d62bc0b 100644 --- a/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items.ts +++ b/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items_[line_id].ts b/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items_[line_id].ts index 1f6c8b4856..b9e80ddb2e 100644 --- a/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items_[line_id].ts +++ b/docs-util/oas-output/operations/store/post_store_carts_[id]_line-items_[line_id].ts @@ -17,6 +17,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts_[id]_payment-collections.ts b/docs-util/oas-output/operations/store/post_store_carts_[id]_payment-collections.ts index 0403b05190..90de390484 100644 --- a/docs-util/oas-output/operations/store/post_store_carts_[id]_payment-collections.ts +++ b/docs-util/oas-output/operations/store/post_store_carts_[id]_payment-collections.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts_[id]_promotions.ts b/docs-util/oas-output/operations/store/post_store_carts_[id]_promotions.ts index 9e3183180e..d737edb90e 100644 --- a/docs-util/oas-output/operations/store/post_store_carts_[id]_promotions.ts +++ b/docs-util/oas-output/operations/store/post_store_carts_[id]_promotions.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_carts_[id]_taxes.ts b/docs-util/oas-output/operations/store/post_store_carts_[id]_taxes.ts index c060d49d87..afed88425f 100644 --- a/docs-util/oas-output/operations/store/post_store_carts_[id]_taxes.ts +++ b/docs-util/oas-output/operations/store/post_store_carts_[id]_taxes.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * requestBody: * content: * application/json: diff --git a/docs-util/oas-output/operations/store/post_store_customers.ts b/docs-util/oas-output/operations/store/post_store_customers.ts index 87f53cc844..3fa8117252 100644 --- a/docs-util/oas-output/operations/store/post_store_customers.ts +++ b/docs-util/oas-output/operations/store/post_store_customers.ts @@ -4,7 +4,47 @@ * summary: Create Customer * description: Create a customer. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_customers_me_addresses.ts b/docs-util/oas-output/operations/store/post_store_customers_me_addresses.ts index d129007137..0ee6801db6 100644 --- a/docs-util/oas-output/operations/store/post_store_customers_me_addresses.ts +++ b/docs-util/oas-output/operations/store/post_store_customers_me_addresses.ts @@ -4,7 +4,47 @@ * summary: Create Customer * description: Create a customer. * x-authenticated: false - * parameters: [] + * parameters: + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_customers_me_addresses_[address_id].ts b/docs-util/oas-output/operations/store/post_store_customers_me_addresses_[address_id].ts index b73b23ee9e..0543238cf6 100644 --- a/docs-util/oas-output/operations/store/post_store_customers_me_addresses_[address_id].ts +++ b/docs-util/oas-output/operations/store/post_store_customers_me_addresses_[address_id].ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * x-codeSamples: * - lang: Shell * label: cURL diff --git a/docs-util/oas-output/operations/store/post_store_payment-collections_[id]_payment-sessions.ts b/docs-util/oas-output/operations/store/post_store_payment-collections_[id]_payment-sessions.ts index 69a95b9701..7a3394a7ac 100644 --- a/docs-util/oas-output/operations/store/post_store_payment-collections_[id]_payment-sessions.ts +++ b/docs-util/oas-output/operations/store/post_store_payment-collections_[id]_payment-sessions.ts @@ -11,6 +11,46 @@ * required: true * schema: * type: string + * - name: expand + * in: query + * description: Comma-separated relations that should be expanded in the returned data. + * required: false + * schema: + * type: string + * title: expand + * description: Comma-separated relations that should be expanded in the returned data. + * - name: fields + * in: query + * description: Comma-separated fields that should be included in the returned data. + * required: false + * schema: + * type: string + * title: fields + * description: Comma-separated fields that should be included in the returned data. + * - name: offset + * in: query + * description: The number of items to skip when retrieving a list. + * required: false + * schema: + * type: number + * title: offset + * description: The number of items to skip when retrieving a list. + * - name: limit + * in: query + * description: Limit the number of items returned in the list. + * required: false + * schema: + * type: number + * title: limit + * description: Limit the number of items returned in the list. + * - name: order + * in: query + * description: Field to sort items in the list by. + * required: false + * schema: + * type: string + * title: order + * description: Field to sort items in the list by. * requestBody: * content: * application/json: diff --git a/docs-util/oas-output/schemas/AdminGetProductsParams.ts b/docs-util/oas-output/schemas/AdminGetProductsParams.ts index 372b6b1d26..4f2500c118 100644 --- a/docs-util/oas-output/schemas/AdminGetProductsParams.ts +++ b/docs-util/oas-output/schemas/AdminGetProductsParams.ts @@ -22,7 +22,13 @@ * status: * type: array * description: The product's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -74,9 +80,6258 @@ * type: object * description: The product's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The product's created at. + * properties: + * $and: + * type: array + * description: The created at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $and's exec. + * properties: {} + * test: + * type: object + * description: The $and's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $and's source. + * global: + * type: boolean + * title: global + * description: The $and's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $and's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $and's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $and's lastindex. + * compile: + * type: object + * description: The $and's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $and's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $and's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $and's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $and's dotall. + * __@match@2351: + * type: object + * description: The $and's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $and's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $and's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $and's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $and's @matchall@2360. + * properties: {} + * - type: object + * description: The $and's details. + * properties: + * $and: + * type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $and's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $and's $eq. + * - type: object + * description: The $and's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $and's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $and's $ne. + * - type: object + * description: The $and's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $and's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $and's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $and's $not. + * - type: object + * description: The $and's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's $not. + * properties: {} + * - type: array + * description: The $and's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $and's $gt. + * - type: object + * description: The $and's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $and's $gte. + * - type: object + * description: The $and's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $and's $lt. + * - type: object + * description: The $and's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $and's $lte. + * - type: object + * description: The $and's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $and's $like. + * $re: + * type: string + * title: $re + * description: The $and's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $and's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $and's $fulltext. + * $overlap: + * type: array + * description: The $and's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $and's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $and's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $and's $exists. + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $and's exec. + * properties: {} + * test: + * type: object + * description: The $and's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $and's source. + * global: + * type: boolean + * title: global + * description: The $and's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $and's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $and's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $and's lastindex. + * compile: + * type: object + * description: The $and's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $and's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $and's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $and's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $and's dotall. + * __@match@2351: + * type: object + * description: The $and's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $and's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $and's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $and's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $and's @matchall@2360. + * properties: {} + * $or: + * type: array + * description: The created at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $or's exec. + * properties: {} + * test: + * type: object + * description: The $or's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $or's source. + * global: + * type: boolean + * title: global + * description: The $or's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $or's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $or's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $or's lastindex. + * compile: + * type: object + * description: The $or's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $or's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $or's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $or's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $or's dotall. + * __@match@2351: + * type: object + * description: The $or's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $or's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $or's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $or's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $or's @matchall@2360. + * properties: {} + * - type: object + * description: The $or's details. + * properties: + * $and: + * type: array + * description: The $or's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $or's $eq. + * - type: object + * description: The $or's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $or's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $or's $ne. + * - type: object + * description: The $or's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $or's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $or's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $or's $not. + * - type: object + * description: The $or's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's $not. + * properties: {} + * - type: array + * description: The $or's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $or's $gt. + * - type: object + * description: The $or's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $or's $gte. + * - type: object + * description: The $or's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $or's $lt. + * - type: object + * description: The $or's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $or's $lte. + * - type: object + * description: The $or's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $or's $like. + * $re: + * type: string + * title: $re + * description: The $or's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $or's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $or's $fulltext. + * $overlap: + * type: array + * description: The $or's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $or's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $or's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $or's $exists. + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $or's exec. + * properties: {} + * test: + * type: object + * description: The $or's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $or's source. + * global: + * type: boolean + * title: global + * description: The $or's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $or's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $or's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $or's lastindex. + * compile: + * type: object + * description: The $or's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $or's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $or's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $or's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $or's dotall. + * __@match@2351: + * type: object + * description: The $or's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $or's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $or's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $or's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $or's @matchall@2360. + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The created at's $eq. + * - type: object + * description: The created at's $eq. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $eq's exec. + * properties: {} + * test: + * type: object + * description: The $eq's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $eq's source. + * global: + * type: boolean + * title: global + * description: The $eq's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $eq's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $eq's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $eq's lastindex. + * compile: + * type: object + * description: The $eq's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $eq's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $eq's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $eq's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $eq's dotall. + * __@match@2351: + * type: object + * description: The $eq's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $eq's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $eq's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $eq's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $eq's @matchall@2360. + * properties: {} + * - type: array + * description: The created at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $eq's exec. + * properties: {} + * test: + * type: object + * description: The $eq's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $eq's source. + * global: + * type: boolean + * title: global + * description: The $eq's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $eq's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $eq's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $eq's lastindex. + * compile: + * type: object + * description: The $eq's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $eq's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $eq's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $eq's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $eq's dotall. + * __@match@2351: + * type: object + * description: The $eq's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $eq's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $eq's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $eq's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $eq's @matchall@2360. + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The created at's $ne. + * - type: object + * description: The created at's $ne. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $ne's exec. + * properties: {} + * test: + * type: object + * description: The $ne's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $ne's source. + * global: + * type: boolean + * title: global + * description: The $ne's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $ne's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $ne's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $ne's lastindex. + * compile: + * type: object + * description: The $ne's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $ne's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $ne's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $ne's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $ne's dotall. + * __@match@2351: + * type: object + * description: The $ne's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $ne's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $ne's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $ne's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $ne's @matchall@2360. + * properties: {} + * $in: + * type: array + * description: The created at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $in's exec. + * properties: {} + * test: + * type: object + * description: The $in's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $in's source. + * global: + * type: boolean + * title: global + * description: The $in's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $in's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $in's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $in's lastindex. + * compile: + * type: object + * description: The $in's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $in's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $in's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $in's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $in's dotall. + * __@match@2351: + * type: object + * description: The $in's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $in's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $in's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $in's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $in's @matchall@2360. + * properties: {} + * $nin: + * type: array + * description: The created at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $nin's exec. + * properties: {} + * test: + * type: object + * description: The $nin's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $nin's source. + * global: + * type: boolean + * title: global + * description: The $nin's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $nin's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $nin's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $nin's lastindex. + * compile: + * type: object + * description: The $nin's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $nin's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $nin's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $nin's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $nin's dotall. + * __@match@2351: + * type: object + * description: The $nin's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $nin's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $nin's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $nin's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $nin's @matchall@2360. + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The created at's $not. + * - type: object + * description: The created at's $not. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $not's exec. + * properties: {} + * test: + * type: object + * description: The $not's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $not's source. + * global: + * type: boolean + * title: global + * description: The $not's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $not's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $not's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $not's lastindex. + * compile: + * type: object + * description: The $not's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $not's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $not's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $not's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $not's dotall. + * __@match@2351: + * type: object + * description: The $not's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $not's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $not's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $not's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $not's @matchall@2360. + * properties: {} + * - type: object + * description: The created at's $not. + * properties: + * $and: + * type: array + * description: The $not's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $not's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $not's $eq. + * - type: object + * description: The $not's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $not's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $not's $ne. + * - type: object + * description: The $not's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $not's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $not's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $not's details. + * properties: {} + * - type: array + * description: The $not's details. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $not's $gt. + * - type: object + * description: The $not's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $not's $gte. + * - type: object + * description: The $not's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $not's $lt. + * - type: object + * description: The $not's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $not's $lte. + * - type: object + * description: The $not's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $not's $like. + * $re: + * type: string + * title: $re + * description: The $not's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $not's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $not's $fulltext. + * $overlap: + * type: array + * description: The $not's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $not's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $not's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $not's $exists. + * - type: array + * description: The created at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $not's exec. + * properties: {} + * test: + * type: object + * description: The $not's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $not's source. + * global: + * type: boolean + * title: global + * description: The $not's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $not's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $not's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $not's lastindex. + * compile: + * type: object + * description: The $not's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $not's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $not's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $not's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $not's dotall. + * __@match@2351: + * type: object + * description: The $not's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $not's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $not's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $not's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $not's @matchall@2360. + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The created at's $gt. + * - type: object + * description: The created at's $gt. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $gt's exec. + * properties: {} + * test: + * type: object + * description: The $gt's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $gt's source. + * global: + * type: boolean + * title: global + * description: The $gt's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $gt's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $gt's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $gt's lastindex. + * compile: + * type: object + * description: The $gt's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $gt's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $gt's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $gt's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $gt's dotall. + * __@match@2351: + * type: object + * description: The $gt's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $gt's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $gt's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $gt's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $gt's @matchall@2360. + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The created at's $gte. + * - type: object + * description: The created at's $gte. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $gte's exec. + * properties: {} + * test: + * type: object + * description: The $gte's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $gte's source. + * global: + * type: boolean + * title: global + * description: The $gte's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $gte's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $gte's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $gte's lastindex. + * compile: + * type: object + * description: The $gte's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $gte's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $gte's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $gte's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $gte's dotall. + * __@match@2351: + * type: object + * description: The $gte's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $gte's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $gte's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $gte's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $gte's @matchall@2360. + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The created at's $lt. + * - type: object + * description: The created at's $lt. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $lt's exec. + * properties: {} + * test: + * type: object + * description: The $lt's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $lt's source. + * global: + * type: boolean + * title: global + * description: The $lt's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $lt's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $lt's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $lt's lastindex. + * compile: + * type: object + * description: The $lt's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $lt's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $lt's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $lt's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $lt's dotall. + * __@match@2351: + * type: object + * description: The $lt's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $lt's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $lt's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $lt's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $lt's @matchall@2360. + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The created at's $lte. + * - type: object + * description: The created at's $lte. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $lte's exec. + * properties: {} + * test: + * type: object + * description: The $lte's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $lte's source. + * global: + * type: boolean + * title: global + * description: The $lte's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $lte's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $lte's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $lte's lastindex. + * compile: + * type: object + * description: The $lte's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $lte's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $lte's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $lte's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $lte's dotall. + * __@match@2351: + * type: object + * description: The $lte's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $lte's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $lte's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $lte's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $lte's @matchall@2360. + * properties: {} + * $like: + * type: string + * title: $like + * description: The created at's $like. + * $re: + * type: string + * title: $re + * description: The created at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The created at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The created at's $fulltext. + * $overlap: + * type: array + * description: The created at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The created at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The created at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The created at's $exists. + * updated_at: + * type: object + * description: The product's updated at. + * properties: + * $and: + * type: array + * description: The updated at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $and's exec. + * properties: {} + * test: + * type: object + * description: The $and's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $and's source. + * global: + * type: boolean + * title: global + * description: The $and's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $and's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $and's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $and's lastindex. + * compile: + * type: object + * description: The $and's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $and's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $and's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $and's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $and's dotall. + * __@match@2351: + * type: object + * description: The $and's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $and's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $and's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $and's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $and's @matchall@2360. + * properties: {} + * - type: object + * description: The $and's details. + * properties: + * $and: + * type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $and's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $and's $eq. + * - type: object + * description: The $and's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $and's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $and's $ne. + * - type: object + * description: The $and's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $and's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $and's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $and's $not. + * - type: object + * description: The $and's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's $not. + * properties: {} + * - type: array + * description: The $and's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $and's $gt. + * - type: object + * description: The $and's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $and's $gte. + * - type: object + * description: The $and's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $and's $lt. + * - type: object + * description: The $and's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $and's $lte. + * - type: object + * description: The $and's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $and's $like. + * $re: + * type: string + * title: $re + * description: The $and's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $and's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $and's $fulltext. + * $overlap: + * type: array + * description: The $and's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $and's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $and's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $and's $exists. + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $and's exec. + * properties: {} + * test: + * type: object + * description: The $and's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $and's source. + * global: + * type: boolean + * title: global + * description: The $and's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $and's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $and's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $and's lastindex. + * compile: + * type: object + * description: The $and's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $and's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $and's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $and's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $and's dotall. + * __@match@2351: + * type: object + * description: The $and's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $and's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $and's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $and's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $and's @matchall@2360. + * properties: {} + * $or: + * type: array + * description: The updated at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $or's exec. + * properties: {} + * test: + * type: object + * description: The $or's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $or's source. + * global: + * type: boolean + * title: global + * description: The $or's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $or's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $or's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $or's lastindex. + * compile: + * type: object + * description: The $or's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $or's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $or's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $or's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $or's dotall. + * __@match@2351: + * type: object + * description: The $or's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $or's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $or's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $or's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $or's @matchall@2360. + * properties: {} + * - type: object + * description: The $or's details. + * properties: + * $and: + * type: array + * description: The $or's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $or's $eq. + * - type: object + * description: The $or's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $or's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $or's $ne. + * - type: object + * description: The $or's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $or's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $or's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $or's $not. + * - type: object + * description: The $or's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's $not. + * properties: {} + * - type: array + * description: The $or's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $or's $gt. + * - type: object + * description: The $or's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $or's $gte. + * - type: object + * description: The $or's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $or's $lt. + * - type: object + * description: The $or's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $or's $lte. + * - type: object + * description: The $or's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $or's $like. + * $re: + * type: string + * title: $re + * description: The $or's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $or's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $or's $fulltext. + * $overlap: + * type: array + * description: The $or's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $or's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $or's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $or's $exists. + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $or's exec. + * properties: {} + * test: + * type: object + * description: The $or's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $or's source. + * global: + * type: boolean + * title: global + * description: The $or's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $or's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $or's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $or's lastindex. + * compile: + * type: object + * description: The $or's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $or's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $or's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $or's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $or's dotall. + * __@match@2351: + * type: object + * description: The $or's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $or's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $or's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $or's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $or's @matchall@2360. + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The updated at's $eq. + * - type: object + * description: The updated at's $eq. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $eq's exec. + * properties: {} + * test: + * type: object + * description: The $eq's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $eq's source. + * global: + * type: boolean + * title: global + * description: The $eq's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $eq's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $eq's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $eq's lastindex. + * compile: + * type: object + * description: The $eq's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $eq's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $eq's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $eq's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $eq's dotall. + * __@match@2351: + * type: object + * description: The $eq's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $eq's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $eq's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $eq's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $eq's @matchall@2360. + * properties: {} + * - type: array + * description: The updated at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $eq's exec. + * properties: {} + * test: + * type: object + * description: The $eq's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $eq's source. + * global: + * type: boolean + * title: global + * description: The $eq's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $eq's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $eq's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $eq's lastindex. + * compile: + * type: object + * description: The $eq's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $eq's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $eq's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $eq's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $eq's dotall. + * __@match@2351: + * type: object + * description: The $eq's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $eq's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $eq's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $eq's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $eq's @matchall@2360. + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The updated at's $ne. + * - type: object + * description: The updated at's $ne. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $ne's exec. + * properties: {} + * test: + * type: object + * description: The $ne's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $ne's source. + * global: + * type: boolean + * title: global + * description: The $ne's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $ne's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $ne's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $ne's lastindex. + * compile: + * type: object + * description: The $ne's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $ne's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $ne's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $ne's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $ne's dotall. + * __@match@2351: + * type: object + * description: The $ne's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $ne's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $ne's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $ne's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $ne's @matchall@2360. + * properties: {} + * $in: + * type: array + * description: The updated at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $in's exec. + * properties: {} + * test: + * type: object + * description: The $in's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $in's source. + * global: + * type: boolean + * title: global + * description: The $in's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $in's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $in's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $in's lastindex. + * compile: + * type: object + * description: The $in's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $in's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $in's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $in's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $in's dotall. + * __@match@2351: + * type: object + * description: The $in's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $in's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $in's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $in's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $in's @matchall@2360. + * properties: {} + * $nin: + * type: array + * description: The updated at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $nin's exec. + * properties: {} + * test: + * type: object + * description: The $nin's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $nin's source. + * global: + * type: boolean + * title: global + * description: The $nin's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $nin's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $nin's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $nin's lastindex. + * compile: + * type: object + * description: The $nin's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $nin's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $nin's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $nin's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $nin's dotall. + * __@match@2351: + * type: object + * description: The $nin's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $nin's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $nin's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $nin's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $nin's @matchall@2360. + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The updated at's $not. + * - type: object + * description: The updated at's $not. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $not's exec. + * properties: {} + * test: + * type: object + * description: The $not's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $not's source. + * global: + * type: boolean + * title: global + * description: The $not's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $not's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $not's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $not's lastindex. + * compile: + * type: object + * description: The $not's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $not's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $not's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $not's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $not's dotall. + * __@match@2351: + * type: object + * description: The $not's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $not's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $not's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $not's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $not's @matchall@2360. + * properties: {} + * - type: object + * description: The updated at's $not. + * properties: + * $and: + * type: array + * description: The $not's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $not's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $not's $eq. + * - type: object + * description: The $not's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $not's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $not's $ne. + * - type: object + * description: The $not's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $not's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $not's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $not's details. + * properties: {} + * - type: array + * description: The $not's details. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $not's $gt. + * - type: object + * description: The $not's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $not's $gte. + * - type: object + * description: The $not's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $not's $lt. + * - type: object + * description: The $not's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $not's $lte. + * - type: object + * description: The $not's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $not's $like. + * $re: + * type: string + * title: $re + * description: The $not's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $not's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $not's $fulltext. + * $overlap: + * type: array + * description: The $not's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $not's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $not's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $not's $exists. + * - type: array + * description: The updated at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $not's exec. + * properties: {} + * test: + * type: object + * description: The $not's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $not's source. + * global: + * type: boolean + * title: global + * description: The $not's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $not's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $not's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $not's lastindex. + * compile: + * type: object + * description: The $not's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $not's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $not's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $not's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $not's dotall. + * __@match@2351: + * type: object + * description: The $not's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $not's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $not's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $not's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $not's @matchall@2360. + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The updated at's $gt. + * - type: object + * description: The updated at's $gt. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $gt's exec. + * properties: {} + * test: + * type: object + * description: The $gt's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $gt's source. + * global: + * type: boolean + * title: global + * description: The $gt's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $gt's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $gt's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $gt's lastindex. + * compile: + * type: object + * description: The $gt's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $gt's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $gt's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $gt's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $gt's dotall. + * __@match@2351: + * type: object + * description: The $gt's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $gt's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $gt's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $gt's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $gt's @matchall@2360. + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The updated at's $gte. + * - type: object + * description: The updated at's $gte. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $gte's exec. + * properties: {} + * test: + * type: object + * description: The $gte's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $gte's source. + * global: + * type: boolean + * title: global + * description: The $gte's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $gte's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $gte's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $gte's lastindex. + * compile: + * type: object + * description: The $gte's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $gte's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $gte's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $gte's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $gte's dotall. + * __@match@2351: + * type: object + * description: The $gte's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $gte's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $gte's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $gte's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $gte's @matchall@2360. + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The updated at's $lt. + * - type: object + * description: The updated at's $lt. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $lt's exec. + * properties: {} + * test: + * type: object + * description: The $lt's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $lt's source. + * global: + * type: boolean + * title: global + * description: The $lt's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $lt's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $lt's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $lt's lastindex. + * compile: + * type: object + * description: The $lt's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $lt's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $lt's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $lt's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $lt's dotall. + * __@match@2351: + * type: object + * description: The $lt's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $lt's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $lt's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $lt's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $lt's @matchall@2360. + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The updated at's $lte. + * - type: object + * description: The updated at's $lte. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $lte's exec. + * properties: {} + * test: + * type: object + * description: The $lte's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $lte's source. + * global: + * type: boolean + * title: global + * description: The $lte's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $lte's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $lte's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $lte's lastindex. + * compile: + * type: object + * description: The $lte's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $lte's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $lte's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $lte's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $lte's dotall. + * __@match@2351: + * type: object + * description: The $lte's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $lte's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $lte's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $lte's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $lte's @matchall@2360. + * properties: {} + * $like: + * type: string + * title: $like + * description: The updated at's $like. + * $re: + * type: string + * title: $re + * description: The updated at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The updated at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The updated at's $fulltext. + * $overlap: + * type: array + * description: The updated at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The updated at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The updated at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The updated at's $exists. + * deleted_at: + * type: object + * description: The product's deleted at. + * properties: + * $and: + * type: array + * description: The deleted at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $and's exec. + * properties: {} + * test: + * type: object + * description: The $and's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $and's source. + * global: + * type: boolean + * title: global + * description: The $and's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $and's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $and's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $and's lastindex. + * compile: + * type: object + * description: The $and's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $and's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $and's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $and's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $and's dotall. + * __@match@2351: + * type: object + * description: The $and's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $and's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $and's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $and's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $and's @matchall@2360. + * properties: {} + * - type: object + * description: The $and's details. + * properties: + * $and: + * type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $and's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $and's $eq. + * - type: object + * description: The $and's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $and's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $and's $ne. + * - type: object + * description: The $and's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $and's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $and's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $and's $not. + * - type: object + * description: The $and's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's $not. + * properties: {} + * - type: array + * description: The $and's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $and's $gt. + * - type: object + * description: The $and's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $and's $gte. + * - type: object + * description: The $and's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $and's $lt. + * - type: object + * description: The $and's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $and's $lte. + * - type: object + * description: The $and's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $and's $like. + * $re: + * type: string + * title: $re + * description: The $and's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $and's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $and's $fulltext. + * $overlap: + * type: array + * description: The $and's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $and's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $and's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $and's $exists. + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $and's exec. + * properties: {} + * test: + * type: object + * description: The $and's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $and's source. + * global: + * type: boolean + * title: global + * description: The $and's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $and's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $and's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $and's lastindex. + * compile: + * type: object + * description: The $and's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $and's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $and's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $and's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $and's dotall. + * __@match@2351: + * type: object + * description: The $and's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $and's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $and's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $and's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $and's @matchall@2360. + * properties: {} + * $or: + * type: array + * description: The deleted at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $or's exec. + * properties: {} + * test: + * type: object + * description: The $or's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $or's source. + * global: + * type: boolean + * title: global + * description: The $or's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $or's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $or's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $or's lastindex. + * compile: + * type: object + * description: The $or's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $or's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $or's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $or's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $or's dotall. + * __@match@2351: + * type: object + * description: The $or's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $or's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $or's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $or's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $or's @matchall@2360. + * properties: {} + * - type: object + * description: The $or's details. + * properties: + * $and: + * type: array + * description: The $or's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $or's $eq. + * - type: object + * description: The $or's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $or's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $or's $ne. + * - type: object + * description: The $or's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $or's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $or's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $or's $not. + * - type: object + * description: The $or's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's $not. + * properties: {} + * - type: array + * description: The $or's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $or's $gt. + * - type: object + * description: The $or's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $or's $gte. + * - type: object + * description: The $or's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $or's $lt. + * - type: object + * description: The $or's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $or's $lte. + * - type: object + * description: The $or's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $or's $like. + * $re: + * type: string + * title: $re + * description: The $or's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $or's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $or's $fulltext. + * $overlap: + * type: array + * description: The $or's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $or's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $or's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $or's $exists. + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $or's exec. + * properties: {} + * test: + * type: object + * description: The $or's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $or's source. + * global: + * type: boolean + * title: global + * description: The $or's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $or's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $or's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $or's lastindex. + * compile: + * type: object + * description: The $or's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $or's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $or's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $or's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $or's dotall. + * __@match@2351: + * type: object + * description: The $or's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $or's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $or's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $or's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $or's @matchall@2360. + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The deleted at's $eq. + * - type: object + * description: The deleted at's $eq. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $eq's exec. + * properties: {} + * test: + * type: object + * description: The $eq's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $eq's source. + * global: + * type: boolean + * title: global + * description: The $eq's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $eq's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $eq's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $eq's lastindex. + * compile: + * type: object + * description: The $eq's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $eq's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $eq's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $eq's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $eq's dotall. + * __@match@2351: + * type: object + * description: The $eq's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $eq's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $eq's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $eq's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $eq's @matchall@2360. + * properties: {} + * - type: array + * description: The deleted at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $eq's exec. + * properties: {} + * test: + * type: object + * description: The $eq's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $eq's source. + * global: + * type: boolean + * title: global + * description: The $eq's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $eq's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $eq's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $eq's lastindex. + * compile: + * type: object + * description: The $eq's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $eq's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $eq's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $eq's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $eq's dotall. + * __@match@2351: + * type: object + * description: The $eq's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $eq's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $eq's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $eq's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $eq's @matchall@2360. + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The deleted at's $ne. + * - type: object + * description: The deleted at's $ne. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $ne's exec. + * properties: {} + * test: + * type: object + * description: The $ne's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $ne's source. + * global: + * type: boolean + * title: global + * description: The $ne's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $ne's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $ne's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $ne's lastindex. + * compile: + * type: object + * description: The $ne's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $ne's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $ne's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $ne's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $ne's dotall. + * __@match@2351: + * type: object + * description: The $ne's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $ne's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $ne's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $ne's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $ne's @matchall@2360. + * properties: {} + * $in: + * type: array + * description: The deleted at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $in's exec. + * properties: {} + * test: + * type: object + * description: The $in's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $in's source. + * global: + * type: boolean + * title: global + * description: The $in's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $in's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $in's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $in's lastindex. + * compile: + * type: object + * description: The $in's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $in's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $in's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $in's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $in's dotall. + * __@match@2351: + * type: object + * description: The $in's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $in's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $in's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $in's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $in's @matchall@2360. + * properties: {} + * $nin: + * type: array + * description: The deleted at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $nin's exec. + * properties: {} + * test: + * type: object + * description: The $nin's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $nin's source. + * global: + * type: boolean + * title: global + * description: The $nin's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $nin's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $nin's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $nin's lastindex. + * compile: + * type: object + * description: The $nin's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $nin's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $nin's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $nin's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $nin's dotall. + * __@match@2351: + * type: object + * description: The $nin's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $nin's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $nin's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $nin's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $nin's @matchall@2360. + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The deleted at's $not. + * - type: object + * description: The deleted at's $not. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $not's exec. + * properties: {} + * test: + * type: object + * description: The $not's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $not's source. + * global: + * type: boolean + * title: global + * description: The $not's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $not's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $not's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $not's lastindex. + * compile: + * type: object + * description: The $not's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $not's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $not's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $not's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $not's dotall. + * __@match@2351: + * type: object + * description: The $not's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $not's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $not's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $not's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $not's @matchall@2360. + * properties: {} + * - type: object + * description: The deleted at's $not. + * properties: + * $and: + * type: array + * description: The $not's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The $not's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The $not's $eq. + * - type: object + * description: The $not's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The $not's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The $not's $ne. + * - type: object + * description: The $not's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The $not's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The $not's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $not's details. + * properties: {} + * - type: array + * description: The $not's details. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The $not's $gt. + * - type: object + * description: The $not's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The $not's $gte. + * - type: object + * description: The $not's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The $not's $lt. + * - type: object + * description: The $not's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The $not's $lte. + * - type: object + * description: The $not's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The $not's $like. + * $re: + * type: string + * title: $re + * description: The $not's $re. + * $ilike: + * type: string + * title: $ilike + * description: The $not's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The $not's $fulltext. + * $overlap: + * type: array + * description: The $not's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The $not's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The $not's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The $not's $exists. + * - type: array + * description: The deleted at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $not's exec. + * properties: {} + * test: + * type: object + * description: The $not's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $not's source. + * global: + * type: boolean + * title: global + * description: The $not's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $not's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $not's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $not's lastindex. + * compile: + * type: object + * description: The $not's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $not's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $not's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $not's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $not's dotall. + * __@match@2351: + * type: object + * description: The $not's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $not's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $not's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $not's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $not's @matchall@2360. + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The deleted at's $gt. + * - type: object + * description: The deleted at's $gt. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $gt's exec. + * properties: {} + * test: + * type: object + * description: The $gt's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $gt's source. + * global: + * type: boolean + * title: global + * description: The $gt's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $gt's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $gt's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $gt's lastindex. + * compile: + * type: object + * description: The $gt's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $gt's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $gt's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $gt's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $gt's dotall. + * __@match@2351: + * type: object + * description: The $gt's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $gt's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $gt's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $gt's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $gt's @matchall@2360. + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The deleted at's $gte. + * - type: object + * description: The deleted at's $gte. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $gte's exec. + * properties: {} + * test: + * type: object + * description: The $gte's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $gte's source. + * global: + * type: boolean + * title: global + * description: The $gte's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $gte's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $gte's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $gte's lastindex. + * compile: + * type: object + * description: The $gte's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $gte's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $gte's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $gte's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $gte's dotall. + * __@match@2351: + * type: object + * description: The $gte's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $gte's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $gte's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $gte's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $gte's @matchall@2360. + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The deleted at's $lt. + * - type: object + * description: The deleted at's $lt. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $lt's exec. + * properties: {} + * test: + * type: object + * description: The $lt's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $lt's source. + * global: + * type: boolean + * title: global + * description: The $lt's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $lt's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $lt's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $lt's lastindex. + * compile: + * type: object + * description: The $lt's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $lt's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $lt's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $lt's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $lt's dotall. + * __@match@2351: + * type: object + * description: The $lt's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $lt's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $lt's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $lt's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $lt's @matchall@2360. + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The deleted at's $lte. + * - type: object + * description: The deleted at's $lte. + * x-schemaName: RegExp + * required: + * - exec + * - test + * - source + * - global + * - ignoreCase + * - multiline + * - lastIndex + * - flags + * - sticky + * - unicode + * - dotAll + * - __@match@2351 + * - __@replace@2353 + * - __@search@2356 + * - __@matchAll@2360 + * properties: + * exec: + * type: object + * description: The $lte's exec. + * properties: {} + * test: + * type: object + * description: The $lte's test. + * properties: {} + * source: + * type: string + * title: source + * description: The $lte's source. + * global: + * type: boolean + * title: global + * description: The $lte's global. + * ignoreCase: + * type: boolean + * title: ignoreCase + * description: The $lte's ignorecase. + * multiline: + * type: boolean + * title: multiline + * description: The $lte's multiline. + * lastIndex: + * type: number + * title: lastIndex + * description: The $lte's lastindex. + * compile: + * type: object + * description: The $lte's compile. + * properties: {} + * flags: + * type: string + * title: flags + * description: The $lte's flags. + * sticky: + * type: boolean + * title: sticky + * description: The $lte's sticky. + * unicode: + * type: boolean + * title: unicode + * description: The $lte's unicode. + * dotAll: + * type: boolean + * title: dotAll + * description: The $lte's dotall. + * __@match@2351: + * type: object + * description: The $lte's @match@2351. + * properties: {} + * __@replace@2353: + * type: object + * description: The $lte's @replace@2353. + * properties: {} + * __@search@2356: + * type: object + * description: The $lte's @search@2356. + * properties: {} + * __@split@2358: + * type: object + * description: The $lte's @split@2358. + * properties: {} + * __@matchAll@2360: + * type: object + * description: The $lte's @matchall@2360. + * properties: {} + * $like: + * type: string + * title: $like + * description: The deleted at's $like. + * $re: + * type: string + * title: $re + * description: The deleted at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The deleted at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The deleted at's $fulltext. + * $overlap: + * type: array + * description: The deleted at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The deleted at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The deleted at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The deleted at's $exists. * $and: * type: array * description: The product's $and. @@ -103,7 +6358,13 @@ * status: * type: array * description: The $and's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -155,9 +6416,633 @@ * type: object * description: The $and's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The $and's created at. + * properties: + * $and: + * type: array + * description: The created at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The created at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The created at's $eq. + * - type: object + * description: The created at's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The created at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The created at's $ne. + * - type: object + * description: The created at's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The created at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The created at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The created at's $not. + * - type: object + * description: The created at's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The created at's $not. + * properties: {} + * - type: array + * description: The created at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The created at's $gt. + * - type: object + * description: The created at's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The created at's $gte. + * - type: object + * description: The created at's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The created at's $lt. + * - type: object + * description: The created at's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The created at's $lte. + * - type: object + * description: The created at's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The created at's $like. + * $re: + * type: string + * title: $re + * description: The created at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The created at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The created at's $fulltext. + * $overlap: + * type: array + * description: The created at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The created at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The created at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The created at's $exists. + * updated_at: + * type: object + * description: The $and's updated at. + * properties: + * $and: + * type: array + * description: The updated at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The updated at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The updated at's $eq. + * - type: object + * description: The updated at's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The updated at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The updated at's $ne. + * - type: object + * description: The updated at's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The updated at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The updated at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The updated at's $not. + * - type: object + * description: The updated at's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The updated at's $not. + * properties: {} + * - type: array + * description: The updated at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The updated at's $gt. + * - type: object + * description: The updated at's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The updated at's $gte. + * - type: object + * description: The updated at's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The updated at's $lt. + * - type: object + * description: The updated at's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The updated at's $lte. + * - type: object + * description: The updated at's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The updated at's $like. + * $re: + * type: string + * title: $re + * description: The updated at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The updated at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The updated at's $fulltext. + * $overlap: + * type: array + * description: The updated at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The updated at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The updated at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The updated at's $exists. + * deleted_at: + * type: object + * description: The $and's deleted at. + * properties: + * $and: + * type: array + * description: The deleted at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The deleted at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The deleted at's $eq. + * - type: object + * description: The deleted at's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The deleted at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The deleted at's $ne. + * - type: object + * description: The deleted at's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The deleted at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The deleted at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The deleted at's $not. + * - type: object + * description: The deleted at's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The deleted at's $not. + * properties: {} + * - type: array + * description: The deleted at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The deleted at's $gt. + * - type: object + * description: The deleted at's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The deleted at's $gte. + * - type: object + * description: The deleted at's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The deleted at's $lt. + * - type: object + * description: The deleted at's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The deleted at's $lte. + * - type: object + * description: The deleted at's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The deleted at's $like. + * $re: + * type: string + * title: $re + * description: The deleted at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The deleted at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The deleted at's $fulltext. + * $overlap: + * type: array + * description: The deleted at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The deleted at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The deleted at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The deleted at's $exists. * $and: * type: array * description: The $and's details. @@ -184,7 +7069,13 @@ * status: * type: array * description: The $and's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -236,9 +7127,18 @@ * type: object * description: The $and's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The $and's created at. + * properties: {} + * updated_at: + * type: object + * description: The $and's updated at. + * properties: {} + * deleted_at: + * type: object + * description: The $and's deleted at. + * properties: {} * $and: * type: array * description: The $and's details. @@ -301,7 +7201,13 @@ * status: * type: array * description: The $or's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -353,9 +7259,18 @@ * type: object * description: The $or's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The $or's created at. + * properties: {} + * updated_at: + * type: object + * description: The $or's updated at. + * properties: {} + * deleted_at: + * type: object + * description: The $or's deleted at. + * properties: {} * $and: * type: array * description: The $or's $and. @@ -438,7 +7353,13 @@ * status: * type: array * description: The $or's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -490,9 +7411,633 @@ * type: object * description: The $or's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The $or's created at. + * properties: + * $and: + * type: array + * description: The created at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The created at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The created at's $eq. + * - type: object + * description: The created at's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The created at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The created at's $ne. + * - type: object + * description: The created at's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The created at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The created at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The created at's $not. + * - type: object + * description: The created at's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The created at's $not. + * properties: {} + * - type: array + * description: The created at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The created at's $gt. + * - type: object + * description: The created at's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The created at's $gte. + * - type: object + * description: The created at's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The created at's $lt. + * - type: object + * description: The created at's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The created at's $lte. + * - type: object + * description: The created at's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The created at's $like. + * $re: + * type: string + * title: $re + * description: The created at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The created at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The created at's $fulltext. + * $overlap: + * type: array + * description: The created at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The created at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The created at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The created at's $exists. + * updated_at: + * type: object + * description: The $or's updated at. + * properties: + * $and: + * type: array + * description: The updated at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The updated at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The updated at's $eq. + * - type: object + * description: The updated at's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The updated at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The updated at's $ne. + * - type: object + * description: The updated at's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The updated at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The updated at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The updated at's $not. + * - type: object + * description: The updated at's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The updated at's $not. + * properties: {} + * - type: array + * description: The updated at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The updated at's $gt. + * - type: object + * description: The updated at's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The updated at's $gte. + * - type: object + * description: The updated at's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The updated at's $lt. + * - type: object + * description: The updated at's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The updated at's $lte. + * - type: object + * description: The updated at's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The updated at's $like. + * $re: + * type: string + * title: $re + * description: The updated at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The updated at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The updated at's $fulltext. + * $overlap: + * type: array + * description: The updated at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The updated at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The updated at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The updated at's $exists. + * deleted_at: + * type: object + * description: The $or's deleted at. + * properties: + * $and: + * type: array + * description: The deleted at's $and. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $and's details. + * properties: {} + * - type: array + * description: The $and's details. + * items: + * oneOf: + * - type: string + * title: $and + * description: The $and's details. + * - type: object + * description: The $and's details. + * x-schemaName: RegExp + * properties: {} + * $or: + * type: array + * description: The deleted at's $or. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The $or's details. + * properties: {} + * - type: array + * description: The $or's details. + * items: + * oneOf: + * - type: string + * title: $or + * description: The $or's details. + * - type: object + * description: The $or's details. + * x-schemaName: RegExp + * properties: {} + * $eq: + * oneOf: + * - type: string + * title: $eq + * description: The deleted at's $eq. + * - type: object + * description: The deleted at's $eq. + * x-schemaName: RegExp + * properties: {} + * - type: array + * description: The deleted at's $eq. + * items: + * oneOf: + * - type: string + * title: $eq + * description: The $eq's details. + * - type: object + * description: The $eq's details. + * x-schemaName: RegExp + * properties: {} + * $ne: + * oneOf: + * - type: string + * title: $ne + * description: The deleted at's $ne. + * - type: object + * description: The deleted at's $ne. + * x-schemaName: RegExp + * properties: {} + * $in: + * type: array + * description: The deleted at's $in. + * items: + * oneOf: + * - type: string + * title: $in + * description: The $in's details. + * - type: object + * description: The $in's details. + * x-schemaName: RegExp + * properties: {} + * $nin: + * type: array + * description: The deleted at's $nin. + * items: + * oneOf: + * - type: string + * title: $nin + * description: The $nin's details. + * - type: object + * description: The $nin's details. + * x-schemaName: RegExp + * properties: {} + * $not: + * oneOf: + * - type: string + * title: $not + * description: The deleted at's $not. + * - type: object + * description: The deleted at's $not. + * x-schemaName: RegExp + * properties: {} + * - type: object + * description: The deleted at's $not. + * properties: {} + * - type: array + * description: The deleted at's $not. + * items: + * oneOf: + * - type: string + * title: $not + * description: The $not's details. + * - type: object + * description: The $not's details. + * x-schemaName: RegExp + * properties: {} + * $gt: + * oneOf: + * - type: string + * title: $gt + * description: The deleted at's $gt. + * - type: object + * description: The deleted at's $gt. + * x-schemaName: RegExp + * properties: {} + * $gte: + * oneOf: + * - type: string + * title: $gte + * description: The deleted at's $gte. + * - type: object + * description: The deleted at's $gte. + * x-schemaName: RegExp + * properties: {} + * $lt: + * oneOf: + * - type: string + * title: $lt + * description: The deleted at's $lt. + * - type: object + * description: The deleted at's $lt. + * x-schemaName: RegExp + * properties: {} + * $lte: + * oneOf: + * - type: string + * title: $lte + * description: The deleted at's $lte. + * - type: object + * description: The deleted at's $lte. + * x-schemaName: RegExp + * properties: {} + * $like: + * type: string + * title: $like + * description: The deleted at's $like. + * $re: + * type: string + * title: $re + * description: The deleted at's $re. + * $ilike: + * type: string + * title: $ilike + * description: The deleted at's $ilike. + * $fulltext: + * type: string + * title: $fulltext + * description: The deleted at's $fulltext. + * $overlap: + * type: array + * description: The deleted at's $overlap. + * items: + * type: string + * title: $overlap + * description: The $overlap's details. + * $contains: + * type: array + * description: The deleted at's $contains. + * items: + * type: string + * title: $contains + * description: The $contain's $contains. + * $contained: + * type: array + * description: The deleted at's $contained. + * items: + * type: string + * title: $contained + * description: The $contained's details. + * $exists: + * type: boolean + * title: $exists + * description: The deleted at's $exists. * $and: * type: array * description: The $or's $and. @@ -519,7 +8064,13 @@ * status: * type: array * description: The $and's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -571,9 +8122,18 @@ * type: object * description: The $and's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The $and's created at. + * properties: {} + * updated_at: + * type: object + * description: The $and's updated at. + * properties: {} + * deleted_at: + * type: object + * description: The $and's deleted at. + * properties: {} * $and: * type: array * description: The $and's details. @@ -636,7 +8196,13 @@ * status: * type: array * description: The $or's status. - * items: {} + * items: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected * title: * type: string * title: title @@ -688,9 +8254,18 @@ * type: object * description: The $or's variants. * properties: {} - * created_at: {} - * updated_at: {} - * deleted_at: {} + * created_at: + * type: object + * description: The $or's created at. + * properties: {} + * updated_at: + * type: object + * description: The $or's updated at. + * properties: {} + * deleted_at: + * type: object + * description: The $or's deleted at. + * properties: {} * $and: * type: array * description: The $or's $and. diff --git a/docs-util/oas-output/schemas/AdminPostFulfillmentShippingOptionsRulesBatchAddReq.ts b/docs-util/oas-output/schemas/AdminPostFulfillmentShippingOptionsRulesBatchAddReq.ts index 6760a5e015..ca72ad1900 100644 --- a/docs-util/oas-output/schemas/AdminPostFulfillmentShippingOptionsRulesBatchAddReq.ts +++ b/docs-util/oas-output/schemas/AdminPostFulfillmentShippingOptionsRulesBatchAddReq.ts @@ -18,7 +18,17 @@ * - attribute * - value * properties: - * operator: {} + * operator: + * type: string + * enum: + * - in + * - eq + * - ne + * - gt + * - gte + * - lt + * - lte + * - nin * attribute: * type: string * title: attribute diff --git a/docs-util/oas-output/schemas/AdminPostPriceListsPriceListReq.ts b/docs-util/oas-output/schemas/AdminPostPriceListsPriceListReq.ts index 99b5ee7d42..cd5e738a81 100644 --- a/docs-util/oas-output/schemas/AdminPostPriceListsPriceListReq.ts +++ b/docs-util/oas-output/schemas/AdminPostPriceListsPriceListReq.ts @@ -22,8 +22,16 @@ * type: string * title: ends_at * description: The price list's ends at. - * status: {} - * type: {} + * status: + * type: string + * enum: + * - active + * - draft + * type: + * type: string + * enum: + * - sale + * - override * prices: * type: array * description: The price list's prices. diff --git a/docs-util/oas-output/schemas/AdminPostPriceListsReq.ts b/docs-util/oas-output/schemas/AdminPostPriceListsReq.ts index c15224aaf4..cd4c74367d 100644 --- a/docs-util/oas-output/schemas/AdminPostPriceListsReq.ts +++ b/docs-util/oas-output/schemas/AdminPostPriceListsReq.ts @@ -25,8 +25,16 @@ * type: string * title: ends_at * description: The price list's ends at. - * status: {} - * type: {} + * status: + * type: string + * enum: + * - active + * - draft + * type: + * type: string + * enum: + * - sale + * - override * prices: * type: array * description: The price list's prices. diff --git a/docs-util/oas-output/schemas/AdminPostPromotionsPromotionReq.ts b/docs-util/oas-output/schemas/AdminPostPromotionsPromotionReq.ts index 97439be95d..a21c3f6d85 100644 --- a/docs-util/oas-output/schemas/AdminPostPromotionsPromotionReq.ts +++ b/docs-util/oas-output/schemas/AdminPostPromotionsPromotionReq.ts @@ -12,7 +12,11 @@ * type: boolean * title: is_automatic * description: The promotion's is automatic. - * type: {} + * type: + * type: string + * enum: + * - standard + * - buyget * campaign_id: * type: string * title: campaign_id @@ -33,7 +37,16 @@ * - attribute * - values * properties: - * operator: {} + * operator: + * type: string + * enum: + * - gte + * - lte + * - gt + * - lt + * - eq + * - ne + * - in * description: * type: string * title: description diff --git a/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchAddReq.ts b/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchAddReq.ts index 748d2baba1..00943a11cb 100644 --- a/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchAddReq.ts +++ b/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchAddReq.ts @@ -18,7 +18,16 @@ * - attribute * - values * properties: - * operator: {} + * operator: + * type: string + * enum: + * - gte + * - lte + * - gt + * - lt + * - eq + * - ne + * - in * description: * type: string * title: description diff --git a/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchUpdateReq.ts b/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchUpdateReq.ts index 2646a25987..359ec8a694 100644 --- a/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchUpdateReq.ts +++ b/docs-util/oas-output/schemas/AdminPostPromotionsPromotionRulesBatchUpdateReq.ts @@ -22,7 +22,16 @@ * type: string * title: id * description: The rule's ID. - * operator: {} + * operator: + * type: string + * enum: + * - gte + * - lte + * - gt + * - lt + * - eq + * - ne + * - in * description: * type: string * title: description diff --git a/docs-util/oas-output/schemas/AdminPostWorkflowsAsyncResponseReq.ts b/docs-util/oas-output/schemas/AdminPostWorkflowsAsyncResponseReq.ts index 5abe22ecc2..4ca8ed14c1 100644 --- a/docs-util/oas-output/schemas/AdminPostWorkflowsAsyncResponseReq.ts +++ b/docs-util/oas-output/schemas/AdminPostWorkflowsAsyncResponseReq.ts @@ -17,7 +17,11 @@ * description: The workflows execution's step id. * response: {} * compensate_input: {} - * action: {} + * action: + * type: string + * enum: + * - invoke + * - compensate * */ diff --git a/docs-util/oas-output/schemas/ApplicationMethod.ts b/docs-util/oas-output/schemas/ApplicationMethod.ts new file mode 100644 index 0000000000..5bdde14261 --- /dev/null +++ b/docs-util/oas-output/schemas/ApplicationMethod.ts @@ -0,0 +1,9 @@ +/** + * @schema ApplicationMethod + * type: object + * description: The promotion's application method. + * x-schemaName: ApplicationMethod + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/ApplicationMethodsMethodPostReq.ts b/docs-util/oas-output/schemas/ApplicationMethodsMethodPostReq.ts index 014dddc294..20ab423287 100644 --- a/docs-util/oas-output/schemas/ApplicationMethodsMethodPostReq.ts +++ b/docs-util/oas-output/schemas/ApplicationMethodsMethodPostReq.ts @@ -16,9 +16,22 @@ * type: number * title: max_quantity * description: The application method's max quantity. - * type: {} - * target_type: {} - * allocation: {} + * type: + * type: string + * enum: + * - fixed + * - percentage + * target_type: + * type: string + * enum: + * - order + * - shipping_methods + * - items + * allocation: + * type: string + * enum: + * - each + * - across * target_rules: * type: array * description: The application method's target rules. @@ -31,7 +44,16 @@ * - attribute * - values * properties: - * operator: {} + * operator: + * type: string + * enum: + * - gte + * - lte + * - gt + * - lt + * - eq + * - ne + * - in * description: * type: string * title: description @@ -59,7 +81,16 @@ * - attribute * - values * properties: - * operator: {} + * operator: + * type: string + * enum: + * - gte + * - lte + * - gt + * - lt + * - eq + * - ne + * - in * description: * type: string * title: description diff --git a/docs-util/oas-output/schemas/Campaign.ts b/docs-util/oas-output/schemas/Campaign.ts new file mode 100644 index 0000000000..11c0194c96 --- /dev/null +++ b/docs-util/oas-output/schemas/Campaign.ts @@ -0,0 +1,9 @@ +/** + * @schema Campaign + * type: object + * description: The promotion's campaign. + * x-schemaName: Campaign + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CampaignBudget.ts b/docs-util/oas-output/schemas/CampaignBudget.ts index 0069228a43..aad7d6d4c5 100644 --- a/docs-util/oas-output/schemas/CampaignBudget.ts +++ b/docs-util/oas-output/schemas/CampaignBudget.ts @@ -4,7 +4,11 @@ * description: The campaign's budget. * x-schemaName: CampaignBudget * properties: - * type: {} + * type: + * type: string + * enum: + * - spend + * - usage * limit: * type: number * title: limit diff --git a/docs-util/oas-output/schemas/CreateApiKey.ts b/docs-util/oas-output/schemas/CreateApiKey.ts new file mode 100644 index 0000000000..b21a19571c --- /dev/null +++ b/docs-util/oas-output/schemas/CreateApiKey.ts @@ -0,0 +1,21 @@ +/** + * @schema CreateApiKey + * type: object + * description: SUMMARY + * x-schemaName: CreateApiKey + * required: + * - title + * - type + * properties: + * title: + * type: string + * title: title + * description: The api key's title. + * type: + * type: string + * enum: + * - secret + * - publishable + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateApplicationMethod.ts b/docs-util/oas-output/schemas/CreateApplicationMethod.ts new file mode 100644 index 0000000000..9dbe602727 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateApplicationMethod.ts @@ -0,0 +1,166 @@ +/** + * @schema CreateApplicationMethod + * type: object + * description: The promotion's application method. + * x-schemaName: CreateApplicationMethod + * required: + * - type + * - target_type + * properties: + * type: + * type: string + * enum: + * - fixed + * - percentage + * target_type: + * type: string + * enum: + * - order + * - shipping_methods + * - items + * allocation: + * type: string + * enum: + * - each + * - across + * value: + * type: number + * title: value + * description: The application method's value. + * max_quantity: + * type: number + * title: max_quantity + * description: The application method's max quantity. + * buy_rules_min_quantity: + * type: number + * title: buy_rules_min_quantity + * description: The application method's buy rules min quantity. + * apply_to_quantity: + * type: number + * title: apply_to_quantity + * description: The application method's apply to quantity. + * promotion: + * oneOf: + * - type: string + * title: promotion + * description: The application method's promotion. + * - type: object + * description: The application method's promotion. + * x-schemaName: Promotion + * required: + * - id + * properties: + * id: + * type: string + * title: id + * description: The promotion's ID. + * code: + * type: string + * title: code + * description: The promotion's code. + * type: + * type: string + * enum: + * - standard + * - buyget + * is_automatic: + * type: boolean + * title: is_automatic + * description: The promotion's is automatic. + * application_method: + * $ref: "#/components/schemas/ApplicationMethod" + * rules: + * type: array + * description: The promotion's rules. + * items: + * type: object + * description: The rule's rules. + * x-schemaName: PromotionRule + * properties: {} + * campaign: + * $ref: "#/components/schemas/Campaign" + * target_rules: + * type: array + * description: The application method's target rules. + * items: + * type: object + * description: The target rule's target rules. + * x-schemaName: CreatePromotionRule + * required: + * - attribute + * - operator + * - values + * properties: + * description: + * type: string + * title: description + * description: The target rule's description. + * attribute: + * type: string + * title: attribute + * description: The target rule's attribute. + * operator: + * type: string + * enum: + * - gt + * - lt + * - eq + * - ne + * - in + * - lte + * - gte + * values: + * oneOf: + * - type: string + * title: values + * description: The target rule's values. + * - type: array + * description: The target rule's values. + * items: + * type: string + * title: values + * description: The value's values. + * buy_rules: + * type: array + * description: The application method's buy rules. + * items: + * type: object + * description: The buy rule's buy rules. + * x-schemaName: CreatePromotionRule + * required: + * - attribute + * - operator + * - values + * properties: + * description: + * type: string + * title: description + * description: The buy rule's description. + * attribute: + * type: string + * title: attribute + * description: The buy rule's attribute. + * operator: + * type: string + * enum: + * - gt + * - lt + * - eq + * - ne + * - in + * - lte + * - gte + * values: + * oneOf: + * - type: string + * title: values + * description: The buy rule's values. + * - type: array + * description: The buy rule's values. + * items: + * type: string + * title: values + * description: The value's values. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateCampaign.ts b/docs-util/oas-output/schemas/CreateCampaign.ts new file mode 100644 index 0000000000..cc0aea7560 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateCampaign.ts @@ -0,0 +1,56 @@ +/** + * @schema CreateCampaign + * type: object + * description: The promotion's campaign. + * x-schemaName: CreateCampaign + * required: + * - name + * - campaign_identifier + * - starts_at + * - ends_at + * properties: + * name: + * type: string + * title: name + * description: The campaign's name. + * description: + * type: string + * title: description + * description: The campaign's description. + * currency: + * type: string + * title: currency + * description: The campaign's currency. + * campaign_identifier: + * type: string + * title: campaign_identifier + * description: The campaign's campaign identifier. + * starts_at: + * type: string + * title: starts_at + * description: The campaign's starts at. + * format: date-time + * ends_at: + * type: string + * title: ends_at + * description: The campaign's ends at. + * format: date-time + * budget: + * $ref: "#/components/schemas/CreateCampaignBudget" + * promotions: + * type: array + * description: The campaign's promotions. + * items: + * type: object + * description: The promotion's promotions. + * x-schemaName: Promotion + * required: + * - id + * properties: + * id: + * type: string + * title: id + * description: The promotion's ID. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateCampaignBudget.ts b/docs-util/oas-output/schemas/CreateCampaignBudget.ts new file mode 100644 index 0000000000..03b3fd1dcf --- /dev/null +++ b/docs-util/oas-output/schemas/CreateCampaignBudget.ts @@ -0,0 +1,25 @@ +/** + * @schema CreateCampaignBudget + * type: object + * description: The campaign's budget. + * x-schemaName: CreateCampaignBudget + * required: + * - type + * - limit + * properties: + * type: + * type: string + * enum: + * - spend + * - usage + * limit: + * type: number + * title: limit + * description: The budget's limit. + * used: + * type: number + * title: used + * description: The budget's used. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateCartWorkflowInput.ts b/docs-util/oas-output/schemas/CreateCartWorkflowInput.ts new file mode 100644 index 0000000000..f43c32c367 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateCartWorkflowInput.ts @@ -0,0 +1,262 @@ +/** + * @schema CreateCartWorkflowInput + * type: object + * description: SUMMARY + * x-schemaName: CreateCartWorkflowInput + * properties: + * region_id: + * type: string + * title: region_id + * description: The cart's region id. + * customer_id: + * type: string + * title: customer_id + * description: The cart's customer id. + * sales_channel_id: + * type: string + * title: sales_channel_id + * description: The cart's sales channel id. + * email: + * type: string + * title: email + * description: The cart's email. + * format: email + * currency_code: + * type: string + * title: currency_code + * description: The cart's currency code. + * shipping_address_id: + * type: string + * title: shipping_address_id + * description: The cart's shipping address id. + * billing_address_id: + * type: string + * title: billing_address_id + * description: The cart's billing address id. + * shipping_address: + * oneOf: + * - type: string + * title: shipping_address + * description: The cart's shipping address. + * - type: object + * description: The cart's shipping address. + * x-schemaName: CreateCartAddress + * properties: + * first_name: + * type: string + * title: first_name + * description: The shipping address's first name. + * last_name: + * type: string + * title: last_name + * description: The shipping address's last name. + * phone: + * type: string + * title: phone + * description: The shipping address's phone. + * company: + * type: string + * title: company + * description: The shipping address's company. + * address_1: + * type: string + * title: address_1 + * description: The shipping address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The shipping address's address 2. + * city: + * type: string + * title: city + * description: The shipping address's city. + * country_code: + * type: string + * title: country_code + * description: The shipping address's country code. + * province: + * type: string + * title: province + * description: The shipping address's province. + * postal_code: + * type: string + * title: postal_code + * description: The shipping address's postal code. + * metadata: + * type: object + * description: The shipping address's metadata. + * properties: {} + * billing_address: + * oneOf: + * - type: string + * title: billing_address + * description: The cart's billing address. + * - type: object + * description: The cart's billing address. + * x-schemaName: CreateCartAddress + * properties: + * first_name: + * type: string + * title: first_name + * description: The billing address's first name. + * last_name: + * type: string + * title: last_name + * description: The billing address's last name. + * phone: + * type: string + * title: phone + * description: The billing address's phone. + * company: + * type: string + * title: company + * description: The billing address's company. + * address_1: + * type: string + * title: address_1 + * description: The billing address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The billing address's address 2. + * city: + * type: string + * title: city + * description: The billing address's city. + * country_code: + * type: string + * title: country_code + * description: The billing address's country code. + * province: + * type: string + * title: province + * description: The billing address's province. + * postal_code: + * type: string + * title: postal_code + * description: The billing address's postal code. + * metadata: + * type: object + * description: The billing address's metadata. + * properties: {} + * metadata: + * type: object + * description: The cart's metadata. + * properties: {} + * items: + * type: array + * description: The cart's items. + * items: + * type: object + * description: The item's items. + * x-schemaName: CreateCartCreateLineItem + * required: + * - quantity + * - variant_id + * properties: + * quantity: + * type: number + * title: quantity + * description: The item's quantity. + * variant_id: + * type: string + * title: variant_id + * description: The item's variant id. + * title: + * type: string + * title: title + * description: The item's title. + * subtitle: + * type: string + * title: subtitle + * description: The item's subtitle. + * thumbnail: + * type: string + * title: thumbnail + * description: The item's thumbnail. + * product_id: + * type: string + * title: product_id + * description: The item's product id. + * product_title: + * type: string + * title: product_title + * description: The item's product title. + * product_description: + * type: string + * title: product_description + * description: The item's product description. + * product_subtitle: + * type: string + * title: product_subtitle + * description: The item's product subtitle. + * product_type: + * type: string + * title: product_type + * description: The item's product type. + * product_collection: + * type: string + * title: product_collection + * description: The item's product collection. + * product_handle: + * type: string + * title: product_handle + * description: The item's product handle. + * variant_sku: + * type: string + * title: variant_sku + * description: The item's variant sku. + * variant_barcode: + * type: string + * title: variant_barcode + * description: The item's variant barcode. + * variant_title: + * type: string + * title: variant_title + * description: The item's variant title. + * variant_option_values: + * type: object + * description: The item's variant option values. + * properties: {} + * requires_shipping: + * type: boolean + * title: requires_shipping + * description: The item's requires shipping. + * is_discountable: + * type: boolean + * title: is_discountable + * description: The item's is discountable. + * is_tax_inclusive: + * type: boolean + * title: is_tax_inclusive + * description: The item's is tax inclusive. + * is_giftcard: + * type: boolean + * title: is_giftcard + * description: The item's is giftcard. + * compare_at_unit_price: + * type: number + * title: compare_at_unit_price + * description: The item's compare at unit price. + * unit_price: + * oneOf: + * - type: string + * title: unit_price + * description: The item's unit price. + * - type: number + * title: unit_price + * description: The item's unit price. + * metadata: + * type: object + * description: The item's metadata. + * properties: {} + * promo_codes: + * type: array + * description: The cart's promo codes. + * items: + * type: string + * title: promo_codes + * description: The promo code's promo codes. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateCustomer.ts b/docs-util/oas-output/schemas/CreateCustomer.ts new file mode 100644 index 0000000000..6aeb7550ab --- /dev/null +++ b/docs-util/oas-output/schemas/CreateCustomer.ts @@ -0,0 +1,102 @@ +/** + * @schema CreateCustomer + * type: object + * description: SUMMARY + * x-schemaName: CreateCustomer + * properties: + * company_name: + * type: string + * title: company_name + * description: The customer's company name. + * first_name: + * type: string + * title: first_name + * description: The customer's first name. + * last_name: + * type: string + * title: last_name + * description: The customer's last name. + * email: + * type: string + * title: email + * description: The customer's email. + * format: email + * phone: + * type: string + * title: phone + * description: The customer's phone. + * created_by: + * type: string + * title: created_by + * description: The customer's created by. + * addresses: + * type: array + * description: The customer's addresses. + * items: + * type: object + * description: The address's addresses. + * x-schemaName: CreateCustomerAddress + * properties: + * address_name: + * type: string + * title: address_name + * description: The address's address name. + * is_default_shipping: + * type: boolean + * title: is_default_shipping + * description: The address's is default shipping. + * is_default_billing: + * type: boolean + * title: is_default_billing + * description: The address's is default billing. + * company: + * type: string + * title: company + * description: The address's company. + * first_name: + * type: string + * title: first_name + * description: The address's first name. + * last_name: + * type: string + * title: last_name + * description: The address's last name. + * address_1: + * type: string + * title: address_1 + * description: The address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The address's address 2. + * city: + * type: string + * title: city + * description: The address's city. + * country_code: + * type: string + * title: country_code + * description: The address's country code. + * province: + * type: string + * title: province + * description: The address's province. + * postal_code: + * type: string + * title: postal_code + * description: The address's postal code. + * phone: + * type: string + * title: phone + * description: The address's phone. + * metadata: + * type: object + * description: The address's metadata. + * properties: {} + * metadata: + * type: object + * description: The customer's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateCustomerAddress.ts b/docs-util/oas-output/schemas/CreateCustomerAddress.ts new file mode 100644 index 0000000000..8a28c1fe3e --- /dev/null +++ b/docs-util/oas-output/schemas/CreateCustomerAddress.ts @@ -0,0 +1,71 @@ +/** + * @schema CreateCustomerAddress + * type: object + * description: SUMMARY + * x-schemaName: CreateCustomerAddress + * required: + * - customer_id + * properties: + * address_name: + * type: string + * title: address_name + * description: The customer's address name. + * is_default_shipping: + * type: boolean + * title: is_default_shipping + * description: The customer's is default shipping. + * is_default_billing: + * type: boolean + * title: is_default_billing + * description: The customer's is default billing. + * customer_id: + * type: string + * title: customer_id + * description: The customer's customer id. + * company: + * type: string + * title: company + * description: The customer's company. + * first_name: + * type: string + * title: first_name + * description: The customer's first name. + * last_name: + * type: string + * title: last_name + * description: The customer's last name. + * address_1: + * type: string + * title: address_1 + * description: The customer's address 1. + * address_2: + * type: string + * title: address_2 + * description: The customer's address 2. + * city: + * type: string + * title: city + * description: The customer's city. + * country_code: + * type: string + * title: country_code + * description: The customer's country code. + * province: + * type: string + * title: province + * description: The customer's province. + * postal_code: + * type: string + * title: postal_code + * description: The customer's postal code. + * phone: + * type: string + * title: phone + * description: The customer's phone. + * metadata: + * type: object + * description: The customer's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateCustomerGroup.ts b/docs-util/oas-output/schemas/CreateCustomerGroup.ts new file mode 100644 index 0000000000..573c209205 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateCustomerGroup.ts @@ -0,0 +1,23 @@ +/** + * @schema CreateCustomerGroup + * type: object + * description: SUMMARY + * x-schemaName: CreateCustomerGroup + * required: + * - name + * properties: + * name: + * type: string + * title: name + * description: The customer group's name. + * metadata: + * type: object + * description: The customer group's metadata. + * properties: {} + * created_by: + * type: string + * title: created_by + * description: The customer group's created by. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateInvite.ts b/docs-util/oas-output/schemas/CreateInvite.ts new file mode 100644 index 0000000000..2244a1f8c2 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateInvite.ts @@ -0,0 +1,24 @@ +/** + * @schema CreateInvite + * type: object + * description: SUMMARY + * x-schemaName: CreateInvite + * required: + * - email + * properties: + * email: + * type: string + * title: email + * description: The invite's email. + * format: email + * accepted: + * type: boolean + * title: accepted + * description: The invite's accepted. + * metadata: + * type: object + * description: The invite's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateProduct.ts b/docs-util/oas-output/schemas/CreateProduct.ts new file mode 100644 index 0000000000..3b84d26d69 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateProduct.ts @@ -0,0 +1,268 @@ +/** + * @schema CreateProduct + * type: object + * description: SUMMARY + * x-schemaName: CreateProduct + * required: + * - title + * properties: + * title: + * type: string + * title: title + * description: The product's title. + * subtitle: + * type: string + * title: subtitle + * description: The product's subtitle. + * description: + * type: string + * title: description + * description: The product's description. + * is_giftcard: + * type: boolean + * title: is_giftcard + * description: The product's is giftcard. + * discountable: + * type: boolean + * title: discountable + * description: The product's discountable. + * images: + * oneOf: + * - type: array + * description: The product's images. + * items: + * type: string + * title: images + * description: The image's images. + * - type: array + * description: The product's images. + * items: + * type: object + * description: The image's images. + * required: + * - url + * properties: + * id: + * type: string + * title: id + * description: The image's ID. + * url: + * type: string + * title: url + * description: The image's url. + * thumbnail: + * type: string + * title: thumbnail + * description: The product's thumbnail. + * handle: + * type: string + * title: handle + * description: The product's handle. + * status: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected + * type: + * $ref: "#/components/schemas/CreateProductType" + * type_id: + * type: string + * title: type_id + * description: The product's type id. + * collection_id: + * type: string + * title: collection_id + * description: The product's collection id. + * tags: + * type: array + * description: The product's tags. + * items: + * type: object + * description: The tag's tags. + * x-schemaName: CreateProductTag + * required: + * - value + * properties: + * value: + * type: string + * title: value + * description: The tag's value. + * categories: + * type: array + * description: The product's categories. + * items: + * type: object + * description: The category's categories. + * required: + * - id + * properties: + * id: + * type: string + * title: id + * description: The category's ID. + * options: + * type: array + * description: The product's options. + * items: + * type: object + * description: The option's options. + * x-schemaName: CreateProductOption + * required: + * - title + * - values + * properties: + * title: + * type: string + * title: title + * description: The option's title. + * values: + * oneOf: + * - type: array + * description: The option's values. + * items: + * type: string + * title: values + * description: The value's values. + * - type: array + * description: The option's values. + * items: + * type: object + * description: The value's values. + * required: + * - value + * properties: + * value: + * type: string + * title: value + * description: The value's details. + * product_id: + * type: string + * title: product_id + * description: The option's product id. + * variants: + * type: array + * description: The product's variants. + * items: + * type: object + * description: The variant's variants. + * x-schemaName: CreateProductVariant + * required: + * - title + * properties: + * product_id: + * type: string + * title: product_id + * description: The variant's product id. + * title: + * type: string + * title: title + * description: The variant's title. + * sku: + * type: string + * title: sku + * description: The variant's sku. + * barcode: + * type: string + * title: barcode + * description: The variant's barcode. + * ean: + * type: string + * title: ean + * description: The variant's ean. + * upc: + * type: string + * title: upc + * description: The variant's upc. + * allow_backorder: + * type: boolean + * title: allow_backorder + * description: The variant's allow backorder. + * inventory_quantity: + * type: number + * title: inventory_quantity + * description: The variant's inventory quantity. + * manage_inventory: + * type: boolean + * title: manage_inventory + * description: The variant's manage inventory. + * hs_code: + * type: string + * title: hs_code + * description: The variant's hs code. + * origin_country: + * type: string + * title: origin_country + * description: The variant's origin country. + * mid_code: + * type: string + * title: mid_code + * description: The variant's mid code. + * material: + * type: string + * title: material + * description: The variant's material. + * weight: + * type: number + * title: weight + * description: The variant's weight. + * length: + * type: number + * title: length + * description: The variant's length. + * height: + * type: number + * title: height + * description: The variant's height. + * width: + * type: number + * title: width + * description: The variant's width. + * options: + * type: object + * description: The variant's options. + * properties: {} + * metadata: + * type: object + * description: The variant's metadata. + * properties: {} + * width: + * type: number + * title: width + * description: The product's width. + * height: + * type: number + * title: height + * description: The product's height. + * length: + * type: number + * title: length + * description: The product's length. + * weight: + * type: number + * title: weight + * description: The product's weight. + * origin_country: + * type: string + * title: origin_country + * description: The product's origin country. + * hs_code: + * type: string + * title: hs_code + * description: The product's hs code. + * material: + * type: string + * title: material + * description: The product's material. + * mid_code: + * type: string + * title: mid_code + * description: The product's mid code. + * metadata: + * type: object + * description: The product's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateProductCollection.ts b/docs-util/oas-output/schemas/CreateProductCollection.ts new file mode 100644 index 0000000000..45b18b8c2a --- /dev/null +++ b/docs-util/oas-output/schemas/CreateProductCollection.ts @@ -0,0 +1,30 @@ +/** + * @schema CreateProductCollection + * type: object + * description: SUMMARY + * x-schemaName: CreateProductCollection + * required: + * - title + * properties: + * title: + * type: string + * title: title + * description: The collection's title. + * handle: + * type: string + * title: handle + * description: The collection's handle. + * product_ids: + * type: array + * description: The collection's product ids. + * items: + * type: string + * title: product_ids + * description: The product id's product ids. + * metadata: + * type: object + * description: The collection's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateProductOption.ts b/docs-util/oas-output/schemas/CreateProductOption.ts new file mode 100644 index 0000000000..6b06092b3b --- /dev/null +++ b/docs-util/oas-output/schemas/CreateProductOption.ts @@ -0,0 +1,40 @@ +/** + * @schema CreateProductOption + * type: object + * description: SUMMARY + * x-schemaName: CreateProductOption + * required: + * - title + * - values + * properties: + * title: + * type: string + * title: title + * description: The product's title. + * values: + * oneOf: + * - type: array + * description: The product's values. + * items: + * type: string + * title: values + * description: The value's values. + * - type: array + * description: The product's values. + * items: + * type: object + * description: The value's values. + * required: + * - value + * properties: + * value: + * type: string + * title: value + * description: The value's details. + * product_id: + * type: string + * title: product_id + * description: The product's product id. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateProductType.ts b/docs-util/oas-output/schemas/CreateProductType.ts new file mode 100644 index 0000000000..b2535aee04 --- /dev/null +++ b/docs-util/oas-output/schemas/CreateProductType.ts @@ -0,0 +1,23 @@ +/** + * @schema CreateProductType + * type: object + * description: The product's type. + * x-schemaName: CreateProductType + * required: + * - value + * properties: + * id: + * type: string + * title: id + * description: The type's ID. + * value: + * type: string + * title: value + * description: The type's value. + * metadata: + * type: object + * description: The type's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateProductVariant.ts b/docs-util/oas-output/schemas/CreateProductVariant.ts new file mode 100644 index 0000000000..a233b18ddf --- /dev/null +++ b/docs-util/oas-output/schemas/CreateProductVariant.ts @@ -0,0 +1,87 @@ +/** + * @schema CreateProductVariant + * type: object + * description: SUMMARY + * x-schemaName: CreateProductVariant + * required: + * - title + * properties: + * product_id: + * type: string + * title: product_id + * description: The product's product id. + * title: + * type: string + * title: title + * description: The product's title. + * sku: + * type: string + * title: sku + * description: The product's sku. + * barcode: + * type: string + * title: barcode + * description: The product's barcode. + * ean: + * type: string + * title: ean + * description: The product's ean. + * upc: + * type: string + * title: upc + * description: The product's upc. + * allow_backorder: + * type: boolean + * title: allow_backorder + * description: The product's allow backorder. + * inventory_quantity: + * type: number + * title: inventory_quantity + * description: The product's inventory quantity. + * manage_inventory: + * type: boolean + * title: manage_inventory + * description: The product's manage inventory. + * hs_code: + * type: string + * title: hs_code + * description: The product's hs code. + * origin_country: + * type: string + * title: origin_country + * description: The product's origin country. + * mid_code: + * type: string + * title: mid_code + * description: The product's mid code. + * material: + * type: string + * title: material + * description: The product's material. + * weight: + * type: number + * title: weight + * description: The product's weight. + * length: + * type: number + * title: length + * description: The product's length. + * height: + * type: number + * title: height + * description: The product's height. + * width: + * type: number + * title: width + * description: The product's width. + * options: + * type: object + * description: The product's options. + * properties: {} + * metadata: + * type: object + * description: The product's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreatePromotion.ts b/docs-util/oas-output/schemas/CreatePromotion.ts new file mode 100644 index 0000000000..a89e2a410b --- /dev/null +++ b/docs-util/oas-output/schemas/CreatePromotion.ts @@ -0,0 +1,74 @@ +/** + * @schema CreatePromotion + * type: object + * description: SUMMARY + * x-schemaName: CreatePromotion + * required: + * - code + * - type + * properties: + * code: + * type: string + * title: code + * description: The promotion's code. + * type: + * type: string + * enum: + * - standard + * - buyget + * is_automatic: + * type: boolean + * title: is_automatic + * description: The promotion's is automatic. + * application_method: + * $ref: "#/components/schemas/CreateApplicationMethod" + * rules: + * type: array + * description: The promotion's rules. + * items: + * type: object + * description: The rule's rules. + * x-schemaName: CreatePromotionRule + * required: + * - attribute + * - operator + * - values + * properties: + * description: + * type: string + * title: description + * description: The rule's description. + * attribute: + * type: string + * title: attribute + * description: The rule's attribute. + * operator: + * type: string + * enum: + * - gt + * - lt + * - eq + * - ne + * - in + * - lte + * - gte + * values: + * oneOf: + * - type: string + * title: values + * description: The rule's values. + * - type: array + * description: The rule's values. + * items: + * type: string + * title: values + * description: The value's values. + * campaign: + * $ref: "#/components/schemas/CreateCampaign" + * campaign_id: + * type: string + * title: campaign_id + * description: The promotion's campaign id. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateRegion.ts b/docs-util/oas-output/schemas/CreateRegion.ts new file mode 100644 index 0000000000..f8d3fe207a --- /dev/null +++ b/docs-util/oas-output/schemas/CreateRegion.ts @@ -0,0 +1,35 @@ +/** + * @schema CreateRegion + * type: object + * description: SUMMARY + * x-schemaName: CreateRegion + * required: + * - name + * - currency_code + * properties: + * name: + * type: string + * title: name + * description: The region's name. + * currency_code: + * type: string + * title: currency_code + * description: The region's currency code. + * automatic_taxes: + * type: boolean + * title: automatic_taxes + * description: The region's automatic taxes. + * countries: + * type: array + * description: The region's countries. + * items: + * type: string + * title: countries + * description: The country's countries. + * metadata: + * type: object + * description: The region's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateSalesChannel.ts b/docs-util/oas-output/schemas/CreateSalesChannel.ts new file mode 100644 index 0000000000..5bdfd5ecff --- /dev/null +++ b/docs-util/oas-output/schemas/CreateSalesChannel.ts @@ -0,0 +1,23 @@ +/** + * @schema CreateSalesChannel + * type: object + * description: SUMMARY + * x-schemaName: CreateSalesChannel + * required: + * - name + * properties: + * name: + * type: string + * title: name + * description: The sales channel's name. + * description: + * type: string + * title: description + * description: The sales channel's description. + * is_disabled: + * type: boolean + * title: is_disabled + * description: The sales channel's is disabled. + * +*/ + diff --git a/docs-util/oas-output/schemas/CreateUser.ts b/docs-util/oas-output/schemas/CreateUser.ts new file mode 100644 index 0000000000..30896463fc --- /dev/null +++ b/docs-util/oas-output/schemas/CreateUser.ts @@ -0,0 +1,32 @@ +/** + * @schema CreateUser + * type: object + * description: SUMMARY + * x-schemaName: CreateUser + * required: + * - email + * properties: + * email: + * type: string + * title: email + * description: The user's email. + * format: email + * first_name: + * type: string + * title: first_name + * description: The user's first name. + * last_name: + * type: string + * title: last_name + * description: The user's last name. + * avatar_url: + * type: string + * title: avatar_url + * description: The user's avatar url. + * metadata: + * type: object + * description: The user's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CustomerAddress.ts b/docs-util/oas-output/schemas/CustomerAddress.ts new file mode 100644 index 0000000000..1e43abef56 --- /dev/null +++ b/docs-util/oas-output/schemas/CustomerAddress.ts @@ -0,0 +1,81 @@ +/** + * @schema CustomerAddress + * type: object + * description: SUMMARY + * x-schemaName: CustomerAddress + * properties: + * id: + * type: string + * title: id + * description: The customer's ID. + * address_name: + * type: string + * title: address_name + * description: The customer's address name. + * is_default_shipping: + * type: boolean + * title: is_default_shipping + * description: The customer's is default shipping. + * is_default_billing: + * type: boolean + * title: is_default_billing + * description: The customer's is default billing. + * customer_id: + * type: string + * title: customer_id + * description: The customer's customer id. + * company: + * type: string + * title: company + * description: The customer's company. + * first_name: + * type: string + * title: first_name + * description: The customer's first name. + * last_name: + * type: string + * title: last_name + * description: The customer's last name. + * address_1: + * type: string + * title: address_1 + * description: The customer's address 1. + * address_2: + * type: string + * title: address_2 + * description: The customer's address 2. + * city: + * type: string + * title: city + * description: The customer's city. + * country_code: + * type: string + * title: country_code + * description: The customer's country code. + * province: + * type: string + * title: province + * description: The customer's province. + * postal_code: + * type: string + * title: postal_code + * description: The customer's postal code. + * phone: + * type: string + * title: phone + * description: The customer's phone. + * metadata: + * type: object + * description: The customer's metadata. + * properties: {} + * created_at: + * type: string + * title: created_at + * description: The customer's created at. + * updated_at: + * type: string + * title: updated_at + * description: The customer's updated at. + * +*/ + diff --git a/docs-util/oas-output/schemas/CustomerGroupUpdatableFields.ts b/docs-util/oas-output/schemas/CustomerGroupUpdatableFields.ts new file mode 100644 index 0000000000..f775ba6915 --- /dev/null +++ b/docs-util/oas-output/schemas/CustomerGroupUpdatableFields.ts @@ -0,0 +1,17 @@ +/** + * @schema CustomerGroupUpdatableFields + * type: object + * description: SUMMARY + * x-schemaName: CustomerGroupUpdatableFields + * properties: + * name: + * type: string + * title: name + * description: The customer group's name. + * metadata: + * type: object + * description: The customer group's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/CustomerUpdatableFields.ts b/docs-util/oas-output/schemas/CustomerUpdatableFields.ts new file mode 100644 index 0000000000..b48ebd96e5 --- /dev/null +++ b/docs-util/oas-output/schemas/CustomerUpdatableFields.ts @@ -0,0 +1,34 @@ +/** + * @schema CustomerUpdatableFields + * type: object + * description: SUMMARY + * x-schemaName: CustomerUpdatableFields + * properties: + * company_name: + * type: string + * title: company_name + * description: The customer's company name. + * first_name: + * type: string + * title: first_name + * description: The customer's first name. + * last_name: + * type: string + * title: last_name + * description: The customer's last name. + * email: + * type: string + * title: email + * description: The customer's email. + * format: email + * phone: + * type: string + * title: phone + * description: The customer's phone. + * metadata: + * type: object + * description: The customer's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/StorePostPaymentCollectionsPaymentSessionReq.ts b/docs-util/oas-output/schemas/StorePostPaymentCollectionsPaymentSessionReq.ts index cdb50df41e..1181a27c6c 100644 --- a/docs-util/oas-output/schemas/StorePostPaymentCollectionsPaymentSessionReq.ts +++ b/docs-util/oas-output/schemas/StorePostPaymentCollectionsPaymentSessionReq.ts @@ -10,7 +10,182 @@ * type: string * title: provider_id * description: The payment collection's provider id. - * context: {} + * context: + * type: object + * description: The payment collection's context. + * properties: + * billing_address: + * type: object + * description: The context's billing address. + * properties: + * id: + * type: string + * title: id + * description: The billing address's ID. + * address_1: + * type: string + * title: address_1 + * description: The billing address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The billing address's address 2. + * company: + * type: string + * title: company + * description: The billing address's company. + * country_code: + * type: string + * title: country_code + * description: The billing address's country code. + * city: + * type: string + * title: city + * description: The billing address's city. + * phone: + * type: string + * title: phone + * description: The billing address's phone. + * postal_code: + * type: string + * title: postal_code + * description: The billing address's postal code. + * province: + * type: string + * title: province + * description: The billing address's province. + * metadata: + * type: object + * description: The billing address's metadata. + * properties: {} + * created_at: + * oneOf: + * - type: string + * title: created_at + * description: The billing address's created at. + * - type: string + * title: created_at + * description: The billing address's created at. + * format: date-time + * updated_at: + * oneOf: + * - type: string + * title: updated_at + * description: The billing address's updated at. + * - type: string + * title: updated_at + * description: The billing address's updated at. + * format: date-time + * deleted_at: + * oneOf: + * - type: string + * title: deleted_at + * description: The billing address's deleted at. + * - type: string + * title: deleted_at + * description: The billing address's deleted at. + * format: date-time + * email: + * type: string + * title: email + * description: The context's email. + * format: email + * resource_id: + * type: string + * title: resource_id + * description: The context's resource id. + * customer: + * type: object + * description: The context's customer. + * x-schemaName: Customer + * properties: + * id: + * type: string + * title: id + * description: The customer's ID. + * email: + * type: string + * title: email + * description: The customer's email. + * format: email + * default_billing_address_id: + * type: string + * title: default_billing_address_id + * description: The customer's default billing address id. + * default_shipping_address_id: + * type: string + * title: default_shipping_address_id + * description: The customer's default shipping address id. + * company_name: + * type: string + * title: company_name + * description: The customer's company name. + * first_name: + * type: string + * title: first_name + * description: The customer's first name. + * last_name: + * type: string + * title: last_name + * description: The customer's last name. + * addresses: + * type: array + * description: The customer's addresses. + * items: + * type: object + * description: The address's addresses. + * x-schemaName: CustomerAddress + * properties: {} + * phone: + * type: string + * title: phone + * description: The customer's phone. + * groups: + * type: array + * description: The customer's groups. + * items: + * type: object + * description: The group's groups. + * properties: {} + * metadata: + * type: object + * description: The customer's metadata. + * properties: {} + * created_by: + * type: string + * title: created_by + * description: The customer's created by. + * deleted_at: + * oneOf: + * - type: string + * title: deleted_at + * description: The customer's deleted at. + * - type: string + * title: deleted_at + * description: The customer's deleted at. + * format: date-time + * created_at: + * oneOf: + * - type: string + * title: created_at + * description: The customer's created at. + * - type: string + * title: created_at + * description: The customer's created at. + * format: date-time + * updated_at: + * oneOf: + * - type: string + * title: updated_at + * description: The customer's updated at. + * - type: string + * title: updated_at + * description: The customer's updated at. + * format: date-time + * extra: + * type: object + * description: The context's extra. + * properties: {} * data: * type: object * description: The payment collection's data. diff --git a/docs-util/oas-output/schemas/UpdateApiKey.ts b/docs-util/oas-output/schemas/UpdateApiKey.ts new file mode 100644 index 0000000000..6b7c583b74 --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateApiKey.ts @@ -0,0 +1,13 @@ +/** + * @schema UpdateApiKey + * type: object + * description: SUMMARY + * x-schemaName: UpdateApiKey + * properties: + * title: + * type: string + * title: title + * description: The api key's title. + * +*/ + diff --git a/docs-util/oas-output/schemas/UpdateCartData.ts b/docs-util/oas-output/schemas/UpdateCartData.ts new file mode 100644 index 0000000000..d002b78d08 --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateCartData.ts @@ -0,0 +1,266 @@ +/** + * @schema UpdateCartData + * type: object + * description: SUMMARY + * x-schemaName: UpdateCartData + * properties: + * region_id: + * type: string + * title: region_id + * description: The cart's region id. + * customer_id: + * type: string + * title: customer_id + * description: The cart's customer id. + * sales_channel_id: + * type: string + * title: sales_channel_id + * description: The cart's sales channel id. + * email: + * type: string + * title: email + * description: The cart's email. + * format: email + * currency_code: + * type: string + * title: currency_code + * description: The cart's currency code. + * shipping_address_id: + * type: string + * title: shipping_address_id + * description: The cart's shipping address id. + * billing_address_id: + * type: string + * title: billing_address_id + * description: The cart's billing address id. + * billing_address: + * oneOf: + * - type: object + * description: The cart's billing address. + * x-schemaName: CreateAddress + * properties: + * customer_id: + * type: string + * title: customer_id + * description: The billing address's customer id. + * company: + * type: string + * title: company + * description: The billing address's company. + * first_name: + * type: string + * title: first_name + * description: The billing address's first name. + * last_name: + * type: string + * title: last_name + * description: The billing address's last name. + * address_1: + * type: string + * title: address_1 + * description: The billing address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The billing address's address 2. + * city: + * type: string + * title: city + * description: The billing address's city. + * country_code: + * type: string + * title: country_code + * description: The billing address's country code. + * province: + * type: string + * title: province + * description: The billing address's province. + * postal_code: + * type: string + * title: postal_code + * description: The billing address's postal code. + * phone: + * type: string + * title: phone + * description: The billing address's phone. + * metadata: + * type: object + * description: The billing address's metadata. + * properties: {} + * - type: object + * description: The cart's billing address. + * x-schemaName: UpdateAddress + * required: + * - id + * properties: + * id: + * type: string + * title: id + * description: The billing address's ID. + * customer_id: + * type: string + * title: customer_id + * description: The billing address's customer id. + * company: + * type: string + * title: company + * description: The billing address's company. + * first_name: + * type: string + * title: first_name + * description: The billing address's first name. + * last_name: + * type: string + * title: last_name + * description: The billing address's last name. + * address_1: + * type: string + * title: address_1 + * description: The billing address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The billing address's address 2. + * city: + * type: string + * title: city + * description: The billing address's city. + * country_code: + * type: string + * title: country_code + * description: The billing address's country code. + * province: + * type: string + * title: province + * description: The billing address's province. + * postal_code: + * type: string + * title: postal_code + * description: The billing address's postal code. + * phone: + * type: string + * title: phone + * description: The billing address's phone. + * metadata: + * type: object + * description: The billing address's metadata. + * properties: {} + * shipping_address: + * oneOf: + * - type: object + * description: The cart's shipping address. + * x-schemaName: CreateAddress + * properties: + * customer_id: + * type: string + * title: customer_id + * description: The shipping address's customer id. + * company: + * type: string + * title: company + * description: The shipping address's company. + * first_name: + * type: string + * title: first_name + * description: The shipping address's first name. + * last_name: + * type: string + * title: last_name + * description: The shipping address's last name. + * address_1: + * type: string + * title: address_1 + * description: The shipping address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The shipping address's address 2. + * city: + * type: string + * title: city + * description: The shipping address's city. + * country_code: + * type: string + * title: country_code + * description: The shipping address's country code. + * province: + * type: string + * title: province + * description: The shipping address's province. + * postal_code: + * type: string + * title: postal_code + * description: The shipping address's postal code. + * phone: + * type: string + * title: phone + * description: The shipping address's phone. + * metadata: + * type: object + * description: The shipping address's metadata. + * properties: {} + * - type: object + * description: The cart's shipping address. + * x-schemaName: UpdateAddress + * required: + * - id + * properties: + * id: + * type: string + * title: id + * description: The shipping address's ID. + * customer_id: + * type: string + * title: customer_id + * description: The shipping address's customer id. + * company: + * type: string + * title: company + * description: The shipping address's company. + * first_name: + * type: string + * title: first_name + * description: The shipping address's first name. + * last_name: + * type: string + * title: last_name + * description: The shipping address's last name. + * address_1: + * type: string + * title: address_1 + * description: The shipping address's address 1. + * address_2: + * type: string + * title: address_2 + * description: The shipping address's address 2. + * city: + * type: string + * title: city + * description: The shipping address's city. + * country_code: + * type: string + * title: country_code + * description: The shipping address's country code. + * province: + * type: string + * title: province + * description: The shipping address's province. + * postal_code: + * type: string + * title: postal_code + * description: The shipping address's postal code. + * phone: + * type: string + * title: phone + * description: The shipping address's phone. + * metadata: + * type: object + * description: The shipping address's metadata. + * properties: {} + * metadata: + * type: object + * description: The cart's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/UpdateProduct.ts b/docs-util/oas-output/schemas/UpdateProduct.ts new file mode 100644 index 0000000000..c55f800368 --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateProduct.ts @@ -0,0 +1,264 @@ +/** + * @schema UpdateProduct + * type: object + * description: SUMMARY + * x-schemaName: UpdateProduct + * properties: + * title: + * type: string + * title: title + * description: The product's title. + * subtitle: + * type: string + * title: subtitle + * description: The product's subtitle. + * description: + * type: string + * title: description + * description: The product's description. + * is_giftcard: + * type: boolean + * title: is_giftcard + * description: The product's is giftcard. + * discountable: + * type: boolean + * title: discountable + * description: The product's discountable. + * images: + * oneOf: + * - type: array + * description: The product's images. + * items: + * type: string + * title: images + * description: The image's images. + * - type: array + * description: The product's images. + * items: + * type: object + * description: The image's images. + * required: + * - url + * properties: + * id: + * type: string + * title: id + * description: The image's ID. + * url: + * type: string + * title: url + * description: The image's url. + * thumbnail: + * type: string + * title: thumbnail + * description: The product's thumbnail. + * handle: + * type: string + * title: handle + * description: The product's handle. + * status: + * type: string + * enum: + * - draft + * - proposed + * - published + * - rejected + * type: + * $ref: "#/components/schemas/CreateProductType" + * type_id: + * type: string + * title: type_id + * description: The product's type id. + * collection_id: + * type: string + * title: collection_id + * description: The product's collection id. + * tags: + * type: array + * description: The product's tags. + * items: + * type: object + * description: The tag's tags. + * x-schemaName: CreateProductTag + * required: + * - value + * properties: + * value: + * type: string + * title: value + * description: The tag's value. + * categories: + * type: array + * description: The product's categories. + * items: + * type: object + * description: The category's categories. + * required: + * - id + * properties: + * id: + * type: string + * title: id + * description: The category's ID. + * options: + * type: array + * description: The product's options. + * items: + * type: object + * description: The option's options. + * x-schemaName: CreateProductOption + * required: + * - title + * - values + * properties: + * title: + * type: string + * title: title + * description: The option's title. + * values: + * oneOf: + * - type: array + * description: The option's values. + * items: + * type: string + * title: values + * description: The value's values. + * - type: array + * description: The option's values. + * items: + * type: object + * description: The value's values. + * required: + * - value + * properties: + * value: + * type: string + * title: value + * description: The value's details. + * product_id: + * type: string + * title: product_id + * description: The option's product id. + * variants: + * type: array + * description: The product's variants. + * items: + * type: object + * description: The variant's variants. + * x-schemaName: UpsertProductVariant + * properties: + * id: + * type: string + * title: id + * description: The variant's ID. + * title: + * type: string + * title: title + * description: The variant's title. + * sku: + * type: string + * title: sku + * description: The variant's sku. + * barcode: + * type: string + * title: barcode + * description: The variant's barcode. + * ean: + * type: string + * title: ean + * description: The variant's ean. + * upc: + * type: string + * title: upc + * description: The variant's upc. + * allow_backorder: + * type: boolean + * title: allow_backorder + * description: The variant's allow backorder. + * inventory_quantity: + * type: number + * title: inventory_quantity + * description: The variant's inventory quantity. + * manage_inventory: + * type: boolean + * title: manage_inventory + * description: The variant's manage inventory. + * hs_code: + * type: string + * title: hs_code + * description: The variant's hs code. + * origin_country: + * type: string + * title: origin_country + * description: The variant's origin country. + * mid_code: + * type: string + * title: mid_code + * description: The variant's mid code. + * material: + * type: string + * title: material + * description: The variant's material. + * weight: + * type: number + * title: weight + * description: The variant's weight. + * length: + * type: number + * title: length + * description: The variant's length. + * height: + * type: number + * title: height + * description: The variant's height. + * width: + * type: number + * title: width + * description: The variant's width. + * options: + * type: object + * description: The variant's options. + * properties: {} + * metadata: + * type: object + * description: The variant's metadata. + * properties: {} + * width: + * type: number + * title: width + * description: The product's width. + * height: + * type: number + * title: height + * description: The product's height. + * length: + * type: number + * title: length + * description: The product's length. + * weight: + * type: number + * title: weight + * description: The product's weight. + * origin_country: + * type: string + * title: origin_country + * description: The product's origin country. + * hs_code: + * type: string + * title: hs_code + * description: The product's hs code. + * material: + * type: string + * title: material + * description: The product's material. + * mid_code: + * type: string + * title: mid_code + * description: The product's mid code. + * metadata: + * type: object + * description: The product's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/UpdateProductCollection.ts b/docs-util/oas-output/schemas/UpdateProductCollection.ts new file mode 100644 index 0000000000..658118940f --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateProductCollection.ts @@ -0,0 +1,32 @@ +/** + * @schema UpdateProductCollection + * type: object + * description: SUMMARY + * x-schemaName: UpdateProductCollection + * properties: + * value: + * type: string + * title: value + * description: The collection's value. + * title: + * type: string + * title: title + * description: The collection's title. + * handle: + * type: string + * title: handle + * description: The collection's handle. + * product_ids: + * type: array + * description: The collection's product ids. + * items: + * type: string + * title: product_ids + * description: The product id's product ids. + * metadata: + * type: object + * description: The collection's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/UpdateProductOption.ts b/docs-util/oas-output/schemas/UpdateProductOption.ts new file mode 100644 index 0000000000..ceb007d92d --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateProductOption.ts @@ -0,0 +1,37 @@ +/** + * @schema UpdateProductOption + * type: object + * description: SUMMARY + * x-schemaName: UpdateProductOption + * properties: + * title: + * type: string + * title: title + * description: The product's title. + * values: + * oneOf: + * - type: array + * description: The product's values. + * items: + * type: string + * title: values + * description: The value's values. + * - type: array + * description: The product's values. + * items: + * type: object + * description: The value's values. + * required: + * - value + * properties: + * value: + * type: string + * title: value + * description: The value's details. + * product_id: + * type: string + * title: product_id + * description: The product's product id. + * +*/ + diff --git a/docs-util/oas-output/schemas/UpdateProductVariant.ts b/docs-util/oas-output/schemas/UpdateProductVariant.ts new file mode 100644 index 0000000000..e6f917033b --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateProductVariant.ts @@ -0,0 +1,81 @@ +/** + * @schema UpdateProductVariant + * type: object + * description: SUMMARY + * x-schemaName: UpdateProductVariant + * properties: + * title: + * type: string + * title: title + * description: The product's title. + * sku: + * type: string + * title: sku + * description: The product's sku. + * barcode: + * type: string + * title: barcode + * description: The product's barcode. + * ean: + * type: string + * title: ean + * description: The product's ean. + * upc: + * type: string + * title: upc + * description: The product's upc. + * allow_backorder: + * type: boolean + * title: allow_backorder + * description: The product's allow backorder. + * inventory_quantity: + * type: number + * title: inventory_quantity + * description: The product's inventory quantity. + * manage_inventory: + * type: boolean + * title: manage_inventory + * description: The product's manage inventory. + * hs_code: + * type: string + * title: hs_code + * description: The product's hs code. + * origin_country: + * type: string + * title: origin_country + * description: The product's origin country. + * mid_code: + * type: string + * title: mid_code + * description: The product's mid code. + * material: + * type: string + * title: material + * description: The product's material. + * weight: + * type: number + * title: weight + * description: The product's weight. + * length: + * type: number + * title: length + * description: The product's length. + * height: + * type: number + * title: height + * description: The product's height. + * width: + * type: number + * title: width + * description: The product's width. + * options: + * type: object + * description: The product's options. + * properties: {} + * metadata: + * type: object + * description: The product's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/oas-output/schemas/UpdateRegion.ts b/docs-util/oas-output/schemas/UpdateRegion.ts new file mode 100644 index 0000000000..75ed18047e --- /dev/null +++ b/docs-util/oas-output/schemas/UpdateRegion.ts @@ -0,0 +1,32 @@ +/** + * @schema UpdateRegion + * type: object + * description: SUMMARY + * x-schemaName: UpdateRegion + * properties: + * name: + * type: string + * title: name + * description: The region's name. + * currency_code: + * type: string + * title: currency_code + * description: The region's currency code. + * automatic_taxes: + * type: boolean + * title: automatic_taxes + * description: The region's automatic taxes. + * countries: + * type: array + * description: The region's countries. + * items: + * type: string + * title: countries + * description: The country's countries. + * metadata: + * type: object + * description: The region's metadata. + * properties: {} + * +*/ + diff --git a/docs-util/packages/docblock-generator/src/classes/helpers/oas-schema.ts b/docs-util/packages/docblock-generator/src/classes/helpers/oas-schema.ts index ac4b83fa6b..1ce9e55d93 100644 --- a/docs-util/packages/docblock-generator/src/classes/helpers/oas-schema.ts +++ b/docs-util/packages/docblock-generator/src/classes/helpers/oas-schema.ts @@ -10,7 +10,7 @@ import formatOas from "../../utils/format-oas.js" import pluralize from "pluralize" import { wordsToPascal } from "../../utils/str-formatting.js" -type ParsedSchema = { +export type ParsedSchema = { schema: OpenApiSchema schemaPrefix: string } diff --git a/docs-util/packages/docblock-generator/src/commands/clean-oas.ts b/docs-util/packages/docblock-generator/src/commands/clean-oas.ts index 0f0ef4ff24..62062bca31 100644 --- a/docs-util/packages/docblock-generator/src/commands/clean-oas.ts +++ b/docs-util/packages/docblock-generator/src/commands/clean-oas.ts @@ -15,7 +15,8 @@ import GeneratorEventManager from "../classes/helpers/generator-event-manager.js import { parse, stringify } from "yaml" import OasSchemaHelper from "../classes/helpers/oas-schema.js" import { DEFAULT_OAS_RESPONSES } from "../constants.js" -import { OpenApiDocument } from "../types/index.js" +import { OpenApiDocument, OpenApiSchema } from "../types/index.js" +import { OpenAPIV3 } from "openapi-types" const OAS_PREFIX_REGEX = /@oas \[(?(get|post|delete))\] (?.+)/ @@ -38,6 +39,28 @@ export default async function () { tags.set(area, new Set()) }) + const testAndFindReferenceSchema = ( + nestedSchema: OpenAPIV3.SchemaObject | OpenAPIV3.ReferenceObject + ) => { + if (oasSchemaHelper.isRefObject(nestedSchema)) { + referencedSchemas.add( + oasSchemaHelper.normalizeSchemaName(nestedSchema.$ref) + ) + } else { + findReferencedSchemas(nestedSchema) + } + } + + const findReferencedSchemas = (schema: OpenApiSchema) => { + if (schema.properties) { + Object.values(schema.properties).forEach(testAndFindReferenceSchema) + } else if (schema.oneOf || schema.allOf || schema.anyOf) { + Object.values((schema.oneOf || schema.allOf || schema.anyOf)!).forEach( + testAndFindReferenceSchema + ) + } + } + console.log("Cleaning OAS files...") // read files under the operations/{area} directory @@ -143,10 +166,8 @@ export default async function () { const requestBodySchema = oas.requestBody.content[Object.keys(oas.requestBody.content)[0]] .schema - if (oasSchemaHelper.isRefObject(requestBodySchema)) { - referencedSchemas.add( - oasSchemaHelper.normalizeSchemaName(requestBodySchema.$ref) - ) + if (requestBodySchema) { + testAndFindReferenceSchema(requestBodySchema) } } } @@ -162,10 +183,8 @@ export default async function () { } else if (responseObj.content) { const responseBodySchema = responseObj.content[Object.keys(responseObj.content)[0]].schema - if (oasSchemaHelper.isRefObject(responseBodySchema)) { - referencedSchemas.add( - oasSchemaHelper.normalizeSchemaName(responseBodySchema.$ref) - ) + if (responseBodySchema) { + testAndFindReferenceSchema(responseBodySchema) } } } @@ -244,15 +263,7 @@ export default async function () { } // collect referenced schemas - if (parsedSchema.schema.properties) { - Object.values(parsedSchema.schema.properties).forEach((property) => { - if (oasSchemaHelper.isRefObject(property)) { - referencedSchemas.add( - oasSchemaHelper.normalizeSchemaName(property.$ref) - ) - } - }) - } + findReferencedSchemas(parsedSchema.schema) }) // clean up schemas