File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : a478b24249ee4f53abfb5787ca4daf8b
Original file line number Diff line number Diff 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
392390export 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
477473export interface DocumentUploadFileParams {
Original file line number Diff line number Diff 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
389387export 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
474470export interface MemoryUploadFileParams {
You can’t perform that action at this time.
0 commit comments