@getzep/zep-cloud 2.3.0 → 2.3.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.
Files changed (77) hide show
  1. package/api/resources/document/client/Client.js +13 -13
  2. package/api/resources/graph/client/Client.js +2 -2
  3. package/api/resources/graph/resources/edge/client/Client.js +4 -4
  4. package/api/resources/graph/resources/episode/client/Client.js +3 -3
  5. package/api/resources/graph/resources/node/client/Client.js +3 -3
  6. package/api/resources/group/client/Client.d.ts +39 -0
  7. package/api/resources/group/client/Client.js +233 -2
  8. package/api/resources/group/client/requests/CreateGroupRequest.d.ts +1 -1
  9. package/api/resources/group/client/requests/GetGroupsOrderedRequest.d.ts +17 -0
  10. package/api/resources/group/client/requests/index.d.ts +1 -0
  11. package/api/resources/memory/client/Client.js +22 -22
  12. package/api/resources/user/client/Client.js +7 -7
  13. package/api/types/Group.d.ts +3 -0
  14. package/api/types/GroupListResponse.d.ts +9 -0
  15. package/api/types/Memory.d.ts +4 -1
  16. package/api/types/Session.d.ts +1 -1
  17. package/api/types/index.d.ts +2 -3
  18. package/api/types/index.js +2 -3
  19. package/dist/api/resources/document/client/Client.js +13 -13
  20. package/dist/api/resources/graph/client/Client.js +2 -2
  21. package/dist/api/resources/graph/resources/edge/client/Client.js +4 -4
  22. package/dist/api/resources/graph/resources/episode/client/Client.js +3 -3
  23. package/dist/api/resources/graph/resources/node/client/Client.js +3 -3
  24. package/dist/api/resources/group/client/Client.d.ts +39 -0
  25. package/dist/api/resources/group/client/Client.js +233 -2
  26. package/dist/api/resources/group/client/requests/CreateGroupRequest.d.ts +1 -1
  27. package/dist/api/resources/group/client/requests/GetGroupsOrderedRequest.d.ts +17 -0
  28. package/dist/api/resources/group/client/requests/index.d.ts +1 -0
  29. package/dist/api/resources/memory/client/Client.js +22 -22
  30. package/dist/api/resources/user/client/Client.js +7 -7
  31. package/dist/api/types/Group.d.ts +3 -0
  32. package/dist/api/types/GroupListResponse.d.ts +9 -0
  33. package/dist/api/types/Memory.d.ts +4 -1
  34. package/dist/api/types/Session.d.ts +1 -1
  35. package/dist/api/types/index.d.ts +2 -3
  36. package/dist/api/types/index.js +2 -3
  37. package/dist/serialization/resources/group/client/requests/CreateGroupRequest.d.ts +2 -2
  38. package/dist/serialization/resources/group/client/requests/CreateGroupRequest.js +2 -2
  39. package/dist/serialization/types/Group.d.ts +3 -0
  40. package/dist/serialization/types/Group.js +3 -0
  41. package/dist/serialization/types/GroupListResponse.d.ts +15 -0
  42. package/{serialization/types/ApidataFactRatingExamples.js → dist/serialization/types/GroupListResponse.js} +6 -5
  43. package/dist/serialization/types/Session.d.ts +2 -2
  44. package/dist/serialization/types/Session.js +2 -2
  45. package/dist/serialization/types/index.d.ts +2 -3
  46. package/dist/serialization/types/index.js +2 -3
  47. package/dist/version.d.ts +1 -1
  48. package/dist/version.js +1 -1
  49. package/jest.config.mjs +1 -1
  50. package/package.json +1 -1
  51. package/reference.md +189 -0
  52. package/serialization/resources/group/client/requests/CreateGroupRequest.d.ts +2 -2
  53. package/serialization/resources/group/client/requests/CreateGroupRequest.js +2 -2
  54. package/serialization/types/Group.d.ts +3 -0
  55. package/serialization/types/Group.js +3 -0
  56. package/serialization/types/GroupListResponse.d.ts +15 -0
  57. package/{dist/serialization/types/ApidataFactRatingExamples.js → serialization/types/GroupListResponse.js} +6 -5
  58. package/serialization/types/Session.d.ts +2 -2
  59. package/serialization/types/Session.js +2 -2
  60. package/serialization/types/index.d.ts +2 -3
  61. package/serialization/types/index.js +2 -3
  62. package/version.d.ts +1 -1
  63. package/version.js +1 -1
  64. package/api/types/ApidataFactRatingExamples.d.ts +0 -8
  65. package/api/types/ApidataFactRatingInstruction.d.ts +0 -21
  66. package/dist/api/types/ApidataFactRatingExamples.d.ts +0 -8
  67. package/dist/api/types/ApidataFactRatingInstruction.d.ts +0 -21
  68. package/dist/serialization/types/ApidataFactRatingExamples.d.ts +0 -14
  69. package/dist/serialization/types/ApidataFactRatingInstruction.d.ts +0 -14
  70. package/dist/serialization/types/ApidataFactRatingInstruction.js +0 -45
  71. package/serialization/types/ApidataFactRatingExamples.d.ts +0 -14
  72. package/serialization/types/ApidataFactRatingInstruction.d.ts +0 -14
  73. package/serialization/types/ApidataFactRatingInstruction.js +0 -45
  74. /package/api/{types/ApidataFactRatingExamples.js → resources/group/client/requests/GetGroupsOrderedRequest.js} +0 -0
  75. /package/api/types/{ApidataFactRatingInstruction.js → GroupListResponse.js} +0 -0
  76. /package/dist/api/{types/ApidataFactRatingExamples.js → resources/group/client/requests/GetGroupsOrderedRequest.js} +0 -0
  77. /package/dist/api/types/{ApidataFactRatingInstruction.js → GroupListResponse.js} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getzep/zep-cloud",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "private": false,
