@bcrumbs.net/bc-api 0.0.5 → 0.0.7

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
@@ -3650,7 +3650,8 @@ let _$5 = t => t,
3650
3650
  _t4$5,
3651
3651
  _t5$5,
3652
3652
  _t6$4,
3653
- _t7$2;
3653
+ _t7$2,
3654
+ _t8$2;
3654
3655
  const showcaseContentsQuery = gql(_t$5 || (_t$5 = _$5`
3655
3656
  query ($rootId: Int!, $path: String) {
3656
3657
  contents(rootId: $rootId, deep: 4, path: $path) {
@@ -3808,15 +3809,41 @@ const showcaseSectionsQueryOptions = {
3808
3809
  const showcaseSectionQuery = gql(_t5$5 || (_t5$5 = _$5`
3809
3810
  query ($companyId: Int!, $id: Int!) {
3810
3811
  pageResoruce(companyId: $companyId, id: $id) {
3811
- id
3812
3812
  name
3813
+ title
3814
+ metaDescription
3815
+ data
3813
3816
  priority
3814
- createDate
3815
- modelId
3816
3817
  online
3817
- path
3818
- data
3819
- contentType
3818
+ modelId
3819
+ children {
3820
+ name
3821
+ data
3822
+ priority
3823
+ online
3824
+ modelId
3825
+ children {
3826
+ name
3827
+ data
3828
+ priority
3829
+ online
3830
+ modelId
3831
+ children {
3832
+ name
3833
+ data
3834
+ priority
3835
+ online
3836
+ modelId
3837
+ children {
3838
+ name
3839
+ data
3840
+ priority
3841
+ online
3842
+ modelId
3843
+ }
3844
+ }
3845
+ }
3846
+ }
3820
3847
  }
3821
3848
  }
3822
3849
  `));
@@ -3865,6 +3892,11 @@ const showcaseConfig = gql(_t7$2 || (_t7$2 = _$5`
3865
3892
  configuration(type: "showcase", domain: $domain)
3866
3893
  }
3867
3894
  `));
3895
+ const showcaseTemplateSectionsThumbsMap = gql(_t8$2 || (_t8$2 = _$5`
3896
+ query($companyContextId: Int!) {
3897
+ configuration(type: "showcaseSectionsThumbMap", companyContextId: $companyContextId)
3898
+ }
3899
+ `));
3868
3900
  const useShowcaseConfig = domain => useQuery(showcaseConfig, {
3869
3901
  fetchPolicy: 'cache-first',
3870
3902
  client: dqueryClient,
@@ -3881,7 +3913,7 @@ let _$4 = t => t,
3881
3913
  _t5$4,
3882
3914
  _t6$3,
3883
3915
  _t7$1,
3884
- _t8,
3916
+ _t8$1,
3885
3917
  _t9;
3886
3918
  const login = gql(_t$4 || (_t$4 = _$4`
3887
3919
  mutation ($body: JSON!) {
@@ -4182,7 +4214,7 @@ const updateUserPasswordOptions = {
4182
4214
  }
4183
4215
  })
4184
4216
  };
