@papr/memory 1.16.0 → 1.18.0

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.
Files changed (96) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/README.md +29 -0
  3. package/client.d.mts +14 -4
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +14 -4
  6. package/client.d.ts.map +1 -1
  7. package/client.js +9 -0
  8. package/client.js.map +1 -1
  9. package/client.mjs +9 -0
  10. package/client.mjs.map +1 -1
  11. package/internal/to-file.d.mts +1 -1
  12. package/internal/to-file.d.ts +1 -1
  13. package/internal/to-file.js +1 -1
  14. package/internal/to-file.mjs +1 -1
  15. package/internal/tslib.js +22 -22
  16. package/internal/utils/values.js +3 -3
  17. package/internal/utils/values.js.map +1 -1
  18. package/internal/utils/values.mjs +3 -3
  19. package/internal/utils/values.mjs.map +1 -1
  20. package/package.json +1 -1
  21. package/resources/document.d.mts +119 -0
  22. package/resources/document.d.mts.map +1 -0
  23. package/resources/document.d.ts +119 -0
  24. package/resources/document.d.ts.map +1 -0
  25. package/resources/document.js +40 -0
  26. package/resources/document.js.map +1 -0
  27. package/resources/document.mjs +36 -0
  28. package/resources/document.mjs.map +1 -0
  29. package/resources/feedback.d.mts +20 -0
  30. package/resources/feedback.d.mts.map +1 -1
  31. package/resources/feedback.d.ts +20 -0
  32. package/resources/feedback.d.ts.map +1 -1
  33. package/resources/graphql.d.mts +52 -0
  34. package/resources/graphql.d.mts.map +1 -0
  35. package/resources/graphql.d.ts +52 -0
  36. package/resources/graphql.d.ts.map +1 -0
  37. package/resources/graphql.js +54 -0
  38. package/resources/graphql.js.map +1 -0
  39. package/resources/graphql.mjs +50 -0
  40. package/resources/graphql.mjs.map +1 -0
  41. package/resources/index.d.mts +6 -2
  42. package/resources/index.d.mts.map +1 -1
  43. package/resources/index.d.ts +6 -2
  44. package/resources/index.d.ts.map +1 -1
  45. package/resources/index.js +9 -1
  46. package/resources/index.js.map +1 -1
  47. package/resources/index.mjs +4 -0
  48. package/resources/index.mjs.map +1 -1
  49. package/resources/memory.d.mts +373 -270
  50. package/resources/memory.d.mts.map +1 -1
  51. package/resources/memory.d.ts +373 -270
  52. package/resources/memory.d.ts.map +1 -1
  53. package/resources/memory.js +29 -4
  54. package/resources/memory.js.map +1 -1
  55. package/resources/memory.mjs +29 -4
  56. package/resources/memory.mjs.map +1 -1
  57. package/resources/schemas.d.mts +404 -0
  58. package/resources/schemas.d.mts.map +1 -0
  59. package/resources/schemas.d.ts +404 -0
  60. package/resources/schemas.d.ts.map +1 -0
  61. package/resources/schemas.js +127 -0
  62. package/resources/schemas.js.map +1 -0
  63. package/resources/schemas.mjs +123 -0
  64. package/resources/schemas.mjs.map +1 -0
  65. package/resources/shared.d.mts +10 -0
  66. package/resources/shared.d.mts.map +1 -0
  67. package/resources/shared.d.ts +10 -0
  68. package/resources/shared.d.ts.map +1 -0
  69. package/resources/shared.js +4 -0
  70. package/resources/shared.js.map +1 -0
  71. package/resources/shared.mjs +3 -0
  72. package/resources/shared.mjs.map +1 -0
  73. package/resources/user.d.mts +1 -18
  74. package/resources/user.d.mts.map +1 -1
  75. package/resources/user.d.ts +1 -18
  76. package/resources/user.d.ts.map +1 -1
  77. package/resources/user.js +0 -11
  78. package/resources/user.js.map +1 -1
  79. package/resources/user.mjs +0 -11
  80. package/resources/user.mjs.map +1 -1
  81. package/src/client.ts +61 -2
  82. package/src/internal/to-file.ts +1 -1
  83. package/src/internal/utils/values.ts +3 -3
  84. package/src/resources/document.ts +164 -0
  85. package/src/resources/feedback.ts +24 -0
  86. package/src/resources/graphql.ts +65 -0
  87. package/src/resources/index.ts +24 -1
  88. package/src/resources/memory.ts +418 -492
  89. package/src/resources/schemas.ts +541 -0
  90. package/src/resources/shared.ts +14 -0
  91. package/src/resources/user.ts +0 -23
  92. package/src/version.ts +1 -1
  93. package/version.d.mts +1 -1
  94. package/version.d.ts +1 -1
  95. package/version.js +1 -1
  96. package/version.mjs +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../src/resources/graphql.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,UAAU,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,KAAK,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAGrD;AAED,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC;AAEhD,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC;AAE3C,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Graphql = void 0;
