Skip to content

Commit a584361

Browse files
Release 0.0.0-develop-alpha-1764841391
1 parent bfa416b commit a584361

File tree

19 files changed

+323
-103
lines changed

19 files changed

+323
-103
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengovsg/refx-ts-sdk",
3-
"version": "0.0.0-develop-alpha-1763535866",
3+
"version": "0.0.0-develop-alpha-1764841391",
44
"private": false,
55
"repository": "https://github.com/opengovsg/refer-ts-sdk",
66
"main": "./index.js",

reference.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,70 @@ await client.referrals.upsert({
179179
</dl>
180180
</details>
181181

182+
<details><summary><code>client.referrals.<a href="/src/api/resources/referrals/client/Client.ts">listByInstitution</a>(institutionIdType, institutionId, { ...params }) -> ReferralExchange.PaginatedReferralsDto</code></summary>
183+
<dl>
184+
<dd>
185+
186+
#### 🔌 Usage
187+
188+
<dl>
189+
<dd>
190+
191+
<dl>
192+
<dd>
193+
194+
```typescript
195+
await client.referrals.listByInstitution("hci", "institutionId");
196+
```
197+
198+
</dd>
199+
</dl>
200+
</dd>
201+
</dl>
202+
203+
#### ⚙️ Parameters
204+
205+
<dl>
206+
<dd>
207+
208+
<dl>
209+
<dd>
210+
211+
**institutionIdType:** `ReferralExchange.InstitutionIdType` — The type of institution ID
212+
213+
</dd>
214+
</dl>
215+
216+
<dl>
217+
<dd>
218+
219+
**institutionId:** `string` — The institution ID
220+
221+
</dd>
222+
</dl>
223+
224+
<dl>
225+
<dd>
226+
227+
**request:** `ReferralExchange.ReferralsListByInstitutionRequest`
228+
229+
</dd>
230+
</dl>
231+
232+
<dl>
233+
<dd>
234+
235+
**requestOptions:** `Referrals.RequestOptions`
236+
237+
</dd>
238+
</dl>
239+
</dd>
240+
</dl>
241+
242+
</dd>
243+
</dl>
244+
</details>
245+
182246
<details><summary><code>client.referrals.<a href="/src/api/resources/referrals/client/Client.ts">get</a>(referralId, { ...params }) -> ReferralExchange.FullReferralDto</code></summary>
183247
<dl>
184248
<dd>

src/api/resources/eligibility/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export class Eligibility {
7373
headers: {
7474
"X-Fern-Language": "JavaScript",
7575
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
76-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
77-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
76+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
77+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
7878
"X-Fern-Runtime": core.RUNTIME.type,
7979
"X-Fern-Runtime-Version": core.RUNTIME.version,
8080
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/health/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export class Health {
5050
headers: {
5151
"X-Fern-Language": "JavaScript",
5252
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
53-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
54-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
53+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
54+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
5555
"X-Fern-Runtime": core.RUNTIME.type,
5656
"X-Fern-Runtime-Version": core.RUNTIME.version,
5757
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/links/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ export class Links {
6262
headers: {
6363
"X-Fern-Language": "JavaScript",
6464
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
65-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
66-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
65+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
66+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
6767
"X-Fern-Runtime": core.RUNTIME.type,
6868
"X-Fern-Runtime-Version": core.RUNTIME.version,
6969
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/notes/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export class Notes {
6060
headers: {
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
63-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
64-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
63+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
64+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
6565
"X-Fern-Runtime": core.RUNTIME.type,
6666
"X-Fern-Runtime-Version": core.RUNTIME.version,
6767
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/offerings/client/Client.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export class Offerings {
6969
headers: {
7070
"X-Fern-Language": "JavaScript",
7171
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
72-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
73-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
72+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
73+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
7474
"X-Fern-Runtime": core.RUNTIME.type,
7575
"X-Fern-Runtime-Version": core.RUNTIME.version,
7676
...(await this._getCustomAuthorizationHeaders()),
@@ -145,8 +145,8 @@ export class Offerings {
145145
headers: {
146146
"X-Fern-Language": "JavaScript",
147147
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
148-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
149-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
148+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
149+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
150150
"X-Fern-Runtime": core.RUNTIME.type,
151151
"X-Fern-Runtime-Version": core.RUNTIME.version,
152152
...(await this._getCustomAuthorizationHeaders()),
@@ -229,8 +229,8 @@ export class Offerings {
229229
headers: {
230230
"X-Fern-Language": "JavaScript",
231231
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
232-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
233-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
232+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
233+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
234234
"X-Fern-Runtime": core.RUNTIME.type,
235235
"X-Fern-Runtime-Version": core.RUNTIME.version,
236236
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/public/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export class Public {
6868
headers: {
6969
"X-Fern-Language": "JavaScript",
7070
"X-Fern-SDK-Name": "@opengovsg/refx-ts-sdk",
71-
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1763450943",
72-
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1763450943",
71+
"X-Fern-SDK-Version": "0.0.0-develop-alpha-1764841391",
72+
"User-Agent": "@opengovsg/refx-ts-sdk/0.0.0-develop-alpha-1764841391",
7373
"X-Fern-Runtime": core.RUNTIME.type,
7474
"X-Fern-Runtime-Version": core.RUNTIME.version,
7575
...(await this._getCustomAuthorizationHeaders()),

0 commit comments

Comments
 (0)