@boltic/swirl 1.0.2-sit.83 → 1.0.2-sit.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/swirl.es.js CHANGED
@@ -92656,6 +92656,21 @@ const Eh = /* @__PURE__ */ ai(T9e), x9e = (e) => !e || typeof e != "string" ? ""
92656
92656
  },
92657
92657
  graphqlVariables: {
92658
92658
  placeholder: "Generate GraphQL variables as a JSON object with appropriate field names and values for your query."
92659
+ },
92660
+ FyndAIPIM: {
92661
+ placeholder: "Generate a Fynd AI PIM payload as a JSON object — e.g. an attribute, category, template, inbound connector, or mapper definition matching the selected operation."
92662
+ },
92663
+ FyndCommerceB2B: {
92664
+ placeholder: "Generate a Fynd Commerce B2B payload as a JSON object — e.g. a contract, ladder, or quotation body matching the selected operation."
92665
+ },
92666
+ FyndEngage: {
92667
+ placeholder: "Generate a Fynd Engage payload as a JSON object — e.g. a user, tier, wallet, or order body matching the selected operation."
92668
+ },
92669
+ FyndKonnect: {
92670
+ placeholder: "Generate a Fynd Konnect payload as a JSON object matching the selected operation."
92671
+ },
92672
+ FyndTMS: {
92673
+ placeholder: "Generate a Fynd TMS payload as a JSON object — e.g. a shipment, trip, or slot body matching the selected operation."
92659
92674
  }
92660
92675
  }, S9e = (e, t, r) => {
92661
92676
  const n = x9e(t);
@@ -94078,7 +94093,7 @@ const b2 = re.memo(L9e, F9e), sU = {
94078
94093
  sx: {
94079
94094
  fontWeight: 400
94080
94095
  },
94081
- placeholder: t === "javascript" || t === "python" ? e && iU[e][t] : e && iU[e].placeholder,
94096
+ placeholder: t === "javascript" || t === "python" ? e && iU[e]?.[t] : e && iU[e]?.placeholder,
94082
94097
  fullWidth: !0,
94083
94098
  multiline: !0,
94084
94099
  rows: 9,
@@ -114657,7 +114672,7 @@ const TO = (e) => {
114657
114672
  id: y
114658
114673
  }
114659
114674
  ) });
114660
- }, M2 = "FYND_AIPIM", W$e = "blt-int.ai-pim", G$e = Nr((e, t) => {
114675
+ }, M2 = "FYND_AIPIM", W$e = "blt-int.fynd-aipim", G$e = Nr((e, t) => {
114661
114676
  const r = Rr(), {
114662
114677
  control: n,
114663
114678
  watch: i,
@@ -114766,13 +114781,13 @@ const TO = (e) => {
114766
114781
  placeholder: String(w.size ?? 50)
114767
114782
  })
114768
114783
  ] }), V = () => y ? y === "products.list_external" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114769
- Q("inbound_id", "Inbound Connector ID", { required: !0 }),
114784
+ Q("inbound_id", "Inbound Connector ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114770
114785
  U()
114771
114786
  ] }) : y === "products.get_meta" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114772
- Q("inbound_id", "Inbound Connector ID", { required: !0 }),
114773
- Q("product_id", "Product ID", { required: !0 })
114787
+ Q("inbound_id", "Inbound Connector ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114788
+ Q("product_id", "Product ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" })
114774
114789
  ] }) : y === "products.bulk_export" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114775