5
+ const resource_1 = require("../core/resource.js");
6
+ class Graphql extends resource_1.APIResource {
7
+ /**
8
+ * GraphQL Playground (development only)
9
+ */
10
+ playground(options) {
11
+ return this._client.get('/v1/graphql', options);
12
+ }
13
+ /**
14
+ * GraphQL endpoint for querying PAPR Memory using GraphQL.
15
+ *
16
+ * This endpoint proxies GraphQL queries to Neo4j's hosted GraphQL endpoint,
17
+ * automatically applying multi-tenant authorization filters based on user_id and workspace_id.
18
+ *
19
+ * **Authentication Required**:
20
+ * One of the following authentication methods must be used:
21
+ * - Bearer token in `Authorization` header
22
+ * - API Key in `X-API-Key` header
23
+ * - Session token in `X-Session-Token` header
24
+ *
25
+ * **Request Body**:
26
+ * ```json
27
+ * {
28
+ * "query": "query { project(id: \"proj_123\") { name tasks { title } } }",
29
+ * "variables": {},
30
+ * "operationName": "GetProject"
31
+ * }
32
+ * ```
33
+ *
34
+ * **Example Query**:
35
+ * ```graphql
36
+ * query GetProjectTasks($projectId: ID!) {
37
+ * project(id: $projectId) {
38
+ * name
39
+ * tasks {
40
+ * title
41
+ * status
42
+ * }
43
+ * }
44
+ * }
45
+ * ```
46
+ *
47
+ * All queries are automatically filtered by user_id and workspace_id for security.
48
+ */
49
+ query(options) {
50
+ return this._client.post('/v1/graphql', options);
51
+ }
52
+ }
53
+ exports.Graphql = Graphql;
54
+ //# sourceMappingURL=graphql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"graphql.js","sourceRoot":"","sources":["../src/resources/graphql.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;OAEG;IACH,UAAU,CAAC,OAAwB;QACjC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IAClD,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,KAAK,CAAC,OAAwB;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IACnD,CAAC;CACF;AA/CD,0BA+CC"}
@@ -0,0 +1,50 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../core/resource.mjs";
3
+ export class Graphql extends APIResource {
4
+ /**
5
+ * GraphQL Playground (development only)
6
+ */
7
+ playground(options) {
8
+ return this._client.get('/v1/graphql', options);
9
+ }
10
+ /**
11
+ * GraphQL endpoint for querying PAPR Memory using GraphQL.
12
+ *
13
+ * This endpoint proxies GraphQL queries to Neo4j's hosted GraphQL endpoint,
14
+ * automatically applying multi-tenant authorization filters based on user_id and workspace_id.
15
+ *
16
+ * **Authentication Required**:
17
+ * One of the following authentication methods must be used:
18
+ * - Bearer token in `Authorization` header
19
+ * - API Key in `X-API-Key` header
20
+ * - Session token in `X-Session-Token` header
21
+ *
22
+ * **Request Body**:
23
+ * ```json
24
+ * {
25
+ * "query": "query { project(id: \"proj_123\") { name tasks { title } } }",
26
+ * "variables": {},
27
+ * "operationName": "GetProject"
28
+ * }
29
+ * ```
30
+ *
31
+ * **Example Query**:
32
+ * ```graphql
33
+ * query GetProjectTasks($projectId: ID!) {
34
+ * project(id: $projectId) {
35
+ * name
36
+ * tasks {
37
+ * title
38
+ * status
39
+ * }
40
+ * }
41
+ * }
42
+ * ```
43
+ *
44
+ * All queries are automatically filtered by user_id and workspace_id for security.
45
+ */
46
+ query(options) {
47
+ return this._client.post('/v1/graphql', options);
48
+ }
49
+ }
50
+ //# sourceMappingURL=graphql.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"graphql.mjs","sourceRoot":"","sources":["../src/resources/graphql.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,UAAU,CAAC,OAAwB;QACjC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IAClD,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,KAAK,CAAC,OAAwB;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IACnD,CAAC;CACF"}
@@ -1,4 +1,8 @@
1
+ export * from "./shared.mjs";
2
+ export { Document, type DocumentCancelProcessingResponse, type DocumentGetStatusResponse, type DocumentUploadResponse, type DocumentUploadParams, } from "./document.mjs";
1
3
  export { Feedback, type BatchRequest, type BatchResponse, type FeedbackRequest, type FeedbackResponse, type ParsePointer, type FeedbackSubmitParams, type FeedbackSubmitBatchParams, } from "./feedback.mjs";
