@communecter/cocolight-api-client 1.0.141 → 1.0.143

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/types/index.d.ts CHANGED
@@ -37,6 +37,7 @@ declare const cocolightApiClient: {
37
37
  OfflineClientManager: typeof OfflineClientManager;
38
38
  };
39
39
  export default cocolightApiClient;
40
+ export { batch, computed, effect, getSignals, isReactive, isSignal, reactive, subscribeTo, watch } from "./utils/reactive.js";
40
41
  export type { default as Api } from "./Api.js";
41
42
  export type { default as ApiClient } from "./ApiClient.js";
42
43
  export type { default as EndpointApi } from "./api/EndpointApi.js";
@@ -78,6 +79,8 @@ export type * from "./api/serverDataType/Action.js";
78
79
  export type * from "./api/serverDataType/common.js";
79
80
  export type * from "./api/serverDataType/Country.js";
80
81
  export type * from "./api/serverDataType/Zone.js";
82
+ export type * from "./api/serverDataType/Notification.js";
83
+ export type { Notification, Notifications } from "./api/Notifications.js";
81
84
  export type { PaginatorPage, PaginatorState, FundingEnvelopeResult, FundingEnvelopeProjectItem, SearchCostumVariant, SetTypeValue, CostumContextFields, WithCostumContext, EntityType, CoformThematicValue, CoformFilterByPathResult, } from "./api/BaseEntity.js";
82
85
  export { UPDATE_PATH_MAGIC } from "./api/BaseEntity.js";
83
86
  export type { AllStepsData, PendingUploadValue, PendingUpload, ProcessUploadsOptions, AnswerGetOptions, UploadAnswerFileOptions, UploadAnswerFileResult, GetFilesOptions, AnswerFileItem, } from "./api/Answer.js";