@bcrumbs.net/bc-api 0.0.7 → 0.0.8

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/index.esm.js CHANGED
@@ -4974,7 +4974,7 @@ const useShowcaseTemplateProgressQuery = templateId => useLazyQuery(useShowcaseT
4974
4974
  }
4975
4975
  });
4976
4976
  const updateTemplateSectionThumb = gql(_t6$1 || (_t6$1 = _$1`
4977
- query ($sectionId: Int!, $contextCompanyId: Int!, value: String!) {
4977
+ query ($sectionId: Int!, $contextCompanyId: Int!, $value: String!) {
4978
4978
  updateTemplateSectionThumb(sectionId: $sectionId, contextCompanyId: $contextCompanyId, value: $value)
4979
4979
  @rest(
4980
4980
  type: "SectionsThumbsMap"
package/index.umd.js CHANGED
@@ -4667,7 +4667,7 @@
4667
4667
  }
4668
4668
  });
4669
4669
  };
4670
- var updateTemplateSectionThumb = gql__default["default"](templateObject_6$1 || (templateObject_6$1 = __makeTemplateObject(["\n query ($sectionId: Int!, $contextCompanyId: Int!, value: String!) {\n updateTemplateSectionThumb(sectionId: $sectionId, contextCompanyId: $contextCompanyId, value: $value)\n @rest(\n type: \"SectionsThumbsMap\"\n path: \"/api/Values/updateSectionThumbWithSpecialToken?sectionId={args.sectionId}&contextCompanyId={args.contextCompanyId}&value={args.value}&token=3de1e3c6-4b44-42de-b065-14308236b96c\"\n method: \"PUT\"\n )\n }\n"], ["\n query ($sectionId: Int!, $contextCompanyId: Int!, value: String!) {\n updateTemplateSectionThumb(sectionId: $sectionId, contextCompanyId: $contextCompanyId, value: $value)\n @rest(\n type: \"SectionsThumbsMap\"\n path: \"/api/Values/updateSectionThumbWithSpecialToken?sectionId={args.sectionId}&contextCompanyId={args.contextCompanyId}&value={args.value}&token=3de1e3c6-4b44-42de-b065-14308236b96c\"\n method: \"PUT\"\n )\n }\n"])));
4670
+ var updateTemplateSectionThumb = gql__default["default"](templateObject_6$1 || (templateObject_6$1 = __makeTemplateObject(["\n query ($sectionId: Int!, $contextCompanyId: Int!, $value: String!) {\n updateTemplateSectionThumb(sectionId: $sectionId, contextCompanyId: $contextCompanyId, value: $value)\n @rest(\n type: \"SectionsThumbsMap\"\n path: \"/api/Values/updateSectionThumbWithSpecialToken?sectionId={args.sectionId}&contextCompanyId={args.contextCompanyId}&value={args.value}&token=3de1e3c6-4b44-42de-b065-14308236b96c\"\n method: \"PUT\"\n )\n }\n"], ["\n query ($sectionId: Int!, $contextCompanyId: Int!, $value: String!) {\n updateTemplateSectionThumb(sectionId: $sectionId, contextCompanyId: $contextCompanyId, value: $value)\n @rest(\n type: \"SectionsThumbsMap\"\n path: \"/api/Values/updateSectionThumbWithSpecialToken?sectionId={args.sectionId}&contextCompanyId={args.contextCompanyId}&value={args.value}&token=3de1e3c6-4b44-42de-b065-14308236b96c\"\n method: \"PUT\"\n )\n }\n"])));
4671
4671
  var registeUsage = gql__default["default"](templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n query ($body: JSON!) {\n registerUsage(body: $body)\n @rest(\n type: \"RegisterUsage\"\n path: \"/DConfig/PaymentsManager/recordShowcaseVisit\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n result\n }\n }\n"], ["\n query ($body: JSON!) {\n registerUsage(body: $body)\n @rest(\n type: \"RegisterUsage\"\n path: \"/DConfig/PaymentsManager/recordShowcaseVisit\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n result\n }\n }\n"])));
4672
4672
  var useRegisterUsage = function useRegisterUsage(body) {
4673
4673
  return client.useMutation(registeUsage, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bcrumbs.net/bc-api",
3
3
  "description": "The SDK that helps to work with Bread Crumbs APIs",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "keyword": [
6
6
  "bcrumbs",
7
7
  "bc-api"