2
- export { Memory, type AddMemory, type AddMemoryResponse, type BatchMemoryResponse, type ContextItem, type HTTPValidationError, type MemoryMetadata, type MemoryType, type RelationshipItem, type SearchResponse, type MemoryUpdateResponse, type MemoryDeleteResponse, type MemoryUpdateParams, type MemoryDeleteParams, type MemoryAddParams, type MemoryAddBatchParams, type MemoryDeleteAllParams, type MemorySearchParams, } from "./memory.mjs";
3
- export { User, type UserResponse, type UserType, type UserListResponse, type UserDeleteResponse, type UserCreateBatchResponse, type UserCreateParams, type UserUpdateParams, type UserListParams, type UserDeleteParams, type UserCreateBatchParams, } from "./user.mjs";
4
+ export { Graphql, type GraphqlPlaygroundResponse, type GraphqlQueryResponse } from "./graphql.mjs";
5
+ export { Memory, type AddMemory, type AddMemoryResponse, type AutoGraphGeneration, type BatchMemoryResponse, type ContextItem, type GraphGeneration, type HTTPValidationError, type ManualGraphGeneration, type MemoryMetadata, type MemoryType, type RelationshipItem, type SearchResponse, type MemoryUpdateResponse, type MemoryDeleteResponse, type MemoryUpdateParams, type MemoryDeleteParams, type MemoryAddParams, type MemoryAddBatchParams, type MemoryDeleteAllParams, type MemorySearchParams, } from "./memory.mjs";
6
+ export { Schemas, type UserGraphSchemaOutput, type SchemaCreateResponse, type SchemaRetrieveResponse, type SchemaUpdateResponse, type SchemaListResponse, type SchemaDeleteResponse, type SchemaCreateParams, type SchemaUpdateParams, type SchemaListParams, } from "./schemas.mjs";
7
+ export { User, type UserResponse, type UserType, type UserListResponse, type UserDeleteResponse, type UserCreateBatchResponse, type UserCreateParams, type UserListParams, type UserDeleteParams, type UserCreateBatchParams, } from "./user.mjs";
4
8
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,GAC/B;OACM,EACL,MAAM,EACN,KAAK,SAAS,EACd,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,mBAAmB,EACxB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACxB;OACM,EACL,IAAI,EACJ,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,GAC3B"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EACL,QAAQ,EACR,KAAK,gCAAgC,EACrC,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,GAC1B;OACM,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,GAC/B;OACM,EAAE,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,oBAAoB,EAAE;OACtE,EACL,MAAM,EACN,KAAK,SAAS,EACd,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACxB;OACM,EACL,OAAO,EACP,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,GACtB;OACM,EACL,IAAI,EACJ,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,GAC3B"}
@@ -1,4 +1,8 @@
1
+ export * from "./shared.js";
2
+ export { Document, type DocumentCancelProcessingResponse, type DocumentGetStatusResponse, type DocumentUploadResponse, type DocumentUploadParams, } from "./document.js";
1
3
  export { Feedback, type BatchRequest, type BatchResponse, type FeedbackRequest, type FeedbackResponse, type ParsePointer, type FeedbackSubmitParams, type FeedbackSubmitBatchParams, } from "./feedback.js";
