api-core-lib 10.9.9 → 10.10.9

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/index.d.mts CHANGED
@@ -552,6 +552,9 @@ declare const processResponse: <T>(responseOrError: AxiosResponse<any> | ApiErro
552
552
 
553
553
  declare function useApi<T>(axiosInstance: AxiosInstance, config: UseApiConfig<T>): UseApiReturn<T>;
554
554
 
555
+ /**
556
+ * هوك متقدم يقوم ببناء مجموعة من الإجراءات القابلة للتنفيذ من إعدادات موديول API.
557
+ */
555
558
  declare function useApiModule<TModule extends ApiModuleConfig>(axiosInstance: AxiosInstance, moduleConfig: TModule, options?: UseApiModuleOptions): ModuleActions<TModule>;
556
559
 
557
560
  type ApiResourceStatus = 'idle' | 'loading' | 'success' | 'error';
package/dist/index.d.ts CHANGED
@@ -552,6 +552,9 @@ declare const processResponse: <T>(responseOrError: AxiosResponse<any> | ApiErro
552
552
 
553
553
  declare function useApi<T>(axiosInstance: AxiosInstance, config: UseApiConfig<T>): UseApiReturn<T>;
554
554
 
555
+ /**
556
+ * هوك متقدم يقوم ببناء مجموعة من الإجراءات القابلة للتنفيذ من إعدادات موديول API.
557
+ */
555
558
  declare function useApiModule<TModule extends ApiModuleConfig>(axiosInstance: AxiosInstance, moduleConfig: TModule, options?: UseApiModuleOptions): ModuleActions<TModule>;
556
559
 
557
560
  type ApiResourceStatus = 'idle' | 'loading' | 'success' | 'error';