Skip to content

Commit 4725de4

Browse files
committed
updated autogenerated docs
1 parent d61d31f commit 4725de4

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/js-client-sdk.eppojsclient.dumpstats.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## EppoJSClient.dumpStats() method
66

7+
> Warning: This API is now obsolete.
8+
>
9+
> temporary method for debugging
10+
>
11+
712
**Signature:**
813

914
```typescript

docs/js-client-sdk.eppojsclient._getstringassignmentwithreason.md renamed to docs/js-client-sdk.eppojsclient.getstringassignmentwithreason.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
22

3-
[Home](./index.md) &gt; [@eppo/js-client-sdk](./js-client-sdk.md) &gt; [EppoJSClient](./js-client-sdk.eppojsclient.md) &gt; [\_getStringAssignmentWithReason](./js-client-sdk.eppojsclient._getstringassignmentwithreason.md)
3+
[Home](./index.md) &gt; [@eppo/js-client-sdk](./js-client-sdk.md) &gt; [EppoJSClient](./js-client-sdk.eppojsclient.md) &gt; [getStringAssignmentWithReason](./js-client-sdk.eppojsclient.getstringassignmentwithreason.md)
44

5-
## EppoJSClient.\_getStringAssignmentWithReason() method
5+
## EppoJSClient.getStringAssignmentWithReason() method
6+
7+
> Warning: This API is now obsolete.
8+
>
9+
> temporary method for debugging
10+
>
611
712
**Signature:**
813

914
```typescript
10-
_getStringAssignmentWithReason(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): {
15+
getStringAssignmentWithReason(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): {
1116
assignment: string | null;
1217
reason: string | null;
1318
};

docs/js-client-sdk.eppojsclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ export declare class EppoJSClient extends EppoClient
2424
2525
| Method | Modifiers | Description |
2626
| --- | --- | --- |
27-
| [\_getStringAssignmentWithReason(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient._getstringassignmentwithreason.md) | | |
2827
| [dumpStats()](./js-client-sdk.eppojsclient.dumpstats.md) | | |
2928
| [getAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getassignment.md) | | |
3029
| [getBoolAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getboolassignment.md) | | |
3130
| [getJSONStringAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getjsonstringassignment.md) | | |
3231
| [getNumericAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getnumericassignment.md) | | |
3332
| [getParsedJSONAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getparsedjsonassignment.md) | | |
3433
| [getStringAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getstringassignment.md) | | |
34+
| [getStringAssignmentWithReason(subjectKey, flagKey, subjectAttributes, assignmentHooks)](./js-client-sdk.eppojsclient.getstringassignmentwithreason.md) | | |
3535

0 commit comments

Comments
 (0)