-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/sd 960 node sdk v4 #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Feat/sd 964 licenses resource
… into feat/SD-1067-pricing-tables-resource
src/licenses/index.ts
Outdated
| * Get all licenses | ||
| * | ||
| * @param {GetLicenseOptions} options | ||
| * @param {GetLicenseOptions} options.status - The status of the licenses, can be one of: "ACTIVE" "CANCELED" "EVALUATION" "SCHEDULED" "TRIALING" "INACTIVE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no longer an "EVALUATION" status. Will need to double-check the rest.
… into feat/SD-1065-products-resource
src/index.ts
Outdated
| response = await fetch(input, { ...init, headers: { 'Content-Type': 'application/json', ...init?.headers, 'x-api-key': apiKey, version } }); | ||
| data = await response.json() as Record<string, unknown>; | ||
| } catch (error) { | ||
| if (error instanceof TypeError) throw new Error('Unable to complete fetch operation'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These errors should be a SalableError type not sure which, could warrant a new type. The messages could be more helpful.
… into feat/SD-1064-plans-resource
… into feat/SD-1066-subscriptions-resource
feat: updated pricing table resource docs
feat: updated plans docs + minor changes to licenses resource
…red column to options table
docs: add documentation for subscriptions resources v4
docs: add documentation for usage resources v4
Feat/product resources v4 docs
feat(SD-1201): updated changelog with v4 changes
fix: added missing filter params to get-all-licenses method
fix: added missing option parameters
chore: update packages and audit fix
… into feat/v4-docs
feat: updated licenses documentation
JIRA Ticket(s):
Overview
Collaborators
Standards
Considerations