Skip to content

Commit 81bfd53

Browse files
feat(api): api update
1 parent c14b460 commit 81bfd53

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-cdabb80ed9d7dae231be9b5ec36bd1056bebea71d69780c8457789834763d678.yml
3-
openapi_spec_hash: 5bc8a0413b16125cb0fd1ef5027614aa
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-84f7e28cc6ff46d9047601e93bcfda9d73820c56356da0bbf8f0a3cbe84f3847.yml
3+
openapi_spec_hash: 62b2bd52c8218b7d5eea3d6a03c00a11
44
config_hash: a478b24249ee4f53abfb5787ca4daf8b

src/resources/documents.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ export interface DocumentUpdateParams {
385385
* nest objects.
386386
*/
387387
metadata?: { [key: string]: string | number | boolean | Array<string> };
388-
389-
[k: string]: unknown;
390388
}
391389

392390
export interface DocumentListParams {
@@ -470,8 +468,6 @@ export interface DocumentAddParams {
470468
* nest objects.
471469
*/
472470
metadata?: { [key: string]: string | number | boolean | Array<string> };
473-
474-
[k: string]: unknown;
475471
}
476472

477473
export interface DocumentUploadFileParams {

src/resources/memories.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ export interface MemoryUpdateParams {
382382
* nest objects.
383383
*/
384384
metadata?: { [key: string]: string | number | boolean | Array<string> };
385-
386-
[k: string]: unknown;
387385
}
388386

389387
export interface MemoryListParams {
@@ -467,8 +465,6 @@ export interface MemoryAddParams {
467465
* nest objects.
468466
*/
469467
metadata?: { [key: string]: string | number | boolean | Array<string> };
470-
471-
[k: string]: unknown;
472468
}
473469

474470
export interface MemoryUploadFileParams {

0 commit comments

Comments
 (0)