@@ -79,7 +79,7 @@ Lister.constructor
7979
8080#### Defined in
8181
82- [ src/client/app.ts:102] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L102 )
82+ [ src/client/app.ts:102] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L102 )
8383
8484## Properties
8585
@@ -89,7 +89,7 @@ Lister.constructor
8989
9090#### Defined in
9191
92- [ src/client/app.ts:86] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L86 )
92+ [ src/client/app.ts:86] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L86 )
9393
9494___
9595
9999
100100#### Defined in
101101
102- [ src/client/app.ts:87] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L87 )
102+ [ src/client/app.ts:87] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L87 )
103103
104104## Methods
105105
@@ -171,7 +171,7 @@ A Dataset object for the specified dataset ID.
171171
172172#### Defined in
173173
174- [ src/client/app.ts:429] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L429 )
174+ [ src/client/app.ts:429] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L429 )
175175
176176___
177177
@@ -248,7 +248,7 @@ A Model object for the specified model ID.
248248
249249#### Defined in
250250
251- [ src/client/app.ts:471 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L471 )
251+ [ src/client/app.ts:473 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L473 )
252252
253253___
254254
@@ -294,7 +294,7 @@ A Module object for the specified module ID.
294294
295295#### Defined in
296296
297- [ src/client/app.ts:510 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L510 )
297+ [ src/client/app.ts:514 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L514 )
298298
299299___
300300
@@ -367,7 +367,7 @@ A Workflow object for the specified workflow config.
367367
368368#### Defined in
369369
370- [ src/client/app.ts:546 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L546 )
370+ [ src/client/app.ts:552 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L552 )
371371
372372___
373373
@@ -409,7 +409,7 @@ A Dataset object for the existing dataset ID.
409409
410410#### Defined in
411411
412- [ src/client/app.ts:759 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L759 )
412+ [ src/client/app.ts:771 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L771 )
413413
414414___
415415
@@ -447,7 +447,7 @@ await app.deleteDataset({ datasetId: "dataset-id" });
447447
448448#### Defined in
449449
450- [ src/client/app.ts:786 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L786 )
450+ [ src/client/app.ts:800 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L800 )
451451
452452___
453453
@@ -485,7 +485,7 @@ await app.deleteModel({ modelId: "modelId" });
485485
486486#### Defined in
487487
488- [ src/client/app.ts:809 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L809 )
488+ [ src/client/app.ts:825 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L825 )
489489
490490___
491491
@@ -523,7 +523,7 @@ await app.deleteModule({ moduleId: "moduleId" });
523523
524524#### Defined in
525525
526- [ src/client/app.ts:855 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L855 )
526+ [ src/client/app.ts:875 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L875 )
527527
528528___
529529
@@ -561,7 +561,7 @@ await app.deleteWorkflow({ workflowId: "workflowId" });
561561
562562#### Defined in
563563
564- [ src/client/app.ts:832 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L832 )
564+ [ src/client/app.ts:850 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L850 )
565565
566566___
567567
@@ -605,7 +605,7 @@ Concepts in the app.
605605
606606#### Defined in
607607
608- [ src/client/app.ts:391] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L391 )
608+ [ src/client/app.ts:391] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L391 )
609609
610610___
611611
@@ -654,7 +654,7 @@ Defaults to 16 per page
654654
655655#### Defined in
656656
657- [ src/client/app.ts:136] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L136 )
657+ [ src/client/app.ts:136] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L136 )
658658
659659___
660660
@@ -703,7 +703,7 @@ Defaults to 16 per page
703703
704704#### Defined in
705705
706- [ src/client/app.ts:342] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L342 )
706+ [ src/client/app.ts:342] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L342 )
707707
708708___
709709
@@ -749,7 +749,7 @@ Defaults to 16 per page
749749
750750#### Defined in
751751
752- [ src/client/app.ts:180] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L180 )
752+ [ src/client/app.ts:180] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L180 )
753753
754754___
755755
@@ -799,7 +799,7 @@ Defaults to 16 per page
799799
800800#### Defined in
801801
802- [ src/client/app.ts:291] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L291 )
802+ [ src/client/app.ts:291] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L291 )
803803
804804___
805805
813813
814814#### Defined in
815815
816- [ src/client/app.ts:415] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L415 )
816+ [ src/client/app.ts:415] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L415 )
817817
818818___
819819
@@ -863,7 +863,7 @@ Defaults to 16 per page
863863
864864#### Defined in
865865
866- [ src/client/app.ts:238] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L238 )
866+ [ src/client/app.ts:238] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L238 )
867867
868868___
869869
@@ -910,7 +910,7 @@ A model object for the specified model ID.
910910
911911#### Defined in
912912
913- [ src/client/app.ts:685 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L685 )
913+ [ src/client/app.ts:693 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L693 )
914914
915915___
916916
@@ -951,4 +951,4 @@ A workflow object for the specified workflow ID.
951951
952952#### Defined in
953953
954- [ src/client/app.ts:731 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L731 )
954+ [ src/client/app.ts:741 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/435d969 /src/client/app.ts#L741 )
0 commit comments