5
5
  "repository": "https://github.com/getzep/zep-js",
6
6
  "description": "Zep: Fast, scalable building blocks for production LLM apps",
package/reference.md CHANGED
@@ -2634,6 +2634,132 @@ await client.group.add({
2634
2634
  </dl>
2635
2635
  </details>
2636
2636
 
2637
+ <details><summary><code>client.group.<a href="/src/api/resources/group/client/Client.ts">listAllGroups</a>({ ...params }) -> Zep.GroupListResponse</code></summary>
2638
+ <dl>
2639
+ <dd>
2640
+
2641
+ #### 📝 Description
2642
+
2643
+ <dl>
2644
+ <dd>
2645
+
2646
+ <dl>
2647
+ <dd>
2648
+
2649
+ List all groups with pagination.
2650
+
2651
+ </dd>
2652
+ </dl>
2653
+ </dd>
2654
+ </dl>
2655
+
2656
+ #### 🔌 Usage
2657
+
2658
+ <dl>
2659
+ <dd>
2660
+
2661
+ <dl>
2662
+ <dd>
2663
+
2664
+ ```typescript
2665
+ await client.group.listAllGroups();
2666
+ ```
2667
+
2668
+ </dd>
2669
+ </dl>
2670
+ </dd>
2671
+ </dl>
2672
+
2673
+ #### ⚙️ Parameters
2674
+
2675
+ <dl>
2676
+ <dd>
2677
+
2678
+ <dl>
2679
+ <dd>
2680
+
2681
+ **request:** `Zep.GetGroupsOrderedRequest`
2682
+
2683
+ </dd>
2684
+ </dl>
2685
+
2686
+ <dl>
2687
+ <dd>
2688
+
2689
+ **requestOptions:** `Group.RequestOptions`
2690
+
2691
+ </dd>
2692
+ </dl>
2693
+ </dd>
2694
+ </dl>
2695
+
2696
+ </dd>
2697
+ </dl>
2698
+ </details>
2699
+
2700
+ <details><summary><code>client.group.<a href="/src/api/resources/group/client/Client.ts">getAGroup</a>(groupId) -> Zep.Group</code></summary>
2701
+ <dl>
2702
+ <dd>
2703
+
2704
+ #### 📝 Description
2705
+
2706
+ <dl>
2707
+ <dd>
2708
+
2709
+ <dl>
2710
+ <dd>
2711
+
2712
+ Get a group.
2713
+
2714
+ </dd>
2715
+ </dl>
2716
+ </dd>
2717
+ </dl>
2718
+
2719
+ #### 🔌 Usage
2720
+
2721
+ <dl>
2722
+ <dd>
2723
+
2724
+ <dl>
2725
+ <dd>
2726
+
2727
+ ```typescript
2728
+ await client.group.getAGroup("groupId");
2729
+ ```
2730
+
2731
+ </dd>
2732
+ </dl>
2733
+ </dd>
2734
+ </dl>
2735
+
2736
+ #### ⚙️ Parameters
2737
+
2738
+ <dl>
2739
+ <dd>
2740
+
2741
+ <dl>
2742
+ <dd>
2743
+
2744
+ **groupId:** `string` — The group_id of the group to get.
2745
+
2746
+ </dd>
2747
+ </dl>
2748
+
2749
+ <dl>
2750
+ <dd>
2751
+
2752
+ **requestOptions:** `Group.RequestOptions`
2753
+
2754
+ </dd>
2755
+ </dl>
2756
+ </dd>
2757
+ </dl>
2758
+
2759
+ </dd>
2760
+ </dl>
2761
+ </details>
2762
+
2637
2763
  <details><summary><code>client.group.<a href="/src/api/resources/group/client/Client.ts">delete</a>(groupId) -> Zep.SuccessResponse</code></summary>
2638
2764
  <dl>
2639
2765
  <dd>
@@ -2697,6 +2823,69 @@ await client.group.delete("groupId");
2697
2823
  </dl>
2698
2824
  </details>
2699
2825
 
2826
+ <details><summary><code>client.group.<a href="/src/api/resources/group/client/Client.ts">getFacts</a>(groupId) -> Zep.FactsResponse</code></summary>
2827
+ <dl>
2828
+ <dd>
2829
+
2830
+ #### 📝 Description
2831
+
2832
+ <dl>
2833
+ <dd>
2834
+
2835
+ <dl>
2836
+ <dd>
2837
+
2838
+ Get group facts.
2839
+
2840
+ </dd>
2841
+ </dl>
2842
+ </dd>
2843
+ </dl>
2844
+
2845
+ #### 🔌 Usage
2846
+
2847
+ <dl>
2848
+ <dd>
2849
+
2850
+ <dl>
2851
+ <dd>
2852
+
2853
+ ```typescript
2854
+ await client.group.getFacts("groupId");
2855
+ ```
2856
+
2857
+ </dd>
2858
+ </dl>
2859
+ </dd>
2860
+ </dl>
2861
+
2862
+ #### ⚙️ Parameters
2863
+
2864
+ <dl>
2865
+ <dd>
2866
+
2867
+ <dl>
2868
+ <dd>
2869
+
2870
+ **groupId:** `string` — The group_id of the group to get.
2871
+
2872
+ </dd>
2873
+ </dl>
2874
+
2875
+ <dl>
2876
+ <dd>
2877
+
2878
+ **requestOptions:** `Group.RequestOptions`
2879
+
2880
+ </dd>
2881
+ </dl>
2882
+ </dd>
2883
+ </dl>
2884
+
2885
+ </dd>
2886
+ </dl>
2887
+ </details>
2888
+
2700
2889
  ## User
2701
2890
 
2702
2891
  <details><summary><code>client.user.<a href="/src/api/resources/user/client/Client.ts">add</a>({ ...params }) -> Zep.User</code></summary>
@@ -4,12 +4,12 @@
4
4
  import * as serializers from "../../../../index";
5
5
  import * as Zep from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
- import { ApidataFactRatingInstruction } from "../../../../types/ApidataFactRatingInstruction";
7
+ import { FactRatingInstruction } from "../../../../types/FactRatingInstruction";
8
8
  export declare const CreateGroupRequest: core.serialization.Schema<serializers.CreateGroupRequest.Raw, Zep.CreateGroupRequest>;
9
9
  export declare namespace CreateGroupRequest {
10
10
  interface Raw {
11
11
  description?: string | null;
12
- fact_rating_instruction?: ApidataFactRatingInstruction.Raw | null;
12
+ fact_rating_instruction?: FactRatingInstruction.Raw | null;
13
13
  group_id: string;
14
14
  name?: string | null;
15
15
  }
@@ -38,10 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.CreateGroupRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
- const ApidataFactRatingInstruction_1 = require("../../../../types/ApidataFactRatingInstruction");
41
+ const FactRatingInstruction_1 = require("../../../../types/FactRatingInstruction");
42
42
  exports.CreateGroupRequest = core.serialization.object({
43
43
  description: core.serialization.string().optional(),
44
- factRatingInstruction: core.serialization.property("fact_rating_instruction", ApidataFactRatingInstruction_1.ApidataFactRatingInstruction.optional()),
44
+ factRatingInstruction: core.serialization.property("fact_rating_instruction", FactRatingInstruction_1.FactRatingInstruction.optional()),
45
45
  groupId: core.serialization.property("group_id", core.serialization.string()),
46
46
  name: core.serialization.string().optional(),
47
47
  });
@@ -4,12 +4,15 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Zep from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { FactRatingInstruction } from "./FactRatingInstruction";
7
8
  export declare const Group: core.serialization.ObjectSchema<serializers.Group.Raw, Zep.Group>;
8
9
  export declare namespace Group {
9
10
  interface Raw {
10
11
  created_at?: string | null;
11
12
  description?: string | null;
12
13
  external_id?: string | null;
14
+ fact_rating_instruction?: FactRatingInstruction.Raw | null;
15
+ group_id?: string | null;
13
16
  id?: number | null;
14
17
  name?: string | null;
15
18
  project_uuid?: string | null;
@@ -38,10 +38,13 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.Group = void 0;
40
40
  const core = __importStar(require("../../core"));
41
+ const FactRatingInstruction_1 = require("./FactRatingInstruction");
41
42
  exports.Group = core.serialization.object({
42
43
  createdAt: core.serialization.property("created_at", core.serialization.string().optional()),
43
44
  description: core.serialization.string().optional(),
44
45
  externalId: core.serialization.property("external_id", core.serialization.string().optional()),
46
+ factRatingInstruction: core.serialization.property("fact_rating_instruction", FactRatingInstruction_1.FactRatingInstruction.optional()),
47
+ groupId: core.serialization.property("group_id", core.serialization.string().optional()),
45
48
  id: core.serialization.number().optional(),
46
49
  name: core.serialization.string().optional(),
47
50
  projectUuid: core.serialization.property("project_uuid", core.serialization.string().optional()),
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Zep from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { Group } from "./Group";
8
+ export declare const GroupListResponse: core.serialization.ObjectSchema<serializers.GroupListResponse.Raw, Zep.GroupListResponse>;
9
+ export declare namespace GroupListResponse {
10
+ interface Raw {
11
+ groups?: Group.Raw[] | null;
12
+ row_count?: number | null;
13
+ total_count?: number | null;
14
+ }
15
+ }
@@ -36,10 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ApidataFactRatingExamples = void 0;
39
+ exports.GroupListResponse = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.ApidataFactRatingExamples = core.serialization.object({
42
- high: core.serialization.string().optional(),
43
- low: core.serialization.string().optional(),
44
- medium: core.serialization.string().optional(),
41
+ const Group_1 = require("./Group");
42
+ exports.GroupListResponse = core.serialization.object({
43
+ groups: core.serialization.list(Group_1.Group).optional(),
44
+ rowCount: core.serialization.property("row_count", core.serialization.number().optional()),
45
+ totalCount: core.serialization.property("total_count", core.serialization.number().optional()),
45
46
  });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Zep from "../../api/index";
6
6
  import * as core from "../../core";
7
- import { ApidataFactRatingInstruction } from "./ApidataFactRatingInstruction";
7
+ import { FactRatingInstruction } from "./FactRatingInstruction";
8
8
  export declare const Session: core.serialization.ObjectSchema<serializers.Session.Raw, Zep.Session>;
9
9
  export declare namespace Session {
10
10
  interface Raw {
@@ -12,7 +12,7 @@ export declare namespace Session {
12
12
  created_at?: string | null;
13
13
  deleted_at?: string | null;
14
14
  ended_at?: string | null;
15
- fact_rating_instruction?: ApidataFactRatingInstruction.Raw | null;
15
+ fact_rating_instruction?: FactRatingInstruction.Raw | null;
16
16
  facts?: string[] | null;
17
17
  id?: number | null;
18
18
  metadata?: Record<string, unknown> | null;
@@ -38,13 +38,13 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.Session = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- const ApidataFactRatingInstruction_1 = require("./ApidataFactRatingInstruction");
41
+ const FactRatingInstruction_1 = require("./FactRatingInstruction");
42
42
  exports.Session = core.serialization.object({
43
43
  classifications: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
44
44
  createdAt: core.serialization.property("created_at", core.serialization.string().optional()),
45
45
  deletedAt: core.serialization.property("deleted_at", core.serialization.string().optional()),
46
46
  endedAt: core.serialization.property("ended_at", core.serialization.string().optional()),
47
- factRatingInstruction: core.serialization.property("fact_rating_instruction", ApidataFactRatingInstruction_1.ApidataFactRatingInstruction.optional()),
47
+ factRatingInstruction: core.serialization.property("fact_rating_instruction", FactRatingInstruction_1.FactRatingInstruction.optional()),
48
48
  facts: core.serialization.list(core.serialization.string()).optional(),
49
49
  id: core.serialization.number().optional(),
50
50
  metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
@@ -7,13 +7,13 @@ export * from "./ApidataDocumentWithScore";
7
7
  export * from "./EndSessionResponse";
8
8
  export * from "./EndSessionsResponse";
9
9
  export * from "./Fact";
10
- export * from "./ApidataFactRatingExamples";
11
- export * from "./ApidataFactRatingInstruction";
10
+ export * from "./FactRatingInstruction";
12
11
  export * from "./FactResponse";
13
12
  export * from "./FactsResponse";
14
13
  export * from "./Episode";
15
14
  export * from "./EpisodeResponse";
16
15
  export * from "./Group";
16
+ export * from "./GroupListResponse";
17
17
  export * from "./Memory";
18
18
  export * from "./MemorySearchResult";
19
19
  export * from "./Message";
@@ -39,7 +39,6 @@ export * from "./Reranker";
39
39
  export * from "./ClassifySessionRequest";
40
40
  export * from "./CreateDocumentRequest";
41
41
  export * from "./FactRatingExamples";
42
- export * from "./FactRatingInstruction";
43
42
  export * from "./GraphDataType";
44
43
  export * from "./SearchScope";
45
44
  export * from "./SearchType";
@@ -23,13 +23,13 @@ __exportStar(require("./ApidataDocumentWithScore"), exports);
23
23
  __exportStar(require("./EndSessionResponse"), exports);
24
24
  __exportStar(require("./EndSessionsResponse"), exports);
25
25
  __exportStar(require("./Fact"), exports);
26
- __exportStar(require("./ApidataFactRatingExamples"), exports);
27
- __exportStar(require("./ApidataFactRatingInstruction"), exports);
26
+ __exportStar(require("./FactRatingInstruction"), exports);
28
27
  __exportStar(require("./FactResponse"), exports);
29
28
  __exportStar(require("./FactsResponse"), exports);
30
29
  __exportStar(require("./Episode"), exports);
31
30
  __exportStar(require("./EpisodeResponse"), exports);
32
31
  __exportStar(require("./Group"), exports);
32
+ __exportStar(require("./GroupListResponse"), exports);
33
33
  __exportStar(require("./Memory"), exports);
34
34
  __exportStar(require("./MemorySearchResult"), exports);
35
35
  __exportStar(require("./Message"), exports);
@@ -55,7 +55,6 @@ __exportStar(require("./Reranker"), exports);
55
55
  __exportStar(require("./ClassifySessionRequest"), exports);
56
56
  __exportStar(require("./CreateDocumentRequest"), exports);
57
57
  __exportStar(require("./FactRatingExamples"), exports);
58
- __exportStar(require("./FactRatingInstruction"), exports);
59
58
  __exportStar(require("./GraphDataType"), exports);
60
59
  __exportStar(require("./SearchScope"), exports);
61
60
  __exportStar(require("./SearchType"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.3.0";
1
+ export declare const SDK_VERSION = "2.3.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "2.3.0";
4
+ exports.SDK_VERSION = "2.3.1";
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface ApidataFactRatingExamples {
5
- high?: string;
6
- low?: string;
7
- medium?: string;
8
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Zep from "../index";
5
- export interface ApidataFactRatingInstruction {
6
- /**
7
- * Examples is a list of examples that demonstrate how facts might be rated based on your instruction. You should provide
8
- * an example of a highly rated example, a low rated example, and a medium (or in between example). For example, if you are rating
9
- * based on relevance to a trip planning application, your examples might be:
10
- * High: "Joe's dream vacation is Bali"
11
- * Medium: "Joe has a fear of flying",
12
- * Low: "Joe's favorite food is Japanese",
13
- */
14
- examples?: Zep.ApidataFactRatingExamples;
15
- /**
16
- * A string describing how to rate facts as they apply to your application. A trip planning application may
17
- * use something like "relevancy to planning a trip, the user's preferences when traveling,
18
- * or the user's travel history."
19
- */
20
- instruction?: string;
21
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface ApidataFactRatingExamples {
5
- high?: string;
6
- low?: string;
7
- medium?: string;
8
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Zep from "../index";
5
- export interface ApidataFactRatingInstruction {
6
- /**
7
- * Examples is a list of examples that demonstrate how facts might be rated based on your instruction. You should provide
8
- * an example of a highly rated example, a low rated example, and a medium (or in between example). For example, if you are rating
9
- * based on relevance to a trip planning application, your examples might be:
10
- * High: "Joe's dream vacation is Bali"
11
- * Medium: "Joe has a fear of flying",
12
- * Low: "Joe's favorite food is Japanese",
13
- */
14
- examples?: Zep.ApidataFactRatingExamples;
15
- /**
16
- * A string describing how to rate facts as they apply to your application. A trip planning application may
17
- * use something like "relevancy to planning a trip, the user's preferences when traveling,
18
- * or the user's travel history."
19
- */
20
- instruction?: string;
21
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Zep from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ApidataFactRatingExamples: core.serialization.ObjectSchema<serializers.ApidataFactRatingExamples.Raw, Zep.ApidataFactRatingExamples>;
8
- export declare namespace ApidataFactRatingExamples {
9
- interface Raw {
10
- high?: string | null;
11
- low?: string | null;
12
- medium?: string | null;
13
- }
14
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Zep from "../../api/index";
6
- import * as core from "../../core";
7
- import { ApidataFactRatingExamples } from "./ApidataFactRatingExamples";
8
- export declare const ApidataFactRatingInstruction: core.serialization.ObjectSchema<serializers.ApidataFactRatingInstruction.Raw, Zep.ApidataFactRatingInstruction>;
9
- export declare namespace ApidataFactRatingInstruction {
10
- interface Raw {
11
- examples?: ApidataFactRatingExamples.Raw | null;
12
- instruction?: string | null;
13
- }
14
- }
@@ -1,45 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ApidataFactRatingInstruction = void 0;
40
- const core = __importStar(require("../../core"));
41
- const ApidataFactRatingExamples_1 = require("./ApidataFactRatingExamples");
42
- exports.ApidataFactRatingInstruction = core.serialization.object({
43
- examples: ApidataFactRatingExamples_1.ApidataFactRatingExamples.optional(),
44
- instruction: core.serialization.string().optional(),
45
- });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Zep from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ApidataFactRatingExamples: core.serialization.ObjectSchema<serializers.ApidataFactRatingExamples.Raw, Zep.ApidataFactRatingExamples>;
8
- export declare namespace ApidataFactRatingExamples {
9
- interface Raw {
10
- high?: string | null;
11
- low?: string | null;
12
- medium?: string | null;
13
- }
14
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Zep from "../../api/index";
6
- import * as core from "../../core";
7
- import { ApidataFactRatingExamples } from "./ApidataFactRatingExamples";
8
- export declare const ApidataFactRatingInstruction: core.serialization.ObjectSchema<serializers.ApidataFactRatingInstruction.Raw, Zep.ApidataFactRatingInstruction>;
9
- export declare namespace ApidataFactRatingInstruction {
10
- interface Raw {
11
- examples?: ApidataFactRatingExamples.Raw | null;
12
- instruction?: string | null;
13
- }
14
- }
@@ -1,45 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ApidataFactRatingInstruction = void 0;
40
- const core = __importStar(require("../../core"));
41
- const ApidataFactRatingExamples_1 = require("./ApidataFactRatingExamples");
42
- exports.ApidataFactRatingInstruction = core.serialization.object({
43
- examples: ApidataFactRatingExamples_1.ApidataFactRatingExamples.optional(),
44
- instruction: core.serialization.string().optional(),
45
- });