4185
- const inviteUser = gql(_t8 || (_t8 = _$4`
4217
+ const inviteUser = gql(_t8$1 || (_t8$1 = _$4`
4186
4218
  mutation ($body: JSON!) {
4187
4219
  inviteUser(body: $body)
4188
4220
  @rest(
@@ -4734,7 +4766,8 @@ let _$1 = t => t,
4734
4766
  _t4$1,
4735
4767
  _t5$1,
4736
4768
  _t6$1,
4737
- _t7;
4769
+ _t7,
4770
+ _t8;
4738
4771
  const showcaseConfigurationQuery = gql(_t$1 || (_t$1 = _$1`
4739
4772
  query ($ContextId: Int) {
4740
4773
  showcaseConfiguration(Key: "ShowcaseConfig", ContextId: $ContextId)
@@ -4940,7 +4973,17 @@ const useShowcaseTemplateProgressQuery = templateId => useLazyQuery(useShowcaseT
4940
4973
  companyId: auth.getContext()
4941
4974
  }
4942
4975
  });
4943
- const registeUsage = gql(_t6$1 || (_t6$1 = _$1`
4976
+ const updateTemplateSectionThumb = gql(_t6$1 || (_t6$1 = _$1`
4977
+ query ($sectionId: Int!, $contextCompanyId: Int!, value: String!) {
4978
+ updateTemplateSectionThumb(sectionId: $sectionId, contextCompanyId: $contextCompanyId, value: $value)
4979
+ @rest(
4980
+ type: "SectionsThumbsMap"
4981
+ path: "/api/Values/updateSectionThumbWithSpecialToken?sectionId={args.sectionId}&contextCompanyId={args.contextCompanyId}&value={args.value}&token=3de1e3c6-4b44-42de-b065-14308236b96c"
4982
+ method: "PUT"
4983
+ )
4984
+ }
4985
+ `));
4986
+ const registeUsage = gql(_t7 || (_t7 = _$1`
4944
4987
  query ($body: JSON!) {
4945
4988
  registerUsage(body: $body)
4946
4989
  @rest(
@@ -4959,7 +5002,7 @@ const useRegisterUsage = body => useMutation(registeUsage, {
4959
5002
  body
4960
5003
  }
4961
5004
  });
4962
- const queryUsage = gql(_t7 || (_t7 = _$1`
5005
+ const queryUsage = gql(_t8 || (_t8 = _$1`
4963
5006
  query ($AccountId: String!) {
4964
5007
  queryUsage(AccountId: $AccountId)
4965
5008
  @rest(
@@ -87619,4 +87662,4 @@ if (typeof window !== 'undefined') {
87619
87662
  window.global = window;
87620
87663
  }
87621
87664
 
87622
- export { CreateCheckoutSessionUri, CreatePortalSessionUri, HttpStatusCode, HttpStatusCodeName, LOCAL_STORAGE_I18N_STRING, LangService, Languages, ModelFieldsTypes, ModelUtilities, StringsUtils, addDomain, addDomainOptions, apiBackend, apiV2Backend, appConfig, auth, companyUsersQuery, contentInstancesQuery, createCompany, createCompanyOptions, createContentInstanceMutation, createContentInstanceMutationOptions, createContentMutation, createContentMutationOptions, createFileMutation, createFolderMutation, dconfigClient, deleteFileMutation, deleteFolderMutation, dqueryClient, filesQuery, foldersTreeQuery, forgetPassword, forgetPasswordOptions, frontend, inviteUser, inviteUserOptions, login, loginOptions, queryUsage, registeUsage, register, registerOptions, removeContentMutation, removeDomain, removeDomainOptions, removeUserFromCompany, removeUserFromCompanyOptions, resetPassword, resetPasswordOptions, showcaseClient, showcaseConfig, showcaseConfigurationQuery, showcaseConfigurationQueryOptions, showcaseContentsQuery, showcaseDomainsQuery, showcaseDomainsQueryOptions, showcasePagesQuery, showcasePagesQueryOptions, showcaseSectionQuery, showcaseSectionsQuery, showcaseSectionsQueryOptions, showcaseTemplatesQuery, showcaseTemplatesQueryOptions, subscriptionConfigurationQuery, subscriptionConfigurationQueryOptions, tokenClient, updateCompany, updateCompanyOptions, updateContentInstanceFieldValuesMutation, updateContentInstanceFieldValuesMutationOptions, updateContentsOrderingMutation, updateContentsOrderingMutationOptions, updateUserPassword, updateUserPasswordOptions, updateUserProfile, updateUserProfileOptions, useContentInstancesQuery, useCreateContentInstanceMutation, useCreateContentMutation, useCreateFileMutation, useCreateFolderMutation, useDeleteContentMutation, useDeleteFileMutation, useDeleteFolderMutation, useDomainsQuery, useFilesQuery, useFoldersTreeQuery, useModelChildrenQuery, useModelsQuery, useQueryUsage, useRegisterUsage, useShowcaseConfig, useShowcaseConfigurationQuery, useShowcaseTemplate, useShowcaseTemplateOptions, useShowcaseTemplateProgress, useShowcaseTemplateProgressQuery, useUpdateContentInstanceFieldValuesMutation, useUpdateContentsOrderingMutation, useUserCompaniesQuery, userCompaniesQuery, userCompaniesQueryOptions, userInfoQuery, userInfoQueryOptions, viewTypeChildrenQuery, viewTypeChildrenQueryOptions, viewTypesQuery, viewTypesQueryOptions, withDQueryClient, withShowcaseClient };
87665
+ export { CreateCheckoutSessionUri, CreatePortalSessionUri, HttpStatusCode, HttpStatusCodeName, LOCAL_STORAGE_I18N_STRING, LangService, Languages, ModelFieldsTypes, ModelUtilities, StringsUtils, addDomain, addDomainOptions, apiBackend, apiV2Backend, appConfig, auth, companyUsersQuery, contentInstancesQuery, createCompany, createCompanyOptions, createContentInstanceMutation, createContentInstanceMutationOptions, createContentMutation, createContentMutationOptions, createFileMutation, createFolderMutation, dconfigClient, deleteFileMutation, deleteFolderMutation, dqueryClient, filesQuery, foldersTreeQuery, forgetPassword, forgetPasswordOptions, frontend, inviteUser, inviteUserOptions, login, loginOptions, queryUsage, registeUsage, register, registerOptions, removeContentMutation, removeDomain, removeDomainOptions, removeUserFromCompany, removeUserFromCompanyOptions, resetPassword, resetPasswordOptions, showcaseClient, showcaseConfig, showcaseConfigurationQuery, showcaseConfigurationQueryOptions, showcaseContentsQuery, showcaseDomainsQuery, showcaseDomainsQueryOptions, showcasePagesQuery, showcasePagesQueryOptions, showcaseSectionQuery, showcaseSectionsQuery, showcaseSectionsQueryOptions, showcaseTemplateSectionsThumbsMap, showcaseTemplatesQuery, showcaseTemplatesQueryOptions, subscriptionConfigurationQuery, subscriptionConfigurationQueryOptions, tokenClient, updateCompany, updateCompanyOptions, updateContentInstanceFieldValuesMutation, updateContentInstanceFieldValuesMutationOptions, updateContentsOrderingMutation, updateContentsOrderingMutationOptions, updateTemplateSectionThumb, updateUserPassword, updateUserPasswordOptions, updateUserProfile, updateUserProfileOptions, useContentInstancesQuery, useCreateContentInstanceMutation, useCreateContentMutation, useCreateFileMutation, useCreateFolderMutation, useDeleteContentMutation, useDeleteFileMutation, useDeleteFolderMutation, useDomainsQuery, useFilesQuery, useFoldersTreeQuery, useModelChildrenQuery, useModelsQuery, useQueryUsage, useRegisterUsage, useShowcaseConfig, useShowcaseConfigurationQuery, useShowcaseTemplate, useShowcaseTemplateOptions, useShowcaseTemplateProgress, useShowcaseTemplateProgressQuery, useUpdateContentInstanceFieldValuesMutation, useUpdateContentsOrderingMutation, useUserCompaniesQuery, userCompaniesQuery, userCompaniesQueryOptions, userInfoQuery, userInfoQueryOptions, viewTypeChildrenQuery, viewTypeChildrenQueryOptions, viewTypesQuery, viewTypesQueryOptions, withDQueryClient, withShowcaseClient };
package/index.umd.js CHANGED
@@ -3716,7 +3716,7 @@
3716
3716
  };
3717
3717
  }
3718
3718
  };
3719
- var showcaseSectionQuery = gql__default["default"](templateObject_5$5 || (templateObject_5$5 = __makeTemplateObject(["\n query ($companyId: Int!, $id: Int!) {\n pageResoruce(companyId: $companyId, id: $id) {\n id\n name\n priority\n createDate\n modelId\n online\n path\n data\n contentType\n }\n }\n"], ["\n query ($companyId: Int!, $id: Int!) {\n pageResoruce(companyId: $companyId, id: $id) {\n id\n name\n priority\n createDate\n modelId\n online\n path\n data\n contentType\n }\n }\n"])));
3719
+ var showcaseSectionQuery = gql__default["default"](templateObject_5$5 || (templateObject_5$5 = __makeTemplateObject(["\n query ($companyId: Int!, $id: Int!) {\n pageResoruce(companyId: $companyId, id: $id) {\n name\n title\n metaDescription\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n }\n }\n }\n }\n }\n }\n"], ["\n query ($companyId: Int!, $id: Int!) {\n pageResoruce(companyId: $companyId, id: $id) {\n name\n title\n metaDescription\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n children {\n name\n data\n priority\n online\n modelId\n }\n }\n }\n }\n }\n }\n"])));
3720
3720
  var showcaseDomainsQuery = gql__default["default"](templateObject_6$4 || (templateObject_6$4 = __makeTemplateObject(["\n query ($companyId: Int!) {\n domains(companyId: $companyId) {\n id\n domainAliases\n }\n }\n"], ["\n query ($companyId: Int!) {\n domains(companyId: $companyId) {\n id\n domainAliases\n }\n }\n"])));
3721
3721
  var showcaseDomainsQueryOptions = {
3722
3722
  options: function () {
@@ -3751,6 +3751,7 @@
3751
3751
  });
3752
3752
  };
3753
3753
  var showcaseConfig = gql__default["default"](templateObject_7$2 || (templateObject_7$2 = __makeTemplateObject(["\n query($domain: String!) {\n configuration(type: \"showcase\", domain: $domain)\n }\n"], ["\n query($domain: String!) {\n configuration(type: \"showcase\", domain: $domain)\n }\n"])));
3754
+ var showcaseTemplateSectionsThumbsMap = gql__default["default"](templateObject_8$2 || (templateObject_8$2 = __makeTemplateObject(["\n query($companyContextId: Int!) {\n configuration(type: \"showcaseSectionsThumbMap\", companyContextId: $companyContextId)\n }\n"], ["\n query($companyContextId: Int!) {\n configuration(type: \"showcaseSectionsThumbMap\", companyContextId: $companyContextId)\n }\n"])));
3754
3755
  var useShowcaseConfig = function useShowcaseConfig(domain) {
3755
3756
  return client.useQuery(showcaseConfig, {
3756
3757
  fetchPolicy: 'cache-first',
@@ -3760,7 +3761,7 @@
3760
3761
  }
3761
3762
  });
3762
3763
  };
3763
- var templateObject_1$5, templateObject_2$5, templateObject_3$5, templateObject_4$5, templateObject_5$5, templateObject_6$4, templateObject_7$2;
3764
+ var templateObject_1$5, templateObject_2$5, templateObject_3$5, templateObject_4$5, templateObject_5$5, templateObject_6$4, templateObject_7$2, templateObject_8$2;
3764
3765
 
3765
3766
  var login = gql__default["default"](templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["\n mutation ($body: JSON!) {\n login(body: $body)\n @rest(\n type: \"LoginType\"\n path: \"/token\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n access_token\n username\n userId\n }\n }\n"], ["\n mutation ($body: JSON!) {\n login(body: $body)\n @rest(\n type: \"LoginType\"\n path: \"/token\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n access_token\n username\n userId\n }\n }\n"])));
3766
3767
  var loginOptions = {
@@ -4045,7 +4046,7 @@
4045
4046
  }
4046
4047
  };
4047
4048
 
4048
- var inviteUser = gql__default["default"](templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n mutation ($body: JSON!) {\n inviteUser(body: $body)\n @rest(\n type: \"InviteUserType\"\n path: \"/Membership/bcInvite\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n result\n message\n }\n }\n"], ["\n mutation ($body: JSON!) {\n inviteUser(body: $body)\n @rest(\n type: \"InviteUserType\"\n path: \"/Membership/bcInvite\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n result\n message\n }\n }\n"])));
4049
+ var inviteUser = gql__default["default"](templateObject_8$1 || (templateObject_8$1 = __makeTemplateObject(["\n mutation ($body: JSON!) {\n inviteUser(body: $body)\n @rest(\n type: \"InviteUserType\"\n path: \"/Membership/bcInvite\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n result\n message\n }\n }\n"], ["\n mutation ($body: JSON!) {\n inviteUser(body: $body)\n @rest(\n type: \"InviteUserType\"\n path: \"/Membership/bcInvite\"\n method: \"POST\"\n bodyKey: \"body\"\n ) {\n result\n message\n }\n }\n"])));
4049
4050
  var inviteUserOptions = {
4050
4051
  options: {
4051
4052
  client: dconfigClient
@@ -4126,7 +4127,7 @@
4126
4127
  }
4127
4128
  };
4128
4129
 
4129
- var templateObject_1$4, templateObject_2$4, templateObject_3$4, templateObject_4$4, templateObject_5$4, templateObject_6$3, templateObject_7$1, templateObject_8, templateObject_9;
4130
+ var templateObject_1$4, templateObject_2$4, templateObject_3$4, templateObject_4$4, templateObject_5$4, templateObject_6$3, templateObject_7$1, templateObject_8$1, templateObject_9;
4130
4131
 
4131
4132
  var userCompaniesQuery = gql__default["default"](templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n query {\n userCompanies\n @rest(\n type: \"Company\"\n path: \"/Membership/getUserCompanies\"\n method: \"GET\"\n ) {\n Id\n Name\n AccountId\n CreateDate\n SubscriptionType\n }\n }\n"], ["\n query {\n userCompanies\n @rest(\n type: \"Company\"\n path: \"/Membership/getUserCompanies\"\n method: \"GET\"\n ) {\n Id\n Name\n AccountId\n CreateDate\n SubscriptionType\n }\n }\n"])));
4132
4133
  var userCompaniesQueryOptions = {
@@ -4666,7 +4667,8 @@
4666
4667
  }
4667
4668
  });
4668
4669
  };
4669
- var registeUsage = gql__default["default"](templateObject_6$1 || (templateObject_6$1 = __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"])));
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
+ 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"])));
4670
4672
  var useRegisterUsage = function useRegisterUsage(body) {
4671
4673
  return client.useMutation(registeUsage, {
4672
4674
  client: dconfigClient,
@@ -4675,7 +4677,7 @@
4675
4677
  }
4676
4678
  });
4677
4679
  };
4678
- var queryUsage = gql__default["default"](templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n query ($AccountId: String!) {\n queryUsage(AccountId: $AccountId)\n @rest(\n type: \"Usage\"\n path: \"/DConfig/PaymentsManager/getShowcaseVisit?AccountId={args.AccountId}\"\n method: \"GET\"\n ) {\n result\n object\n data {\n id\n object\n invoice\n livemode\n period {\n end\n start\n }\n subscription_item\n total_usage\n }\n has_more\n url\n }\n }\n"], ["\n query ($AccountId: String!) {\n queryUsage(AccountId: $AccountId)\n @rest(\n type: \"Usage\"\n path: \"/DConfig/PaymentsManager/getShowcaseVisit?AccountId={args.AccountId}\"\n method: \"GET\"\n ) {\n result\n object\n data {\n id\n object\n invoice\n livemode\n period {\n end\n start\n }\n subscription_item\n total_usage\n }\n has_more\n url\n }\n }\n"])));
4680
+ var queryUsage = gql__default["default"](templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n query ($AccountId: String!) {\n queryUsage(AccountId: $AccountId)\n @rest(\n type: \"Usage\"\n path: \"/DConfig/PaymentsManager/getShowcaseVisit?AccountId={args.AccountId}\"\n method: \"GET\"\n ) {\n result\n object\n data {\n id\n object\n invoice\n livemode\n period {\n end\n start\n }\n subscription_item\n total_usage\n }\n has_more\n url\n }\n }\n"], ["\n query ($AccountId: String!) {\n queryUsage(AccountId: $AccountId)\n @rest(\n type: \"Usage\"\n path: \"/DConfig/PaymentsManager/getShowcaseVisit?AccountId={args.AccountId}\"\n method: \"GET\"\n ) {\n result\n object\n data {\n id\n object\n invoice\n livemode\n period {\n end\n start\n }\n subscription_item\n total_usage\n }\n has_more\n url\n }\n }\n"])));
4679
4681
  var useQueryUsage = function useQueryUsage(AccountId) {
4680
4682
  return client.useQuery(queryUsage, {
4681
4683
  fetchPolicy: 'no-cache',
@@ -4685,7 +4687,7 @@
4685
4687
  }
4686
4688
  });
4687
4689
  };
4688
- var templateObject_1$1, templateObject_2$1, templateObject_3$1, templateObject_4$1, templateObject_5$1, templateObject_6$1, templateObject_7;
4690
+ var templateObject_1$1, templateObject_2$1, templateObject_3$1, templateObject_4$1, templateObject_5$1, templateObject_6$1, templateObject_7, templateObject_8;
4689
4691
 
4690
4692
  var foldersTreeQuery = gql__default["default"](templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n query foldersTree($rootPath: String) {\n foldersTree(rootPath: $rootPath)\n @rest(\n type: \"FoldersTree\"\n path: \"/DConfig/IOServicesAPI/getFoldersTree?RootPath={args.rootPath}\"\n method: \"GET\"\n ) {\n id,\n text,\n state,\n children,\n obj {\n Path\n }\n }\n }\n"], ["\n query foldersTree($rootPath: String) {\n foldersTree(rootPath: $rootPath)\n @rest(\n type: \"FoldersTree\"\n path: \"/DConfig/IOServicesAPI/getFoldersTree?RootPath={args.rootPath}\"\n method: \"GET\"\n ) {\n id,\n text,\n state,\n children,\n obj {\n Path\n }\n }\n }\n"])));
4691
4693
  var useFoldersTreeQuery = function useFoldersTreeQuery(rootPath) {
@@ -87293,6 +87295,7 @@
87293
87295
  exports.showcaseSectionQuery = showcaseSectionQuery;
87294
87296
  exports.showcaseSectionsQuery = showcaseSectionsQuery;
87295
87297
  exports.showcaseSectionsQueryOptions = showcaseSectionsQueryOptions;
87298
+ exports.showcaseTemplateSectionsThumbsMap = showcaseTemplateSectionsThumbsMap;
87296
87299
  exports.showcaseTemplatesQuery = showcaseTemplatesQuery;
87297
87300
  exports.showcaseTemplatesQueryOptions = showcaseTemplatesQueryOptions;
87298
87301
  exports.subscriptionConfigurationQuery = subscriptionConfigurationQuery;
@@ -87304,6 +87307,7 @@
87304
87307
  exports.updateContentInstanceFieldValuesMutationOptions = updateContentInstanceFieldValuesMutationOptions;
87305
87308
  exports.updateContentsOrderingMutation = updateContentsOrderingMutation;
87306
87309
  exports.updateContentsOrderingMutationOptions = updateContentsOrderingMutationOptions;
87310
+ exports.updateTemplateSectionThumb = updateTemplateSectionThumb;
87307
87311
  exports.updateUserPassword = updateUserPassword;
87308
87312
  exports.updateUserPasswordOptions = updateUserPasswordOptions;
87309
87313
  exports.updateUserProfile = updateUserProfile;
@@ -12,6 +12,7 @@ export declare const useDomainsQuery: () => import("@apollo/client").QueryResult
12
12
  companyId: string | null;
13
13
  }>;
14
14
  export declare const showcaseConfig: import("@apollo/client").DocumentNode;
15
+ export declare const showcaseTemplateSectionsThumbsMap: import("@apollo/client").DocumentNode;
15
16
  export declare const useShowcaseConfig: (domain: string) => import("@apollo/client").QueryResult<any, {
16
17
  domain: string;
17
18
  }>;
@@ -15,6 +15,7 @@ export declare const useShowcaseTemplateProgressQuery: (templateId: number) => i
15
15
  templateId: number;
16
16
  companyId: string | null;
17
17
  }>;
18
+ export declare const updateTemplateSectionThumb: import("@apollo/client").DocumentNode;
18
19
  export declare const registeUsage: import("@apollo/client").DocumentNode;
19
20
  export declare const useRegisterUsage: (body: {
20
21
  Domain: string;
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.5",
4
+ "version": "0.0.7",
5
5
  "keyword": [
6
6
  "bcrumbs",
7
7
  "bc-api"