@qaecy/cue-sdk 0.0.29 → 0.0.31

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/variables.d.ts CHANGED
@@ -14,6 +14,7 @@ export declare const GCP_REGION = "europe-west6";
14
14
  export declare const COLLECTION_API_KEYS = "apiKeys";
15
15
  export declare const COLLECTION_ORGANIZATIONS = "organizations";
16
16
  export declare const COLLECTION_PROJECTS = "projects";
17
+ export declare const BUCKET_SESSIONS = "sessions_eu_west6";
17
18
  export declare const BUCKET_CHAT_SESSIONS = "spaces_chats_eu_west6";
18
19
  export declare const BUCKET_RAW = "spaces_raw_eu_west6";
19
20
  export declare const BUCKET_PROCESSED = "spaces_processed_eu_west6";
@@ -36,6 +37,9 @@ export declare const ENDPOINT_QLEVER_QUERY = "/qlever-server/qlever/query";
36
37
  export declare const ENDPOINT_QLEVER_UPDATE = "/qlever-server/qlever/update";
37
38
  export declare const ENDPOINT_QLEVER_SHACL = "/qlever-server/qlever/shacl";
38
39
  export declare const ENDPOINT_FSS_BATCH = "/commands/file-system-structure/batch";
40
+ export declare const ENDPOINT_STORAGE_SESSIONS = "/storage/sessions";
41
+ export declare const ENDPOINT_STORAGE_RAW = "/storage/raw";
42
+ export declare const ENDPOINT_STORAGE_PROCESSED = "/storage/processed";
39
43
  export declare const MICROSOFT_PROVIDER_ID = "microsoft.com";
40
44
  export declare const SUPERADMIN_ROLE = "superadmin";
41
45
  /**