@memori.ai/memori-api-client 5.1.1 → 5.2.1
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/CHANGELOG.md +19 -0
- package/dist/engine/search.d.ts +12 -0
- package/dist/engine/search.js +15 -0
- package/dist/engine/search.js.map +1 -1
- package/dist/engine.d.ts +24 -0
- package/dist/index.d.ts +24 -0
- package/dist/types.d.ts +2 -0
- package/esm/engine/search.d.ts +12 -0
- package/esm/engine/search.js +15 -0
- package/esm/engine/search.js.map +1 -1
- package/esm/engine.d.ts +24 -0
- package/esm/index.d.ts +24 -0
- package/esm/types.d.ts +2 -0
- package/package.json +1 -1
- package/src/engine/search.ts +65 -0
- package/src/types.ts +24 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [5.2.1](https://github.com/memori-ai/memori-api-client/compare/v5.2.0...v5.2.1) (2024-11-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* add timeZoneOffset in open session additionalInfo ([164e5bb](https://github.com/memori-ai/memori-api-client/commit/164e5bbf157c74c73099c3e04b2232af6d4ea500))
|
|
9
|
+
|
|
10
|
+
## [5.2.0](https://github.com/memori-ai/memori-api-client/compare/v5.1.1...v5.2.0) (2024-09-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* added pagination search and filter apis ([419397e](https://github.com/memori-ai/memori-api-client/commit/419397e3bf4a096c6a3fcfc9e70d26e15ab9563f))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Maintenance
|
|
19
|
+
|
|
20
|
+
* fix typo + format code ([95bcf01](https://github.com/memori-ai/memori-api-client/commit/95bcf011079c0f9cb97dda5595c5086f43f2e27a))
|
|
21
|
+
|
|
3
22
|
## [5.1.1](https://github.com/memori-ai/memori-api-client/compare/v5.1.0...v5.1.1) (2024-09-10)
|
|
4
23
|
|
|
5
24
|
|
package/dist/engine/search.d.ts
CHANGED
|
@@ -3,6 +3,18 @@ declare const _default: (apiUrl: string) => {
|
|
|
3
3
|
searchMemory: (sessionId: string, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
4
4
|
matches: SearchMatches[];
|
|
5
5
|
}>;
|
|
6
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
7
|
+
count: number;
|
|
8
|
+
matches: SearchMatches[];
|
|
9
|
+
}>;
|
|
10
|
+
filterMemories: (sessionId: string, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
11
|
+
count: number;
|
|
12
|
+
matches: SearchMatches[];
|
|
13
|
+
}>;
|
|
14
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
15
|
+
count: number;
|
|
16
|
+
matches: SearchMatches[];
|
|
17
|
+
}>;
|
|
6
18
|
getRandomMemory: (sessionId: string, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
7
19
|
memories: Memory[];
|
|
8
20
|
}>;
|
package/dist/engine/search.js
CHANGED
|
@@ -7,6 +7,21 @@ exports.default = (apiUrl) => ({
|
|
|
7
7
|
body: query,
|
|
8
8
|
apiUrl,
|
|
9
9
|
}),
|
|
10
|
+
searchMemoryPaginated: async (sessionId, pageIndex, pageSize, query) => (0, apiFetcher_1.apiFetcher)(`/Search/${sessionId}/${pageIndex}/${pageSize}`, {
|
|
11
|
+
method: 'POST',
|
|
12
|
+
body: query,
|
|
13
|
+
apiUrl,
|
|
14
|
+
}),
|
|
15
|
+
filterMemories: async (sessionId, query) => (0, apiFetcher_1.apiFetcher)(`/FilterMemories/${sessionId}`, {
|
|
16
|
+
method: 'POST',
|
|
17
|
+
body: query,
|
|
18
|
+
apiUrl,
|
|
19
|
+
}),
|
|
20
|
+
filterMemoriesPaginated: async (sessionId, pageIndex, pageSize, query) => (0, apiFetcher_1.apiFetcher)(`/FilterMemories/${sessionId}/${pageIndex}/${pageSize}`, {
|
|
21
|
+
method: 'POST',
|
|
22
|
+
body: query,
|
|
23
|
+
apiUrl,
|
|
24
|
+
}),
|
|
10
25
|
getRandomMemory: async (sessionId, query) => (0, apiFetcher_1.apiFetcher)(`/Random/${sessionId}`, {
|
|
11
26
|
method: 'POST',
|
|
12
27
|
body: query,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../src/engine/search.ts"],"names":[],"mappings":";;AACA,8CAA2C;AAQ3C,kBAAe,CAAC,MAAc,EAAE,EAAE,CAAC,CAAC;IAMlC,YAAY,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAC7D,IAAA,uBAAU,EAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IAQH,eAAe,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAChE,IAAA,uBAAU,EAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IASH,QAAQ,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CACzD,IAAA,uBAAU,EAAC,UAAU,SAAS,EAAE,EAAE;QAChC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IAMH,aAAa,EAAE,KAAK,EAAE,SAAiB,EAAE,EAAE,CACzC,IAAA,uBAAU,EAAC,eAAe,SAAS,EAAE,EAAE;QACrC,MAAM,EAAE,KAAK;QACb,MAAM;KACP,CAIA;CACJ,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../src/engine/search.ts"],"names":[],"mappings":";;AACA,8CAA2C;AAQ3C,kBAAe,CAAC,MAAc,EAAE,EAAE,CAAC,CAAC;IAMlC,YAAY,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAC7D,IAAA,uBAAU,EAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IASH,qBAAqB,EAAE,KAAK,EAC1B,SAAiB,EACjB,SAAiB,EACjB,QAAgB,EAChB,KAAmB,EACnB,EAAE,CACF,IAAA,uBAAU,EAAC,WAAW,SAAS,IAAI,SAAS,IAAI,QAAQ,EAAE,EAAE;QAC1D,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAKA;IAOH,cAAc,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAC/D,IAAA,uBAAU,EAAC,mBAAmB,SAAS,EAAE,EAAE;QACzC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAKA;IASH,uBAAuB,EAAE,KAAK,EAC5B,SAAiB,EACjB,SAAiB,EACjB,QAAgB,EAChB,KAAmB,EACnB,EAAE,CACF,IAAA,uBAAU,EAAC,mBAAmB,SAAS,IAAI,SAAS,IAAI,QAAQ,EAAE,EAAE;QAClE,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAKA;IAQH,eAAe,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAChE,IAAA,uBAAU,EAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IASH,QAAQ,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CACzD,IAAA,uBAAU,EAAC,UAAU,SAAS,EAAE,EAAE;QAChC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IAMH,aAAa,EAAE,KAAK,EAAE,SAAiB,EAAE,EAAE,CACzC,IAAA,uBAAU,EAAC,eAAe,SAAS,EAAE,EAAE;QACrC,MAAM,EAAE,KAAK;QACb,MAAM;KACP,CAIA;CACJ,CAAC,CAAC"}
|
package/dist/engine.d.ts
CHANGED
|
@@ -326,6 +326,18 @@ declare const _default: (apiUrl: string) => {
|
|
|
326
326
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
327
327
|
matches: import("./types").SearchMatches[];
|
|
328
328
|
}>;
|
|
329
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
330
|
+
count: number;
|
|
331
|
+
matches: import("./types").SearchMatches[];
|
|
332
|
+
}>;
|
|
333
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
334
|
+
count: number;
|
|
335
|
+
matches: import("./types").SearchMatches[];
|
|
336
|
+
}>;
|
|
337
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
338
|
+
count: number;
|
|
339
|
+
matches: import("./types").SearchMatches[];
|
|
340
|
+
}>;
|
|
329
341
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
330
342
|
memories: import("./types").Memory[];
|
|
331
343
|
}>;
|
|
@@ -339,6 +351,18 @@ declare const _default: (apiUrl: string) => {
|
|
|
339
351
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
340
352
|
matches: import("./types").SearchMatches[];
|
|
341
353
|
}>;
|
|
354
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
355
|
+
count: number;
|
|
356
|
+
matches: import("./types").SearchMatches[];
|
|
357
|
+
}>;
|
|
358
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
359
|
+
count: number;
|
|
360
|
+
matches: import("./types").SearchMatches[];
|
|
361
|
+
}>;
|
|
362
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
363
|
+
count: number;
|
|
364
|
+
matches: import("./types").SearchMatches[];
|
|
365
|
+
}>;
|
|
342
366
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
343
367
|
memories: import("./types").Memory[];
|
|
344
368
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -335,6 +335,18 @@ declare const api: (backendEndpoint?: string, engineEndpoint?: string) => {
|
|
|
335
335
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
336
336
|
matches: import("./types").SearchMatches[];
|
|
337
337
|
}>;
|
|
338
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
339
|
+
count: number;
|
|
340
|
+
matches: import("./types").SearchMatches[];
|
|
341
|
+
}>;
|
|
342
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
343
|
+
count: number;
|
|
344
|
+
matches: import("./types").SearchMatches[];
|
|
345
|
+
}>;
|
|
346
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
347
|
+
count: number;
|
|
348
|
+
matches: import("./types").SearchMatches[];
|
|
349
|
+
}>;
|
|
338
350
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
339
351
|
memories: import("./types").Memory[];
|
|
340
352
|
}>;
|
|
@@ -348,6 +360,18 @@ declare const api: (backendEndpoint?: string, engineEndpoint?: string) => {
|
|
|
348
360
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
349
361
|
matches: import("./types").SearchMatches[];
|
|
350
362
|
}>;
|
|
363
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
364
|
+
count: number;
|
|
365
|
+
matches: import("./types").SearchMatches[];
|
|
366
|
+
}>;
|
|
367
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
368
|
+
count: number;
|
|
369
|
+
matches: import("./types").SearchMatches[];
|
|
370
|
+
}>;
|
|
371
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
372
|
+
count: number;
|
|
373
|
+
matches: import("./types").SearchMatches[];
|
|
374
|
+
}>;
|
|
351
375
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
352
376
|
memories: import("./types").Memory[];
|
|
353
377
|
}>;
|
package/dist/types.d.ts
CHANGED
|
@@ -274,6 +274,7 @@ export declare type OpenSession = {
|
|
|
274
274
|
loginToken?: string;
|
|
275
275
|
language?: string;
|
|
276
276
|
referral?: string;
|
|
277
|
+
timeZoneOffset?: string;
|
|
277
278
|
};
|
|
278
279
|
};
|
|
279
280
|
export declare type MemoriSession = {
|
|
@@ -453,6 +454,7 @@ export type SearchQuery = {
|
|
|
453
454
|
tag?: string;
|
|
454
455
|
ignoreLastRead?: boolean;
|
|
455
456
|
excludedMemoryIDs?: string[];
|
|
457
|
+
startFrom?: number;
|
|
456
458
|
numberOfResults?: number;
|
|
457
459
|
contextVars?: {
|
|
458
460
|
[variable: string]: string;
|
package/esm/engine/search.d.ts
CHANGED
|
@@ -3,6 +3,18 @@ declare const _default: (apiUrl: string) => {
|
|
|
3
3
|
searchMemory: (sessionId: string, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
4
4
|
matches: SearchMatches[];
|
|
5
5
|
}>;
|
|
6
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
7
|
+
count: number;
|
|
8
|
+
matches: SearchMatches[];
|
|
9
|
+
}>;
|
|
10
|
+
filterMemories: (sessionId: string, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
11
|
+
count: number;
|
|
12
|
+
matches: SearchMatches[];
|
|
13
|
+
}>;
|
|
14
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
15
|
+
count: number;
|
|
16
|
+
matches: SearchMatches[];
|
|
17
|
+
}>;
|
|
6
18
|
getRandomMemory: (sessionId: string, query?: SearchQuery) => Promise<ResponseSpec & {
|
|
7
19
|
memories: Memory[];
|
|
8
20
|
}>;
|
package/esm/engine/search.js
CHANGED
|
@@ -5,6 +5,21 @@ export default (apiUrl) => ({
|
|
|
5
5
|
body: query,
|
|
6
6
|
apiUrl,
|
|
7
7
|
}),
|
|
8
|
+
searchMemoryPaginated: async (sessionId, pageIndex, pageSize, query) => apiFetcher(`/Search/${sessionId}/${pageIndex}/${pageSize}`, {
|
|
9
|
+
method: 'POST',
|
|
10
|
+
body: query,
|
|
11
|
+
apiUrl,
|
|
12
|
+
}),
|
|
13
|
+
filterMemories: async (sessionId, query) => apiFetcher(`/FilterMemories/${sessionId}`, {
|
|
14
|
+
method: 'POST',
|
|
15
|
+
body: query,
|
|
16
|
+
apiUrl,
|
|
17
|
+
}),
|
|
18
|
+
filterMemoriesPaginated: async (sessionId, pageIndex, pageSize, query) => apiFetcher(`/FilterMemories/${sessionId}/${pageIndex}/${pageSize}`, {
|
|
19
|
+
method: 'POST',
|
|
20
|
+
body: query,
|
|
21
|
+
apiUrl,
|
|
22
|
+
}),
|
|
8
23
|
getRandomMemory: async (sessionId, query) => apiFetcher(`/Random/${sessionId}`, {
|
|
9
24
|
method: 'POST',
|
|
10
25
|
body: query,
|
package/esm/engine/search.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../src/engine/search.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAQ3C,eAAe,CAAC,MAAc,EAAE,EAAE,CAAC,CAAC;IAMlC,YAAY,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAC7D,UAAU,CAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IAQH,eAAe,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAChE,UAAU,CAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IASH,QAAQ,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CACzD,UAAU,CAAC,UAAU,SAAS,EAAE,EAAE;QAChC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IAMH,aAAa,EAAE,KAAK,EAAE,SAAiB,EAAE,EAAE,CACzC,UAAU,CAAC,eAAe,SAAS,EAAE,EAAE;QACrC,MAAM,EAAE,KAAK;QACb,MAAM;KACP,CAIA;CACJ,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../src/engine/search.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAQ3C,eAAe,CAAC,MAAc,EAAE,EAAE,CAAC,CAAC;IAMlC,YAAY,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAC7D,UAAU,CAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IASH,qBAAqB,EAAE,KAAK,EAC1B,SAAiB,EACjB,SAAiB,EACjB,QAAgB,EAChB,KAAmB,EACnB,EAAE,CACF,UAAU,CAAC,WAAW,SAAS,IAAI,SAAS,IAAI,QAAQ,EAAE,EAAE;QAC1D,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAKA;IAOH,cAAc,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAC/D,UAAU,CAAC,mBAAmB,SAAS,EAAE,EAAE;QACzC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAKA;IASH,uBAAuB,EAAE,KAAK,EAC5B,SAAiB,EACjB,SAAiB,EACjB,QAAgB,EAChB,KAAmB,EACnB,EAAE,CACF,UAAU,CAAC,mBAAmB,SAAS,IAAI,SAAS,IAAI,QAAQ,EAAE,EAAE;QAClE,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAKA;IAQH,eAAe,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CAChE,UAAU,CAAC,WAAW,SAAS,EAAE,EAAE;QACjC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IASH,QAAQ,EAAE,KAAK,EAAE,SAAiB,EAAE,KAAmB,EAAE,EAAE,CACzD,UAAU,CAAC,UAAU,SAAS,EAAE,EAAE;QAChC,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,MAAM;KACP,CAIA;IAMH,aAAa,EAAE,KAAK,EAAE,SAAiB,EAAE,EAAE,CACzC,UAAU,CAAC,eAAe,SAAS,EAAE,EAAE;QACrC,MAAM,EAAE,KAAK;QACb,MAAM;KACP,CAIA;CACJ,CAAC,CAAC"}
|
package/esm/engine.d.ts
CHANGED
|
@@ -326,6 +326,18 @@ declare const _default: (apiUrl: string) => {
|
|
|
326
326
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
327
327
|
matches: import("./types").SearchMatches[];
|
|
328
328
|
}>;
|
|
329
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
330
|
+
count: number;
|
|
331
|
+
matches: import("./types").SearchMatches[];
|
|
332
|
+
}>;
|
|
333
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
334
|
+
count: number;
|
|
335
|
+
matches: import("./types").SearchMatches[];
|
|
336
|
+
}>;
|
|
337
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
338
|
+
count: number;
|
|
339
|
+
matches: import("./types").SearchMatches[];
|
|
340
|
+
}>;
|
|
329
341
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
330
342
|
memories: import("./types").Memory[];
|
|
331
343
|
}>;
|
|
@@ -339,6 +351,18 @@ declare const _default: (apiUrl: string) => {
|
|
|
339
351
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
340
352
|
matches: import("./types").SearchMatches[];
|
|
341
353
|
}>;
|
|
354
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
355
|
+
count: number;
|
|
356
|
+
matches: import("./types").SearchMatches[];
|
|
357
|
+
}>;
|
|
358
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
359
|
+
count: number;
|
|
360
|
+
matches: import("./types").SearchMatches[];
|
|
361
|
+
}>;
|
|
362
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
363
|
+
count: number;
|
|
364
|
+
matches: import("./types").SearchMatches[];
|
|
365
|
+
}>;
|
|
342
366
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
343
367
|
memories: import("./types").Memory[];
|
|
344
368
|
}>;
|
package/esm/index.d.ts
CHANGED
|
@@ -335,6 +335,18 @@ declare const api: (backendEndpoint?: string, engineEndpoint?: string) => {
|
|
|
335
335
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
336
336
|
matches: import("./types").SearchMatches[];
|
|
337
337
|
}>;
|
|
338
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
339
|
+
count: number;
|
|
340
|
+
matches: import("./types").SearchMatches[];
|
|
341
|
+
}>;
|
|
342
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
343
|
+
count: number;
|
|
344
|
+
matches: import("./types").SearchMatches[];
|
|
345
|
+
}>;
|
|
346
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
347
|
+
count: number;
|
|
348
|
+
matches: import("./types").SearchMatches[];
|
|
349
|
+
}>;
|
|
338
350
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
339
351
|
memories: import("./types").Memory[];
|
|
340
352
|
}>;
|
|
@@ -348,6 +360,18 @@ declare const api: (backendEndpoint?: string, engineEndpoint?: string) => {
|
|
|
348
360
|
searchMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
349
361
|
matches: import("./types").SearchMatches[];
|
|
350
362
|
}>;
|
|
363
|
+
searchMemoryPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
364
|
+
count: number;
|
|
365
|
+
matches: import("./types").SearchMatches[];
|
|
366
|
+
}>;
|
|
367
|
+
filterMemories: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
368
|
+
count: number;
|
|
369
|
+
matches: import("./types").SearchMatches[];
|
|
370
|
+
}>;
|
|
371
|
+
filterMemoriesPaginated: (sessionId: string, pageIndex: number, pageSize: number, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
372
|
+
count: number;
|
|
373
|
+
matches: import("./types").SearchMatches[];
|
|
374
|
+
}>;
|
|
351
375
|
getRandomMemory: (sessionId: string, query?: import("./types").SearchQuery | undefined) => Promise<import("./types").ResponseSpec & {
|
|
352
376
|
memories: import("./types").Memory[];
|
|
353
377
|
}>;
|
package/esm/types.d.ts
CHANGED
|
@@ -274,6 +274,7 @@ export declare type OpenSession = {
|
|
|
274
274
|
loginToken?: string;
|
|
275
275
|
language?: string;
|
|
276
276
|
referral?: string;
|
|
277
|
+
timeZoneOffset?: string;
|
|
277
278
|
};
|
|
278
279
|
};
|
|
279
280
|
export declare type MemoriSession = {
|
|
@@ -453,6 +454,7 @@ export type SearchQuery = {
|
|
|
453
454
|
tag?: string;
|
|
454
455
|
ignoreLastRead?: boolean;
|
|
455
456
|
excludedMemoryIDs?: string[];
|
|
457
|
+
startFrom?: number;
|
|
456
458
|
numberOfResults?: number;
|
|
457
459
|
contextVars?: {
|
|
458
460
|
[variable: string]: string;
|
package/package.json
CHANGED
package/src/engine/search.ts
CHANGED
|
@@ -24,6 +24,71 @@ export default (apiUrl: string) => ({
|
|
|
24
24
|
}
|
|
25
25
|
>,
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* Searches for matching Memory objects using the same algorithm employed in the Text Entered event of the R1 state of the Dialog State Machine.
|
|
29
|
+
* @param {string} sessionId The session ID
|
|
30
|
+
* @param {number} pageIndex The page index
|
|
31
|
+
* @param {number} pageSize The page size
|
|
32
|
+
* @param {SearchQuery} query Search query params
|
|
33
|
+
*/
|
|
34
|
+
searchMemoryPaginated: async (
|
|
35
|
+
sessionId: string,
|
|
36
|
+
pageIndex: number,
|
|
37
|
+
pageSize: number,
|
|
38
|
+
query?: SearchQuery
|
|
39
|
+
) =>
|
|
40
|
+
apiFetcher(`/Search/${sessionId}/${pageIndex}/${pageSize}`, {
|
|
41
|
+
method: 'POST',
|
|
42
|
+
body: query,
|
|
43
|
+
apiUrl,
|
|
44
|
+
}) as Promise<
|
|
45
|
+
ResponseSpec & {
|
|
46
|
+
count: number;
|
|
47
|
+
matches: SearchMatches[];
|
|
48
|
+
}
|
|
49
|
+
>,
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Filters Memory objects
|
|
53
|
+
* @param {string} sessionId The session ID
|
|
54
|
+
* @param {SearchQuery} query Search query params
|
|
55
|
+
*/
|
|
56
|
+
filterMemories: async (sessionId: string, query?: SearchQuery) =>
|
|
57
|
+
apiFetcher(`/FilterMemories/${sessionId}`, {
|
|
58
|
+
method: 'POST',
|
|
59
|
+
body: query,
|
|
60
|
+
apiUrl,
|
|
61
|
+
}) as Promise<
|
|
62
|
+
ResponseSpec & {
|
|
63
|
+
count: number;
|
|
64
|
+
matches: SearchMatches[];
|
|
65
|
+
}
|
|
66
|
+
>,
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Filters Memory objects, with pagination
|
|
70
|
+
* @param {string} sessionId The session ID
|
|
71
|
+
* @param {number} pageIndex The page index
|
|
72
|
+
* @param {number} pageSize The page size
|
|
73
|
+
* @param {SearchQuery} query Search query params
|
|
74
|
+
*/
|
|
75
|
+
filterMemoriesPaginated: async (
|
|
76
|
+
sessionId: string,
|
|
77
|
+
pageIndex: number,
|
|
78
|
+
pageSize: number,
|
|
79
|
+
query?: SearchQuery
|
|
80
|
+
) =>
|
|
81
|
+
apiFetcher(`/FilterMemories/${sessionId}/${pageIndex}/${pageSize}`, {
|
|
82
|
+
method: 'POST',
|
|
83
|
+
body: query,
|
|
84
|
+
apiUrl,
|
|
85
|
+
}) as Promise<
|
|
86
|
+
ResponseSpec & {
|
|
87
|
+
count: number;
|
|
88
|
+
matches: SearchMatches[];
|
|
89
|
+
}
|
|
90
|
+
>,
|
|
91
|
+
|
|
27
92
|
/**
|
|
28
93
|
* Picks up to 5 random Memory objects using the same algorithm employed in the
|
|
29
94
|
* Timeout event of the R1 state of the Dialog State Machine.
|
package/src/types.ts
CHANGED
|
@@ -414,9 +414,27 @@ export declare type OpenSession = {
|
|
|
414
414
|
forceCloseSessions?: boolean;
|
|
415
415
|
birthDate?: string;
|
|
416
416
|
additionalInfo?: {
|
|
417
|
+
/**
|
|
418
|
+
* a valid Memori.AI login token for the user, from which information like
|
|
419
|
+
* the user's unique ID, their birth date and e-mail are retrieved
|
|
420
|
+
* (for age verification and DCM integration purposes)
|
|
421
|
+
*/
|
|
417
422
|
loginToken?: string;
|
|
423
|
+
/**
|
|
424
|
+
* the language ISO code used to open the session
|
|
425
|
+
* (may be different from the Memori language if a translation layer is in place)
|
|
426
|
+
*/
|
|
418
427
|
language?: string;
|
|
428
|
+
/**
|
|
429
|
+
* the referral URL, as reported by the hosting web application
|
|
430
|
+
*/
|
|
419
431
|
referral?: string;
|
|
432
|
+
/**
|
|
433
|
+
* the offset in minutes of the UTC time zone from the user's local time zone.
|
|
434
|
+
* Note: the offset is subtracted from UTC to obtain the user's local time, not added.
|
|
435
|
+
* E.g.: it should be -120 for CEST, not +120.
|
|
436
|
+
*/
|
|
437
|
+
timeZoneOffset?: string;
|
|
420
438
|
};
|
|
421
439
|
};
|
|
422
440
|
|
|
@@ -664,6 +682,12 @@ export type SearchQuery = {
|
|
|
664
682
|
*/
|
|
665
683
|
excludedMemoryIDs?: string[];
|
|
666
684
|
|
|
685
|
+
/**
|
|
686
|
+
* @type {number=0}
|
|
687
|
+
* Index of the first Memory to return. Used for pagination.
|
|
688
|
+
*/
|
|
689
|
+
startFrom?: number;
|
|
690
|
+
|
|
667
691
|
/**
|
|
668
692
|
* @type {?number=5}
|
|
669
693
|
* Optional number of results. If omitted defaults to 5.
|