- Q("inbound_id", "Inbound Connector ID", { required: !0 }),
114790
+ Q("inbound_id", "Inbound Connector ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114776
114791
  /* @__PURE__ */ d.jsx(Ce, { item: !0, xs: 12, children: /* @__PURE__ */ d.jsx(sr, { fullWidth: !0, children: /* @__PURE__ */ d.jsx(
114777
114792
  ir,
114778
114793
  {
@@ -114792,35 +114807,35 @@ const TO = (e) => {
114792
114807
  L("payload", "Export Request", {
114793
114808
  description: "Bulk export request body."
114794
114809
  })
114795
- ] }) : y === "templates.list" ? U() : y === "templates.get" || y === "templates.delete" || y === "templates.validation_schema" ? Q("template_id", "Template ID", { required: !0 }) : y === "templates.create" ? L("template", "Template", {
114810
+ ] }) : y === "templates.list" ? U() : y === "templates.get" || y === "templates.delete" || y === "templates.validation_schema" ? Q("template_id", "Template ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }) : y === "templates.create" ? L("template", "Template", {
114796
114811
  required: !0,
114797
114812
  description: "Template definition (name, slug, attributes, etc.)."
114798
114813
  }) : y === "templates.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114799
- Q("template_id", "Template ID", { required: !0 }),
114814
+ Q("template_id", "Template ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114800
114815
  L("template", "Template Update", { required: !0 })
114801
114816
  ] }) : y === "attributes.list" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114802
114817
  U(),
114803
- Q("tag", "Filter by Tag")
114818
+ Q("tag", "Filter by Tag", { placeholder: "e.g. apparel, electronics" })
114804
114819
  ] }) : y === "attributes.list_tags" ? null : y === "attributes.create" ? L("attribute", "Attribute", {
114805
114820
  required: !0,
114806
114821
  description: "Attribute definition (name, slug, type, options, etc.)."
114807
- }) : y === "attributes.get" || y === "attributes.delete" ? Q("attribute_id", "Attribute ID", { required: !0 }) : y === "attributes.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114808
- Q("attribute_id", "Attribute ID", { required: !0 }),
114822
+ }) : y === "attributes.get" || y === "attributes.delete" ? Q("attribute_id", "Attribute ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }) : y === "attributes.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114823
+ Q("attribute_id", "Attribute ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114809
114824
  L("attribute", "Attribute Update", { required: !0 })
114810
114825
  ] }) : y === "categories.list" || y === "categories.list_mappings" ? U() : y === "categories.create" ? L("category", "Category", {
114811
114826
  required: !0,
114812
114827
  description: "Category definition (name, slug, parent_id, attributes, etc.)."
114813
- }) : y === "categories.get" || y === "categories.delete" ? Q("category_id", "Category ID", { required: !0 }) : y === "categories.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114814
- Q("category_id", "Category ID", { required: !0 }),
114828
+ }) : y === "categories.get" || y === "categories.delete" ? Q("category_id", "Category ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }) : y === "categories.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114829
+ Q("category_id", "Category ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114815
114830
  L("category", "Category Update", { required: !0 })
114816
114831
  ] }) : y === "categories.create_mapping" ? L("mapping", "Mapping", {
114817
114832
  required: !0,
114818
114833
  description: "Category-mapping definition."
114819
- }) : y === "categories.get_mapping_by_code" ? Q("code", "Mapping Code", { required: !0 }) : y === "inbound.list" ? U() : y === "inbound.create" ? L("connector", "Connector", {
114834
+ }) : y === "categories.get_mapping_by_code" ? Q("code", "Mapping Code", { required: !0, placeholder: "e.g. category_apparel_main" }) : y === "inbound.list" ? U() : y === "inbound.create" ? L("connector", "Connector", {
114820
114835
  required: !0,
114821
114836
  description: "Inbound connector definition."
114822
- }) : y === "inbound.get" || y === "inbound.delete" ? Q("inbound_id", "Inbound ID", { required: !0 }) : y === "inbound.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114823
- Q("inbound_id", "Inbound ID", { required: !0 }),
114837
+ }) : y === "inbound.get" || y === "inbound.delete" ? Q("inbound_id", "Inbound ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }) : y === "inbound.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114838
+ Q("inbound_id", "Inbound ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114824
114839
  L("connector", "Connector Update", { required: !0 })
114825
114840
  ] }) : y === "mapper.list" ? U() : y === "mapper.create" ? L("mapper", "Mapper", {
114826
114841
  required: !0,
@@ -114828,8 +114843,8 @@ const TO = (e) => {
114828
114843
  }) : y === "mapper.execute" ? L("payload", "Execution Input", {
114829
114844
  required: !0,
114830
114845
  description: "Mapper code + input data for sandbox execution."
114831
- }) : y === "mapper.get" || y === "mapper.delete" ? Q("mapper_id", "Mapper ID", { required: !0 }) : y === "mapper.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114832
- Q("mapper_id", "Mapper ID", { required: !0 }),
114846
+ }) : y === "mapper.get" || y === "mapper.delete" ? Q("mapper_id", "Mapper ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }) : y === "mapper.update" ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
114847
+ Q("mapper_id", "Mapper ID", { required: !0, placeholder: "e.g. 64f3a2b1c8d9e10001234567" }),
114833
114848
  L("mapper", "Mapper Update", { required: !0 })
114834
114849
  ] }) : y === "custom.custom_api" ? /* @__PURE__ */ d.jsx(
114835
114850
  lc,