Skip to content

Releases: greenfiling/servemanager-client

v1.0.15

Choose a tag to compare

@jetmore jetmore released this 17 Jan 12:46
d6c0b3a
  • Implement attorneyName, attorneyEmail, and sbn in JobBase (Job, JobSubmit) model
  • Code clean up

What's Changed

Full Changelog: v1.0.14...v1.0.15

v1.0.14

Choose a tag to compare

@jetmore jetmore released this 09 Dec 12:47
8ca95dd
  • Add model support for webhooks
  • Implement collaborationAccountId in Company model
  • Implement total, token, taxesEnabled, lastIssuedAt, clientId, and serveManagerJobNumber in Invoice model
  • Implement assignedByCollaboratingServer, dupedFromJobIds, mailingDate, mailedById, mailingLocation, mailingRequired, and serverAcceptance in Job model
  • Implemented jobs and downloadUrl in Links model
  • Implemented instructionsFromClient and requireServerAcceptance in JobBase model
  • Updating library dependencies

v1.0.13

Choose a tag to compare

@jetmore jetmore released this 02 Dec 19:51
0ef41b2
  • Implement externalUrl and referenceNumber in Attachment model.

v1.0.12

Choose a tag to compare

@jetmore jetmore released this 24 Mar 17:03
  • Extended code clean up
  • Add missing CompanyClient class

v1.0.11

Choose a tag to compare

@jetmore jetmore released this 13 Dec 21:45
  • Implement categoryId, createdBy, emailedTo, sharedFrom, userId, and visibility in Note model.

v1.0.10

Choose a tag to compare

@jetmore jetmore released this 21 Sep 12:07
5cfc220
  • Expand Court model object to include new attributes.

v1.0.9

Choose a tag to compare

@jetmore jetmore released this 14 Jul 16:39
16c5da9
  • Implement productName, pageBandPrice, pageBandName, and courtId in SupplierCost model, implement filtering on courtId.
  • Deprecate pageCountPrice in SupplierCost model.

v1.0.8

Choose a tag to compare

@jetmore jetmore released this 05 Jun 12:56
1489522
  • Implement pageCount filter and pageCountPrice model value in supplier_cost API

v1.0.7

Choose a tag to compare

@jetmore jetmore released this 11 May 12:47
27c99a1
  • Implement Attachment.affidavit and .signed fields (#53)
  • Implement Recipient.type and .agent_for_service fields (#48)
  • Implement Job.quoted_supplier_cost_id, .quoted_retail_price, .quoted_page_count, and .client_transaction_ref fields (#47, #49)
  • Minor logging tweaks

v1.0.6

Choose a tag to compare

@jetmore jetmore released this 13 Apr 15:55
bc91361
  • Support file downloads that require API authentication
  • Broad testing improvements (#25, #38, #2)
  • Minor bug fixes