Skip to content

Commit 4a19e45

Browse files
authored
Release 1.0 (#57)
* 1.0.0 * Update docs
1 parent 6eebf8b commit 4a19e45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+263
-260
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- Rename `HTTPResponseError` -> `HttpResponseError`
3030
- Add GitHub pull request template
3131
- Fix Java heap memory test issue
32+
33+
## [1.0.0] - 2025-07-29
34+
- Bug fix in the Query and Ingestion calls to Datacloud

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
**@heroku/applink v1.0.0-ea.2****Docs**
1+
**@heroku/applink v1.0.0****Docs**
22

33
***
44

5-
# @heroku/applink v1.0.0-ea.2
5+
# @heroku/applink v1.0.0
66

77
## Classes
88

docs/classes/HTTPResponseError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / HttpResponseError
5+
[@heroku/applink v1.0.0](../README.md) / HttpResponseError
66

77
# Class: HttpResponseError
88

@@ -34,7 +34,7 @@ new HttpResponseError(response): HttpResponseError
3434

3535
#### Defined in
3636

37-
[src/utils/request.ts:14](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/utils/request.ts#L14)
37+
[src/utils/request.ts:14](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/utils/request.ts#L14)
3838

3939
## Properties
4040

@@ -78,7 +78,7 @@ response: any;
7878

7979
#### Defined in
8080

81-
[src/utils/request.ts:13](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/utils/request.ts#L13)
81+
[src/utils/request.ts:13](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/utils/request.ts#L13)
8282

8383
***
8484

docs/functions/init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / init
5+
[@heroku/applink v1.0.0](../README.md) / init
66

77
# Function: init()
88

@@ -128,4 +128,4 @@ logger: Logger;
128128

129129
## Defined in
130130

131-
[src/index.ts:25](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L25)
131+
[src/index.ts:25](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L25)

docs/functions/parseDataActionEvent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / parseDataActionEvent
5+
[@heroku/applink v1.0.0](../README.md) / parseDataActionEvent
66

77
# Function: parseDataActionEvent()
88

@@ -22,4 +22,4 @@ Parse a [Data Action Target](https://help.salesforce.com/s/articleView?id=sf.c36
2222

2323
## Defined in
2424

25-
[src/index.ts:105](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L105)
25+
[src/index.ts:105](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L105)

docs/functions/parseRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / parseRequest
5+
[@heroku/applink v1.0.0](../README.md) / parseRequest
66

77
# Function: parseRequest()
88

@@ -55,4 +55,4 @@ logger: Logger;
5555

5656
## Defined in
5757

58-
[src/index.ts:49](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L49)
58+
[src/index.ts:49](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L49)

docs/interfaces/BulkApi.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / BulkApi
5+
[@heroku/applink v1.0.0](../README.md) / BulkApi
66

77
# Interface: BulkApi
88

@@ -37,7 +37,7 @@ The reference of the job to abort
3737

3838
#### Defined in
3939

40-
[src/index.ts:426](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L426)
40+
[src/index.ts:426](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L426)
4141

4242
***
4343

@@ -61,7 +61,7 @@ The names of the columns to include in the [DataTable](DataTable.md)
6161

6262
#### Defined in
6363

64-
[src/index.ts:433](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L433)
64+
[src/index.ts:433](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L433)
6565

6666
***
6767

@@ -91,7 +91,7 @@ The reference of the job to delete
9191

9292
#### Defined in
9393

94-
[src/index.ts:443](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L443)
94+
[src/index.ts:443](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L443)
9595

9696
***
9797

@@ -120,7 +120,7 @@ The Date to convert into the `date` format
120120

121121
#### Defined in
122122

123-
[src/index.ts:460](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L460)
123+
[src/index.ts:460](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L460)
124124

125125
***
126126

@@ -149,7 +149,7 @@ The Date to convert into the `dateTime` format
149149

150150
#### Defined in
151151

152-
[src/index.ts:469](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L469)
152+
[src/index.ts:469](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L469)
153153

154154
***
155155

@@ -172,7 +172,7 @@ to `null` use this formatter which will set the field value to `#N/A`.
172172

173173
#### Defined in
174174

175-
[src/index.ts:451](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L451)
175+
[src/index.ts:451](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L451)
176176

177177
***
178178

@@ -203,7 +203,7 @@ The reference of the job to get the failed results for
203203

204204
#### Defined in
205205

206-
[src/index.ts:480](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L480)
206+
[src/index.ts:480](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L480)
207207

208208
***
209209

@@ -232,7 +232,7 @@ The reference of the job to fetch information about
232232

233233
#### Defined in
234234

235-
[src/index.ts:489](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L489)
235+
[src/index.ts:489](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L489)
236236

237237
***
238238

@@ -264,7 +264,7 @@ Optional configuration that can be specified when fetching query results
264264
265265
#### Defined in
266266
267-
[src/index.ts:500](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L500)
267+
[src/index.ts:500](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L500)
268268
269269
***
270270
@@ -296,7 +296,7 @@ Optional configuration that can be specified when fetching query results
296296
297297
#### Defined in
298298
299-
[src/index.ts:512](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L512)
299+
[src/index.ts:512](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L512)
300300
301301
***
302302
@@ -327,7 +327,7 @@ The reference of the job to get the successful results for
327327
328328
#### Defined in
329329
330-
[src/index.ts:526](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L526)
330+
[src/index.ts:526](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L526)
331331
332332
***
333333
@@ -355,7 +355,7 @@ The reference of the job to get the unprocessed records for
355355
356356
#### Defined in
357357
358-
[src/index.ts:534](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L534)
358+
[src/index.ts:534](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L534)
359359
360360
***
361361
@@ -392,7 +392,7 @@ These are options that can be supplied when creating an ingest job.
392392
393393
#### Defined in
394394
395-
[src/index.ts:551](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L551)
395+
[src/index.ts:551](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L551)
396396
397397
***
398398
@@ -420,7 +420,7 @@ These are options that can be supplied when creating a query job.
420420
421421
#### Defined in
422422
423-
[src/index.ts:561](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L561)
423+
[src/index.ts:561](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L561)
424424
425425
***
426426
@@ -449,4 +449,4 @@ The [DataTable](DataTable.md) to split
449449
450450
#### Defined in
451451
452-
[src/index.ts:570](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L570)
452+
[src/index.ts:570](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L570)

docs/interfaces/BulkApiError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / BulkApiError
5+
[@heroku/applink v1.0.0](../README.md) / BulkApiError
66

77
# Interface: BulkApiError
88

@@ -24,7 +24,7 @@ An error code indicating the type of error that occurred.
2424

2525
#### Defined in
2626

27-
[src/index.ts:1036](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L1036)
27+
[src/index.ts:1036](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L1036)
2828

2929
***
3030

docs/interfaces/Context.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / Context
5+
[@heroku/applink v1.0.0](../README.md) / Context
66

77
# Interface: Context
88

@@ -21,7 +21,7 @@ The unique identifier for a given execution of a function.
2121

2222
#### Defined in
2323

24-
[src/index.ts:139](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L139)
24+
[src/index.ts:139](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L139)
2525

2626
***
2727

@@ -35,4 +35,4 @@ Information about the invoking Salesforce organization.
3535

3636
#### Defined in
3737

38-
[src/index.ts:140](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L140)
38+
[src/index.ts:140](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L140)

docs/interfaces/DataApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[**@heroku/applink v1.0.0-ea.2**](../README.md)**Docs**
1+
[**@heroku/applink v1.0.0**](../README.md)**Docs**
22

33
***
44

5-
[@heroku/applink v1.0.0-ea.2](../README.md) / DataApi
5+
[@heroku/applink v1.0.0](../README.md) / DataApi
66

77
# Interface: DataApi
88

@@ -21,7 +21,7 @@ third-party API client or to perform custom API calls with a HTTP library.
2121

2222
#### Defined in
2323

24-
[src/index.ts:306](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L306)
24+
[src/index.ts:306](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L306)
2525

2626
## Methods
2727

@@ -50,7 +50,7 @@ A map of [RecordModificationResult](RecordModificationResult.md)s, indexed by th
5050

5151
#### Defined in
5252

53-
[src/index.ts:358](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L358)
53+
[src/index.ts:358](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L358)
5454

5555
***
5656

@@ -76,7 +76,7 @@ A [RecordModificationResult](RecordModificationResult.md) that contains the crea
7676

7777
#### Defined in
7878

79-
[src/index.ts:327](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L327)
79+
[src/index.ts:327](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L327)
8080

8181
***
8282

@@ -106,7 +106,7 @@ A [RecordModificationResult](RecordModificationResult.md) that contains the dele
106106

107107
#### Defined in
108108

109-
[src/index.ts:342](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L342)
109+
[src/index.ts:342](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L342)
110110

111111
***
112112

@@ -126,7 +126,7 @@ An empty [UnitOfWork](UnitOfWork.md).
126126

127127
#### Defined in
128128

129-
[src/index.ts:348](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L348)
129+
[src/index.ts:348](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L348)
130130

131131
***
132132

@@ -152,7 +152,7 @@ A [RecordQueryResult](RecordQueryResult.md) that contains the queried data wrapp
152152

153153
#### Defined in
154154

155-
[src/index.ts:313](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L313)
155+
[src/index.ts:313](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L313)
156156

157157
***
158158

@@ -178,7 +178,7 @@ A [RecordQueryResult](RecordQueryResult.md) that contains the queried data wrapp
178178

179179
#### Defined in
180180

181-
[src/index.ts:320](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L320)
181+
[src/index.ts:320](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L320)
182182

183183
***
184184

@@ -204,4 +204,4 @@ A [RecordModificationResult](RecordModificationResult.md) that contains the upda
204204

205205
#### Defined in
206206

207-
[src/index.ts:334](https://github.com/heroku/heroku-applink-nodejs/blob/81b4143bb39e9e9309a4571ee63197ea8b696d90/src/index.ts#L334)
207+
[src/index.ts:334](https://github.com/heroku/heroku-applink-nodejs/blob/8285fe9db0bc3fb84b8b357e7da6a6202f07286d/src/index.ts#L334)

0 commit comments

Comments
 (0)