2
- export { Memory, type AddMemory, type AddMemoryResponse, type BatchMemoryResponse, type ContextItem, type HTTPValidationError, type MemoryMetadata, type MemoryType, type RelationshipItem, type SearchResponse, type MemoryUpdateResponse, type MemoryDeleteResponse, type MemoryUpdateParams, type MemoryDeleteParams, type MemoryAddParams, type MemoryAddBatchParams, type MemoryDeleteAllParams, type MemorySearchParams, } from "./memory.js";
3
- export { User, type UserResponse, type UserType, type UserListResponse, type UserDeleteResponse, type UserCreateBatchResponse, type UserCreateParams, type UserUpdateParams, type UserListParams, type UserDeleteParams, type UserCreateBatchParams, } from "./user.js";
4
+ export { Graphql, type GraphqlPlaygroundResponse, type GraphqlQueryResponse } from "./graphql.js";
5
+ export { Memory, type AddMemory, type AddMemoryResponse, type AutoGraphGeneration, type BatchMemoryResponse, type ContextItem, type GraphGeneration, type HTTPValidationError, type ManualGraphGeneration, type MemoryMetadata, type MemoryType, type RelationshipItem, type SearchResponse, type MemoryUpdateResponse, type MemoryDeleteResponse, type MemoryUpdateParams, type MemoryDeleteParams, type MemoryAddParams, type MemoryAddBatchParams, type MemoryDeleteAllParams, type MemorySearchParams, } from "./memory.js";
6
+ export { Schemas, type UserGraphSchemaOutput, type SchemaCreateResponse, type SchemaRetrieveResponse, type SchemaUpdateResponse, type SchemaListResponse, type SchemaDeleteResponse, type SchemaCreateParams, type SchemaUpdateParams, type SchemaListParams, } from "./schemas.js";
7
+ export { User, type UserResponse, type UserType, type UserListResponse, type UserDeleteResponse, type UserCreateBatchResponse, type UserCreateParams, type UserListParams, type UserDeleteParams, type UserCreateBatchParams, } from "./user.js";
4
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,GAC/B;OACM,EACL,MAAM,EACN,KAAK,SAAS,EACd,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,mBAAmB,EACxB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACxB;OACM,EACL,IAAI,EACJ,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,GAC3B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EACL,QAAQ,EACR,KAAK,gCAAgC,EACrC,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,GAC1B;OACM,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,GAC/B;OACM,EAAE,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,oBAAoB,EAAE;OACtE,EACL,MAAM,EACN,KAAK,SAAS,EACd,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACxB;OACM,EACL,OAAO,EACP,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,GACtB;OACM,EACL,IAAI,EACJ,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,GAC3B"}
@@ -1,11 +1,19 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.User = exports.Memory = exports.Feedback = void 0;
4
+ exports.User = exports.Schemas = exports.Memory = exports.Graphql = exports.Feedback = exports.Document = void 0;
5
+ const tslib_1 = require("../internal/tslib.js");
6
+ tslib_1.__exportStar(require("./shared.js"), exports);
7
+ var document_1 = require("./document.js");
8
+ Object.defineProperty(exports, "Document", { enumerable: true, get: function () { return document_1.Document; } });
5
9
  var feedback_1 = require("./feedback.js");
6
10
  Object.defineProperty(exports, "Feedback", { enumerable: true, get: function () { return feedback_1.Feedback; } });
11
+ var graphql_1 = require("./graphql.js");
12
+ Object.defineProperty(exports, "Graphql", { enumerable: true, get: function () { return graphql_1.Graphql; } });
7
13
  var memory_1 = require("./memory.js");
8
14
  Object.defineProperty(exports, "Memory", { enumerable: true, get: function () { return memory_1.Memory; } });
15
+ var schemas_1 = require("./schemas.js");
16
+ Object.defineProperty(exports, "Schemas", { enumerable: true, get: function () { return schemas_1.Schemas; } });
9
17
  var user_1 = require("./user.js");
10
18
  Object.defineProperty(exports, "User", { enumerable: true, get: function () { return user_1.User; } });
11
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CASoB;AARlB,oGAAA,QAAQ,OAAA;AASV,sCAmBkB;AAlBhB,gGAAA,MAAM,OAAA;AAmBR,kCAYgB;AAXd,4FAAA,IAAI,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,0CAMoB;AALlB,oGAAA,QAAQ,OAAA;AAMV,0CASoB;AARlB,oGAAA,QAAQ,OAAA;AASV,wCAA+F;AAAtF,kGAAA,OAAO,OAAA;AAChB,sCAsBkB;AArBhB,gGAAA,MAAM,OAAA;AAsBR,wCAWmB;AAVjB,kGAAA,OAAO,OAAA;AAWT,kCAWgB;AAVd,4FAAA,IAAI,OAAA"}
@@ -1,5 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./shared.mjs";
3
+ export { Document, } from "./document.mjs";
2
4
  export { Feedback, } from "./feedback.mjs";
5
+ export { Graphql } from "./graphql.mjs";
3
6
  export { Memory, } from "./memory.mjs";
7
+ export { Schemas, } from "./schemas.mjs";
4
8
  export { User, } from "./user.mjs";
5
9
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAQT;OACM,EACL,MAAM,GAkBP;OACM,EACL,IAAI,GAWL"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EACL,QAAQ,GAKT;OACM,EACL,QAAQ,GAQT;OACM,EAAE,OAAO,EAA6D;OACtE,EACL,MAAM,GAqBP;OACM,EACL,OAAO,GAUR;OACM,EACL,IAAI,GAUL"}